]> Git Repo - binutils.git/blob - gdb/ChangeLog
1b2ad4021c414178917dba7bd079b12152337664
[binutils.git] / gdb / ChangeLog
1 2002-05-13  Richard Earnshaw  <[email protected]>
2
3         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4         builtin reg number.
5
6 2002-05-13  Daniel Jacobowitz  <[email protected]>
7
8         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
9         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
10         (gen_address_of, gen_struct_ref, gen_repeat): Use type
11         access macros.
12         * c-typeprint.c (cp_type_print_method_args): Likewise.
13         (c_type_print_args): Likewise.
14         * d10v-tdep.c (d10v_push_arguments): Likewise.
15         (d10v_extract_return_value): Likewise.
16         * expprint.c (print_subexp): Likewise.
17         * gdbtypes.c (lookup_primitive_typename): Likewise.
18         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
19         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
20         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
21         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
22         (TYPE_VECTOR): Likewise.
23         * hpread.c (hpread_read_struct_type)
24         (fix_static_member_physnames, fixup_class_method_type)
25         (hpread_type_lookup): Likewise.
26         * mdebugread.c (parse_symbol, parse_type): Likewise.
27         * p-lang.c (is_pascal_string_type): Likewise.
28         * valops.c (hand_function_call): Likewise.
29         * x86-64-tdep.c (classify_argument): Likewise.
30
31         * hpread.c (hpread_read_function_type)
32         (hpread_read_doc_function_type): Call replace_type.
33         * dstread.c (create_new_type): Delete.
34         (decode_dst_structure, process_dst_function): Call alloc_type.
35         Use type access macros.
36
37 2002-05-12  Mark Kettenis  <[email protected]>
38
39         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
40         the're not supported by the current architecture.
41         (i387_fill_fxsave): Likewise.
42
43 2002-05-12  Fred Fish  <[email protected]>
44
45         * symfile.c (default_symfile_offsets): Arrange for uninitialized
46         sect_index_xxx members to index the first slot in section_offsets
47         if all of the section_offsets are zero.
48
49 2002-05-12  Mark Kettenis  <[email protected]>
50
51         * configure.tgt (sparc-*openbsd): Remove entry accidentially
52         checked in with last change.
53
54 2002-05-12  Mark Kettenis  <[email protected]>
55
56         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
57         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
58         config.sub.
59
60 2002-05-12  Daniel Jacobowitz  <[email protected]>
61
62         * Makefile.in: Update dependencies.
63
64 2002-05-11  Andrew Cagney  <[email protected]>
65
66         * language.c (local_hex_string_custom): Simplify.  Do not depend
67         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
68
69         * memattr.c (mem_info_command): Replace calls to
70         longest_local_hex_string and longest_local_hex_string_custom.
71         * buildsym.c (make_blockvector): Ditto.
72         * solib.c (info_sharedlibrary_command): Ditto.
73         * tracepoint.c (tracepoints_info): Ditto.
74         * symtab.c (print_msymbol_info): Ditto.
75
76         * language.c (local_hex_string): Delete.
77         (local_hex_string_custom): Delete.
78         (longest_local_hex_string): Rename to local_hex_string.
79         (longest_local_hex_string_custom): Rename to
80         local_hex_string_custom.
81         * language.h (local_hex_string): Change parameter type to LONGEST.
82         (local_hex_string_custom): Ditto.
83         (longest_local_hex_string): Delete declaration.
84         (longest_local_hex_string_custom): Ditto.
85
86         * solib.c: Update copyright.
87         * memattr.c: Update copyright.
88         
89 2002-05-11  Andrew Cagney  <[email protected]>
90
91         * arch-utils.h (legacy_register_to_value): Declare.
92         (legacy_value_to_register): Declare.
93         (legacy_convert_register_p): Declare.
94         * arch-utils.c (legacy_register_to_value): New function.
95         (legacy_value_to_register): New function.
96         (legacy_convert_register_p): New function.
97
98         * gdbarch.sh (REGISTER_TO_VALUE): Define.
99         (VALUE_TO_REGISTER): Define.
100         (CONVERT_REGISTER_P): Define.
101         * gdbarch.h, gdbarch.c: Regenerate.
102
103         * valops.c (value_assign): Use CONVERT_REGISTER_P and
104         VALUE_TO_REGISTER.
105         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
106         CONVERT_REGISTER_P.
107
108 2005-05-11  Daniel Jacobowitz  <[email protected]>
109             Peter Schauer  <[email protected]>
110
111         * Makefile.in: Update dependencies for valops.c.
112         * valops.c: Include "gdb_assert.h".
113         (typecmp): Skip THIS parameter to methods.
114         (find_method_list): Remove static_memfuncp argument,
115         update callers.  Check for stub methods.
116         (find_value_oload_method_list): Don't set *static_memfuncp.
117         (find_overload_match): Don't check for stub methods.  Assert
118         that methods are not stubbed.  Handle static methods.
119         (value_find_oload_method_list): Remove static_memfuncp argument.
120         * gdbtypes.c (check_stub_method): Do not add THIS pointer
121         to the argument list for static stub methods.
122         * value.h (value_find_oload_method_list): Update prototype.
123
124 2002-05-11  Andrew Cagney  <[email protected]>
125
126         * arch-utils.h (generic_register_size): Declare.
127         (generic_register_raw_size, generic_register_virtual_size): Delete
128         declarations.
129         * arch-utils.c (generic_register_raw_size): Delete.
130         (generic_register_size): New function.
131         (generic_register_virtual_size): Delete.
132
133         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
134         default generic_register_size.
135         * gdbarch.h, gdbarch.c: Re-generate.
136         
137         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
138         register_virtual_size.
139         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
140         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
141
142 2002-05-11  Andrew Cagney  <[email protected]>
143
144         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
145         * gdbarch.h, gdbarch.c: Regenerate.
146         * gnu-v3-abi.c: Update copyright.
147         (vtable_address_point_offset): Update.
148         (gnuv3_rtti_type): Update.
149         (gnuv3_baseclass_offset): Update.
150         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
151         (init_fetch_link_map_offsets): Update.
152         * remote.c (get_remote_state): Update.
153         
154 2002-05-11  Daniel Jacobowitz  <[email protected]>
155
156         * TODO: Remove value_headof/value_from_vtable_info comment.
157         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
158         * values.c (value_headof, value_from_vtable_info): Delete.
159         * value.h (value_from_vtable_info): Delete prototype.
160
161 2002-05-11  Andrew Cagney  <[email protected]>
162
163         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
164         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
165         $(gdb_regex_h).
166         (gdb_assert_h): Define.
167         (gdb_wait_h): Define.
168         (gdb_regex_h): Define.
169
170 2002-05-11 Daniel Jacobowitz  <[email protected]>
171
172         From Peter Schauer <[email protected]>:
173         * linespec.c (find_methods): Handle GCC 3.x template constructors.
174
175 2002-05-11  Jason Thorpe  <[email protected]>
176
177         * nbsd-tdep.c: Fix comment.
178
179 2002-05-11  Jason Thorpe  <[email protected]>
180
181         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
182         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
183         (nbsd-tdep.o): New dependency list.
184         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
185         nbsd-tdep.h.
186         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
187         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
188         * nbsd-tdep.c: New file.
189         * nbsd-tdep.h: New file.
190         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
191         nbsd-tdep.h.
192         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
193         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
194         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
195         * config/sh/nbsd.mt (TDEPFILES): Ditto.
196
197 2002-05-11  Jason Thorpe  <[email protected]>
198
199         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
200         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
201         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
202         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
203         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
204         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
205
206 2002-05-11  Jason Thorpe  <[email protected]>
207
208         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
209         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
210         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
211         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
212         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
213         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
214         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
215
216 2002-05-11  Jason Thorpe  <[email protected]>
217
218         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
219         fetch_elfcore_registers to...
220         * i386nbsd-tdep.c: ...here.
221         (i386nbsd_use_struct_convention): Rename to...
222         (i386nbsd_aout_use_struct_convention): ...this.
223         (i386nbsd_supply_reg): New function.
224         (i386nbsd_fill_reg): New function.
225         (fetch_core_registers): Use i386nbsd_supply_reg.
226         (fetch_elfcore_registers): Likewise.
227         (_initialize_i386nbsd_tdep): New function.
228         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
229         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
230         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
231         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
232         (i386nbsd_aout_use_struct_convention): ...this.
233
234 2002-05-11  Jason Thorpe  <[email protected]>
235
236         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
237         (store_inferior_registers): Use shnbsd_fill_reg.
238         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
239         sh_nbsd_supply_register): Collapse into...
240         (shnbsd_supply_reg): ...this.
241         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
242         (shnbsd_fill_reg): ...this.
243         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
244         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
245         (fetch_core_registers): Use shnbsd_supply_reg.
246         (fetch_elfcore_registers): Use shnbsd_supply_reg.
247         (sh_nbsd_core_fns): Rename to...
248         (shnbsd_core_fns): ...this.
249         (sh_nbsd_elfcore_fns): Rename to...
250         (shnbsd_elfcore_fns): ...this.
251         (sh_nbsd_init_abi): Rename to...
252         (shnbsd_init_abi): ...this.
253         (_initialize_sh_nbsd_tdep): Rename to...
254         (_initialize_shnbsd_tdep): ...this.
255         * shnbsd-tdep.h (sh_nbsd_supply_registers,
256         sh_nbsd_supply_register, sh_nbsd_fill_registers,
257         sh_nbsd_fill_register): Remove prototypes.
258         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
259
260 2002-05-11  Jason Thorpe  <[email protected]>
261
262         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
263         (i387-nat.o): Delete dependency list.
264         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
265         (x86-64-linux-nat.o): Likewise.
266         * i387-nat.c: Delete file, moving contents to...
267         * i387-tdep.c: ...here.
268         * i387-nat.h: Rename...
269         * i387-tdep.h: ...to this.
270         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
271         * i386-linux-nat.c: Likewise.
272         * i386bsd-nat.c: Likewise.
273         * i386gnu-nat.c: Likewise.
274         * i386nbsd-nat.c: Likewise.
275         * i386v4-nat.c: Likewise.
276         * x86-64-linux-nat.c: Likewise.
277         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
278         * config/i386/go32.mh (NATDEPFILES): Likewise.
279         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
280         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
281         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
282         * config/i386/linux.mh (NATDEPFILES): Likewise.
283         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
284         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
285         * config/i386/obsd.mh (NATDEPFILES): Likewise.
286         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
287
288 2002-05-11  Jason Thorpe  <[email protected]>
289
290         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
291         (alphanbsd-nat.o): Remove dependency list.
292         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
293         * alphanbsd-nat.c: Delete.  Contents moved to...
294         * alphanbsd-tdep.c: ...here.
295         (_initialize_alphanbsd_tdep): Register core functions.
296         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
297
298 2002-05-11  Jason Thorpe  <[email protected]>
299
300         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
301         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
302         (alphanbsd-nat.o): Likewise.
303         (alphabsd-tdep.o): New dependency list.
304         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
305         (fill_gregset): Use alphabsd_fill_reg.
306         (supply_fpregset): Use alphabsd_supply_fpreg.
307         (fill_fpregset): Use alphabsd_fill_fpreg.
308         (fetch_inferior_registers): Use struct reg and struct fpreg
309         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
310         and alphabsd_supply_fpreg.
311         (store_inferior_registers): Use struct reg and struct fpreg
312         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
313         and alphabsd_fill_fpreg.
314         * alphabsd-tdep.c: New file.
315         * alphabsd-tdep.h: New file.
316         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
317         (fetch_elfcore_registers): Use alphabsd_supply_reg and
318         alphabsd_supply_fpreg.
319         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
320         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
321
322 2002-05-11  Eric Christopher  <[email protected]>
323
324         * mips-tdep.c (mips_double_register_type): Fix thinko.
325         (mips_single_register_type): Ditto.
326         * MAINTAINERS: Add self.
327
328 2002-05-11  Mark Kettenis  <[email protected]>
329
330         * i387-nat.c (i387_supply_register, i387_fill_fsave,
331         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
332         right thing on architectures with different endianness and/or
333         integer sizes.
334
335 2002-05-10  Jason Thorpe  <[email protected]>
336
337         From Christian Limpach <[email protected]>
338         * configure.in: Change sed expression which comments out
339         NATDEPFILES to also comment out continuation lines.
340         * configure: Regenerate.
341
342 2002-05-10  Elena Zannoni  <[email protected]>
343
344         * sh-tdep.c: Clean up code erroneously reintroduced by previous
345         big patch.
346
347 2002-05-10  Elena Zannoni  <[email protected]>
348
349         * sh-tdep.c: Include correct file.
350
351 2002-05-10  Elena Zannoni  <[email protected]>
352
353         New support for sh64-elf (sh5) target.
354
355         * configure.tgt: For sh64-elf target, default to sh-elf.
356
357         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
358         (struct gdbarch_tdep): Add new fields for new registers and ABI
359         info.
360
361         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
362         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
363         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
364         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
365         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
366         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
367         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
368         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
369         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
370         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
371         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
372         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
373         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
374         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
375         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
376         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
377         sh64_get_gdb_regnum, sh64_media_reg_base_num,
378         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
379         sign_extend, sh64_nofp_frame_init_saved_regs,
380         sh64_init_extra_frame_info, sh64_get_saved_register,
381         sh64_extract_struct_value_address, sh64_pop_frame,
382         sh64_push_arguments, sh64_extract_return_value,
383         sh64_store_return_value, sh64_show_media_regs,
384         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
385         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
386         sh_sh64_register_virtual_type,
387         sh_sh64_register_convert_to_virtual,
388         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
389         sh64_register_read, sh64_pseudo_register_write,
390         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
391         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
392         sh64_do_pseudo_register, sh_compact_do_registers_info,
393         sh64_do_registers_info, sh_gdbarch_init): New functions.
394
395 2002-05-10  Elena Zannoni  <[email protected]>
396
397         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
398
399 2002-05-10 Daniel Jacobowitz  <[email protected]>
400
401         * linespec.c (decode_line_1): Check for a double quote after
402         a filename correctly.
403
404 2002-05-10  Jim Blandy  <[email protected]>
405
406         Properly track the size of the current objfile's .debug_line section.
407         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
408         (DWARF_LINE_SIZE): New macro.
409         (dwarf2_build_psymtabs_hard): Record the line section's size in
410         the partial symbol table.
411         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
412         symbol table.
413
414 2002-05-10  Petr Sorfa  <[email protected]>
415
416         * ia64-tdep.c: Handle breakpoints on L instruction type
417         in MLX instruction bundle by moving the breakpoint to
418         the third slot (X instruction type) as L holds only data.
419
420 2002-05-10  Kevin Buettner  <[email protected]>
421
422         * dbxread.c (discarding_local_symbols_complaint): New complaint.
423         (process_one_symbol): Complain about discarding local symbols
424         due to a misplaced N_LBRAC entry.
425
426 2002-05-09  Elena Zannoni  <[email protected]>
427
428         From Daniel Berlin <[email protected]>
429         * linespec.c (find_toplevel_char): '<' and '>' also increase and
430         decrease the depth we are at, in the case of templates.
431
432 2002-05-09  Daniel Jacobowitz  <[email protected]>
433
434         * mips-tdep.c (mips_float_register_type): New function.
435         (mips_double_register_type): New function.
436         (mips_print_register): Use them.
437         (do_fp_register_row): Likewise.
438
439 2002-05-09  Daniel Jacobowitz  <[email protected]>
440
441         * signals/signals.c (signals): Remove conditional compilation around
442         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
443         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
444
445 2002-05-09  Michael Snyder  <[email protected]>
446
447         * remote-rdp.c (remote_rdp_can_run): Remove.
448
449 2002-05-09  Tom Tromey  <[email protected]>
450
451         * jv-valprint.c (java_val_print): Handle `char' as a special case
452         of TYPE_CODE_INT.
453
454 2002-05-09  Michael Snyder  <[email protected]>
455
456         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
457         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
458         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
459         str r(0123),[sp,#nn].
460         (arm_skip_prologue): Ditto.  Also make disassembly
461         order-independent by placing it in a loop.
462
463 2002-05-06  Michael Snyder  <[email protected]>
464
465         * stabsread.c (read_type): Add recognition for new attribute:
466         "@V;" means that an array type is actually a vector.
467         This is analogous to the vector flag that's been added to dwarf2.
468
469 2002-05-09  Mark Kettenis  <[email protected]>
470
471         * i386-tdep.h (i386_abi): New enum.
472         (struct gdbarch_tdep): Replace os_ident member with abi.
473         (i386_gdbarch_register_os_abi): New prototype.
474         * i386-tdep.c (i386_abi_names): New array.
475         (process_note_abi_tag_sections): Removed.
476         (process_note_sections): New function.
477         (i386_elf_abi_from_note, i386_elf_abi): New functions.
478         (struct i386_abi_handler): New struct.
479         (i386_abi_handler_list): New variable.
480         (i386_gdbarch_register_os_abi): New function.
481         (i386_gdbarch_init): Adapt for the changes given above.
482
483 2002-05-08  Daniel Jacobowitz  <[email protected]>
484
485         * gregset.h: Say "GNU/Linux".
486
487 2002-05-08  Elena Zannoni  <[email protected]>
488
489         * gdbtypes.c : Add new builtin type for 64 bit vectors.
490         (build_gdbtypes): Build builtin_type_v2_float.
491         (_initialize_gdbtypes): Register new builtin type.
492
493 2002-05-08  Andrew Cagney  <[email protected]>
494
495         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
496         (clear_gdbarch_swap): New function.
497         (initialize_non_multiarch): Call.
498         (gdbarch_update_p): Before calling init(), swap out and clear the
499         existing architecture.
500         * gdbarch.c: Regenerate.
501
502 2002-05-08  Jason Thorpe  <[email protected]>
503
504         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
505         alphanbsd-tdep.c.
506
507 2002-05-08  Jason Thorpe  <[email protected]>
508
509         * sh-nbsd-nat.c: Rename to...
510         * shnbsd-nat.c: ...this.
511         * sh-nbsd-tdep.c: Rename to...
512         * shnbsd-tdep.c: ...this.
513         * sh-nbsd-tdep.h: Rename to...
514         * shnbsd-tdep.h: ...this.
515         * config/sh/nbsd.mh: Use shnbsd-nat.o.
516         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
517
518 2002-05-08  Richard Earnshaw  <[email protected]>
519
520         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
521         concatenation for command help messages.
522
523 2002-05-08  Jason Thorpe  <[email protected]>
524
525         * NEWS: Note new sh*-*-netbsdelf* configuration.
526         * configure.host: Set gdb_host_cpu to sh for all sh*.
527         (sh*-*-netbsdelf*): New host.
528         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
529         (sh*-*-netbsdelf*): New target.
530         * sh-nbsd-nat.c: New file.
531         * sh-nbsd-tdep.c: New file.
532         * sh-nbsd-tdep.h: New file.
533         * config/sh/nbsd.mh: New file.
534         * config/sh/nbsd.mt: New file.
535         * config/sh/nm-nbsd.h: New file.
536         * config/sh/tm-nbsd.h: New file.
537
538 2002-05-08  Jason Thorpe  <[email protected]>
539
540         * sh-tdep.c (sh_osabi_names): Declare.
541         (process_note_abi_tag_sections): New function.
542         (get_elfosabi): Ditto.
543         (sh_gdbarch_register_os_abi): Ditto.
544         (sh_dump_tdep): Ditto.
545         _initialize_sh_tdep): Use gdbarch_register to register
546         sh_gdbarch_init and sh_dump_tdep.
547         * config/sh/tm-sh.h (sh_osabi): Declare.
548         (gdbarch_tdep): Add sh_osabi and osabi_name members.
549
550 2002-05-07  Andrew Cagney  <[email protected]>
551
552         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
553         (thumb_scan_prologue): Ditto.
554         (arm_find_callers_reg): Ditto.
555         (arm_frame_chain): Ditto.
556         (arm_init_extra_frame_info): Ditto.
557         (arm_frame_saved_pc): Ditto.
558         (arm_pop_frame): Ditto.
559         (arm_push_return_address): New function.
560         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
561         call_dummy_location, call_dummy_breakpoint_offset_p,
562         call_dummy_breakpoint_offset, call_dummy_p,
563         call_dummy_stack_adjust_p, call_dummy_words,
564         sizeof_call_dummy_words, call_dummy_start_offset,
565         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
566         call_dummy_address, push_return_address and push_dummy_frame for
567         generic dummy frames.
568
569 2002-05-07  Jason Thorpe  <[email protected]>
570
571         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
572         size computation for alloca.
573         (sh_fp_frame_init_saved_regs): Likewise.
574
575 2002-05-07  Richard Earnshaw  <[email protected]>
576
577         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
578         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
579         * arm-tdep.c (arm_store_return_value): Use them.
580         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
581         * remote-rdp.c (remote_rdp_fetch_register): Use
582         ARM_MAX_REGISTER_RAW_SIZE.
583         (remote_rdp_store_register): Likewise.
584
585 2002-05-07  Michal Ludvig  <[email protected]>
586
587         * dwarf2cfi.c: Code cleanup, removed unused variables,
588         added default labels to switch {} statements.
589         * x86-64-tdep.c: Ditto.
590         * x86-64-linux-nat.c: Ditto.
591
592 2002-05-07  Jason Thorpe  <[email protected]>
593
594         * solib.h: Protect against multiple inclusion.
595
596 2002-05-06  Jim Blandy  <[email protected]>
597
598         Add first preprocessor macro-expansion files.
599         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
600         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
601         (splay_tree_h, macroexp_h, macrotab_h): New variable.
602         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
603         (COMMON_OBS): Add macrotab.o, macroexp.o.
604         (macroexp.o, macrotab.o): New rules.
605
606         Separate the job of reading the line number info statement program
607         header (...expialidocious) out into its own function.
608         * dwarf2read.c (struct line_head, struct filenames, struct
609         directories): Replace with...
610         (struct line_header): New structure, containing the full
611         contents of the statement program header, including the
612         include directory and file name tables.
613         (read_file_scope): If we have line number info, instead of just
614         calling dwarf_decode_lines to do all the work, call
615         dwarf_decode_line_header first to get a `struct line_header'
616         containing the data in the statement program header, and then
617         pass that to dwarf_decode_lines, which will pick up where that
618         left off.  Be sure to clean up the `struct line_header' object.
619         (dwarf_decode_line_header, free_line_header, add_include_dir,
620         add_file_name): New functions.
621         (dwarf_decode_lines): Move all the code to read the statement
622         program header into dwarf_decode_line_header.  Take the line
623         header it built as the first argument, instead of the offset to
624         the compilation unit's line number info.  Use the new `struct
625         line_header' type instead of the old structures.  No need to do
626         cleanups here now, since we don't allocate anything.
627         (dwarf2_statement_list_fits_in_line_number_section,
628         dwarf2_line_header_too_long): New complaints.
629
630 2002-05-06  Elena Zannoni  <[email protected]>
631
632         * gdbtypes.c (init_vector_type): New function.
633         (build_builtin_type_vec128): Simplify the representation of SIMD
634         registers.
635         (build_gdbtypes): Initialize new builtin vector types.
636         (_initialize_gdbtypes): Register new vector types with gdbarch.
637         (builtin_type_v4_float, builtin_type_v4_int32,
638         builtin_type_v8_int16, builtin_type_v16_int8,
639         builtin_type_v2_int32, builtin_type_v4_int16,
640         builtin_type_v8_int8): New (renamed) SIMD types.
641
642 2002-05-06  Mark Kettenis  <[email protected]>
643
644         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
645         (i387_fill_fxsave): Likewise.
646
647 2002-05-05  Alexandre Oliva  <[email protected]>
648
649         * alpha-tdep.c (alpha_extract_return_value): Don't use
650         non-constant array size in prototype.
651
652 2002-05-04  Andrew Cagney  <[email protected]>
653
654         From Brian Taylor <briant at model dot com>:
655         * ui-out.c (ui_out_field_core_addr): Use the function
656         longest_local_hex_string_custom'to format addresses > 32 bits
657         wide.
658
659         * ui-out.c (ui_out_field_core_addr): Update comment.
660
661 2002-05-04  Andrew Cagney  <[email protected]>
662
663         * stack.c (select_and_print_frame): Make static.  Delete the
664         parameter `level'.
665         (func_command): Update call.
666         (select_frame_command): Delete code computing the frame level.
667         * frame.h (select_and_print_frame): Delete declaration.
668
669 2002-05-04  Andrew Cagney  <[email protected]>
670
671         * sparc-tdep.c (sparc_get_saved_register): Comment why
672         get_prev_frame call is safe.
673
674 2002-05-04  Andrew Cagney  <[email protected]>
675
676         * frame.h (select_frame): Delete level parameter.
677         * stack.c (select_frame): Update.  Use frame_relative_level to
678         obtain the frame's level.
679         (select_and_print_frame): Update call.
680         (select_frame_command): Ditto.
681         (up_silently_base): Ditto.
682         (down_silently_base): Ditto.
683         * ocd.c (ocd_start_remote): Ditto.
684         * remote-rdp.c (remote_rdp_open): Ditto.
685         * remote-mips.c (mips_initialize): Ditto.
686         (common_open): Ditto.
687         * remote-e7000.c (e7000_start_remote): Ditto.
688         * m3-nat.c (select_thread): Ditto.
689         * hppa-tdep.c (child_get_current_exception_event): Ditto.
690         (child_get_current_exception_event): Ditto.
691         * varobj.c (varobj_create): Ditto.
692         (varobj_update): Ditto.
693         (c_value_of_root): Ditto.
694         * tracepoint.c (finish_tfind_command): Ditto.
695         * corelow.c (core_open): Ditto.
696         * arch-utils.c (generic_prepare_to_proceed): Ditto.
697         * thread.c (info_threads_command): Ditto.
698         (switch_to_thread): Ditto.
699         * infrun.c (normal_stop): Ditto.
700         (restore_selected_frame): Ditto.
701         (restore_inferior_status): Ditto.
702         * breakpoint.c (insert_breakpoints): Ditto.
703         (watchpoint_check): Ditto.
704         (bpstat_stop_status): Ditto.
705         (do_enable_breakpoint): Ditto.
706         * blockframe.c (flush_cached_frames): Ditto.
707         (reinit_frame_cache): Ditto.
708
709 2002-05-04  Andrew Cagney  <[email protected]>
710
711         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
712         maintainer.
713
714 2002-05-04  Jim Blandy  <[email protected]>
715
716         * gdbtypes.c (replace_type): Doc fix.
717
718 2002-05-04  Andrew Cagney  <[email protected]>
719
720         * valprint.c (strcat_longest): Delete commented out function.
721         Update copyright.
722
723 2002-05-04  Andrew Cagney  <[email protected]>
724
725         * MAINTAINERS: Mark a29k as deleted.
726         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
727         Move new configurations to the top.
728         * configure.tgt: Remove a29k.
729         * config/a29k/tm-vx29k.h: Delete.
730         * config/a29k/vx29k.mt: Delete.
731         * config/a29k/tm-a29k.h: Delete.
732         * config/a29k/a29k-udi.mt: Delete.
733         * config/a29k/a29k.mt: Delete.
734         * a29k-tdep.c: Delete.
735         * remote-udi.c: Delete.
736         * remote-mm.c: Delete.
737         * remote-eb.c: Delete.
738         * remote-adapt.c: Delete.
739         * Makefile.in: Remove obsolete code.
740         * gdbserver/Makefile.in: Ditto.
741         * config/s390/s390x.mt: Ditto.
742         * config/s390/s390.mt: Ditto.
743         * config/sparc/sparclynx.mh: Ditto.
744         * config/sparc/linux.mh: Ditto.
745         * config/pa/hppaosf.mh: Ditto.
746         * config/pa/hppabsd.mh: Ditto.
747         * config/ns32k/nbsd.mt: Ditto.
748         * config/mips/vr5000.mt: Ditto.
749         * config/m68k/sun3os4.mh: Ditto.
750         * config/m68k/nbsd.mt: Ditto.
751         * config/m68k/m68klynx.mh: Ditto.
752         * config/m32r/m32r.mt: Ditto.
753         * config/i386/x86-64linux.mt: Ditto.
754         * config/i386/nbsdelf.mt: Ditto.
755         * config/i386/nbsd.mt: Ditto.
756         * config/i386/i386lynx.mh: Ditto.
757
758 2002-05-04  Andrew Cagney  <[email protected]>
759
760         * target.c (debug_print_register): New function.  Handle oversize
761         registers.
762         (debug_to_fetch_registers): Call.
763         (debug_to_store_registers): Call.
764
765 2002-05-03  Jim Blandy  <[email protected]>
766
767         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
768         (read_type): Doc fix.
769         * gdbtypes.c (replace_type): Doc fix.
770
771         * stabsread.c (multiply_defined_struct): New complaint.
772         (read_struct_type): If the type we were passed isn't empty, or
773         incomplete, don't read the new struct type into it; complain,
774         and return the original type unchanged.  Take a new `type_code'
775         argument, which is the type code for the new type.
776         (read_type): Rather than storing the type's type code here, pass
777         it as an argument to read_struct_type, and let that take care of
778         storing it.  That way, we don't overwrite the original type code,
779         so read_struct_type can use it to decide whether we're overwriting
780         something we shouldn't.
781         (complain_about_struct_wipeout): New function.
782
783 2002-05-03  Andrew Cagney  <[email protected]>
784
785         * gdbarch.sh: Assert that gdbarch is non-NULL.
786         * gdbarch.c: Regenerate.
787
788 2002-05-03  Jason Merrill  <[email protected]>
789
790         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
791         and return NULL.
792
793 2002-05-03  Michal Ludvig  <[email protected]>
794
795         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
796         (x86_64_dwarf2gdb_regno_map_length),
797         (x86_64_dwarf2_reg_to_regnum): Added.
798         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
799         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
800         (_initialize_x86_64_tdep): Synced with the change above.
801         (x86_64_skip_prologue): Reformulated message.
802
803 2002-05-03  Pierre Muller  <[email protected]>
804
805         * f-exp.y: Also use new prev_lexptr variable
806         to improve error reporting. Based on Michael Snyder
807         2002-04-24 dated patch to c-exp.y.
808         * jv-exp.y: Likewise.
809         * m2-exp.y: Likewise.
810
811 2002-05-02  Elena Zannoni  <[email protected]>
812
813         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
814         we are dealing with vectors.
815
816 2002-05-02  Pierre Muller  <[email protected]>
817
818         * config/m68k/tm-nbsd.h: Obvious fix,
819         correct machine name.
820
821 2002-05-02  Pierre Muller  <[email protected]>
822
823         * p-typeprint.c (pascal_type_print_base): Add support
824         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
825
826 2002-05-02  Pierre Muller  <[email protected]>
827
828         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
829         for fondamental pascal 'char' type.
830
831 2002-05-02  Pierre Muller  <[email protected]>
832
833         * p-lang.h (is_pascal_string_type): Declaration changed,
834         new sixth argument of type char ** added.
835         * p-lang.c (is_pascal_string_type): Implementation
836         changed. Args length_pos, length_size, string_pos, char_size
837         can now be NULL. New argument arrayname set to the field
838         name of the char array. Return value set to char array
839         field index plus one.
840         * p-valprint.c (pascal_val_print): Adapt to new declaration of
841         is_pascal_string_type function.
842
843 2002-05-02  Andrew Cagney  <[email protected]>
844
845         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
846         <[email protected]> change.
847         * gdbarch.c: Regenerate.
848
849 2002-05-02  Andrew Cagney  <[email protected]>
850
851         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
852         before probing for a new one.  Detect errorenous gdbarch_init
853         functions.
854         * gdbarch.c: Regenerate.
855
856 2002-05-01  Andrew Cagney  <[email protected]>
857
858         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
859         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
860         * config/v850/tm-v850.h: Ditto.  Update copyright.
861
862 2002-04-30  Andrew Cagney  <[email protected]>
863
864         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
865         current_gdbarch.
866
867 2002-04-30  Michael Snyder  <[email protected]>
868
869         * arm-tdep.c: Whitespace clean-ups.
870         (arm_skip_prologue): Fix thinko; two lines
871         should have been removed as part of 4/24 change.
872
873 2002-04-30  Kevin Buettner  <[email protected]>
874
875         * rs6000-tdep.c: Added comment describing how fpscr register
876         numbers were chosen.
877
878 2002-04-30  Michael Snyder  <[email protected]>
879
880         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
881
882 2002-04-29  Elena Zannoni  <[email protected]>
883
884         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
885         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
886         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
887
888 2002-04-29  Kevin Buettner  <[email protected]>
889
890         From Louis Hamilton <[email protected]>:
891         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
892         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
893         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
894         not bfd-private xcoff data, to determine wordsize.
895         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
896
897 2002-04-29  Andrew Cagney  <[email protected]>
898
899         GDB 5.2 released from 5.2 branch.
900
901 2002-04-29  Michal Ludvig  <[email protected]>
902
903         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
904         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
905         (x86_64_register_info_table): Added comments with register numbers.
906
907 2002-04-29  Elena Zannoni  <[email protected]>
908
909         * rs6000-tdep.c (rs6000_extract_return_value,
910         rs6000_store_return_value): Handle returning vectors.
911         (rs6000_gdbarch_init): Use
912         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
913         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
914         New function.
915         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
916         vectors.
917         (ppc_sysv_abi_push_arguments): Handle vector parameters.
918         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
919
920 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
921
922         * hpread.c (hpread_psymtab_to_symtab_1,
923         hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
924         with fprintf_unfiltered (gdb_stderr,...).
925
926 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
927
928         * remote-array.c (printf_monitor, write_monitor,
929         array_insert_breakpoint, array_remove_breakpoint ):
930         Replace fprintf (stderr,...
931         with fprintf_unfiltered (gdb_stderr,....
932         * remote-es.c: Likewise.
933         * remote-os9k.c: Likewise.
934         * remote-st.c: Likewise.
935
936 2002-04-28  Andreas Schwab  <[email protected]>
937
938         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
939         linux-proc.o and gcore.o.
940
941 2002-04-26  Michal Ludvig  <[email protected]>
942
943         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
944         code without frame pointers.
945
946 2002-04-26  Andrew Cagney  <[email protected]>
947
948         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
949         ON_STACK is needed.
950
951 2002-04-26  Ben Elliston  <[email protected]>
952
953         * target.c (do_xfer_memory): Correct reference to the new option
954         "trust-readonly-sections".
955
956 2002-04-26  Elena Zannoni  <[email protected]>
957
958         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
959         * gdbtypes.c (recursive_dump_type): Output the vector flag.
960         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
961         vectors.
962         (read_array_type): Record the fact that this array type is really a
963         vector (i.e. are passed in by value).
964
965 2002-04-26  Jason Thorpe  <[email protected]>
966
967         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
968         * alpha-tdep.c (alpha_sigcontext_addr): New function.
969         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
970         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
971         * alpha-linux-tdep.c: Include frame.h.
972         (alpha_linux_sigcontext_addr): New function.
973         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
974         alpha_linux_sigcontext_addr.
975         * alpha-osf1-tdep.c: Include gdbcore.h.
976         (alpha_osf1_sigcontext_addr): New function.
977         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
978         alpha_osf1_sigcontext_addr.
979         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
980         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
981
982 2002-04-26  Andrew Cagney  <[email protected]>
983
984         * stack.c (selected_frame_level):
985         (select_frame): Do not set selected_frame_level.
986         * frame.h (selected_frame_level): Delete declaration.
987
988 2002-04-26  Andrew Cagney  <[email protected]>
989
990         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
991         convert_from_func_ptr-addr when AIX / PowerOpen.
992
993 2002-04-25  Andrew Cagney  <[email protected]>
994
995         * valops.c (hand_function_call): Call
996         generic_save_call_dummy_addr.
997         * frame.h (generic_save_call_dummy_addr): Declare.
998         * blockframe.c (struct dummy_frame): Add fields call_lo and
999         call_hi.
1000         (generic_find_dummy_frame): Check for PC in range call_lo to
1001         call_hi instead of entry_point_address.
1002         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1003         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
1004         (generic_save_call_dummy_addr): New function.
1005
1006 2002-04-24  David S. Miller  <[email protected]>
1007
1008         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1009         sparc_skip_prologue.
1010         (sparc_skip_prologue): Kill frameless_p arg, and use line number
1011         information to find prologue when possible.
1012         (sparc_prologue_frameless_p): Call examine_prologue directly.
1013         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1014         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1015         second argument.
1016         (SKIP_PROLOGUE): Likewise.
1017
1018 2002-04-25  Jason Thorpe  <[email protected]>
1019
1020         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1021         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1022         indicate that the condition it was testing is always true.
1023         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1024         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1025         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1026
1027 2002-04-25  Jason Thorpe  <[email protected]>
1028
1029         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1030         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1031         tdep->jb_pc and tdep->jb_elt_size.
1032         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1033         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1034         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1035         * alpha-nat.c (get_longjmp_target): Remove.
1036         (JB_ELEMENT_SIZE): Ditto.
1037         (JB_PC): Ditto.
1038         * alpha-tdep.c (alpha_get_longjmp_target): New function.
1039         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
1040         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1041         to alpha_get_longjmp_target.
1042         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1043         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1044         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1045
1046 2002-04-25  Andrew Cagney  <[email protected]>
1047
1048         * README: Update to GDB 5.2.
1049
1050 2002-04-25  Andrew Cagney  <[email protected]>
1051
1052         * gdbarch.sh (LC_ALL): Set to `c'.
1053
1054 2002-04-25  Theodore A. Roth  <[email protected]>
1055
1056         * avr-tdep.c: Ran through gdb_indent.sh.
1057
1058 2002-04-25  Theodore A. Roth  <[email protected]>
1059
1060         * MAINTAINERS: Add myself as AVR maintainer.
1061         * NEWS: Note new target avr.
1062
1063 2002-04-25  Theodore A. Roth  <[email protected]>
1064
1065         * Makefile.in: Add support for AVR target.
1066         * configure.tgt: Add support for AVR target.
1067         * avr-tdep.c: New file
1068         * config/avr/avr.mt: New file.
1069
1070 2002-04-25  Theodore A. Roth  <[email protected]>
1071
1072         * MAINTAINERS: Add myself to write-after-approval.
1073
1074 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1075
1076         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1077         with fprintf_unfiltered (gdb_stderr,....
1078
1079 2002-04-25  Pierre Muller  <[email protected]>
1080
1081         Fix PR gdb/508.
1082         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1083
1084 2002-04-25  Pierre Muller  <[email protected]>
1085
1086         * p-exp.y: Also use new prev_lexptr variable
1087         to improve error reporting. Based on Michael Snyder
1088         2002-04-24 dated patch to c-exp.y.
1089
1090 2002-04-25  Jason Thorpe  <[email protected]>
1091
1092         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1093         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1094         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
1095         to 0.
1096         * config/alpha/tm-alpha.h: Remove forward decls of struct type
1097         and struct value.
1098         (FUNCTION_START_OFFSET): Remove.
1099         (BREAKPOINT): Ditto.
1100
1101 2002-04-25  Jason Thorpe  <[email protected]>
1102
1103         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1104         * NEWS: Ditto.
1105
1106 2002-04-24  Jason Thorpe  <[email protected]>
1107
1108         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1109         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1110         alpha_linux_pc_in_sigtramp.
1111         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1112         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1113         alpha_osf1_pc_in_sigtramp.
1114         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1115         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1116         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1117         alphafbsd_pc_in_sigtramp.
1118         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1119         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1120         alphanbsd_pc_in_sigtramp.
1121         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1122         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1123
1124 2002-04-24  Jason Thorpe  <[email protected]>
1125
1126         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1127
1128 2002-04-24  Jason Thorpe  <[email protected]>
1129
1130         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1131         alphanbsd-tdep.c.
1132         (alphanbsd-nat.o): New dependency list.
1133         (alphanbsd-tdep.o): Ditto.
1134         * NEWS: Note new native NetBSD/alpha configuration.
1135         * alphanbsd-nat.c: New file.
1136         * alphanbsd-tdep.c: Ditto.
1137         * configure.host (alpha*-*-netbsd*): New host.
1138         * configure.tgt (alpha*-*-netbsd*): New target.
1139         * config/alpha/nbsd.mh: New file.
1140         * config/alpha/nbsd.mt: Ditto.
1141         * config/alpha/nm-nbsd.h: Ditto.
1142         * config/alpha/tm-nbsd.h: Ditto.
1143
1144 2002-04-24  Jason Thorpe  <[email protected]>
1145
1146         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1147         (alpha-osf1-tdep.o): New dependency list.
1148         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1149         and skip_sigtramp_frame members.
1150         * alpha-linux-tdep.c: Include gdbcore.h.
1151         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1152         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1153         * alpha-osf1-tdep.c: New file.
1154         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1155         alpha-osf1-dep.c.
1156         (alpha_frame_past_sigtramp_frame): New function.
1157         (alpha_dynamic_sigtramp_offset): Ditto.
1158         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1159         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1160         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1161         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1162         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1163         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1164         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1165         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1166         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1167         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1168         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
1169         to find_solib_trampoline_target.
1170         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1171         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1172         (SKIP_TRAMPOLINE_CODE): Remove.
1173         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1174         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1175         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1176         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1177         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1178         (PROC_SIGTRAMP_MAGIC): Ditto.
1179         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1180         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1181         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1182         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1183         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1184
1185 2002-04-24  Jason Thorpe  <[email protected]>
1186
1187         * NEWS: Note that Alpha targets are now multi-arch.
1188
1189 2002-04-24  Michael Snyder  <[email protected]>
1190
1191         * parser-defs.h (prev_lexptr): New external variable.
1192         * parse.c (parse_exp_1): Set prev_lexptr to null before
1193         calling the language-specific parser.
1194         * c-exp.y (yylex): Set prev_lexptr to start of current token.
1195         (yyerror): Use prev_lexptr in error reporting.
1196
1197 2002-04-24  Daniel Jacobowitz  <[email protected]>
1198
1199         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1200         * gregset.h: If FILL_FPXREGSET is defined, provide
1201         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1202         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1203         is defined, call fill_fpxregset.
1204
1205 2002-04-24  Roland McGrath  <[email protected]>
1206
1207         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1208         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1209         (supply_gregset, supply_fpregset): New functions.
1210
1211         * gnu-nat.c (gnu_find_memory_regions): New function.
1212         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1213         (gnu_xfer_memory): Add a cast.
1214
1215 2002-04-24  Michael Snyder  <[email protected]>
1216
1217         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
1218         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
1219         of argument regs ("str r(0123), [r11, #-nn"]).
1220         (arm_skip_prologue): Better handling for frameless functions.
1221         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
1222         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1223
1224 Wed Apr 24 14:22:21 2002  Andrew Cagney  <[email protected]>
1225
1226         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1227         NUM_PSEUDO_REGS can be used.
1228
1229 2002-04-24  Andrew Cagney  <[email protected]>
1230
1231         * arch-utils.h: Update copyright.
1232
1233         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1234         * gdbarch.h, gdbarch.c: Re-generate.
1235
1236         * inferior.h (IN_SIGTRAMP): Delete definition.
1237         * arch-utils.c (legacy_pc_in_sigtramp): New function.
1238         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1239
1240         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1241         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1242         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
1243         (find_proc_framesize): Ditto.
1244         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1245         (alpha_init_extra_frame_info): Ditto.
1246         * infrun.c (handle_inferior_event): Ditto.
1247         (handle_inferior_event): Ditto.
1248         (check_sigtramp2): Ditto.
1249         * blockframe.c (create_new_frame): Ditto.
1250         (get_prev_frame): Ditto.
1251         * ppc-linux-tdep.c: Update comments.
1252         * i386-linux-tdep.c: Update comments.
1253         * breakpoint.c (bpstat_what): Update comment.
1254
1255 2002-04-24  Michal Ludvig  <[email protected]>
1256
1257         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
1258         (regsets_store_inferior_registers): Removed cast to int from
1259         ptrace() calls.
1260         * gdbserver/regcache.h: Added declaration of struct inferior_info.
1261
1262 2002-04-24  David S. Miller  <[email protected]>
1263
1264         * i960-tdep.c (register_in_window_p): New function.
1265         (i960_find_saved_register): Use it instead of
1266         REGISTER_IN_WINDOW_P.
1267         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1268
1269         * symtab.h (find_stab_function_addr): Kill extern.
1270         * minsyms.c (find_stab_function_addr): Remove from here...
1271         * dbxread.c: ... to here, and mark it static.
1272
1273 2002-04-20  David S. Miller  <[email protected]>
1274
1275         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1276         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1277
1278 2002-04-21  David S. Miller  <[email protected]>
1279
1280         * remote-vxsparc.c (vx_read_register): Fix typo, we want
1281         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1282         (vx_write_register): Likewise.
1283
1284 2002-04-23  J. Brobecker  <[email protected]>
1285
1286         * source.c (is_regular_file): New function.
1287         (openp): Check wether file to open is a regular file
1288         to avoid opening directories.
1289
1290 2002-04-22  Jason Thorpe  <[email protected]>
1291
1292         * findvar.c (extract_signed_integer): Cast printf argument
1293         to suppress format warning.
1294         (extract_unsigned_integer): Likewise.
1295         * infcmd.c (registers_info): Likewise.
1296         * top.c (get_prompt_1): Likewise.
1297         * valops.c (value_assign): Likewise.
1298         * valprint.c (print_decimal): Likewise.
1299
1300 2002-04-22  H.J. Lu  ([email protected])
1301
1302         * c-exp.y (typebase): Support
1303
1304         [long|long long|short] [signed|unsigned] [int|]
1305
1306         and
1307
1308         signed [long|long long|short] int
1309
1310 2002-04-22  Jason Thorpe  <[email protected]>
1311
1312         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1313         and vax-tdep.h.
1314         * vax-tdep.h: New file.
1315         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1316         Make several routines static.
1317         (vax_get_saved_register): New function.
1318         (vax_gdbarch_init): New function.
1319         (_initialize_vax_tdep): Register vax_gdbarch_init.
1320         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1321         Remove macros now under the control of gdbarch.
1322
1323 2002-04-22  Michael Snyder  <[email protected]>
1324
1325         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1326         Some whitespace and coding standards tweaks.
1327
1328 2002-04-22  Jason Thorpe  <[email protected]>
1329
1330         * vax-tdep.c: Include regcache.h.
1331         (vax_call_dummy_words): New.
1332         (sizeof_vax_call_dummy_words): New.
1333         (vax_fix_call_dummy): New function.
1334         (vax_saved_pc_after_call): Ditto.
1335         * config/vax/tm-vax.h: Don't include regcache.h.
1336         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1337         (CALL_DUMMY): Remove.
1338         (CALL_DUMMY_WORDS): Define.
1339         (SIZEOF_CALL_DUMMY_WORDS): Define.
1340         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1341
1342 2002-04-18  Michael Snyder  <[email protected]>
1343
1344         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1345
1346 2002-04-22  Jason Thorpe  <[email protected]>
1347
1348         * vax-tdep.c (vax_frame_chain): New function.
1349         (vax_push_dummy_frame): Ditto.
1350         (vax_pop_frame): Ditto.
1351         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1352         (FRAMELESS_FUNCTION_INVOCATION): Use
1353         generic_frameless_function_invocation_not.
1354         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1355         (POP_FRAME): Use vax_pop_frame.
1356
1357 2002-04-22  Jason Thorpe  <[email protected]>
1358
1359         * vax-tdep.c (vax_store_struct_return): New function.
1360         (vax_extract_return_value): Ditto.
1361         (vax_store_return_value): Ditto.
1362         (vax_extract_struct_value_address): Ditto.
1363         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1364         vax_store_struct_return.
1365         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1366         (STORE_RETURN_VALUE): Use vax_store_return_value.
1367         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1368
1369 2002-04-22  Jason Thorpe  <[email protected]>
1370
1371         * vax-tdep.c (vax_frame_saved_pc): New function.
1372         (vax_frame_args_address_correct): Ditto.
1373         (vax_frame_args_address): Ditto.
1374         (vax_frame_locals_address): Ditto.
1375         (vax_frame_num_args): Move code to be in proximity to
1376         other frame-related functions.
1377         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1378         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1379         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1380         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1381         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1382
1383 2002-04-22  H.J. Lu  ([email protected])
1384
1385         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1386         includedir.
1387
1388 2002-04-22  Jason Thorpe  <[email protected]>
1389
1390         * vax-tdep.c (vax_frame_init_saved_regs): New function.
1391         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1392         (FRAME_INIT_SAVED_REGS): New macro.
1393
1394 2002-04-22  Jason Thorpe  <[email protected]>
1395
1396         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1397
1398 2002-04-22  Jason Thorpe  <[email protected]>
1399
1400         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1401         where needed.
1402         (fetch_osf_core_registers): Likewise.
1403         (supply_gregset): Likewise.
1404
1405 2002-04-22  J. Brobecker  <[email protected]>
1406
1407         * symfile.h (get_section_index): Define.
1408         * symfile.c (get_section_index): New function.
1409         * mdebugread.c (SC_IS_SBSS): New macro.
1410         (SC_IS_BSS): Return true for the scBss storage class only, as
1411         the scSBss storage class refers to the .sbss section.
1412         (parse_partial_symbols): Discard the symbols which associated
1413         section does not exist.
1414         Make sure to use the .sbss section index for symbols which
1415         storage class is scBss, rather than using the .bss section index.
1416
1417 2002-04-22  Jason Thorpe  <[email protected]>
1418
1419         * vax-tdep.c: Update copyright years.
1420         (vax_register_name): New function.
1421         (vax_register_byte): Ditto.
1422         (vax_register_raw_size): Ditto.
1423         (vax_register_virtual_size): Ditto.
1424         (vax_register_virtual_type): Ditto.
1425         * config/vax/tm-vax.h: Update copyright years.
1426         (REGISTER_NAMES): Remove.
1427         (REGISTER_NAME): Define.
1428         (REGISTER_BYTE): Use vax_register_byte.
1429         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1430         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1431         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1432
1433 2002-04-21  Andrew Cagney  <[email protected]>
1434
1435         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1436         declaration
1437         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1438
1439 2002-04-21  David S. Miller  <[email protected]>
1440
1441         * arch-utils.c (generic_prologue_frameless_p): Kill
1442         SKIP_PROLOGUE_FRAMELESS_P code.
1443         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1444         references.
1445         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1446         * arc-tdep.c (arc_prologue_frameless_p): Implement.
1447         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1448         references.
1449         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1450         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1451         (sparc_gdbarch_init): Pass it to
1452         set_gdbarch_prologue_frameless_p.
1453
1454 2002-04-21  Jason Thorpe  <[email protected]>
1455
1456         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1457         (alphabsd-nat.o): New dependency list.
1458
1459 2002-04-21  Jason Thorpe  <[email protected]>
1460
1461         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1462         alphafbsd-tdep.c.
1463         (alpha-linux-tdep.o): New dependency list.
1464         (alphafbsd-tdep.o): Likewise.
1465
1466 2002-04-21  Jason Thorpe  <[email protected]>
1467
1468         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
1469         to here...
1470         * alpha-tdep.c: ...from here.
1471         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1472
1473 2002-04-21  Jason Thorpe  <[email protected]>
1474
1475         * config/alpha/tm-alpha.h: Move alpha_software_single_step
1476         prototype from here...
1477         * alpha-tdep.h: ...to here.
1478
1479 2002-04-21  Andrew Cagney  <[email protected]>
1480
1481         * frame.h (selected_frame_level): Document as deprecated.
1482         (frame_relative_level): Declare.
1483         * stack.c (frame_relative_level): New function.
1484         (selected_frame_level): Document as deprecated.
1485         (select_frame): Do not set the selected_frame_level.
1486
1487         * stack.c (frame_info, record_selected_frame): Update.
1488         (frame_command, current_frame_command): Update.
1489         (up_silently_base, up_command, down_silently_base): Update.
1490         (down_command): Update.
1491         * inflow.c (kill_command): Update.
1492         * tracepoint.c (finish_tfind_command): Update.
1493         * corelow.c (core_open): Update.
1494         * thread.c (info_threads_command): Update.
1495         (do_captured_thread_select): Update.
1496         * infcmd.c (finish_command): Update.
1497         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1498
1499 2002-04-21  Jason Thorpe  <[email protected]>
1500
1501         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1502
1503 2002-04-21  Andrew Cagney  <[email protected]>
1504
1505         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
1506         type const.
1507
1508 2002-04-21  Jason Thorpe  <[email protected]>
1509
1510         * alphafbsd-tdep.c: Update copyright years.  Include
1511         alpha-tdep.h.
1512         (alphafbsd_use_struct_convention): Make static.
1513         (alphafbsd_init_abi): New function.
1514         (_initialize_alphafbsd_tdep): New function.
1515         * config/alpha/tm-fbsd.h: Update copyright years.
1516         (USE_STRUCT_CONVENTION): Remove.
1517
1518 2002-04-21  Jason Thorpe  <[email protected]>
1519
1520         * alpha-tdep.c (alpha_abi_handler): New structure to describe
1521         an Alpha ABI variant.
1522         (alpha_abi_handler_list): Declare.
1523         (alpha_gdbarch_register_os_abi): New function.
1524         (alpha_gdbarch_init): Give registered ABI variant handlers a
1525         chance to tweak the gdbarch once we have set up defaults.
1526         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1527
1528 2002-04-21  Jason Thorpe  <[email protected]>
1529
1530         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1531         to standard_coerce_float_to_double.
1532         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1533
1534 2002-04-21  Jason Thorpe  <[email protected]>
1535
1536         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1537         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1538         from gdbarch_tdep rather than a constant.
1539         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1540         the default text address for all Alpha Unix ABIs.
1541         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1542         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1543
1544 2002-04-21  Jason Thorpe  <[email protected]>
1545
1546         * alpha-tdep.h: New file.  Includes several Alpha target constants
1547         taken from...
1548         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
1549         let gdbarch deal with.
1550         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1551         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1552         to dependency list.
1553         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
1554         Alpha target register names.
1555         * alphabsd-nat.c: Likewise.
1556         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
1557         Alpha target register names.  Make serveral routines static.
1558         (alpha_get_saved_register): New function.
1559         (alpha_abi_names): New.
1560         (process_note_abi_tag_sections): New function.
1561         (get_elfosabi): New function.
1562         (alpha_gdbarch_init): New function.
1563         (alpha_dump_tdep): New function.
1564         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1565
1566 2002-04-21  Andrew Cagney  <[email protected]>
1567
1568         * frame.c (find_saved_register): Delete #ifdef
1569         HAVE_REGISTER_WINDOWS code.
1570         * config/sparc/tm-sparc.h: Update comments.
1571         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1572
1573 2002-04-21  Andrew Cagney  <[email protected]>
1574
1575         * i960-tdep.c (i960_find_saved_register): New function.
1576         (i960_get_saved_register): New function.
1577         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1578         (i960_get_saved_register): Declare.
1579         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1580
1581 2002-04-20  David S. Miller  <[email protected]>
1582
1583         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1584
1585 2002-04-20  Andrew Cagney  <[email protected]>
1586
1587         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1588         instead of NUM_PSEUDO_REGS.
1589
1590 2002-04-20  David S. Miller  <[email protected]>
1591
1592         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1593         GDB_MULTI_ARCH_PARTIAL
1594         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1595         define, let tm-sp64.h do it.
1596
1597 2002-04-20  Jason Thorpe  <[email protected]>
1598
1599         * frame.c (find_saved_register): Avoid a NULL pointer
1600         dereference and actually walk the frame list.
1601
1602 2002-04-20  Andrew Cagney  <[email protected]>
1603
1604         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1605         sorted in most most-recent-used order.  Document.
1606         * gdbarch.h, gdbarch.c: Regenerate.
1607
1608 2002-04-20  Daniel Jacobowitz  <[email protected]>
1609
1610         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1611         (add_inferior): Call create_register_cache.
1612         (clear_inferiors): Call free_register_cache.
1613         (inferior_regcache_data, set_inferior_regcache_data): New functions.
1614         * gdbserver/regcache.c (struct inferior_regcache_data): New.
1615         (registers): Remove.
1616         (get_regcache): New function.
1617         (create_register_cache, free_register_cache): New functions.
1618         (set_register_cache): Don't initialize the register cache here.
1619         (registers_to_string, registers_from_string, register_data): Call
1620         get_regcache.
1621         * gdbserver/regcache.h: Add prototypes.
1622         * gdbserver/server.h: Likewise.
1623
1624 2002-04-20  Daniel Jacobowitz  <[email protected]>
1625
1626         * gdbserver/mem-break.c: New file.
1627         * gdbserver/mem-break.h: New file.
1628         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1629         dependencies.
1630         * gdbserver/inferiors.c (struct inferior_info): Add target_data
1631         member.
1632         (clear_inferiors): Free target_data member if set.
1633         (inferior_target_data, set_inferior_target_data): New functions.
1634         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1635         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
1636         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1637         (struct inferior_linux_data): New.
1638         (linux_create_inferior): Use set_inferior_target_data.
1639         (linux_attach): Likewise.  Call add_inferior.
1640         (linux_wait_for_one_inferior): New function.
1641         (linux_wait): Call it.
1642         (linux_write_memory): Add const.
1643         (initialize_low): Call set_breakpoint_data.
1644         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1645         handling members.
1646         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1647         call.
1648         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
1649         prototypes.
1650         * gdbserver/target.c (read_inferior_memory)
1651         (write_inferior_memory): New functions.
1652         * gdbserver/target.h (read_inferior_memory)
1653         (write_inferior_memory): Change macros to prototypes.
1654         (struct target_ops): Update comments.  Add const to write_memory
1655         definition.
1656
1657 2002-04-19  Andrew Cagney  <[email protected]>
1658
1659         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1660         instead of ->prev.
1661         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1662         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1663         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1664         instead of ->prev.
1665
1666 2002-04-19  Elena Zannoni  <[email protected]>
1667
1668         Fix PR gdb/471.
1669         * gdbtypes.c (init_simd_type): Rewrite using new functions.
1670         (build_builtin_type_vec128): Ditto.
1671         (append_composite_type_field): Fix calculation of type length in
1672         union case.
1673
1674 2002-04-19  Eli Zaretskii  <[email protected]>
1675
1676         * config/djgpp/README: Update.
1677
1678         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1679         compiler warnings.
1680
1681 2002-04-19  Jason Thorpe  <[email protected]>
1682
1683         * alpha-tdep.c (setup_arbitrary_frame): Rename...
1684         (alpha_setup_arbitrary_frame): ...to this.
1685         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
1686         for alpha_setup_arbitrary_frame.
1687
1688 2002-04-18  Andrew Cagney  <[email protected]>
1689
1690         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
1691         * gdbarch.h, gdbarch.c: Regenerate.
1692
1693         * defs.h (breakpoint_from_pc_fn): Delete type definition.
1694         * target.h (memory_breakpoint_from_pc): Update declaration.
1695         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
1696
1697         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
1698         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
1699         * mem-break.c (memory_breakpoint_from_pc): Ditto.
1700         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
1701         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
1702         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
1703         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
1704         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
1705         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
1706         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
1707         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
1708         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
1709
1710         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
1711         const pointer.
1712         * monitor.c (monitor_insert_breakpoint): Ditto.
1713         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
1714
1715         * config/mcore/tm-mcore.h: Update copyright.
1716         * mem-break.c: Ditto.
1717         * xstormy16-tdep.c: Ditto.
1718
1719 2002-04-18  Pierre Muller  <[email protected]>
1720
1721         * p-exp.y: Add precedence rule for '^' token.
1722         This removes the shift/reduce conflicts.
1723         Remove the comment concerning these shift/reduce conflicts.
1724
1725 2002-04-18  Elena Zannoni  <[email protected]>
1726
1727         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
1728         (registers_powerpc_nofp): New register set for processors
1729         without floating point unit.
1730
1731 2002-04-18  David S. Miller  <[email protected]>
1732
1733         * MAINTAINERS: Add myself to write-after-approval.
1734
1735 2002-04-17  Michael Snyder  <[email protected]>
1736
1737         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
1738
1739 2002-04-17  Andrew Cagney  <[email protected]>
1740
1741         * rs6000-tdep.c (frame_initial_stack_address): Use
1742         frame_register_read to read the alloca_reg.
1743
1744 2002-04-17  Andrew Cagney  <[email protected]>
1745
1746         * frame.c (find_saved_register): Find saved registers in the next
1747         not prev frame.
1748         Fix PR gdb/365.
1749
1750 2002-04-17  Andrew Cagney  <[email protected]>
1751
1752         * gdbarch.sh (LANG): Set to ``c''.
1753
1754 2002-04-15  Andrew Cagney  <[email protected]>
1755
1756         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
1757
1758 2002-04-15  Andrew Cagney  <[email protected]>
1759
1760         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
1761         Update copyright.
1762
1763         * hpread.c (hpread_get_lntt): Add declaration.
1764         Also fix PR gdb/391.
1765
1766 2002-04-14  Andrew Cagney  <[email protected]>
1767
1768         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
1769         * aclocal.m4, configure: Re-generate.
1770         Fix PR gdb/391.
1771
1772 2002-04-14  Elena Zannoni  <[email protected]>
1773
1774         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
1775         instead of tm_print_insn.
1776
1777 2002-04-14  Elena Zannoni  <[email protected]>
1778
1779         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
1780
1781 2002-04-14  Andrew Cagney  <[email protected]>
1782
1783         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
1784         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
1785         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
1786
1787 2002-04-12  Don Howard  <[email protected]>
1788
1789         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
1790         max_user_call_depth.
1791         (init_cmd_lists): Initialize the new value;
1792         * cli/cli-script.c (execute_user_command): Limit the call depth of
1793         user defined commands.  This avoids a core-dump when user commands
1794         are infinitly recursive.
1795
1796 2002-04-12  Kevin Buettner  <[email protected]>
1797
1798         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
1799         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
1800         from tdep struct instead of DEFAULT_LR_SAVE.
1801         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
1802         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
1803         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
1804
1805 2002-04-12  Michael Snyder  <[email protected]>
1806
1807         * Remote.c: Spelling fix.
1808         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
1809         If no symbol found for "sbrk", try "_sbrk".
1810         (make_output_phdrs): Use bfd_section_name.
1811         (gcore_copy_callback): Use bfd_section_name.
1812         * eval.c: Indentation fix-ups.
1813         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
1814         in case it gets applied to an address that is already
1815         in the instruction space.
1816         * cli/cli-decode.c (help_list): Allow long lines to wrap.
1817         * symfile.c: Fix indentation, long lines.
1818         * source.c: White space fix-up.
1819
1820 2002-04-12  Andrew Cagney  <[email protected]>
1821
1822         * defs.h (read_relative_register_raw_bytes): Delete declaration.
1823         * frame.c (frame_register_read): New function.  Return non-zero on
1824         success.
1825         (read_relative_register_raw_bytes_for_frame): Delete.
1826         (read_relative_register_raw_bytes): Delete.
1827         * frame.h (frame_register_read): Declare.
1828         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
1829         * sh-tdep.c: Ditto.
1830         * infcmd.c (do_registers_info): Ditto.
1831         * hppa-tdep.c: Ditto.
1832         * rs6000-tdep.c: Ditto.
1833         * h8500-tdep.c: Ditto.
1834         * mips-tdep.c: Ditto.
1835         * h8300-tdep.c: Ditto.
1836         * z8k-tdep.c: Ditto.
1837
1838 2002-04-12  Kevin Buettner  <[email protected]>
1839
1840         From Jimi X <[email protected]>:
1841         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
1842         64-bit SysV ABI.
1843
1844 2002-04-12  Kevin Buettner  <[email protected]>
1845
1846         From Jimi X <[email protected]>:
1847         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
1848         bfd info.
1849
1850 2002-04-12  Kevin Buettner  <[email protected]>
1851
1852         From Jimi X <[email protected]>:
1853         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
1854         register sets for these processor variants.
1855
1856 2002-04-11  Daniel Jacobowitz  <[email protected]>
1857
1858         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
1859         registers which are allowed to fail to store.
1860         * gdbserver/linux-low.h (linux_target_ops): Likewise.
1861         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
1862         (ppc_cannot_store_register): FPSCR may not be storable.
1863         * regformats/reg-ppc.dat: Support FPSCR.
1864
1865 2002-04-11  Kevin Buettner  <[email protected]>
1866
1867         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
1868         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
1869         Add fpscr as an invalid/unfetchable register.
1870         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
1871         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
1872         (fill_fpregset): Add support for register fpscr.
1873         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
1874         (fill_gregset): Account for the fact that register ``mq'' might
1875         not exist.
1876         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
1877         (registers_power): Add fpscr to register set at slot 71.
1878         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
1879         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
1880
1881 2002-04-11  Michael Snyder  <[email protected]>
1882
1883         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
1884         * configure: Regenerate.
1885         * config.in: Regenerate.
1886         * acconfig.h: Add define for _SYSCALL32.
1887         * core-sol2.c: Remove #define _SYSCALL32.
1888         * solib-legacy.c: Remove #define _SYSCALL32.
1889
1890 2002-04-10  Andrew Cagney  <[email protected]>
1891
1892         * stack.c (select_frame): Cleanup internal error message, do not
1893         use %p.
1894
1895 2002-04-10  Andrew Cagney  <[email protected]>
1896
1897         * stack.c (select_frame): Check that selected_frame and the
1898         specified level are as expected.
1899         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
1900         Update copyright.
1901         * frame.h (struct frame_info): Add field `level'.  Update
1902         copyright.
1903         Work-in-progress PR gdb/464.
1904
1905 2002-04-10  Andrew Cagney  <[email protected]>
1906
1907         * maint.c (maint_print_section_info): Rename print_section_info.
1908         (print_bfd_section_info, print_objfile_section_info): Update.
1909         * inferior.h (struct gdbarch): Add opaque declaration.
1910         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
1911         * gdbarch.h: Regenerate.
1912
1913 2002-04-10  Michal Ludvig  <[email protected]>
1914
1915         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
1916         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
1917         (kernel_u_size): Added.
1918         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
1919         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
1920
1921 2002-04-04  Jim Ingham  <[email protected]>
1922
1923        * valarith.c (find_size_for_pointer_math): New function, either returns
1924        the size for a pointer's target, returns 1 for void *, or errors for
1925        incomplete types.
1926        (value_add, value_sub): use find_size_for_pointer_math.
1927
1928 2002-04-09  Daniel Jacobowitz  <[email protected]>
1929
1930         * linux-low.c (linux_look_up_symbols): New hook.
1931         (linux_target_ops): Add linux_look_up_symbols.
1932         * remote-utils.c (decode_address): New function.
1933         (look_up_one_symbol): New function.
1934         * server.c (handle_query): Call target look_up_symbols hook.
1935         * server.h (look_up_one_symbol): Add prototype.
1936         * target.h (struct target_ops): Add look_up_symbols hook.
1937
1938 2002-04-09  Daniel Jacobowitz  <[email protected]>
1939
1940         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
1941         * ChangeLog: Correct paths in last ChangeLog entry.
1942
1943 2002-04-09  Daniel Jacobowitz  <[email protected]>
1944
1945         * gdbserver/linux-low.h: Remove obsolete prototypes.
1946         (struct linux_target_ops): New.
1947         (extern the_low_target): New.
1948         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
1949         (register_addr): Use the_low_target explicitly.
1950         (fetch_register): Likewise.
1951         (usr_fetch_inferior_registers): Likewise.
1952         (usr_store_inferior_registers): Likewise.
1953         * gdbserver/linux-arm-low.c (num_regs): Remove.
1954         (arm_num_regs): Define.
1955         (arm_regmap): Renamed from regmap, made static.
1956         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
1957         made static.
1958         (arm_cannot_store_register): Renamed from cannot_store_register,
1959         made static.
1960         (the_low_target): New.
1961         * gdbserver/linux-i386-low.c (num_regs): Remove.
1962         (i386_num_regs): Define.
1963         (i386_regmap): Renamed from regmap, made static.
1964         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
1965         made static.
1966         (i386_cannot_store_register): Renamed from cannot_store_register,
1967         made static.
1968         (the_low_target): New.
1969         * gdbserver/linux-ia64-low.c (num_regs): Remove.
1970         (ia64_num_regs): Define.
1971         (ia64_regmap): Renamed from regmap, made static.
1972         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
1973         made static.
1974         (ia64_cannot_store_register): Renamed from cannot_store_register,
1975         made static.
1976         (the_low_target): New.
1977         * gdbserver/linux-m68k-low.c (num_regs): Remove.
1978         (m68k_num_regs): Define.
1979         (m68k_regmap): Renamed from regmap, made static.
1980         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
1981         made static.
1982         (m68k_cannot_store_register): Renamed from cannot_store_register,
1983         made static.
1984         (the_low_target): New.
1985         * gdbserver/linux-mips-low.c (num_regs): Remove.
1986         (mips_num_regs): Define.
1987         (mips_regmap): Renamed from regmap, made static.
1988         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
1989         made static.
1990         (mips_cannot_store_register): Renamed from cannot_store_register,
1991         made static.
1992         (the_low_target): New.
1993         * gdbserver/linux-ppc-low.c (num_regs): Remove.
1994         (ppc_num_regs): Define.
1995         (ppc_regmap): Renamed from regmap, made static.
1996         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
1997         made static.
1998         (ppc_cannot_store_register): Renamed from cannot_store_register,
1999         made static.
2000         (the_low_target): New.
2001         * gdbserver/linux-s390-low.c (num_regs): Remove.
2002         (s390_num_regs): Define.
2003         (s390_regmap): Renamed from regmap, made static.
2004         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2005         made static.
2006         (s390_cannot_store_register): Renamed from cannot_store_register,
2007         made static.
2008         (the_low_target): New.
2009         * gdbserver/linux-sh-low.c (num_regs): Remove.
2010         (sh_num_regs): Define.
2011         (sh_regmap): Renamed from regmap, made static.
2012         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2013         made static.
2014         (sh_cannot_store_register): Renamed from cannot_store_register,
2015         made static.
2016         (the_low_target): New.
2017         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2018         (the_low_target): New.
2019
2020 2002-04-09  Andrew Cagney  <[email protected]>
2021
2022         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2023         override FP_REGNUM with frame->fp.  Update copyright.
2024         * parse.c (num_std_regs, std_regs): Delete.
2025         (target_map_name_to_register): Do not search std_regs.  Update
2026         function description.
2027         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2028         declarations.  Update copyright.
2029         Fix PR gdb/251.
2030
2031 2002-04-09  Daniel Jacobowitz  <[email protected]>
2032
2033         * gdbserver/Makefile.in: Add stamp-h target.
2034         * gdbserver/configure.in: Create stamp-h.
2035         * gdbserver/configure: Regenerated.
2036
2037 2002-04-09  Daniel Jacobowitz  <[email protected]>
2038
2039         * gdbserver/inferiors.c: New file.
2040         * gdbserver/target.c: New file.
2041         * gdbserver/target.h: New file.
2042         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
2043         dependencies.
2044         * gdbserver/linux-low.c (inferior_pid): New static variable,
2045         moved from server.c.
2046         (linux_create_inferior): Renamed from create_inferior.
2047         Call add_inferior.  Return 0 on success instead of a PID.
2048         (linux_attach): Renamed from myattach.
2049         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
2050         (linux_thread_alive): Renamed from mythread_alive.
2051         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
2052         child dies.
2053         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
2054         (regsets_store_inferior_registers): Correct error message.
2055         Add missing ``return 0''.
2056         (linux_fetch_registers): Renamed from fetch_inferior_registers.
2057         (linux_store_registers): Renamed from store_inferior_registers.
2058         (linux_read_memory): Renamed from read_inferior_memory.
2059         (linux_write_memory): Renamed from write_inferior_memory.
2060         (linux_target_ops): New structure.
2061         (initialize_low): Call set_target_ops ().
2062         * gdbserver/remote-utils.c (unhexify): New function.
2063         (hexify): New function.
2064         (input_interrupt): Send signals to ``signal_pid''.
2065         * gdbserver/server.c (inferior_pid): Remove.
2066         (start_inferior): Update create_inferior call.
2067         (attach_inferior): Call add_inferior.
2068         (handle_query): New function.
2069         (main): Call handle_query for `q' packets.
2070         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
2071         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2072
2073 2002-04-09  Daniel Jacobowitz  <[email protected]>
2074
2075         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
2076         dependencies.
2077         * gdbserver/configure.in: Check for <string.h>
2078         * gdbserver/configure: Regenerate.
2079         * gdbserver/config.in: Regenerate.
2080         * gdbserver/gdbreplay.c: Include needed system headers.
2081         (remote_open): Remove strchr prototype.
2082         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2083         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2084         (supply_register_by_name): Likewise.
2085         (collect_register): Change buf argument to void *.
2086         (collect_register_by_name): Likewise.
2087         * gdbserver/regcache.h: Add missing prototypes.
2088         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2089         * gdbserver/server.c (handle_query): New function.
2090         (attached): New static variable, moved out of main.
2091         (main): Quiet longjmp clobber warnings.
2092         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
2093         * gdbserver/utils.c (error): Remove NORETURN.
2094         (fatal): Likewise.
2095
2096 2002-04-09  Daniel Jacobowitz  <[email protected]>
2097
2098         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2099         after the last symbol in a block.
2100
2101 2002-04-09  Pierre Muller  <[email protected]>
2102
2103         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2104         is non zero as a found symbol.
2105
2106 2002-04-08  Andrew Cagney  <[email protected]>
2107
2108         * findvar.c: Include "builtin-regs.h".
2109         (value_of_register): Call value_of_builtin_reg when applicable.
2110         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2111         (target_map_name_to_register): Call
2112         builtin_reg_map_name_to_regnum.
2113         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2114         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2115         (builtin_regs_h): Define.
2116         (builtin-regs.o): New target.
2117         (findvar.o): Add $(builtin_regs_h).
2118         * builtin-regs.c, builtin-regs.h: New files.
2119         * std-regs.c: New file.
2120         Partial fix for PR gdb/251.
2121
2122 2002-04-08  Kevin Buettner  <[email protected]>
2123
2124         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2125         it's no longer required.
2126
2127 2002-04-08  Andrew Cagney  <[email protected]>
2128
2129         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2130
2131 2002-04-08  Kevin Buettner  <[email protected]>
2132
2133         From Jimi X <[email protected]>:
2134         * rs6000-tdep.c (rs6000_software_single_step): Use
2135         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2136         and size.  Use target_insert_breakpoint() and
2137         target_remove_breakpoint() to insert and remove breakpoints
2138         instead of explicit memory reads and writes.
2139
2140 2002-04-08  Kevin Buettner  <[email protected]>
2141
2142         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2143         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2144         ELF_OBJECT_FORMAT ifdef.
2145
2146 2002-04-08  Kevin Buettner  <[email protected]>
2147
2148         From Jimi X <[email protected]>:
2149         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2150
2151 2002-04-08  Kevin Buettner  <[email protected]>
2152
2153         From Jimi X <[email protected]>:
2154         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2155         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2156
2157 2002-04-07  Mark Kettenis  <[email protected]>
2158
2159         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2160         s/asprintf/xasprintf/.
2161         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2162
2163 2002-04-07  Andrew Cagney  <[email protected]>
2164
2165         I believe Jeff Law denies responsability for this one:
2166         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2167         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2168         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2169         Work-around for PR gdb/366.
2170
2171 2002-04-07  Elena Zannoni  <[email protected]>
2172
2173         * remote-e7000.c (write_small, e7000_read_inferior_memory,
2174         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2175         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2176
2177 2002-04-07  Elena Zannoni  <[email protected]>
2178
2179         * sh-tdep.c (sh_fp_frame_init_saved_regs,
2180         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2181         information.
2182
2183 2002-04-07  Andrew Cagney  <[email protected]>
2184
2185         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2186         maintainer.
2187
2188 2002-04-07  Andrew Cagney  <[email protected]>
2189
2190         * README (Reporting Bugs in GDB): Document the bug web page as the
2191         prefered way of submitting bugs.
2192         Fix PR gdb/402.
2193
2194 2002-04-06  Andrew Cagney  <[email protected]>
2195
2196         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2197         -1.  Update comment.
2198         * gdbarch.h, gdbarch.c: Re-generate.
2199
2200 2002-04-07  Andreas Schwab  <[email protected]>
2201
2202         * m68klinux-nat.c (fill_fpregset): Properly pass address of
2203         buffer to regcache_collect.
2204
2205 2002-04-06  Andrew Cagney  <[email protected]>
2206
2207         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
2208         * gdbarch.c, gdbarch.h: Re-generate.
2209
2210 2002-04-06  Andrew Cagney  <[email protected]>
2211
2212         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2213         declaration.  Fix -Werror.
2214
2215 2002-04-05  Daniel Jacobowitz  <[email protected]>
2216
2217         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2218         * gdbarch.c: Regenerate.
2219
2220 2002-04-05  Michael Snyder  <[email protected]>
2221
2222         * breakpoint.c (clear_command): Rewrite middle section to
2223         combine two loops with identical control conditions.
2224         Add a cleanup to eliminate a memory leak.
2225         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2226
2227 2002-04-05  H.J. Lu  ([email protected])
2228
2229         * solib-svr4.c (bkpt_names): Add "__start".
2230
2231 2002-04-04  Andrew Cagney  <[email protected]>
2232
2233         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2234         as test for 64 bit target.
2235
2236 2002-04-05  Andrew Cagney  <[email protected]>
2237
2238         * h8500-tdep.c (h8500_write_fp): Delete function.
2239         * dwarf2cfi.c (cfi_write_fp): Document as not used.
2240         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2241         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2242         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2243         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2244         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2245         (s390_write_fp):
2246         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2247         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2248         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2249         (d10v_write_fp): Delete function.
2250         * inferior.h (write_fp, generic_target_write_fp): Delete
2251         declarations.
2252         * regcache.c (generic_target_write_fp): Delete function.
2253         (write_fp): Delete function.
2254         * gdbarch.sh (TARGET_WRITE_FP): Delete.
2255         * gdbarch.h, gdbarch.c: Regenerate.
2256         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2257         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2258         (sparc64_write_fp): Delete declaration.
2259         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2260         (h8500_write_fp): Delete declaration.
2261
2262 2002-04-04  Andrew Cagney  <[email protected]>
2263
2264         * sparc-tdep.c (sparc64_write_fp): Delete.
2265         (sparc_push_dummy_frame): Replace write_fp call with code to store
2266         the FP directly.
2267         (sparc_gdbarch_init): Do not initialize write_fp.
2268
2269 2002-04-05  Kevin Buettner  <[email protected]>
2270
2271         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2272         clause.
2273
2274 2002-03-29  Jim Blandy  <[email protected]>
2275
2276         * stack.c (get_selected_block): Add new argument `addr_in_block',
2277         used to return the exact code address we used to select the block,
2278         not just the block.
2279         * blockframe.c (get_frame_block, get_current_block): Same.
2280         * frame.h (get_frame_block, get_current_block,
2281         get_selected_block): Update declarations.
2282         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2283         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2284
2285 2002-04-05  Michael Snyder  <[email protected]>
2286
2287         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2288         warning message.
2289
2290 2002-04-05  J. Brobecker  <[email protected]>
2291
2292         * utils.c (xfullpath): New function.
2293         * defs.h (xfullpath): Add declaration.
2294         * source.c (openp): Use xfullpath in place of gdb_realpath to
2295         avoid resolving the basename part of filenames when the
2296         associated file is a symbolic link. This fixes a potential
2297         inconsistency between the filenames known to GDB and the
2298         filenames it prints in the annotations.
2299         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2300         to be able to match a filename with either the real filename, or
2301         the name of any symbolic link to this file.
2302         (lookup_partial_symtab): Ditto.
2303
2304 2002-04-04  Michael Snyder  <[email protected]>
2305
2306         * breakpoint.c: Add support for hardware breakpoints in overlays.
2307         (overlay_events_enabled): New state variable.
2308         (insert_breakpoints): Use overlay_events_enabled to decide
2309         whether to attempt to set a breakpoint at the overlay load addr.
2310         Handle bp_hardware_breakpoint as well as bp_breakpoint.
2311         (remove_breakpoint): Use overlay_events_enabled to decide
2312         whether breakpoints need to be removed from overlay load addr.
2313         Handle bp_hardware_breakpoint as well as bp_breakpoint.
2314         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
2315         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
2316         disable_overlay_breakpoints): Update overlay_events_enabled.
2317
2318 2002-04-04  Daniel Jacobowitz  <[email protected]>
2319
2320         * dwarf2read.c (struct function_range): New.
2321         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2322         (check_cu_functions): New.
2323         (read_file_scope): Initialize global function lists.
2324         Call dwarf_decode_line after processing children.
2325         (read_func_scope): Add to global function list.
2326         (dwarf_decode_lines): Call check_cu_functions everywhere
2327         record_line is called.  Call record_line with a linenumber
2328         of 0 to mark sequence ends.
2329
2330 2002-04-04  Michal Ludvig  <[email protected]>
2331
2332         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
2333         change sync with glibc.
2334
2335 2002-04-03  Jim Blandy  <[email protected]>
2336
2337         * configure.in: Call AC_C_INLINE.
2338         * configure: Regenerated.
2339
2340 2002-04-01  Daniel Jacobowitz  <[email protected]>
2341
2342         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2343         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2344
2345 2002-03-31  Mark Kettenis  <[email protected]>
2346
2347         * NEWS: Mention gcore support on FreeBSD/i386.
2348
2349         * fbsd-proc.c: New file.
2350         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2351         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2352
2353         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2354         while statement.
2355
2356 2002-03-29  Jim Blandy  <[email protected]>
2357
2358         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2359         unescaped newlines in string literals, but newer ones don't.  So
2360         escape them.
2361
2362 2002-03-26  Michael Snyder  <[email protected]>
2363             Andrew Cagney <[email protected]>
2364
2365         * cli/cli-dump.c: New file.  Dump memory to file,
2366         restore file to memory.
2367         * cli/cli-dump.h: New file.
2368         * Makefile.in: Add rules, dependencies for cli-dump.o.
2369         * NEWS: Mention new commands.
2370
2371 2002-03-28  Michael Snyder  <[email protected]>
2372
2373         * symfile.c (symbol_file_add): Move test for null symbols to later.
2374
2375 2002-03-27  Andrew Cagney  <[email protected]>
2376
2377         From veksler at il.ibm.com:
2378         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2379         the xstrduped original path.
2380         Fix PR gdb/417.
2381
2382 2002-03-27  Michael Snyder  <[email protected]>
2383
2384         * breakpoint.c (_initialize_breakpoint): Clean up help string.
2385         * infcmd.c (_initialize_infcmd): Ditto.
2386         * language.c (_initialize_language): Ditto.
2387         * symfile.c (_initialize_symfile): Ditto.
2388         * top.c (_init_main): Ditto.
2389         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2390
2391 2002-03-27  Elena Zannoni  <[email protected]>
2392
2393         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2394         vector registers handling.
2395         (skip_prologue): Handle new AltiVec instructions.  Fill in new
2396         fields of frame data.
2397         (frame_get_saved_regs): Fill in information for AltiVec registers.
2398
2399 2002-03-27  Jim Blandy  <[email protected]>
2400
2401         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2402         a function; leave this macro here to invoke that function.
2403         (symbol_init_mangled_name): Declaration for that function.
2404         * symtab.c (symbol_init_mangled_name): New function.
2405
2406 2002-03-27  Andrew Cagney  <[email protected]>
2407
2408         * valarith.c: Replace strerror with safe_strerror.
2409         * tracepoint.c: Ditto.
2410         * lin-lwp.c: Ditto.
2411         * go32-nat.c: Ditto.
2412         * inflow.c: Ditto.
2413         * gnu-nat.c: Ditto.
2414
2415 2002-03-27  Andreas Schwab  <[email protected]>
2416
2417         * event-top.c (command_line_handler): Remove useless if.
2418
2419 2002-03-27  Andreas Jaeger  <[email protected]>
2420
2421         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2422         comment.
2423
2424 2002-03-27  Michal Ludvig  <[email protected]>
2425
2426         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2427         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2428         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2429         (x86_64_linux_dr_get_status, supply_gregset),
2430         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2431         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2432         (x86_64_register_info_table): Add.
2433         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2434         (x86_64_register_raw_size, x86_64_register_virtual_type),
2435         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2436         general x86_64_register_info_table.
2437         (i386_gdbarch_init): gdbarch_register_bytes is now set
2438         dynamicaly during initialization.
2439         * regformats/reg-x86-64.dat: Synced with changes to registers above.
2440         * gdbserver/linux-x86-64-low.c: Ditto.
2441
2442 2002-03-27  Daniel Jacobowitz  <[email protected]>
2443
2444         * gdbserver/server.c (main): Call target_signal_to_host_p
2445         and target_signal_to_host on signals received from the remote.
2446         * gdbserver/remote-utils.c (prepare_resume_reply): Call
2447         target_signal_from_host on signals sent to the remote.
2448         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
2449         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
2450
2451 2002-03-27  Daniel Jacobowitz  <[email protected]>
2452
2453         * signals/signals.c: Include "server.h" in gdbserver build.
2454         (target_signal_from_name): Don't use STREQ.
2455         (_initialize_signals): Likewise.  Don't include function in
2456         gdbserver build.
2457
2458 2002-03-27  Daniel Jacobowitz  <[email protected]>
2459
2460         * signals.c: Moved to...
2461         * signals/signals.c: Here.
2462         * Makefile (signals.o): Update.
2463
2464 2002-03-26  Jeff Law ([email protected])
2465
2466         * somread.c (som_symtab_read): Remove some commented out code and
2467         updated related comments.  Do not set the minimal symbol table to
2468         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2469         in a dynamic executable.
2470         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2471         where we are unable to find the minimal symbol for the given
2472         PC value.
2473
2474 2002-03-25  Jeff Law ([email protected])
2475
2476         * linux-proc.c (read_mapping): Scan up to end of line for filename.
2477
2478 2002-03-25  Michal Ludvig  <[email protected]>
2479
2480         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2481
2482 2002-03-23  Andrew Cagney  <[email protected]>
2483
2484         * command.h: Update copyright.
2485         (struct cmd_list_element): Replace definition with opaque
2486         declaration.
2487         (enum cmd_types): Document that it will eventually be moved to
2488         cli/cli-decode.h
2489         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2490         (MALLOCED_REPLACEMENT): Delete macro.
2491         * Makefile.in (cli_decode_h): Add $(command_h).
2492         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2493         * top.c: Include "cli/cli-decode.h".
2494         * completer.c: Include "cli/cli-decode.h".
2495         * maint.c: Include "cli/cli-decode.h".
2496         * cli/cli-decode.h: Include "command.h".
2497         (enum command_class): Delete.
2498         (enum cmd_types): Comment out.
2499         (enum cmd_auto_boolean): Delete.
2500         (enum var_types): Delete.
2501
2502 2002-03-23  Andrew Cagney  <[email protected]>
2503
2504         * cli/cli-decode.c: Include "gdb_assert.h".
2505         (add_set_or_show_cmd): New static function.
2506         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
2507         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
2508         all fields, such as func, from the set command.
2509
2510 2002-03-23  Andrew Cagney  <[email protected]>
2511
2512         * MAINTAINERS (sh-elf): Change warning flag to -w.
2513
2514 2002-03-23  Andrew Cagney  <[email protected]>
2515
2516         * defs.h (error): Add printf format attribute.
2517         * thread-db.c (thread_from_lwp): Fix error format string.
2518         * stack.c (parse_frame_specification): Ditto.
2519         * cli/cli-decode.c (undef_cmd_error): Ditto.
2520         * scm-lang.c (scm_lookup_name): Ditto.
2521         * tracepoint.c (trace_error): Ditto.
2522         * remote-utils.c (usage): Ditto.
2523         * remote.c (compare_sections_command): Ditto.
2524         Fix PR gdb/328.
2525
2526 2002-03-22  Andrew Cagney  <[email protected]>
2527
2528         * gdbtypes.c (append_composite_type_field): New function.
2529         (init_composite_type): New function.
2530         * gdbtypes.h (append_composite_type_field): Declare.
2531         (init_composite_type): Ditto.
2532
2533 2002-03-22  Elena Zannoni  <[email protected]>
2534
2535         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2536         function.
2537         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2538         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2539         structure returning convention for SYSV ABI case, but not
2540         for GNU/Linux, FreeBSD, or NetBSD.
2541
2542 2002-03-22  Daniel Jacobowitz  <[email protected]>
2543
2544         * symtab.h (lookup_block_symbol): Add mangled_name argument
2545         to prototype.
2546
2547         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2548         with new mangled_name argument.
2549         * linespec.c (decode_line_1): Likewise.
2550         * valops (value_of_this): Likewise.
2551         * symtab.c (lookup_transparent_type): Likewise.
2552         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
2553         (lookup_symbol): If we are given a mangled name, pass it down
2554         to lookup_symbol_aux.
2555         (lookup_block_symbol): If we are given a mangled name to check
2556         against, only return symbols which match it.
2557
2558 2002-03-22  Christopher Faylor  <[email protected]>
2559
2560         * win32-nat.c (child_create_inferior): Check for proper shell to use
2561         here, in case the user changes it on the fly.
2562         (_initialize_inftarg): Remove shell path considerations.
2563
2564 2002-03-21  Elena Zannoni  <[email protected]>
2565
2566         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2567         for gdbarch_max_register_raw_size and max_register_virtual_size.
2568         Adjust copyright year.
2569
2570 2002-03-21  Daniel Jacobowitz  <[email protected]>
2571
2572          * dbxread.c (process_one_symbol): Extend the first N_SLINE
2573          in a function to cover the entire beginning of the function
2574          as well if it does not already.
2575
2576 2002-03-21  Tom Rix  <[email protected]>
2577
2578         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2579         (rs6000_ptrace64): Renamed from ptrace64.
2580
2581 2002-03-20  Martin M. Hunt  <[email protected]>
2582
2583         * gdbserver/remote-utils.c (remote_open): Don't call
2584         getprotobyname, we're all using TCP here so just use
2585         IPPROTO_TCP.
2586         * gdbserver/gdbreplay.c (remote_open): Ditto.
2587
2588 2002-03-20  Martin M. Hunt  <[email protected]>
2589
2590         * regcache.c (_initialize_regcache): No need to call
2591         build_regcache() at this time; it gets called whenever
2592         the gdbarch changes.
2593
2594 2002-03-20  David O'Brien  <[email protected]>
2595
2596         * sparc-nat.c:  Include sys/param.h where possible.
2597
2598 2002-03-20  Daniel Jacobowitz  <[email protected]>
2599
2600         Fix PR gdb/422.
2601         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2602         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2603         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2604         complex types.
2605         * stabsread.c (rs6000_builtin_type): Likewise.
2606         (read_sun_floating_type): Likewise.
2607
2608 2002-03-19  Peter Schauer  <[email protected]>
2609
2610         * stabsread.c (read_member_functions): Remove skip code for duplicate
2611         constructor/destructor methods.  Use standard parsing for these
2612         methods and just do not chain them to the list of methods after
2613         parsing.
2614
2615 2002-03-19  Alexandre Oliva  <[email protected]>
2616
2617         * coffread.c: Remove redundant static declarations.  Replace
2618         occurrences of `PTR' with `void *'.
2619         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2620         * top.h (quit_cover): Likewise.
2621         * defs.h (catch_errors): Likewise.
2622
2623 2002-03-18  Andrew Cagney  <[email protected]>
2624
2625         * defs.h (XMALLOC): Define.
2626         * gdb-events.sh (XMALLOC): Delete macro.
2627         * gdb-events.c, gdb-events.h: Regenerate.
2628         * gdbarch.sh (XMALLOC): Delete macro.
2629         * gdbarch.c: Regenerate.
2630         * serial.c (XMALLOC): Delete macro.
2631         * ui-file.c (XMALLOC): Ditto.
2632         * ser-unix.h (XMALLOC): Ditto.
2633         * sh-tdep.c (XMALLOC): Ditto.
2634         * ui-out.c (XMALLOC): Ditto.
2635         * utils.c (XMALLOC): Ditto.
2636         * i386-tdep.c (XMALLOC): Ditto.
2637         * gdb-events.c (XMALLOC): Ditto.
2638         * d10v-tdep.c (XMALLOC): Ditto.
2639         * cli-out.c (XMALLOC): Ditto.
2640
2641         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2642         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2643         * ui-file.c, ui-out.c: Ditto.
2644
2645 2002-03-18  Andrew Cagney  <[email protected]>
2646
2647         * command.h (struct cmd_list_element): Add field context.
2648         (set_cmd_context, get_cmd_context): Declare.
2649         * cli/cli-decode.h: Ditto.
2650         * cli/cli-decode.c (get_cmd_context): New function.
2651         (set_cmd_context): New function.
2652         (add_cmd): Initialize context.
2653         Part of fixing PR gdb/145 and PR gdb/146.
2654
2655 2002-03-17  Andrew Cagney  <[email protected]>
2656
2657         * cli/cli-decode.c (cmd_type): New function.
2658         * command.h (cmd_type): Declare.
2659         * infrun.c (set_schedlock_func): Call function cmd_type.
2660         * kod.c (kod_set_os): Call cmd_type.
2661         * cris-tdep.c (cris_version_update): Use function cmd_type.
2662         (cris_mode_update, cris_abi_update): Ditto.
2663
2664         * command.h: (execute_cmd_post_hook): Declare.
2665         (execute_cmd_pre_hook): Declare.
2666         * cli/cli-script.c (clear_hook_in_cleanup): New function.
2667         (execute_cmd_post_hook, execute_cmd_pre_hook): New
2668         functions. Execute pre/post hook while ensuring that afterwords
2669         hook_in is cleared.
2670         * top.c (execute_command): Use execute_cmd_post_hook, and
2671         execute_cmd_pre_hook to execute pre/post commands.
2672         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2673         hook_stop_stub.
2674         (hook_stop_stub): Call execute_cmd_pre_hook.
2675
2676 2002-03-17  Andrew Cagney  <[email protected]>
2677
2678         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
2679         set'' and this leads to a core dump.  Move xstrdup of
2680         operating_system to after check that it is not NULL.
2681
2682 2002-03-17  Andrew Cagney  <[email protected]>
2683
2684         * kod.c (kod_set_os): Remove unnecessary check that
2685         ``command->type'' is set_cmd.
2686
2687         * valprint.c (set_input_radix): Use input_radix.
2688         (set_output_radix): Use output_radix.
2689         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
2690         isn't reverted.
2691
2692 2002-03-16  Andrew Cagney  <[email protected]>
2693
2694         * value.h (struct value): Delete field ``substring_addr''.  Change
2695         aligner fields to force_doublest_align, force_longest_align,
2696         force_core_addr_align and force_pointer_aligh.
2697
2698         * value.h (struct value): Fix typo in above change.
2699
2700 2002-03-16  Peter Schauer  <[email protected]>
2701
2702         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
2703         to fix internal_error from ``maintenance print architecture''.
2704
2705 2002-03-16  Peter Schauer  <[email protected]>
2706
2707         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
2708         for gcc versions after gcc-2.8.1.
2709
2710 2002-03-16  Peter Schauer  <[email protected]>
2711
2712         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
2713         for method resolution.  Restore adjustment of ``this'' pointer after
2714         calling value_struct_elt, which was accidentally removed during the
2715         HP merge.
2716
2717 2002-03-15  Andrew Cagney  <[email protected]>
2718
2719         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
2720         value_of_register.
2721         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
2722         get_saved_register.
2723         * value.h (value_of_register): Update.
2724
2725 2002-03-14  Richard Henderson  <[email protected]>
2726
2727         * configure.in: Detect declaration for canonicalize_file_name.
2728         * utils.c (canonicalize_file_name): Declare, if needed.
2729         (gdb_realpath): Prefer realpath if available and usable.
2730         * config.in, configure: Rebuild.
2731
2732 2002-03-14  Richard Henderson  <[email protected]>
2733
2734         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
2735         a constant array bound.
2736
2737         * MAINTAINERS: Add myself to write-after-approval.
2738
2739 2002-03-14  Michael Snyder  <[email protected]>
2740
2741         * symfile.c (syms_from_objfile): Return immediately if no syms.
2742         (symbol_file_add): Return immediately if no syms.
2743         (find_sym_fns): Return immediately if no syms.
2744
2745 2002-03-13  Michal Ludvig  <[email protected]>
2746
2747         * gdbserver/remote-util.c (remote_open): Print remote-side's
2748         IP address when remote debugging over the network.
2749
2750 2002-03-12  David O'Brien  <[email protected]>
2751
2752         * config/sparc/fbsd.mh: Fix copyright.
2753         * config/sparc/fbsd.mt: Likewise.
2754
2755 2002-03-11  Richard Earnshaw  <[email protected]>
2756
2757         * MAINTAINERS: Fix typo in name of gdb warnings option.
2758         (x86-64): Fix formating so that this can be parsed by awk.
2759
2760 2002-03-10  Daniel Jacobowitz  <[email protected]>
2761
2762         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
2763         * defs.h: Include "gdb/signals.h".
2764         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
2765
2766 2002-03-10  Michal Ludvig  <[email protected]>
2767
2768         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
2769         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
2770         from x86-64-tdep.h
2771
2772 2002-03-10  Daniel Jacobowitz  <[email protected]>
2773             Don Howard <[email protected]>
2774
2775         * mips-tdep.c (ST0_FR): Define.
2776         (mips2_fp_compat): New function, temporarily disabled.
2777         (mips_read_fp_register_single): New function.
2778         (mips_read_fp_register_double): New function.
2779         (mips_print_register): Use them.
2780         (do_fp_register_row): Likewise.
2781
2782 2002-03-09  Andrew Cagney  <[email protected]>
2783
2784         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
2785         approval''.
2786
2787 2002-03-08  Peter Schauer  <[email protected]>
2788
2789         * stabsread.c (read_member_functions): Fix is_stub test for
2790         static member functions, improve comment.
2791
2792 2002-03-07  Richard Earnshaw  <[email protected]>
2793
2794         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
2795         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
2796         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
2797         commands that set boolean values.
2798         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
2799         (arm_rdi_resume): Always initialize PC.
2800         (arm_rdi_open): Don't use rslt as a boolean.
2801         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
2802         (arm_rdi_fetch_registers, arm_rdi_store_registers)
2803         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
2804         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
2805
2806 2002-03-06  Alexandre Oliva  <[email protected]>
2807
2808         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
2809         * configure: Rebuilt.
2810
2811 2002-03-06  Stephane Carrez  <[email protected]>
2812
2813         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
2814         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
2815
2816 2002-03-06  Andrew Cagney  <[email protected]>
2817
2818         * cli/cli-decode.c (set_cmd_completer): New function.
2819         * command.h (set_cmd_completer): Declare.
2820         * cli/cli-decode.h (set_cmd_completer): Ditto.
2821
2822         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
2823         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2824         * win32-nat.c (_initialize_inftarg): Ditto.
2825         * remote-rdi.c (_initialize_remote_rdi): Ditto.
2826         * proc-api.c (_initialize_proc_api): Ditto.
2827         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
2828         * source.c (_initialize_source): Ditto.
2829         * exec.c (_initialize_exec): Ditto.
2830         * solib.c (_initialize_solib): Ditto.
2831         * top.c (init_main): Ditto.
2832         * tracepoint.c (_initialize_tracepoint): Ditto.
2833         * symfile.c (_initialize_symfile): Ditto.
2834         * printcmd.c (_initialize_printcmd): Ditto.
2835         * infcmd.c (_initialize_infcmd): Ditto.
2836         * corefile.c (_initialize_core): Ditto.
2837
2838 2002-03-05  Andrew Cagney  <[email protected]>
2839
2840         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
2841
2842 2002-03-05  Andrew Cagney  <[email protected]>
2843
2844         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
2845
2846 2002-03-05  Andrew Cagney  <[email protected]>
2847
2848         * NEWS: Update headings, 5.2 has branched.
2849
2850 2002-03-04  Daniel Jacobowitz  <[email protected]>
2851
2852         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
2853         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
2854         (register_addr, REGISTER_RAW_SIZE): Likewise.
2855         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
2856         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
2857
2858 2002-03-03  Michal Ludvig <[email protected]>
2859
2860         * MAINTAINERS (x86-64): Add myself.
2861         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
2862         changed value_ptr -> struct value *
2863
2864 2002-03-01  David O'Brien  <[email protected]>
2865
2866         * configure.host (sparc64-*-freebsd): Add.
2867         * configure.tgt: Likewise.
2868         * config/sparc/fbsd.mh: New file.
2869         * config/sparc/fbsd.mt: Likewise.
2870         * config/sparc/nm-fbsd.h: Likewise.
2871         * config/sparc/tm-fbsd.h: Likewise.
2872
2873 2002-03-01  Daniel Jacobowitz  <[email protected]>
2874
2875         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
2876         regformats/reg-s390x.dat.
2877
2878 2002-03-01  Andrew Cagney  <[email protected]>
2879
2880         * utils.c: Add FIXME explaining true/false problem.
2881
2882 2002-02-28  Andrew Cagney  <[email protected]>
2883
2884         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
2885
2886 2002-02-28  Michael Chastain  <[email protected]>
2887
2888         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
2889
2890 2002-02-28  Daniel Jacobowitz  <[email protected]>
2891
2892         * gdbserver/linux-s390-low.c: New file.
2893         * regformats/reg-s390.dat: New file.
2894         * regformats/reg-s390x.dat: New file.
2895         * gdbserver/configure.srv: Add S/390.
2896         * gdbserver/Makefile.in: Add S/390.
2897         * configure.tgt: Enable gdbserver for S/390.
2898
2899 2002-02-28  Eli Zaretskii  <[email protected]>
2900
2901         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
2902         first line of the doc string for "info dos", except at the end of
2903         the sentence, since the short help stops at the first period.
2904
2905 2002-02-28  Jason Merrill  <[email protected]>
2906
2907         * dwarf2read.c (dwarf_cfi_name): Add new codes.
2908
2909 2002-02-27  Fred Fish  <[email protected]>
2910
2911         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
2912         comment (dumy -> dummy).
2913
2914 2002-02-27  Peter Schauer  <[email protected]>
2915
2916         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
2917
2918 2002-02-27  Rodney Brown  <[email protected]>
2919
2920       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
2921
2922 2002-02-27  Daniel Jacobowitz  <[email protected]>
2923
2924         * gdbserver/acconfig.h: New file.
2925         * gdbserver/i387-fp.c: New file.
2926         * gdbserver/i387-fp.h: New file.
2927         * gdbserver/linux-x86-64.c: New file.
2928         * regformats/reg-x86-64.dat: New file.
2929         * configure.tgt: Add x86_64-*-linux* gdbserver support.
2930         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
2931         * gdbserver/configure.in: Add support for regsets.
2932         * gdbserver/config.in: Regenerate.
2933         * gdbserver/configure: Regenerate.
2934         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
2935         * gdbserver/linux-low.h: New file.
2936         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
2937         for regsets.
2938         * gdbserver/linux-arm-low.c: Include "linux-low.h".
2939         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
2940         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
2941         * gdbserver/linux-mips-low.c: Include "linux-low.h".
2942         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
2943         * gdbserver/linux-sh-low.c: Include "linux-low.h".
2944         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
2945         "i387-fp.h".  Add PTRACE_GETREGS and friends.
2946         * gdbserver/regcache.c (supply_register): New function.
2947         (supply_register_by_name): New function.
2948         (collect_register): New function.
2949         (collect_register_by_name): New function.
2950
2951 2002-02-27  Daniel Jacobowitz  <[email protected]>
2952
2953         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
2954         (config.status): Add configure.srv dependency.
2955         (server_h): Add config.h dependency.
2956
2957 2002-02-27  Daniel Jacobowitz  <[email protected]>
2958
2959         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
2960         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
2961         * gdbserver/configure.srv: Change i386-*-linux* to use
2962         reg-i386-linux.o.
2963
2964 2002-02-26  Andrew Cagney  <[email protected]>
2965
2966         * x86-64-tdep.c: Re-indent.  Update copyright date.
2967
2968 2002-02-26  Andrew Cagney  <[email protected]>
2969
2970         From Michal Ludvig <[email protected]>:
2971         * x86-64-tdep.c (value.h): Delete.
2972         (gdb_assert.h): Include.
2973         (x86_64_register_convert_to_virtual,
2974         x86_64_register_convert_to_raw ): Add check which lets only
2975         floating-point values to be converted.
2976         (value_push): Delete.
2977         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
2978         (i386_gdbarch_init): Number of register_bytes fixed.
2979
2980 2002-02-26  Andrew Cagney  <[email protected]>
2981
2982         * MAINTAINERS: Add x86-64 target.
2983
2984 2002-02-26  Andrew Cagney  <[email protected]>
2985
2986         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
2987         * osfsolib.c (solib_map_sections): Ditto.
2988         * irix5-nat.c (solib_map_sections): Ditto.
2989         * corelow.c (gdb_check_format): Ditto.
2990         * symfile.c (symfile_bfd_open): Ditto.
2991         * solib.c (solib_map_sections): Ditto.
2992         Fix PR gdb/354.
2993
2994 2002-02-26  Andrew Cagney  <[email protected]>
2995
2996         * remote.c (_initialize_remote): By default, disable ``e'' and
2997         ``E'' step out-of-range packets.
2998
2999 2002-02-26  Andreas Schwab  <[email protected]>
3000
3001         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3002         m68k_linux_frame_saved_pc.
3003         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3004         in_sigtramp.
3005         (SIGCONTEXT_PC_OFFSET): Remove.
3006         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3007         m68k_linux_sigtramp_saved_pc): New functions.
3008         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3009         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3010         (UCONTEXT_PC_OFFSET): Define.
3011         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3012         non-RT and RT signal trampolines.
3013
3014 2002-02-26  Richard Earnshaw  <[email protected]>
3015
3016         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3017         (TARGET_NBPG, STACK_END_ADDR): Delete
3018         (VARIABLES_INSIDE_BLOCK): Delete.
3019
3020 2002-02-25  Andrew Cagney  <[email protected]>
3021
3022         * utils.c (perror_with_name): Make string parameter constant.
3023         (print_sys_errmsg): Ditto.
3024         (query): Ditto.
3025         * defs.h (perror_with_name): Update.
3026         (print_sys_errmsg): Update.
3027         (query): Update.
3028
3029 2002-02-25  Daniel Jacobowitz  <[email protected]>
3030
3031         From Eliot Dresselhaus <[email protected]>:
3032         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3033
3034 2002-02-25  Peter Schauer  <[email protected]>
3035
3036         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3037         if it already matches the current architecture from the exec file.
3038         Include arch-utils.h for gdbarch_info_init prototype.
3039         * Makefile.in (rs6000-nat.o): Update dependencies.
3040
3041 2002-02-25  Eli Zaretskii  <[email protected]>
3042
3043         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3044          list of exported variables.
3045
3046 2002-02-24  Daniel Jacobowitz  <[email protected]>
3047
3048         * gdbserver/configure.srv: New file.
3049         * gdbserver/configure.in: Use configure.srv instead
3050         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
3051         from it.
3052         * gdbserver/configure: Regenerated.
3053         * gdbserver/terminal.h: New file.
3054         * gdbserver/Makefile.in: Update for configure changes.  Remove
3055         more unneeded include paths.
3056
3057 2002-02-24  Andrew Cagney  <[email protected]>
3058
3059         From wiz at danbala:
3060         * config/sparc/tm-sp64.h: Fix grammar and typos.
3061         Fix PR gdb/287.
3062
3063 2002-02-24  Andrew Cagney  <[email protected]>
3064
3065         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
3066         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
3067         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3068         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
3069         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3070         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3071         * s390-tdep.c: Ditto.
3072         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3073         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3074         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3075         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3076         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3077         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3078         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3079         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3080         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3081         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
3082         Fix PR gdb/378.
3083
3084 2002-02-23  Andrew Cagney  <[email protected]>
3085
3086         * lin-thread.c: Delete file.
3087         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3088         to gdb_proc_service.h.
3089         * configure: Re-generate.
3090
3091         * ocd.c (ocd_open): Do not try to open the "ocd" device.
3092         * serial.c (serial_open): Delete check for "ocd".
3093         Fix PR gdb/349.
3094
3095         * Makefile.in (linux-thread.o): Delete target.
3096         * linux-thread.c: Delete file.
3097
3098         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
3099         renamed SH files to be consistent.
3100
3101         * symtab.c (sort_search_symbols): Use xfree.
3102
3103 2002-02-23  Richard Earnshaw  <[email protected]>
3104
3105         * arm-linux-tdep.c (arm_linux_init_abi): Register
3106         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3107         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3108         definition with undef, since we don't want the sysvr4 definition.
3109         (SKIP_TRAMPOLINE_CODE): Likewise.
3110
3111 2002-02-23  Andrew Cagney  <[email protected]>
3112
3113         From 2002-02-22 Alfred M. Szmidt <[email protected]>:
3114
3115         * configure.in: (AC_CHECK_FUNCS) Added test for
3116         canonicalize_file_name Regenerated.
3117         * config.in, configure: Regenerated.
3118         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3119         defined use canonicalize_file_name.
3120
3121 2002-02-23  Michael Chastain  <[email protected]>
3122
3123         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3124
3125 2002-02-23  Andrew Cagney  <[email protected]>
3126
3127         * README: Remove references to cygnus.com.
3128         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3129         dot com'' form.  Remove references to cygnus.com and sourceware.
3130
3131 2002-02-23  Andrew Cagney  <[email protected]>
3132
3133         From 2002-02-19 Paul Eggert <[email protected]>:
3134         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3135         1003.1-2001 no longer allows "head -1".
3136         * gdb/Makefile.in (version.c): Likewise.
3137         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3138         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3139         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
3140
3141 2002-02-23  Andrew Cagney  <[email protected]>
3142
3143         * cli/cli-decode.c (cmd_cfunc_eq): New function.
3144         * command.h (cmd_cfunc_eq): Declare.
3145         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3146
3147         * cli/cli-cmds.h (is_complete_command): Change parameter to a
3148         ``struct cmd_list_element *''.
3149         * cli/cli-cmds.c (is_complete_command): Update.  Use
3150         cmd_cfunc_eq.
3151         * top.c (execute_command): Pass the command to
3152         is_complete_command.
3153         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3154
3155 2002-02-23  Andrew Cagney  <[email protected]>
3156
3157         From 2002-02-20 Martin Schwidefsky <[email protected]>:
3158         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3159         architecture defines.
3160         * s390-tdep.c (s390_gdbarch_init): Likewise.
3161
3162 2002-02-23  Richard Earnshaw  <[email protected]>
3163
3164         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3165         (arm_linux_push_arguments): Likewise.
3166         (arm_linux_init_abi): Register them.  Also register linux-specific
3167         call_dummy_words.
3168         (find_minsym_and_objfile): Use strcmp, not STREQ.
3169         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3170         (arm_linux_call_dummy_words): Delete declaration.
3171         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3172         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3173         declarations.
3174         (LOWEST_PC): Delete.
3175
3176 2002-02-23  Peter Schauer  <[email protected]>
3177
3178         * maint.c (print_section_info): Do not prepend `0x' to filepos
3179         output, it will be handled by local_hex_string_custom.
3180
3181 2002-02-23  Richard Earnshaw  <[email protected]>
3182
3183         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3184         (store_newfpe_double, store_newfpe_extended, store_fpregister)
3185         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3186
3187 2002-02-22  Jim Blandy  <[email protected]>
3188
3189         Indicate that the bcache functions don't change the strings
3190         they're passed.
3191         * bcache.h (bcache, hash): Add `const' keywords to declarations.
3192         * bcache.c (bcache, hash): Add `const' keywords to definitions.
3193
3194 2002-02-22  Pierre Muller  <[email protected]>
3195
3196         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3197
3198 2002-02-21  Christopher Faylor  <[email protected]>
3199
3200         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3201         find the complete path to a loaded DLL.
3202
3203 2002-02-21  Fred Fish  <[email protected]>
3204
3205         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3206         that marks the end of the range of a function, enter a line number
3207         entry that has a line number of zero and a PC offset that matches
3208         the end of the function.  This starts a range of PC's for which no
3209         line number information is known.
3210         * symtab.c (find_pc_sect_line): If our best fit is in a range of
3211         PC's for which no line number info is found (line number is zero)
3212         then we didn't find any valid line information.
3213         * symtab.h: Document use of zero line number entry.
3214
3215 2002-02-21  Elena Zannoni  <[email protected]>
3216
3217         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3218         (have_ptrace_getvrregs): Define for run time checks.
3219         (gdb_vrregset_t): New type for Altivec register handling.
3220         (fetch_register, store_register): Fetch/store altivec register
3221         when needed.
3222         (fetch_altivec_register, store_altivec_register): New functions.
3223         (supply_vrregset, fill_vrregset): New functions.
3224         (fetch_altivec_registers, store_altivec_registers): New functions.
3225         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3226         registers as well.
3227
3228 2002-02-21  Jiri Smid  <[email protected]>
3229
3230         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3231
3232 2002-02-21  Richard Earnshaw  <[email protected]>
3233
3234         * Makefile.in (armnbsd-nat.o): Update dependencies.
3235         * armnbsd-nat.c (supply_gregset): New function.  Common code to
3236         supply the integer register set.
3237         (supply_fparegset): New function.  Similar for FPA registers.
3238         (fetch_regs, fetch_fp_regs): Use them.
3239         (fetch_core_registers): Likewise.
3240         (fetch_elfcore_registers): New function.
3241         (arm_netbsd_elfcore_fns): New core-file type specification.
3242         (_initialize_arm_netbsd_nat): Register it.
3243
3244 2002-02-21  Richard Earnshaw  <[email protected]>
3245
3246         * armnbsd-nat.c: Include gdbcore.h.
3247         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3248         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3249         'void' to declaration, to shut up ARI.
3250         (fetch_core_registers): Make static.  Rewrite using supply_register.
3251         (arm_netbsd_core_fns): New core-file type specification.
3252         (_initialize_arm_netbsd_nat): New function.
3253
3254 2002-02-21  Christopher Faylor  <[email protected]>
3255
3256         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3257         value.
3258
3259 2002-02-20  Christopher Faylor  <[email protected]>
3260
3261         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3262         fails.
3263
3264 2002-02-20  Daniel Jacobowitz  <[email protected]>
3265
3266         * jv-exp.y (parse_number): Change type of implicit longs
3267         to builtin_type_uint64.
3268
3269 2002-02-20  Daniel Jacobowitz  <[email protected]>
3270
3271         * gdbserver/linux-low.c (mywait): Change argument to waitpid
3272         to be an integer instead of a `union wait'.
3273
3274 2002-02-20  Daniel Jacobowitz  <[email protected]>
3275
3276         * mips-linux-nat.c: Call the operating system GNU/Linux.
3277         * mips-linux-tdep.c: Likewise.
3278         * mips-tdep.c: Likewise.
3279
3280 2002-02-20  Daniel Jacobowitz  <[email protected]>
3281
3282         Fix PR gdb/265.
3283         * jv-exp.y (parse_number): Handle 64-bit integers.
3284
3285 2002-02-20  Daniel Jacobowitz  <[email protected]>
3286
3287         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
3288         AC_STDC_HEADERS to AC_HEADER_STDC.
3289         * gdbserver/configure: Regenerated.
3290
3291 2002-02-20  Richard Earnshaw  <[email protected]>
3292
3293         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3294         is defined.
3295         * sparc-tdep.c (get_longjmp_target): Likewise.
3296
3297 2002-02-20  Richard Earnshaw  <[email protected]>
3298
3299         * News: Add news about ARM and Multi-arch.  Mention the new target
3300         arm*-*-netbsd*.
3301
3302 2002-02-19  Jim Blandy  <[email protected]>
3303
3304         * stabsread.c (error_type_complaint): Improve error message.
3305
3306 2002-02-19  Daniel Jacobowitz  <[email protected]>
3307
3308         * gdbserver/README: Update documentation.
3309         * gdbserver/configure.in: Update configury to match documentation.
3310         * gdbserver/Makefile.in: Likewise.
3311         * gdbserver/configure: Regenerated.
3312         * gdbserver/aclocal.m4: New file, generated by aclocal.
3313         * gdbserver/config.in: New file, generated by autoheader.
3314
3315 2002-02-19  Richard Earnshaw  <[email protected]>
3316
3317         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3318         armnbsd-nat.c.
3319
3320 2002-02-19  Richard Earnshaw  <[email protected]>
3321
3322         * arm-tdep.h (enum arm_float_model): New enum.
3323         (struct gdbarch_tdep): Add fp_model.
3324         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
3325         up floating-point conversions until we know the floating-point model
3326         in use by the inferior.  Don't complain about being unable to
3327         determine the ABI of the inferior when we don't have one.
3328         (arm_extract_return_value): Support different floating-point models.
3329         (arm_store_return_value): Likewise.
3330         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
3331         ARM_FLOAT_SOFT.
3332         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3333
3334 2002-02-19  Peter Schauer  <[email protected]>
3335
3336         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3337         of ``current_gdbarch''.
3338
3339 2002-02-19  Richard Earnshaw  <[email protected]>
3340
3341         * armnbsd-nat.c : ANSIfy all function declarations.
3342         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3343         (fetch_inferior_registers): Re-implement in terms of above.
3344         (store_register, store_regs, store_fp_register, store_fp_regs): New.
3345         (store_inferior_registers): Re-implement in terms of above.
3346
3347 2002-02-19  Richard Earnshaw  <[email protected]>
3348
3349         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3350         kernel.
3351         * arm-linux-tdep.c: Likewise.
3352         * config/arm/tm-linux.h: Likewise.
3353
3354 2002-02-19  Richard Earnshaw  <[email protected]>
3355
3356         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3357         * config/arm/nbsd.mt (TM_FILE): Delete.
3358         * config/arm/tm-nbsd.h: Delete.
3359
3360 2002-02-19  Richard Earnshaw  <[email protected]>
3361
3362         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3363         Initialize CALL_DUMMY_LENGTH.
3364
3365 2002-02-19  Richard Earnshaw  <[email protected]>
3366
3367         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3368         function.
3369         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3370         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3371         defines one thing and that is incorrect for this port.
3372         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3373
3374 2002-02-18  Pierre Muller  <[email protected]>
3375
3376         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3377
3378 2002-02-18  Pierre Muller  <[email protected]>
3379
3380         * win32-nat.c (display_selector): New function. Displays information
3381         about the information returned by GetThreadSelectorEntry API function.
3382         (display_selectors): New function. Displays the infomation of
3383         the selector given as argument, or of CS, DS ans FS selectors
3384         if no argument is given.
3385         ( _initialize_inftarg): Add "w32" as info prefix command.
3386         Add "info w32 selector" as command calling display_selectors.
3387
3388 2002-02-19  Pierre Muller  <[email protected]>
3389
3390         * i386-tdep.c (get_longjmp_target): Fix compilation failure
3391         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3392         if not defined.
3393
3394 2002-02-18  Richard Earnshaw  <[email protected]>
3395
3396         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3397
3398 2002-02-18  Richard Earnshaw  <[email protected]>
3399
3400         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3401         (arm_fix_call_dummy): Call it.
3402         (arm_call_dummy_breakpoint_offset): Delete.
3403         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3404         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3405
3406 2002-02-18  Andrew Cagney  <[email protected]>
3407
3408         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3409         Default to func_frame_chain_valid.
3410         * gdbarch.h, gdbarch.c: Re-generate.
3411         * frame.h (FRAME_CHAIN_VALID): Delete definition.
3412
3413 2002-02-18  Elena Zannoni  <[email protected]>
3414
3415         * ppc-linux-nat.c: Update copyright.
3416         (fetch_register, store_register): Add tid parameter, don't compute
3417         tid here.
3418         (fetch_ppc_registers, store_ppc_registers): Add tid
3419         parameter. Pass it along to callees.
3420         (fetch_inferior_registers, store_inferior_registers): Compute tid
3421         here, and pass it to calleed functions.
3422         (fill_gregset, supply_fpregset): Clean up formatting.
3423
3424 2002-02-18  Richard Earnshaw  <[email protected]>
3425
3426         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3427         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3428
3429 2002-02-18  Richard Earnshaw  <[email protected]>
3430
3431         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3432         * gdbarch.c gdbarch.h: Regenerate.
3433         * breakpoint.c (create_longjmp_breakpoint): Always compile this
3434         function.
3435         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3436         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3437         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3438
3439         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3440         * arm-tdep.c (arm_get_longjmp_target): New function.
3441         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
3442         this to a positive value register arm_get_longjmp_target as the
3443         longjmp handler.
3444         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3445         (arm_linux_init_abi): Set up longjmp description in tdep.
3446         * armnbsd-nat.c (get_longjmp_target): Delete.
3447         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3448         description in tdep.
3449         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3450         (get_longjmp_target): Delete declaration.
3451         (GET_LONGJMP_TARGET): Delete.
3452         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3453         (GET_LONGJMP_TARGET): Delete.
3454
3455 2002-02-17  Kevin Buettner  <[email protected]>
3456
3457         From Peter Schauer  <[email protected]>:
3458         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3459         of ``current_gdbarch''.
3460
3461 2002-02-17  Tom Tromey  <[email protected]>
3462
3463         * cli/cli-cmds.c (compare_strings): New function.
3464         (complete_command): Only print each unique item once.
3465         * completer.h (complete_line): Declare.
3466         * completer.c (complete_line): New function.
3467         (line_completion_function): Use it.
3468
3469 2002-02-16  Andrew Cagney  <[email protected]>
3470
3471         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3472         * gdbarch.h, gdbarch.c: Re-generate.
3473
3474 2002-02-16  Daniel Jacobowitz  <[email protected]>
3475
3476         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3477
3478 2002-02-16  Daniel Jacobowitz  <[email protected]>
3479
3480         From Peter Schauer <[email protected]>:
3481         * valops.c (value_arg_coerce): Don't take the address of a reference
3482         to convert an argument to a reference.
3483
3484 2002-02-15  Christopher Faylor  <[email protected]>
3485
3486         * win32-nat.c (get_image_name): New function.
3487         (handle_load_dll): Use get_image_name function.
3488         (get_child_debug_event): Avoid registering debug events until possibly
3489         execed process is started.
3490         (child_create_inferior): Allow invocation via shell so that command
3491         line redirection, etc.  works ok.
3492         (_initialize_inftarg): Add new command: "set shell" to control whether
3493         a shell is used to start a process.
3494
3495 2002-02-15  Daniel Jacobowitz  <[email protected]>
3496
3497         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3498         instead of find_register_by_number.
3499         (cannot_store_register): Likewise.
3500
3501 2002-02-14  Pierre Muller  <[email protected]>
3502
3503         * dwarf2read.c: Replace fprintf (stderr, ...) by
3504         fprintf_unfiltered (gdb_stderr, ...).
3505
3506 2002-02-15  Daniel Jacobowitz  <[email protected]>
3507
3508         * gdbserver/gdbserver.1: Document --attach.
3509
3510 2002-02-15  Richard Earnshaw  <[email protected]>
3511
3512         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3513         descriptions.
3514         * arm-tdep.c (arm_default_arm_le_breakpoint)
3515         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3516         (arm_default_thumb_be_breakpoint): New.  Initialize them from
3517         traditional breakpoint defines.
3518         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3519         (arm_gdbarch_init): Initialize new breakpoint variables.
3520         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3521         (arm_linux_init_abi): Initialize linux-specific breakpoint.
3522         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3523         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3524         code out to ...
3525         (arm_netbsd_init_abi_common): ... here; new function.
3526         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3527         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3528         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3529         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3530
3531 2002-02-15  Richard Earnshaw  <[email protected]>
3532
3533         * arm-tdep.h (enum arm_abi): New enum.
3534         (struct gdbarch_tdep): New structure.
3535         (LOWEST_PC): Provide a default.
3536         (arm_gdbarch_register_os_abi): Declare new function.
3537         * arm-tdep.c (arm_abi_names): New array.
3538         (process_note_abi_tag_sections): New function.
3539         (get_elfosabi): New function.
3540         (arm_gdbarch_register_os_abi): New function.
3541         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
3542         support for that ABI has been built in, then call the appropriate
3543         configuration routine.  Use gdbarch_num_regs() to get the number
3544         of registers.
3545         (arm_dump_tdep): New function.
3546         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3547         place-holder functions.
3548         (_initialize_arm_tdep): Register them.
3549         * config/arm/tm-arm.h (LOWEST_PC): Delete.
3550
3551         * armnbsd-tdep.c: New file.
3552         * Makefile.in (armnbsd-tdep.o): Add dependencies.
3553         * config/arm/nbsd.mt (TDEPFILES): Add it.
3554         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3555
3556         * armnbsd-nat.c: Include regcache.h.
3557         * Makefile.in (armnbsd-nat.o): Update dependency list.
3558
3559         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3560
3561 2002-02-14  Daniel Jacobowitz  <[email protected]>
3562
3563         * gdbserver/Makefile.in: Fix typos in target rules.
3564
3565 2002-02-14  Daniel Jacobowitz  <[email protected]>
3566
3567         Fix part of PR gdb/267.
3568         * linespec.c (find_methods): Handle constructors specially for now.
3569
3570 2002-02-14  Corinna Vinschen  <[email protected]>
3571
3572         * arm-tdep.c (arm_push_arguments): Eliminate special float type
3573         handling.
3574         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3575         standard_coerce_float_to_double().
3576
3577 2002-02-14  Christopher Faylor  <[email protected]>
3578
3579         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3580         GDBINIT_FILENAME.
3581
3582 2002-02-14  Elena Zannoni  <[email protected]>
3583
3584         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3585         find_variant_by_name, because it confuses the multiarch
3586         framework. Return NULL if there isn't an architecture with the
3587         user supplied name, instead of forcing a different one without
3588         recording the change with the multiarch machinery.
3589         (find_variant_by_name): Delete.
3590
3591 2002-02-14  Peter Schauer  <[email protected]>
3592
3593         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3594         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3595
3596 2002-02-13  Martin M. Hunt  <[email protected]>
3597
3598         * stack.c (print_frame_info_base): When calling
3599         print_frame_info_listing_hook, set current_source_symtab.
3600
3601 2002-02-14  Daniel Jacobowitz  <[email protected]>
3602
3603         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3604         and remove unused $(INCLUDE_DIR).
3605         Add regcache.c to OBS.
3606         Add generated register protocol files to clean target.
3607         Update dependencies for new objects, obsolete old target code.
3608
3609         * gdbserver/linux-low.c: Remove all platform-specific code to
3610         new files.  Remove various dead code.  Update to use regcache
3611         functionality.
3612         * gdbserver/remote-utils.c (fromhex): Add return statement
3613         to quiet warning.
3614         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3615         constant.
3616         (input_interrupt): Add integer parameter to match prototype
3617         of a signal handler.
3618         (outreg): Use register_data ().
3619         (prepare_resume_reply): Use gdbserver_expedite_regs.
3620         * gdbserver/server.c (main): Dynamically allocate own_buf because
3621         PBUFSIZ is no longer constant.  Use registers_to_string () and
3622         registers_from_string ().
3623         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
3624         for error (), fatal (), and warning ().  Update definition of
3625         PBUFSIZ to use regcache functionality.  Add include guard.
3626         * gdbserver/utils.c (fatal): Add missing ``const''.
3627         (warning): New function.
3628
3629         * regformats/regdat.sh: Include "regcache.h" in generated files.
3630         Provide init_registers () function.
3631         * regformats/regdef.h: Add prototype for set_register_cache ().
3632         Add include guard.
3633
3634         * gdbserver/linux-arm-low.c: New file.
3635         * gdbserver/linux-i386-low.c: New file.
3636         * gdbserver/linux-ia64-low.c: New file.
3637         * gdbserver/linux-m68k-low.c: New file.
3638         * gdbserver/linux-mips-low.c: New file.
3639         * gdbserver/linux-ppc-low.c: New file.
3640         * gdbserver/linux-sh-low.c: New file.
3641
3642         * gdbserver/regcache.c: New file.
3643         * gdbserver/regcache.h: New file.
3644
3645         * gdbserver/low-linux.c: Removed obsolete file.
3646
3647 2002-02-14  Daniel Jacobowitz  <[email protected]>
3648
3649         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3650         * config/i386/linux.mt: Likewise.
3651         * config/ia64/linux.mt: Likewise.
3652         * config/m68k/linux.mh: Likewise.
3653         * config/powerpc/linux.mh: Likewise.
3654         * config/mips/linux.mt: Likewise.
3655
3656         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3657
3658         * config/i386/i386lynx.mh: Mark gdbserver variables
3659         as (currently) obsolete for this target.
3660         * config/i386/nbsd.mt: Likewise.
3661         * config/i386/nbsdelf.mt: Likewise.
3662         * config/m32r/m32r.mt: Likewise.
3663         * config/m68k/m68klynx.mh: Likewise.
3664         * config/m68k/nbsd.mt: Likewise.
3665         * config/m68k/sun3os4.mh: Likewise.
3666         * config/mips/vr5000.mt: Likewise.
3667         * config/ns32k/nbsd.mt: Likewise.
3668         * config/pa/hppabsd.mh: Likewise.
3669         * config/pa/hppaosf.mh: Likewise.
3670         * config/powerpc/nbsd.mt: Likewise.
3671         * config/rs6000/rs6000lynx.mh: Likewise.
3672         * config/s390/s390.mt: Likewise.
3673         * config/s390/s390x.mt: Likewise.
3674         * config/sparc/sparclynx.mh: Likewise.
3675         * config/sparc/sun4os4.mh: Likewise.
3676         * config/i386/x86-64linux.mt: Likewise.
3677         * config/sparc/linux.mh: Likewise.
3678
3679 2002-02-14  Daniel Jacobowitz  <[email protected]>
3680
3681         * configure.tgt: Configure gdbserver only for known working
3682         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
3683         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
3684         SUBDIRS if it is configured.  Update comment for ${nativefile}.
3685         * configure: Regenerated.
3686
3687 2002-02-13  Michael Snyder  <[email protected]>
3688
3689         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
3690
3691         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
3692         (default_gcore_mach): Just return 0, work around a problem in bfd.
3693         (default_gcore_target): OK to return NULL if exec_bfd is null.
3694         (make_mem_sec): Use a cast, avoid a warning.
3695
3696         * procfs.c (find_memory_regions_callback): Use a cast instead of
3697         calling host_pointer_to_address (which complains if
3698         sizeof (host pointer) != sizeof (target pointer)).
3699         (procfs_make_note_section): Avoid overflow in psargs string.
3700
3701         * procfs.c (procfs_make_note_section): Make the default
3702         implementation return an error.
3703
3704 2002-02-13  Rodney Brown  <[email protected]>
3705
3706         * procfs.c (procfs_make_note_section): Provide a default definition
3707         (for alpha-dec-osf4.0f). Fix typos.
3708
3709 2002-02-13  Elena Zannoni  <[email protected]>
3710
3711         * linux-proc.c: Add include of regcache.h.
3712         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
3713
3714 2002-02-13  Andrew Cagney  <[email protected]>
3715
3716         From 2002-01-18 Greg McGary <[email protected]>:
3717         * memattr.c (create_mem_region): Disallow useless empty region.
3718         Regions are half-open intervals, so allow [A..B) [B..C) as
3719         non-overlapping.
3720
3721 2002-02-13  Michael Chastain <[email protected]>
3722
3723         * defs.h: Kill CONST_PTR.
3724         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
3725         * c-lang.c (c_builtin_types): Likewise.
3726         * ch-lang.c (ch_builtin_types): Likewise.
3727         * f-lang.c (f_builtin_types): Likewise.
3728         * language.c (unknown_builtin_types): Likewise.
3729         * m2-lang.c (m2_builtin_types): Likewise.
3730         * p-lang.c (pascal_builtin_types): Likewise.
3731         * scm-lang.c (c_builtin_types): Likewise.
3732
3733 2002-02-13  Keith Seitz  <[email protected]>
3734
3735         * arm-tdep.h (arm_get_next_pc): Add declaration.
3736
3737 2002-02-13  Richard Earnshaw  <[email protected]>
3738
3739         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
3740         with other related struct-returning functions.
3741         (arm_extract_struct_value_address): New function.
3742         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
3743         initialize float_format, double_format and long_double_format as
3744         appropriate to the endianness of the target.
3745         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
3746         (arm_use_struct_convention): Delete declaration.
3747         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3748
3749 2002-02-13  Keith Seitz  <[email protected]>
3750
3751         * defs.h (core_addr_to_string_nz): New function.
3752
3753 2002-02-13  Mark Kettenis  <[email protected]>
3754
3755         Apply missing bits of 2002-01-15 patch.
3756         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
3757         (fill_fpregset): Use i387_fill_fsave.
3758
3759 2002-02-12  Keith Seitz  <[email protected]>
3760
3761         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
3762         (core_addr_to_string_nz): New function.
3763
3764 2002-02-11  Richard Earnshaw  <[email protected]>
3765
3766         * arm-linux-nat.c: Really include arm-tdep.h.
3767         * config/arm/tm-linux.h (struct type, struct value): Declare.
3768
3769 2002-02-11  Michael Snyder  <[email protected]>
3770
3771         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
3772         (gcore section): Ifdef for Solaris and Unixware only.
3773         (procfs_do_thread_registers): Unixware needs one lwpstatus
3774         per thread (not one prstatus or pstatus).
3775         (procfs_make_note_section): Iterate only over kernel threads (lwps),
3776         not over all gdb threads.  For unixware, call elfcore_write_pstatus
3777         once before iterating over threads.
3778
3779 2002-02-11  Richard Earnshaw  <[email protected]>
3780
3781         * arm-tdep.h: New file.
3782         * arm-tdep.c: Include arm-tdep.h.
3783         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
3784         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
3785         (arm_print_float_info, arm_register_type, convert_to_extended)
3786         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
3787         (arm_extract_return_value, arm_register_name): Make static.
3788         (arm_software_single_step): Similarly.  Fix types in declaration.
3789         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
3790         (arm_store_return_value, arm_store_struct_return): New functions.
3791         (arm_gdbarch_init): Register the above functions.  Also register
3792         call_dummy_start_offset, sizeof_call_dummy_words,
3793         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
3794         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
3795         max_register_virtual_size, register_size.  Set up
3796         prologue_cache.saved_regs here, rather than ...
3797         (_initialize_arm_tdep): ... here.
3798         * config/arm/tm-arm.h (struct type, struct value): Delete forward
3799         declarations.
3800         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
3801         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
3802         (arm_print_float_info, arm_register_type, convert_to_extended)
3803         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
3804         (arm_extract_return_value, arm_register_name): Delete declarations.
3805         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
3806         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
3807         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
3808         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
3809         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3810         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
3811         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
3812         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
3813         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
3814         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
3815         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
3816         (arm_get_next_pc): No-longer static -- these are needed by the RDI
3817         interface.
3818         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
3819         * remote-rdi.c remote-rdp.c: Likewise.
3820         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
3821         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
3822         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
3823         definition.
3824
3825         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
3826         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
3827         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
3828         from non-ARM_ prefixed definitions.
3829         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
3830         all uses of above.
3831         * remote-rdi.c remote-rdp.c: Likewise.
3832         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
3833
3834 2002-02-11  Richard Earnshaw  <[email protected]>
3835
3836         * arm-tdep.c (arm_frameless_function_invocation)
3837         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
3838         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
3839         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
3840         (arm_pop_frame, arm_get_next_pc): Make static.
3841         (arm_gdbarch_init): Register above in gdbarch structure.
3842         (arm_read_fp): Renamed from arm_target_read_fp.
3843         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
3844         * config/arm/tm-arm.h (arm_frameless_function_invocation)
3845         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
3846         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
3847         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
3848         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
3849         (arm_pc_is_thumb_dummy): Delete declarations.
3850         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
3851         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
3852         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
3853         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
3854
3855 2002-02-10  Daniel Jacobowitz  <[email protected]>
3856
3857         * symtab.c (compare_search_syms): New function.
3858         (sort_search_symbols): New function.
3859         (search_symbols): Sort symbols after searching rather than
3860         before.
3861
3862 2002-02-10  Andrew Cagney  <[email protected]>
3863
3864         * NEWS: Linux -> GNU/Linux.
3865
3866 2002-02-10  Andrew Cagney  <[email protected]>
3867
3868         * gdbarch.sh: For for level one methods, disallow a definition
3869         when partially multi-arched.  Add comments explaining rationale.
3870         * gdbarch.h: Re-generate.
3871
3872 2002-02-10  Andrew Cagney  <[email protected]>
3873
3874         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
3875         multi-arch partial.
3876
3877 2002-02-10  Andrew Cagney  <[email protected]>
3878
3879         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
3880         field.  Use diff -u.
3881         * gdbarch.c: Re-generate.
3882
3883 2002-02-10  Andrew Cagney  <[email protected]>
3884
3885         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
3886         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
3887         partial.
3888
3889 2002-02-10  Andrew Cagney  <[email protected]>
3890
3891         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
3892         multi-arch partial.
3893         (PUSH_ARGUMENTS): Switch to using predefault.
3894         * gdbarch.c: Regenerate.
3895
3896 2002-02-10  Andrew Cagney  <[email protected]>
3897
3898         * valops.c (PUSH_ARGUMENTS): Delete definition.
3899         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
3900         partial.  Default to default_push_arguments.
3901         * gdbarch.h, gdbarch.c: Regenerate.
3902
3903 2002-02-09  Andrew Cagney  <[email protected]>
3904
3905         * defs.h (throw_exception): Rename return_to_top_level.  Update
3906         comments.
3907         * utils.c (error_stream, internal_verror, quit): Ditto.
3908         * top.c (throw_exception, catcher): Ditto.
3909         * sparclet-rom.c (sparclet_load): Ditto.
3910         * remote.c (interrupt_query, minitelnet): Ditto.
3911         * remote-sds.c (interrupt_query): Ditto.
3912         * remote-mips.c (mips_error, mips_kill): Ditto.
3913         * ocd.c (interrupt_query): Ditto.
3914         * monitor.c (monitor_interrupt_query): Ditto.
3915         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
3916         * target.h: Update comment.
3917
3918         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
3919
3920 2002-02-09  Andrew Cagney  <[email protected]>
3921
3922         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
3923         default_double_format.
3924         * gdbarch.h, gdbarch.c: Re-generate.
3925         * findvar.c (floatformat_unknown): Delete variable definition.
3926         * doublest.h (floatformat_unknown): Delete variable declaration.
3927
3928 2002-02-09  Jim Blandy  <[email protected]>
3929
3930         * stabsread.c (read_type): Add code to parse Sun's syntax for
3931         prototyped function types.
3932
3933 2002-02-09  Andrew Cagney  <[email protected]>
3934
3935         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
3936         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
3937
3938 2002-02-09  Peter Schauer  <[email protected]>
3939
3940         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
3941         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
3942         now _initialize_xcoffsolib gets called again and overrides the
3943         commands from solib.c in a native configuration.
3944
3945 2002-02-09  Mark Kettenis  <[email protected]>
3946
3947         * doublest.c (store_typed_floating): Don't try to return a value.
3948         Fixes PR gdb/290.
3949
3950 2002-02-08  Jim Blandy  <[email protected]>
3951
3952         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
3953         is prototyped and has no arguments, print its argument list as
3954         `(void)'.
3955
3956 2002-02-08  Chris Demetriou  <[email protected]>
3957
3958         * MAINTAINERS (write-after-approval): Add myself.
3959         (paper-trail): I've escaped!
3960
3961 2002-02-08  Christopher Faylor  <[email protected]>
3962
3963         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
3964         changes.
3965         (_initialize_check_for_gdb_ini): Ditto.
3966
3967 2002-02-08  Martin M. Hunt  <[email protected]>
3968
3969         * win32-nat.c (cygwin_pid_to_str): Fix typo.
3970         xaprintf -> xasprintf.
3971
3972 2002-02-08  Pierre Muller  <[email protected]>
3973
3974         * win32-nat.c: Remove use of printf and sprintf functions.
3975
3976 2002-02-08  Richard Earnshaw  <[email protected]>
3977
3978         * arm-tdep.c (arm_frame_chain_valid): Make static.
3979         (arm_push_arguments): Likewise.
3980         (arm_gdbarch_init): New function.
3981         (_initialize_arm_tdep): Call it.
3982         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
3983         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
3984         (FRAME_CHAIN_VALID): Delete.
3985         (arm_frame_chain_valid): Delete declaration.
3986         (PUSH_ARGUMENTS): Delete.
3987         (arm_push_arguments): Delete declaration.
3988         (CALL_DUMMY_P): Delete.
3989
3990 2002-02-08  Andrew Cagney  <[email protected]>
3991             Corinna Vinschen  <[email protected]>
3992
3993         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
3994         on builtin float types.
3995
3996 2002-02-08  Daniel Jacobowitz  <[email protected]>
3997
3998         * utils.c: Include <curses.h> before "bfd.h".
3999         * tui/tui-hooks.c: Likewise.
4000         * tui/tui.c: Likewise.
4001         * tui/tuiCommand.c: Likewise.
4002         * tui/tuiData.c: Likewise.
4003         * tui/tuiDataWin.c: Likewise.
4004         * tui/tuiDisassem.c: Likewise.
4005         * tui/tuiGeneralWin.c: Likewise.
4006         * tui/tuiIO.c: Likewise.
4007         * tui/tuiLayout.c: Likewise.
4008         * tui/tuiRegs.c: Likewise.
4009         * tui/tuiSource.c: Likewise.
4010         * tui/tuiSourceWin.c: Likewise.
4011         * tui/tuiStack.c: Likewise.
4012         * tui/tuiWin.c: Likewise.
4013
4014 2002-02-07  Elena Zannoni  <[email protected]>
4015
4016         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4017         to include space for pseudoregs as well. Update loops accordingly.
4018         (sh_fp_frame_init_saved_regs): Ditto.
4019         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4020
4021 2002-02-07  Andrew Cagney  <[email protected]>
4022
4023         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4024         Add Richard Earnshaw to Arm maintainers.
4025
4026 2002-02-07  Andrew Cagney  <[email protected]>
4027
4028         * defs.h (warning_begin): Delete declaration.
4029
4030         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4031         Delete macro.
4032
4033 2002-02-07  Michael Snyder  <[email protected]>
4034
4035         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4036         Logic bug, remove misplaced else.
4037
4038 2002-02-07  Klee Dienes  <[email protected]>
4039
4040         * fork-inferior.c (fork_inferior): Add '!' to the list of
4041         characters that need to be quoted when building a string for the
4042         shell.  Quote '!' specifically with a backslash, since CSH chokes
4043         when trying to evaluate "str!str".
4044
4045 2002-02-06  Nick Clifton  <[email protected]>
4046
4047         * rdi-share/host.h: Only provide a typedef for bool if it is not
4048         defined.
4049
4050 2002-02-04  Michael Snyder  <[email protected]>
4051
4052         * breakpoint.h (enum bptype): Add new overlay event bp type.
4053         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
4054
4055         * breakpoint.c (create_internal_breakpoint): New function.
4056         (internal_breakpoint_number): Moved into create_internal_breakpoint.
4057         (create_longjmp_breakpoint): Use create_internal_breakpoint.
4058         (create_thread_event_breakpoint): Ditto.
4059         (create_solib_event_breakpoint): Ditto.
4060         (create_overlay_event_breakpoint): New function.
4061         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4062         (update_breakpoints_after_exec): Delete and re-initialize
4063         overlay event breakpoints after an exec.  Add FIXME comment
4064         about longjmp breakpoint.
4065         (print_it_typical): Ignore overlay event breakpoints.
4066         (print_one_breakpoint): Ditto.
4067         (mention): Ditto.
4068         (bpstat_what): Do not stop for overlay event breakpoints.
4069         (delete_breakpoint): Don't delete overlay event breakpoints.
4070         (breakpoint_re_set_one): Delete the overlay event breakpoint.
4071         (breakpoint_re_set): Re-create overlay event breakpoint.
4072
4073         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4074         (overlay_manual_command): Disable overlay breakpoints.
4075         (overlay_off_command): Disable overlay breakpoints.
4076
4077 2002-02-06  Richard Earnshaw  <[email protected]>
4078
4079         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4080         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4081         to here from config/tm-arm.h.
4082         (coff_sym_is_thumb): Make static.
4083         (arm_elf_make_msymbol_special): New function.
4084         (arm_coff_make_msymbol_special): New function.
4085         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4086         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4087         (coff_sym_is_thumb): Delete declaration.
4088         (arm_elf_make_msymbol_special): Declare.
4089         (arm_coff_make_msymbol_special): Declare.
4090         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4091         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4092
4093 2002-02-06  Richard Earnshaw  <[email protected]>
4094
4095         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4096
4097 2002-02-06  Richard Earnshaw  <[email protected]>
4098
4099         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4100         * gdbarch.c gdbarch.h: Regenerate.
4101         * arch-utils.c (default_print_float_info): New function.
4102         * arch-utils.h (default_print_float_info): Prototype it.
4103         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4104         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4105         (PRINT_FLOAT_INFO): Document it.
4106
4107         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4108         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4109         (PRINT_FLOAT_INFO): Define.
4110
4111 2002-02-06  Pierre Muller  <[email protected]>
4112
4113         * win32-nat.c (_initialize_check_for_gdb_ini):
4114         Add typecast to sprintf argument to suppress a warning.
4115
4116 2002-02-05  Pierre Muller  <[email protected]>
4117
4118         * win32-nat.c (last_sig): Changed type of variable to target_signal,
4119         to allow easier handling of pass state.
4120         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4121         that gives exception name and address.
4122         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
4123         and set last_sig value to ourstatus->value.sig. Some missing
4124         exceptions added.
4125         (child_continue): Correctly report continue_status.
4126         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
4127         TARGET_SIGNAL_0 (new default value).
4128         (child_resume): consider sig argument passed to decide if
4129         the exception should be passed to debuggee or not.
4130
4131 2002-02-05  Michael Snyder  <[email protected]>
4132
4133         * regcache.c (fetch_register): Call target_fetch_register
4134         only if we don't call FETCH_PSEUDO_REGISTER.
4135         (store_register): Call target_store_register only if we
4136         don't call STORE_PSEUDO_REGISTER.
4137
4138 2002-02-05  Elena Zannoni  <[email protected]>
4139
4140         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4141         ELF_MAKE_MSYMBOL_SPECIAL.
4142         * gdbarch.c, gdbarch.h: Regenerate.
4143         * arch-utils.c (default_make_msymbol_special): New function.
4144         * arch-utils.h (default_make_msymbol_special): Export.
4145         * elfread.c (elf_symtab_read): Compile use of
4146         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4147         multiarched.
4148         * coffread.c (coff_symtab_read): Ditto, for
4149         COFF_MAKE_MSYMBOL_SPECIAL.
4150
4151 2002-02-05  Jim Blandy  <[email protected]>
4152
4153         * solib-svr4.c (svr4_truncate_ptr): New function.
4154         (svr4_relocate_section_addresses): Do the address arithmetic with
4155         the appropriate truncation for target addresses, even when
4156         CORE_ADDR is larger than a target address.
4157
4158 2002-02-05  Daniel Jacobowitz  <[email protected]>
4159
4160         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4161         to (int *).
4162
4163 2002-02-05  Daniel Jacobowitz  <[email protected]>
4164
4165         * gdbserver/linux-low.c (kill_inferior): Remove commented out
4166         code.
4167
4168 2002-02-05  Daniel Jacobowitz  <[email protected]>
4169
4170         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4171
4172 2002-02-05  Daniel Jacobowitz  <[email protected]>
4173
4174         * gdbserver/linux-low.c: Remove unused include files.
4175
4176 2002-02-05  Daniel Jacobowitz  <[email protected]>
4177
4178         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4179         (read_inferior_memory): Use it.
4180         (write_inferior_memory): Likewise.
4181
4182 2002-02-05  Daniel Jacobowitz  <[email protected]>
4183
4184         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4185         grubbing through sys_errlist.
4186
4187 2002-02-05  Daniel Jacobowitz  <[email protected]>
4188
4189         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4190
4191 2002-02-04  Pierre Muller  <[email protected]>
4192         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4193
4194 2002-02-04  Andrew Cagney  <[email protected]>
4195
4196         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4197         (do_sfunc, set_cmd_sfunc): New functions.
4198
4199         * command.h (struct cmd_list_element): Add field func.
4200         * cli/cli-decode.h (struct cmd_list_element): Ditto.
4201         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4202         * cli/cli-decode.h: Ditto.
4203
4204         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4205         (help_all, help_cmd_list): Ditto.
4206         (find_cmd, complete_on_cmdlist): Ditto.
4207         * top.c (execute_command): Ditto.
4208
4209         * cli/cli-setshow.c (do_setshow_command): Call func instead of
4210         function.sfunc.
4211
4212         * infcmd.c (notice_args_read): Fix function signature.
4213
4214         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4215         * cli/cli-decode.c (add_set_cmd): Ditto.
4216         * utils.c (initialize_utils): Ditto.
4217         * maint.c (_initialize_maint_cmds): Ditto.
4218         * infrun.c (_initialize_infrun): Ditto.
4219         * demangle.c (_initialize_demangler): Ditto.
4220         * remote.c (add_packet_config_cmd): Ditto.
4221         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4222         * cris-tdep.c (_initialize_cris_tdep): Ditto.
4223         * proc-api.c (_initialize_proc_api): Ditto.
4224         * kod.c (_initialize_kod): Ditto.
4225         * valprint.c (_initialize_valprint): Ditto.
4226         * top.c (init_main): Ditto.
4227         * infcmd.c (_initialize_infcmd): Ditto.
4228         * corefile.c (_initialize_core): Ditto.
4229         * arm-tdep.c (_initialize_arm_tdep): Ditto.
4230         * arch-utils.c (initialize_current_architecture): Ditto.
4231         (_initialize_gdbarch_utils): Ditto.
4232         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4233
4234         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4235         * wince.c (_initialize_inftarg): Ditto.
4236         * symfile.c (_initialize_symfile): Ditto.
4237         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4238         * language.c (_initialize_language): Ditto.
4239         * arc-tdep.c (_initialize_arc_tdep): Ditto.
4240
4241 2002-02-04  Michael Snyder  <[email protected]>
4242
4243         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4244
4245 2002-02-04  Daniel Jacobowitz  <[email protected]>
4246
4247         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4248         Add rules for building the register data files.
4249
4250 2002-02-04  Daniel Jacobowitz  <[email protected]>
4251
4252         * regformats/regdat.sh: Add braces to the definition of
4253         expedite_regs_${arch}.
4254
4255 2002-02-04  Daniel Jacobowitz  <[email protected]>
4256
4257         * regformats/regdef.h (struct reg): Add comment describing the
4258         requirements for offset and size fields.
4259
4260 2002-02-04  Andreas Schwab  <[email protected]>
4261
4262         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4263         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4264
4265 2002-02-04  Richard Earnshaw  <[email protected]>
4266
4267         * gdbarch.sh (copyright): Update years in generated header.
4268         (SMASH_TEXT_ADDRESS): Add rule.
4269         * gdbarch.h, gdbarch.c: Re-generate.
4270         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4271         * dbxread.c: Likewise.
4272         * dwarfread.c: Likewise.
4273         * elfread.c: Likewise.
4274         * somread.c: Likewise.
4275
4276         * arm-tdep.c (arm_smash_text_address): New function.
4277         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4278
4279 2002-02-04  Pierre Muller  <[email protected]>
4280
4281         Add support for hardware watchpoints on win32 native.
4282         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
4283         CONTEXT_DEBUG_REGISTERS.
4284         (dr variable): New variable. Static array containing a local copy
4285         of debug registers.
4286         (debug_registers_changed): New variable.  Reflects when debug registers
4287         are changed and need to be written to inferior.
4288         (debug_registers_used): New variable. Reflects when any debug register
4289         was set, used when new threads are created.
4290         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4291         i386-nat code.
4292         (thread_rec): Set dr array if id is the thread of current_event .
4293         (child_continue, child_resume): Change the debug registers for all
4294         threads if debug_registers_changed.
4295         (child_add_thread): Change the debug registers if debug_registers_used.
4296         * config/i386/cygwin.mh: Add use of i386-nat.o file.
4297         Link nm.h to new nm-cygwin.h file.
4298         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4299         of hardware registers.
4300
4301 2002-02-03  Andrew Cagney  <[email protected]>
4302
4303         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4304         Restore behavour broken by 2002-01-20 Andrew Cagney
4305         <[email protected]> IEEE_FLOAT removal.
4306
4307 2002-02-03  Daniel Jacobowitz  <[email protected]>
4308
4309         * c-valprint.c (c_val_print): Pass a proper valaddr to
4310         cp_print_class_method.
4311         * valops.c (search_struct_method): If there is only one method
4312         and args is NULL, return that method.
4313
4314 2002-02-03  Daniel Jacobowitz  <[email protected]>
4315
4316         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4317         accessing tag_name directly.
4318
4319 2002-02-03  Daniel Jacobowitz  <[email protected]>
4320
4321         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4322         of accessing tag_name directly.
4323
4324 2002-02-03  Daniel Jacobowitz  <[email protected]>
4325
4326         PR gdb/280
4327         * gdbtypes.c (replace_type): New function.
4328         * gdbtypes.h (replace_type): Add prototype.
4329         * stabsread.c (read_type): Use replace_type.
4330
4331 2002-02-03  Richard Earnshaw  <[email protected]>
4332
4333         * Makefile.in (memattr.o): Add missing dependencies rule.
4334
4335 2002-02-03  Peter Schauer  <[email protected]>
4336
4337         * breakpoint.c (break_at_finish_command): Really export.
4338         (break_at_finish_at_depth_command): Ditto.
4339         (tbreak_at_finish_command): Ditto.
4340         * hppa-tdep.c: Include completer.h.
4341         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4342         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4343
4344 2002-02-01  Andrew Cagney  <[email protected]>
4345
4346         * utils.c (do_write): New function.
4347         (error_stream): Rewrite combining the code from error_begin and
4348         verror.
4349         (verror): Rewrite using error_stream.
4350         (error_begin): Delete function.
4351
4352 2002-02-01  Andrew Cagney  <[email protected]>
4353
4354         * utils.c (error_begin): Make static.
4355         * defs.h (error_begin): Delete declaration.
4356
4357         * linespec.c (cplusplus_error): Replace cplusplus_hint.
4358         (decode_line_1): Use cplusplus_error instead of error_begin,
4359         cplusplus_hint and return_to_top_level.
4360         * coffread.c (coff_symfile_read): Use error instead of error_begin
4361         and return_to_top_level.
4362         * infrun.c (default_skip_permanent_breakpoint): Ditto.
4363
4364 2002-02-01  Andrew Cagney  <[email protected]>
4365
4366         * language.h (type_error, range_error): Make string parameter
4367         constant.
4368         * language.c (warning_pre_print): Delete extern declaration.
4369         * dwarfread.c (warning_pre_print): Ditto.
4370         * language.c (type_error, range_error): Rewrite to use verror and
4371         vwarning instead of warning_begin.
4372
4373 2002-02-01  Michael Snyder  <[email protected]>
4374
4375         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4376         (set_ignore_count): Move misplaced comment back where it belongs.
4377
4378 2002-02-01  Andrew Cagney  <[email protected]>
4379
4380         * command.h (NO_FUNCTION): Delete macro.
4381         * cli/cli-decode.h (NO_FUNCTION): Ditto.
4382         * top.c (execute_command): Replace NO_FUNCTION with NULL.
4383         * tracepoint.c (_initialize_tracepoint): Ditto.
4384         * cli/cli-decode.c (add_set_cmd): Ditto.
4385         * cli/cli-cmds.c (init_cli_cmds): Ditto.
4386
4387 2002-02-01  Daniel Jacobowitz  <[email protected]>
4388
4389         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4390         Update ``this'' pointer when calling virtual functions.
4391
4392 2002-02-01  Michael Snyder  <[email protected]>
4393
4394         * breakpoint.c (create_temp_exception_breakpoint): Delete.
4395         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4396
4397 2002-02-01  Daniel Jacobowitz  <[email protected]>
4398
4399         * regformats/reg-arm.dat: New file.
4400         * regformats/reg-i386.dat: New file.
4401         * regformats/reg-ia64.dat: New file.
4402         * regformats/reg-m68k.dat: New file.
4403         * regformats/reg-mips.dat: New file.
4404         * regformats/reg-ppc.dat: New file.
4405         * regformats/reg-sh.dat: New file.
4406         * regformats/regdef.h: New file.
4407         * regformats/regdat.sh: New file.
4408
4409 2002-02-01  Richard Earnshaw  <[email protected]>
4410
4411         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4412         (arm_frame_args_address, arm_frame_locals_address): New functions.
4413         (arm_frame_num_args): New function.
4414         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4415         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4416         (FRMA_NUM_ARGS): Call arm_frame_num_args.
4417
4418 2002-01-31  Michael Snyder  <[email protected]>
4419
4420         * breakpoint.c (break_at_finish_command): Export.
4421         (break_at_finish_at_depth_command): Export.
4422         (tbreak_at_finish_command): Export.
4423         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4424         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4425         "tbreak" commands, which are HPPA specific.
4426
4427         * printcmd.c (disassemble_command): Remove an ancient
4428         artifact of an old merge.
4429
4430         * symfile.h (enum overlay_debugging_state):
4431         Define enum constant values for overlay mode.
4432         * symfile.c (overlay_debugging): Use enums instead of literals.
4433         (overlay_is_mapped, overlay_auto_command,
4434         overlay_manual_command): Ditto.
4435
4436         * breakpoint.c (insert_breakpoints, remove_breakpoint,
4437         breakpoint_here_p, breakpoint_inserted_here_p,
4438         breakpoint_thread_match, bpstat_stop_status,
4439         describe_other_breakpoints, check_duplicates, clear_command):
4440         Coding standard fixes.
4441
4442         * target.c (target_xfer_memory): Add spaces, coding standard.
4443         (do_xfer_memory): Add missing line to trust-readonly
4444         code: check bfd SEC_READONLY flag for section.
4445
4446 2002-01-31  Andrew Cagney  <[email protected]>
4447
4448         * PROBLEMS: Fix typo, 5.1->5.1.1.
4449
4450 2002-01-30  Daniel Jacobowitz  <[email protected]>
4451
4452         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4453         data symbols, since we search based on textlow and texthigh.
4454         (find_pc_sect_symtab): Likewise.
4455
4456 2002-01-30  Andrew Cagney  <[email protected]>
4457
4458         * defs.h (vwarning): Declare.
4459         * utils.c (vwarning): New function.
4460         (warning): Call vwarning.
4461         (warning_begin): Delete function.
4462
4463         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4464         the warning message.
4465         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4466         warning_begin.
4467
4468 2002-01-30  Michael Snyder  <[email protected]>
4469
4470         * NEWS: Mention "set trust-readonly-sections" command.
4471         Mention generate-core-file command.
4472
4473 2002-01-15  Michael Snyder  <[email protected]>
4474
4475         * target.c: New command, "set trust-readonly-sections on".
4476         (do_xfer_memory): Honor the suggestion to trust readonly sections
4477         by reading them from the object file instead of from the target.
4478         (initialize_targets): Register command "set trust-readonly-sections".
4479
4480 2002-01-29  Andrew Cagney  <[email protected]>
4481
4482         * parse.c (target_map_name_to_register): Simplify, search regs and
4483         pseudo-regs using a single loop.
4484
4485 2002-01-30  Andrew Cagney  <[email protected]>
4486
4487         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4488
4489 2002-01-15  Rodney Brown  <[email protected]>
4490
4491         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4492         * config/i386/i386v42mp.mh: Add i387-nat.o .
4493         * i386v4-nat.c: Include i387-nat.h.
4494         (supply_fpregset): Use i387_supply_fsave.
4495         (fill_fpregset): Use i387_fill_fsave.
4496
4497 2002-01-30  Richard Earnshaw  <[email protected]>
4498
4499         * arm-tdep.c (arm_call_dummy_words): Define.
4500         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4501         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4502         (CALL_DUMMY_WORDS): Define.
4503         (arm_call_dummy_words): Declare.
4504         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4505         (arm_linux_call_dummy_words): Declare.
4506
4507 2002-01-30  Andreas Schwab  <[email protected]>
4508
4509         * m68klinux-nat.c: Fix last change to use regcache_collect
4510         instead of referencing registers[] directly.
4511
4512 2002-01-29  Andrew Cagney  <[email protected]>
4513
4514         * parse.c (target_map_name_to_register): Delete code wrapped in
4515         #ifdef REGISTER_NAME_ALIAS_HOOK.
4516
4517 2002-01-28  Michael Snyder  <[email protected]>
4518
4519         * regcache.c (legacy_read_register_gen): Need to be able to
4520         read pseudo-register as well as real register.
4521         (legacy_write_register_gen): Ditto.
4522
4523 2002-01-28  Andrew Cagney  <[email protected]>
4524
4525         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4526         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4527         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4528         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4529         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4530         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4531         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4532         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4533         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4534         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4535         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4536         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4537         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4538         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4539         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4540         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4541         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4542         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4543         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4544         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4545
4546 2002-01-28  Andrew Cagney  <[email protected]>
4547
4548         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4549         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4550         (initialize_current_architecture): Update target_byte_order using
4551         information from BFD.
4552         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4553         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4554
4555 2002-01-28  Andrew Cagney  <[email protected]>
4556
4557         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4558         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
4559
4560         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4561         #ifdef INVALID_FLOAT.
4562         * infcmd.c (do_registers_info): Ditto.
4563         * values.c (unpack_double): Ditto.  Add comment.
4564
4565         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4566         already commented out.
4567
4568 2002-01-26  Andreas Schwab  <[email protected]>
4569
4570         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4571         * m68klinux-nat.c: Update ptrace interface for fetching/storing
4572         registers and add support for PTRACE_GETREGS.
4573
4574 2002-01-24  Andrew Cagney  <[email protected]>
4575
4576         GDB 5.1.1 released from 5.1 branch.
4577         * NEWS: Add 5.1.1 news.
4578         * README: Sync with 5.1 branch.
4579
4580 2002-01-23  Fred Fish  <[email protected]>
4581
4582         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4583         stabstring on initial malloc.  Reallocing will copy it for us,
4584         if necessary.
4585
4586 2002-01-23  Elena Zannoni  <[email protected]>
4587
4588         * Makefile.in (hpread_h): Delete.
4589         (HFILES_NO_SRCDIR): Remove hpread.h.
4590         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4591         (hpread.o): Update dependencies.
4592         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4593
4594         * hp-psymtab-read.c: Remove file.
4595         * hp-symtab-read.c: Remove file.
4596         * hpread.h: Remove file.
4597
4598         * hpread.c: Merge all contents of hp-psymtab-read.c,
4599         hp-symtab-read.c and hpread.h into this file, as it was prior to
4600         January 1999.
4601
4602         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4603         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4604         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4605         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4606
4607 2002-01-23  Elena Zannoni  <[email protected]>
4608
4609         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4610         fill_gregset): Call gdbarch_tdep() just once, assign result to
4611         variable and use that, instead of calling the function several
4612         times.
4613
4614 2002-01-24  Alexandre Oliva  <[email protected]>
4615
4616         * configure.host: Accept sparcv9 as alias for sparc64.
4617         * configure.tgt: Likewise.
4618
4619 2002-01-22  Kevin Buettner  <[email protected]>
4620
4621         * solib-aix5.c (build_so_list_from_mapfile)
4622         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4623         arguments is not reversed.
4624         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4625         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4626
4627 2002-01-22  Elena Zannoni  <[email protected]>
4628
4629         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4630         modified version of obsolete sh_fetch_pseudo_register.
4631         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4632         (sh4_register_read): New function.
4633         (sh_pseudo_register_write): New function. Renamed and modified
4634         version of obsolete sh_store_pseudo_register.
4635         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4636         (sh4_register_write): New function.
4637         (sh_gdbarch_init): Remove setting of gdbarch function
4638         fetch_pseudo_register and store_pseudo_register. Remove setting of
4639         register_convert_to_raw, register_convert_to_virtual,
4640         register_convertible.
4641         (sh_sh4_register_convertible): Delete. No longer needed. All is
4642         taken care by architecture specific functions
4643         register_read/register_write.
4644         (sh_sh4_register_convert_to_virtual): Make static.
4645         (sh_sh4_register_convert_to_raw): Ditto.
4646
4647 2002-01-22  Andrew Cagney  <[email protected]>
4648
4649         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4650         (floatformat_is_nan, floatformat_mantissa): Ditto.
4651
4652         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4653         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4654         builtin_type_ieee_double_little,
4655         builtin_type_ieee_double_littlebyte_bigword,
4656         builtin_type_m68881_ext, builtin_type_i960_ext,
4657         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4658         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4659         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4660         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4661
4662 2002-01-22  Corinna Vinschen  <[email protected]>
4663
4664         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4665         parameter.  Set frameless flag if it exists and depended of
4666         whether the scanned function is frameless or not.
4667         (xstormy16_skip_prologue): If function is frameless, return
4668         result of xstormy16_scan_prologue().
4669         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4670         call.
4671
4672 2002-01-21  Elena Zannoni  <[email protected]>
4673
4674         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4675         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4676         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4677         sh_sh4_register_byte, sh_sh4_register_raw_size,
4678         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4679         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4680         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4681         sh_store_pseudo_register, sh_do_pseudo_register): Call
4682         gdbarch_tdep() just once, assign result to variable and use that,
4683         instead of calling the function several times.
4684
4685 2002-01-20  Mark Kettenis  <[email protected]>
4686
4687         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
4688         macros instead of LAST_FPU_CTRL_REGNUM.
4689         (store_register): Likewise.
4690
4691 2002-01-21  Jim Blandy  <[email protected]>
4692
4693         * infcmd.c (run_command): Check that the `exec' target layer's BFD
4694         is up-to-date before running the program, not just when a program
4695         exits.
4696
4697 2002-01-21  Fred Fish  <[email protected]>
4698
4699         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
4700         when we have found all instructions we are looking for.
4701
4702 2002-01-21  Richard Earnshaw  <[email protected]>
4703
4704         * arm-tdep.c (arm_register_name): New function.
4705         (arm_registers_names): Make static.
4706         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
4707         (arm_register_name): Declare.
4708         (REGISTER_NAME): Use it.
4709
4710 2002-01-21  Richard Earnshaw  <[email protected]>
4711             Kevin Buettner  <[email protected]>
4712
4713         Convert arm targets to new FRAME interface.
4714         * arm-tdep.c (struct frame_extra_info): Remove fsr.
4715         (arm_frame_find_save_regs): Delete.
4716         (arm_frame_init_saved_regs): New.
4717         (arm_init_extra_frame_info): Alloacte saved_regs as required.
4718         Allocate extra_info as required.  Convert all uses of fsr.regs
4719         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
4720         to use extra_info.
4721         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
4722         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
4723         (check_prologue_cache, save_prologue_cache): Likewise.
4724         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
4725         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
4726         (FRAME_FIND_SAVED_REGS): Delete.
4727         (arm_frame_find_saved_regs): Delete prototype.
4728         (arm_frame_init_saved_regs): New prototype.
4729         (FRAME_INIT_SAVED_REGS): Define.
4730
4731 2002-01-20  Andrew Cagney  <[email protected]>
4732
4733         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
4734
4735 2002-01-20  Andrew Cagney  <[email protected]>
4736
4737         From Jeff Law <[email protected]>:
4738         * infttrace.c: Include <sys/pstat.h>.
4739         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
4740         exec file if the ttrace equivalent fails.
4741
4742 2002-01-20  Andrew Cagney  <[email protected]>
4743
4744         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
4745         (closeLogFile): Ditto.
4746
4747 2002-01-20  Michael Chastain  <[email protected]>
4748
4749         * top.c (print_gdb_version): Bump copyright year to 2002.
4750
4751 2002-01-20  Andrew Cagney  <[email protected]>
4752
4753         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
4754         Zannoni and Eli Zaretskii.
4755
4756 2002-01-20  Daniel Jacobowitz  <[email protected]>
4757
4758         * buildsym.c: Update copyright years.
4759         * c-typeprint.c: Likewise.
4760         * dwarf2read.c: Likewise.
4761         * f-typeprint.c: Likewise.
4762         * gdbtypes.c: Likewise.
4763         * gdbtypes.h: Likewise.
4764         * hp-symtab-read.c: Likewise.
4765         * hpread.c: Likewise.
4766         * mdebugread.c: Likewise.
4767         * p-typeprint.c: Likewise.
4768
4769 2002-01-20  Andrew Cagney  <[email protected]>
4770
4771         * remote-sim.c (gdbsim_open): Simplify code testing the macro
4772         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
4773         byte-order selectable.
4774         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
4775         * arch-utils.c: Ditto.
4776         (set_endian): Ditto.
4777         (set_endian_from_file): Ditto.
4778         * gdbserver/low-sim.c (create_inferior): Ditto.
4779         * gdbarch.sh: Ditto.
4780         * gdbarch.h: Re-generate.
4781         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4782         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
4783         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
4784         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4785         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4786         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4787         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
4788         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
4789         macro definition.
4790         * config/mips/tm-wince.h: Remove #undef of macro
4791         TARGET_BYTE_ORDER_SELECTABLE.
4792         * config/sh/tm-wince.h: Ditto.
4793
4794 2002-01-20  Daniel Jacobowitz  <[email protected]>
4795
4796         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
4797         member function fields.  Add accessor macro
4798         TYPE_FN_FIELD_ARTIFICIAL.
4799         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
4800         * c-typeprint.c (c_type_print_base): Skip artificial member
4801         functions.
4802
4803 2002-01-20  Daniel Jacobowitz  <[email protected]>
4804
4805         * f-typeprint.c: Delete unused function f_type_print_args.
4806         * p-typeprint.c: Delete unused function pascal_type_print_args.
4807
4808 2002-01-20  Daniel Jacobowitz  <[email protected]>
4809
4810         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
4811         comment.  Add ``artificial'' to ``union field_location''.
4812
4813         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
4814
4815         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
4816         * mdebugread.c (parse_symbol): Likewise.
4817         * stabsread.c (define_symbol): Likewise.
4818         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
4819         initializing TYPE_FIELD_BITPOS to n (obsolete).
4820         (hpread_doc_function_type): Likewise.
4821         * hpread.c (hpread_function_type): Likewise.
4822
4823 2002-01-20  Andrew Cagney  <[email protected]>
4824
4825         * configure.in (host_makefile_frag): Only require a host makefile
4826         fragment when a native build.
4827         * configure: Re-generate.
4828
4829 2002-01-20  Andrew Cagney  <[email protected]>
4830
4831         * doublest.h (floatformat_from_type): Declare.
4832         * doublest.c (floatformat_from_type): New function.
4833         (convert_typed_floating): Use.
4834
4835         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
4836         call to function floatformat_from_type.
4837
4838         * gdbarch.sh (IEEE_FLOAT): Delete.
4839         * gdbarch.h, gdbarch.c: Re-generate.
4840         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
4841         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
4842         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
4843         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
4844         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
4845         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
4846         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
4847         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
4848         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
4849         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
4850         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
4851         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
4852
4853         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
4854         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
4855         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4856         * sh-tdep.c (sh_gdbarch_init): Ditto.
4857         * mips-tdep.c (mips_gdbarch_init): Ditto.
4858         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4859         * cris-tdep.c (cris_gdbarch_init): Ditto.
4860
4861 2002-01-20  Jiri Smid  <[email protected]>
4862
4863         * configure.host, configure.tgt: Support x86-64.
4864         * NEWS: Note new target x86-64.
4865
4866         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
4867         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
4868         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
4869         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
4870         x86-64-linux-nat.o): Fix dependencies.
4871
4872 2002-01-19  Andrew Cagney  <[email protected]>
4873
4874         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
4875         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
4876         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
4877         * config/sparc/xm-sun4os4.h: Delete file.
4878         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
4879
4880 2002-01-19  Andrew Cagney  <[email protected]>
4881
4882         * config/sparc/sparclynx.mh (XM_FILE): Delete.
4883         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
4884         * config/m68k/m68klynx.mh (XM_FILE): Delete.
4885         * config/i386/i386lynx.mh (XM_FILE): Delete.
4886         * config/rs6000/xm-rs6000ly.h: Delete file.
4887         * config/sparc/xm-sparclynx.h: Delete file.
4888         * config/m68k/xm-m68klynx.h: Delete file.
4889         * config/i386/xm-i386lynx.h: Delete file.
4890         * config/xm-lynx.h: Delete file.
4891         * config/djgpp/fnchange.lst: Update.
4892
4893 2002-01-19  Jason Thorpe  <[email protected]>
4894
4895         * alpha-tdep.c (alpha_register_byte): New function.
4896         (alpha_register_raw_size): Ditto.
4897         (alpha_register_virtual_size): Ditto.
4898         (alpha_skip_prologue_internal): Renamed from
4899         alpha_skip_prologue.
4900         (alpha_skip_prologue): New version that calls
4901         alpha_skip_prologue_internal.
4902         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
4903         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
4904         second argument from alpha_skip_prologue.
4905         (REGISTER_BYTE): Use alpha_register_byte.
4906         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
4907         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
4908         (FRAMELESS_FUNCTION_INVOCATION): Use
4909         generic_frameless_function_invocation_not.
4910         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
4911         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
4912
4913 2002-01-19  Andrew Cagney  <[email protected]>
4914
4915         * config/mips/xm-news-mips.h: Delete file.
4916         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
4917
4918         * config/m88k/xm-m88k.h: Delete file.
4919         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
4920         * config/m88k/xm-delta88v4.h: Ditto.
4921         * config/m88k/xm-delta88.h: Ditto.
4922
4923         * config/alpha/xm-fbsd.h: Delete file.
4924         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
4925
4926         * config/sparc/xm-sparc.h: Delete file.
4927         * Makefile.in (xm-sun4os4.h): Delete dependency.
4928         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
4929         * config/sparc/xm-sun4os4.h: Ditto.
4930         * config/sparc/xm-linux.h: Ditto.
4931
4932         * config/i386/xm-windows.h: Delete file.
4933
4934 2002-01-19  Andrew Cagney  <[email protected]>
4935
4936         * utils.c: Include <sys/param.h> for MAXPATHLEN.
4937         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
4938
4939 2002-01-19  Jason Thorpe  <[email protected]>
4940
4941         * alpha-tdep.c (alpha_call_dummy_words): New.
4942         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
4943         (CALL_DUMMY_P): Define.
4944         (CALL_DUMMY_WORDS): Define.
4945         (SIZEOF_CALL_DUMMY_WORDS): Define.
4946
4947 2002-01-19  Per Bothner  <[email protected]>
4948
4949         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
4950         isn't NULL, which can happen with some gcj-3.x-produced code.
4951
4952 2002-01-19  Jason Thorpe  <[email protected]>
4953
4954         * alpha-tdep.c (alpha_register_virtual_type): New function.
4955         (alpha_init_frame_pc_first): Ditto.
4956         (alpha_fix_call_dummy): Ditto.
4957         (alpha_store_struct_return): Ditto.
4958         (alpha_extract_struct_value_address): Ditto.
4959         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
4960         alpha_register_virtual_type.
4961         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
4962         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
4963         alpha_extract_struct_value_address.
4964         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
4965         (INIT_FRAME_PC): Use init_frame_pc_noop.
4966         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
4967
4968 2002-01-19  Mark Kettenis  <[email protected]>
4969
4970         * i386gnu-nat.c: Include "i386-tdep.h".
4971         (fetch_fpregs): Simplify code dealing with uninitialized floating
4972         point states such that it doesn't require FP7_REGNUM.
4973
4974 2002-01-18  Jason Thorpe  <[email protected]>
4975
4976         * alpha-tdep.c (frame_extra_info): New.
4977         (alpha_find_saved_regs): Make static.  Use
4978         frame->extra_info.
4979         (alpha_frame_init_saved_regs): New function.
4980         (alpha_frame_saved_pc): Use frame->extra_info.
4981         (temp_saved_regs): Don't declare as struct frame_saved_regs.
4982         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
4983         (init_extra_frame_info): Rename to...
4984         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
4985         (alpha_print_extra_frame_info): New function.
4986         (alpha_frame_locals_address): Ditto.
4987         (alpha_frame_args_address): Ditto.
4988         (alpha_pop_frame): Use frame->extra_info.
4989         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
4990         alpha_frame_args_address.
4991         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
4992         (alpha_find_saved_regs): Remove prototype.
4993         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
4994         (EXTRA_FRAME_INFO): Remove.
4995         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
4996         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
4997
4998 2002-01-18  Jason Thorpe  <[email protected]>
4999
5000         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5001         (alpha_cannot_fetch_register): Ditto.
5002         (alpha_cannot_store_register): Ditto.
5003         (alpha_register_convertible): Ditto.
5004         (alpha_use_struct_convention): Ditto.
5005         * config/alpha/tm-alpha.h: Update copyright years.
5006         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5007         (INNER_THAN): Use core_addr_lessthan.
5008         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5009         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5010         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5011         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5012         (FRAME_CHAIN): Remove unnecessary cast.
5013
5014 2002-01-18  Andrew Cagney  <[email protected]>
5015
5016         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5017         obsolete.
5018
5019 2002-01-18  Andrew Cagney  <[email protected]>
5020
5021         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
5022         * monitor.c, remote-array.c, remote-bug.c: Ditto.
5023         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5024         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5025         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5026         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5027         * x86-64-linux-nat.c: Ditto.
5028
5029 2002-01-18  Jason Thorpe  <[email protected]>
5030
5031         * alpha-tdep.c (alpha_register_name): New function.
5032         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5033         (REGISTER_NAME): Define.
5034
5035 2002-01-18  Jason Thorpe  <[email protected]>
5036
5037         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5038
5039 2002-01-18  Jason Thorpe  <[email protected]>
5040
5041         * alpha-tdep.c: Update copyright years.
5042         (alpha_next_pc): New function.
5043         (alpha_software_single_step): Ditto.
5044         * config/alpha/tm-alpha.h: Add prototype for
5045         alpha_software_single_step.
5046
5047 2002-01-18  Jason Thorpe  <[email protected]>
5048
5049         * alphabsd-nat.c: Update copyright years.
5050         (fill_gregset): Use regcache_collect.
5051         (fill_fpregset): Likewise.
5052         (fetch_inferior_registers): Only fetch integer registers
5053         if requested to do so.
5054         (store_inferior_registers): Only store integer registers
5055         if requested to do so.
5056
5057 2002-01-17  Andrew Cagney  <[email protected]>
5058
5059         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5060         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5061         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5062         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5063         * config/alpha/fbsd.mh (XDEPFILES): Delete.
5064         * config/arm/linux.mh (XDEPFILES): Delete.
5065         * config/arm/nbsd.mh (XDEPFILES): Delete.
5066         * config/i386/i386dgux.mh (XDEPFILES): Delete.
5067         * config/i386/i386sol2.mh (XDEPFILES): Delete.
5068         * config/i386/i386m3.mh (XDEPFILES): Delete.
5069         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5070         * config/i386/i386gnu.mh (XDEPFILES): Delete.
5071         * config/i386/fbsd.mh (XDEPFILES): Delete.
5072         * config/i386/i386bsd.mh (XDEPFILES): Delete.
5073         * config/i386/i386sco5.mh (XDEPFILES): Delete.
5074         * config/i386/i386v4.mh (XDEPFILES): Delete.
5075         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5076         * config/i386/i386sco4.mh (XDEPFILES): Delete.
5077         * config/i386/i386aix.mh (XDEPFILES): Delete.
5078         * config/i386/go32.mh (XDEPFILES): Delete.
5079         * config/i386/cygwin.mh (XDEPFILES): Delete.
5080         * config/i386/i386lynx.mh (XDEPFILES): Delete.
5081         * config/i386/i386mach.mh (XDEPFILES): Delete.
5082         * config/i386/i386v32.mh (XDEPFILES): Delete.
5083         * config/i386/linux.mh (XDEPFILES): Delete.
5084         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5085         * config/i386/ncr3000.mh (XDEPFILES): Delete.
5086         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5087         * config/i386/i386sco.mh (XDEPFILES): Delete.
5088         * config/i386/i386v.mh (XDEPFILES): Delete.
5089         * config/i386/nbsd.mh (XDEPFILES): Delete.
5090         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5091         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5092         * config/i386/symmetry.mh (XDEPFILES): Delete.
5093         * config/i386/obsd.mh (XDEPFILES): Delete.
5094         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5095         * config/ia64/linux.mh (XDEPFILES): Delete.
5096         * config/ia64/aix.mh (XDEPFILES): Delete.
5097         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5098         * config/m68k/dpx2.mh (XDEPFILES): Delete.
5099         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5100         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5101         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5102         * config/m68k/linux.mh (XDEPFILES): Delete.
5103         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5104         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5105         * config/m68k/nbsd.mh (XDEPFILES): Delete.
5106         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5107         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5108         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5109         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5110         * config/m88k/delta88.mh (XDEPFILES): Delete.
5111         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5112         * config/m88k/m88k.mh (XDEPFILES): Delete.
5113         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5114         * config/mips/linux.mh (XDEPFILES): Delete.
5115         * config/mips/irix6.mh (XDEPFILES): Delete.
5116         * config/mips/irix5.mh (XDEPFILES): Delete.
5117         * config/mips/irix4.mh (XDEPFILES): Delete.
5118         * config/mips/irix3.mh (XDEPFILES): Delete.
5119         * config/mips/decstation.mh (XDEPFILES): Delete.
5120         * config/mips/mipsm3.mh (XDEPFILES): Delete.
5121         (NATDEPFILES): Move core-aout.o to here.
5122         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5123         * config/pa/hpux1020.mh (XDEPFILES): Delete.
5124         * config/pa/hppabsd.mh (XDEPFILES): Delete.
5125         * config/pa/hppahpux.mh (XDEPFILES): Delete.
5126         * config/pa/hpux11w.mh (XDEPFILES): Delete.
5127         * config/pa/hppaosf.mh (XDEPFILES): Delete.
5128         * config/pa/hpux11.mh (XDEPFILES): Delete.
5129         * config/powerpc/aix.mh (XDEPFILES): Delete.
5130         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5131         * config/powerpc/linux.mh (XDEPFILES): Delete.
5132         * config/romp/rtbsd.mh: Rename XDEPFILES.
5133         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5134         * config/rs6000/aix4.mh (XDEPFILES): Delete.
5135         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5136         * config/s390/s390.mh (XDEPFILES): Delete.
5137         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5138         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5139         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5140         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5141         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5142         * config/sparc/nbsd.mh (XDEPFILES): Delete.
5143         * config/sparc/linux.mh (XDEPFILES): Delete.
5144         * config/vax/vaxult.mh (XDEPFILES): Delete.
5145         * config/vax/vaxult2.mh (XDEPFILES): Delete.
5146         * Makefile.in (DEPFILES): Remove XDEPFILES.
5147
5148 2002-01-17  Andrew Cagney  <[email protected]>
5149
5150         * utils.c (internal_verror): Fix comments, default is yes not no.
5151         Update queries to match.  Default to quit and dump core.
5152
5153 2002-01-17  Andrew Cagney  <[email protected]>
5154
5155         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
5156         copyright.
5157         * defs.h, event-top.c, gdbcmd.h: Ditto.
5158         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5159         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5160         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5161         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5162         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5163         * mi/mi-main.c:Ditto.
5164
5165         * stack.c, symfile.c: Update copyright.
5166
5167 2002-01-17  Daniel Jacobowitz  <[email protected]>
5168
5169         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5170         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5171         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5172         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
5173
5174 2002-01-17  Daniel Jacobowitz  <[email protected]>
5175
5176         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5177         * gdbserver/low-lynx.c (myattach): Likewise.
5178         * gdbserver/low-nbsd.c (myattach): Likewise.
5179         * gdbserver/low-sim.c (myattach): Likewise.
5180         * gdbserver/low-sparc.c (myattach): Likewise.
5181         * gdbserver/low-sun3.c (myattach): Likewise.
5182
5183         * gdbserver/low-linux.c (myattach): New function.
5184
5185         * gdbserver/server.c (attach_inferior): New function.
5186         (main): Handle "--attach".
5187
5188 2002-01-16  Andrew Cagney  <[email protected]>
5189
5190         * MAINTAINERS (language support): Daniel Jacobwitz is C++
5191         maintainer.
5192
5193 2002-01-15  Daniel Jacobowitz  <[email protected]>
5194
5195         * c-typeprint.c (is_type_conversion_operator): Add additional
5196         check for non-conversion operators.
5197
5198 2002-01-15  Michael Snyder  <[email protected]>
5199
5200         * linux-proc.c: Add "info proc" command, a la procfs.c.
5201         (read_mapping): New function, abstract and re-use code.
5202         (linux_find_memory_regions): Use new func read_mapping.
5203         (linux_info_proc_cmd): New function, implement "info proc".
5204         (_initialize_linux_proc): Add new command "info proc".
5205
5206 2002-01-15  Michael Snyder  <[email protected]>
5207
5208         * symfile.c (generic_load): Use bfd_map_over_sections method
5209         instead of manipulating bfd structure members directly.
5210         (add_section_size_callback): New function, bfd sections callback
5211         used by generic_load.
5212         (load_sections_callback): New function, bfd sections callback
5213         used by generic_load.
5214
5215 2002-01-15  Elena Zannoni  <[email protected]>
5216
5217         [Based on work by Jim Blandy]
5218         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5219         (builtin_type_vec128): Export.
5220         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5221         types.
5222         (builtin_type_vec128): New builtin type for 128 bit vector
5223         registers.
5224         (build_gdbtypes): Initialize builtin_type_v16qi and
5225         builtin_type_v8hi. Create the vec128 register builtin type
5226         structure.
5227         (build_builtin_type_vec128): New function.
5228         (_initialize_gdbtypes): Register builtin_type_v16qi and
5229         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5230         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5231         AltiVec register to new builtin type.
5232
5233 2001-01-15  Daniel Jacobowitz  <[email protected]>
5234
5235         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5236         to make_cv_type.
5237
5238 2002-01-14  Andrew Cagney  <[email protected]>
5239
5240         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5241         CLEAN_UP_REGISTER_VALUE.
5242         * regcache.c (supply_register): Update only call.
5243
5244 2002-01-14  Andrew Cagney  <[email protected]>
5245
5246         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5247         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5248         a29k-*-vxworks* targets as obsolete.
5249
5250 2002-01-14  Michael Snyder  <[email protected]>
5251
5252         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5253         until we can resolve portability issues.
5254         * gregset.h: Remove references to fpxregs.
5255         * gcore.c (gcore_command): Initialize note_sec to NULL.
5256
5257 2002-01-13  Andrew Cagney  <[email protected]>
5258
5259         * signals.c (target_signal_to_name): Rewrite.  Only use
5260         signals[].name when in bounds and non-NULL.
5261
5262 2002-01-13  Andrew Cagney  <[email protected]>
5263
5264         From Petr Ledvina <[email protected]>:
5265         * signals.c (target_signal_to_name): Verify that SIG is within the
5266         bounds of the signals array.
5267
5268 2002-01-13  Andrew Cagney  <[email protected]>
5269
5270         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5271
5272 2002-01-13  Keith Seitz  <[email protected]>
5273
5274         * stack.c (print_frame_info_base): Print the frame's pc
5275         only if when print_frame_info_listing_hook is not defined.
5276
5277 2002-01-13  Keith Seitz  <[email protected]>
5278
5279         * varobj.c (varobj_set_value): Make sure that there were no
5280         errors evaluating the object before attempting to set its
5281         value.
5282         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5283         so this offset adjustment is no longer necessary.
5284         (create_child): Don't set the error flag if the child is
5285         a CPLUS_FAKE_CHILD.
5286         (value_of_child): If value_fetch_lazy fails, return NULL
5287         so that callers will be notified that an error occurred.
5288         (c_value_of_variable): Delay check of variable's validity
5289         until later. We actually want all structs and unions to have
5290         the value "{...}".
5291         Do not return "???" for variables which could not be evaluated.
5292         This error condition must be returned to the caller so that it
5293         can get the error condition from gdb.
5294         (cplus_name_of_child): Adjust index for vptr before figuring
5295         out the name of the child.
5296         (cplus_value_of_child): If a child's (real) parent is not valid,
5297         don't even bother trying to give a value for it. Just return
5298         an error. Change all instances in this function.
5299         (cplus_type_of_child): If our parent is one of the "fake"
5300         parents, we need to get at the type of the real parent, and
5301         derive the child's true type using this information.
5302
5303 2002-01-13  Andrew Cagney  <[email protected]>
5304
5305         From 2002-01-09 John Marshall <[email protected]>:
5306         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5307         sources.redhat.com, and tweak some related URLs which had
5308         suffered from linkrot.
5309
5310 2002-01-13  Andrew Cagney  <[email protected]>
5311
5312         From Jeff law:
5313         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5314         structures passed in registers.
5315
5316 2002-01-13  Eli Zaretskii  <[email protected]>
5317
5318         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5319         white space which prevented compilation.  Reported by DSK
5320         <[email protected]>.
5321
5322 2002-01-11  Michael Snyder  <[email protected]>
5323
5324         * symfile.c (build_section_addr_info_from_section_tab):
5325         Use bfd access method instead of manipulating bfd directly.
5326         (syms_from_objfile): Ditto.
5327         (simple_overlay_update_1): Ditto.
5328         (simple_overlay_update): Ditto.
5329         (generic_load): Ditto.
5330         (overlay_unmapped_address): FIXME comment, bfd access methods.
5331         (sections_overlap): FIXME comment, bfd access methods.
5332         (pc_in_mapped_range): FIXME comment, bfd access methods.
5333         (pc_in_unmapped_range): FIXME comment, bfd access methods.
5334         (section_is_mapped): FIXME comment, bfd access methods.
5335         (section_is_overlay): FIXME comment, bfd access methods.
5336
5337         * symfile.c (generic_load): Whitespace and long line cleanups.
5338         Remove duplicate variable, change several local variables to
5339         more appropriate data types.
5340         (print_transfer_performance): Use %lu instead of %ld for ulongs.
5341
5342 2002-01-12  Andrew Cagney  <[email protected]>
5343
5344         From Peter Schauer:
5345         * language.c (longest_local_hex_string_custom): Use phex_nz to
5346         convert NUM to a hex string.
5347
5348 2002-01-12  Elena Zannoni  <[email protected]>
5349
5350         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5351         the function.
5352         Update Copyright year.
5353
5354 2002-01-12  Andrew Cagney  <[email protected]>
5355
5356         * language.c (longest_raw_hex_string): Delete unused function.
5357
5358 2002-01-11  Petr Sorfa  <[email protected]>
5359
5360         * MAINTAINERS (write-after-approval): Add myself.
5361         * dwarf2read.c (read_tag_string_type): Handling of
5362         DW_AT_byte_size.
5363         (read_tag_string_type): FORTRAN fix to prevent propagation of
5364         first string size.
5365         (set_cu_language): Handling of DW_LANG_Fortran95
5366
5367 2002-01-11  Richard Earnshaw  <[email protected]>
5368
5369         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5370         GETPID(inferior_ptid).
5371         (store_inferior_registers): Likewise.
5372
5373 2002-01-10  Jason Merrill  <[email protected]>
5374
5375         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5376         Fix DW_OP_minus.
5377
5378 2002-01-10  Andrew Cagney  <[email protected]>
5379
5380         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5381         and bfd/elf32-sh-nbsd.c.
5382
5383 2002-01-10  Michael Snyder  <[email protected]>
5384
5385         * NEWS: Mention --pid and corefile/proc-id behavior change.
5386
5387         * Makefile.in: Add rules for gcore.o and linux-proc.o.
5388         * gcore.c: Include cli/cli-decode.h instead of command.h.
5389
5390         * main.c (captured_main): Add new command line option "--pid".
5391         If the second command line argument (following the symbol-file)
5392         begins with a digit, try to attach to it before trying to open
5393         it as a corefile.
5394         (print_gdb_help): Document the "--pid" argument.
5395
5396 2002-01-10  Eli Zaretskii  <[email protected]>
5397
5398         * completer.c (command_completer): New function.
5399
5400         * completer.h <command_completer>: Add prototype.
5401
5402         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5403         completer for the "help" command.
5404
5405 2002-01-09  Jason Merrill  <[email protected]>
5406
5407         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5408
5409 2002-01-09  Michael Snyder  <[email protected]>
5410
5411         * i386-linux-nat.c (fill_fpxregset): Make global.
5412         (store_fpxregset): Ditto.
5413
5414         * gregset.h (gdb_fpxregset_t): Define.
5415         (supply_fpxregset): Prototype.
5416         (fill_fpxregset): Prototype.
5417
5418         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5419
5420 2002-01-09  Richard Earnshaw  <[email protected]>
5421
5422         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5423         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5424         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5425
5426 2002-01-09  Andrew Cagney  <[email protected]>
5427
5428         * MAINTAINERS: Update target maintainer rules so that any
5429         Maintainer can approve a tested patch for a maintenance-only
5430         target.
5431
5432 2002-01-09  Richard Earnshaw  <[email protected]>
5433
5434         * MAINTAINERS (write-after-approval): Add myself.
5435
5436         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5437         IN_SIGTRAMP.
5438
5439 2002-01-08  Michael Snyder  <[email protected]>
5440
5441         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5442         real name of the executable, rather than the /proc name.
5443
5444 2002-01-03  Michael Snyder  <[email protected]>
5445
5446         Implement a "generate-core-file" command in gdb, save target state.
5447         * gcore.c: New file.  Implement new command 'generate-core-file'.
5448         Save a corefile image of the current state of the inferior.
5449         * linux-proc.c: Add linux-specific code for saving corefiles.
5450         * target.h (struct target_ops): Add new target vectors for saving
5451         corefiles; to_find_memory_regions and to_make_corefile_notes.
5452         (target_find_memory_regions): New macro.
5453         (target_make_corefile_notes): New macro.
5454         * target.c (update_current_target): Inherit new target methods.
5455         (dummy_find_memory_regions): New place-holder method.
5456         (dummy_make_corefile_notes): New place-holder method.
5457         (init_dummy_target): Initialize new dummy target vectors.
5458         * exec.c (exec_set_find_memory_regions): New function.
5459         Allow the exec_ops vector for memory regions to be taken over.
5460         (exec_make_note_section): New function, target vector method.
5461         * defs.h (exec_set_find_memory_regions): Export prototype.
5462         * procfs.c (proc_find_memory_regions): New function, corefile method.
5463         (procfs_make_note_section): New function, corefile method.
5464         (init_procfs_ops): Set new target vector pointers.
5465         (find_memory_regions_callback): New function.
5466         (procfs_do_thread_registers): New function.
5467         (procfs_corefile_thread_callback): New function.
5468         * sol-thread.c (sol_find_memory_regions): New function.
5469         (sol_make_note_section): New function.
5470         (init_sol_thread_ops): Initialize new target vectors.
5471         * inftarg.c (inftarg_set_find_memory_regions): New function.
5472         Allow to_find_memory_regions vector to be taken over.
5473         (inftarg_set_make_corefile_notes): New function.
5474         Allow to_make_corefile_notes vector to be taken over.
5475         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5476         interface layer if not target_has_execution (may be a corefile).
5477         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5478         * config/sparc/sun4sol2.mh: Ditto.
5479         * config/alpha/alpha-linux.mh: Ditto.
5480         * config/arm/linux.mh: Ditto.
5481         * config/i386/x86-64linux.mh: Ditto.
5482         * config/ia64/linux.mh: Ditto.
5483         * config/m68k/linux.mh: Ditto.
5484         * config/mips/linux.mh: Ditto.
5485         * config/powerpc/linux.mh: Ditto.
5486         * config/sparc/linux.mh: Ditto.
5487
5488 2002-01-07  Michael Snyder  <[email protected]>
5489
5490         * arm-linux-nat.c: Remove references to regcache.c internal data
5491         (registers[] and register_valid[]).
5492
5493 2002-01-07  Michael Snyder  <[email protected]>
5494
5495         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
5496         so that attaching to a pid will automatically read the process's
5497         symbol file and shlibs.
5498         * Makefile.in: Add rule for linux-proc.o.
5499         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5500         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5501         * config/arm/linux.mh: Ditto.
5502         * config/i386/linux.mh: Ditto.
5503         * config/i386/x86-64linux.mh: Ditto.
5504         * config/ia64/linux.mh: Ditto.
5505         * config/m68k/linux.mh: Ditto.
5506         * config/mips/linux.mh: Ditto.
5507         * config/powerpc/linux.mh: Ditto.
5508         * config/sparc/linux.mh: Ditto.
5509
5510 2002-01-06  Pierre Muller  <[email protected]>
5511
5512         * win32-nat.c: Add i386-tdep.h dependency.
5513
5514 2002-01-07  Michael Snyder  <[email protected]>
5515
5516         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5517         instead of bfd_get_arch_size.  Don't bail out just because
5518         there's no exec_bfd.
5519
5520         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5521         * p-valprint.c (pascal_object_print_value): Ditto.
5522         * somread.c (som_symtab_read): Ditto.
5523         * symfile.c (simple_free_overlay_region_table): Ditto.
5524         * valops.c (value_assign): Ditto.
5525
5526         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5527         use tilde_expand and strerror for opening save-tracepoints file.
5528
5529         * thread-db.c (thread_db_new_objfile): Indendation fix.
5530
5531         * infptrace.c (GDB_MAX_ALLOCA): New define.
5532         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5533         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5534         can be overridden with whatever value is appropriate to the host).
5535         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5536         alloca to allocate potentially large buffer.
5537         * rs6000-nat.c (child_xfer_memory): Ditto.
5538         * symm-nat.c (child_xfer_memory): Ditto.
5539         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5540
5541 2002-01-07  Jackie Smith Cashion  <[email protected]>
5542
5543         From Nick Clifton  <[email protected]>
5544         * d10v-tdep.c: Set STACK_START to 0x200bffe.
5545
5546 2002-01-07  Michael Snyder  <[email protected]>
5547
5548         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5549         Don't use exec_bfd if it's NULL.
5550
5551 2002-01-06  Mark Kettenis  <[email protected]>
5552
5553         * valops.c (value_arg_coerce): Fix formatting.
5554
5555 2002-01-06  Andrew Cagney  <[email protected]>
5556
5557         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5558         * gnu-nat.c: Ditto.
5559
5560 2002-01-06  Andrew Cagney  <[email protected]>
5561
5562         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5563         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5564         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5565         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5566         z8k-coff have not been multi-arched.  Update z8k-coff build
5567         status.
5568
5569 2002-01-06  Andrew Cagney  <[email protected]>
5570
5571         * MAINTAINERS: Mark a29k target as obsolete.
5572         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5573         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
5574         comments.
5575         * NEWS: Note that a29k targets are obsolete.
5576         * a29k-tdep.c: Mark as obsolete.
5577         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5578         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5579         a29k-*-vxworks* targets as obsolete.
5580         * remote-adapt.c: Obsolete.
5581         * remote-eb.c: Obsolete.
5582         * remote-mm.c: Obsolete.
5583         * remote-udi.c: Obsolete.
5584         * config/a29k/a29k-udi.mt: Obsolete.
5585         * config/a29k/a29k.mt: Obsolete.
5586         * config/a29k/tm-a29k.h: Obsolete.
5587         * config/a29k/tm-vx29k.h: Obsolete.
5588         * config/a29k/vx29k.mt: Obsolete.
5589
5590 2002-01-05  Andrew Cagney  <[email protected]>
5591
5592         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5593         with BFD_ENDIAN_BIG.
5594
5595 2002-01-05  Andrew Cagney  <[email protected]>
5596
5597         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5598         * configure, config.in: Re-generate.
5599         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5600         * defs.h: Do not include <endian.h>.
5601
5602 2002-01-05  Jason Thorpe  <[email protected]>
5603
5604         * acconfig.h (HAVE_PT_GETXMMREGS): New.
5605         * config.in: Regenerate.
5606         * configure.in: Update copyright years.
5607         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5608         * configure: Regenerate.
5609         * i386bsd-nat.c: Update copyright years.
5610         (fill_gregset): Use regcache_collect.
5611         (fetch_inferior_registers): Only fetch integer registers
5612         if requested to do so.  Add support for XMM registers
5613         using PT_GETXMMREGS.
5614         (store_inferior_registers): Only store integer registers
5615         if requested to do so.  Add support for XMM registers
5616         using PT_SETXMMREGS.
5617         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5618         (store_inferior_registers): Remove.
5619         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5620         (fetch_elfcore_registers): New function.
5621         (i386nbsd_elfcore_fns): New.
5622         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5623         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5624         i386bsd-nat.o.
5625         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5626         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5627         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5628         * config/i386/tm-nbsd.h: Update copyright years.
5629         (HAVE_SSE_REGS): Define.
5630         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5631         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5632         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5633         (SIGCONTEXT_PC_OFFSET): Remove.
5634         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5635
5636 2002-01-05  Andrew Cagney  <[email protected]>
5637
5638         * configure.tgt: Remove powerpc-*-macos* target.
5639         * config/m68k/xm-mpw.h: Delete file.
5640         * config/xm-mpw.h: Delete file.
5641         * ser-mac.c: Delete file.
5642         * mpw-make.sed: Delete file.
5643         * mpw-config.in: Delete file.
5644         * mac-xdep.c: Delete file.
5645         * mac-gdb.r: Delete file.
5646         * mac-defs.h: Delete file.
5647         * mac-nat.c: Delete file.
5648         * config/powerpc/macos.mh: Delete file.
5649         * config/powerpc/macos.mt: Delete file.
5650         * config/powerpc/nm-macos.h: Delete file.
5651         * config/powerpc/tm-macos.h: Delete file.
5652         * source.c (openp, open_source_file): Remove obsolete code.
5653         * top.c (gdb_readline): Ditto.
5654         * utils.c (query): Ditto.
5655         * event-top.c (display_gdb_prompt): Ditto.
5656         * Makefile.in (ser-mac.o): Delete obsolete target.
5657         * NEWS: Update.
5658
5659 2002-01-04  Andrew Cagney  <[email protected]>
5660
5661         * defs.h (BIG_ENDIAN): Delete macro definition.
5662         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5663         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5664         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5665         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5666         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5667         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5668         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5669         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5670         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5671         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5672         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5673         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5674         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5675         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5676         * gdbarch.c: Re-generate.
5677
5678 2002-01-04  Daniel Jacobowitz  <[email protected]>
5679
5680         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5681         for core files.
5682
5683 2002-01-04  Jason Thorpe  <[email protected]>
5684
5685         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
5686
5687 2002-01-04  Andrew Cagney  <[email protected]>
5688
5689         * value.h (value_ptr): Delete typedef.
5690
5691 2002-01-04  Jason Thorpe  <[email protected]>
5692
5693         * i386nbsd-nat.c: Update copyright years.
5694         Include i386-tdep.h.
5695
5696 2002-01-04  Elena Zannoni  <[email protected]>
5697
5698         * stabsread.c: Update copyright years.
5699
5700         From Debashis Mahata <[email protected]>:
5701         (read_struct_fields): Deal with Sun C compiler erroneous stab
5702         output for structs and unions.
5703         Fix PR gdb/269.
5704
5705 2002-01-04  Daniel Jacobowitz  <[email protected]>
5706
5707         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
5708         prototype.
5709
5710 2002-01-04  Daniel Jacobowitz  <[email protected]>
5711
5712         * cp-abi.c: Fix whitespace.
5713         (baseclass_offset): New wrapper function.
5714         * cp-abi.h (baseclass_offset): Add prototype.
5715         (struct cp_abi_ops): Add baseclass_offset pointer.
5716
5717         * valops.c (vb_match): Move to...
5718         * gnu-v2-abi.c (vb_match): here.
5719         * valops.c (baseclass_offset): Move to...
5720         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
5721
5722         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
5723
5724         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
5725         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
5726         * hpacc-abi.c (init_hpacc_ops): Likewise.
5727
5728 2002-01-04  Daniel Jacobowitz  <[email protected]>
5729
5730         * valops.c (find_overload_match): Accept obj as a
5731         reference parameter.  Update it before returning.
5732         * value.h (find_overload_match): Update prototype.
5733         * eval.c (evaluate_subexp_standard): Pass object to
5734         find_overload_match by reference.
5735
5736 2002-01-03  Andrew Cagney  <[email protected]>
5737
5738         * valarith.c: Replace value_ptr with struct value pointer.  Remove
5739         register attribute from value declarations.
5740         * valops.c: Ditto.
5741         * value.h: Ditto.
5742         * scm-lang.c (scm_lookup_name): Ditto.
5743
5744 2002-01-03  Michael Snyder  <[email protected]>
5745
5746         Abstract the functionality of iterating over mapped memory
5747         regions into a general purpose iterator function.
5748         * procfs.c (iterate_over_mappings): New function, general purpose
5749         iterator for memory sections.
5750         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
5751         (solib_mappings_callback): New function, callback for above.
5752         (info_proc_mappings): Reimpliment using iterate_over_mappings.
5753         (info_mappings_callback): New function, callback for above.
5754
5755         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
5756
5757 2002-01-01  Mark Kettenis  <[email protected]>
5758
5759         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
5760         * i386-tdep.c: Include "elf-bfd.h".
5761         (process_note_abi_tag_sections): New function.
5762         (i386_gdbarch_init): Add code to recognize various OS/ABI
5763         combinations.
5764
5765         * maint.c (_initialize_maint_cmds): Add missing \ in
5766         string-literal.
5767
5768 For older changes see ChangeLog-2001
5769 \f
5770 Local Variables:
5771 mode: change-log
5772 left-margin: 8
5773 fill-column: 74
5774 version-control: never
5775 End:
This page took 0.355132 seconds and 2 git commands to generate.