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