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