2002-08-20 Elena Zannoni <ezannoni@redhat.com>
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2
3         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
4
5         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
6         vector type for ev registers.
7         (e500_pseudo_register_read): New function.
8         (e500_pseudo_register_write): New function.
9         (e500_dwarf2_reg_to_regnum): New function.
10         (PPC_UISA_NOFP_SPRS): New macro.
11         (PPC_EV_REGS): New macro.
12         (PPC_GPRS_PSEUDO_REGS): New macro.
13         (registers_e500): New register set for e500.
14         (variants): Add e500 variant.
15         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
16         before setting architectural dependent variations.  Initialize ev
17         registers numbers.  Add case for e500 architecture.  Set the
18         number of pseudo registers.
19
20 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
21
22         * rs6000-tdep.c: Clean up comments.
23
24 2002-08-20  Andrew Cagney  <cagney@redhat.com>
25
26         * h8300-tdep.c: Re-indent file.
27
28 2002-08-20  Jim Blandy  <jimb@redhat.com>
29
30         * Makefile.in (LDFLAGS): Allow the configure script to establish a
31         default for this.
32         * gdbserver/Makefile.in (LDFLAGS): Same.
33
34 2002-08-20  Keith Seitz  <keiths@redhat.com>
35
36         * breakpoints.c (watch_command_1): Use internal breakpoint
37         when setting a watchpoint_scope breakpoint.
38
39 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
40
41         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
42         (build_builtin_type_vec64i): Ditto.
43         (build_builtin_type_vec128): Ditto.
44         (build_builtin_type_vec128i): Ditto.
45
46 2002-08-19  Michael Snyder  <msnyder@redhat.com>
47
48         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
49         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
50         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
51         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
52         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
53         CALL_DUMMY_ADDRESS): Delete.
54         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
55         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
56         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
57         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
58         push_return_address.
59         (mips_register_raw_size, mips_eabi_use_struct_convention, 
60         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
61         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
62         mips_init_extra_frame_info, mips_eabi_push_arguments, 
63         mips_n32n64_push_arguments, mips_push_return_address,
64         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
65         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
66
67 2002-08-19  Michael Snyder  <msnyder@redhat.com>
68
69         * mips-tdep.c (mips_frame_num_args): New function.
70         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
71         frame_saved_pc, frame_args_address, frame_locals_address, 
72         frame_num_args, and frame_args_skip.
73         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
74         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
75         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
76         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
77
78 2002-08-20  Michael Snyder  <msnyder@redhat.com>
79
80         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
81         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
82         * mips-tdep.c (mips_store_struct_return): New function.
83         (mips_extract_struct_value_address): New function.
84         (mips_gdbarch_init): Set store_struct_return and
85         extract_struct_value_address.
86
87 2002-08-20  David Carlton  <carlton@math.stanford.edu>
88
89         * dwarf2read.c (dwarf2_build_psymtabs): Check that
90         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
91         (read_file_scope): Check that line_header is nonzero before
92         decoding macro information.
93
94 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
95
96         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
97         flag the general-purpose registers as floating-point on targets
98         that don't support the floating-point registers.
99
100 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
101
102         * rs6000-tdep.c (altivec_register_p): Delete.
103         (rs6000_do_altivec_registers): Delete.
104         (rs6000_altivec_registers_info): Delete.
105         (rs6000_do_registers_info): Delete.
106         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
107         (rs6000_gdbarch_init): Remove setting of do_registers_info.
108
109 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
110
111         * infcmd.c (do_registers_info): Print vector registers in hex
112         format only.
113         (print_vector_info): Check that printing registers
114         makes sense.
115         (print_float_info): Ditto.
116
117 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
118
119         * mips-tdep.c (mips_gdbarch_init): Update.
120         (mips_o32_extract_return_value): Rewrite.
121         (mips_o32_store_return_value): Rewrite.
122         (mips_o32_xfer_return_value): New function.
123         (mips_xfer_register): Tweak debug print message.  Allow for
124         buf_offset when dumping the value transfered.
125
126 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
127
128         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
129         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
130         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
131         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
132         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
133
134 2002-08-14  Michael Snyder  <msnyder@redhat.com>
135
136         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
137
138 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
139
140         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
141         register.
142         (P): New macro to define a register as a pseudo register.
143         (R, R4, R8, R16, FR32, R64, R0): Updated.
144         (struct variant): Add new fields for number of pseudo registers
145         and number of total registers.
146         (tot_num_registers): New macro replacing....
147         (num_registers): ...deleted macro.
148         (num_registers): New function.
149         (num_pseudo_registers): New function.
150         (variants): Update all variants to intialize new fields correctly.
151         Postpone initialization of number of pseudo regs and real regs.
152         (init_variants): New function.
153         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
154         registers offsets.
155
156 2002-08-19  David Carlton  <carlton@math.stanford.edu>
157
158         * valops.c (search_struct_field): Change error message to treat
159         return value of 0 from value_static_field as meaning that field is
160         optimized out.
161         (value_struct_elt_for_reference): Ditto.
162         * values.c (value_static_field): Treat an unresolved location the
163         same as a nonexistent symbol.  Fix PR gdb/635.
164         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
165         enclosed.  Fix PR gdb/574.
166         * MAINTAINERS: Add self to Write After Approval list.
167
168 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
169
170         * mips-tdep.c (mips_xfer_register): New function.
171         (mips_n32n64_extract_return_value): Rewrite.
172         (mips_gdbarch_init): For N32 and N64, set extract_return_value
173         instead of deprecated_extract_return_value.
174
175 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
176
177         * rs6000-tdep.c (TDEP): Delete macro.
178         (branch_dest): Replace use of TDEP macro with its body.
179         (rs6000_pop_frame): Ditto.
180         (rs6000_push_arguments): Ditto.
181         (rs6000_skip_trampoline_code): Ditto.
182         (rs6000_frame_saved_pc): Ditto.
183         (rs6000_frame_chain): Ditto.
184         (rs6000_register_name): Ditto.
185         (rs6000_register_byte): Ditto.
186         (rs6000_register_raw_size): Ditto.
187         (rs6000_register_virtual_type): Ditto.
188         (rs6000_register_convertible): Ditto.
189         (rs6000_convert_from_func_ptr_addr): Ditto.
190
191 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
192
193         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
194         conditionally.
195         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
196         MIPS_LINUX_JB_ELEMENT_SIZE.
197         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
198         for MAX_REGISTER_RAW_SIZE arrays.
199         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
200         MIPS_LINUX_JB_ELEMENT_SIZE.
201
202 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
203
204         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
205
206 2002-08-19  Aidan Skinner <aidan@velvet.net>
207
208         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
209         ada-valprint.c ada-tasks.c.
210         (YYFILES): Add ada-exp.y.
211         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
212         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
213         (ada-exp.tab.o): New target.
214                 
215 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
216
217         * regcache.c (regcache_xfer_part): New function.
218         (regcache_raw_read_part): New function.
219         (regcache_raw_write_part): New function.
220         (regcache_cooked_read_part): New function.
221         (regcache_cooked_write_part): New function.
222         * regcache.h (regcache_raw_read_part): Declare.
223         (regcache_raw_write_part): Declare.
224         (regcache_cooked_read_part): Declare.
225         (regcache_cooked_write_part): Declare.
226
227 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
228
229         * remote.c (remote_open_1): Add async_p.
230         (remote_async_open_1): Delete.
231         (open_remote_target): Delete.
232         (remote_open, extended_remote_open): Update calls to remote_open_1.
233         (remote_async_open, extended_remote_async_open): Call
234         remote_open_1 instead of remote_async_open_1.
235
236 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
237
238         * blockframe.c: Fix a few coding standard violations.
239
240 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
241
242         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
243         here from ...
244         * config/i386/tm-i386sco5.h: ... here.  File removed.
245         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
246
247         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
248         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
249         (TM_FILE): Set to tm-i386.h.
250         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
251         * config/i386/tm-i386v.h: Remove file.
252         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
253         instead of "i386/tm-i386v.h".
254         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
255         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
256         "i386/tm-i386v.h".
257         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
258         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
259         "i386/tm-i386.h".
260
261 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
262
263         * config/i386/nm-i386v.h: Add protection against
264         multiple-inclusion.
265         (i386_register_u_addr): Remove prototype.
266         (register_u_addr): New prototype.
267         (REGISTER_U_ADDR): Redefine accordingly.
268         * i386v-nat.c: Improve several comments.
269         (i386_register_u_addr): Change signature and rename to
270         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
271         ubase variable.
272
273 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
274
275         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
276         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
277         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
278         deprecated_extract_return_value.
279         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
280         rename mips_o32o64_push_arguments.
281         (mips_gdbarch_init): Update.
282         (mips_extract_return_value): Delete.
283         (mips_o32_extract_return_value): Clone mips_extract_return_value.
284         (mips_o64_extract_return_value): Clone mips_extract_return_value.
285         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
286         (mips_n32n64_extract_return_value): Clone
287         mips_extract_return_value.
288         (mips_store_return_value): Delete.
289         (mips_o32_store_return_value): Clone mips_store_return_value.
290         (mips_o64_store_return_value): Clone mips_store_return_value.
291         (mips_eabi_store_return_value): Clone mips_store_return_value.
292         (mips_n32n64_store_return_value): Clone mips_store_return_value.
293
294 2002-08-18  Aidan Skinner <aidan@velvet.net>
295
296         * ada-lang.c: Use gdb_string.h instead of <string.h>.
297         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
298                 
299 2002-08-18  Aidan Skinner <aidan@velvet.net>
300
301         * ada-lang.c: Run through gdb_indent.sh.
302         * ada-lang.h: Run through gdb_indent.sh.
303         * ada-tasks.c: Run through gdb_indent.sh.
304         * ada-typeprint.c: Run through gdb_indent.sh.
305         * ada-valprint.c: Run through gdb_indent.sh.
306
307 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
308
309         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
310         ABI.
311
312 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
313
314         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
315
316         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
317         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
318
319         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
320         write_register_gen instead of write_register_bytes.
321
322         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
323         i[3456]-*-osf1mk* configurations have been made obsolete.
324         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
325         i[3456]86-*-osf1mk* hosts obsolete.
326         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
327         targets obsolete.
328         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
329         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
330         config/i386/i386m3.mt, config/i386/nm-m3.h,
331         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
332         config/i386/i386mk.mh, config/i386/i386mk.mt,
333         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
334         obsolete.
335         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
336         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
337         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
338
339 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
340
341         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
342         (hppa_value_returned_from_stack): Declare.
343         (hppa_extract_return_value): Declare.
344         * config/pa/hppa.mt: New file.
345         * configure.tgt: Recognize hppa*-*-*.
346         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
347
348 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
349
350         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
351         comment.
352
353 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
354
355         * top.c (gdb_rl_operate_and_get_next): Make sure
356         operate-and-get-next functions correctly even when the history
357         list is completely filled.
358
359 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
360
361         * MAINTAINERS (Target Instruction Set Architectures): Rename
362         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
363         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
364         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
365         already listed under Host/Native.
366
367         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
368         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
369         mips*-*-*.
370
371 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
372
373         * config/ia64/ia64.mt: New file.
374         * config/alpha/alpha.mt: New file.
375         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
376         ia64-linux-gnu.  Mention that ia64-elf is broken.
377         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
378
379 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
380
381         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
382         generic_func_frame_valid instead of func_frame_valid.
383
384 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
385
386         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
387         procfs appears to be broken when debugging on multi-processor
388         machines. So enable software single stepping in order to avoid
389         using the procfs interface to do next/step operations, using
390         internal breakpoints instead.
391
392         * infrun.c (handle_inferior_event): Readjust the stop_pc by
393         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
394         make this pc address equal to the value it would have if the
395         system stepping capability was used. Also set a new flag used
396         to ensure that we don't readjust the PC one more time later.
397
398         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
399         address by DECR_PC_AFTER_BREAK when software single step is
400         in use for this architecture, as this has already been taken
401         care of in handle_inferior_event().
402
403 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
404
405         * infrun.c (handle_inferior_event): Minor reformatting, to make
406         a rather long condition expression easier to read.
407
408 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
409
410         * Makefile.in (gdbtk.o): Move to end of file.
411         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
412         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
413         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
414         (gdbtk-wrapper.o, gdbres.o): Ditto.
415
416 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
417
418         * Makefile.in (copying.o): Separate out compile rule.
419         (hpux-thread.o, procfs.o, signals.o): Ditto.
420         (v850ice.o, z8k-tdep.o): Ditto.
421         (tui-file.o): Move to TUI section.
422         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
423         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
424
425 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
426
427         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
428         skip_trampoline_code, for better namespace-proofing.   
429
430         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
431
432 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
433
434         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
435
436 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
437
438         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
439         signal, check whether we hit a breakpoint before checking for a
440         single step breakpoint. Otherwise, GDB fails to notice that a
441         breakpoint has been hit when stepping onto a breakpoint.
442
443 2002-08-16  Keith Seitz  <keiths@redhat.com>
444
445         * gdb-events.sh (clear_gdb_event_hooks): New function.
446         * gdb-events.c: Regenerate.
447         * gdb-events.h: Regenerate.
448
449 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
450
451         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
452         not_a_sw_breakpoint.
453         * breakpoint.h (bpstat_stop_status): Add parameter names.
454
455 2002-08-16  Grace Sainsbury  <graces@redhat.com>
456
457         * remote.c (remote_insert_hw_breakpoint)
458         (remote_remove_hw_breakpoint): Fix calculation of length field
459         for Z-packet.
460
461 2002-08-15  Michael Snyder  <msnyder@redhat.com>
462
463         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
464         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
465         (supply_fpregset): Ditto.
466         
467         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
468         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
469         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
470         (TARGET_READ_SP): Delete.
471         (DO_REGISTERS_INFO): Delete.
472         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
473         Delete.
474         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
475         from macros to functions.
476
477         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
478         (mips_register_convertible, mips_register_convert_to_virtual,
479         mips_register_convert_to_raw): Make static.
480         (mips_read_sp): New function.
481         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
482         (mips_do_registers_info): Make static.
483         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
484         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
485         (mips_register_convert_from_type, mips_register_convert_to_type):
486         New functions.
487         (mips_gdbarch_init): Set up function_start_offset, 
488         register_virtual_size, pc_in_sigtramp.
489
490 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
491
492         * infcmd.c (vector_info): New function.
493         (_initialize_infcmd): Add command "info vector".
494         (print_vector_info): New function.
495
496         * gdbarch.sh (PRINT_VECTOR_INFO): New method
497         * gdbarch.h, gdbarch.c: Regenerate.
498
499 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
500
501         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
502         ``print_all''.  Only print vector registers when ``print_all''.
503
504 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
505
506         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
507         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
508
509         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
510         Add `args' parameter.
511         * gdbarch.h, gdbarch.c: Regenerate.
512         
513         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
514         
515         * infcmd.c (float_info): Call print_float_info.
516         (print_float_info): New function.  By default, print the
517         floating-point registers.
518
519         * arch-utils.h (default_print_float_info): Delete declaration.
520         * arch-utils.c (default_print_float_info): Delete function.
521         
522 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
523
524         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
525         out define.
526
527         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
528         FRAME.
529
530         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
531         * configure.host: Make i[3456]86-*-aix host obsolete.
532         * configure.tgt: Make i[3456]86-*-aix target obsolete.
533         * config/i386/i386aix.mh, config/i386/i386aix.mt,
534         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
535         config/i386/xm-i386aix.h: Make files obsolete.
536         * i386aix-nat.c: Make file obsolete.
537         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
538         (i386aix-nat.o): Make target obsolete.
539
540         * config/i386/nm-gnu.h: Removed.
541         * config/i386/nm-i386gnu.h: New file.
542         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
543         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
544         Moved here from ...
545         * config/i386/tm-i386gnu.h: ... here.  Removed.
546         * config/i386/xm-i386gnu.h: Removed.
547         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
548         (NAT_FILE): Set to nm-i386gnu.h.
549         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
550         * i386-tdep.c: New file.
551         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
552         (i386gnu-tdep.o): Specify dependencies.
553
554 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
555
556         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
557         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
558         Adjust a few comments to reflect reality a bit closer.
559         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
560         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
561         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
562         target_insert_watchpoint, target_remove_watchpoint):
563         Move defines to ...
564         * config/i386/nm-i386sco5.h: ... here.
565         (kernel_u_size): Add prototype.  Improve a few comments and add
566         protection against multiple inclusion.
567         
568         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
569         out define.
570
571         * uw-thread.c (SP_ARG0): Define if not already defined.
572         * config/i386/tm-i386.h (SO_ARG0): Remove define.
573
574         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
575
576         * config/i386/tm-i386.h: Don't include "regcache.h".
577
578         * i387-tdep.h (i387_print_float_info): New prototype.
579         * i387-tdep.c (print_i387_value, print_i387_ext,
580         print_i387_status_word, print_i387_control_word): Add `struct
581         ui_file *' argument and use it for output.
582         (i387_print_float_info): Renamed from i387_float_info.  Add
583         `struct gdbarch *' and `struct ui_file *' arguments and use the
584         latter for output.
585         * i386-tdep.c: Include "i387-tdep.h".
586         (i386_gdbarch_init): Set print_float_info.
587         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
588         (FLOAT_INFO): Remove define.
589
590 2002-08-13  Michael Snyder  <msnyder@redhat.com>
591
592         * mips-tdep.c (mips_push_arguments): Rename to
593         mips_eabi_push_arguments, and tune for EABI.
594         (MIPS_REGS_HAVE_HOME_P): Delete.
595         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
596         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
597         Delete references to mips_regs_have_home_p.
598
599 2002-08-14  Keith Seitz  <keiths@redhat.com>
600
601         * Makefile.in (install-gdbtk): Create insight plugin directory.
602         Install plugins.tcl file.
603
604 2002-08-14  Keith Seitz  <keiths@redhat.com>
605
606         * configure.in: Move SUBDIRS to near top of the file so that
607         --enable options may add things to it.
608         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
609         * configure: Regenerate.
610
611 2002-08-13  Michael Snyder  <msnyder@redhat.com>
612
613         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
614         cloned from mips_push_arguments, tuned for o32/o64 ABI.
615         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
616
617 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
618
619         * vax-tdep.c (vax_get_saved_register): Delete function.
620         (vax_gdbarch_init): Update.
621         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
622         (ns32k_gdbarch_init): Update.
623         * alpha-tdep.c (alpha_get_saved_register): Delete function.
624         (alpha_gdbarch_init): Update.
625
626 2002-08-13  Andrew Cagney  <cagney@redhat.com>
627
628         * regcache.c (init_regcache_descr): Overallocate the
629         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
630         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
631         nr_raw_registers.
632         (set_register_cached): Add range checking assertions.  Use
633         current_regcache.
634
635 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
636
637         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
638         numbers for MMX registers.
639
640 2002-08-13  Andrew Cagney  <cagney@redhat.com>
641
642         * i386-tdep.c (i386_gdbarch_init): Use
643         generic_unwind_get_saved_register.
644
645 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
646
647         * procfs.c (procfs_can_use_hw_breakpoint): New function.
648         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
649         target vector.
650         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
651         Delete.  Add comment regarding this now-deleted target method.
652
653 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
654
655         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
656         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
657         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
658         real PC and the page number (if it's within the memory bank window).
659         (m68hc11_pseudo_register_write): Likewise when saving.
660         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
661         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
662         (m68hc11_register_raw_size): And use 32-bit for it.
663         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
664         16K memory bank is used by the prog; also use the virtual pc.
665
666 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
667
668         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
669         (m68hc11_gdbarch_init): Install it in gdbarch.
670         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
671         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
672         (MSYMBOL_SIZE): New for documentation.
673         (insn_return_kind): Enum to specify how a function returns.
674         (frame_extra_info): Cleanup and record the return mode.
675         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
676         register in address computation.
677         (m68hc11_get_return_insn): New to obtain the return instruction used
678         by the function.
679         (m68hc11_frame_init_saved_regs): Take into account the return
680         instruction used by the function for far and interrupt functions.
681         (m68hc11_init_extra_frame_info): Take into account page register.
682         (m68hc11_frame_args_address): Adjust according to the return mode.
683         (show_regs): Print page register only when it's used.
684
685 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
686
687         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
688         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
689         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
690         registers.
691         (m68hc11_register_raw_size): Likewise.
692
693 2002-08-13  Andrew Cagney  <cagney@redhat.com>
694
695         * i386-tdep.c (i386_register_name): Handle mmx registers.
696         (mmx_regnum_p): New function.
697         (i386_mmx_names): New array.
698         (mmx_num_regs): New variable.
699         (i386_pseudo_register_read): New function.
700         (i386_pseudo_register_write): New function.
701         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
702
703         * regcache.c (regcache_raw_read_unsigned): New function.
704         (regcache_raw_read_signed): New function.
705         * regcache.h (regcache_raw_read_unsigned): Declare.
706         (regcache_raw_read_signed): Declare.
707
708 2002-08-13  Andrew Cagney  <cagney@redhat.com>
709
710         * regcache.c (regcache_raw_read_as_address): Delete function.
711         (regcache_cooked_read_signed): New function.
712         (regcache_cooked_read_unsigned): New function.
713         * regcache.h (regcache_cooked_read_signed): Declare.
714         (regcache_cooked_read_unsigned): Declare.
715         (regcache_raw_read_as_address): Delete declaration.
716
717         * blockframe.c (generic_read_register_dummy): Use
718         regcache_cooked_read_unsigned.
719         * i386-tdep.c (i386_extract_struct_value_address): Use
720         regcache_cooked_read_unsigned.
721
722 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
723
724         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
725         double sizes according to ELF ABI flags.
726         (gdbarch_tdep): Record elf_flags.
727
728 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
729
730         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
731         (m6812_prolog): They can appear in 68HC12 function prologue.
732         (m68hc11_frame_chain): Cleanup.
733
734 2002-08-12  Andrew Cagney  <cagney@redhat.com>
735
736         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
737         declarations.
738         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
739         (i386_linux_register_raw_size): Delete function.
740         (i386_linux_init_abi): Update.
741         * i386-tdep.c (i386_register_raw_size): Delete function.
742         (i386_register_byte): Delete function.
743         (i386_gdbarch_init): Update.
744         (i386_register_size): Delete array.
745         (i386_register_offset): Delete array.
746
747         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
748         (REGISTER_RAW_SIZE): Delete macro.
749         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
750         (REGISTER_BYTE): Delete macro.
751
752 2002-08-11  Aidan Skinner <aidan@velvet.net>
753
754         * ada-lang.c (ada_lookup_partial_symbol)
755         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
756         prototype names so that grep ^func works properly.
757
758         * ada-lang.c (ada_array_element_type)
759         (ada_lookup_partial_symbol): Fix typos in parameter list.
760
761         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
762         Fix prototype names so that grep ^func works properly.
763         
764 2002-08-10  Andrew Cagney  <cagney@redhat.com>
765             Elena Zannoni  <ezannoni@redhat.com>
766             Martin M. Hunt  <hunt@redhat.com>
767
768         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
769         (build_builtin_type_vec128i): Set the vector bit.
770         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
771         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
772         (build_builtin_type_vec64): New function.
773         (build_builtin_type_vec64i): New function.
774         (build_gdbtypes): Initialize builtin_type_vec64 and
775         builtin_type_vec64i.
776
777 2002-08-09  Andrew Cagney  <cagney@redhat.com>
778
779         * regcache.c (regcache_dump): Compare the register offset
780         with REGISTER_BYTE.
781         * arch-utils.c (generic_register_byte): New function.
782         * arch-utils.h (generic_register_byte): Declare.
783         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
784         * gdbarch.h, gdbarch.c: Regenerate.
785
786 2002-08-09  Andrew Cagney  <cagney@redhat.com>
787
788         * regcache.c: Include "gdbcmd.h"
789         (_initialize_regcache): Add commands "maintenance print
790         registers", "maintenance print raw-registers" and "maintenance
791         print cooked-registers".
792         (enum regcache_dump_what): Define.
793         (dump_endian_bytes): New function.
794         (regcache_dump): New function.
795         (regcache_print): New function.
796         (maintenance_print_registers): New function.
797         (maintenance_print_raw_registers): New function.
798         (maintenance_print_cooked_registers): New function.
799         * Makefile.in (regcache.o): Update dependencies.
800
801 2002-08-09  Michael Snyder  <msnyder@redhat.com>
802
803         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
804         (mips_push_arguments): Correct some comments.  Use paddr_nz
805         for printing addresses in debug output.  Replace static
806         allocation using MAX_REGISTER_RAW_SIZE with alloca.
807         (mips_n32n64_push_arguments): New function, cloned from
808         mips_push_arguments and tuned for the n32/n64 ABI.
809         (mips_push_register): Buffer needs dynamic allocation.
810         (mips_print_register): Ditto.
811         (do_gp_register_row): Ditto.
812         (mips_store_return_value): Ditto.
813         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
814
815 2002-08-09  Don Howard  <dhoward@redhat.com>
816
817         * memattr.c (mem_info_command): Print special case of upper bound
818         as max CORE_ADDR + 1.
819
820 2002-08-08  Michael Snyder  <msnyder@redhat.com>
821
822         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
823         returns structs by ref if they're too big to fit in two registers.
824
825 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
826
827         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
828         saved regs value.
829         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
830         mips_find_saved_regs().
831         (mips_pop_frame): Likewise.
832
833 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
834
835         * blockframe.c (frame_saved_regs_register_unwind): Revise
836         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
837         frames are in use.
838
839 2002-08-09  Grace Sainsbury  <graces@redhat.com>
840         
841         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
842         T-packets; the 'a' is not taken as a register number.
843         (remote_check_watch_resources, remote_stopped_by_watchpoint)
844         (remote_stopped_data_address): New functions; add to target
845         vector.
846         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
847         prototypes to match other implementations of this
848         function. replace integer argument with pointer -- the length
849         field in the Z-packet is the length of what is pointed to or 1 if
850         pointer is null. Add to target vector.
851         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
852         target vector.
853
854         From Mark Salter:
855         * remote.c (remote_wait): Add support to extract optional
856         watchpoint information from T-packet. Ignore unrecognized
857         optional info in T-packet.
858         (remote_async_wait): Ditto.
859
860 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
861
862         * cli/cli-dump.c: Change fopen modes to use binary open modes
863         as defined in include/fopen-bin.h throughout.
864
865 2002-08-08  Michael Snyder  <msnyder@redhat.com>
866
867         * mips-tdep.c: Minor whitespace and indentation clean-ups.
868
869 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
870
871         * doublest.c (store_floating): Avoid floatformat_from_doublest()
872         assertion failure by returning early after a warning.
873
874 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
875
876         * mips-tdep.c (mips_find_saved_regs): Make static.
877         (mips_frame_init_saved_regs): New function.
878         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
879         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
880         (mips_find_saved_regs): Delete declaration.
881
882 2002-08-08  Grace Sainsbury  <graces@redhat.com>
883
884         * remote.c (remote_wait, remote_async_wait): Change
885         thread_num from int to ULONGEST.
886         (unpack_varlen_hex): Change result parameter from
887         int * to ULONGEST *.
888
889 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
890
891         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
892         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
893         powerpc*-*-*.
894         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
895
896 2002-08-08  Andrew Cagney  <cagney@redhat.com>
897
898         * gcore.c (override_derive_stack_segment): Delete variable.
899         (preempt_derive_stack_segment): Delete function.
900         (derive_stack_segment): Delete function.
901         (default_derive_stack_segment): Renamed to derive_stack_segment.
902         (override_derive_heap_segment): Delete variable.
903         (preempt_derive_heap_segment): Delete function.
904         (derive_heap_segment): Delete function.
905         (default_derive_heap_segment): Rename to derive_heap_segment.
906
907 2002-08-06  Michael Snyder  <msnyder@redhat.com>
908
909         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
910         * mips-tdep.c (mips_EABI_use_struct_convention, 
911         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
912         New functions.  (mips_use_struct_convention): Delete.
913         (mips_gdbarch_init): set use_gdbarch_convention.
914
915 2002-08-06  Michael Snyder  <msnyder@redhat.com>
916
917         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
918         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
919         mips_o32_reg_struct_has_addr): New functions.
920         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
921
922 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
923
924         * regcache.c (pseudo_register): Delete function.
925         (fetch_register): Delete function.
926         (store_register): Delete function.
927         (regcache_raw_read, legacy_read_register_gen): Use
928         target_fetch_registers instead of fetch_register.
929         (legacy_write_register_gen, regcache_raw_write): Use
930         target_store_register instead of store_register.
931         (write_register_bytes): Ditto.
932
933         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
934         (STORE_PSEUDO_REGISTER): Delete.
935         * gdbarch.h, gdbarch.c: Regenerate.
936
937 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
938
939         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
940         write dump file binary.
941
942 2002-08-05  Michael Snyder  <msnyder@redhat.com>
943
944         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
945         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
946         (mips_gdbarch_init): Set N32 target to be mips64.
947
948 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
949
950         * frame.c (find_saved_register): Break out of loop once saved
951         register address is found.  Don't mention sparc in loop comment
952         anymore.
953
954 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
955
956         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
957         mips_default_saved_regsize to 8.
958
959 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
960
961         * gcore.c: Do not include <sys/procfs.h>.
962         * Makefile.in (gcore.o): Update dependencies.
963
964 2002-08-06  Andrew Cagney  <cagney@redhat.com>
965
966         * configure.tgt: Make arc-*-* obsolete.
967         * NEWS: Mention that arc-*-* has been identifed as obsolete.
968         * MAINTAINERS: Make arc-elf obsolete.
969         * arc-tdep.c: Make file obsolete.
970         * config/arc/arc.mt: Ditto.
971         * config/arc/tm-arc.h: Ditto.
972
973 2002-08-05  Theodore A. Roth  <troth@verinet.com>
974
975         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
976
977 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
978
979         * mcore-tdep.c (mcore_gdbarch_init): Use
980         generic_unwind_get_saved_register instead of
981         generic_get_saved_register.
982         * v850-tdep.c (v850_gdbarch_init): Ditto.
983         * frv-tdep.c (frv_gdbarch_init): Ditto.
984         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
985         * s390-tdep.c (s390_gdbarch_init): Ditto.
986         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
987         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
988         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
989
990 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
991
992         * objfiles.h: Add missing #include "symfile.h"
993
994         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
995
996 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
997
998         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
999         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1000         of FIELD_BITSIZE.
1001
1002 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
1003
1004         * NEWS: Cleanup and nitpick.
1005
1006 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1007
1008         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
1009
1010 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1011
1012         * Makefile.in (gdbtk-bp.o): Update dependencies.
1013         (gdbtk-register.o): Ditto.
1014         (gdbtk-varobj.o): Ditto.
1015
1016 2002-08-03  Andrew Cagney  <cagney@redhat.com>
1017
1018         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1019         m68hc11_fetch_pseudo_register.
1020         (m68hc11_pseudo_register_write): Replace
1021         m68hc11_store_pseudo_register.
1022         (m68hc11_gdbarch_init): Update.
1023
1024 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
1025
1026         * gdbarch.sh: Include "gdb_string.h".
1027         * gdbarch.c: Regenerate.
1028
1029         * regcache.c: Include "gdb_string.h".
1030         * ax-general.c: Ditto.
1031         * varobj.c: Ditto.
1032         * std-regs.c: Ditto.
1033         * fbsd-proc.c: Ditto.
1034         * thread.c: Ditto.
1035
1036         * Makefile.in (regcache.o): Update dependencies.
1037         (thread.o, gdbarch.o): Ditto.
1038         (ax-general.o, gdbarch.o): Ditto.
1039         (varobj.o, std-regs.o): Ditto.
1040         (fbsd-proc.o): Specify dependencies.
1041
1042 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1043
1044         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1045         regnum.
1046         (regcache_cooked_write): Ditto.
1047
1048 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
1049
1050         * regcache.c (regcache_cooked_read): New function.
1051         (regcache_cooked_write): New function.
1052         (read_register_gen): Rewrite using regcache_cooked_read.
1053         (write_register_gen): Rewrite using regcache_cooked_write.
1054
1055         * regcache.h (regcache_cooked_read, regcache_cooked_write):
1056         Declare.
1057
1058 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1059
1060         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1061         Replace the architecture methods register_read and register_write.
1062         * gdbarch.h, gdbarch.c: Regenerate.
1063         * regcache.c (init_regcache_descr): Update.
1064         (read_register_gen): Update.
1065         (write_register_gen): Update.
1066         (supply_register): Update comment.
1067
1068         * sh-tdep.c (sh_gdbarch_init): Update.
1069         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1070         `regcache' and `gdbarch' parameters.  Make `buffer' a void
1071         pointer.  Update code.
1072         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1073         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
1074         void pointer.  Update code.
1075         (sh64_register_write): Delete.
1076         (sh4_register_read): Delete.
1077         (sh64_register_read): Delete.
1078         (sh4_register_write): Delete.
1079         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1080         void pointer, `to' parameter a void pointer.
1081         (sh_sh64_register_convert_to_raw): Ditto.
1082
1083 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1084
1085         * mips-tdep.c (mips_register_virtual_type): Use architecture
1086         invariant return values.
1087
1088 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1089
1090         * linux-proc.c: Include "gdb_string.h".
1091         * Makefile.in (linux-proc.o): Update dependency list.
1092
1093 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1094
1095         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
1096         comment.
1097
1098 2002-08-01  Grace Sainsbury  <graces@redhat.com>
1099
1100         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1101         to_insert_watchpoint, to_remove_watchpoint,
1102         to_stopped_by_watchpoint, to_stopped_data_address,
1103         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1104         target vecctor. Define their corresponding macros so they call
1105         them.
1106         
1107         * target.c: Add default and debug versions of for
1108         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1109         to_insert_watchpoint, to_remove_watchpoint,
1110         to_stopped_by_watchpoint, to_stopped_data_address,
1111         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1112
1113 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1114
1115         * mips-tdep.c (mips_register_virtual_type): New function.
1116         (mips_gdbarch_init): Register mips_register_virtual_type()
1117         with gdbarch machinery.
1118         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1119         this file instead of tm-bigmips.h.
1120         (MIPS_REGSIZE): Delete this macro.
1121         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
1122         multiarch version in mips-tdep.c will be found.
1123
1124 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1125
1126         * NEWS: Menion that CHILL has been made obsolete.
1127
1128         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1129         * gdbserver/Makefile.in: Ditto.
1130         * stabsread.c (read_range_type): Ditto.
1131         * gdbtypes.h: Ditto.
1132         * language.c (binop_type_check): Ditto.
1133         (binop_result_type): Ditto.
1134         (integral_type): Ditto.
1135         (character_type): Ditto.
1136         (string_type): Ditto.
1137         (boolean_type): Ditto.
1138         (structured_type): Ditto.
1139         (lang_bool_type): Ditto.
1140         (binop_type_check): Ditto.
1141         * language.h (_LANG_chill): Ditto.
1142         * dwarfread.c (set_cu_language): Ditto.
1143         * dwarfread.c (CHILL_PRODUCER): Ditto.
1144         * dwarfread.c (handle_producer): Ditto.
1145         * expression.h (enum exp_opcode): Ditto.
1146         * eval.c: Ditto for comments.
1147         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1148         * expprint.c (print_subexp): Ditto.
1149         (print_subexp): Ditto.
1150         * valops.c (value_cast): Ditto.
1151         (search_struct_field): Ditto.
1152         * value.h (COERCE_VARYING_ARRAY): Ditto.
1153         * symfile.c (init_filename_language_table): Ditto.
1154         (add_psymbol_with_dem_name_to_list): Ditto.
1155         * valarith.c (value_binop): Ditto.
1156         (value_neg): Ditto.
1157         * valops.c (value_slice): Ditto.
1158         * symtab.h (union language_specific): Ditto.
1159         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1160         (SYMBOL_DEMANGLED_NAME): Ditto.
1161         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1162         * defs.h (enum language): Ditto.
1163         * symtab.c (got_symtab): Ditto.
1164         * utils.c (fprintf_symbol_filtered): Ditto.
1165
1166         * ch-typeprint.c: Make file obsolete.
1167         * ch-valprint.c: Make file obsolete.
1168         * ch-lang.h: Make file obsolete.
1169         * ch-exp.c: Make file obsolete.
1170         * ch-lang.c: Make file obsolete.
1171
1172         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1173         CHILL_LIB.
1174         (TARGET_FLAGS_TO_PASS): Ditto.
1175         (CHILLFLAGS): Obsolete.
1176         (CHILL): Obsolete.
1177         (CHILL_FOR_TARGET): Obsolete.
1178         (CHILL_LIB): Obsolete.
1179         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1180         ch-valprint.c.
1181         (HFILES_NO_SRCDIR): Remove ch-lang.h.
1182         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1183         ch-lang.o.
1184         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1185         targets.
1186
1187 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
1188
1189         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1190         This does not change anything at the moment, but will be helpful
1191         later when full Ada support is integrated.
1192
1193 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1194
1195         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1196         help message.
1197
1198 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1199
1200         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1201         and save it in a local variable.  Use variable in later test.
1202
1203 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1204
1205         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1206         test.  (Thanks to Daniel Jacobowitz.)
1207         
1208 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1209
1210         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1211         (mips_abi_strings): Add "n64".
1212         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
1213
1214 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1215
1216         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1217         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1218
1219 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1220
1221         * utils.c (host_pointer_to_address, address_to_host_pointer):
1222         Use gdb_assert() instead of explicit call to internal_error().
1223
1224 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
1225
1226         * Makefile.in (rs6000-nat.o): Update dependencies.
1227
1228         From Nicholas Duffek:
1229         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1230         (aix-thread.o): New rule.
1231         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1232         * config/powerpc/aix432.mh: New file.
1233
1234 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1235
1236         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1237         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1238         (fetch_core_registers, ppc_linux_supply_gregset)
1239         (ppc_linux_supply_fpregset): New functions.
1240         (ppc_linux_regset_core_fns): New.
1241         (_initialize_ppc_linux_tdep): Call add_core_fns.
1242         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1243         and ppc_linux_supply_gregset.
1244         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1245         (supply_fpregset): Call ppc_linux_supply_fpregset.
1246         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1247         corelow.o.
1248         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1249
1250 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1251
1252         * symtab.c (lookup_symbol): Demangle before lowercasing.
1253
1254 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
1255
1256         * symtab.h: Replace #include "gdb_obstack.h" with opaque
1257         declaration.
1258         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1259         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1260         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1261         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1262         "gdb_string.h".
1263         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1264         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1265         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1266         (avr-tdep.o, mon960-rom.o): Ditto.
1267         (aout_stabs_gnu_h): Define.
1268         (symtab_h): Remove $(gdb_obstack_h).
1269
1270 2002-07-30  Jim Blandy  <jimb@redhat.com>
1271
1272         Patch from David Carlton <carlton@math.stanford.edu>:
1273         * gdbinit.in: Move the `dir' commands that add GDB's own source
1274         directory to the search path to the end, so that the `gdb' source
1275         directory will be searched first.
1276
1277 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1278
1279         * gdb_obstack.h: New file.
1280         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1281         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1282         * objfiles.h: Include "gdb_obstack.h".
1283         * Makefile.in (gdb_obstack_h): Define.
1284         (symtab_h): Add $(gdb_obstack_h).
1285         (objfiles_h): Add $(gdb_obstack_h).
1286         
1287         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1288         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1289         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1290         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1291         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1292         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1293         * symfile.c, coffread.c, c-typeprint.c: Ditto.
1294         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1295
1296         * Makefile.in (bcache.o): Update dependencies.
1297         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1298         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1299         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1300         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1301         (stabsread.o, symfile.o, symmisc.o): Ditto.
1302         (symtab.o, typeprint.o, macroexp.o): Ditto.
1303         (macrotab.o, mdebugread.o): Ditto.
1304         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1305         (coff_ecoff_h, aout_aout64_h): Define.
1306         (aout_stabs_gnu_h, libaout_h): Define.
1307
1308 2002-07-29  Andrew Cagney  <cagney@redhat.com>
1309
1310         * regcache.c (struct regcache_descr): Rename nr_registers to
1311         nr_cooked_registers.  Revise comments describing the structure
1312         member fields.
1313         (init_regcache_descr): Update.
1314         (init_legacy_regcache_descr): Update.
1315         (read_register_gen, write_register_gen): When a cooked register in
1316         the raw register range, directly access the value from the raw
1317         register cache.
1318
1319 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1320
1321         * z8k-tdep.c: Do not include "obstack.h".
1322         * h8300-tdep.c, h8500-tdep.c: Ditto.
1323         * m68hc11-tdep.c, sh-tdep.c: Ditto.
1324         * valprint.c, v850-tdep.c: Ditto.
1325         * d10v-tdep.c, mn10300-tdep.c: Ditto.
1326         * mn10200-tdep.c: Ditto.
1327
1328         * Makefile.in (z8k-tdep.o): Update dependencies.
1329         (m68hc11-tdep.o, valprint.o): Ditto.
1330         (v850-tdep.o, d10v-tdep.o): Ditto.
1331         (mn10300-tdep.o, sparc-tdep.o): Ditto.
1332         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1333         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1334         (sh_opc_h, gdb_sim_sh_h): Define.
1335         (elf_sh_h, elf_bfd_h): Define.
1336         (opcode_m68hc11_h): Define.
1337         (OPCODES_SRC, OPCODES_DIR): define.
1338         (OPCODES): Use $(OPCODES_DIR).
1339         (gdb_sim_d10v_h): Rename sim_d10v_h.
1340         (gdb_sim_arm_h): Rename sim_arm_h.
1341
1342 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1343
1344         * utils.c (host_pointer_to_address, address_to_host_pointer):
1345         Change internal_error() message to indicate function responsible
1346         for the error.
1347
1348 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1349
1350         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1351         calls to local_hex_string_custom().
1352
1353 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1354
1355         * irix5-nat.c: Move IRIX shared library support from here...
1356         * solib-irix.c: ...to here.  Revised substantially to work with
1357         generic solib framework.
1358
1359         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1360         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1361         * mips-irix-tdep.c: New file.
1362
1363         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1364         (mips-irix-tdep.o, solib-irix.o): New rules.
1365         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1366         solib-irix.o.
1367         * config/mips/irix6.mt (TDEPFILES): Likewise.
1368         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1369
1370 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1371
1372         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1373         disabled (via ``#if 0'') includes.
1374
1375 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1376
1377         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1378         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1379         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1380         Add support for the fpscr register.
1381         * rs6000-nat.c (regmap, fetch_inferior_registers)
1382         (store_inferior_registers, fetch_core_registers): Likewise.
1383
1384 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1385
1386         * rs6000-nat.c (language.h): Include.
1387         (special_regs): Delete this array.
1388         (regmap): New function.
1389         (fetch_register, store_register):  Use regmap() to map gdb
1390         register numbers to ptrace register numbers.  Also, use
1391         outputs from regmap() to make decisions regarding type of
1392         ptrace() call to make.  In particular, don't compare against
1393         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1394         (fetch_inferior_registers, store_inferior_registers): Where
1395         possible, obtain register numbers from tdep struct.  Don't
1396         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1397         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1398         (LAST_UISA_SP_REGNUM): Delete.
1399         
1400 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
1401
1402         * rs6000-nat.c (ppc-tdep.h): Include.
1403         (fetch_registers, store_register, fetch_core_registers): Don't
1404         access registers[] directly.  Instead, use supply_register() or
1405         regcache_collect() as appropriate.
1406         (find_toc_address): Format hex address with local_hex_string().
1407
1408 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
1409
1410         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1411         bfd/elf32-frv.c.
1412
1413 2002-07-24  Tom Tromey  <tromey@redhat.com>
1414
1415         * jv-exp.y: Marked all strings with _().
1416         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1417         internal_error.
1418         (MethodInvocation, CastExpression, parse_number, yyerror,
1419         java_type_from_name, push_expression_name, yylex): Typo fixes.
1420
1421 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
1422
1423         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1424         (tee_file_flush, tee_file_write, tee_file_fputs)
1425         (tee_file_isatty): New.
1426         * ui-file.h (tee_file_new): Add prototype.
1427
1428 2002-07-24  Aidan Skinner <aidan@velvet.net>
1429
1430         * ada-lang.c: Change k&r style function definitions to prototyped
1431         form.
1432         * ada-typeprint.c: Change k&r style function definitions to prototyped
1433         form.
1434         * ada-valprint.c: Change k&r style function definitions to prototyped
1435         form.
1436         
1437 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1438
1439         * README: Remove reference to remote-bug.
1440         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1441         remote-bug.c.
1442         (m88k-nat.o): Delete rule.
1443         (m88k-tdep.o): Delete rule.
1444         (remote-bug.o): Delete rule.
1445         * MAINTAINERS: Mark as obsolete.
1446         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1447         * m88k-tdep.c: Make file obsolete.
1448         * config/m88k/m88k.mh: Ditto.
1449         * config/m88k/delta88v4.mh: Ditto.
1450         * config/m88k/delta88v4.mt: Ditto.
1451         * config/m88k/delta88.mt: Ditto.
1452         * config/m88k/delta88.mh: Ditto.
1453         * remote-bug.c: Ditto.
1454         * config/m88k/tm-delta88.h: Ditto.
1455         * config/m88k/nm-delta88v4.h: Ditto.
1456         * config/m88k/xm-delta88.h: Ditto.
1457         * config/m88k/xm-dgux.h: Ditto.
1458         * config/m88k/tm-m88k.h: Ditto.
1459         * config/m88k/nm-m88k.h: Ditto.
1460         * config/m88k/tm-delta88v4.h: Ditto.
1461         * m88k-nat.c: Ditto.
1462         * cxux-nat.c: Ditto.
1463         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1464         and m88*-*-* obsolete.
1465         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1466         m88*-*-* obsolete.
1467
1468 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1469
1470         * findvar.c (extract_unsigned_integer): Make `addr' parameter
1471         constant.  Same for local pointer variables.
1472         (extract_signed_integer): Ditto.
1473         * defs.h (extract_unsigned_integer): Update.
1474         (extract_signed_integer): Update.
1475
1476 2002-07-24  Kevin Buettner  <kevinb@redhat.com>
1477
1478         * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1479         * gdbserver/configure: Regenerate.
1480         * gdbserver/config.in: Regenerate.
1481
1482 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1483
1484         * regcache.c (regcache_raw_write): Change buf parameter to a
1485         constant void pointer.
1486         (regcache_raw_read): Change buf parameter to a void pointer.
1487         (legacy_write_register_gen): Change myaddr parameter a constant
1488         void pointer.
1489         (supply_register): Change val parameter to a const void pointer.
1490         * regcache.h (regcache_raw_write): Update declaration.
1491         (regcache_raw_read): Update declaration.
1492         (supply_register): Update declaration.
1493
1494 2002-07-24  Tom Tromey  <tromey@redhat.com>
1495
1496         * defs.h (gdb_readline_wrapper): Declare.
1497         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1498         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1499         * top.c (gdb_readline_wrapper): New function.
1500         (command_line_input): Use it.
1501
1502 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1503
1504         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1505         regcache_read and regcache_write.
1506         (regcache_raw_read_as_address): Replace regcache_read_as_address.
1507         * regcache.c: Update.
1508         * sh-tdep.c (sh64_push_arguments): Update comment.
1509         (sh_pseudo_register_read): Update.
1510         (sh_pseudo_register_write): Update.
1511         (sh4_register_read): Update.
1512         (sh4_register_write): Update.
1513         (sh64_pseudo_register_read): Update.
1514         (sh64_pseudo_register_write): Update.
1515         (sh64_register_read): Update.
1516         (sh64_register_write): Update.
1517         * i386-tdep.c (i386_extract_return_value): Update.
1518         (i386_extract_struct_value_address): Update.
1519         (i386_extract_return_value): Update.
1520         * blockframe.c (generic_read_register_dummy): Update.
1521         (generic_call_dummy_register_unwind): Update
1522         * infrun.c (write_inferior_status_register): Update.
1523
1524 2002-07-23  Jim Blandy  <jimb@redhat.com>
1525
1526         * parser-defs.h (expression_context_pc): Make this extern.
1527         (Thanks to Michael Snyder.)
1528
1529 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
1530
1531         GDB 5.2.1 released from 5.2 branch.
1532         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1533         * README: Update to mention 5.2.1.
1534
1535 2002-07-23  Mark Salter  <msalter@redhat.com>
1536
1537         * remote.c (remote_read_bytes): Fix check for error.
1538
1539 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
1540
1541         * aix-thread.c (language.h): Include.
1542         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1543         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1544         Print newlines at end of debug messages.
1545         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1546         (pdc_write_data): Use local_hex_string() instead of %llx formats.
1547
1548 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
1549
1550         * aix-thread.c (ppc-tdep.h): Include.
1551         (special_register_p): New function.
1552         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1553         (store_regs_user_thread): Use register number information from
1554         gdbarch_tdep struct instead of hardcoded offsets relative to
1555         FIRST_UISA_SP_REGNUM.
1556         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
1557         special_register_p() instead of using FPLAST_REGNUM and
1558         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1559         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
1560         will be MQ's register number.
1561
1562 2002-07-22  Michael Snyder  <msnyder@redhat.com>
1563
1564         * aix-thread.c (ops): Rename to aix_thread_ops.
1565         (base_ops): Rename to base_target.
1566         (ops_attach): Rename to aix_thread_attach.
1567         (ops_detach): Rename to aix_thread_detach.
1568         (ops_resume): Rename to aix_thread_detach.
1569         (ops_wait):   Rename to aix_thread_wait.
1570         (ops_kill):   Rename to aix_thread_kill.
1571         (init_ops):   Rename to init_aix_thread_ops.
1572         (ops_fetch_register): Rename to aix_thread_fetch_register.
1573         (ops_store_register): Rename to aix_thread_store_register.
1574         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1575         (ops_thread_alive):   Rename to aix_thread_thread_alive.
1576         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1577         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
1578         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1579         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
1580         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1581         (store_regs_lib):  Rename to store_regs_user_thread.
1582         (store_regs_kern): Rename to store_regs_kernel_thread.
1583
1584 2002-07-22  Michael Snyder  <msnyder@redhat.com>
1585
1586         * aix-thread.c (ops_prepare_to_store): Eliminate.
1587         (init_ops): Don't initialize ops.prepare_to_store.
1588         (store_regs_kern): Pre-fetch register buffers from child, 
1589         because some registers may not be in the cache.  Copy
1590         regs from register cache only if they are cached.
1591         (store_regs_lib): Copy regs from register cache only
1592         if they are cached.
1593         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1594         fill_gprs64): Ditto.
1595
1596 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
1597
1598         * aix-thread.c (gdb_assert.h): Include.
1599         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1600         register sizes (from register cache) match size of buffer holding
1601         register data.
1602         (fill_sprs32): Change parameter types to match those in the ptrace()
1603         buffer.
1604         (store_regs_lib): Likewise, but for 32-bit temporary variables.
1605         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1606
1607 2002-07-22  Michael Snyder  <msnyder@redhat.com>
1608
1609         * aix-thread.c (supply_sprs64): Cosmetic change.
1610         (supply_sprs32): Cosmetic change.
1611         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1612         (fill_sprs64): Use regcache_collect instead of read_register.
1613         (store_regs_lib): Use regcache_collect instead of 
1614         read_register.  Use fill_sprs32 instead of fill_sprs64,
1615         if debugging a 32-bit architecture.
1616         (store_regs_kern): Use fill_gprs64 etc. to pull the values
1617         out of the register cache, instead of passing a pointer into
1618         the register cache directly to ptrace.  Use regcache_collect
1619         insteaad of read_register.
1620         (ops_prepare_to_store): Use target_read_registers instead
1621         of read_register_bytes.
1622
1623 2002-07-20  Aidan Skinner <aidan@velvet.net>
1624
1625         * MAINTAINERS: Add self under write after approval. 
1626                 
1627 2002-07-20  Aidan Skinner <aidan@velvet.net>
1628
1629         * ada-tasks.c: Change k&r style function definitions to prototyped
1630         form.
1631                 
1632 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
1633
1634         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1635         * x86-64-tdep.c: Include "objfiles.h".
1636         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1637         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1638
1639 2002-07-17  Michal Ludvig  <michal@suse.cz>
1640
1641         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1642         (update_context): Initialise cfa variable.
1643
1644 2002-07-17  Michael Snyder  <msnyder@redhat.com>
1645
1646         * aix-thread.c: Shorten some long lines.  
1647         Bring comments into line with code spec.
1648
1649 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
1650
1651         * infrun.c: Re-indent using gdb_indent.sh.
1652
1653 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
1654
1655         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1656         Leave the indentation temporarily untouched, to minimize the diffs.
1657
1658 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
1659
1660         * stabsread.c: Make os9k sections of the code obsolete,
1661         for real this time.
1662         * stabsread.h: Make os9k sections of the code obsolete.
1663
1664 2002-07-18  Michal Ludvig <mludvig@suse.cz>
1665
1666         * linux-low.c (regsets_store_inferior_registers): Add free()
1667         at the end of a loop to prevent memory leak.
1668         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1669         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1670         * config/sparc/tm-sp64linux.h: Make the rest of #endif
1671         line a comment.
1672         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1673
1674 2002-07-17  Jim Blandy  <jimb@redhat.com>
1675
1676         * macrocmd.c (info_macro_command): Remove newline from error
1677         message.
1678
1679 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
1680
1681         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1682         (sh_gdbarch_init): Use it for sh-dsp.
1683
1684 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
1685
1686         * dwarf2read.c (read_initial_length): Handle older, non-standard,
1687         64-bit DWARF2 format.
1688
1689 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
1690
1691         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1692         <sys/proc.h> when not available.
1693
1694 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
1695
1696         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1697         * stabsread.c: Make os9k sections of the code obsolete.
1698         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1699         * config/i386/i386os9k.mt: Make file obsolete.
1700         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1701         (COMMON_OBS): Remove os9kread.o
1702         (SFILES): Remove os9kread.c.
1703         (os9kread.o, remote-os9k.o): Make target obsolete.
1704         * remote-os9k.c: Make file obsolete.
1705         * os9kread.c: Make file obsolete.
1706         * Makefile.in
1707
1708 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
1709
1710         * NEWS: Mention that the FR30 has been made obsolete.
1711         * fr30-tdep.c: Make file obsolete.
1712         * config/fr30/tm-fr30.h: Ditto.
1713         * config/fr30/fr30.mt: Ditto.
1714         * configure.tgt: Make fr30-*-elf obsolete.
1715         * MAINTAINERS: Make fr30-elf obsolete.
1716
1717 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
1718
1719         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1720         found is not inside a section.
1721
1722 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
1723
1724         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1725         strerror().
1726         (pdc_realloc): Use xrealloc() instead of realloc().
1727
1728 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
1729
1730         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1731         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1732         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1733         macros.
1734
1735 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
1736
1737         * aix-thread.c (ptrace_check): Eliminate goto.
1738         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
1739         problem.
1740
1741 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
1742
1743         * aix-thread.c (gdbcmd.h): Include.
1744         (DEBUG, DBG, DBG2, dbg): Eliminate.
1745         (debug_aix_thread): New static global.
1746         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1747         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1748         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1749         invocations to DBG and DBG2 macros to test against
1750         ``debug_aix_thread'' and call fprintf_unfiltered().
1751         (_initialize_aix_thread): Add new command "set debug aix-thread".
1752
1753 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
1754
1755         From Gerhard Tonn <TON@de.ibm.com>:
1756         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1757         instead of supply_register.
1758
1759 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
1760
1761         * dwarf2cfi.c: Include "gdb_assert.h".
1762         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1763         non-NULL.
1764         (update_context): Do not use __func__.  Add missing ``break''.
1765         (update_context): Do not use __func__.
1766
1767 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
1768
1769         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1770         and its setting.  Set gdbarch instruction printing functions
1771         directly.  For non-rs6000 case use new function
1772         gdb_print_insn_powerpc.
1773         (gdb_print_insn_powerpc): New function.
1774
1775 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
1776
1777         * NEWS: Mention that the d30v has been marked obsolete.
1778         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1779         * configure.tgt: Mark d30v-*-* as obsolete.
1780         * d30v-tdep.c: Mark file as obsolete.
1781         * config/d30v/d30v.mt: Ditto.
1782         * config/d30v/tm-d30v.h: Ditto.
1783
1784 2002-07-13  Aidan Skinner <aidan@velvet.net>
1785
1786         * ada-tasks.c (add_task_entry): replace calls to
1787         malloc() with xmalloc
1788         * ada-tasks.c (init_task_list): replace calls to free with xfree()
1789         
1790         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1791         ada_finish_decode_line_1, all_sals_for_line
1792         ada_breakpoint_rewrite): replace calls to free() with xfree()
1793                 
1794 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
1795
1796         From Nicholas Duffek (with minor changes by Martin Hunt, 
1797         Louis Hamilton, and Kevin Buettner):
1798         * aix-thread.c: New file.
1799
1800 2002-07-12  Petr Sorfa <petrs@caldera.com>
1801
1802         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
1803         complaint for invalid attribute class or form.
1804         (read_func_scope): DW_AT_frame_base
1805         better handling of DW_AT_block*.
1806         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1807         better handling of DW_AT_block*.
1808         (read_common_block): DW_AT_location
1809         better handling of DW_AT_block*.
1810         (read_partial_die): DW_AT_location better handling
1811         of DW_AT_block*.
1812         (new_symbol): DW_AT_external better handling of
1813         DW_AT_block*. Proper initialization of variable
1814         "addr".
1815         (attr_form_is_block): New function that returns true
1816         if the attribute's form is of DW_FORM_block*.
1817
1818 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1819
1820         * valops.c (find_method_list): Remove comment about
1821         removed STATIC_MEMFUNCP argument.
1822         (value_find_oload_method_list): Likewise.
1823
1824 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
1825
1826         From Nicholas Duffek:
1827         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1828         target_new_objfile_hook.
1829
1830 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
1831
1832         From Nicholas Duffek:
1833         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1834         csect.
1835
1836 2002-07-12  Andrew Cagney  <cagney@redhat.com>
1837
1838         * MAINTAINERS: Mention --enable-sim-build-warnings.
1839         (m68hc11-elf): Disable sim build warnings.
1840         (m32r-elf): Mark as broken obsolete candidate.
1841         (x86_64-linux-gnu): Mark as buildable with -Werror.
1842         (arm-elf): Change -w to ``,'' which enables warnings but not
1843         -Werror.
1844
1845 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
1846
1847         * bcache.h: Update copyright.
1848         (struct bstring, struct bcache): Move definition to "bcache.c".
1849         Replaced by opaque declaration.
1850         (bcache_xfree): Replace free_bcache.
1851         (bcache_xmalloc, bcache_memory_used): Declare.
1852         
1853         * bcache.c: Update copyright.
1854         (struct bstring, struct bcache): Moved to here from "bcache.h".
1855         Update comments.
1856         (bcache_xmalloc, bcache_memory_used): New functions.
1857         (bcache_xfree): Replace function free_bcache.
1858         
1859         * Makefile.in (objfiles.o): Add $(bcache_h).
1860         (objfiles_h): Remove $(bcache_h).
1861         (symfile.o): Add $(bcache_h).
1862
1863         * symmisc.c: Update copyright.
1864         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1865         (print_objfile_statistics): Use bcache_memory_used.
1866
1867         * symfile.c: Include "bcache.h".
1868         (reread_symbols): Use bcache_xfree.
1869         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1870         (add_psymbol_to_list): Pass psymbol_cache by value.
1871         (add_psymbol_with_dem_name_to_list): Ditto.
1872
1873         * objfiles.h: Update copyright.
1874         (struct bcache): Declare opaque.  Do not include "bcache.h".
1875         (struct objfile): Change psymbol_cache and macro_cache to ``struct
1876         bcache'' pointers.
1877         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1878
1879         * objfiles.c: Include "bcache.h".  Update copyright.
1880         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1881         macro_cache.
1882         (free_objfile): Use bcache_xfree.
1883
1884 2002-07-11  Grace Sainsbury  <graces@redhat.com>
1885
1886         * monitor.c (monitor_fetch_register): Make name a constant.
1887         (monitor_store_register): Same.
1888
1889 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
1890
1891         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1892         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1893         (finish_block) For non-function blocks, hash the symbol table.  For
1894         function blocks, mark the symbol table as unhashed.
1895         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1896         (msymbol_hash_iw): Likewise.
1897         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1898         value.
1899         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1900         (lookup_minimal_symbol): Likewise for both.
1901         * symtab.h (struct block): Add `hashtable' flag.  Comment the
1902         hashtable.
1903         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1904         (ALL_BLOCK_SYMBOLS): Update.
1905         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1906         (struct symbol): Add `hash_next' pointer.
1907         * symtab.c (lookup_block_symbol): Search using the hash table when
1908         possible.
1909         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1910         (search_symbols, find_addr_symbol): Likewise.
1911
1912         * dstread.c (process_dst_block): Clear hashtable bit for new block.
1913         (read_dst_symtab): Likewise.
1914         * jv-lang.c (get_java_class_symtab): Likewise.
1915         * mdebugread.c: Include "gdb_assert.h".
1916         (shrink_block): Assert that the block being modified is not hashed.
1917         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1918         * symmisc.c (free_symtab_block): Walk the hash table when freeing
1919         symbols.
1920         (dump_symtab): Recognize hashed blocks.
1921         * printcmd.c (print_frame_args):  Assert that function blocks do not
1922         have hashed symbol tables.
1923         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1924         (fill_in_ada_prototype, debug_print_block): Likewise.
1925         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
1926
1927 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
1928
1929         * stack.c (print_frame): Use result of frame_address_in_block()
1930         instead of fi->pc when evaluating symbols.
1931         (backtrace_command_1): Ditto.
1932
1933 2002-07-11  Andrew Cagney  <cagney@redhat.com>
1934
1935         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1936         Make static.
1937
1938         * arm-tdep.c (arm_register_name): Make return type constant.
1939
1940 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
1941
1942         * win32-nat.c (has_detach_ability): Convert to strict ISO C
1943         prototype.
1944         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1945         * s390-tdep.c (s390_fp_regnum): Ditto.
1946         (s390_read_fp): Ditto.
1947         (s390_pop_frame): Ditto.
1948         (_initialize_s390_tdep): Ditto.
1949         * remote.c (get_remote_state): Ditto.
1950         * procfs.c (mappingflags): Ditto.
1951         * memattr.c (_initialize_mem): Ditto.
1952         * mcore-tdep.c (mcore_pop_frame): Ditto.
1953         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1954         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1955         * language.c (set_case_str): Ditto.
1956         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1957         * frv-tdep.c (new_variant): Ditto.
1958         (frv_stopped_data_address): Ditto.
1959         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1960         (context_alloc): Ditto.
1961         (frame_state_alloc): Ditto.
1962         (unwind_tmp_obstack_init): Ditto.
1963         (unwind_tmp_obstack_free): Ditto.
1964         (cfi_read_fp): Ditto.
1965         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1966         (cris_pop_frame): Ditto.
1967         * c-lang.c (scanning_macro_expansion): Ditto.
1968         (finished_macro_expansion): Ditto.
1969         (c_preprocess_and_parse): Ditto.
1970         * gdbarch.sh: Ditto.
1971         * gdbarch.h, gdbarch.c: Regenerate.
1972         * config/mn10200/tm-mn10200.h: Adjust indentation.
1973         * target.c: Adjust indentation.
1974         * symtab.h: Adjust indentation.
1975         * stabsread.h: Adjust indentation.
1976         * remote-es.c: Adjust indentation.
1977         * os9kread.c: Adjust indentation.
1978
1979 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
1980         
1981         * wince.c (_initialize_wince): Rename _initialize_inftarg.
1982         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1983
1984 2002-07-10  Grace Sainsbury  <graces@redhat.com>
1985         
1986         * NEWS: Mention m68k, mcore multi-arching.  
1987         * MAINTAINERS: Change status of m68k, mcore to reflect
1988         multi-arching.
1989
1990 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
1991
1992         * valops.c (find_overload_match): Free oload_syms.
1993
1994 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
1995
1996         Define HAVE_SYS_PROC_H if sys/proc.h exists
1997         * configure.in: Add check for sys/proc.h
1998         * config.in: Regenerate.
1999         * configure: Regenerate.
2000
2001 2002-07-09  Grace Sainsbury  <graces@redhat.com>
2002
2003         * config/m68k/tm-m68k.h: Remove macros wrapped in 
2004         #if !GDB_MULTI_ARCH. 
2005
2006 2002-07-09  David O'Brien  <obrien@FreeBSD.org>
2007
2008         * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
2009         (perror_with_name, remote_close, remote_open, expect, play): Static.
2010
2011 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
2012
2013         * config.in, configure: Regenerate.
2014
2015 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
2016
2017         * dwarf2cfi.c: Include "gcore.h".
2018         (execute_stack_op): Fix implementation of the
2019         DW_OP_deref and DW_OP_deref_size operators by letting do their
2020         lookup in the target.
2021
2022 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
2023
2024         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2025         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2026         tdep->sc_sp_offset.
2027
2028 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
2029
2030         Fix PR gdb/595, gdb/602
2031         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2032         Don't call value_cast, just read the vtable pointer; update comments
2033         to match.
2034
2035 2002-07-05  Grace Sainsbury  <graces@redhat.com>
2036
2037         * config/mcore/tm-mcore.h: Remove file.
2038         * config/mcore/mcore.mt: Remove definition of TM_FILE
2039         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2040
2041 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
2042
2043         * i386bsd-tdep.c: Include "gdb_string.h".
2044
2045 2002-07-04  Grace Sainsbury  <graces@redhat.com>
2046
2047         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2048         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2049         mcore-tdep.
2050         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2051         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2052         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2053         (RETVAL_REGNUM): Move macros from tm-mcore.h
2054         (mcore_reg_struct_has_addr): New function.
2055         (mcore_gdbarch_init): Added initializations for the macros removed
2056         from tm-mcore.h.
2057
2058 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2059
2060         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2061         traditonal string branding within the ELF header.
2062
2063 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
2064
2065         * symtab.c (remove_params): New function.
2066         (make_symbol_overload_list): Use it instead of cplus_demangle.
2067         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
2068
2069 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2070
2071         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2072
2073         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2074         New variables.
2075         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2076         and tdep->sigtramp_end.
2077         * i386obsd-nat.c: New file.
2078         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2079
2080         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2081         Don't call get_current_frame().
2082
2083 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2084
2085         * i386-nat.c (child_post_startup_inferior): New function
2086         calling i386_cleanup_dregs if
2087         I386_USE_GENERIC_WATCHPOINTS is defined.
2088         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2089         conditional to acknowledge that i386-nat.c has its
2090         own child_post_startup_inferior function.
2091
2092 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2093
2094         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2095         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2096         instead of MAX_REGISTER_RAW_SIZE.
2097         (i386_extract_return_value, i386_extract_struct_value_address):
2098         Convert to use regcache.
2099         (i386_gdbarch_init): Set max_register_raw_size and
2100         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2101         Set extract_return_value and extract_struct_value_address instead
2102         of their deprecated variants.
2103
2104         Convert i386 target to generic dummy frames.
2105         * i386-tdep.c: Include "symfile.h".
2106         (i386_frameless_signal_p): Consider a function to be frameless if
2107         the pc points at the first instruction of the function.
2108         (i386_frame_chain): Handle (generic) call dummies.
2109         (i386_frame_saved_pc): Likewise.
2110         (i386_frame_init_saved_regs): Remove code dealing with call
2111         dummies on the stack.
2112         (i386_push_dummy_frame): Removed.
2113         (i386_call_dummy_words): Removed.
2114         (i386_fix_call_dummy): Removed.
2115         (i386_push_return_address): New function.
2116         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
2117         parameter, and don't call get_current_frame.
2118         (i386_pop_frame): New function.
2119         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2120         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2121         entry_point_address, set call_dummy_breakpoint_offset to 0, set
2122         call_dummy_length to 0, set call_dummy_words to NULL, set
2123         sizeof_call_dummy_words to 0, set fix_call_dummy to
2124         generic_fix_call_dummy, set pc_in_call_dummy to
2125         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2126         generic_push_dummy_frame, set push_return_address to
2127         i386_push_return_address and set frame_chain_valid to
2128         generic_file_frame_chain_valid.
2129
2130 2002-07-04  Michal Ludvig  <mludvig@suse.cz>
2131
2132         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of 
2133         byte offsets instead of an array of indexes.
2134         (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
2135
2136 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2137
2138         * gdbarch.sh (struct regcache): Add opaque declaration.
2139         (EXTRACT_RETURN_VALUE): New architecture method.
2140         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2141         * gdbarch.h, gdbarch.c: Regenerate.
2142         * arch-utils.c (legacy_extract_return_value): New function.
2143         * arch-utils.h (legacy_extract_return_value): Declare.
2144         * values.c (value_being_returned): Re-enable code handling
2145         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
2146         deprecated_grub_regcache_for_registers call to block handling
2147         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2148         (EXTRACT_RETURN_VALUE): Do not define.
2149
2150 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2151
2152         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2153         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2154         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2155         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2156         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2157         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2158         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2159         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2160         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2161         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2162         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2163         argument so the function fits the prototype in the architecture
2164         vector.
2165         (mcore_pop_frame): Remove argument so the function fits the
2166         prototype. Use get_current_frame instead of the argument.
2167         (mcore_push_arguments): Change type of struct_return so the
2168         function can be used in the architecture vector.
2169         (mcore_store_struct_return): Add.
2170         (mcore_frame_init_saved_regs): Add.
2171         (mcore_gdbarch_init): Add function calls to replace the macros
2172         removed from tm-mcore.h
2173
2174 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2175
2176         * infcmd.c (print_return_value): Remove compatibility code calling
2177         deprecated_grub_regcache_for_registers.
2178         
2179         * values.c: Include "regcache.h".
2180         (value_being_returned): Update.  Use
2181         deprecated_grub_regcache_for_registers to extract the register
2182         buffer address.  
2183         * value.h (value_being_returned): Change ``retbuf'' parameter to a
2184         ``struct regcache''.
2185         * Makefile.in (values.o): Add dependency on $(regcache_h).
2186
2187         * inferior.h (run_stack_dummy): Change type of second parameter to
2188         a ``struct regcache''.
2189         * valops.c (hand_function_call): Change type of retbuf to ``struct
2190         regcache''.  Allocate using regcache_xmalloc, clean using
2191         make_cleanup_regcache_xfree.
2192         * infcmd.c (run_stack_dummy): Update.  Use
2193         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2194
2195         * regcache.c (do_regcache_xfree): New function.
2196         (make_cleanup_regcache_xfree): New function.
2197         * regcache.h (make_cleanup_regcache_xfree): Declare.
2198
2199 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2200
2201         * event-top.c (command_line_handler): Don't read past
2202         beginning of buffer.
2203
2204 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2205         
2206         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
2207         struct frame_id. 
2208         (varobj_create): Store frame_id for root.
2209         (varobj_gen_name): Use xasprintf.
2210         (varobj_update): Save and restore frame using get_frame_id() and
2211         frame_find_by_id().
2212         (create_child): Use xasprintf.
2213         (new_root_variable): Initialize frame_id.
2214         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2215         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2216         to prevent memory leak.
2217
2218 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2219
2220         * valops.c (hand_function_call): Move declaration of retbuf to
2221         start of function, allocate using malloc, add a cleanup but before
2222         the inf_status cleanup, cleanup the buffer.  Rename local variable
2223         old_chain to inf_status_cleanup.
2224
2225 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2226
2227         * top.c (execute_command): Use cmd_func() and cmd_func_p().
2228
2229         * cli/cli-decode.c (cmd_func_p): New function.
2230         (cmd_func): New function.
2231
2232         * command.h: Add cmd_func() and cmd_func_p().   
2233         
2234 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2235
2236         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2237         (REGISTER_SIZE): Remove.
2238         (MAX_REGISTER_RAW_SIZE): Remove.
2239         (REGISTER_VIRTUAL_TYPE): Remove.
2240         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2241         (REGISTER_NAME): Remove.
2242         (USE_GENERIC_DUMMY_FRAMES): Remove.
2243         (CALL_DUMMY): Remove.
2244         (CALL_DUMMY_START_OFFSET): Remove.
2245         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2246         (CALL_DUMMY_LOCATION): Remove.
2247         (FIX_CALL_DUMMY): Remove.
2248         (CALL_DUMMY_ADDRESS): Remove.
2249         (SIZEOF_CALL_DUMMY_WORDS): Remove.
2250         (SAVE_DUMMY_FRAME_TOS): Remove.
2251         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2252         (mcore_register_virtual_type): New function.
2253         (mcore_register_byte): New function.
2254         (mcore_register_size): New function.
2255         (mcore_register_name): New function.
2256         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2257         macros removed from tm-mcore.h.
2258         (mcore_dump_tdep): Add.
2259         (_initialize_mcore_tdep): Add gdbarch_register call.
2260
2261 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
2262
2263         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2264         frameless_look_for_prologue, such that we actually call this
2265         function.
2266
2267 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2268
2269         * frame.h (frame_address_in_block): New function.
2270
2271         * blockframe.c (frame_address_in_block): New function extracted
2272         from get_frame_block().
2273         (get_frame_block): Use frame_address_in_block().
2274         (block_innermost_frame): Use frame_address_in_block() to match
2275         the frame pc address against the block boundaries rather than
2276         the frame pc directly. This prevents a failure when a frame pc
2277         is actually a return-address pointing immediately after the end
2278         of the given block. 
2279
2280 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2281
2282         * MAINTAINERS: Add self under write after approval. 
2283
2284 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2285
2286         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2287         used in architecture vector. The default is
2288         m68k_local_breakpoint_from_pc.
2289         (m68k_local_breakpoint_from_pc): Add.
2290         (enum): Add register numbers from tm-m68k.h.
2291         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2292         vector.  
2293         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2294         GDB_MULTI_ARCH_PARTIAL.
2295         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2296         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2297         m68k-tdep.c.
2298         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2299         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2300         to enum in m68k-tdep.c
2301
2302 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2303
2304         * solib-osf.c (open_map): Compute the list of shared libraries
2305         loaded by the inferior, rather than the list of libraries loaded
2306         by GDB itself.  Otherwise, GDB ends up reading the symbols from
2307         the wrong shared libraries...
2308
2309 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
2310
2311         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2312         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2313         macros.
2314         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2315         Remove functions.
2316         (FRAMELESS_SIGNAL): Remove function.
2317         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2318         i386_linux_saved_pc_after_call): Removed.
2319         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2320         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
2321         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2322
2323         * i386-tdep.c (i386_frameless_signal_p): New function.
2324         (i386_frame_chain): Deal with frameless signals.
2325         (i386_sigtramp_saved_sp): New function.
2326         (i386_frame_saved_pc): Deal with frameless signals.
2327         (i386_saved_pc_after_call): Make sure the correct value is
2328         returned just after entry into a sigtramp.
2329         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2330         i386fbsd4_sc_sp_offset): New variables.
2331         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2332         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
2333         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2334         similiar to what we already did for sc_pc_offset.
2335         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2336         tdep->sc_sp_offset.
2337
2338         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2339
2340 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
2341
2342         * config/i386/tm-x86-64linux.h: New.
2343         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2344         definitions.
2345         * config/i386/nm-x86-64.h: Rename to ...
2346         * config/i386/nm-x86-64linux.h: ... this one.
2347         * config/i386/x86-64linux.mh: Reflect the above change.
2348         
2349 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
2350
2351         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2352         with sigcontext_addr.  Add sc_sp_offset.
2353         (i386bsd_sigtramp_saved_pc): Remove prototype.
2354         (i386bsd_sicontext_addr): Add prototype.
2355         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2356         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2357         (i386_svr4_sigtramp_saved_pc): Removed.
2358         (i386_svr4_sigcontext_addr): New function.
2359         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2360         Initialize tdep->sigcontext_addr instead.  Initialize
2361         tdep->sc_pc_offset and tdep->sc_sp_offset.
2362         (i386_gdbarch_init): Likewise.
2363         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2364         any more.
2365         (i386bsd_sigtramp_saved_pc): Remove function.
2366         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2367         Initialize tdep->sigcontext_addr instead.  Initialize
2368         tdep->sc_pc_offset.
2369         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2370         of tdep->sigtramp_saved_pc.
2371         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2372         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
2373         instead.
2374
2375         * i386-tdep.c (i386_frameless_function_invocation,
2376         i386_frame_num_args, i386_frame_init_saved_regs,
2377         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2378         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2379         i386_extract_return_value, i386_store_return_value,
2380         i386_extract_struct_value_address, i386_register_virtual_type,
2381         i386_register_convertible, i386_register_convert_to_virtual,
2382         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2383         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2384         static.
2385
2386 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
2387
2388         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2389
2390         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2391         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2392         this macro.  Include "value.h".
2393
2394 2002-06-30  Aidan Skinner  <aidan@velvet.net>
2395
2396         * ada-exp.tab.c: remove as it's a generated file
2397         * ada-lex.c: remove as it's a generated file
2398                 
2399 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
2400
2401         * config/i386/tm-i386.h (struct frame_info, struct
2402         frame_saved_regs, struct value, struct type): Remove forward
2403         declarations.
2404
2405         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2406         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2407         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2408         (FILL_FPXREGSET): Define.
2409
2410         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2411
2412         * configure.tgt (i[3456]86-*-openbsd*): Fold into
2413         i[3456]86-*-netbsd* case.
2414         * config/i386/tm-obsd.h: Removed.
2415         * config/i386/obsd.mt: Removed.
2416         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2417         core-aout.o.
2418         (MH_CFLAGS): Add -DYYDEBUG=0.
2419
2420         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2421         i386nbsd_sc_pc_offset on OpenBSD too.
2422
2423         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2424         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2425         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2426         define.
2427         * i386bsd-tdep.c: Include "arch-utils.h".
2428         (i386bsd_aout_in_solib_call_trampoline): New function.
2429         (i386bsd_init_abi): Set in_solib_call_trampoline to
2430         i386bsd_aout_in_solib_call_trampoline.
2431         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2432         in_solib_call_trampoline to generic_in_solib_call_trampoline.
2433
2434 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2435
2436         * macrotab.h: Do not include "obstack.h" or "bcache.h".
2437         (struct obstack, struct bcache): Add opaque declarations.
2438         * Makefile.in (macrotab_h): Update
2439
2440 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2441
2442         * blockframe.c (generic_find_dummy_frame): Change return type to
2443         ``struct regcache''.
2444         (struct dummy_frame): Replace field ``registers'' with regcache, a
2445         struct regcache object.
2446         (generic_find_dummy_frame): Update.
2447         (generic_push_dummy_frame): Update.  Use regcache_xfree,
2448         regcache_xmalloc and regcache_cpy.
2449         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
2450         regcache_xfree.
2451         (deprecated_generic_find_dummy_frame): Update.
2452         (generic_read_register_dummy): Update.  Use
2453         regcache_read_as_address.
2454         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
2455         (generic_get_saved_register): Update.  Use regcache_read.
2456
2457 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2458
2459         * Makefile.in (objfiles_h): Add $(bcache_h).
2460         * objfiles.h: Include "bcache.h".
2461
2462         * Makefile.in (symtab_h): Remove $(bcache_h).
2463         * symtab.h: Do not include "bcache.h".
2464
2465 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2466
2467         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2468         generic_func_frame_chain_valid.
2469
2470 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
2471
2472         * config/i386/nm-fbsd.h: Include <sys/param.h>.
2473         * config/i386/tm-fbsd.h: Likewise.
2474
2475 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2476
2477         * rs6000-tdep.c (rs6000_gdbarch_init): Use
2478         generic_unwind_get_saved_register.
2479
2480 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
2481
2482         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2483         * regcache.c (supply_register): Add missing argument to
2484         register_buffer call.
2485
2486 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
2487
2488         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
2489         Solaris /bin/grep does not not like it.  From Peter Schauer.
2490
2491 2002-06-26  Tom Tromey  <tromey@redhat.com>
2492
2493         * command.h (add_setshow_cmd): Declare.
2494         (add_setshow_cmd_full): Declare.
2495         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
2496         returns void.  Use add_setshow_cmd_full.
2497         (add_setshow_cmd_full): New function.
2498         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2499         (add_setshow_boolean_cmd): Likewise.
2500
2501 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
2502
2503         * config/vax/tm-vax.h: Protect from multiple inclusion.
2504         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2505         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2506         * config/vax/tm-vaxbsd.h: ...here.  New file.
2507         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2508
2509 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
2510
2511         * config/vax/tm-vax.h (BREAKPOINT): Remove.
2512         (BELIEVE_PCC_PROMOTION): Remove.
2513         (AP_REGNUM): Move to...
2514         * config/vax/nm-vax.h: ...here.
2515         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2516         (vax_breakpoint_from_pc): New function.
2517         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2518         and gdbarch_believe_pcc_promotion.
2519
2520 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
2521
2522         * Makefile.in (vax_tdep_h): Define.  
2523         (vax-tdep.o): Use $(vax_tdep_h).
2524         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2525         (vax_dump_tdep): New function. 
2526         (_initialize_vax_tdep): Register vax_dump_tdep.
2527         * vax-tdep.h: Include osabi.h.     
2528         (struct gdbarch_tdep): New. 
2529
2530 2002-06-26  Andrew Cagney  <cagney@redhat.com>
2531
2532         * frame.h (deprecated_generic_find_dummy_frame): Rename
2533         generic_find_dummy_frame.
2534         * blockframe.c (generic_find_dummy_frame): Make static.
2535         (deprecated_generic_find_dummy_frame): New function.
2536         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2537         generic_find_dummy_frame with deprecated_find_dummy_frame.
2538         (sh64_nofp_frame_init_saved_regs): Ditto.
2539         (sh_fp_frame_init_saved_regs): Ditto.
2540         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2541         (s390_frame_chain): Ditto.
2542         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2543
2544 2002-06-26  Grace Sainsbury  <graces@redhat.com>
2545
2546         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2547         gdbarch vector are at the top.
2548         (NUM_REGS): Remove.
2549         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2550         (FRAME_ARGS_ADDRESS): Remove.
2551         (FRAME_LOCALS_ADDRESS): Remove.
2552         (FRAME_NUM_ARGS): Remove.
2553         (FRAME_ARGS_SKIP): Remove.  
2554         * m68k-tdep.c (enum): Add eumeration of special register numbers.
2555         (m68k_gdbarch_init): Add gdbarch initializations for macros
2556         undefined in tm-m68k.h
2557
2558 2002-06-26  Grace Sainsbury  <graces@redhat.com>
2559
2560         * monitor.h: Add the function regname to monitor_ops
2561         structure. This way NUM_REGS does not have to be a constant.
2562         * monitor.c (monitor_fetch_register): Added support for regname
2563         function. The function is called if the array regnames is NULL.
2564         (monitor_store_register): Same.
2565         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2566         regnames array.
2567         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2568         cpu32bug_cmds.regname to point to new function.
2569         * abug-rom.c (abug_regname): Same as above.
2570         (init_abug_cmds): Same.
2571         * dbug-rom.c (dbug_regname): Same as above.
2572         (init_dbug_cmds): Same.
2573         * remote-est.c (est_regname): Same. 
2574         (init_est_cmds): Same.
2575         * rom68k-rom.c (rom68k_regname): Same. 
2576         (init_rom68k_cmds): Same.
2577
2578 2002-06-25  Tom Tromey  <tromey@redhat.com>
2579
2580         * breakpoint.c (delete_command): Don't repeat `delete' commands.
2581
2582 2002-06-25  Andrew Cagney  <cagney@redhat.com>
2583
2584         * infrun.c (stop_registers): Change variable's type to ``struct
2585         regcache'''.
2586         (xmalloc_inferior_status): Delete function.
2587         (free_inferior_status): Delete function.
2588         (normal_stop): Use regcache_cpy.
2589         (struct inferior_status): Change type of fields ``stop_registers''
2590         and ``registers'' to ``struct regcache''.
2591         (write_inferior_status_register): Use regcache_write.
2592         (save_inferior_status): Instead of calling
2593         xmalloc_inferior_status, allocate the inf_status buffer directly.
2594         Use regcache_dup_no_passthrough and regcache_dup to save the
2595         buffers.
2596         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2597         Replace the stop_registers regcache instead of overriding it.  Use
2598         regcache_xfree.  Instead of calling free_inferior_status, xfree
2599         the buffer directly.
2600         (discard_inferior_status): Use regcache_xfree.  Instead of calling
2601         free_inferior_status, xfree the buffer directly.
2602         (build_infrun): Use regcache_xmalloc.
2603         (_initialize_infrun): Delete redundant call to build_infrun.
2604
2605         * Makefile.in (infcmd.o): Add $(regcache_h).
2606
2607         * infcmd.c: Include "regcache.h".
2608         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2609         obtain the address of `stop_registers' register buffer.
2610         (print_return_value): Ditto.
2611
2612         * inferior.h (struct regcache): Add opaque declaration.
2613         (stop_registers): Change variable's declared type to ``struct
2614         regcache''.
2615
2616 2002-06-24  Tom Tromey  <tromey@redhat.com>
2617
2618         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2619         * target.c (initialize_targets): Fixed typo in
2620         trust-readonly-sections `show' documentation.
2621
2622         * main.c: Marked all strings with _().
2623
2624 2002-06-24  Don Howard  <dhoward@redhat.com>
2625
2626         * memattr.c (create_mem_region): Treat hi == 0 as a special case
2627         that means max CORE_ADDR+1.
2628         (lookup_mem_region): Ditto.
2629         (mem_info_command): Ditto.
2630
2631 2002-06-24  Grace Sainsbury  <graces@redhat.com>
2632
2633         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2634         (REGISTER_BYTES_OK): Remove.
2635         (REGISTER_BYTES): Remove.
2636         (STORE_STRUCT_RETURN): Remove.
2637         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2638         (STORE_RETURN_VALUE): Remove.
2639         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2640         (FRAME_CHAIN): Remove.
2641         (FRAMELESS_FUNCTION_INVOCATION): Remove.
2642         (FRAME_SAVED_PC): Remove.  
2643         * m68k-tdep.c (m68k_register_bytes_ok):Add.
2644         (m68k_store_struct_return): Add.
2645         (m68k_deprecated_extract_return_value): Add.
2646         (m68k_deprecated_extract_struct_value_address): Add.
2647         (m68k_store_return_value): Add.
2648         (m68k_frame_chain): Add.
2649         (m68k_frameless_function_invocation): Add.
2650         (m68k_frame_saved_pc): Add.
2651         (m68k_gdbarch_init): added set_gdbarch calls for new 
2652         functions and deleted macros.
2653
2654 2002-06-23  Tom Tromey  <tromey@redhat.com>
2655
2656         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2657         (ALLDEPFILES): Likewise.
2658         (udiheaders): Removed.
2659         (udip2soc.o): Likewise.
2660         (udi2go32.o): Likewise.
2661         (udr.o): Likewise.
2662         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2663
2664 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
2665
2666         * infrun.c (_initialize_infrun): Delete unnecessary call to
2667         build_infrun.
2668
2669         * regcache.h: Update comments describing the regcache_cpy family
2670         of functions.
2671         (regcache_save, regcache_restore): Delete declaration.
2672         (regcache_save_no_passthrough): Delete declaration.
2673         (regcache_restore_no_passthrough): Delete declaration.
2674         * regcache.c (regcache_save): Delete function.
2675         (regcache_save_no_passthrough): Delete function.
2676         (regcache_restore): Delete function.
2677         (regcache_restore_no_passthrough): Delete function.
2678
2679 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
2680
2681         * config/m68k/tm-m68k.h: Fix typo.
2682         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2683         (m68k_frame_init_saved_regs): Declare.
2684
2685 2002-06-21  Jim Blandy  <jimb@redhat.com>
2686
2687         Remove some vestiges of Harris 88k support.
2688         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2689         register numbering quirk.
2690         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2691         odd symbols occurring in Harris 88k ELF targets.
2692
2693 2002-06-21  Tom Tromey  <tromey@redhat.com>
2694
2695         * gdb_locale.h: New file.
2696         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2697         (defs_h): Added gdb_locale.h.
2698         * configure, config.in: Rebuilt.
2699         * configure.in (PACKAGE): Define.
2700         * defs.h: Include gdb_locale.h.
2701         * main.c (captured_main): Call setlocale, bindtextdomain,
2702         textdomain.
2703
2704 2002-06-21  Dave Brolley  <brolley@redhat.com>
2705
2706         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2707         * config/frv/frv.mt: New file.
2708         * config/frv/tm-frv.h: New file.
2709         * configure.tgt: Support frv-*-*.
2710         * Makefile.in (frv-tdep.o): New target.
2711         * frv-tdep.c: New file.
2712         * NEWS: Mention frv.
2713
2714 2002-06-21  Dave Brolley  <brolley@redhat.com>
2715
2716         * MAINTAINERS: Add self to "Write After Approval" list.
2717
2718 2002-06-21  Grace Sainsbury  <graces@redhat.com>
2719
2720         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2721         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2722         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2723         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2724         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2725
2726         * m68k-tdep.c: Include arch-utils.h
2727         (m68k_register_raw_size): Add.
2728         (m68k_register_virtual_size): Add.
2729         (m68k_register_virtual_type): Add.
2730         (m68k_register_name): Add.
2731         (m68k_stack_align): Add.
2732         (m68k_register_byte): Add.
2733         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2734         tm-m68k.h.
2735
2736 2002-06-21  Grace Sainsbury  <graces@redhat.com>
2737
2738         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2739         m68k_find_saved_regs.
2740         (m68k_pop_frame): Removed saved_regs structure, and replaced
2741         references to it with frame->saved_regs.
2742         (m68k_gdbarch_init): Added function calls to initialize the
2743         gdbarch structure.
2744         (m68k_fix_call_dummy): Add. 
2745         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2746         (CALL_DUMMY): Remove.
2747         (CALL_DUMMY_LENGTH): Remove.
2748         (CALL_DUMMY_START_OFFSET): Remove.
2749         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2750         (FIX_CALL_DUMMY): Remove.
2751         (PUSH_DUMMY_FRAME): Remove.
2752         (POP_FRAME): Remove.
2753
2754 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2755
2756         * parse.c (parse_fprintf): New function used to avoid calls to
2757         fprintf in bison parser generated debug code.
2758         * parser-defs.h: Declaration of new parse_fprintf function.
2759         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2760         Set YYDEBUG to 1 by default.
2761         Set YYFPRINTF as parse_fprintf.
2762
2763 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
2764
2765         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
2766         encoding anymore.
2767         (pointer_encoding, enum ptr_encoding): New.
2768         (execute_cfa_program): Take care about pointer encoding.        
2769         (dwarf2_build_frame_info): Only call parse_frame_info for 
2770         .debug_frame and .eh_frame.
2771         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2772         fixed augmentation handling, added relative addressing, 
2773         ignore duplicate FDEs. Added comments.
2774         * dwarf2cfi.c: Reindented.
2775         
2776 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
2777
2778         * event-top.c (command_handler): Don't use space_at_cmd_start
2779         unless there is sbrk() on the host. Assign time and space data
2780         to union fields of the appropriate length.
2781
2782 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
2783
2784         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
2785         x86_64_register_name. Return type changed to 'const char *'.
2786         (x86_64_register_name2nr): Rename to x86_64_register_number.
2787         (x86_64_gdbarch_init): Update to reflect the change.
2788         * x86-64-tdep.h: Ditto.
2789         * x86-64-linux-nat.c (x86_64_fxsave_offset)
2790         (supply_fpregset): Ditto.
2791
2792 2002-06-19  Andrew Cagney  <cagney@redhat.com>
2793
2794         * regcache.h: Update copyright.
2795         (struct regcache, struct gdbarch): Add opaque declarations.
2796         (current_regcache): Declare global variable.
2797         (regcache_read, regcache_write): Add gdbarch parameter.
2798         (regcache_save, regcache_save_no_passthrough)
2799         (regcache_restore, regcache_restore_no_passthrough)
2800         (regcache_dup, regcache_dup_no_passthrough)
2801         (regcache_cpy, regcache_cpy_no_passthrough)
2802         (deprecated_grub_regcache_for_registers)
2803         (deprecated_grub_regcache_for_register_valid)
2804         (regcache_valid_p): Add function declarations.
2805         
2806         * regcache.c: Update copyright.
2807         (regcache_descr_handle): New global variable.
2808         (struct regcache_descr): Define.
2809         (init_legacy_regcache_descr, init_regcache_descr): New functions.
2810         (regcache_descr, xfree_regcache_descr): New functions.
2811         (struct regcache): Define.
2812         (regcache_xmalloc, regcache_xfree): New functions.
2813         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2814         (regcache_dup, regcache_dup_no_passthrough): New functions.
2815         (regcache_valid_p, regcache_read_as_address): New functions.
2816         (deprecated_grub_regcache_for_registers): New function.
2817         (deprecated_grub_regcache_for_register_valid): New function.
2818         (current_regcache): New global variable.
2819         (register_buffer): Add regcache parameter.  Update calls.
2820         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
2821         (read_register_gen, write_register_gen): Update register_buffer
2822         call.  Test for legacy_p instead of gdbarch_register_read_p or
2823         gdbarch_register_write_p.
2824         (regcache_collect): Update register_buffer call.
2825         (build_regcache): Rewrite.  Use deprecated grub functions.
2826         (regcache_save, regcache_save_no_passthrough): New functions.
2827         (regcache_restore, regcache_restore_no_passthrough): New
2828         functions.
2829         (_initialize_regcache): Create the regcache_data_handle. Swap
2830         current_regcache global variable.
2831         
2832         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2833         parameter to regcache_read and regcache_write calls.
2834         (sh4_register_read): Ditto.
2835         (sh64_pseudo_register_read): Ditto.
2836         (sh64_register_read): Ditto.
2837         (sh_pseudo_register_write): Ditto.
2838         (sh4_register_write): Ditto.
2839         (sh64_pseudo_register_write): Ditto.
2840         (sh64_register_write): Ditto.
2841
2842         * defs.h (XCALLOC): Define.
2843
2844 2002-06-19  Grace Sainsbury  <graces@redhat.com>
2845
2846         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2847         * m68k-tdep.c (m68k_gdbarch_init): Added.
2848         (m68k_dump_tdep): Added.
2849
2850 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
2851
2852         * ada-lang.c (fill_in_ada_prototype): Update comment.
2853
2854 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
2855
2856         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
2857         MIPS_ABI_LAST.
2858         (mips_abi_string, mips_abi_strings): New.
2859         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2860         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
2861         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
2862         O32 if no ABI is found.
2863         (mips_dump_tdep): Use mips_abi_strings.
2864         (mips_abi_update): New function.
2865         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
2866         ``set mips abi'' and ``show mips abi''.  Check the size of
2867         mips_abi_strings.
2868
2869 2002-06-19  Andrew Cagney  <cagney@redhat.com>
2870
2871         * i386-linux-tdep.c (i386_linux_register_name): Make return type
2872         constant.
2873
2874 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
2875
2876         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
2877         current frame using only the first stack size adjustment. All
2878         subsequent size adjustments are not considered to be part of
2879         the "static" part of the current frame.
2880         Compute the address of the saved registers relative to the
2881         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2882         in use in this frame.
2883
2884 2002-06-18  Don Howard  <dhoward@redhat.com>
2885  
2886         * valops.c (value_ind): Use value_at_lazy() when dereferencing
2887         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
2888         suggesting this solution.
2889
2890 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
2891
2892         * config/romp/xm-rtbsd.h: Delete file.
2893         * config/romp/rtbsd.mh: Delete file.
2894
2895 2002-06-18  Keith Seitz  <keiths@redhat.com>
2896
2897         * breakpoint.c (condition_command): Post breakpoint_modify
2898         when a condition is added to an existing breakpoint.
2899         (commands_command): Likewise for commands.
2900         (set_ignore_count): Likewise for ignore counts.
2901         If no tty, do not simply return, still need to send event
2902         notification.
2903         (ignore_command): Only print a newline if the command came
2904         from a tty.
2905         Don't call breakpoints_changed, since this is now properly
2906         handled by set_ignore_count.
2907
2908 2002-06-18  Andrew Cagney  <cagney@redhat.com>
2909
2910         * MAINTAINERS: Note that cris-elf target can be compiled with
2911         -Werror.
2912         * cris-tdep.c (cris_register_name): Make return type constant.
2913         (cris_breakpoint_from_pc): Ditto.
2914
2915 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
2916
2917         * frame.h (struct frame_info): Change type of context to 
2918         'struct context'.
2919
2920 2002-06-17  Andrew Cagney  <cagney@redhat.com>
2921
2922         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2923         pointer.
2924         * gdbarch.h, gdbarch.c: Regenerate.
2925         * config/mips/tm-mips.h (mips_register_name): Update.
2926         * i386-tdep.h (i386_register_name): Update.
2927         * mips-tdep.c (mips_register_name): Update
2928         * alpha-tdep.c (alpha_register_name): Update.
2929         * arch-utils.c (legacy_register_name): Update.
2930         * arch-utils.h (legacy_register_name): Update.
2931         * avr-tdep.c (avr_register_name): Update.
2932         * ia64-tdep.c (ia64_register_name): Update.
2933         * i386-tdep.c (i386_register_name): Update.
2934         * sparc-tdep.c (sparc32_register_name): Update.
2935         (sparc64_register_name): Update.
2936         (sparclite_register_name): Update.
2937         (sparclet_register_name): Update.
2938         * sh-tdep.c (sh_generic_register_name): Update.
2939         (sh_sh_register_name): Update.
2940         (sh_sh3_register_name): Update.
2941         (sh_sh3e_register_name): Update.
2942         (sh_sh_dsp_register_name): Update.
2943         (sh_sh3_dsp_register_name): Update.
2944         (sh_sh4_register_name): Update.
2945         (sh_sh64_register_name): Update.
2946         * s390-tdep.c (s390_register_name): Update.
2947         * rs6000-tdep.c (rs6000_register_name): Update.
2948         * ns32k-tdep.c (ns32k_register_name_32082): Update.
2949         (ns32k_register_name_32382): Update.
2950         * d10v-tdep.c (d10v_ts2_register_name): Update.
2951         (d10v_ts3_register_name): Update.
2952         * xstormy16-tdep.c (xstormy16_register_name): Update.
2953         * vax-tdep.c (vax_register_name): Update.
2954         * v850-tdep.c (v850_register_name): Update.
2955         * m68hc11-tdep.c (m68hc11_register_name): Update.
2956         * mn10300-tdep.c (mn10300_generic_register_name): Update.
2957         (am33_register_name): Update.
2958
2959 2002-06-17  Grace Sainsbury  <graces@redhat.com>
2960
2961         * m68k-tdep.c: Reindented.
2962
2963 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
2964
2965         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2966         list of predefined types.
2967
2968 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
2969
2970         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2971         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2972         REGISTER_CONVERT_TO_RAW): Remove defines.
2973         (i386_register_virtual_type, i386_register_convertible,
2974         i386_register_convert_to_virtual, i386_register_convert_to_raw):
2975         Remove prototypes.
2976         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2977         macros mentioned above.
2978
2979         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2980         (i386lynx_saved_pc_after_call): Remove prototype.
2981         * i386ly-tdep.c: Include "i386-tdep.h".
2982         (i386lynx_saved_pc_after_call): Make static.  Use
2983         read_memory_nobpt instead of read_memory.  Use
2984         read_memory_unsigned_integer instead of read_memory_integer.
2985         (i386lynx_init_abi): New function.
2986         (i386lynx_coff_osabi_sniffer): New function.
2987         (_initialize_i386bsd_tdep): New function.
2988
2989         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2990         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2991         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2992         (i386_fix_call_dummy): Remove prototype.
2993         * i386-tdep.c (i386_call_dummy_words): New variable.
2994         (i386_gdbarch_init): Adjust for removal of the
2995         macros mentioned above.
2996
2997 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
2998
2999         * command.h (add_setshow_auto_boolean_cmd): Replace
3000         add_set_auto_boolean_cmd.
3001         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3002         add_set_auto_boolean_cmd.
3003         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3004         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3005         mask-address'' command.
3006         (show_mask_address): Add cmd parameter.
3007         * remote.c (add_packet_config_cmd): Update.  Change type of
3008         set_func and show_func to cmd_sfunc_ftype.
3009         (_initialize_remote): Update `set remote Z-packet'
3010         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3011         (show_remote_protocol_e_packet_cmd): Ditto.
3012         (show_remote_protocol_E_packet_cmd): Ditto.
3013         (show_remote_protocol_P_packet_cmd): Ditto.
3014         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3015         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3016         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3017         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3018         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3019         (show_remote_protocol_Z_packet_cmd): Ditto.
3020         (show_remote_protocol_binary_download_cmd): Ditto.
3021         (show_remote_cmd): Pass NULL to all of above.
3022
3023 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3024
3025         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3026         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3027         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3028         POP_FRAME): Remove defines.
3029         (i386_push_arguments, i386_store_struct_return,
3030         i386_extract_return_value, i386_store_return_value,
3031         i386_extract_struct_value_address, i386_push_dummy_frame,
3032         i386_pop_frame): Renove prototypes.
3033         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3034         macros mentioned above.
3035
3036 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3037
3038         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3039         add_set_boolean_cmd.
3040         (add_setshow_cmd): New function.
3041         * command.h (add_setshow_boolean_cmd): Replace
3042         add_set_boolean_cmd.
3043         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3044         and ``set rdiromatzero''.
3045         * maint.c (_initialize_maint_cmds): Update commented out code.
3046         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3047         * target.c (initialize_targets): Update `set
3048         trust-readonly-sections'.
3049         * remote.c (_initialize_remote): Update `set remotebreak'.
3050
3051 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3052
3053         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3054         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3055         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3056         fit into multi-arch framework.
3057         (i386_breakpoint_from_pc): New function.
3058         (i386_gdbarch_init): Adjust for removal of the macros mentioned
3059         above.
3060
3061         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3062         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3063         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3064         (i386_frameless_function_invocation, i386_frame_num_args,
3065         i386_frame_init_saved_regs): Remove prototypes.
3066         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3067         macros mentioned above.
3068
3069 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3070
3071         * cli/cli-decode.c (set_cmd_cfunc): Update.
3072         (set_cmd_sfunc): Update.
3073         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3074         (set_cmd_sfunc, set_cmd_cfunc): Update.
3075         * cli/cli-decode.h: Update.
3076
3077 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3078
3079         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3080         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3081
3082 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3083
3084         * defs.h (auto_boolean): Declare enum.
3085         * command.h (cmd_auto_boolean): Delete enum.
3086         * mips-tdep.c (mask_address_var): Update.
3087         (mips_mask_address_p): Update.
3088         (show_mask_address): Update.
3089         * remote.c (struct packet_config): Update.
3090         (update_packet_config): Update.
3091         (show_packet_config_cmd): Update.
3092         (packet_ok): Update.
3093         (add_packet_config_cmd): Update.
3094         (_initialize_remote): 
3095         * command.h: Update.
3096         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3097         (do_setshow_command): Update.
3098         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3099         * cli/cli-decode.h: Update.
3100
3101 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3102
3103         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3104         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3105         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3106         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3107         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3108         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3109
3110         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3111         list of DJGPP COFF targets.
3112
3113         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3114         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3115         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3116         (FP0_REGNUM): Remove define.
3117         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3118         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3119         (i386_register_virtual_size): Remove protoype.
3120         * i386-tdep.c (i386_register_virtual_size): Removed.
3121         (i386_extract_return_value, i386_store_return_value): Use
3122         FP0_REGNUM instead of NUM_FREGS to determine whether the
3123         floating-point registers are available.
3124         (i386_gdbarch_init): Tweak FIXME about FPU registers.
3125         Adjust for removal of macros mentioned above.
3126
3127 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3128
3129         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
3130         comments.
3131         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3132         Remove prototypes.
3133         (supply_gregset, fill_gregset): Remove use of register keyword and
3134         remove declaration for regmap.  Use I386_NUM_GREGS instead of
3135         NUM_REGS and NUM_FREGS.
3136         (FPREGSET_FSAVE_OFFSET): Remove.
3137         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3138         NUM_FREGS to determine whether the floating-point registers are
3139         available.
3140
3141         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3142         gnu_store_registers): Replace usage of NUM_GREGS with
3143         I386_NUM_GREGS.
3144
3145         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3146         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3147         usage of NUM_GREGS with I386_NUM_GREGS.
3148
3149         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3150
3151         * i386bsd-nat.c: Include "i386-tdep.h".
3152         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3153         I386_NUM_GREGS.
3154
3155         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3156         and associated comment.  They no longer make any sense, since we
3157         don't use this file anymore on Linux.
3158
3159         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3160         * i386-tdep.c (i386_register_offset, i386_register_size): Use
3161         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3162         elements in these arrays.
3163         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3164         MAX_NUM_REGS.
3165
3166 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3167
3168         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3169         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3170
3171 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3172
3173         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3174         EXTRACT_RETURN_VALUE.
3175         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3176         EXTRACT_STRUCT_VALUE_ADDRESS.
3177         * gdbarch.h, gdbarch.c: Regenerate.
3178         
3179         * values.c (value_being_returned): Handle
3180         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3181         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3182
3183         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
3184         * arm-tdep.c (arm_gdbarch_init): Update.
3185         * avr-tdep.c (avr_gdbarch_init): Update.
3186         * cris-tdep.c (cris_gdbarch_init): Update.
3187         * d10v-tdep.c (d10v_gdbarch_init): Update.
3188         * ia64-tdep.c (ia64_gdbarch_init): Update.
3189         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3190         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3191         * s390-tdep.c (s390_gdbarch_init): Update.
3192         * sh-tdep.c (sh_gdbarch_init): Update.
3193         * s390-tdep.c (s390_gdbarch_init): Update.
3194         * sparc-tdep.c (sparc_gdbarch_init): Update.
3195         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3196         * v850-tdep.c (v850_gdbarch_init): Update.
3197         * vax-tdep.c (vax_gdbarch_init): Update.
3198         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3199         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3200
3201         * config/arc/tm-arc.h: Update.
3202         * config/d30v/tm-d30v.h: Update.
3203         * config/fr30/tm-fr30.h: Update.
3204         * config/h8300/tm-h8300.h: Update.
3205         * config/h8500/tm-h8500.h: Update.
3206         * config/i386/tm-i386.h: Update.
3207         * config/i386/tm-ptx.h: Update.
3208         * config/i386/tm-symmetry.h: Update.
3209         * config/i960/tm-i960.h: Update.
3210         * config/m32r/tm-m32r.h: Update.
3211         * config/m68k/tm-delta68.h: Update.
3212         * config/m68k/tm-linux.h: Update.
3213         * config/m68k/tm-m68k.h: Update.
3214         * config/m88k/tm-m88k.h: Update.
3215         * config/mcore/tm-mcore.h: Update.
3216         * config/mips/tm-mips.h: Update.
3217         * config/mn10200/tm-mn10200.h: Update.
3218         * config/pa/tm-hppa.h: Update.
3219         * config/pa/tm-hppa64.h: Update.
3220         * config/sparc/tm-sp64.h: Update.
3221         * config/sparc/tm-sparc.h: Update.
3222         * config/sparc/tm-sparclet.h: Update.
3223         * config/z8k/tm-z8k.h: Update.
3224
3225 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3226
3227         * Makefile.in (i386_linux_tdep_h): Define.
3228         (i386_tdep_h, i387_tdep_h): Define.
3229         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3230         $(i386_tdep_h) and $(i387_tdep_h).
3231         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3232
3233 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
3234
3235         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3236         Already covered by the default.
3237
3238         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3239         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
3240         (i386_gdbarch_init): Initialize long_double_format and long_double
3241         bit.
3242
3243         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3244         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
3245         Move these to ...
3246         * config/i386/i386sol2.mh: ... here.
3247         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3248         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3249         (SIGCONTEXT_PC_OFFSET): Remove define.
3250         (IN_SIGTRAMP): Remove define.
3251         * i386-sol2-tdep.c: New file.
3252         
3253         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3254         * config/i386/tm-i386nw.h: Removed.
3255
3256         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3257         USE_STRUCT_CONVENTION): Remove defines.
3258         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3259         (get_longjmp_target): Remove prototype.
3260         (IN_SIGTRAMP): Remove define.
3261         (i386bsd_in_sigtramp): Remove prototype.
3262         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3263         function.  Update comment accordingly
3264         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3265         (FRAME_SAVED_PC): Remove define.
3266         (i386bsd_frame_saved_pc): Remove prototype.
3267         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3268         GET_LONGJMP_TARGET): Remove defines.
3269         (get_longjmp_target): Remove prototype.
3270         (IN_SIGTRAMP): Remove define.
3271         (i386bsd_in_sigtramp): Remove prototype.
3272         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3273         function.  Update comment accordingly
3274         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3275         (FRAME_SAVED_PC): Remove define.
3276         (i386bsd_frame_saved_pc): Remove prototype.
3277         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3278         Remove prototype.
3279         (USE_STRUCT_CONVENTION): Remove prototype.
3280         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3281         declaration.
3282         (_initialize_i386bsd_nat): Revise logic to determine some
3283         constants at compile time when compiling a native GDB.  Warn if
3284         things don't match up with what we expect.
3285         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3286         Remove variables.
3287         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
3288         to use date stored in `struct gdbarch_tdep'.
3289         (i386bsd_sigcontext_offset): Remove varaible.
3290         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
3291         stored in `struct gdbarch_tdep'.
3292         (i386bsd_frame_saved_pc): Make static.
3293         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3294         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3295         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3296         i386fbsd4_sc_pc_offset): New variables.
3297         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3298         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3299         functions.
3300         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3301         functions.
3302         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3303         Modify the value of i386fbsd_sigtramp_start and
3304         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3305         i386fbsd_sigtramp_end.
3306         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3307         function.
3308
3309         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3310         define to i386-linux-tdep.h.
3311         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3312         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3313         defines.
3314         (i386_linux_register_name, i386_linux_register_byte,
3315         i386_linux_register_raw_size): Remove prototypes.
3316         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3317         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3318         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3319         TARGET_WRITE_PC): Remove defines.
3320         (i386_linux_in_sigtramp, i386_linux_frame_chain,
3321         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3322         i386_linux_write_pc): Remove prototypes.
3323         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3324         (get_longjmp_target): Remove prototype.
3325         * i386-linux-tdep.h: New file.
3326         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3327         * i386-linux-tdep.c: Include "i386-tdep.h" and
3328         "i386-linux-tdep.h".
3329         (i386_linux_register_name, i386_linux_register_byte,
3330         i386_linux_register_raw_size, i386_linux_in_sigtramp,
3331         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3332         Make static.
3333         (i386_linux_init_abi): New function.
3334         (_initialize_i386_linux_tdep): New function.
3335
3336         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3337         (i386_saved_pc_after_call): Remove prototype.
3338         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3339         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3340         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3341         (i386_register_name, i386_stab_reg_to_regnum,
3342         i386_dwarf_reg_to_regnum): Remove prototypes.
3343         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3344         SIZEOF_SSE_REGS): Remove defines.
3345         (REGISTER_BYTES): Remove define.
3346         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3347         (i386_register_byte, i386_register_raw_size): Remove prototypes.
3348         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3349         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3350         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3351         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3352         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3353         (get_longjmp_target): Remove prototype.
3354         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3355         (sigtramp_saved_pc): Remove define.
3356         (i386v4_sigtramp_saved_pc): Remove prototype.
3357         * config/i386/tm-go32.h (FRAME_CHAIN,
3358         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3359         (i386go32_frame_saved_pc): Remove prototype.
3360         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3361         (get_longjmp_target): Remove prototype.
3362         * i386-tdep.h: Include "osabi.h".
3363         (enum i386_abi): Removed.
3364         (enum struct_return): New enum.
3365         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3366         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3367         sc_pc_offset members.
3368         (i386_gdbarch_register_os_abi): Remove prototype.
3369         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3370         I386_SSE_NUM_REGS): New defines.
3371         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3372         I386_SSE_SIZEOF_REGS): New defines.
3373         (i386_register_name, i386_register_byte, i386_register_raw_size):
3374         New prototypes.
3375         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3376         (i386bsd_sigtramp_saved_pc): New prototype.
3377         * i386-tdep.c: Don't include "elf-bfd.h".
3378         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3379         i386_frame_chain, i386_saved_pc_after_call): Make static.
3380         (i386_frame_saved_pc): Rewrite to call architecture dependent
3381         function to deal with signal handlers.  Make static.
3382         (i386go32_frame_saved_pc): Removed.
3383         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3384         Removed.
3385         (i386_get_longjmp_target): New function.
3386         (default_struct_convention, pcc_struct_convention,
3387         reg_struct_convention, valid_conventions, struct_convention): New
3388         variables.
3389         (i386_use_struct_convention): New function.
3390         (i386v4_sigtramp_saved_pc): Renamed to
3391         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
3392         (i386_pc_in_sigtramp): New function.
3393         (i386_abi_names): Removed.
3394         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3395         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3396         Removed.
3397         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3398         i386_gdbarch_register_os_abi): Removed.
3399         (struct i386_abi_handler): Removed.
3400         (i386_abi_handler_list): Removed.
3401         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3402         functions.
3403         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3404         i386_nw_init_abi): New functions.
3405         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3406         Use set_gdbarch_xxx() calls instead of relying on macros for a
3407         number of calls.
3408         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3409         (_initialize_i386_tdep): Add new 'struct-convcention' command.
3410         Register the various architecture variants defined in this file.
3411
3412 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
3413
3414         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3415         (struct main_type): Remove arg_types member.  Update comments for
3416         struct field.
3417         (TYPE_ARG_TYPES): Remove.
3418         (TYPE_FN_FIELD_ARGS): Update.
3419         (smash_to_method_type): Update prototype.
3420
3421         * c-typeprint.c (cp_type_print_method_args): Take method type
3422         instead of argument list.  Use new argument layout.  Simplify.
3423         (c_type_print_args): Use new argument layout.  Simplify.
3424         (c_type_print_base): Update call to cp_type_print_method_args.
3425         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3426         argument; use die->type instead.  Update call to
3427         smash_to_method_type.
3428         (read_structure_scope): Update call to dwarf2_add_member_fn.
3429         * gdbtypes.c (allocate_stub_method): Update comment.
3430         (smash_to_method_type): Take new NARGS and VARARGS arguments.
3431         Use new argument layout.
3432         (check_stub_method): Use new argument layout.  Don't count
3433         void as an argument.
3434         (print_arg_types): Update comments.  Use new argument layout.
3435         (recursive_dump_type): Don't print arg_types member.
3436         * hpread.c (hpread_read_struct_type): Use new argument layout.
3437         (fixup_class_method_type): Likewise.
3438         (hpread_type_lookup): Likewise.
3439         * stabsread.c (read_type): Update calls to read_args and
3440         smash_to_method_type.
3441         (read_args): Use new argument layout.  Simplify.
3442         * valops.c (typecmp): Use new argument layout.  Update parameters
3443         and comments.  Simplify.
3444         (hand_function_call): Use new argument layout.
3445         (search_struct_method): Update call to typecmp.
3446         (find_overload_match): Use new argument layout.
3447
3448 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3449
3450         * NEWS: Mention multithreaded debug support for gdbserver.
3451
3452 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3453
3454         * MAINTAINERS: Mention NEWS.
3455
3456 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3457
3458         * gdbserver/regcache.c: Add comment.
3459
3460 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3461
3462         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3463         (struct mips_objfile_private, compare_pdr_entries): New.
3464         (non_heuristic_proc_desc): Read the ".pdr" section if it
3465         is present.
3466
3467 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
3468
3469         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3470         (arm_debug): New static variable.
3471         (_initialize_arm_tdep): Add ``set debug arm'' command.
3472
3473 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
3474
3475         * Makefile.in (sim_arm_h): Define.
3476         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3477         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3478         (arm_register_sim_regno): New function, map an internal REGNUM
3479         onto a simulator register number.
3480         (arm_gdbarch_init): Set register_sim_regno.
3481
3482 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
3483
3484         * MAINTAINERS: Add self.
3485
3486 2002-06-11  Jim Blandy  <jimb@redhat.com>
3487
3488         * source.c (source_info): Mention whether the symtab has
3489         information about preprocessor macros.
3490
3491         Call the command `info macro', not `show macro'.
3492         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3493         Fix error message.
3494         (_initialize_macrocmd): Register `info_macro_command' in
3495         `infolist', not `showlist'.
3496
3497 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
3498
3499         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3500         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3501         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3502         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3503         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
3504         unconditionally.
3505         (set_mipsfpu_single_command, set_mipsfpu_double_command)
3506         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3507         (_initialize_mips_tdep): Remove dead code.
3508         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3509         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3510         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3511         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3512         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3513         MIPS_LAST_FP_ARG_REGNUM): Remove.
3514
3515 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
3516
3517         * gdbserver/thread-db.c: New file.
3518         * gdbserver/proc-service.c: New file.
3519         * gdbserver/acinclude.m4: New file.
3520         * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3521         proc-service.o, and thread-db.o.
3522         (linux-low.o): Add USE_THREAD_DB.
3523         * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3524         HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3525         * gdbserver/aclocal.m4: Regenerated.
3526         * gdbserver/config.in: Regenerated.
3527         * gdbserver/configure: Regenerated.
3528         * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3529         thread_db.h, and linux/elf.h headrs.
3530         Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3531         PRFPREGSET_T_BROKEN.  Introduce srv_thread_depfiles and USE_THREAD_DB.
3532         Check for -lthread_db and thread support.
3533         * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3534         PowerPC, and SuperH.
3535         * gdbserver/i387-fp.c: Constify arguments.
3536         * gdbserver/i387-fp.h: Likewise.
3537         * gdbserver/inferiors.c: (struct thread_info): Renamed from
3538         `struct inferior_info'.  Remove PID member.  Use generic inferior
3539         list header.  All uses updated.
3540         (inferiors, signal_pid): Removed.
3541         (all_threads): New variable.
3542         (get_thread): Define.
3543         (add_inferior_to_list): New function.
3544         (for_each_inferior): New function.
3545         (change_inferior_id): New function.
3546         (add_inferior): Removed.
3547         (remove_inferior): New function.
3548         (add_thread): New function.
3549         (free_one_thread): New function.
3550         (remove_thread): New function.
3551         (clear_inferiors): Use for_each_inferior and free_one_thread.
3552         (find_inferior): New function.
3553         (find_inferior_id): New function.
3554         (inferior_target_data): Update argument type.
3555         (set_inferior_target_data): Likewise.
3556         (inferior_regcache_data): Likewise.
3557         (set_inferior_regcache_data): Likewise.
3558         * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3559         (all_processes, stopping_threads, using_thrads)
3560         (struct pending_signals, debug_threads, pid_of): New.
3561         (inferior_pid): Replace with macro.
3562         (struct inferior_linux_data): Remove.
3563         (get_stop_pc, add_process): New functions.
3564         (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3565         Use add_process and add_thread.
3566         (linux_attach_lwp): New function, based on old linux_attach.  Use
3567         add_process and add_thread.  Set stop_expected for new threads.
3568         (linux_attach): New function.
3569         (linux_kill_one_process): New function.
3570         (linux_kill): Kill all LWPs.
3571         (linux_thread_alive): Use find_inferior_id.
3572         (check_removed_breakpoints, status_pending_p): New functions.
3573         (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3574         Update.  Use WNOHANG.  Wait for cloned processes also.  Update process
3575         struct for the found process.
3576         (linux_wait_for_event): New function.
3577         (linux_wait): Use it.  Support LWPs.
3578         (send_sigstop, wait_for_sigstop, stop_all_processes)
3579         (linux_resume_one_process, linux_continue_one_process): New functions.
3580         (linux_resume): Support LWPs.
3581         (REGISTER_RAW_SIZE): Remove.
3582         (fetch_register): Use register_size instead.  Call supply_register.
3583         (usr_store_inferior_registers): Likewise.  Call collect_register.
3584         Fix recursive case.
3585         (regsets_fetch_inferior_registers): Improve error message.
3586         (regsets_store_inferior_registers): Add debugging.
3587         (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3588         (unstopped_p, linux_signal_pid): New functions.
3589         (linux_target_ops): Add linux_signal_pid.
3590         (linux_init_signals): New function.
3591         (initialize_low): Call it.  Initialize using_threads.
3592         * gdbserver/regcache.c (inferior_regcache_data): Add valid
3593         flag.
3594         (get_regcache): Fetch registers lazily.  Add fetch argument
3595         and update all callers.
3596         (regcache_invalidate_one, regcache_invalidate): New
3597         functions.
3598         (new_register_cache): Renamed from create_register_cache.
3599         Return the new regcache.
3600         (free_register_cache): Change argument to a void *.
3601         (registers_to_string, registers_from_string): Call get_regcache
3602         with fetch flag set.
3603         (register_data): Make static.  Pass fetch flag to get_regcache.
3604         (supply_register): Call get_regcache with fetch flag clear.
3605         (collect_register): Call get_regcache with fetch flag set.
3606         (collect_register_as_string): New function.
3607         * gdbserver/regcache.h: Update.
3608         * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3609         stderr.
3610         Handle input interrupts while waiting for an ACK.
3611         (input_interrupt): Use signal_pid method.
3612         (getpkt): Flush after debug output and use stderr.
3613         (outreg): Use collect_register_as_string.
3614         (new_thread_notify, dead_thread_notify): New functions.
3615         (prepare_resume_reply): Check using_threads.  Set thread_from_wait
3616         and general_thread.
3617         (look_up_one_symbol): Flush after debug output.
3618         * gdbserver/server.c (step_thread, server_waiting): New variables.
3619         (start_inferior): Don't use signal_pid.  Update call to mywait.
3620         (attach_inferior): Update call to mywait.
3621         (handle_query): Handle qfThreadInfo and qsThreadInfo.
3622         (main): Don't fetch/store registers explicitly.  Use
3623         set_desired_inferior.  Support proposed ``Hs'' packet.  Update
3624         calls to mywait.
3625         * gdbserver/server.h: Update.
3626         (struct inferior_list, struct_inferior_list_entry): New.
3627         * gdbserver/target.c (set_desired_inferior): New.
3628         (write_inferior_memory): Constify.
3629         (mywait): New function.
3630         * gdbserver/target.h: Update.
3631         (struct target_ops): New signal_pid method.
3632         (mywait): Removed macro, added prototype.
3633
3634         * gdbserver/linux-low.h (regset_func): Removed.
3635         (regset_fill_func, regset_store_func): New.
3636         (enum regset_type): New.
3637         (struct regset_info): Add type field.  Use new operation types.
3638         (struct linux_target_ops): stop_pc renamed to get_pc.
3639         Add decr_pc_after_break and breakpoint_at.
3640         (get_process, get_thread_proess, get_process_thread)
3641         (strut process_info, all_processes, linux_attach_lwp)
3642         (thread_db_init): New.
3643
3644         * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3645         arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3646         (the_low_target): Add new members.
3647         * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3648         (i386_store_fpxregset): Constify.
3649         (target_regsets): Add new kind identifier.
3650         (i386_get_pc): Renamed from i386_stop_pc.  Simplify.
3651         (i386_set_pc): Add debugging.
3652         (i386_breakpoint_at): New function.
3653         (the_low_target): Add new members.
3654         * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3655         (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3656         (mips_breakpoint_at): New.
3657         (the_low_target): Add new members.
3658         * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3659         (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3660         (the_low_target): Add new members.
3661         * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3662         (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3663         (the_low_target): Add new members.
3664         * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3665         identifier.
3666
3667 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
3668
3669         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3670         (unwind_tmp_obstack_free, parse_frame_info)
3671         (update_context, cfi_read_fp, cfi_write_fp)
3672         (cfi_frame_chain, cfi_init_extra_frame_info)
3673         (cfi_virtual_frame_pointer): Use the above function.
3674         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3675
3676 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
3677
3678         * v850-tdep.c (v850_type_is_scalar): New function.
3679         (v850_use_struct_convention): Match current gcc implementation
3680         as close as possible.
3681         (v850_push_arguments): Fix stack_offset handling.  Don't write
3682         struct_addr into register.  This is done by v850_store_struct_return.
3683         (v850_extract_return_value): Care for structs.
3684         (v850_store_return_value): Ditto.
3685         (v850_store_struct_return): Actually write address.
3686
3687 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
3688
3689         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3690         without debug information too.
3691
3692 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
3693
3694         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3695         Make multi-arch pure.
3696         * gdbarch.h, gdbarch.c: Re-generate.
3697         * arm-tdep.c (arm_print_float_info): Update.
3698         * arch-utils.h (default_print_float_info): Update.
3699         * arch-utils.c (default_print_float_info): Update.
3700         * infcmd.c (float_info): Update call.
3701
3702 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
3703
3704         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3705         the front of the initialize list.
3706
3707 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
3708
3709         * infrun.c (struct inferior_status): Replace fields
3710         selected_frame_address and selected_level with field
3711         selected_frame_id.
3712         (save_inferior_status): Update.  Use get_frame_id.
3713         (struct restore_selected_frame_args): Delete.
3714         (restore_selected_frame): Update.  Use frame_find_by_id.
3715         (restore_inferior_status): Update.
3716
3717         * breakpoint.h (struct breakpoint): Change type of
3718         watchpoint_frame to frame_id.
3719         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
3720         call to get_current_frame.
3721         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
3722         get_current_frame.
3723         (watchpoint_check): Use frame_find_by_id.
3724
3725         * frame.h (record_selected_frame): Delete declaration.
3726         * stack.c (record_selected_frame): Delete function.
3727         
3728         * frame.h (struct frame_id): Define.
3729         (get_frame_id): Declare.
3730         (frame_find_by_id): Declare.
3731         * frame.c (frame_find_by_id): New function.
3732         (get_frame_id): New function.
3733
3734 2002-06-10  Andrey Volkov <avolkov@transas.com>
3735
3736         * ser-e7kpc.c: Fix duplicated define and call of 
3737         _initialize_ser_e7000pc
3738             
3739 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
3740
3741         * signals/signals.c (target_signal_from_host): Fix #ifdef
3742         SIGRTMIN case.
3743         (do_target_signal_to_host): Likewise.
3744
3745 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
3746
3747         * mips-tdep.c (mips_find_abi_section): New function.
3748         (mips_gdbarch_init): Call it.
3749
3750 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
3751
3752         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3753         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
3754         after Andrew's 2002-06-08 gdbarch change.
3755
3756 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
3757
3758         * i386-linux-nat.c (suppy_gregset): Don't supply
3759         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3760         register cache.
3761         (fill_gregset): Don't fetch it under the same circumstances.
3762
3763 2002-06-09  Andrew Cagney  <cagney@redhat.com>
3764
3765         * Makefile.in (callback_h): Define.
3766         (remote_sim_h): Update path to remote-sim.h.
3767         (remote-rdp.o): Add $(callback_h).
3768         (remote-sim.o): Use $(callback_h).
3769         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3770         * remote-rdp.c: Include "gdb/callback.h".
3771
3772 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
3773
3774         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3775         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3776
3777 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3778
3779         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3780         * rdi-share/serpardr.c: Ditto.
3781         * rdi-share/unixcomm.c: Ditto.
3782         * rdi-share/serdrv.c: Ditto.
3783         * rdi-share/hostchan.h: Ditto.
3784         * rdi-share/hostchan.c: Ditto.
3785         * rdi-share/host.h: Ditto.
3786         * rdi-share/devsw.c: Ditto.
3787
3788         * objfiles.h: Change type of obj_private to void pointer.
3789         * pa64solib.c: Update copyright.  Don't include "assert.h", use
3790         strcmp instead of STREQ, use LONGEST, do not use PTR
3791         * somsolib.c: Ditto.
3792
3793         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3794         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3795         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3796
3797 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3798
3799         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3800         (default_get_saved_register): Delete function.
3801         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3802         generic_unwind_get_saved_register.
3803         * gdbarch.h, gdbarch.c: Re-generate.
3804         
3805 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3806
3807         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3808         generic_func_frame_chain_valid.
3809         * gdbarch.h, gdbarch.c: Re-generate.
3810         * blockframe.c (generic_func_frame_chain_valid): Only check
3811         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
3812         passing FP to PC_IN_CALL_DUMMY.
3813         Fix PR gdb/360.
3814
3815 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3816
3817         * gdbarch.sh (struct gdbarch_data): Add field init_p.
3818         (register_gdbarch_data): Initialize init_p.
3819         (gdbarch_data): Initialize data pointer using the init function.
3820         (init_gdbarch_data): Delete function.
3821         (gdbarch_update_p): Update.
3822         (initialize_non_multiarch): Update.
3823         (struct gdbarch): Add field initialized_p.
3824         * gdbarch.h, gdbarch.c: Re-generate.
3825
3826 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
3827
3828         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3829         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3830         better do the things actually here.
3831         * x86-64-tdep.c (x86_64_register_name2nr): New.
3832         (x86_64_register_name): Renamed to x86_64_register_nr2name.
3833         (x86_64_gdbarch_init): Respect the above change.
3834         * x86-64-tdep.h (x86_64_register_name2nr)
3835         (x86_64_register_nr2name): Add prototypes.
3836         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3837
3838 2002-06-06  Michael Snyder  <msnyder@redhat.com>
3839
3840         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3841         Delete extra braces and re-indent.
3842         (d10v_store_return_value): Char return values
3843         must be shifted over by one byte in R0.
3844         (d10v_extract_return_value): Delete extra braces, re-indent.
3845
3846 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
3847
3848         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3849         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3850         (d10v_integer_to_address): Rewrite.
3851         (d10v_frame_init_saved_regs): When reading fp and sp registers use
3852         the d10v specific functions which take care of converting to the
3853         correct space.
3854
3855 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
3856
3857         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3858         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3859
3860 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
3861
3862         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3863         includes.
3864         * config/tm-linux.h: Ditto.
3865         * config/alpha/tm-alphalinux.h: Ditto.
3866         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3867         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3868         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3869         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3870         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3871         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3872         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3873         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3874         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3875         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3876         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3877         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3878         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3879         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3880         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3881         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3882         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3883         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3884         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3885         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3886         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3887         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3888         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3889         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3890         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3891         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3892         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3893         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3894         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3895         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3896         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3897         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3898         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3899         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3900         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3901         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3902         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3903
3904 2002-05-04  Aidan Skinner <aidan@velvet.net>
3905
3906         * ada-exp.tab.c: New file
3907         * ada-exp.y: New file
3908         * ada-lang.c: New file
3909         * ada-lang.h: New file
3910         * ada-lex.c: New file
3911         * ada-lex.l: New file
3912         * ada-tasks.c: New file
3913         * ada-typeprint.c: New file
3914         * ada-valprint.c: New file
3915         
3916 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
3917
3918         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3919         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3920
3921 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
3922
3923         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3924         insetead of ppc-linux-tdep.o.
3925         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3926         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3927
3928 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
3929
3930         2002-05-07 Christian Groessler <chris@groessler.org>
3931         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3932         bit register contents for little endian hosts.
3933
3934 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3935
3936         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3937         any maintainer.
3938
3939 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3940
3941         * gdbarch.h: Regenerate.
3942
3943 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3944
3945         * MAINTAINERS: Add everyone to write-after-approval list.
3946
3947 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3948
3949         * stack.c (frame_info): Use frame_register_unwind instead of
3950         saved_regs.  Mention when the SP is on the stack or in a register.
3951
3952         * frame.h (frame_register_unwind_ftype): Define.  Document.
3953         (struct frame_info): Add field register_unwind and
3954         register_unwind_cache.
3955         (frame_register_unwind): Declare.
3956         (generic_unwind_get_saved_register): Declare.
3957
3958         * frame.c (frame_register_unwind): New function.
3959         (generic_unwind_get_saved_register): New function.
3960
3961         * blockframe.c (generic_call_dummy_register_unwind): New function.
3962         (frame_saved_regs_register_unwind): New function.
3963         (set_unwind_by_pc): New function.
3964         (create_new_frame): New function.
3965         (get_prev_frame): New function.
3966
3967 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
3968
3969         * a29k-share/: Delete directory.
3970         * remote-vx29k.c: Delete file.
3971
3972 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
3973
3974         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3975         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3976
3977 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
3978
3979         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3980         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3981         (sparc64nbsd-nat.o)
3982         (sparcnbsd-nat.o)
3983         (sparcnbsd-tdep.o): New dependency lists.
3984         * NEWS: Note new UltraSPARC NetBSD native configuration.
3985         * configure.host (sparc64-*-netbsd*): New host.
3986         * configure.tgt (sparc-*-netbsdelf*)
3987         (sparc-*-netbsd*): Set gdb_target to nbsd.
3988         (sparc64-*-netbsd*): New target.
3989         * sparc64nbsd-nat.c: New file.
3990         * sparcnbsd-nat.c: New file.
3991         * sparcnbsd-tdep.c: New file.
3992         * sparcnbsd-tdep.h: New file.
3993         * config/sparc/nbsd.mt: New file.
3994         * config/sparc/nbsd64.mh: New file.
3995         * config/sparc/nbsd64.mt: New file.
3996         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3997         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
3998         (HOST_IPC): Remove.
3999         * config/sparc/nbsdaout.mt: Remove.
4000         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4001         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4002         (HOST_IPC): Remove.
4003         * config/sparc/nbsdelf.mt: Remove.
4004         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
4005         sparc-nat.c compatiblity defines.
4006         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
4007         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4008         * config/sparc/tm-nbsd64.h: New file.
4009         * config/sparc/tm-nbsdaout.h: Remove.
4010         * config/sparc/xm-nbsd.h: Remove.
4011
4012 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4013
4014         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4015         * sparc-tdep.c: Include osabi.h.
4016         (gdbarch_tdep): Add osabi member.
4017         (_initialize_sparc_tdep): Use gdbarch_register.
4018         (sparc_gdbarch_init): Use generic OS ABI framework.
4019         (sparc_dump_tdep): New function.
4020
4021 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
4022
4023         * corefile.c (do_captured_read_memory_integer): Return non-zero
4024         result.
4025         (safe_read_memory_integer): Copy result of memory read when
4026         status is non-zero.  Also, add comments.
4027
4028 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
4029
4030         * Makefile.in (ppc_tdep_h): Define.
4031         (ppc-linux-nat.o)
4032         (ppc-linux-tdep.o)
4033         (rs6000-tdep.o): Use $(ppc_tdep_h).
4034         (ppc-sysv-tdep.o)
4035         (ppcnbsd-nat.o)
4036         (ppcnbsd-tdep.o): New dependency lists.
4037         * ppc-tdep.h: Use generic OS ABI framework.
4038         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4039         (ppc_linux_init_abi): New functions.
4040         (ppc_sysv_abi_broken_use_struct_convention)
4041         (ppc_sysv_abi_use_struct_convention)
4042         (ppc_sysv_abi_push_arguments): Move to...
4043         * ppc-sysv-tdep.c: ...here.
4044         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4045         * rs6000-tdep.c (process_note_abi_tag_sections)
4046         (get_elfosabi): Remove.
4047         (rs6000_gdbarch_init): Use generic OS ABI framework.
4048         (rs6000_dump_tdep): New function.
4049         (_initialize_rs6000_tdep): Use gdbarch_register.
4050         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4051         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4052         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4053         of ppc-linux-tdep.o.
4054         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4055         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4056         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4057         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4058         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4059         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4060
4061 2002-05-29  Jim Blandy  <jimb@redhat.com>
4062
4063         * macroscope.c (default_macro_scope): Put `void' in empty argument
4064         list.
4065
4066 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
4067
4068         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4069         * arch-utils.c: Include "sim-regno.h".
4070         * gdbarch.sh: Don't include "sim-regno.h".
4071         * gdbarch.h, gdbarch.c: Regenerate.
4072         * sim-regno.h (legacy_register_sim_regno): Move declaration from
4073         here.
4074         * arch-utils.h (legacy_register_sim_regno): To here.
4075         * remote-sim.c (legacy_register_sim_regno): Move function from
4076         here.
4077         * arch-utils.c (legacy_register_sim_regno): To here.
4078
4079 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4080
4081         * sim-regno.h: New file.
4082         * Makefile.in (sim_regno_h): Define.
4083         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4084         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4085         (legacy_register_sim_regno): New function.
4086         (one2one_register_sim_regno): New function.
4087         (gdbsim_fetch_register): Rewrite.
4088         (gdbsim_store_register): Only store a register when
4089         REGISTER_SIM_REGNO is valid.
4090         * d10v-tdep.c: Include "sim-regno.h".
4091         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4092         (d10v_ts3_register_sim_regno): Ditto.
4093         * gdbarch.sh: Include "sim-regno.h".
4094         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4095         * gdbarch.h, gdbarch.c: Regenerate.
4096         * arch-utils.h (default_register_sim_regno): Delete declaration.
4097         * arch-utils.c (default_register_sim_regno): Delete function.
4098
4099 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
4100
4101         * ppcnbsd-nat.c: Rewrite.
4102         * ppcnbsd-tdep.c: New file.
4103         * ppcnbsd-tdep.h: New file.
4104         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4105         solib.o, and solib-svr4.o.
4106         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4107         nbsd-tdep.o, and corelow.o.
4108
4109 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4110
4111         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4112         `tr' and `sed'.  Mention that `broken' targets are not expected to
4113         build.
4114
4115 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
4116
4117         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4118         Let PC point right after the prologue before looking up symbols.
4119         
4120 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
4121
4122         * i386-tdep.c (i386_register_virtual_type): Return 
4123         builtin_type_vec128i for SSE registers.
4124
4125         * gdbtypes.h (builtin_type_vec128i): Declare.
4126
4127         * gdbtypes.c (build_builtin_type_vec128i): New function.
4128         (builtin_type_v2_double, builtin_type_v4_int64): New types.
4129         (builtin_type_vec128i): New type for SSE2 128-bit registers.
4130         (build_gdbtypes): Initialize new builtin vector types.
4131         (_initialize_gdbtypes): Register new vector types with gdbarch.
4132
4133 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4134
4135         * MAINTAINERS: ns32k is not longer an obsolete candidate,
4136         since it has been multi-arch'd.
4137         * NEWS: Note that ns32k-*-* is now partial multi-arch.
4138         Move Alpha and VAX multi-arch news entries to same section
4139         as other multi-arch news.
4140
4141 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4142
4143         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4144         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
4145         static.  Rename some register numbers to put them in ns32k-tdep
4146         private namespace.
4147         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4148         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4149         functions.
4150         (_initialize_ns32k_tdep): Use gdbarch_register.
4151         * ns32k-tdep.h: New file.
4152         * ns32knbsd-tdep.c: New file.
4153         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4154         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4155         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4156         REGISTER_BYTES, REGISTER_BYTE): Remove.
4157         * config/ns32k/tm-ns32k.h: New file.
4158         * config/ns32k/tm-umax.h: Remove.
4159
4160 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4161
4162         * ns32k-tdep.c (ns32k_saved_pc_after_call,
4163         ns32k_store_struct_return, ns32k_extract_return_value,
4164         ns32k_store_return_value, ns32k_extract_struct_value_address): New
4165         functions.
4166         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4167         ns32k_saved_pc_after_call.
4168         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4169         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4170         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4171         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4172         ns32k_extract_struct_value_address.
4173
4174 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4175
4176         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4177         ns32k_fix_call_dummy): New.
4178         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4179         ns32k_call_dummy_words.
4180         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4181         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4182         CALL_DUMMY_NARGS): Remove.
4183         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4184
4185 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4186
4187         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4188         ns32k_frame_saved_pc, ns32k_frame_args_address,
4189         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4190         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4191         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4192         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4193         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4194         (BREAKPOINT): Remove..
4195         (FRAME_CHAIN): Define as ns32k_frame_chain.
4196         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4197         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4198         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4199         (FRAME_FIND_SAVED_REGS): Remove.
4200         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4201         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4202         (POP_FRAME): Define as ns32k_pop_frame.
4203
4204 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4205
4206         * ns32k-tdep.c (ns32k_register_byte_32082,
4207         ns32k_register_byte_32382, ns32k_register_raw_size,
4208         ns32k_register_virtual_size, ns32k_register_virtual_type): New
4209         functions.
4210         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4211         ns32k_register_byte_32382.
4212         * config/ns32k/tm-umax.h: Update copyright years.
4213         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4214         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4215         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4216         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4217         (ns32k_get_enter_addr): Fix prototype.
4218
4219 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4220
4221         * ns32k-tdep.c: Update copyright years.
4222         (ns32k_register_name_32082): New function.
4223         (ns32k_register_name_32382): Ditto.
4224         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4225         (REGISTER_NAME): Define as ns32k_register_name_32382.
4226         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4227         (REGISTER_NAME): Define as ns32k_register_name_32082.
4228
4229 2002-05-24  Jim Blandy  <jimb@redhat.com>
4230
4231         * dwarf2read.c (free_line_header): Use xfree, not free.
4232
4233 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
4234
4235         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4236         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4237
4238 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4239
4240         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4241
4242 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4243
4244         From Ross Alexander at NEC Europe:
4245         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4246
4247 2002-05-23  Michael Snyder  <msnyder@redhat.com>
4248
4249         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4250         for input, rather than parse_and_eval_address.  
4251
4252 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4253
4254         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4255         * Makefile.in (sim_d10v_h): Update definition.
4256
4257 2002-05-24  Andrew Cagney  <cagney@redhat.com>
4258
4259         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4260         change `2002-05-22 Michael Snyder' below.
4261         (d10v_push_arguments): Ditto.
4262         (d10v_extract_return_value): Ditto.
4263
4264 2002-05-23  Jim Blandy  <jimb@redhat.com>
4265
4266         * macrotab.c (check_for_redefinition): Don't complain if the new
4267         definition is the same as the previous one.  Take more arguments
4268         to allow the comparison.
4269         (macro_define_object, macro_define_function): Pass more arguments
4270         to check_for_redefinition.
4271
4272 2002-05-22  Michael Snyder  <msnyder@redhat.com>
4273
4274         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4275         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4276         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4277         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4278         Don't bail if return_pc is PC_IN_CALL_DUMMY.
4279         Add a temp variable to save a call (and a memory read).
4280         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4281         if possible (so that PC_IN_CALL_DUMMY will work).
4282
4283 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
4284
4285         * MAINTAINERS: Remove status `OBSOLETE' from v850.
4286
4287 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
4288
4289         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4290         fde->cie_ptr.
4291         (dwarf2_build_frame_info): Corrected handling of eh_frame.
4292         (dwarf2_build_frame_info): Add offset to fde->initial_location 
4293         so that frames of shared libraries are mapped correctly.
4294         (execute_stack_op): Change type of 'result' from ULONGEST to
4295         CORE_ADDR.
4296         
4297 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4298
4299         * config/alpha/tm-nbsd.h: Include solib.h.
4300
4301 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4302
4303         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4304         assumptions about the host's byte order.
4305
4306 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4307
4308         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4309         to dependency list.
4310         * alphanbsd-tdep.c: Include solib-svr4.h.
4311         * shnbsd-tdep.c: Ditto.
4312
4313 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4314
4315         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4316         nbsd-tdep.h to dependency list.
4317         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4318         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4319         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4320         nbsdaout.mh and nbsdelf.mh consistently.
4321         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4322         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4323         nbsdaout.mt and nbsdelf.mh consistently.
4324         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
4325         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4326         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4327         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
4328         a.out shared library stuff from here...
4329         * config/nm-nbsdaout.h: ...to here.
4330         * config/tm-nbsd.h: Remove.
4331         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4332         * config/arm/nbsd.mh: Remove.
4333         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4334         nbsd-tdep.o.
4335         * config/arm/nbsdaout.mh: New file. 
4336         * config/arm/nbsdelf.mh: New file.
4337         * config/arm/nm-nbsdaout.h: New file.
4338         * config/i386/nbsd.mh: Remove.
4339         * config/i386/nbsd.mt: Remove.
4340         * config/i386/nbsdaout.mh: New file.
4341         * config/i386/nbsdaout.mt: New file.
4342         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4343         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4344         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
4345         i386_register_u_addr): Remove.
4346         * config/i386/nm-nbsdaout.h: New file.
4347         * config/i386/nm-nbsdelf.h: Remove.
4348         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4349         (USE_STRUCT_CONVENTION): Remove.
4350         * config/i386/tm-nbsdaout.h: New file.
4351         * config/i386/tm-nbsdelf.h: Remove.
4352         * config/m68k/nbsd.mh: Remove.
4353         * config/m68k/nbsd.mt: Remove.
4354         * config/m68k/nbsdaout.mh: New file.
4355         * config/m68k/nbsdaout.mt: New file. 
4356         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4357         * config/m68k/nm-nbsdaout.h: New file.
4358         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4359         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4360         * config/ns32k/nbsd.mh: Remove.
4361         * config/ns32k/nbsd.mt: Remove. 
4362         * config/ns32k/nbsdaout.mh: New file.
4363         * config/ns32k/nbsdaout.mt: New file.
4364         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
4365         * config/ns32k/nm-nbsdaout.h: New file.
4366         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
4367         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4368         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4369         (SVR4_SHARED_LIBS): Remove.
4370         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4371         * config/sparc/nbsd.mh: Remove.
4372         * config/sparc/nbsd.mt: Remove.
4373         * config/sparc/nbsdaout.mh: New file.
4374         * config/sparc/nbsdaout.mt: New file.
4375         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4376         * config/sparc/nbsdelf.mt: New file.
4377         * config/sparc/nm-nbsdaout.h: New file.   
4378         * config/sparc/nm-nbsdelf.h: Remove.
4379         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4380         * config/sparc/tm-nbsdaout.h: New file.
4381
4382 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4383
4384         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4385         mipsnbsd-tdep.c
4386         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4387
4388 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4389
4390         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4391         shnbsd-nat.c.
4392         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4393
4394 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4395
4396         * NEWS: Note new MIPS NetBSD native configuration. 
4397         * configure.host (mips*-*-netbsd*): New host. 
4398         * configure.tgt (mips*-*-netbsd*): New target. 
4399         * mipsnbsd-nat.c: New file.
4400         * mipsnbsd-tdep.c: New file.
4401         * mipsnbsd-tdep.h: New file.
4402         * config/mips/nbsd.mh: New file.
4403         * config/mips/nbsd.mt: New file.
4404         * config/mips/nm-nbsd.h: New file.
4405         * config/mips/tm-nbsd.h: New file.
4406
4407 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4408
4409         * Makefile.in (SFILES): Add osabi.c.
4410         (COMMON_OBS): Add osabi.o.
4411         (osabi.o): New dependency list.
4412         * osabi.c: New file.
4413         * osabi.h: New file.
4414         * doc/gdbint.texinfo: Document new generic OS ABI framework.
4415
4416         * Makefile.in (alpha_tdep_h): Define and use instead of
4417         alpha-tdep.h.
4418         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4419         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4420         Remove.
4421         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4422         * alpha-tdep.h: Include osabi.h.
4423         (alpha_abi): Remove.
4424         (gdbarch_tdep): Use generic OS ABI framework.
4425         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4426         gdbarch_register_osabi.
4427         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4428         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4429         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4430
4431         * Makefile.in (sh_tdep_h): Add osabi.h.
4432         * sh-tdep.h (sh_osabi): Remove.
4433         (gdbarch_tdep): Use generic OS ABI framework.
4434         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4435         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4436         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4437         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4438
4439         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4440         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4441         gdbarch_register_osabi.
4442         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4443         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4444         (get_elfosabi): Rename to...
4445         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
4446         ABI framework support routines.
4447         (arm_gdbarch_init): Use generic OS ABI framework.
4448         (arm_dump_tdep): Likewise.
4449         (_initialize_arm_tdep): Likewise.
4450         * arm-tdep.h: Include osabi.h.
4451         (arm_abi): Remove.
4452         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
4453         osabi member.
4454         (arm_gdbarch_register_os_abi): Remove prototype.
4455         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4456         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4457
4458         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4459         * mips-tdep.c: Include osabi.h.
4460         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4461         OS ABI framework.
4462
4463 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
4464
4465         * h8300-tdep.c: Fix formatting.
4466
4467 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
4468
4469         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4470         printing vector registers.
4471
4472 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4473
4474         From Fernando Nasser:
4475         * remote.c (remote_async_open_1): Re-throw the exception when the
4476         connection fails.
4477         (remote_cisco_open): Ditto.
4478         (remote_open_1): Ditto.
4479
4480 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4481
4482         * remote.c (remote_start_remote_dummy): Add uiout parameter.
4483         (remote_start_remote): Add uiout parameter.  Pass through to
4484         remote_start_remote_dummy.
4485         (remote_open_1): Use catch_exception instead of catch_errors.
4486         (remote_async_open_1): Ditto.
4487         (remote_cisco_open): Ditto.
4488
4489 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4490
4491         * remote.c (remote_start_remote): Replace PTR with void pointer.
4492         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
4493         static.
4494
4495 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
4496
4497         * gdb_indent.sh: Allow the script to be run in the sim directory.
4498
4499 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
4500
4501         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4502         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4503
4504         * corelow.c (core_open): Only call set_gdbarch_from_file if
4505         exec_bfd is NULL.
4506
4507 2002-05-17  Andrey Volkov <avolkov@transas.com>
4508
4509         * h8300-tdep.c: Add support of EXR register
4510         * config/h8300/tm-h8300.h: Ditto. 
4511         
4512 2002-05-17  Andrey Volkov <avolkov@transas.com>
4513
4514         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
4515         
4516 2002-05-17  Andrey Volkov <avolkov@transas.com>
4517
4518         * h8300-tdep.c: Change literal regnums to REGNO.
4519         
4520 2002-05-17  Jim Blandy  <jimb@redhat.com>
4521
4522         * NEWS: Note addition of macro support.
4523
4524         Expand preprocessor macros in C expressions.
4525         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4526         (scan_macro_expansion, scanning_macro_expansion,
4527         finished_macro_expansion): New function declarations.
4528         (expression_macro_lookup_func, expression_macro_lookup_baton): New
4529         variable declarations.
4530         * parser-defs.h (expression_context_pc): New declaration.
4531         * parse.c (expression_context_pc): New variable.
4532         (parse_exp_1): Set expression_context_pc, as well as
4533         expression_context_block.
4534         * c-exp.y (yylex): If we're not already reading the result of a
4535         macro expansion, try to macro-expand the next token.  When we're
4536         done scanning a macro expansion, switch back to the mainline text.
4537         Commas and `if's in a macro's expansion don't terminate the input.
4538         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4539         (macro_original_text, macro_expanded_text,
4540         expression_macro_lookup_func, expression_macro_lookup_baton): New
4541         variables.
4542         (scan_macro_expansion, scanning_macro_expansion,
4543         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4544         c_preprocess_and_parse): New functions.
4545         (c_language_defn, cplus_language_defn, asm_language_defn): Call
4546         c_preprocess_and_parse, instead of c_parse.
4547         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4548         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4549
4550 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
4551
4552         * sh-tdep.c (gdb_print_insn_sh64): Delete.
4553         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4554         (sh_gdbarch_init): Always use gdb_print_insn_sh.
4555
4556 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
4557
4558         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
4559
4560 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
4561
4562         * Makefile.in (sh_tdep_h): Define and use.
4563         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4564         register enum): Move to...
4565         * * sh-tdep.h: ...here.
4566         * sh-tdep.c: Include sh-tdep.h.
4567         * sh3-rom.c: Likewise.
4568         * shnbsd-tdep.c: Likewise.
4569
4570 2002-05-16  Michael Snyder  <msnyder@redhat.com>
4571
4572         * arm-tdep.c: Spelling fix in comment.
4573
4574 2002-05-16  Jim Blandy  <jimb@redhat.com>
4575
4576         Add commands for manually expanding macros and showing their
4577         definitions.
4578         * macrocmd.c, macroscope.c, macroscope.h: New files.
4579         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4580         (macroscope_h): New variable.
4581         (HFILES_NO_SRCDIR): Add macroscope.h.
4582         (COMMON_OBS): Add macrocmd.o, macroscope.o.
4583         (macroscope.o, macrocmd.o): New rules.
4584
4585         Teach the Dwarf 2 reader to read macro information.
4586         * dwarf2read.c: #include "macrotab.h".
4587         (dwarf_macinfo_buffer): New variable.
4588         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4589         dwarf_macinfo_size.
4590         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4591         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4592         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4593         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4594         dwarf2_macro_spaces_in_definition): New complaints.
4595         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4596         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4597         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4598         the partial symbol table.
4599         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4600         from what's recorded in the partial symbol table.
4601         (read_file_scope): If the compilation unit has a
4602         `DW_AT_macro_info' attribute, read its macro information.
4603         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4604
4605 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
4606
4607         Fix PR gdb/546
4608         * ser-tcp.c: Don't include <netinet/udp.h>.
4609
4610 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4611
4612         * MAINTAINERS: Update my email address.
4613
4614 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
4615
4616         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4617         include file of the same name.
4618
4619 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4620
4621         * configure.tgt: Mark v850 as multi-arched.
4622         * config/v850/tm-v850.h: Remove file.
4623         * config/v850/v850.mt: Eliminate TM_FILE.
4624
4625 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4626
4627         * v850-tdep.c: Full multi-arch.
4628         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4629         Define GDB_MULTI_ARCH to 2.
4630
4631 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4632
4633         * p-exp.y (current_type): New static variable.
4634         Carries the type of the expression at the position that is parsed.
4635         (push_current_type, pop_current_type): Two new functions. Used
4636         to store/restore current_type in expression on specific tokens.
4637         (search_field): New static variable. Set to one after parsing a point
4638         as at that point only a FIELDNAME token should be searched.
4639         (FIELDNAME): New token. After a point only a token belonging to 
4640         current_type type definition is allowed.
4641         (all over token rules): reset and change current_type according
4642         to rules.
4643         (exp '[' rule): insert implicit array index field if
4644         exp is a pascal string type.
4645
4646 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4647
4648         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
4649         frame info.  Use frame_info's saved_regs instead of matching member
4650         in extra_frame_info throughout.
4651         (v850_frame_init_saved_regs): New function.
4652         (v850_init_extra_frame_info): Move most functionality into
4653         v850_frame_init_saved_regs().
4654         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4655         (v850_frame_find_saved_regs): Remove declaration.
4656         (FRAME_FIND_SAVED_REGS): Remove definition.
4657         (v850_frame_init_saved_regs): Add declaration.
4658         (FRAME_INIT_SAVED_REGS): Add definition.
4659
4660 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4661
4662         * v850-tdep.c: Begin multi-arch'ing v850.
4663         (v850_target_architecture_hook): Remove function.
4664         (v850_gdbarch_init): New function.  Add code previously in
4665         v850_target_architecture_hook().
4666         (_initialize_v850_tdep): Don't  set target_architecture_hook.
4667         Call register_gdbarch_init() instead.
4668
4669 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
4670
4671         * gdbtypes.h (struct cplus_struct_type): Remove args field.
4672         * hpread.c (hpread_read_struct_type): Remove assignments to args.
4673         (fixup_class_method_type): Likewise.
4674
4675 2002-05-15  Daniel Jacobowitz  <drow@mvista.com>
4676
4677         From Martin Pool <mbp@samba.org>:
4678         * gdbserver/server.c (gdbserver_usage): New function.
4679         (main): Call it.
4680
4681 2002-05-15  Jim Blandy  <jimb@redhat.com>
4682
4683         Add macro structures to GDB's symbol tables.  Nobody puts anything
4684         in them yet.
4685         * symtab.h (struct symtab): New member: `macro_table'.
4686         * buildsym.h (pending_macros): New global variable.
4687         * buildsym.c: #include "macrotab.h".
4688         (buildsym_init): Initialize `pending_macros'.
4689         (end_symtab): If we found macro information while reading a CU's
4690         debugging info, do build a symtab structure for it.  Make the
4691         symtab point to the macro information, and clear the
4692         `pending_macros' pointer which held it while we were reading the
4693         debug info.
4694         (really_free_pendings): Free any pending macro table.
4695         * objfiles.h (struct objfile): New member: `macro_cache'.
4696         * objfiles.c (allocate_objfile): Set allocate and free functions
4697         for the macro cache's objstack.
4698         (free_objfile): Empty the macro cache's obstack.
4699         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4700         set new allocate and free functions for it.
4701         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4702         free functions for the macro cache's objstack.  (Why is this
4703         function building its own objfile?)
4704         * symmisc.c (print_objfile_statistics): Print statistics on the
4705         macro bcache.
4706         * Makefile.in: Note that buildsym.o depends on macrotab.h.
4707
4708 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
4709
4710         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4711         (REGISTER_U_ADDR): Delete definition.
4712         (arm_register_u_addr): Delete declaration.
4713
4714 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
4715
4716         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4717         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4718
4719 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
4720
4721         * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4722         stop_at -> stop_pc.
4723
4724 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
4725
4726         * regcache.c (register_valid): Revise comments refering to "Not
4727         available" and "unavailable".
4728         * frame.c (frame_register_read): Ditto.
4729         * findvar.c (value_of_register): Ditto.
4730
4731 2002-05-15  Andrew Cagney  <cagney@redhat.com>
4732
4733         * Makefile.in (remote_sim_h): Replace remote-sim_h.
4734         (remote-sim.o): Update dependencies.
4735         (d10v-tdep.o): Specify dependencies.
4736         (sim_d10v_h): Define.
4737
4738 2002-05-14  Jim Blandy  <jimb@redhat.com>
4739
4740         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4741         * macrotab.c (macro_lookup_inclusion, find_definition,
4742         new_macro_table): Same.
4743         
4744         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4745         not `! strcmp ()'.  This is a dubious improvement.
4746         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4747
4748         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4749         although it's not necessary, to avoid a warning.
4750
4751 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
4752
4753         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4754         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4755         TYPE_INSTANCE_FLAGS.
4756         (struct main_type): New.
4757         (struct type): Move most members to struct main_type.  Change
4758         cv_type and as_type to new type_chain member.  Add instance_flags.
4759         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4760         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4761         (finish_cv_type): Remove prototype.
4762         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
4763         Set TYPE_CHAIN.
4764         (alloc_type_instance): New function.
4765         (smash_type): New function.
4766         (make_pointer_type, make_reference_type, make_function_type)
4767         (smash_to_member_type, smash_to_method_type): Call smash_type.
4768         (make_qualified_type): New function.
4769         (make_type_with_address_space): Call make_qualified_type.
4770         (make_cv_type): Likewise.
4771         (finish_cv_type): Remove unnecessary function.
4772         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
4773         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4774         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4775         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4776         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4777         * hpread.c (hpread_read_struct_type): Likewise.
4778         * stabsread.c (read_struct_type): Likewise.
4779
4780 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
4781
4782         * configure.tgt: Add a catch all sh* target, for cases like
4783         sh[2,3,4]-elf and sh-hms.
4784
4785 2002-05-14  Keith Seitz  <keiths@redhat.com>
4786
4787         * event-loop.c (create_file_handler): Don't do anything but
4788         update data when we are given a fd which we are already
4789         monitoring.
4790
4791 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
4792
4793         * dwarf2cfi.c (context_cpy): Copy registers correctly.
4794         (update_context): Use __func__ in warnings.
4795         
4796 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
4797
4798         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
4799         and tcp_close to net_open and net_close.
4800         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
4801         using UDP if requested.  Don't try to disable Nagle on UDP
4802         sockets.
4803         * remote.c (remote_serial_open): New function.  Warn about UDP.
4804         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4805
4806 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
4807
4808         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4809
4810 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
4811
4812         * configure.tgt: Remove sh-hms target.
4813         * MAINTAINERS: Don't list sh-hms as a separate target.
4814
4815 2002-05-13  Jim Blandy  <jimb@redhat.com>
4816
4817         Add first preprocessor macro-expansion files.
4818         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4819         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4820         (splay_tree_h, macroexp_h, macrotab_h): New variable.
4821         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4822         (COMMON_OBS): Add macrotab.o, macroexp.o.
4823         (macroexp.o, macrotab.o): New rules.
4824
4825 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
4826
4827         * config/m88k/tm-m88k.h: Update copyright.
4828         (m88k_target_write_pc): Declare
4829         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4830         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4831         (SHIFT_INST_REGS): Update definition.
4832         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
4833         using old definition of TARGET_WRITE_PC.
4834         * regcache.c (generic_target_write_pc): Delete code handling
4835         NNPC_REGNUM.
4836         * gdbarch.sh (NNPC_REGNUM): Delete.
4837         * gdbarch.h, gdbarch.c: Regenerate.
4838
4839 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
4840
4841         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4842         builtin reg number.
4843
4844 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
4845
4846         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4847         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4848         (gen_address_of, gen_struct_ref, gen_repeat): Use type
4849         access macros.
4850         * c-typeprint.c (cp_type_print_method_args): Likewise.
4851         (c_type_print_args): Likewise.
4852         * d10v-tdep.c (d10v_push_arguments): Likewise.
4853         (d10v_extract_return_value): Likewise.
4854         * expprint.c (print_subexp): Likewise.
4855         * gdbtypes.c (lookup_primitive_typename): Likewise.
4856         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4857         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4858         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4859         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4860         (TYPE_VECTOR): Likewise.
4861         * hpread.c (hpread_read_struct_type)
4862         (fix_static_member_physnames, fixup_class_method_type)
4863         (hpread_type_lookup): Likewise.
4864         * mdebugread.c (parse_symbol, parse_type): Likewise.
4865         * p-lang.c (is_pascal_string_type): Likewise.
4866         * valops.c (hand_function_call): Likewise.
4867         * x86-64-tdep.c (classify_argument): Likewise.
4868
4869         * hpread.c (hpread_read_function_type)
4870         (hpread_read_doc_function_type): Call replace_type.
4871         * dstread.c (create_new_type): Delete.
4872         (decode_dst_structure, process_dst_function): Call alloc_type.
4873         Use type access macros.
4874
4875 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
4876
4877         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4878         the're not supported by the current architecture.
4879         (i387_fill_fxsave): Likewise.
4880
4881 2002-05-12  Fred Fish  <fnf@redhat.com>
4882
4883         * symfile.c (default_symfile_offsets): Arrange for uninitialized
4884         sect_index_xxx members to index the first slot in section_offsets
4885         if all of the section_offsets are zero.
4886
4887 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
4888
4889         * configure.tgt (sparc-*openbsd): Remove entry accidentially
4890         checked in with last change.
4891
4892 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
4893
4894         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4895         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
4896         config.sub.
4897
4898 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
4899
4900         * Makefile.in: Update dependencies.
4901
4902 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
4903
4904         * language.c (local_hex_string_custom): Simplify.  Do not depend
4905         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4906
4907         * memattr.c (mem_info_command): Replace calls to
4908         longest_local_hex_string and longest_local_hex_string_custom.
4909         * buildsym.c (make_blockvector): Ditto.
4910         * solib.c (info_sharedlibrary_command): Ditto.
4911         * tracepoint.c (tracepoints_info): Ditto.
4912         * symtab.c (print_msymbol_info): Ditto.
4913
4914         * language.c (local_hex_string): Delete.
4915         (local_hex_string_custom): Delete.
4916         (longest_local_hex_string): Rename to local_hex_string.
4917         (longest_local_hex_string_custom): Rename to
4918         local_hex_string_custom.
4919         * language.h (local_hex_string): Change parameter type to LONGEST.
4920         (local_hex_string_custom): Ditto.
4921         (longest_local_hex_string): Delete declaration.
4922         (longest_local_hex_string_custom): Ditto.
4923
4924         * solib.c: Update copyright.
4925         * memattr.c: Update copyright.
4926         
4927 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
4928
4929         * arch-utils.h (legacy_register_to_value): Declare.
4930         (legacy_value_to_register): Declare.
4931         (legacy_convert_register_p): Declare.
4932         * arch-utils.c (legacy_register_to_value): New function.
4933         (legacy_value_to_register): New function.
4934         (legacy_convert_register_p): New function.
4935
4936         * gdbarch.sh (REGISTER_TO_VALUE): Define.
4937         (VALUE_TO_REGISTER): Define.
4938         (CONVERT_REGISTER_P): Define.
4939         * gdbarch.h, gdbarch.c: Regenerate.
4940
4941         * valops.c (value_assign): Use CONVERT_REGISTER_P and
4942         VALUE_TO_REGISTER.
4943         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4944         CONVERT_REGISTER_P.
4945
4946 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
4947             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4948
4949         * Makefile.in: Update dependencies for valops.c.
4950         * valops.c: Include "gdb_assert.h".
4951         (typecmp): Skip THIS parameter to methods.
4952         (find_method_list): Remove static_memfuncp argument,
4953         update callers.  Check for stub methods.
4954         (find_value_oload_method_list): Don't set *static_memfuncp.
4955         (find_overload_match): Don't check for stub methods.  Assert
4956         that methods are not stubbed.  Handle static methods.
4957         (value_find_oload_method_list): Remove static_memfuncp argument.
4958         * gdbtypes.c (check_stub_method): Do not add THIS pointer
4959         to the argument list for static stub methods.
4960         * value.h (value_find_oload_method_list): Update prototype.
4961
4962 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
4963
4964         * arch-utils.h (generic_register_size): Declare.
4965         (generic_register_raw_size, generic_register_virtual_size): Delete
4966         declarations.
4967         * arch-utils.c (generic_register_raw_size): Delete.
4968         (generic_register_size): New function.
4969         (generic_register_virtual_size): Delete.
4970
4971         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4972         default generic_register_size.
4973         * gdbarch.h, gdbarch.c: Re-generate.
4974         
4975         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4976         register_virtual_size.
4977         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4978         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4979
4980 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
4981
4982         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4983         * gdbarch.h, gdbarch.c: Regenerate.
4984         * gnu-v3-abi.c: Update copyright.
4985         (vtable_address_point_offset): Update.
4986         (gnuv3_rtti_type): Update.
4987         (gnuv3_baseclass_offset): Update.
4988         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4989         (init_fetch_link_map_offsets): Update.
4990         * remote.c (get_remote_state): Update.
4991         
4992 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
4993
4994         * TODO: Remove value_headof/value_from_vtable_info comment.
4995         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4996         * values.c (value_headof, value_from_vtable_info): Delete.
4997         * value.h (value_from_vtable_info): Delete prototype.
4998
4999 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5000
5001         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5002         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5003         $(gdb_regex_h).
5004         (gdb_assert_h): Define.
5005         (gdb_wait_h): Define.
5006         (gdb_regex_h): Define.
5007
5008 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
5009
5010         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5011         * linespec.c (find_methods): Handle GCC 3.x template constructors.
5012
5013 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5014
5015         * nbsd-tdep.c: Fix comment.
5016
5017 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5018
5019         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5020         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5021         (nbsd-tdep.o): New dependency list.
5022         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
5023         nbsd-tdep.h.
5024         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5025         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5026         * nbsd-tdep.c: New file.
5027         * nbsd-tdep.h: New file.
5028         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
5029         nbsd-tdep.h.
5030         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5031         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5032         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5033         * config/sh/nbsd.mt (TDEPFILES): Ditto.
5034
5035 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5036
5037         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5038         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5039         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5040         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5041         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5042         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5043
5044 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5045
5046         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5047         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5048         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5049         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5050         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5051         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5052         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5053
5054 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5055
5056         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
5057         fetch_elfcore_registers to...
5058         * i386nbsd-tdep.c: ...here.
5059         (i386nbsd_use_struct_convention): Rename to...
5060         (i386nbsd_aout_use_struct_convention): ...this.
5061         (i386nbsd_supply_reg): New function.
5062         (i386nbsd_fill_reg): New function.
5063         (fetch_core_registers): Use i386nbsd_supply_reg.
5064         (fetch_elfcore_registers): Likewise.
5065         (_initialize_i386nbsd_tdep): New function.
5066         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5067         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5068         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5069         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5070         (i386nbsd_aout_use_struct_convention): ...this.
5071
5072 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5073
5074         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5075         (store_inferior_registers): Use shnbsd_fill_reg.
5076         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
5077         sh_nbsd_supply_register): Collapse into...
5078         (shnbsd_supply_reg): ...this.
5079         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5080         (shnbsd_fill_reg): ...this.
5081         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5082         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5083         (fetch_core_registers): Use shnbsd_supply_reg.
5084         (fetch_elfcore_registers): Use shnbsd_supply_reg.
5085         (sh_nbsd_core_fns): Rename to...
5086         (shnbsd_core_fns): ...this.
5087         (sh_nbsd_elfcore_fns): Rename to...
5088         (shnbsd_elfcore_fns): ...this.
5089         (sh_nbsd_init_abi): Rename to...
5090         (shnbsd_init_abi): ...this.
5091         (_initialize_sh_nbsd_tdep): Rename to...
5092         (_initialize_shnbsd_tdep): ...this.
5093         * shnbsd-tdep.h (sh_nbsd_supply_registers,
5094         sh_nbsd_supply_register, sh_nbsd_fill_registers,
5095         sh_nbsd_fill_register): Remove prototypes.
5096         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5097
5098 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5099
5100         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5101         (i387-nat.o): Delete dependency list.
5102         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5103         (x86-64-linux-nat.o): Likewise.
5104         * i387-nat.c: Delete file, moving contents to...
5105         * i387-tdep.c: ...here.
5106         * i387-nat.h: Rename...
5107         * i387-tdep.h: ...to this.
5108         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5109         * i386-linux-nat.c: Likewise.
5110         * i386bsd-nat.c: Likewise.
5111         * i386gnu-nat.c: Likewise.
5112         * i386nbsd-nat.c: Likewise.
5113         * i386v4-nat.c: Likewise.
5114         * x86-64-linux-nat.c: Likewise.
5115         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5116         * config/i386/go32.mh (NATDEPFILES): Likewise.
5117         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5118         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5119         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5120         * config/i386/linux.mh (NATDEPFILES): Likewise.
5121         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5122         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5123         * config/i386/obsd.mh (NATDEPFILES): Likewise.
5124         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5125
5126 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5127
5128         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5129         (alphanbsd-nat.o): Remove dependency list.
5130         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5131         * alphanbsd-nat.c: Delete.  Contents moved to...
5132         * alphanbsd-tdep.c: ...here.
5133         (_initialize_alphanbsd_tdep): Register core functions.
5134         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5135
5136 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5137
5138         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5139         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5140         (alphanbsd-nat.o): Likewise.
5141         (alphabsd-tdep.o): New dependency list.
5142         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5143         (fill_gregset): Use alphabsd_fill_reg.
5144         (supply_fpregset): Use alphabsd_supply_fpreg.
5145         (fill_fpregset): Use alphabsd_fill_fpreg.
5146         (fetch_inferior_registers): Use struct reg and struct fpreg
5147         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
5148         and alphabsd_supply_fpreg.
5149         (store_inferior_registers): Use struct reg and struct fpreg
5150         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
5151         and alphabsd_fill_fpreg.
5152         * alphabsd-tdep.c: New file.
5153         * alphabsd-tdep.h: New file.
5154         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5155         (fetch_elfcore_registers): Use alphabsd_supply_reg and
5156         alphabsd_supply_fpreg.
5157         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5158         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5159
5160 2002-05-11  Eric Christopher  <echristo@redhat.com>
5161
5162         * mips-tdep.c (mips_double_register_type): Fix thinko.
5163         (mips_single_register_type): Ditto.
5164         * MAINTAINERS: Add self.
5165
5166 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
5167
5168         * i387-nat.c (i387_supply_register, i387_fill_fsave,
5169         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5170         right thing on architectures with different endianness and/or
5171         integer sizes.
5172
5173 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
5174
5175         From Christian Limpach <chris@Pin.LU>
5176         * configure.in: Change sed expression which comments out
5177         NATDEPFILES to also comment out continuation lines.
5178         * configure: Regenerate.
5179
5180 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5181
5182         * sh-tdep.c: Clean up code erroneously reintroduced by previous
5183         big patch.
5184
5185 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5186
5187         * sh-tdep.c: Include correct file.
5188
5189 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5190
5191         New support for sh64-elf (sh5) target.
5192
5193         * configure.tgt: For sh64-elf target, default to sh-elf.
5194
5195         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5196         (struct gdbarch_tdep): Add new fields for new registers and ABI
5197         info.
5198
5199         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5200         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5201         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5202         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5203         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5204         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5205         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5206         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5207         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5208         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5209         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5210         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5211         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5212         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5213         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5214         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5215         sh64_get_gdb_regnum, sh64_media_reg_base_num,
5216         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5217         sign_extend, sh64_nofp_frame_init_saved_regs,
5218         sh64_init_extra_frame_info, sh64_get_saved_register,
5219         sh64_extract_struct_value_address, sh64_pop_frame,
5220         sh64_push_arguments, sh64_extract_return_value,
5221         sh64_store_return_value, sh64_show_media_regs,
5222         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5223         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5224         sh_sh64_register_virtual_type,
5225         sh_sh64_register_convert_to_virtual,
5226         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5227         sh64_register_read, sh64_pseudo_register_write,
5228         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5229         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5230         sh64_do_pseudo_register, sh_compact_do_registers_info,
5231         sh64_do_registers_info, sh_gdbarch_init): New functions.
5232
5233 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5234
5235         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5236
5237 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
5238
5239         * linespec.c (decode_line_1): Check for a double quote after
5240         a filename correctly.
5241
5242 2002-05-10  Jim Blandy  <jimb@redhat.com>
5243
5244         Properly track the size of the current objfile's .debug_line section.
5245         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5246         (DWARF_LINE_SIZE): New macro.
5247         (dwarf2_build_psymtabs_hard): Record the line section's size in
5248         the partial symbol table.
5249         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5250         symbol table.
5251
5252 2002-05-10  Petr Sorfa  <petrs@caldera.com>
5253
5254         * ia64-tdep.c: Handle breakpoints on L instruction type
5255         in MLX instruction bundle by moving the breakpoint to
5256         the third slot (X instruction type) as L holds only data.
5257
5258 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
5259
5260         * dbxread.c (discarding_local_symbols_complaint): New complaint.
5261         (process_one_symbol): Complain about discarding local symbols
5262         due to a misplaced N_LBRAC entry.
5263
5264 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
5265
5266         From Daniel Berlin <dan@cgsoftware.com>
5267         * linespec.c (find_toplevel_char): '<' and '>' also increase and
5268         decrease the depth we are at, in the case of templates.
5269
5270 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5271
5272         * mips-tdep.c (mips_float_register_type): New function.
5273         (mips_double_register_type): New function.
5274         (mips_print_register): Use them.
5275         (do_fp_register_row): Likewise.
5276
5277 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5278
5279         * signals/signals.c (signals): Remove conditional compilation around
5280         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
5281         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5282
5283 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5284
5285         * remote-rdp.c (remote_rdp_can_run): Remove.
5286
5287 2002-05-09  Tom Tromey  <tromey@redhat.com>
5288
5289         * jv-valprint.c (java_val_print): Handle `char' as a special case
5290         of TYPE_CODE_INT.
5291
5292 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5293
5294         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5295         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5296         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5297         str r(0123),[sp,#nn].
5298         (arm_skip_prologue): Ditto.  Also make disassembly
5299         order-independent by placing it in a loop.
5300
5301 2002-05-06  Michael Snyder  <msnyder@redhat.com>
5302
5303         * stabsread.c (read_type): Add recognition for new attribute:
5304         "@V;" means that an array type is actually a vector.
5305         This is analogous to the vector flag that's been added to dwarf2.
5306
5307 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
5308
5309         * i386-tdep.h (i386_abi): New enum.
5310         (struct gdbarch_tdep): Replace os_ident member with abi.
5311         (i386_gdbarch_register_os_abi): New prototype.
5312         * i386-tdep.c (i386_abi_names): New array.
5313         (process_note_abi_tag_sections): Removed.
5314         (process_note_sections): New function.
5315         (i386_elf_abi_from_note, i386_elf_abi): New functions.
5316         (struct i386_abi_handler): New struct.
5317         (i386_abi_handler_list): New variable.
5318         (i386_gdbarch_register_os_abi): New function.
5319         (i386_gdbarch_init): Adapt for the changes given above.
5320
5321 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
5322
5323         * gregset.h: Say "GNU/Linux".
5324
5325 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
5326
5327         * gdbtypes.c : Add new builtin type for 64 bit vectors.
5328         (build_gdbtypes): Build builtin_type_v2_float.
5329         (_initialize_gdbtypes): Register new builtin type.
5330
5331 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
5332
5333         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5334         (clear_gdbarch_swap): New function.
5335         (initialize_non_multiarch): Call.
5336         (gdbarch_update_p): Before calling init(), swap out and clear the
5337         existing architecture.
5338         * gdbarch.c: Regenerate.
5339
5340 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5341
5342         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5343         alphanbsd-tdep.c.
5344
5345 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5346
5347         * sh-nbsd-nat.c: Rename to...
5348         * shnbsd-nat.c: ...this.
5349         * sh-nbsd-tdep.c: Rename to...
5350         * shnbsd-tdep.c: ...this.
5351         * sh-nbsd-tdep.h: Rename to...
5352         * shnbsd-tdep.h: ...this.
5353         * config/sh/nbsd.mh: Use shnbsd-nat.o.
5354         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5355
5356 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
5357
5358         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5359         concatenation for command help messages.
5360
5361 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5362
5363         * NEWS: Note new sh*-*-netbsdelf* configuration.
5364         * configure.host: Set gdb_host_cpu to sh for all sh*.
5365         (sh*-*-netbsdelf*): New host.
5366         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5367         (sh*-*-netbsdelf*): New target.
5368         * sh-nbsd-nat.c: New file.
5369         * sh-nbsd-tdep.c: New file.
5370         * sh-nbsd-tdep.h: New file.
5371         * config/sh/nbsd.mh: New file.
5372         * config/sh/nbsd.mt: New file.
5373         * config/sh/nm-nbsd.h: New file.
5374         * config/sh/tm-nbsd.h: New file.
5375
5376 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5377
5378         * sh-tdep.c (sh_osabi_names): Declare.
5379         (process_note_abi_tag_sections): New function.
5380         (get_elfosabi): Ditto.
5381         (sh_gdbarch_register_os_abi): Ditto.
5382         (sh_dump_tdep): Ditto.
5383         _initialize_sh_tdep): Use gdbarch_register to register
5384         sh_gdbarch_init and sh_dump_tdep.
5385         * config/sh/tm-sh.h (sh_osabi): Declare.
5386         (gdbarch_tdep): Add sh_osabi and osabi_name members.
5387
5388 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
5389
5390         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5391         (thumb_scan_prologue): Ditto.
5392         (arm_find_callers_reg): Ditto.
5393         (arm_frame_chain): Ditto.
5394         (arm_init_extra_frame_info): Ditto.
5395         (arm_frame_saved_pc): Ditto.
5396         (arm_pop_frame): Ditto.
5397         (arm_push_return_address): New function.
5398         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5399         call_dummy_location, call_dummy_breakpoint_offset_p,
5400         call_dummy_breakpoint_offset, call_dummy_p,
5401         call_dummy_stack_adjust_p, call_dummy_words,
5402         sizeof_call_dummy_words, call_dummy_start_offset,
5403         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5404         call_dummy_address, push_return_address and push_dummy_frame for
5405         generic dummy frames.
5406
5407 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5408
5409         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5410         size computation for alloca.
5411         (sh_fp_frame_init_saved_regs): Likewise.
5412
5413 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
5414
5415         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5416         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5417         * arm-tdep.c (arm_store_return_value): Use them.
5418         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5419         * remote-rdp.c (remote_rdp_fetch_register): Use
5420         ARM_MAX_REGISTER_RAW_SIZE.
5421         (remote_rdp_store_register): Likewise.
5422
5423 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
5424
5425         * dwarf2cfi.c: Code cleanup, removed unused variables,
5426         added default labels to switch {} statements.
5427         * x86-64-tdep.c: Ditto.
5428         * x86-64-linux-nat.c: Ditto.
5429
5430 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5431
5432         * solib.h: Protect against multiple inclusion.
5433
5434 2002-05-06  Jim Blandy  <jimb@redhat.com>
5435
5436         Add first preprocessor macro-expansion files.
5437         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5438         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5439         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5440         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5441         (COMMON_OBS): Add macrotab.o, macroexp.o.
5442         (macroexp.o, macrotab.o): New rules.
5443
5444         Separate the job of reading the line number info statement program
5445         header (...expialidocious) out into its own function.
5446         * dwarf2read.c (struct line_head, struct filenames, struct
5447         directories): Replace with...
5448         (struct line_header): New structure, containing the full
5449         contents of the statement program header, including the
5450         include directory and file name tables.
5451         (read_file_scope): If we have line number info, instead of just
5452         calling dwarf_decode_lines to do all the work, call
5453         dwarf_decode_line_header first to get a `struct line_header'
5454         containing the data in the statement program header, and then
5455         pass that to dwarf_decode_lines, which will pick up where that
5456         left off.  Be sure to clean up the `struct line_header' object.
5457         (dwarf_decode_line_header, free_line_header, add_include_dir,
5458         add_file_name): New functions.
5459         (dwarf_decode_lines): Move all the code to read the statement
5460         program header into dwarf_decode_line_header.  Take the line
5461         header it built as the first argument, instead of the offset to
5462         the compilation unit's line number info.  Use the new `struct
5463         line_header' type instead of the old structures.  No need to do
5464         cleanups here now, since we don't allocate anything.
5465         (dwarf2_statement_list_fits_in_line_number_section,
5466         dwarf2_line_header_too_long): New complaints.
5467
5468 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
5469
5470         * gdbtypes.c (init_vector_type): New function.
5471         (build_builtin_type_vec128): Simplify the representation of SIMD
5472         registers.
5473         (build_gdbtypes): Initialize new builtin vector types.
5474         (_initialize_gdbtypes): Register new vector types with gdbarch.
5475         (builtin_type_v4_float, builtin_type_v4_int32,
5476         builtin_type_v8_int16, builtin_type_v16_int8,
5477         builtin_type_v2_int32, builtin_type_v4_int16,
5478         builtin_type_v8_int8): New (renamed) SIMD types.
5479
5480 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
5481
5482         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5483         (i387_fill_fxsave): Likewise.
5484
5485 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5486
5487         * alpha-tdep.c (alpha_extract_return_value): Don't use
5488         non-constant array size in prototype.
5489
5490 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5491
5492         From Brian Taylor <briant at model dot com>:
5493         * ui-out.c (ui_out_field_core_addr): Use the function
5494         longest_local_hex_string_custom'to format addresses > 32 bits
5495         wide.
5496
5497         * ui-out.c (ui_out_field_core_addr): Update comment.
5498
5499 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5500
5501         * stack.c (select_and_print_frame): Make static.  Delete the
5502         parameter `level'.
5503         (func_command): Update call.
5504         (select_frame_command): Delete code computing the frame level.
5505         * frame.h (select_and_print_frame): Delete declaration.
5506
5507 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5508
5509         * sparc-tdep.c (sparc_get_saved_register): Comment why
5510         get_prev_frame call is safe.
5511
5512 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5513
5514         * frame.h (select_frame): Delete level parameter.
5515         * stack.c (select_frame): Update.  Use frame_relative_level to
5516         obtain the frame's level.
5517         (select_and_print_frame): Update call.
5518         (select_frame_command): Ditto.
5519         (up_silently_base): Ditto.
5520         (down_silently_base): Ditto.
5521         * ocd.c (ocd_start_remote): Ditto.
5522         * remote-rdp.c (remote_rdp_open): Ditto.
5523         * remote-mips.c (mips_initialize): Ditto.
5524         (common_open): Ditto.
5525         * remote-e7000.c (e7000_start_remote): Ditto.
5526         * m3-nat.c (select_thread): Ditto.
5527         * hppa-tdep.c (child_get_current_exception_event): Ditto.
5528         (child_get_current_exception_event): Ditto.
5529         * varobj.c (varobj_create): Ditto.
5530         (varobj_update): Ditto.
5531         (c_value_of_root): Ditto.
5532         * tracepoint.c (finish_tfind_command): Ditto.
5533         * corelow.c (core_open): Ditto.
5534         * arch-utils.c (generic_prepare_to_proceed): Ditto.
5535         * thread.c (info_threads_command): Ditto.
5536         (switch_to_thread): Ditto.
5537         * infrun.c (normal_stop): Ditto.
5538         (restore_selected_frame): Ditto.
5539         (restore_inferior_status): Ditto.
5540         * breakpoint.c (insert_breakpoints): Ditto.
5541         (watchpoint_check): Ditto.
5542         (bpstat_stop_status): Ditto.
5543         (do_enable_breakpoint): Ditto.
5544         * blockframe.c (flush_cached_frames): Ditto.
5545         (reinit_frame_cache): Ditto.
5546
5547 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5548
5549         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5550         maintainer.
5551
5552 2002-05-04  Jim Blandy  <jimb@redhat.com>
5553
5554         * gdbtypes.c (replace_type): Doc fix.
5555
5556 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5557
5558         * valprint.c (strcat_longest): Delete commented out function.
5559         Update copyright.
5560
5561 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5562
5563         * MAINTAINERS: Mark a29k as deleted.
5564         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
5565         Move new configurations to the top.
5566         * configure.tgt: Remove a29k.
5567         * config/a29k/tm-vx29k.h: Delete.
5568         * config/a29k/vx29k.mt: Delete.
5569         * config/a29k/tm-a29k.h: Delete.
5570         * config/a29k/a29k-udi.mt: Delete.
5571         * config/a29k/a29k.mt: Delete.
5572         * a29k-tdep.c: Delete.
5573         * remote-udi.c: Delete.
5574         * remote-mm.c: Delete.
5575         * remote-eb.c: Delete.
5576         * remote-adapt.c: Delete.
5577         * Makefile.in: Remove obsolete code.
5578         * gdbserver/Makefile.in: Ditto.
5579         * config/s390/s390x.mt: Ditto.
5580         * config/s390/s390.mt: Ditto.
5581         * config/sparc/sparclynx.mh: Ditto.
5582         * config/sparc/linux.mh: Ditto.
5583         * config/pa/hppaosf.mh: Ditto.
5584         * config/pa/hppabsd.mh: Ditto.
5585         * config/ns32k/nbsd.mt: Ditto.
5586         * config/mips/vr5000.mt: Ditto.
5587         * config/m68k/sun3os4.mh: Ditto.
5588         * config/m68k/nbsd.mt: Ditto.
5589         * config/m68k/m68klynx.mh: Ditto.
5590         * config/m32r/m32r.mt: Ditto.
5591         * config/i386/x86-64linux.mt: Ditto.
5592         * config/i386/nbsdelf.mt: Ditto.
5593         * config/i386/nbsd.mt: Ditto.
5594         * config/i386/i386lynx.mh: Ditto.
5595
5596 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5597
5598         * target.c (debug_print_register): New function.  Handle oversize
5599         registers.
5600         (debug_to_fetch_registers): Call.
5601         (debug_to_store_registers): Call.
5602
5603 2002-05-03  Jim Blandy  <jimb@redhat.com>
5604
5605         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5606         (read_type): Doc fix.
5607         * gdbtypes.c (replace_type): Doc fix.
5608
5609         * stabsread.c (multiply_defined_struct): New complaint.
5610         (read_struct_type): If the type we were passed isn't empty, or
5611         incomplete, don't read the new struct type into it; complain,
5612         and return the original type unchanged.  Take a new `type_code'
5613         argument, which is the type code for the new type.
5614         (read_type): Rather than storing the type's type code here, pass
5615         it as an argument to read_struct_type, and let that take care of
5616         storing it.  That way, we don't overwrite the original type code,
5617         so read_struct_type can use it to decide whether we're overwriting
5618         something we shouldn't.
5619         (complain_about_struct_wipeout): New function.
5620
5621 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
5622
5623         * gdbarch.sh: Assert that gdbarch is non-NULL.
5624         * gdbarch.c: Regenerate.
5625
5626 2002-05-03  Jason Merrill  <jason@redhat.com>
5627
5628         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5629         and return NULL.
5630
5631 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
5632
5633         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5634         (x86_64_dwarf2gdb_regno_map_length),
5635         (x86_64_dwarf2_reg_to_regnum): Added.
5636         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5637         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5638         (_initialize_x86_64_tdep): Synced with the change above.
5639         (x86_64_skip_prologue): Reformulated message.
5640
5641 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5642
5643         * f-exp.y: Also use new prev_lexptr variable
5644         to improve error reporting. Based on Michael Snyder
5645         2002-04-24 dated patch to c-exp.y.
5646         * jv-exp.y: Likewise.
5647         * m2-exp.y: Likewise.
5648
5649 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
5650
5651         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5652         we are dealing with vectors.
5653
5654 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5655
5656         * config/m68k/tm-nbsd.h: Obvious fix,
5657         correct machine name.
5658
5659 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5660
5661         * p-typeprint.c (pascal_type_print_base): Add support
5662         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5663
5664 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5665
5666         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5667         for fondamental pascal 'char' type.
5668
5669 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5670
5671         * p-lang.h (is_pascal_string_type): Declaration changed,
5672         new sixth argument of type char ** added.
5673         * p-lang.c (is_pascal_string_type): Implementation
5674         changed. Args length_pos, length_size, string_pos, char_size
5675         can now be NULL. New argument arrayname set to the field
5676         name of the char array. Return value set to char array
5677         field index plus one.
5678         * p-valprint.c (pascal_val_print): Adapt to new declaration of
5679         is_pascal_string_type function.
5680
5681 2002-05-02  Andrew Cagney  <cagney@redhat.com>
5682
5683         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5684         <cagney@redhat.com> change.
5685         * gdbarch.c: Regenerate.
5686
5687 2002-05-02  Andrew Cagney  <cagney@redhat.com>
5688
5689         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5690         before probing for a new one.  Detect errorenous gdbarch_init
5691         functions.
5692         * gdbarch.c: Regenerate.
5693
5694 2002-05-01  Andrew Cagney  <cagney@redhat.com>
5695
5696         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5697         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
5698         * config/v850/tm-v850.h: Ditto.  Update copyright.
5699
5700 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
5701
5702         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5703         current_gdbarch.
5704
5705 2002-04-30  Michael Snyder  <msnyder@redhat.com>
5706
5707         * arm-tdep.c: Whitespace clean-ups.
5708         (arm_skip_prologue): Fix thinko; two lines
5709         should have been removed as part of 4/24 change.
5710
5711 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
5712
5713         * rs6000-tdep.c: Added comment describing how fpscr register
5714         numbers were chosen.
5715
5716 2002-04-30  Michael Snyder  <msnyder@redhat.com>
5717
5718         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5719
5720 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
5721
5722         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5723         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5724         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5725
5726 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
5727
5728         From Louis Hamilton <hamilton@redhat.com>:
5729         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5730         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5731         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5732         not bfd-private xcoff data, to determine wordsize.
5733         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5734
5735 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
5736
5737         GDB 5.2 released from 5.2 branch.
5738
5739 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
5740
5741         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5742         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5743         (x86_64_register_info_table): Added comments with register numbers.
5744
5745 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
5746
5747         * rs6000-tdep.c (rs6000_extract_return_value,
5748         rs6000_store_return_value): Handle returning vectors.
5749         (rs6000_gdbarch_init): Use
5750         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5751         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5752         New function.
5753         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5754         vectors.
5755         (ppc_sysv_abi_push_arguments): Handle vector parameters.
5756         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5757
5758 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
5759
5760         * hpread.c (hpread_psymtab_to_symtab_1,
5761         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5762         with fprintf_unfiltered (gdb_stderr,...).
5763
5764 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
5765
5766         * remote-array.c (printf_monitor, write_monitor,
5767         array_insert_breakpoint, array_remove_breakpoint ):
5768         Replace fprintf (stderr,...
5769         with fprintf_unfiltered (gdb_stderr,....
5770         * remote-es.c: Likewise.
5771         * remote-os9k.c: Likewise.
5772         * remote-st.c: Likewise.
5773
5774 2002-04-28  Andreas Schwab  <schwab@suse.de>
5775
5776         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5777         linux-proc.o and gcore.o.
5778
5779 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
5780
5781         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5782         code without frame pointers.
5783
5784 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
5785
5786         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5787         ON_STACK is needed.
5788
5789 2002-04-26  Ben Elliston  <bje@redhat.com>
5790
5791         * target.c (do_xfer_memory): Correct reference to the new option
5792         "trust-readonly-sections".
5793
5794 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
5795
5796         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5797         * gdbtypes.c (recursive_dump_type): Output the vector flag.
5798         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5799         vectors.
5800         (read_array_type): Record the fact that this array type is really a
5801         vector (i.e. are passed in by value).
5802
5803 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
5804
5805         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5806         * alpha-tdep.c (alpha_sigcontext_addr): New function.
5807         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5808         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5809         * alpha-linux-tdep.c: Include frame.h.
5810         (alpha_linux_sigcontext_addr): New function.
5811         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5812         alpha_linux_sigcontext_addr.
5813         * alpha-osf1-tdep.c: Include gdbcore.h.
5814         (alpha_osf1_sigcontext_addr): New function.
5815         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5816         alpha_osf1_sigcontext_addr.
5817         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5818         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5819
5820 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
5821
5822         * stack.c (selected_frame_level):
5823         (select_frame): Do not set selected_frame_level.
5824         * frame.h (selected_frame_level): Delete declaration.
5825
5826 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
5827
5828         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5829         convert_from_func_ptr-addr when AIX / PowerOpen.
5830
5831 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
5832
5833         * valops.c (hand_function_call): Call
5834         generic_save_call_dummy_addr.
5835         * frame.h (generic_save_call_dummy_addr): Declare.
5836         * blockframe.c (struct dummy_frame): Add fields call_lo and
5837         call_hi.
5838         (generic_find_dummy_frame): Check for PC in range call_lo to
5839         call_hi instead of entry_point_address.
5840         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5841         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
5842         (generic_save_call_dummy_addr): New function.
5843
5844 2002-04-24  David S. Miller  <davem@redhat.com>
5845
5846         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5847         sparc_skip_prologue.
5848         (sparc_skip_prologue): Kill frameless_p arg, and use line number
5849         information to find prologue when possible.
5850         (sparc_prologue_frameless_p): Call examine_prologue directly.
5851         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5852         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5853         second argument.
5854         (SKIP_PROLOGUE): Likewise.
5855
5856 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
5857
5858         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5859         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5860         indicate that the condition it was testing is always true.
5861         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5862         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5863         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5864
5865 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
5866
5867         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5868         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5869         tdep->jb_pc and tdep->jb_elt_size.
5870         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5871         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5872         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5873         * alpha-nat.c (get_longjmp_target): Remove.
5874         (JB_ELEMENT_SIZE): Ditto.
5875         (JB_PC): Ditto.
5876         * alpha-tdep.c (alpha_get_longjmp_target): New function.
5877         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
5878         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5879         to alpha_get_longjmp_target.
5880         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5881         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5882         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5883
5884 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
5885
5886         * README: Update to GDB 5.2.
5887
5888 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
5889
5890         * gdbarch.sh (LC_ALL): Set to `c'.
5891
5892 2002-04-25  Theodore A. Roth  <troth@verinet.com>
5893
5894         * avr-tdep.c: Ran through gdb_indent.sh.
5895
5896 2002-04-25  Theodore A. Roth  <troth@verinet.com>
5897
5898         * MAINTAINERS: Add myself as AVR maintainer.
5899         * NEWS: Note new target avr.
5900
5901 2002-04-25  Theodore A. Roth  <troth@verinet.com>
5902
5903         * Makefile.in: Add support for AVR target.
5904         * configure.tgt: Add support for AVR target.
5905         * avr-tdep.c: New file
5906         * config/avr/avr.mt: New file.
5907
5908 2002-04-25  Theodore A. Roth  <troth@verinet.com>
5909
5910         * MAINTAINERS: Add myself to write-after-approval.
5911
5912 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
5913
5914         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5915         with fprintf_unfiltered (gdb_stderr,....
5916
5917 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
5918
5919         Fix PR gdb/508.
5920         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5921
5922 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
5923
5924         * p-exp.y: Also use new prev_lexptr variable
5925         to improve error reporting. Based on Michael Snyder
5926         2002-04-24 dated patch to c-exp.y.
5927
5928 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
5929
5930         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5931         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5932         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
5933         to 0.
5934         * config/alpha/tm-alpha.h: Remove forward decls of struct type
5935         and struct value.
5936         (FUNCTION_START_OFFSET): Remove.
5937         (BREAKPOINT): Ditto.
5938
5939 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
5940
5941         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5942         * NEWS: Ditto.
5943
5944 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
5945
5946         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5947         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5948         alpha_linux_pc_in_sigtramp.
5949         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5950         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5951         alpha_osf1_pc_in_sigtramp.
5952         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5953         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5954         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5955         alphafbsd_pc_in_sigtramp.
5956         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5957         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5958         alphanbsd_pc_in_sigtramp.
5959         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5960         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5961
5962 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
5963
5964         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5965
5966 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
5967
5968         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5969         alphanbsd-tdep.c.
5970         (alphanbsd-nat.o): New dependency list.
5971         (alphanbsd-tdep.o): Ditto.
5972         * NEWS: Note new native NetBSD/alpha configuration.
5973         * alphanbsd-nat.c: New file.
5974         * alphanbsd-tdep.c: Ditto.
5975         * configure.host (alpha*-*-netbsd*): New host.
5976         * configure.tgt (alpha*-*-netbsd*): New target.
5977         * config/alpha/nbsd.mh: New file.
5978         * config/alpha/nbsd.mt: Ditto.
5979         * config/alpha/nm-nbsd.h: Ditto.
5980         * config/alpha/tm-nbsd.h: Ditto.
5981
5982 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
5983
5984         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5985         (alpha-osf1-tdep.o): New dependency list.
5986         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5987         and skip_sigtramp_frame members.
5988         * alpha-linux-tdep.c: Include gdbcore.h.
5989         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5990         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5991         * alpha-osf1-tdep.c: New file.
5992         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5993         alpha-osf1-dep.c.
5994         (alpha_frame_past_sigtramp_frame): New function.
5995         (alpha_dynamic_sigtramp_offset): Ditto.
5996         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5997         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5998         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5999         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6000         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6001         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6002         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6003         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6004         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6005         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6006         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
6007         to find_solib_trampoline_target.
6008         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6009         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6010         (SKIP_TRAMPOLINE_CODE): Remove.
6011         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6012         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6013         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6014         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6015         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6016         (PROC_SIGTRAMP_MAGIC): Ditto.
6017         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6018         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6019         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6020         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6021         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6022
6023 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6024
6025         * NEWS: Note that Alpha targets are now multi-arch.
6026
6027 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6028
6029         * parser-defs.h (prev_lexptr): New external variable.
6030         * parse.c (parse_exp_1): Set prev_lexptr to null before
6031         calling the language-specific parser.
6032         * c-exp.y (yylex): Set prev_lexptr to start of current token.
6033         (yyerror): Use prev_lexptr in error reporting.
6034
6035 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
6036
6037         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6038         * gregset.h: If FILL_FPXREGSET is defined, provide
6039         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6040         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6041         is defined, call fill_fpxregset.
6042
6043 2002-04-24  Roland McGrath  <roland@frob.com>
6044
6045         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6046         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6047         (supply_gregset, supply_fpregset): New functions.
6048
6049         * gnu-nat.c (gnu_find_memory_regions): New function.
6050         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6051         (gnu_xfer_memory): Add a cast.
6052
6053 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6054
6055         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6056         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
6057         of argument regs ("str r(0123), [r11, #-nn"]).
6058         (arm_skip_prologue): Better handling for frameless functions.
6059         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
6060         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6061
6062 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
6063
6064         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6065         NUM_PSEUDO_REGS can be used.
6066
6067 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
6068
6069         * arch-utils.h: Update copyright.
6070
6071         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6072         * gdbarch.h, gdbarch.c: Re-generate.
6073
6074         * inferior.h (IN_SIGTRAMP): Delete definition.
6075         * arch-utils.c (legacy_pc_in_sigtramp): New function.
6076         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6077
6078         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6079         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6080         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
6081         (find_proc_framesize): Ditto.
6082         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6083         (alpha_init_extra_frame_info): Ditto.
6084         * infrun.c (handle_inferior_event): Ditto.
6085         (handle_inferior_event): Ditto.
6086         (check_sigtramp2): Ditto.
6087         * blockframe.c (create_new_frame): Ditto.
6088         (get_prev_frame): Ditto.
6089         * ppc-linux-tdep.c: Update comments.
6090         * i386-linux-tdep.c: Update comments.
6091         * breakpoint.c (bpstat_what): Update comment.
6092
6093 2002-04-24  Michal Ludvig  <mludvig@suse.cz>
6094
6095         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
6096         (regsets_store_inferior_registers): Removed cast to int from
6097         ptrace() calls.
6098         * gdbserver/regcache.h: Added declaration of struct inferior_info.
6099
6100 2002-04-24  David S. Miller  <davem@redhat.com>
6101
6102         * i960-tdep.c (register_in_window_p): New function.
6103         (i960_find_saved_register): Use it instead of
6104         REGISTER_IN_WINDOW_P.
6105         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6106
6107         * symtab.h (find_stab_function_addr): Kill extern.
6108         * minsyms.c (find_stab_function_addr): Remove from here...
6109         * dbxread.c: ... to here, and mark it static.
6110
6111 2002-04-20  David S. Miller  <davem@redhat.com>
6112
6113         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6114         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6115
6116 2002-04-21  David S. Miller  <davem@redhat.com>
6117
6118         * remote-vxsparc.c (vx_read_register): Fix typo, we want
6119         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6120         (vx_write_register): Likewise.
6121
6122 2002-04-23  J. Brobecker  <brobecker@gnat.com>
6123
6124         * source.c (is_regular_file): New function.
6125         (openp): Check wether file to open is a regular file
6126         to avoid opening directories.
6127
6128 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6129
6130         * findvar.c (extract_signed_integer): Cast printf argument
6131         to suppress format warning.
6132         (extract_unsigned_integer): Likewise.
6133         * infcmd.c (registers_info): Likewise.
6134         * top.c (get_prompt_1): Likewise.
6135         * valops.c (value_assign): Likewise.
6136         * valprint.c (print_decimal): Likewise.
6137
6138 2002-04-22  H.J. Lu  (hjl@gnu.org)
6139
6140         * c-exp.y (typebase): Support
6141
6142         [long|long long|short] [signed|unsigned] [int|]
6143
6144         and
6145
6146         signed [long|long long|short] int
6147
6148 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6149
6150         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6151         and vax-tdep.h.
6152         * vax-tdep.h: New file.
6153         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6154         Make several routines static.
6155         (vax_get_saved_register): New function.
6156         (vax_gdbarch_init): New function.
6157         (_initialize_vax_tdep): Register vax_gdbarch_init.
6158         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6159         Remove macros now under the control of gdbarch.
6160
6161 2002-04-22  Michael Snyder  <msnyder@redhat.com>
6162
6163         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6164         Some whitespace and coding standards tweaks.
6165
6166 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6167
6168         * vax-tdep.c: Include regcache.h.
6169         (vax_call_dummy_words): New.
6170         (sizeof_vax_call_dummy_words): New.
6171         (vax_fix_call_dummy): New function.
6172         (vax_saved_pc_after_call): Ditto.
6173         * config/vax/tm-vax.h: Don't include regcache.h.
6174         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6175         (CALL_DUMMY): Remove.
6176         (CALL_DUMMY_WORDS): Define.
6177         (SIZEOF_CALL_DUMMY_WORDS): Define.
6178         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6179
6180 2002-04-18  Michael Snyder  <msnyder@redhat.com>
6181
6182         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6183
6184 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6185
6186         * vax-tdep.c (vax_frame_chain): New function.
6187         (vax_push_dummy_frame): Ditto.
6188         (vax_pop_frame): Ditto.
6189         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6190         (FRAMELESS_FUNCTION_INVOCATION): Use
6191         generic_frameless_function_invocation_not.
6192         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6193         (POP_FRAME): Use vax_pop_frame.
6194
6195 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6196
6197         * vax-tdep.c (vax_store_struct_return): New function.
6198         (vax_extract_return_value): Ditto.
6199         (vax_store_return_value): Ditto.
6200         (vax_extract_struct_value_address): Ditto.
6201         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6202         vax_store_struct_return.
6203         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6204         (STORE_RETURN_VALUE): Use vax_store_return_value.
6205         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6206
6207 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6208
6209         * vax-tdep.c (vax_frame_saved_pc): New function.
6210         (vax_frame_args_address_correct): Ditto.
6211         (vax_frame_args_address): Ditto.
6212         (vax_frame_locals_address): Ditto.
6213         (vax_frame_num_args): Move code to be in proximity to
6214         other frame-related functions.
6215         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6216         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6217         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6218         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6219         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6220
6221 2002-04-22  H.J. Lu  (hjl@gnu.org)
6222
6223         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6224         includedir.
6225
6226 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6227
6228         * vax-tdep.c (vax_frame_init_saved_regs): New function.
6229         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6230         (FRAME_INIT_SAVED_REGS): New macro.
6231
6232 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6233
6234         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6235
6236 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6237
6238         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6239         where needed.
6240         (fetch_osf_core_registers): Likewise.
6241         (supply_gregset): Likewise.
6242
6243 2002-04-22  J. Brobecker  <brobecker@gnat.com>
6244
6245         * symfile.h (get_section_index): Define.
6246         * symfile.c (get_section_index): New function.
6247         * mdebugread.c (SC_IS_SBSS): New macro.
6248         (SC_IS_BSS): Return true for the scBss storage class only, as
6249         the scSBss storage class refers to the .sbss section.
6250         (parse_partial_symbols): Discard the symbols which associated
6251         section does not exist.
6252         Make sure to use the .sbss section index for symbols which
6253         storage class is scBss, rather than using the .bss section index.
6254
6255 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6256
6257         * vax-tdep.c: Update copyright years.
6258         (vax_register_name): New function.
6259         (vax_register_byte): Ditto.
6260         (vax_register_raw_size): Ditto.
6261         (vax_register_virtual_size): Ditto.
6262         (vax_register_virtual_type): Ditto.
6263         * config/vax/tm-vax.h: Update copyright years.
6264         (REGISTER_NAMES): Remove.
6265         (REGISTER_NAME): Define.
6266         (REGISTER_BYTE): Use vax_register_byte.
6267         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6268         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6269         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6270
6271 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6272
6273         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6274         declaration
6275         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6276
6277 2002-04-21  David S. Miller  <davem@redhat.com>
6278
6279         * arch-utils.c (generic_prologue_frameless_p): Kill
6280         SKIP_PROLOGUE_FRAMELESS_P code.
6281         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6282         references.
6283         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6284         * arc-tdep.c (arc_prologue_frameless_p): Implement.
6285         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6286         references.
6287         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6288         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6289         (sparc_gdbarch_init): Pass it to
6290         set_gdbarch_prologue_frameless_p.
6291
6292 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6293
6294         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6295         (alphabsd-nat.o): New dependency list.
6296
6297 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6298
6299         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6300         alphafbsd-tdep.c.
6301         (alpha-linux-tdep.o): New dependency list.
6302         (alphafbsd-tdep.o): Likewise.
6303
6304 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6305
6306         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
6307         to here...
6308         * alpha-tdep.c: ...from here.
6309         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6310
6311 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6312
6313         * config/alpha/tm-alpha.h: Move alpha_software_single_step
6314         prototype from here...
6315         * alpha-tdep.h: ...to here.
6316
6317 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6318
6319         * frame.h (selected_frame_level): Document as deprecated.
6320         (frame_relative_level): Declare.
6321         * stack.c (frame_relative_level): New function.
6322         (selected_frame_level): Document as deprecated.
6323         (select_frame): Do not set the selected_frame_level.
6324
6325         * stack.c (frame_info, record_selected_frame): Update.
6326         (frame_command, current_frame_command): Update.
6327         (up_silently_base, up_command, down_silently_base): Update.
6328         (down_command): Update.
6329         * inflow.c (kill_command): Update.
6330         * tracepoint.c (finish_tfind_command): Update.
6331         * corelow.c (core_open): Update.
6332         * thread.c (info_threads_command): Update.
6333         (do_captured_thread_select): Update.
6334         * infcmd.c (finish_command): Update.
6335         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6336
6337 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6338
6339         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6340
6341 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6342
6343         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
6344         type const.
6345
6346 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6347
6348         * alphafbsd-tdep.c: Update copyright years.  Include
6349         alpha-tdep.h.
6350         (alphafbsd_use_struct_convention): Make static.
6351         (alphafbsd_init_abi): New function.
6352         (_initialize_alphafbsd_tdep): New function.
6353         * config/alpha/tm-fbsd.h: Update copyright years.
6354         (USE_STRUCT_CONVENTION): Remove.
6355
6356 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6357
6358         * alpha-tdep.c (alpha_abi_handler): New structure to describe
6359         an Alpha ABI variant.
6360         (alpha_abi_handler_list): Declare.
6361         (alpha_gdbarch_register_os_abi): New function.
6362         (alpha_gdbarch_init): Give registered ABI variant handlers a
6363         chance to tweak the gdbarch once we have set up defaults.
6364         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6365
6366 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6367
6368         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6369         to standard_coerce_float_to_double.
6370         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6371
6372 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6373
6374         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6375         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6376         from gdbarch_tdep rather than a constant.
6377         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6378         the default text address for all Alpha Unix ABIs.
6379         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6380         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6381
6382 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6383
6384         * alpha-tdep.h: New file.  Includes several Alpha target constants
6385         taken from...
6386         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
6387         let gdbarch deal with.
6388         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6389         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6390         to dependency list.
6391         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
6392         Alpha target register names.
6393         * alphabsd-nat.c: Likewise.
6394         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
6395         Alpha target register names.  Make serveral routines static.
6396         (alpha_get_saved_register): New function.
6397         (alpha_abi_names): New.
6398         (process_note_abi_tag_sections): New function.
6399         (get_elfosabi): New function.
6400         (alpha_gdbarch_init): New function.
6401         (alpha_dump_tdep): New function.
6402         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6403
6404 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6405
6406         * frame.c (find_saved_register): Delete #ifdef
6407         HAVE_REGISTER_WINDOWS code.
6408         * config/sparc/tm-sparc.h: Update comments.
6409         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6410
6411 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6412
6413         * i960-tdep.c (i960_find_saved_register): New function.
6414         (i960_get_saved_register): New function.
6415         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6416         (i960_get_saved_register): Declare.
6417         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6418
6419 2002-04-20  David S. Miller  <davem@redhat.com>
6420
6421         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6422
6423 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6424
6425         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6426         instead of NUM_PSEUDO_REGS.
6427
6428 2002-04-20  David S. Miller  <davem@redhat.com>
6429
6430         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6431         GDB_MULTI_ARCH_PARTIAL
6432         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6433         define, let tm-sp64.h do it.
6434
6435 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
6436
6437         * frame.c (find_saved_register): Avoid a NULL pointer
6438         dereference and actually walk the frame list.
6439
6440 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6441
6442         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6443         sorted in most most-recent-used order.  Document.
6444         * gdbarch.h, gdbarch.c: Regenerate.
6445
6446 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
6447
6448         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6449         (add_inferior): Call create_register_cache.
6450         (clear_inferiors): Call free_register_cache.
6451         (inferior_regcache_data, set_inferior_regcache_data): New functions.
6452         * gdbserver/regcache.c (struct inferior_regcache_data): New.
6453         (registers): Remove.
6454         (get_regcache): New function.
6455         (create_register_cache, free_register_cache): New functions.
6456         (set_register_cache): Don't initialize the register cache here.
6457         (registers_to_string, registers_from_string, register_data): Call
6458         get_regcache.
6459         * gdbserver/regcache.h: Add prototypes.
6460         * gdbserver/server.h: Likewise.
6461
6462 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
6463
6464         * gdbserver/mem-break.c: New file.
6465         * gdbserver/mem-break.h: New file.
6466         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6467         dependencies.
6468         * gdbserver/inferiors.c (struct inferior_info): Add target_data
6469         member.
6470         (clear_inferiors): Free target_data member if set.
6471         (inferior_target_data, set_inferior_target_data): New functions.
6472         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6473         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
6474         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6475         (struct inferior_linux_data): New.
6476         (linux_create_inferior): Use set_inferior_target_data.
6477         (linux_attach): Likewise.  Call add_inferior.
6478         (linux_wait_for_one_inferior): New function.
6479         (linux_wait): Call it.
6480         (linux_write_memory): Add const.
6481         (initialize_low): Call set_breakpoint_data.
6482         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6483         handling members.
6484         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6485         call.
6486         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
6487         prototypes.
6488         * gdbserver/target.c (read_inferior_memory)
6489         (write_inferior_memory): New functions.
6490         * gdbserver/target.h (read_inferior_memory)
6491         (write_inferior_memory): Change macros to prototypes.
6492         (struct target_ops): Update comments.  Add const to write_memory
6493         definition.
6494
6495 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
6496
6497         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6498         instead of ->prev.
6499         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6500         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6501         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6502         instead of ->prev.
6503
6504 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
6505
6506         Fix PR gdb/471.
6507         * gdbtypes.c (init_simd_type): Rewrite using new functions.
6508         (build_builtin_type_vec128): Ditto.
6509         (append_composite_type_field): Fix calculation of type length in
6510         union case.
6511
6512 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
6513
6514         * config/djgpp/README: Update.
6515
6516         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6517         compiler warnings.
6518
6519 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
6520
6521         * alpha-tdep.c (setup_arbitrary_frame): Rename...
6522         (alpha_setup_arbitrary_frame): ...to this.
6523         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6524         for alpha_setup_arbitrary_frame.
6525
6526 2002-04-18  Andrew Cagney  <cagney@redhat.com>
6527
6528         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6529         * gdbarch.h, gdbarch.c: Regenerate.
6530
6531         * defs.h (breakpoint_from_pc_fn): Delete type definition.
6532         * target.h (memory_breakpoint_from_pc): Update declaration.
6533         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6534
6535         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6536         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6537         * mem-break.c (memory_breakpoint_from_pc): Ditto.
6538         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6539         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6540         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6541         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6542         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6543         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6544         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6545         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6546         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6547
6548         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6549         const pointer.
6550         * monitor.c (monitor_insert_breakpoint): Ditto.
6551         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6552
6553         * config/mcore/tm-mcore.h: Update copyright.
6554         * mem-break.c: Ditto.
6555         * xstormy16-tdep.c: Ditto.
6556
6557 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6558
6559         * p-exp.y: Add precedence rule for '^' token.
6560         This removes the shift/reduce conflicts.
6561         Remove the comment concerning these shift/reduce conflicts.
6562
6563 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
6564
6565         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6566         (registers_powerpc_nofp): New register set for processors
6567         without floating point unit.
6568
6569 2002-04-18  David S. Miller  <davem@redhat.com>
6570
6571         * MAINTAINERS: Add myself to write-after-approval.
6572
6573 2002-04-17  Michael Snyder  <msnyder@redhat.com>
6574
6575         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6576
6577 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6578
6579         * rs6000-tdep.c (frame_initial_stack_address): Use
6580         frame_register_read to read the alloca_reg.
6581
6582 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6583
6584         * frame.c (find_saved_register): Find saved registers in the next
6585         not prev frame.
6586         Fix PR gdb/365.
6587
6588 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6589
6590         * gdbarch.sh (LANG): Set to ``c''.
6591
6592 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
6593
6594         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6595
6596 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
6597
6598         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6599         Update copyright.
6600
6601         * hpread.c (hpread_get_lntt): Add declaration.
6602         Also fix PR gdb/391.
6603
6604 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6605
6606         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6607         * aclocal.m4, configure: Re-generate.
6608         Fix PR gdb/391.
6609
6610 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
6611
6612         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6613         instead of tm_print_insn.
6614
6615 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
6616
6617         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6618
6619 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6620
6621         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6622         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6623         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6624
6625 2002-04-12  Don Howard  <dhoward@redhat.com>
6626
6627         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6628         max_user_call_depth.
6629         (init_cmd_lists): Initialize the new value;
6630         * cli/cli-script.c (execute_user_command): Limit the call depth of
6631         user defined commands.  This avoids a core-dump when user commands
6632         are infinitly recursive.
6633
6634 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6635
6636         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6637         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6638         from tdep struct instead of DEFAULT_LR_SAVE.
6639         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6640         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6641         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6642
6643 2002-04-12  Michael Snyder  <msnyder@redhat.com>
6644
6645         * Remote.c: Spelling fix.
6646         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6647         If no symbol found for "sbrk", try "_sbrk".
6648         (make_output_phdrs): Use bfd_section_name.
6649         (gcore_copy_callback): Use bfd_section_name.
6650         * eval.c: Indentation fix-ups.
6651         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6652         in case it gets applied to an address that is already
6653         in the instruction space.
6654         * cli/cli-decode.c (help_list): Allow long lines to wrap.
6655         * symfile.c: Fix indentation, long lines.
6656         * source.c: White space fix-up.
6657
6658 2002-04-12  Andrew Cagney  <cagney@redhat.com>
6659
6660         * defs.h (read_relative_register_raw_bytes): Delete declaration.
6661         * frame.c (frame_register_read): New function.  Return non-zero on
6662         success.
6663         (read_relative_register_raw_bytes_for_frame): Delete.
6664         (read_relative_register_raw_bytes): Delete.
6665         * frame.h (frame_register_read): Declare.
6666         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
6667         * sh-tdep.c: Ditto.
6668         * infcmd.c (do_registers_info): Ditto.
6669         * hppa-tdep.c: Ditto.
6670         * rs6000-tdep.c: Ditto.
6671         * h8500-tdep.c: Ditto.
6672         * mips-tdep.c: Ditto.
6673         * h8300-tdep.c: Ditto.
6674         * z8k-tdep.c: Ditto.
6675
6676 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6677
6678         From Jimi X <jimix@watson.ibm.com>:
6679         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6680         64-bit SysV ABI.
6681
6682 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6683
6684         From Jimi X <jimix@watson.ibm.com>:
6685         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6686         bfd info.
6687
6688 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6689
6690         From Jimi X <jimix@watson.ibm.com>:
6691         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6692         register sets for these processor variants.
6693
6694 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
6695
6696         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6697         registers which are allowed to fail to store.
6698         * gdbserver/linux-low.h (linux_target_ops): Likewise.
6699         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6700         (ppc_cannot_store_register): FPSCR may not be storable.
6701         * regformats/reg-ppc.dat: Support FPSCR.
6702
6703 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
6704
6705         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6706         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6707         Add fpscr as an invalid/unfetchable register.
6708         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6709         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6710         (fill_fpregset): Add support for register fpscr.
6711         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6712         (fill_gregset): Account for the fact that register ``mq'' might
6713         not exist.
6714         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6715         (registers_power): Add fpscr to register set at slot 71.
6716         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6717         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
6718
6719 2002-04-11  Michael Snyder  <msnyder@redhat.com>
6720
6721         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6722         * configure: Regenerate.
6723         * config.in: Regenerate.
6724         * acconfig.h: Add define for _SYSCALL32.
6725         * core-sol2.c: Remove #define _SYSCALL32.
6726         * solib-legacy.c: Remove #define _SYSCALL32.
6727
6728 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
6729
6730         * stack.c (select_frame): Cleanup internal error message, do not
6731         use %p.
6732
6733 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
6734
6735         * stack.c (select_frame): Check that selected_frame and the
6736         specified level are as expected.
6737         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6738         Update copyright.
6739         * frame.h (struct frame_info): Add field `level'.  Update
6740         copyright.
6741         Work-in-progress PR gdb/464.
6742
6743 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
6744
6745         * maint.c (maint_print_section_info): Rename print_section_info.
6746         (print_bfd_section_info, print_objfile_section_info): Update.
6747         * inferior.h (struct gdbarch): Add opaque declaration.
6748         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6749         * gdbarch.h: Regenerate.
6750
6751 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
6752
6753         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6754         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6755         (kernel_u_size): Added.
6756         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6757         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6758
6759 2002-04-04  Jim Ingham  <jingham@apple.com>
6760
6761        * valarith.c (find_size_for_pointer_math): New function, either returns
6762        the size for a pointer's target, returns 1 for void *, or errors for
6763        incomplete types.
6764        (value_add, value_sub): use find_size_for_pointer_math.
6765
6766 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6767
6768         * linux-low.c (linux_look_up_symbols): New hook.
6769         (linux_target_ops): Add linux_look_up_symbols.
6770         * remote-utils.c (decode_address): New function.
6771         (look_up_one_symbol): New function.
6772         * server.c (handle_query): Call target look_up_symbols hook.
6773         * server.h (look_up_one_symbol): Add prototype.
6774         * target.h (struct target_ops): Add look_up_symbols hook.
6775
6776 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6777
6778         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6779         * ChangeLog: Correct paths in last ChangeLog entry.
6780
6781 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6782
6783         * gdbserver/linux-low.h: Remove obsolete prototypes.
6784         (struct linux_target_ops): New.
6785         (extern the_low_target): New.
6786         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6787         (register_addr): Use the_low_target explicitly.
6788         (fetch_register): Likewise.
6789         (usr_fetch_inferior_registers): Likewise.
6790         (usr_store_inferior_registers): Likewise.
6791         * gdbserver/linux-arm-low.c (num_regs): Remove.
6792         (arm_num_regs): Define.
6793         (arm_regmap): Renamed from regmap, made static.
6794         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6795         made static.
6796         (arm_cannot_store_register): Renamed from cannot_store_register,
6797         made static.
6798         (the_low_target): New.
6799         * gdbserver/linux-i386-low.c (num_regs): Remove.
6800         (i386_num_regs): Define.
6801         (i386_regmap): Renamed from regmap, made static.
6802         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6803         made static.
6804         (i386_cannot_store_register): Renamed from cannot_store_register,
6805         made static.
6806         (the_low_target): New.
6807         * gdbserver/linux-ia64-low.c (num_regs): Remove.
6808         (ia64_num_regs): Define.
6809         (ia64_regmap): Renamed from regmap, made static.
6810         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6811         made static.
6812         (ia64_cannot_store_register): Renamed from cannot_store_register,
6813         made static.
6814         (the_low_target): New.
6815         * gdbserver/linux-m68k-low.c (num_regs): Remove.
6816         (m68k_num_regs): Define.
6817         (m68k_regmap): Renamed from regmap, made static.
6818         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6819         made static.
6820         (m68k_cannot_store_register): Renamed from cannot_store_register,
6821         made static.
6822         (the_low_target): New.
6823         * gdbserver/linux-mips-low.c (num_regs): Remove.
6824         (mips_num_regs): Define.
6825         (mips_regmap): Renamed from regmap, made static.
6826         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6827         made static.
6828         (mips_cannot_store_register): Renamed from cannot_store_register,
6829         made static.
6830         (the_low_target): New.
6831         * gdbserver/linux-ppc-low.c (num_regs): Remove.
6832         (ppc_num_regs): Define.
6833         (ppc_regmap): Renamed from regmap, made static.
6834         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6835         made static.
6836         (ppc_cannot_store_register): Renamed from cannot_store_register,
6837         made static.
6838         (the_low_target): New.
6839         * gdbserver/linux-s390-low.c (num_regs): Remove.
6840         (s390_num_regs): Define.
6841         (s390_regmap): Renamed from regmap, made static.
6842         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6843         made static.
6844         (s390_cannot_store_register): Renamed from cannot_store_register,
6845         made static.
6846         (the_low_target): New.
6847         * gdbserver/linux-sh-low.c (num_regs): Remove.
6848         (sh_num_regs): Define.
6849         (sh_regmap): Renamed from regmap, made static.
6850         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6851         made static.
6852         (sh_cannot_store_register): Renamed from cannot_store_register,
6853         made static.
6854         (the_low_target): New.
6855         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6856         (the_low_target): New.
6857
6858 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
6859
6860         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6861         override FP_REGNUM with frame->fp.  Update copyright.
6862         * parse.c (num_std_regs, std_regs): Delete.
6863         (target_map_name_to_register): Do not search std_regs.  Update
6864         function description.
6865         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6866         declarations.  Update copyright.
6867         Fix PR gdb/251.
6868
6869 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6870
6871         * gdbserver/Makefile.in: Add stamp-h target.
6872         * gdbserver/configure.in: Create stamp-h.
6873         * gdbserver/configure: Regenerated.
6874
6875 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6876
6877         * gdbserver/inferiors.c: New file.
6878         * gdbserver/target.c: New file.
6879         * gdbserver/target.h: New file.
6880         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
6881         dependencies.
6882         * gdbserver/linux-low.c (inferior_pid): New static variable,
6883         moved from server.c.
6884         (linux_create_inferior): Renamed from create_inferior.
6885         Call add_inferior.  Return 0 on success instead of a PID.
6886         (linux_attach): Renamed from myattach.
6887         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
6888         (linux_thread_alive): Renamed from mythread_alive.
6889         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
6890         child dies.
6891         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
6892         (regsets_store_inferior_registers): Correct error message.
6893         Add missing ``return 0''.
6894         (linux_fetch_registers): Renamed from fetch_inferior_registers.
6895         (linux_store_registers): Renamed from store_inferior_registers.
6896         (linux_read_memory): Renamed from read_inferior_memory.
6897         (linux_write_memory): Renamed from write_inferior_memory.
6898         (linux_target_ops): New structure.
6899         (initialize_low): Call set_target_ops ().
6900         * gdbserver/remote-utils.c (unhexify): New function.
6901         (hexify): New function.
6902         (input_interrupt): Send signals to ``signal_pid''.
6903         * gdbserver/server.c (inferior_pid): Remove.
6904         (start_inferior): Update create_inferior call.
6905         (attach_inferior): Call add_inferior.
6906         (handle_query): New function.
6907         (main): Call handle_query for `q' packets.
6908         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
6909         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6910
6911 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6912
6913         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
6914         dependencies.
6915         * gdbserver/configure.in: Check for <string.h>
6916         * gdbserver/configure: Regenerate.
6917         * gdbserver/config.in: Regenerate.
6918         * gdbserver/gdbreplay.c: Include needed system headers.
6919         (remote_open): Remove strchr prototype.
6920         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6921         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6922         (supply_register_by_name): Likewise.
6923         (collect_register): Change buf argument to void *.
6924         (collect_register_by_name): Likewise.
6925         * gdbserver/regcache.h: Add missing prototypes.
6926         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6927         * gdbserver/server.c (handle_query): New function.
6928         (attached): New static variable, moved out of main.
6929         (main): Quiet longjmp clobber warnings.
6930         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
6931         * gdbserver/utils.c (error): Remove NORETURN.
6932         (fatal): Likewise.
6933
6934 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6935
6936         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6937         after the last symbol in a block.
6938
6939 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
6940
6941         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6942         is non zero as a found symbol.
6943
6944 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
6945
6946         * findvar.c: Include "builtin-regs.h".
6947         (value_of_register): Call value_of_builtin_reg when applicable.
6948         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6949         (target_map_name_to_register): Call
6950         builtin_reg_map_name_to_regnum.
6951         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6952         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6953         (builtin_regs_h): Define.
6954         (builtin-regs.o): New target.
6955         (findvar.o): Add $(builtin_regs_h).
6956         * builtin-regs.c, builtin-regs.h: New files.
6957         * std-regs.c: New file.
6958         Partial fix for PR gdb/251.
6959
6960 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
6961
6962         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6963         it's no longer required.
6964
6965 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
6966
6967         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6968
6969 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
6970
6971         From Jimi X <jimix@watson.ibm.com>:
6972         * rs6000-tdep.c (rs6000_software_single_step): Use
6973         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6974         and size.  Use target_insert_breakpoint() and
6975         target_remove_breakpoint() to insert and remove breakpoints
6976         instead of explicit memory reads and writes.
6977
6978 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
6979
6980         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6981         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6982         ELF_OBJECT_FORMAT ifdef.
6983
6984 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
6985
6986         From Jimi X <jimix@watson.ibm.com>:
6987         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6988
6989 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
6990
6991         From Jimi X <jimix@watson.ibm.com>:
6992         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6993         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6994
6995 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
6996
6997         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6998         s/asprintf/xasprintf/.
6999         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7000
7001 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7002
7003         I believe Jeff Law denies responsability for this one:
7004         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7005         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7006         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7007         Work-around for PR gdb/366.
7008
7009 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7010
7011         * remote-e7000.c (write_small, e7000_read_inferior_memory,
7012         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7013         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7014
7015 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7016
7017         * sh-tdep.c (sh_fp_frame_init_saved_regs,
7018         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7019         information.
7020
7021 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7022
7023         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7024         maintainer.
7025
7026 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7027
7028         * README (Reporting Bugs in GDB): Document the bug web page as the
7029         prefered way of submitting bugs.
7030         Fix PR gdb/402.
7031
7032 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7033
7034         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7035         -1.  Update comment.
7036         * gdbarch.h, gdbarch.c: Re-generate.
7037
7038 2002-04-07  Andreas Schwab  <schwab@suse.de>
7039
7040         * m68klinux-nat.c (fill_fpregset): Properly pass address of
7041         buffer to regcache_collect.
7042
7043 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7044
7045         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
7046         * gdbarch.c, gdbarch.h: Re-generate.
7047
7048 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7049
7050         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7051         declaration.  Fix -Werror.
7052
7053 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
7054
7055         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7056         * gdbarch.c: Regenerate.
7057
7058 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7059
7060         * breakpoint.c (clear_command): Rewrite middle section to
7061         combine two loops with identical control conditions.
7062         Add a cleanup to eliminate a memory leak.
7063         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7064
7065 2002-04-05  H.J. Lu  (hjl@gnu.org)
7066
7067         * solib-svr4.c (bkpt_names): Add "__start".
7068
7069 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7070
7071         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7072         as test for 64 bit target.
7073
7074 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
7075
7076         * h8500-tdep.c (h8500_write_fp): Delete function.
7077         * dwarf2cfi.c (cfi_write_fp): Document as not used.
7078         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7079         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7080         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7081         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7082         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7083         (s390_write_fp):
7084         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7085         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7086         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7087         (d10v_write_fp): Delete function.
7088         * inferior.h (write_fp, generic_target_write_fp): Delete
7089         declarations.
7090         * regcache.c (generic_target_write_fp): Delete function.
7091         (write_fp): Delete function.
7092         * gdbarch.sh (TARGET_WRITE_FP): Delete.
7093         * gdbarch.h, gdbarch.c: Regenerate.
7094         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7095         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7096         (sparc64_write_fp): Delete declaration.
7097         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7098         (h8500_write_fp): Delete declaration.
7099
7100 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7101
7102         * sparc-tdep.c (sparc64_write_fp): Delete.
7103         (sparc_push_dummy_frame): Replace write_fp call with code to store
7104         the FP directly.
7105         (sparc_gdbarch_init): Do not initialize write_fp.
7106
7107 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
7108
7109         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7110         clause.
7111
7112 2002-03-29  Jim Blandy  <jimb@redhat.com>
7113
7114         * stack.c (get_selected_block): Add new argument `addr_in_block',
7115         used to return the exact code address we used to select the block,
7116         not just the block.
7117         * blockframe.c (get_frame_block, get_current_block): Same.
7118         * frame.h (get_frame_block, get_current_block,
7119         get_selected_block): Update declarations.
7120         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7121         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7122
7123 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7124
7125         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7126         warning message.
7127
7128 2002-04-05  J. Brobecker  <brobecker@gnat.com>
7129
7130         * utils.c (xfullpath): New function.
7131         * defs.h (xfullpath): Add declaration.
7132         * source.c (openp): Use xfullpath in place of gdb_realpath to
7133         avoid resolving the basename part of filenames when the
7134         associated file is a symbolic link. This fixes a potential
7135         inconsistency between the filenames known to GDB and the
7136         filenames it prints in the annotations.
7137         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7138         to be able to match a filename with either the real filename, or
7139         the name of any symbolic link to this file.
7140         (lookup_partial_symtab): Ditto.
7141
7142 2002-04-04  Michael Snyder  <msnyder@redhat.com>
7143
7144         * breakpoint.c: Add support for hardware breakpoints in overlays.
7145         (overlay_events_enabled): New state variable.
7146         (insert_breakpoints): Use overlay_events_enabled to decide
7147         whether to attempt to set a breakpoint at the overlay load addr.
7148         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7149         (remove_breakpoint): Use overlay_events_enabled to decide
7150         whether breakpoints need to be removed from overlay load addr.
7151         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7152         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7153         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7154         disable_overlay_breakpoints): Update overlay_events_enabled.
7155
7156 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
7157
7158         * dwarf2read.c (struct function_range): New.
7159         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7160         (check_cu_functions): New.
7161         (read_file_scope): Initialize global function lists.
7162         Call dwarf_decode_line after processing children.
7163         (read_func_scope): Add to global function list.
7164         (dwarf_decode_lines): Call check_cu_functions everywhere
7165         record_line is called.  Call record_line with a linenumber
7166         of 0 to mark sequence ends.
7167
7168 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
7169
7170         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7171         change sync with glibc.
7172
7173 2002-04-03  Jim Blandy  <jimb@redhat.com>
7174
7175         * configure.in: Call AC_C_INLINE.
7176         * configure: Regenerated.
7177
7178 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
7179
7180         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7181         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7182
7183 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
7184
7185         * NEWS: Mention gcore support on FreeBSD/i386.
7186
7187         * fbsd-proc.c: New file.
7188         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7189         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7190
7191         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7192         while statement.
7193
7194 2002-03-29  Jim Blandy  <jimb@redhat.com>
7195
7196         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7197         unescaped newlines in string literals, but newer ones don't.  So
7198         escape them.
7199
7200 2002-03-26  Michael Snyder  <msnyder@redhat.com>
7201             Andrew Cagney <cagney@redhat.com>
7202
7203         * cli/cli-dump.c: New file.  Dump memory to file,
7204         restore file to memory.
7205         * cli/cli-dump.h: New file.
7206         * Makefile.in: Add rules, dependencies for cli-dump.o.
7207         * NEWS: Mention new commands.
7208
7209 2002-03-28  Michael Snyder  <msnyder@redhat.com>
7210
7211         * symfile.c (symbol_file_add): Move test for null symbols to later.
7212
7213 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7214
7215         From veksler at il.ibm.com:
7216         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7217         the xstrduped original path.
7218         Fix PR gdb/417.
7219
7220 2002-03-27  Michael Snyder  <msnyder@redhat.com>
7221
7222         * breakpoint.c (_initialize_breakpoint): Clean up help string.
7223         * infcmd.c (_initialize_infcmd): Ditto.
7224         * language.c (_initialize_language): Ditto.
7225         * symfile.c (_initialize_symfile): Ditto.
7226         * top.c (_init_main): Ditto.
7227         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7228
7229 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
7230
7231         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7232         vector registers handling.
7233         (skip_prologue): Handle new AltiVec instructions.  Fill in new
7234         fields of frame data.
7235         (frame_get_saved_regs): Fill in information for AltiVec registers.
7236
7237 2002-03-27  Jim Blandy  <jimb@redhat.com>
7238
7239         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7240         a function; leave this macro here to invoke that function.
7241         (symbol_init_mangled_name): Declaration for that function.
7242         * symtab.c (symbol_init_mangled_name): New function.
7243
7244 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7245
7246         * valarith.c: Replace strerror with safe_strerror.
7247         * tracepoint.c: Ditto.
7248         * lin-lwp.c: Ditto.
7249         * go32-nat.c: Ditto.
7250         * inflow.c: Ditto.
7251         * gnu-nat.c: Ditto.
7252
7253 2002-03-27  Andreas Schwab  <schwab@suse.de>
7254
7255         * event-top.c (command_line_handler): Remove useless if.
7256
7257 2002-03-27  Andreas Jaeger  <aj@suse.de>
7258
7259         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7260         comment.
7261
7262 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
7263
7264         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7265         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7266         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7267         (x86_64_linux_dr_get_status, supply_gregset),
7268         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7269         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7270         (x86_64_register_info_table): Add.
7271         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7272         (x86_64_register_raw_size, x86_64_register_virtual_type),
7273         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7274         general x86_64_register_info_table.
7275         (i386_gdbarch_init): gdbarch_register_bytes is now set
7276         dynamicaly during initialization.
7277         * regformats/reg-x86-64.dat: Synced with changes to registers above.
7278         * gdbserver/linux-x86-64-low.c: Ditto.
7279
7280 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7281
7282         * gdbserver/server.c (main): Call target_signal_to_host_p
7283         and target_signal_to_host on signals received from the remote.
7284         * gdbserver/remote-utils.c (prepare_resume_reply): Call
7285         target_signal_from_host on signals sent to the remote.
7286         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
7287         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
7288
7289 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7290
7291         * signals/signals.c: Include "server.h" in gdbserver build.
7292         (target_signal_from_name): Don't use STREQ.
7293         (_initialize_signals): Likewise.  Don't include function in
7294         gdbserver build.
7295
7296 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7297
7298         * signals.c: Moved to...
7299         * signals/signals.c: Here.
7300         * Makefile (signals.o): Update.
7301
7302 2002-03-26  Jeff Law (law@redhat.com)
7303
7304         * somread.c (som_symtab_read): Remove some commented out code and
7305         updated related comments.  Do not set the minimal symbol table to
7306         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7307         in a dynamic executable.
7308         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7309         where we are unable to find the minimal symbol for the given
7310         PC value.
7311
7312 2002-03-25  Jeff Law (law@redhat.com)
7313
7314         * linux-proc.c (read_mapping): Scan up to end of line for filename.
7315
7316 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
7317
7318         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7319
7320 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7321
7322         * command.h: Update copyright.
7323         (struct cmd_list_element): Replace definition with opaque
7324         declaration.
7325         (enum cmd_types): Document that it will eventually be moved to
7326         cli/cli-decode.h
7327         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7328         (MALLOCED_REPLACEMENT): Delete macro.
7329         * Makefile.in (cli_decode_h): Add $(command_h).
7330         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7331         * top.c: Include "cli/cli-decode.h".
7332         * completer.c: Include "cli/cli-decode.h".
7333         * maint.c: Include "cli/cli-decode.h".
7334         * cli/cli-decode.h: Include "command.h".
7335         (enum command_class): Delete.
7336         (enum cmd_types): Comment out.
7337         (enum cmd_auto_boolean): Delete.
7338         (enum var_types): Delete.
7339
7340 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7341
7342         * cli/cli-decode.c: Include "gdb_assert.h".
7343         (add_set_or_show_cmd): New static function.
7344         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
7345         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
7346         all fields, such as func, from the set command.
7347
7348 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7349
7350         * MAINTAINERS (sh-elf): Change warning flag to -w.
7351
7352 2002-03-23  Andrew Cagney  <cagney@redhat.com>
7353
7354         * defs.h (error): Add printf format attribute.
7355         * thread-db.c (thread_from_lwp): Fix error format string.
7356         * stack.c (parse_frame_specification): Ditto.
7357         * cli/cli-decode.c (undef_cmd_error): Ditto.
7358         * scm-lang.c (scm_lookup_name): Ditto.
7359         * tracepoint.c (trace_error): Ditto.
7360         * remote-utils.c (usage): Ditto.
7361         * remote.c (compare_sections_command): Ditto.
7362         Fix PR gdb/328.
7363
7364 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
7365
7366         * gdbtypes.c (append_composite_type_field): New function.
7367         (init_composite_type): New function.
7368         * gdbtypes.h (append_composite_type_field): Declare.
7369         (init_composite_type): Ditto.
7370
7371 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
7372
7373         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7374         function.
7375         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7376         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7377         structure returning convention for SYSV ABI case, but not
7378         for GNU/Linux, FreeBSD, or NetBSD.
7379
7380 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
7381
7382         * symtab.h (lookup_block_symbol): Add mangled_name argument
7383         to prototype.
7384
7385         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7386         with new mangled_name argument.
7387         * linespec.c (decode_line_1): Likewise.
7388         * valops (value_of_this): Likewise.
7389         * symtab.c (lookup_transparent_type): Likewise.
7390         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
7391         (lookup_symbol): If we are given a mangled name, pass it down
7392         to lookup_symbol_aux.
7393         (lookup_block_symbol): If we are given a mangled name to check
7394         against, only return symbols which match it.
7395
7396 2002-03-22  Christopher Faylor  <cgf@redhat.com>
7397
7398         * win32-nat.c (child_create_inferior): Check for proper shell to use
7399         here, in case the user changes it on the fly.
7400         (_initialize_inftarg): Remove shell path considerations.
7401
7402 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
7403
7404         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7405         for gdbarch_max_register_raw_size and max_register_virtual_size.
7406         Adjust copyright year.
7407
7408 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
7409
7410          * dbxread.c (process_one_symbol): Extend the first N_SLINE
7411          in a function to cover the entire beginning of the function
7412          as well if it does not already.
7413
7414 2002-03-21  Tom Rix  <trix@redhat.com>
7415
7416         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7417         (rs6000_ptrace64): Renamed from ptrace64.
7418
7419 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7420
7421         * gdbserver/remote-utils.c (remote_open): Don't call
7422         getprotobyname, we're all using TCP here so just use
7423         IPPROTO_TCP.
7424         * gdbserver/gdbreplay.c (remote_open): Ditto.
7425
7426 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7427
7428         * regcache.c (_initialize_regcache): No need to call
7429         build_regcache() at this time; it gets called whenever
7430         the gdbarch changes.
7431
7432 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
7433
7434         * sparc-nat.c:  Include sys/param.h where possible.
7435
7436 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
7437
7438         Fix PR gdb/422.
7439         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7440         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7441         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7442         complex types.
7443         * stabsread.c (rs6000_builtin_type): Likewise.
7444         (read_sun_floating_type): Likewise.
7445
7446 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7447
7448         * stabsread.c (read_member_functions): Remove skip code for duplicate
7449         constructor/destructor methods.  Use standard parsing for these
7450         methods and just do not chain them to the list of methods after
7451         parsing.
7452
7453 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
7454
7455         * coffread.c: Remove redundant static declarations.  Replace
7456         occurrences of `PTR' with `void *'.
7457         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7458         * top.h (quit_cover): Likewise.
7459         * defs.h (catch_errors): Likewise.
7460
7461 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7462
7463         * defs.h (XMALLOC): Define.
7464         * gdb-events.sh (XMALLOC): Delete macro.
7465         * gdb-events.c, gdb-events.h: Regenerate.
7466         * gdbarch.sh (XMALLOC): Delete macro.
7467         * gdbarch.c: Regenerate.
7468         * serial.c (XMALLOC): Delete macro.
7469         * ui-file.c (XMALLOC): Ditto.
7470         * ser-unix.h (XMALLOC): Ditto.
7471         * sh-tdep.c (XMALLOC): Ditto.
7472         * ui-out.c (XMALLOC): Ditto.
7473         * utils.c (XMALLOC): Ditto.
7474         * i386-tdep.c (XMALLOC): Ditto.
7475         * gdb-events.c (XMALLOC): Ditto.
7476         * d10v-tdep.c (XMALLOC): Ditto.
7477         * cli-out.c (XMALLOC): Ditto.
7478
7479         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7480         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7481         * ui-file.c, ui-out.c: Ditto.
7482
7483 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7484
7485         * command.h (struct cmd_list_element): Add field context.
7486         (set_cmd_context, get_cmd_context): Declare.
7487         * cli/cli-decode.h: Ditto.
7488         * cli/cli-decode.c (get_cmd_context): New function.
7489         (set_cmd_context): New function.
7490         (add_cmd): Initialize context.
7491         Part of fixing PR gdb/145 and PR gdb/146.
7492
7493 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7494
7495         * cli/cli-decode.c (cmd_type): New function.
7496         * command.h (cmd_type): Declare.
7497         * infrun.c (set_schedlock_func): Call function cmd_type.
7498         * kod.c (kod_set_os): Call cmd_type.
7499         * cris-tdep.c (cris_version_update): Use function cmd_type.
7500         (cris_mode_update, cris_abi_update): Ditto.
7501
7502         * command.h: (execute_cmd_post_hook): Declare.
7503         (execute_cmd_pre_hook): Declare.
7504         * cli/cli-script.c (clear_hook_in_cleanup): New function.
7505         (execute_cmd_post_hook, execute_cmd_pre_hook): New
7506         functions. Execute pre/post hook while ensuring that afterwords
7507         hook_in is cleared.
7508         * top.c (execute_command): Use execute_cmd_post_hook, and
7509         execute_cmd_pre_hook to execute pre/post commands.
7510         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7511         hook_stop_stub.
7512         (hook_stop_stub): Call execute_cmd_pre_hook.
7513
7514 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7515
7516         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
7517         set'' and this leads to a core dump.  Move xstrdup of
7518         operating_system to after check that it is not NULL.
7519
7520 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7521
7522         * kod.c (kod_set_os): Remove unnecessary check that
7523         ``command->type'' is set_cmd.
7524
7525         * valprint.c (set_input_radix): Use input_radix.
7526         (set_output_radix): Use output_radix.
7527         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7528         isn't reverted.
7529
7530 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
7531
7532         * value.h (struct value): Delete field ``substring_addr''.  Change
7533         aligner fields to force_doublest_align, force_longest_align,
7534         force_core_addr_align and force_pointer_aligh.
7535
7536         * value.h (struct value): Fix typo in above change.
7537
7538 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7539
7540         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7541         to fix internal_error from ``maintenance print architecture''.
7542
7543 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7544
7545         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7546         for gcc versions after gcc-2.8.1.
7547
7548 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7549
7550         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7551         for method resolution.  Restore adjustment of ``this'' pointer after
7552         calling value_struct_elt, which was accidentally removed during the
7553         HP merge.
7554
7555 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
7556
7557         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7558         value_of_register.
7559         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
7560         get_saved_register.
7561         * value.h (value_of_register): Update.
7562
7563 2002-03-14  Richard Henderson  <rth@redhat.com>
7564
7565         * configure.in: Detect declaration for canonicalize_file_name.
7566         * utils.c (canonicalize_file_name): Declare, if needed.
7567         (gdb_realpath): Prefer realpath if available and usable.
7568         * config.in, configure: Rebuild.
7569
7570 2002-03-14  Richard Henderson  <rth@redhat.com>
7571
7572         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7573         a constant array bound.
7574
7575         * MAINTAINERS: Add myself to write-after-approval.
7576
7577 2002-03-14  Michael Snyder  <msnyder@redhat.com>
7578
7579         * symfile.c (syms_from_objfile): Return immediately if no syms.
7580         (symbol_file_add): Return immediately if no syms.
7581         (find_sym_fns): Return immediately if no syms.
7582
7583 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
7584
7585         * gdbserver/remote-util.c (remote_open): Print remote-side's
7586         IP address when remote debugging over the network.
7587
7588 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
7589
7590         * config/sparc/fbsd.mh: Fix copyright.
7591         * config/sparc/fbsd.mt: Likewise.
7592
7593 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
7594
7595         * MAINTAINERS: Fix typo in name of gdb warnings option.
7596         (x86-64): Fix formating so that this can be parsed by awk.
7597
7598 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7599
7600         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7601         * defs.h: Include "gdb/signals.h".
7602         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7603
7604 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
7605
7606         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7607         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7608         from x86-64-tdep.h
7609
7610 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7611             Don Howard <dhoward@redhat.com>
7612
7613         * mips-tdep.c (ST0_FR): Define.
7614         (mips2_fp_compat): New function, temporarily disabled.
7615         (mips_read_fp_register_single): New function.
7616         (mips_read_fp_register_double): New function.
7617         (mips_print_register): Use them.
7618         (do_fp_register_row): Likewise.
7619
7620 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
7621
7622         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7623         approval''.
7624
7625 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7626
7627         * stabsread.c (read_member_functions): Fix is_stub test for
7628         static member functions, improve comment.
7629
7630 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7631
7632         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7633         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7634         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7635         commands that set boolean values.
7636         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7637         (arm_rdi_resume): Always initialize PC.
7638         (arm_rdi_open): Don't use rslt as a boolean.
7639         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7640         (arm_rdi_fetch_registers, arm_rdi_store_registers)
7641         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7642         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7643
7644 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
7645
7646         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7647         * configure: Rebuilt.
7648
7649 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7650
7651         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7652         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7653
7654 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
7655
7656         * cli/cli-decode.c (set_cmd_completer): New function.
7657         * command.h (set_cmd_completer): Declare.
7658         * cli/cli-decode.h (set_cmd_completer): Ditto.
7659
7660         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7661         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7662         * win32-nat.c (_initialize_inftarg): Ditto.
7663         * remote-rdi.c (_initialize_remote_rdi): Ditto.
7664         * proc-api.c (_initialize_proc_api): Ditto.
7665         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7666         * source.c (_initialize_source): Ditto.
7667         * exec.c (_initialize_exec): Ditto.
7668         * solib.c (_initialize_solib): Ditto.
7669         * top.c (init_main): Ditto.
7670         * tracepoint.c (_initialize_tracepoint): Ditto.
7671         * symfile.c (_initialize_symfile): Ditto.
7672         * printcmd.c (_initialize_printcmd): Ditto.
7673         * infcmd.c (_initialize_infcmd): Ditto.
7674         * corefile.c (_initialize_core): Ditto.
7675
7676 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7677
7678         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7679
7680 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7681
7682         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7683
7684 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7685
7686         * NEWS: Update headings, 5.2 has branched.
7687
7688 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
7689
7690         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7691         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7692         (register_addr, REGISTER_RAW_SIZE): Likewise.
7693         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7694         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7695
7696 2002-03-03  Michal Ludvig <mludvig@suse.cz>
7697
7698         * MAINTAINERS (x86-64): Add myself.
7699         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7700         changed value_ptr -> struct value *
7701
7702 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
7703
7704         * configure.host (sparc64-*-freebsd): Add.
7705         * configure.tgt: Likewise.
7706         * config/sparc/fbsd.mh: New file.
7707         * config/sparc/fbsd.mt: Likewise.
7708         * config/sparc/nm-fbsd.h: Likewise.
7709         * config/sparc/tm-fbsd.h: Likewise.
7710
7711 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
7712
7713         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7714         regformats/reg-s390x.dat.
7715
7716 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
7717
7718         * utils.c: Add FIXME explaining true/false problem.
7719
7720 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
7721
7722         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7723
7724 2002-02-28  Michael Chastain  <mec@shout.net>
7725
7726         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7727
7728 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
7729
7730         * gdbserver/linux-s390-low.c: New file.
7731         * regformats/reg-s390.dat: New file.
7732         * regformats/reg-s390x.dat: New file.
7733         * gdbserver/configure.srv: Add S/390.
7734         * gdbserver/Makefile.in: Add S/390.
7735         * configure.tgt: Enable gdbserver for S/390.
7736
7737 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
7738
7739         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7740         first line of the doc string for "info dos", except at the end of
7741         the sentence, since the short help stops at the first period.
7742
7743 2002-02-28  Jason Merrill  <jason@redhat.com>
7744
7745         * dwarf2read.c (dwarf_cfi_name): Add new codes.
7746
7747 2002-02-27  Fred Fish  <fnf@redhat.com>
7748
7749         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7750         comment (dumy -> dummy).
7751
7752 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7753
7754         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7755
7756 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
7757
7758       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7759
7760 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7761
7762         * gdbserver/acconfig.h: New file.
7763         * gdbserver/i387-fp.c: New file.
7764         * gdbserver/i387-fp.h: New file.
7765         * gdbserver/linux-x86-64.c: New file.
7766         * regformats/reg-x86-64.dat: New file.
7767         * configure.tgt: Add x86_64-*-linux* gdbserver support.
7768         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7769         * gdbserver/configure.in: Add support for regsets.
7770         * gdbserver/config.in: Regenerate.
7771         * gdbserver/configure: Regenerate.
7772         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
7773         * gdbserver/linux-low.h: New file.
7774         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
7775         for regsets.
7776         * gdbserver/linux-arm-low.c: Include "linux-low.h".
7777         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7778         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7779         * gdbserver/linux-mips-low.c: Include "linux-low.h".
7780         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7781         * gdbserver/linux-sh-low.c: Include "linux-low.h".
7782         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
7783         "i387-fp.h".  Add PTRACE_GETREGS and friends.
7784         * gdbserver/regcache.c (supply_register): New function.
7785         (supply_register_by_name): New function.
7786         (collect_register): New function.
7787         (collect_register_by_name): New function.
7788
7789 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7790
7791         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7792         (config.status): Add configure.srv dependency.
7793         (server_h): Add config.h dependency.
7794
7795 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7796
7797         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7798         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7799         * gdbserver/configure.srv: Change i386-*-linux* to use
7800         reg-i386-linux.o.
7801
7802 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7803
7804         * x86-64-tdep.c: Re-indent.  Update copyright date.
7805
7806 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7807
7808         From Michal Ludvig <mludvig@suse.cz>:
7809         * x86-64-tdep.c (value.h): Delete.
7810         (gdb_assert.h): Include.
7811         (x86_64_register_convert_to_virtual,
7812         x86_64_register_convert_to_raw ): Add check which lets only
7813         floating-point values to be converted.
7814         (value_push): Delete.
7815         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7816         (i386_gdbarch_init): Number of register_bytes fixed.
7817
7818 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7819
7820         * MAINTAINERS: Add x86-64 target.
7821
7822 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7823
7824         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7825         * osfsolib.c (solib_map_sections): Ditto.
7826         * irix5-nat.c (solib_map_sections): Ditto.
7827         * corelow.c (gdb_check_format): Ditto.
7828         * symfile.c (symfile_bfd_open): Ditto.
7829         * solib.c (solib_map_sections): Ditto.
7830         Fix PR gdb/354.
7831
7832 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7833
7834         * remote.c (_initialize_remote): By default, disable ``e'' and
7835         ``E'' step out-of-range packets.
7836
7837 2002-02-26  Andreas Schwab  <schwab@suse.de>
7838
7839         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7840         m68k_linux_frame_saved_pc.
7841         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7842         in_sigtramp.
7843         (SIGCONTEXT_PC_OFFSET): Remove.
7844         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7845         m68k_linux_sigtramp_saved_pc): New functions.
7846         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7847         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7848         (UCONTEXT_PC_OFFSET): Define.
7849         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7850         non-RT and RT signal trampolines.
7851
7852 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
7853
7854         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7855         (TARGET_NBPG, STACK_END_ADDR): Delete
7856         (VARIABLES_INSIDE_BLOCK): Delete.
7857
7858 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
7859
7860         * utils.c (perror_with_name): Make string parameter constant.
7861         (print_sys_errmsg): Ditto.
7862         (query): Ditto.
7863         * defs.h (perror_with_name): Update.
7864         (print_sys_errmsg): Update.
7865         (query): Update.
7866
7867 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
7868
7869         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7870         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7871
7872 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7873
7874         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7875         if it already matches the current architecture from the exec file.
7876         Include arch-utils.h for gdbarch_info_init prototype.
7877         * Makefile.in (rs6000-nat.o): Update dependencies.
7878
7879 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
7880
7881         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7882          list of exported variables.
7883
7884 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
7885
7886         * gdbserver/configure.srv: New file.
7887         * gdbserver/configure.in: Use configure.srv instead
7888         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
7889         from it.
7890         * gdbserver/configure: Regenerated.
7891         * gdbserver/terminal.h: New file.
7892         * gdbserver/Makefile.in: Update for configure changes.  Remove
7893         more unneeded include paths.
7894
7895 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7896
7897         From wiz at danbala:
7898         * config/sparc/tm-sp64.h: Fix grammar and typos.
7899         Fix PR gdb/287.
7900
7901 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7902
7903         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7904         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
7905         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7906         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7907         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7908         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7909         * s390-tdep.c: Ditto.
7910         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7911         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7912         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7913         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7914         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7915         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7916         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7917         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7918         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7919         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7920         Fix PR gdb/378.
7921
7922 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7923
7924         * lin-thread.c: Delete file.
7925         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7926         to gdb_proc_service.h.
7927         * configure: Re-generate.
7928
7929         * ocd.c (ocd_open): Do not try to open the "ocd" device.
7930         * serial.c (serial_open): Delete check for "ocd".
7931         Fix PR gdb/349.
7932
7933         * Makefile.in (linux-thread.o): Delete target.
7934         * linux-thread.c: Delete file.
7935
7936         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
7937         renamed SH files to be consistent.
7938
7939         * symtab.c (sort_search_symbols): Use xfree.
7940
7941 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
7942
7943         * arm-linux-tdep.c (arm_linux_init_abi): Register
7944         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7945         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7946         definition with undef, since we don't want the sysvr4 definition.
7947         (SKIP_TRAMPOLINE_CODE): Likewise.
7948
7949 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7950
7951         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7952
7953         * configure.in: (AC_CHECK_FUNCS) Added test for
7954         canonicalize_file_name Regenerated.
7955         * config.in, configure: Regenerated.
7956         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7957         defined use canonicalize_file_name.
7958
7959 2002-02-23  Michael Chastain  <mec@shout.net>
7960
7961         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7962
7963 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7964
7965         * README: Remove references to cygnus.com.
7966         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7967         dot com'' form.  Remove references to cygnus.com and sourceware.
7968
7969 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7970
7971         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7972         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7973         1003.1-2001 no longer allows "head -1".
7974         * gdb/Makefile.in (version.c): Likewise.
7975         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7976         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7977         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
7978
7979 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7980
7981         * cli/cli-decode.c (cmd_cfunc_eq): New function.
7982         * command.h (cmd_cfunc_eq): Declare.
7983         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7984
7985         * cli/cli-cmds.h (is_complete_command): Change parameter to a
7986         ``struct cmd_list_element *''.
7987         * cli/cli-cmds.c (is_complete_command): Update.  Use
7988         cmd_cfunc_eq.
7989         * top.c (execute_command): Pass the command to
7990         is_complete_command.
7991         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7992
7993 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7994
7995         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7996         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7997         architecture defines.
7998         * s390-tdep.c (s390_gdbarch_init): Likewise.
7999
8000 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8001
8002         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8003         (arm_linux_push_arguments): Likewise.
8004         (arm_linux_init_abi): Register them.  Also register linux-specific
8005         call_dummy_words.
8006         (find_minsym_and_objfile): Use strcmp, not STREQ.
8007         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8008         (arm_linux_call_dummy_words): Delete declaration.
8009         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8010         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8011         declarations.
8012         (LOWEST_PC): Delete.
8013
8014 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8015
8016         * maint.c (print_section_info): Do not prepend `0x' to filepos
8017         output, it will be handled by local_hex_string_custom.
8018
8019 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8020
8021         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8022         (store_newfpe_double, store_newfpe_extended, store_fpregister)
8023         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8024
8025 2002-02-22  Jim Blandy  <jimb@redhat.com>
8026
8027         Indicate that the bcache functions don't change the strings
8028         they're passed.
8029         * bcache.h (bcache, hash): Add `const' keywords to declarations.
8030         * bcache.c (bcache, hash): Add `const' keywords to definitions.
8031
8032 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
8033
8034         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8035
8036 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8037
8038         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8039         find the complete path to a loaded DLL.
8040
8041 2002-02-21  Fred Fish  <fnf@redhat.com>
8042
8043         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8044         that marks the end of the range of a function, enter a line number
8045         entry that has a line number of zero and a PC offset that matches
8046         the end of the function.  This starts a range of PC's for which no
8047         line number information is known.
8048         * symtab.c (find_pc_sect_line): If our best fit is in a range of
8049         PC's for which no line number info is found (line number is zero)
8050         then we didn't find any valid line information.
8051         * symtab.h: Document use of zero line number entry.
8052
8053 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
8054
8055         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8056         (have_ptrace_getvrregs): Define for run time checks.
8057         (gdb_vrregset_t): New type for Altivec register handling.
8058         (fetch_register, store_register): Fetch/store altivec register
8059         when needed.
8060         (fetch_altivec_register, store_altivec_register): New functions.
8061         (supply_vrregset, fill_vrregset): New functions.
8062         (fetch_altivec_registers, store_altivec_registers): New functions.
8063         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8064         registers as well.
8065
8066 2002-02-21  Jiri Smid  <smid@suse.cz>
8067
8068         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8069
8070 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8071
8072         * Makefile.in (armnbsd-nat.o): Update dependencies.
8073         * armnbsd-nat.c (supply_gregset): New function.  Common code to
8074         supply the integer register set.
8075         (supply_fparegset): New function.  Similar for FPA registers.
8076         (fetch_regs, fetch_fp_regs): Use them.
8077         (fetch_core_registers): Likewise.
8078         (fetch_elfcore_registers): New function.
8079         (arm_netbsd_elfcore_fns): New core-file type specification.
8080         (_initialize_arm_netbsd_nat): Register it.
8081
8082 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8083
8084         * armnbsd-nat.c: Include gdbcore.h.
8085         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8086         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8087         'void' to declaration, to shut up ARI.
8088         (fetch_core_registers): Make static.  Rewrite using supply_register.
8089         (arm_netbsd_core_fns): New core-file type specification.
8090         (_initialize_arm_netbsd_nat): New function.
8091
8092 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8093
8094         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8095         value.
8096
8097 2002-02-20  Christopher Faylor  <cgf@redhat.com>
8098
8099         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8100         fails.
8101
8102 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8103
8104         * jv-exp.y (parse_number): Change type of implicit longs
8105         to builtin_type_uint64.
8106
8107 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8108
8109         * gdbserver/linux-low.c (mywait): Change argument to waitpid
8110         to be an integer instead of a `union wait'.
8111
8112 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8113
8114         * mips-linux-nat.c: Call the operating system GNU/Linux.
8115         * mips-linux-tdep.c: Likewise.
8116         * mips-tdep.c: Likewise.
8117
8118 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8119
8120         Fix PR gdb/265.
8121         * jv-exp.y (parse_number): Handle 64-bit integers.
8122
8123 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8124
8125         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
8126         AC_STDC_HEADERS to AC_HEADER_STDC.
8127         * gdbserver/configure: Regenerated.
8128
8129 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8130
8131         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8132         is defined.
8133         * sparc-tdep.c (get_longjmp_target): Likewise.
8134
8135 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8136
8137         * News: Add news about ARM and Multi-arch.  Mention the new target
8138         arm*-*-netbsd*.
8139
8140 2002-02-19  Jim Blandy  <jimb@redhat.com>
8141
8142         * stabsread.c (error_type_complaint): Improve error message.
8143
8144 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
8145
8146         * gdbserver/README: Update documentation.
8147         * gdbserver/configure.in: Update configury to match documentation.
8148         * gdbserver/Makefile.in: Likewise.
8149         * gdbserver/configure: Regenerated.
8150         * gdbserver/aclocal.m4: New file, generated by aclocal.
8151         * gdbserver/config.in: New file, generated by autoheader.
8152
8153 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8154
8155         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8156         armnbsd-nat.c.
8157
8158 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8159
8160         * arm-tdep.h (enum arm_float_model): New enum.
8161         (struct gdbarch_tdep): Add fp_model.
8162         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
8163         up floating-point conversions until we know the floating-point model
8164         in use by the inferior.  Don't complain about being unable to
8165         determine the ABI of the inferior when we don't have one.
8166         (arm_extract_return_value): Support different floating-point models.
8167         (arm_store_return_value): Likewise.
8168         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8169         ARM_FLOAT_SOFT.
8170         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8171
8172 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8173
8174         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8175         of ``current_gdbarch''.
8176
8177 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8178
8179         * armnbsd-nat.c : ANSIfy all function declarations.
8180         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8181         (fetch_inferior_registers): Re-implement in terms of above.
8182         (store_register, store_regs, store_fp_register, store_fp_regs): New.
8183         (store_inferior_registers): Re-implement in terms of above.
8184
8185 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8186
8187         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8188         kernel.
8189         * arm-linux-tdep.c: Likewise.
8190         * config/arm/tm-linux.h: Likewise.
8191
8192 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8193
8194         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8195         * config/arm/nbsd.mt (TM_FILE): Delete.
8196         * config/arm/tm-nbsd.h: Delete.
8197
8198 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8199
8200         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8201         Initialize CALL_DUMMY_LENGTH.
8202
8203 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8204
8205         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8206         function.
8207         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8208         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8209         defines one thing and that is incorrect for this port.
8210         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8211
8212 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8213
8214         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8215
8216 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8217
8218         * win32-nat.c (display_selector): New function. Displays information
8219         about the information returned by GetThreadSelectorEntry API function.
8220         (display_selectors): New function. Displays the infomation of
8221         the selector given as argument, or of CS, DS ans FS selectors
8222         if no argument is given.
8223         ( _initialize_inftarg): Add "w32" as info prefix command.
8224         Add "info w32 selector" as command calling display_selectors.
8225
8226 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
8227
8228         * i386-tdep.c (get_longjmp_target): Fix compilation failure
8229         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8230         if not defined.
8231
8232 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8233
8234         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8235
8236 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8237
8238         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8239         (arm_fix_call_dummy): Call it.
8240         (arm_call_dummy_breakpoint_offset): Delete.
8241         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8242         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8243
8244 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
8245
8246         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8247         Default to func_frame_chain_valid.
8248         * gdbarch.h, gdbarch.c: Re-generate.
8249         * frame.h (FRAME_CHAIN_VALID): Delete definition.
8250
8251 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
8252
8253         * ppc-linux-nat.c: Update copyright.
8254         (fetch_register, store_register): Add tid parameter, don't compute
8255         tid here.
8256         (fetch_ppc_registers, store_ppc_registers): Add tid
8257         parameter. Pass it along to callees.
8258         (fetch_inferior_registers, store_inferior_registers): Compute tid
8259         here, and pass it to calleed functions.
8260         (fill_gregset, supply_fpregset): Clean up formatting.
8261
8262 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8263
8264         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8265         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8266
8267 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8268
8269         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8270         * gdbarch.c gdbarch.h: Regenerate.
8271         * breakpoint.c (create_longjmp_breakpoint): Always compile this
8272         function.
8273         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8274         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8275         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8276
8277         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8278         * arm-tdep.c (arm_get_longjmp_target): New function.
8279         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
8280         this to a positive value register arm_get_longjmp_target as the
8281         longjmp handler.
8282         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8283         (arm_linux_init_abi): Set up longjmp description in tdep.
8284         * armnbsd-nat.c (get_longjmp_target): Delete.
8285         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8286         description in tdep.
8287         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8288         (get_longjmp_target): Delete declaration.
8289         (GET_LONGJMP_TARGET): Delete.
8290         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8291         (GET_LONGJMP_TARGET): Delete.
8292
8293 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
8294
8295         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
8296         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8297         of ``current_gdbarch''.
8298
8299 2002-02-17  Tom Tromey  <tromey@redhat.com>
8300
8301         * cli/cli-cmds.c (compare_strings): New function.
8302         (complete_command): Only print each unique item once.
8303         * completer.h (complete_line): Declare.
8304         * completer.c (complete_line): New function.
8305         (line_completion_function): Use it.
8306
8307 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
8308
8309         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8310         * gdbarch.h, gdbarch.c: Re-generate.
8311
8312 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8313
8314         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8315
8316 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8317
8318         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8319         * valops.c (value_arg_coerce): Don't take the address of a reference
8320         to convert an argument to a reference.
8321
8322 2002-02-15  Christopher Faylor  <cgf@redhat.com>
8323
8324         * win32-nat.c (get_image_name): New function.
8325         (handle_load_dll): Use get_image_name function.
8326         (get_child_debug_event): Avoid registering debug events until possibly
8327         execed process is started.
8328         (child_create_inferior): Allow invocation via shell so that command
8329         line redirection, etc.  works ok.
8330         (_initialize_inftarg): Add new command: "set shell" to control whether
8331         a shell is used to start a process.
8332
8333 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8334
8335         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8336         instead of find_register_by_number.
8337         (cannot_store_register): Likewise.
8338
8339 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8340
8341         * dwarf2read.c: Replace fprintf (stderr, ...) by
8342         fprintf_unfiltered (gdb_stderr, ...).
8343
8344 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8345
8346         * gdbserver/gdbserver.1: Document --attach.
8347
8348 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8349
8350         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8351         descriptions.
8352         * arm-tdep.c (arm_default_arm_le_breakpoint)
8353         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8354         (arm_default_thumb_be_breakpoint): New.  Initialize them from
8355         traditional breakpoint defines.
8356         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8357         (arm_gdbarch_init): Initialize new breakpoint variables.
8358         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8359         (arm_linux_init_abi): Initialize linux-specific breakpoint.
8360         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8361         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8362         code out to ...
8363         (arm_netbsd_init_abi_common): ... here; new function.
8364         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8365         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8366         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8367         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8368
8369 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8370
8371         * arm-tdep.h (enum arm_abi): New enum.
8372         (struct gdbarch_tdep): New structure.
8373         (LOWEST_PC): Provide a default.
8374         (arm_gdbarch_register_os_abi): Declare new function.
8375         * arm-tdep.c (arm_abi_names): New array.
8376         (process_note_abi_tag_sections): New function.
8377         (get_elfosabi): New function.
8378         (arm_gdbarch_register_os_abi): New function.
8379         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
8380         support for that ABI has been built in, then call the appropriate
8381         configuration routine.  Use gdbarch_num_regs() to get the number
8382         of registers.
8383         (arm_dump_tdep): New function.
8384         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8385         place-holder functions.
8386         (_initialize_arm_tdep): Register them.
8387         * config/arm/tm-arm.h (LOWEST_PC): Delete.
8388
8389         * armnbsd-tdep.c: New file.
8390         * Makefile.in (armnbsd-tdep.o): Add dependencies.
8391         * config/arm/nbsd.mt (TDEPFILES): Add it.
8392         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8393
8394         * armnbsd-nat.c: Include regcache.h.
8395         * Makefile.in (armnbsd-nat.o): Update dependency list.
8396
8397         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8398
8399 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8400
8401         * gdbserver/Makefile.in: Fix typos in target rules.
8402
8403 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8404
8405         Fix part of PR gdb/267.
8406         * linespec.c (find_methods): Handle constructors specially for now.
8407
8408 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
8409
8410         * arm-tdep.c (arm_push_arguments): Eliminate special float type
8411         handling.
8412         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8413         standard_coerce_float_to_double().
8414
8415 2002-02-14  Christopher Faylor  <cgf@redhat.com>
8416
8417         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8418         GDBINIT_FILENAME.
8419
8420 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
8421
8422         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8423         find_variant_by_name, because it confuses the multiarch
8424         framework. Return NULL if there isn't an architecture with the
8425         user supplied name, instead of forcing a different one without
8426         recording the change with the multiarch machinery.
8427         (find_variant_by_name): Delete.
8428
8429 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8430
8431         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8432         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8433
8434 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
8435
8436         * stack.c (print_frame_info_base): When calling
8437         print_frame_info_listing_hook, set current_source_symtab.
8438
8439 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8440
8441         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8442         and remove unused $(INCLUDE_DIR).
8443         Add regcache.c to OBS.
8444         Add generated register protocol files to clean target.
8445         Update dependencies for new objects, obsolete old target code.
8446
8447         * gdbserver/linux-low.c: Remove all platform-specific code to
8448         new files.  Remove various dead code.  Update to use regcache
8449         functionality.
8450         * gdbserver/remote-utils.c (fromhex): Add return statement
8451         to quiet warning.
8452         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8453         constant.
8454         (input_interrupt): Add integer parameter to match prototype
8455         of a signal handler.
8456         (outreg): Use register_data ().
8457         (prepare_resume_reply): Use gdbserver_expedite_regs.
8458         * gdbserver/server.c (main): Dynamically allocate own_buf because
8459         PBUFSIZ is no longer constant.  Use registers_to_string () and
8460         registers_from_string ().
8461         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
8462         for error (), fatal (), and warning ().  Update definition of
8463         PBUFSIZ to use regcache functionality.  Add include guard.
8464         * gdbserver/utils.c (fatal): Add missing ``const''.
8465         (warning): New function.
8466
8467         * regformats/regdat.sh: Include "regcache.h" in generated files.
8468         Provide init_registers () function.
8469         * regformats/regdef.h: Add prototype for set_register_cache ().
8470         Add include guard.
8471
8472         * gdbserver/linux-arm-low.c: New file.
8473         * gdbserver/linux-i386-low.c: New file.
8474         * gdbserver/linux-ia64-low.c: New file.
8475         * gdbserver/linux-m68k-low.c: New file.
8476         * gdbserver/linux-mips-low.c: New file.
8477         * gdbserver/linux-ppc-low.c: New file.
8478         * gdbserver/linux-sh-low.c: New file.
8479
8480         * gdbserver/regcache.c: New file.
8481         * gdbserver/regcache.h: New file.
8482
8483         * gdbserver/low-linux.c: Removed obsolete file.
8484
8485 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8486
8487         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8488         * config/i386/linux.mt: Likewise.
8489         * config/ia64/linux.mt: Likewise.
8490         * config/m68k/linux.mh: Likewise.
8491         * config/powerpc/linux.mh: Likewise.
8492         * config/mips/linux.mt: Likewise.
8493
8494         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8495
8496         * config/i386/i386lynx.mh: Mark gdbserver variables
8497         as (currently) obsolete for this target.
8498         * config/i386/nbsd.mt: Likewise.
8499         * config/i386/nbsdelf.mt: Likewise.
8500         * config/m32r/m32r.mt: Likewise.
8501         * config/m68k/m68klynx.mh: Likewise.
8502         * config/m68k/nbsd.mt: Likewise.
8503         * config/m68k/sun3os4.mh: Likewise.
8504         * config/mips/vr5000.mt: Likewise.
8505         * config/ns32k/nbsd.mt: Likewise.
8506         * config/pa/hppabsd.mh: Likewise.
8507         * config/pa/hppaosf.mh: Likewise.
8508         * config/powerpc/nbsd.mt: Likewise.
8509         * config/rs6000/rs6000lynx.mh: Likewise.
8510         * config/s390/s390.mt: Likewise.
8511         * config/s390/s390x.mt: Likewise.
8512         * config/sparc/sparclynx.mh: Likewise.
8513         * config/sparc/sun4os4.mh: Likewise.
8514         * config/i386/x86-64linux.mt: Likewise.
8515         * config/sparc/linux.mh: Likewise.
8516
8517 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8518
8519         * configure.tgt: Configure gdbserver only for known working
8520         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
8521         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
8522         SUBDIRS if it is configured.  Update comment for ${nativefile}.
8523         * configure: Regenerated.
8524
8525 2002-02-13  Michael Snyder  <msnyder@redhat.com>
8526
8527         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8528
8529         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8530         (default_gcore_mach): Just return 0, work around a problem in bfd.
8531         (default_gcore_target): OK to return NULL if exec_bfd is null.
8532         (make_mem_sec): Use a cast, avoid a warning.
8533
8534         * procfs.c (find_memory_regions_callback): Use a cast instead of
8535         calling host_pointer_to_address (which complains if
8536         sizeof (host pointer) != sizeof (target pointer)).
8537         (procfs_make_note_section): Avoid overflow in psargs string.
8538
8539         * procfs.c (procfs_make_note_section): Make the default
8540         implementation return an error.
8541
8542 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
8543
8544         * procfs.c (procfs_make_note_section): Provide a default definition
8545         (for alpha-dec-osf4.0f). Fix typos.
8546
8547 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
8548
8549         * linux-proc.c: Add include of regcache.h.
8550         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8551
8552 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
8553
8554         From 2002-01-18 Greg McGary <greg@mcgary.org>:
8555         * memattr.c (create_mem_region): Disallow useless empty region.
8556         Regions are half-open intervals, so allow [A..B) [B..C) as
8557         non-overlapping.
8558
8559 2002-02-13  Michael Chastain <mec@shout.net>
8560
8561         * defs.h: Kill CONST_PTR.
8562         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8563         * c-lang.c (c_builtin_types): Likewise.
8564         * ch-lang.c (ch_builtin_types): Likewise.
8565         * f-lang.c (f_builtin_types): Likewise.
8566         * language.c (unknown_builtin_types): Likewise.
8567         * m2-lang.c (m2_builtin_types): Likewise.
8568         * p-lang.c (pascal_builtin_types): Likewise.
8569         * scm-lang.c (c_builtin_types): Likewise.
8570
8571 2002-02-13  Keith Seitz  <keiths@redhat.com>
8572
8573         * arm-tdep.h (arm_get_next_pc): Add declaration.
8574
8575 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
8576
8577         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
8578         with other related struct-returning functions.
8579         (arm_extract_struct_value_address): New function.
8580         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
8581         initialize float_format, double_format and long_double_format as
8582         appropriate to the endianness of the target.
8583         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8584         (arm_use_struct_convention): Delete declaration.
8585         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8586
8587 2002-02-13  Keith Seitz  <keiths@redhat.com>
8588
8589         * defs.h (core_addr_to_string_nz): New function.
8590
8591 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
8592
8593         Apply missing bits of 2002-01-15 patch.
8594         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8595         (fill_fpregset): Use i387_fill_fsave.
8596
8597 2002-02-12  Keith Seitz  <keiths@redhat.com>
8598
8599         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8600         (core_addr_to_string_nz): New function.
8601
8602 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8603
8604         * arm-linux-nat.c: Really include arm-tdep.h.
8605         * config/arm/tm-linux.h (struct type, struct value): Declare.
8606
8607 2002-02-11  Michael Snyder  <msnyder@redhat.com>
8608
8609         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8610         (gcore section): Ifdef for Solaris and Unixware only.
8611         (procfs_do_thread_registers): Unixware needs one lwpstatus
8612         per thread (not one prstatus or pstatus).
8613         (procfs_make_note_section): Iterate only over kernel threads (lwps),
8614         not over all gdb threads.  For unixware, call elfcore_write_pstatus
8615         once before iterating over threads.
8616
8617 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8618
8619         * arm-tdep.h: New file.
8620         * arm-tdep.c: Include arm-tdep.h.
8621         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8622         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8623         (arm_print_float_info, arm_register_type, convert_to_extended)
8624         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8625         (arm_extract_return_value, arm_register_name): Make static.
8626         (arm_software_single_step): Similarly.  Fix types in declaration.
8627         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8628         (arm_store_return_value, arm_store_struct_return): New functions.
8629         (arm_gdbarch_init): Register the above functions.  Also register
8630         call_dummy_start_offset, sizeof_call_dummy_words,
8631         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8632         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8633         max_register_virtual_size, register_size.  Set up
8634         prologue_cache.saved_regs here, rather than ...
8635         (_initialize_arm_tdep): ... here.
8636         * config/arm/tm-arm.h (struct type, struct value): Delete forward
8637         declarations.
8638         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8639         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8640         (arm_print_float_info, arm_register_type, convert_to_extended)
8641         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8642         (arm_extract_return_value, arm_register_name): Delete declarations.
8643         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8644         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8645         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8646         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8647         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8648         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8649         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8650         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8651         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8652         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8653         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8654         (arm_get_next_pc): No-longer static -- these are needed by the RDI
8655         interface.
8656         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8657         * remote-rdi.c remote-rdp.c: Likewise.
8658         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8659         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8660         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8661         definition.
8662
8663         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8664         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8665         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8666         from non-ARM_ prefixed definitions.
8667         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8668         all uses of above.
8669         * remote-rdi.c remote-rdp.c: Likewise.
8670         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8671
8672 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8673
8674         * arm-tdep.c (arm_frameless_function_invocation)
8675         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8676         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8677         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8678         (arm_pop_frame, arm_get_next_pc): Make static.
8679         (arm_gdbarch_init): Register above in gdbarch structure.
8680         (arm_read_fp): Renamed from arm_target_read_fp.
8681         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8682         * config/arm/tm-arm.h (arm_frameless_function_invocation)
8683         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8684         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8685         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8686         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8687         (arm_pc_is_thumb_dummy): Delete declarations.
8688         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8689         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8690         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8691         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8692
8693 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
8694
8695         * symtab.c (compare_search_syms): New function.
8696         (sort_search_symbols): New function.
8697         (search_symbols): Sort symbols after searching rather than
8698         before.
8699
8700 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8701
8702         * NEWS: Linux -> GNU/Linux.
8703
8704 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8705
8706         * gdbarch.sh: For for level one methods, disallow a definition
8707         when partially multi-arched.  Add comments explaining rationale.
8708         * gdbarch.h: Re-generate.
8709
8710 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8711
8712         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8713         multi-arch partial.
8714
8715 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8716
8717         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
8718         field.  Use diff -u.
8719         * gdbarch.c: Re-generate.
8720
8721 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8722
8723         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8724         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8725         partial.
8726
8727 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8728
8729         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8730         multi-arch partial.
8731         (PUSH_ARGUMENTS): Switch to using predefault.
8732         * gdbarch.c: Regenerate.
8733
8734 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8735
8736         * valops.c (PUSH_ARGUMENTS): Delete definition.
8737         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8738         partial.  Default to default_push_arguments.
8739         * gdbarch.h, gdbarch.c: Regenerate.
8740
8741 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8742
8743         * defs.h (throw_exception): Rename return_to_top_level.  Update
8744         comments.
8745         * utils.c (error_stream, internal_verror, quit): Ditto.
8746         * top.c (throw_exception, catcher): Ditto.
8747         * sparclet-rom.c (sparclet_load): Ditto.
8748         * remote.c (interrupt_query, minitelnet): Ditto.
8749         * remote-sds.c (interrupt_query): Ditto.
8750         * remote-mips.c (mips_error, mips_kill): Ditto.
8751         * ocd.c (interrupt_query): Ditto.
8752         * monitor.c (monitor_interrupt_query): Ditto.
8753         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8754         * target.h: Update comment.
8755
8756         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8757
8758 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8759
8760         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8761         default_double_format.
8762         * gdbarch.h, gdbarch.c: Re-generate.
8763         * findvar.c (floatformat_unknown): Delete variable definition.
8764         * doublest.h (floatformat_unknown): Delete variable declaration.
8765
8766 2002-02-09  Jim Blandy  <jimb@redhat.com>
8767
8768         * stabsread.c (read_type): Add code to parse Sun's syntax for
8769         prototyped function types.
8770
8771 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8772
8773         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8774         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8775
8776 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8777
8778         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8779         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
8780         now _initialize_xcoffsolib gets called again and overrides the
8781         commands from solib.c in a native configuration.
8782
8783 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
8784
8785         * doublest.c (store_typed_floating): Don't try to return a value.
8786         Fixes PR gdb/290.
8787
8788 2002-02-08  Jim Blandy  <jimb@redhat.com>
8789
8790         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8791         is prototyped and has no arguments, print its argument list as
8792         `(void)'.
8793
8794 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8795
8796         * MAINTAINERS (write-after-approval): Add myself.
8797         (paper-trail): I've escaped!
8798
8799 2002-02-08  Christopher Faylor  <cgf@redhat.com>
8800
8801         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8802         changes.
8803         (_initialize_check_for_gdb_ini): Ditto.
8804
8805 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
8806
8807         * win32-nat.c (cygwin_pid_to_str): Fix typo.
8808         xaprintf -> xasprintf.
8809
8810 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8811
8812         * win32-nat.c: Remove use of printf and sprintf functions.
8813
8814 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
8815
8816         * arm-tdep.c (arm_frame_chain_valid): Make static.
8817         (arm_push_arguments): Likewise.
8818         (arm_gdbarch_init): New function.
8819         (_initialize_arm_tdep): Call it.
8820         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8821         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8822         (FRAME_CHAIN_VALID): Delete.
8823         (arm_frame_chain_valid): Delete declaration.
8824         (PUSH_ARGUMENTS): Delete.
8825         (arm_push_arguments): Delete declaration.
8826         (CALL_DUMMY_P): Delete.
8827
8828 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
8829             Corinna Vinschen  <vinschen@redhat.com>
8830
8831         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8832         on builtin float types.
8833
8834 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8835
8836         * utils.c: Include <curses.h> before "bfd.h".
8837         * tui/tui-hooks.c: Likewise.
8838         * tui/tui.c: Likewise.
8839         * tui/tuiCommand.c: Likewise.
8840         * tui/tuiData.c: Likewise.
8841         * tui/tuiDataWin.c: Likewise.
8842         * tui/tuiDisassem.c: Likewise.
8843         * tui/tuiGeneralWin.c: Likewise.
8844         * tui/tuiIO.c: Likewise.
8845         * tui/tuiLayout.c: Likewise.
8846         * tui/tuiRegs.c: Likewise.
8847         * tui/tuiSource.c: Likewise.
8848         * tui/tuiSourceWin.c: Likewise.
8849         * tui/tuiStack.c: Likewise.
8850         * tui/tuiWin.c: Likewise.
8851
8852 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
8853
8854         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8855         to include space for pseudoregs as well. Update loops accordingly.
8856         (sh_fp_frame_init_saved_regs): Ditto.
8857         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8858
8859 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
8860
8861         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8862         Add Richard Earnshaw to Arm maintainers.
8863
8864 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
8865
8866         * defs.h (warning_begin): Delete declaration.
8867
8868         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8869         Delete macro.
8870
8871 2002-02-07  Michael Snyder  <msnyder@redhat.com>
8872
8873         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8874         Logic bug, remove misplaced else.
8875
8876 2002-02-07  Klee Dienes  <klee@apple.com>
8877
8878         * fork-inferior.c (fork_inferior): Add '!' to the list of
8879         characters that need to be quoted when building a string for the
8880         shell.  Quote '!' specifically with a backslash, since CSH chokes
8881         when trying to evaluate "str!str".
8882
8883 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
8884
8885         * rdi-share/host.h: Only provide a typedef for bool if it is not
8886         defined.
8887
8888 2002-02-04  Michael Snyder  <msnyder@redhat.com>
8889
8890         * breakpoint.h (enum bptype): Add new overlay event bp type.
8891         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8892
8893         * breakpoint.c (create_internal_breakpoint): New function.
8894         (internal_breakpoint_number): Moved into create_internal_breakpoint.
8895         (create_longjmp_breakpoint): Use create_internal_breakpoint.
8896         (create_thread_event_breakpoint): Ditto.
8897         (create_solib_event_breakpoint): Ditto.
8898         (create_overlay_event_breakpoint): New function.
8899         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8900         (update_breakpoints_after_exec): Delete and re-initialize
8901         overlay event breakpoints after an exec.  Add FIXME comment
8902         about longjmp breakpoint.
8903         (print_it_typical): Ignore overlay event breakpoints.
8904         (print_one_breakpoint): Ditto.
8905         (mention): Ditto.
8906         (bpstat_what): Do not stop for overlay event breakpoints.
8907         (delete_breakpoint): Don't delete overlay event breakpoints.
8908         (breakpoint_re_set_one): Delete the overlay event breakpoint.
8909         (breakpoint_re_set): Re-create overlay event breakpoint.
8910
8911         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8912         (overlay_manual_command): Disable overlay breakpoints.
8913         (overlay_off_command): Disable overlay breakpoints.
8914
8915 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
8916
8917         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8918         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8919         to here from config/tm-arm.h.
8920         (coff_sym_is_thumb): Make static.
8921         (arm_elf_make_msymbol_special): New function.
8922         (arm_coff_make_msymbol_special): New function.
8923         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8924         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8925         (coff_sym_is_thumb): Delete declaration.
8926         (arm_elf_make_msymbol_special): Declare.
8927         (arm_coff_make_msymbol_special): Declare.
8928         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8929         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8930
8931 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
8932
8933         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8934
8935 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
8936
8937         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8938         * gdbarch.c gdbarch.h: Regenerate.
8939         * arch-utils.c (default_print_float_info): New function.
8940         * arch-utils.h (default_print_float_info): Prototype it.
8941         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8942         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8943         (PRINT_FLOAT_INFO): Document it.
8944
8945         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8946         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8947         (PRINT_FLOAT_INFO): Define.
8948
8949 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
8950
8951         * win32-nat.c (_initialize_check_for_gdb_ini):
8952         Add typecast to sprintf argument to suppress a warning.
8953
8954 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
8955
8956         * win32-nat.c (last_sig): Changed type of variable to target_signal,
8957         to allow easier handling of pass state.
8958         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8959         that gives exception name and address.
8960         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8961         and set last_sig value to ourstatus->value.sig. Some missing
8962         exceptions added.
8963         (child_continue): Correctly report continue_status.
8964         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8965         TARGET_SIGNAL_0 (new default value).
8966         (child_resume): consider sig argument passed to decide if
8967         the exception should be passed to debuggee or not.
8968
8969 2002-02-05  Michael Snyder  <msnyder@redhat.com>
8970
8971         * regcache.c (fetch_register): Call target_fetch_register
8972         only if we don't call FETCH_PSEUDO_REGISTER.
8973         (store_register): Call target_store_register only if we
8974         don't call STORE_PSEUDO_REGISTER.
8975
8976 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
8977
8978         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8979         ELF_MAKE_MSYMBOL_SPECIAL.
8980         * gdbarch.c, gdbarch.h: Regenerate.
8981         * arch-utils.c (default_make_msymbol_special): New function.
8982         * arch-utils.h (default_make_msymbol_special): Export.
8983         * elfread.c (elf_symtab_read): Compile use of
8984         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8985         multiarched.
8986         * coffread.c (coff_symtab_read): Ditto, for
8987         COFF_MAKE_MSYMBOL_SPECIAL.
8988
8989 2002-02-05  Jim Blandy  <jimb@redhat.com>
8990
8991         * solib-svr4.c (svr4_truncate_ptr): New function.
8992         (svr4_relocate_section_addresses): Do the address arithmetic with
8993         the appropriate truncation for target addresses, even when
8994         CORE_ADDR is larger than a target address.
8995
8996 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
8997
8998         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8999         to (int *).
9000
9001 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9002
9003         * gdbserver/linux-low.c (kill_inferior): Remove commented out
9004         code.
9005
9006 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9007
9008         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9009
9010 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9011
9012         * gdbserver/linux-low.c: Remove unused include files.
9013
9014 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9015
9016         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9017         (read_inferior_memory): Use it.
9018         (write_inferior_memory): Likewise.
9019
9020 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9021
9022         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9023         grubbing through sys_errlist.
9024
9025 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9026
9027         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9028
9029 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9030         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9031
9032 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
9033
9034         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9035         (do_sfunc, set_cmd_sfunc): New functions.
9036
9037         * command.h (struct cmd_list_element): Add field func.
9038         * cli/cli-decode.h (struct cmd_list_element): Ditto.
9039         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9040         * cli/cli-decode.h: Ditto.
9041
9042         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9043         (help_all, help_cmd_list): Ditto.
9044         (find_cmd, complete_on_cmdlist): Ditto.
9045         * top.c (execute_command): Ditto.
9046
9047         * cli/cli-setshow.c (do_setshow_command): Call func instead of
9048         function.sfunc.
9049
9050         * infcmd.c (notice_args_read): Fix function signature.
9051
9052         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9053         * cli/cli-decode.c (add_set_cmd): Ditto.
9054         * utils.c (initialize_utils): Ditto.
9055         * maint.c (_initialize_maint_cmds): Ditto.
9056         * infrun.c (_initialize_infrun): Ditto.
9057         * demangle.c (_initialize_demangler): Ditto.
9058         * remote.c (add_packet_config_cmd): Ditto.
9059         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9060         * cris-tdep.c (_initialize_cris_tdep): Ditto.
9061         * proc-api.c (_initialize_proc_api): Ditto.
9062         * kod.c (_initialize_kod): Ditto.
9063         * valprint.c (_initialize_valprint): Ditto.
9064         * top.c (init_main): Ditto.
9065         * infcmd.c (_initialize_infcmd): Ditto.
9066         * corefile.c (_initialize_core): Ditto.
9067         * arm-tdep.c (_initialize_arm_tdep): Ditto.
9068         * arch-utils.c (initialize_current_architecture): Ditto.
9069         (_initialize_gdbarch_utils): Ditto.
9070         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9071
9072         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9073         * wince.c (_initialize_inftarg): Ditto.
9074         * symfile.c (_initialize_symfile): Ditto.
9075         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9076         * language.c (_initialize_language): Ditto.
9077         * arc-tdep.c (_initialize_arc_tdep): Ditto.
9078
9079 2002-02-04  Michael Snyder  <msnyder@redhat.com>
9080
9081         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9082
9083 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9084
9085         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9086         Add rules for building the register data files.
9087
9088 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9089
9090         * regformats/regdat.sh: Add braces to the definition of
9091         expedite_regs_${arch}.
9092
9093 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9094
9095         * regformats/regdef.h (struct reg): Add comment describing the
9096         requirements for offset and size fields.
9097
9098 2002-02-04  Andreas Schwab  <schwab@suse.de>
9099
9100         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9101         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9102
9103 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
9104
9105         * gdbarch.sh (copyright): Update years in generated header.
9106         (SMASH_TEXT_ADDRESS): Add rule.
9107         * gdbarch.h, gdbarch.c: Re-generate.
9108         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9109         * dbxread.c: Likewise.
9110         * dwarfread.c: Likewise.
9111         * elfread.c: Likewise.
9112         * somread.c: Likewise.
9113
9114         * arm-tdep.c (arm_smash_text_address): New function.
9115         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9116
9117 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9118
9119         Add support for hardware watchpoints on win32 native.
9120         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9121         CONTEXT_DEBUG_REGISTERS.
9122         (dr variable): New variable. Static array containing a local copy
9123         of debug registers.
9124         (debug_registers_changed): New variable.  Reflects when debug registers
9125         are changed and need to be written to inferior.
9126         (debug_registers_used): New variable. Reflects when any debug register
9127         was set, used when new threads are created.
9128         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9129         i386-nat code.
9130         (thread_rec): Set dr array if id is the thread of current_event .
9131         (child_continue, child_resume): Change the debug registers for all
9132         threads if debug_registers_changed.
9133         (child_add_thread): Change the debug registers if debug_registers_used.
9134         * config/i386/cygwin.mh: Add use of i386-nat.o file.
9135         Link nm.h to new nm-cygwin.h file.
9136         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9137         of hardware registers.
9138
9139 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
9140
9141         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9142         Restore behavour broken by 2002-01-20 Andrew Cagney
9143         <ac131313@redhat.com> IEEE_FLOAT removal.
9144
9145 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9146
9147         * c-valprint.c (c_val_print): Pass a proper valaddr to
9148         cp_print_class_method.
9149         * valops.c (search_struct_method): If there is only one method
9150         and args is NULL, return that method.
9151
9152 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9153
9154         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9155         accessing tag_name directly.
9156
9157 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9158
9159         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9160         of accessing tag_name directly.
9161
9162 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9163
9164         PR gdb/280
9165         * gdbtypes.c (replace_type): New function.
9166         * gdbtypes.h (replace_type): Add prototype.
9167         * stabsread.c (read_type): Use replace_type.
9168
9169 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
9170
9171         * Makefile.in (memattr.o): Add missing dependencies rule.
9172
9173 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9174
9175         * breakpoint.c (break_at_finish_command): Really export.
9176         (break_at_finish_at_depth_command): Ditto.
9177         (tbreak_at_finish_command): Ditto.
9178         * hppa-tdep.c: Include completer.h.
9179         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9180         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9181
9182 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9183
9184         * utils.c (do_write): New function.
9185         (error_stream): Rewrite combining the code from error_begin and
9186         verror.
9187         (verror): Rewrite using error_stream.
9188         (error_begin): Delete function.
9189
9190 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9191
9192         * utils.c (error_begin): Make static.
9193         * defs.h (error_begin): Delete declaration.
9194
9195         * linespec.c (cplusplus_error): Replace cplusplus_hint.
9196         (decode_line_1): Use cplusplus_error instead of error_begin,
9197         cplusplus_hint and return_to_top_level.
9198         * coffread.c (coff_symfile_read): Use error instead of error_begin
9199         and return_to_top_level.
9200         * infrun.c (default_skip_permanent_breakpoint): Ditto.
9201
9202 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9203
9204         * language.h (type_error, range_error): Make string parameter
9205         constant.
9206         * language.c (warning_pre_print): Delete extern declaration.
9207         * dwarfread.c (warning_pre_print): Ditto.
9208         * language.c (type_error, range_error): Rewrite to use verror and
9209         vwarning instead of warning_begin.
9210
9211 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9212
9213         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9214         (set_ignore_count): Move misplaced comment back where it belongs.
9215
9216 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9217
9218         * command.h (NO_FUNCTION): Delete macro.
9219         * cli/cli-decode.h (NO_FUNCTION): Ditto.
9220         * top.c (execute_command): Replace NO_FUNCTION with NULL.
9221         * tracepoint.c (_initialize_tracepoint): Ditto.
9222         * cli/cli-decode.c (add_set_cmd): Ditto.
9223         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9224
9225 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9226
9227         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9228         Update ``this'' pointer when calling virtual functions.
9229
9230 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9231
9232         * breakpoint.c (create_temp_exception_breakpoint): Delete.
9233         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9234
9235 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9236
9237         * regformats/reg-arm.dat: New file.
9238         * regformats/reg-i386.dat: New file.
9239         * regformats/reg-ia64.dat: New file.
9240         * regformats/reg-m68k.dat: New file.
9241         * regformats/reg-mips.dat: New file.
9242         * regformats/reg-ppc.dat: New file.
9243         * regformats/reg-sh.dat: New file.
9244         * regformats/regdef.h: New file.
9245         * regformats/regdat.sh: New file.
9246
9247 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
9248
9249         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9250         (arm_frame_args_address, arm_frame_locals_address): New functions.
9251         (arm_frame_num_args): New function.
9252         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9253         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9254         (FRMA_NUM_ARGS): Call arm_frame_num_args.
9255
9256 2002-01-31  Michael Snyder  <msnyder@redhat.com>
9257
9258         * breakpoint.c (break_at_finish_command): Export.
9259         (break_at_finish_at_depth_command): Export.
9260         (tbreak_at_finish_command): Export.
9261         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9262         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9263         "tbreak" commands, which are HPPA specific.
9264
9265         * printcmd.c (disassemble_command): Remove an ancient
9266         artifact of an old merge.
9267
9268         * symfile.h (enum overlay_debugging_state):
9269         Define enum constant values for overlay mode.
9270         * symfile.c (overlay_debugging): Use enums instead of literals.
9271         (overlay_is_mapped, overlay_auto_command,
9272         overlay_manual_command): Ditto.
9273
9274         * breakpoint.c (insert_breakpoints, remove_breakpoint,
9275         breakpoint_here_p, breakpoint_inserted_here_p,
9276         breakpoint_thread_match, bpstat_stop_status,
9277         describe_other_breakpoints, check_duplicates, clear_command):
9278         Coding standard fixes.
9279
9280         * target.c (target_xfer_memory): Add spaces, coding standard.
9281         (do_xfer_memory): Add missing line to trust-readonly
9282         code: check bfd SEC_READONLY flag for section.
9283
9284 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
9285
9286         * PROBLEMS: Fix typo, 5.1->5.1.1.
9287
9288 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
9289
9290         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9291         data symbols, since we search based on textlow and texthigh.
9292         (find_pc_sect_symtab): Likewise.
9293
9294 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9295
9296         * defs.h (vwarning): Declare.
9297         * utils.c (vwarning): New function.
9298         (warning): Call vwarning.
9299         (warning_begin): Delete function.
9300
9301         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9302         the warning message.
9303         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9304         warning_begin.
9305
9306 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9307
9308         * NEWS: Mention "set trust-readonly-sections" command.
9309         Mention generate-core-file command.
9310
9311 2002-01-15  Michael Snyder  <msnyder@redhat.com>
9312
9313         * target.c: New command, "set trust-readonly-sections on".
9314         (do_xfer_memory): Honor the suggestion to trust readonly sections
9315         by reading them from the object file instead of from the target.
9316         (initialize_targets): Register command "set trust-readonly-sections".
9317
9318 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9319
9320         * parse.c (target_map_name_to_register): Simplify, search regs and
9321         pseudo-regs using a single loop.
9322
9323 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9324
9325         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9326
9327 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
9328
9329         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9330         * config/i386/i386v42mp.mh: Add i387-nat.o .
9331         * i386v4-nat.c: Include i387-nat.h.
9332         (supply_fpregset): Use i387_supply_fsave.
9333         (fill_fpregset): Use i387_fill_fsave.
9334
9335 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
9336
9337         * arm-tdep.c (arm_call_dummy_words): Define.
9338         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9339         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9340         (CALL_DUMMY_WORDS): Define.
9341         (arm_call_dummy_words): Declare.
9342         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9343         (arm_linux_call_dummy_words): Declare.
9344
9345 2002-01-30  Andreas Schwab  <schwab@suse.de>
9346
9347         * m68klinux-nat.c: Fix last change to use regcache_collect
9348         instead of referencing registers[] directly.
9349
9350 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9351
9352         * parse.c (target_map_name_to_register): Delete code wrapped in
9353         #ifdef REGISTER_NAME_ALIAS_HOOK.
9354
9355 2002-01-28  Michael Snyder  <msnyder@redhat.com>
9356
9357         * regcache.c (legacy_read_register_gen): Need to be able to
9358         read pseudo-register as well as real register.
9359         (legacy_write_register_gen): Ditto.
9360
9361 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9362
9363         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9364         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9365         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9366         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9367         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9368         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9369         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9370         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9371         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9372         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9373         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9374         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9375         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9376         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9377         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9378         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9379         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9380         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9381         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9382         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9383
9384 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9385
9386         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9387         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9388         (initialize_current_architecture): Update target_byte_order using
9389         information from BFD.
9390         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9391         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9392
9393 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9394
9395         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9396         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
9397
9398         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9399         #ifdef INVALID_FLOAT.
9400         * infcmd.c (do_registers_info): Ditto.
9401         * values.c (unpack_double): Ditto.  Add comment.
9402
9403         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9404         already commented out.
9405
9406 2002-01-26  Andreas Schwab  <schwab@suse.de>
9407
9408         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9409         * m68klinux-nat.c: Update ptrace interface for fetching/storing
9410         registers and add support for PTRACE_GETREGS.
9411
9412 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
9413
9414         GDB 5.1.1 released from 5.1 branch.
9415         * NEWS: Add 5.1.1 news.
9416         * README: Sync with 5.1 branch.
9417
9418 2002-01-23  Fred Fish  <fnf@redhat.com>
9419
9420         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9421         stabstring on initial malloc.  Reallocing will copy it for us,
9422         if necessary.
9423
9424 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9425
9426         * Makefile.in (hpread_h): Delete.
9427         (HFILES_NO_SRCDIR): Remove hpread.h.
9428         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9429         (hpread.o): Update dependencies.
9430         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9431
9432         * hp-psymtab-read.c: Remove file.
9433         * hp-symtab-read.c: Remove file.
9434         * hpread.h: Remove file.
9435
9436         * hpread.c: Merge all contents of hp-psymtab-read.c,
9437         hp-symtab-read.c and hpread.h into this file, as it was prior to
9438         January 1999.
9439
9440         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9441         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9442         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9443         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9444
9445 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9446
9447         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9448         fill_gregset): Call gdbarch_tdep() just once, assign result to
9449         variable and use that, instead of calling the function several
9450         times.
9451
9452 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
9453
9454         * configure.host: Accept sparcv9 as alias for sparc64.
9455         * configure.tgt: Likewise.
9456
9457 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
9458
9459         * solib-aix5.c (build_so_list_from_mapfile)
9460         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9461         arguments is not reversed.
9462         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9463         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9464
9465 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
9466
9467         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9468         modified version of obsolete sh_fetch_pseudo_register.
9469         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9470         (sh4_register_read): New function.
9471         (sh_pseudo_register_write): New function. Renamed and modified
9472         version of obsolete sh_store_pseudo_register.
9473         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9474         (sh4_register_write): New function.
9475         (sh_gdbarch_init): Remove setting of gdbarch function
9476         fetch_pseudo_register and store_pseudo_register. Remove setting of
9477         register_convert_to_raw, register_convert_to_virtual,
9478         register_convertible.
9479         (sh_sh4_register_convertible): Delete. No longer needed. All is
9480         taken care by architecture specific functions
9481         register_read/register_write.
9482         (sh_sh4_register_convert_to_virtual): Make static.
9483         (sh_sh4_register_convert_to_raw): Ditto.
9484
9485 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9486
9487         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9488         (floatformat_is_nan, floatformat_mantissa): Ditto.
9489
9490         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9491         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9492         builtin_type_ieee_double_little,
9493         builtin_type_ieee_double_littlebyte_bigword,
9494         builtin_type_m68881_ext, builtin_type_i960_ext,
9495         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9496         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9497         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9498         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9499
9500 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
9501
9502         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9503         parameter.  Set frameless flag if it exists and depended of
9504         whether the scanned function is frameless or not.
9505         (xstormy16_skip_prologue): If function is frameless, return
9506         result of xstormy16_scan_prologue().
9507         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9508         call.
9509
9510 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
9511
9512         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9513         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9514         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9515         sh_sh4_register_byte, sh_sh4_register_raw_size,
9516         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9517         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9518         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9519         sh_store_pseudo_register, sh_do_pseudo_register): Call
9520         gdbarch_tdep() just once, assign result to variable and use that,
9521         instead of calling the function several times.
9522
9523 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
9524
9525         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9526         macros instead of LAST_FPU_CTRL_REGNUM.
9527         (store_register): Likewise.
9528
9529 2002-01-21  Jim Blandy  <jimb@redhat.com>
9530
9531         * infcmd.c (run_command): Check that the `exec' target layer's BFD
9532         is up-to-date before running the program, not just when a program
9533         exits.
9534
9535 2002-01-21  Fred Fish  <fnf@redhat.com>
9536
9537         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9538         when we have found all instructions we are looking for.
9539
9540 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9541
9542         * arm-tdep.c (arm_register_name): New function.
9543         (arm_registers_names): Make static.
9544         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9545         (arm_register_name): Declare.
9546         (REGISTER_NAME): Use it.
9547
9548 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9549             Kevin Buettner  <kevinb@redhat.com>
9550
9551         Convert arm targets to new FRAME interface.
9552         * arm-tdep.c (struct frame_extra_info): Remove fsr.
9553         (arm_frame_find_save_regs): Delete.
9554         (arm_frame_init_saved_regs): New.
9555         (arm_init_extra_frame_info): Alloacte saved_regs as required.
9556         Allocate extra_info as required.  Convert all uses of fsr.regs
9557         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9558         to use extra_info.
9559         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9560         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9561         (check_prologue_cache, save_prologue_cache): Likewise.
9562         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9563         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9564         (FRAME_FIND_SAVED_REGS): Delete.
9565         (arm_frame_find_saved_regs): Delete prototype.
9566         (arm_frame_init_saved_regs): New prototype.
9567         (FRAME_INIT_SAVED_REGS): Define.
9568
9569 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9570
9571         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9572
9573 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9574
9575         From Jeff Law <law@redhat.com>:
9576         * infttrace.c: Include <sys/pstat.h>.
9577         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
9578         exec file if the ttrace equivalent fails.
9579
9580 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9581
9582         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9583         (closeLogFile): Ditto.
9584
9585 2002-01-20  Michael Chastain  <mec@shout.net>
9586
9587         * top.c (print_gdb_version): Bump copyright year to 2002.
9588
9589 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9590
9591         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9592         Zannoni and Eli Zaretskii.
9593
9594 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9595
9596         * buildsym.c: Update copyright years.
9597         * c-typeprint.c: Likewise.
9598         * dwarf2read.c: Likewise.
9599         * f-typeprint.c: Likewise.
9600         * gdbtypes.c: Likewise.
9601         * gdbtypes.h: Likewise.
9602         * hp-symtab-read.c: Likewise.
9603         * hpread.c: Likewise.
9604         * mdebugread.c: Likewise.
9605         * p-typeprint.c: Likewise.
9606
9607 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9608
9609         * remote-sim.c (gdbsim_open): Simplify code testing the macro
9610         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
9611         byte-order selectable.
9612         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9613         * arch-utils.c: Ditto.
9614         (set_endian): Ditto.
9615         (set_endian_from_file): Ditto.
9616         * gdbserver/low-sim.c (create_inferior): Ditto.
9617         * gdbarch.sh: Ditto.
9618         * gdbarch.h: Re-generate.
9619         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9620         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9621         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9622         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9623         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9624         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9625         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9626         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9627         macro definition.
9628         * config/mips/tm-wince.h: Remove #undef of macro
9629         TARGET_BYTE_ORDER_SELECTABLE.
9630         * config/sh/tm-wince.h: Ditto.
9631
9632 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9633
9634         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9635         member function fields.  Add accessor macro
9636         TYPE_FN_FIELD_ARTIFICIAL.
9637         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9638         * c-typeprint.c (c_type_print_base): Skip artificial member
9639         functions.
9640
9641 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9642
9643         * f-typeprint.c: Delete unused function f_type_print_args.
9644         * p-typeprint.c: Delete unused function pascal_type_print_args.
9645
9646 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9647
9648         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
9649         comment.  Add ``artificial'' to ``union field_location''.
9650
9651         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9652
9653         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9654         * mdebugread.c (parse_symbol): Likewise.
9655         * stabsread.c (define_symbol): Likewise.
9656         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9657         initializing TYPE_FIELD_BITPOS to n (obsolete).
9658         (hpread_doc_function_type): Likewise.
9659         * hpread.c (hpread_function_type): Likewise.
9660
9661 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9662
9663         * configure.in (host_makefile_frag): Only require a host makefile
9664         fragment when a native build.
9665         * configure: Re-generate.
9666
9667 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9668
9669         * doublest.h (floatformat_from_type): Declare.
9670         * doublest.c (floatformat_from_type): New function.
9671         (convert_typed_floating): Use.
9672
9673         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9674         call to function floatformat_from_type.
9675
9676         * gdbarch.sh (IEEE_FLOAT): Delete.
9677         * gdbarch.h, gdbarch.c: Re-generate.
9678         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9679         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9680         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9681         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9682         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9683         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9684         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9685         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9686         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9687         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9688         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9689         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9690
9691         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9692         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9693         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9694         * sh-tdep.c (sh_gdbarch_init): Ditto.
9695         * mips-tdep.c (mips_gdbarch_init): Ditto.
9696         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9697         * cris-tdep.c (cris_gdbarch_init): Ditto.
9698
9699 2002-01-20  Jiri Smid  <smid@suse.cz>
9700
9701         * configure.host, configure.tgt: Support x86-64.
9702         * NEWS: Note new target x86-64.
9703
9704         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9705         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9706         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9707         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9708         x86-64-linux-nat.o): Fix dependencies.
9709
9710 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9711
9712         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9713         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9714         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9715         * config/sparc/xm-sun4os4.h: Delete file.
9716         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9717
9718 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9719
9720         * config/sparc/sparclynx.mh (XM_FILE): Delete.
9721         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9722         * config/m68k/m68klynx.mh (XM_FILE): Delete.
9723         * config/i386/i386lynx.mh (XM_FILE): Delete.
9724         * config/rs6000/xm-rs6000ly.h: Delete file.
9725         * config/sparc/xm-sparclynx.h: Delete file.
9726         * config/m68k/xm-m68klynx.h: Delete file.
9727         * config/i386/xm-i386lynx.h: Delete file.
9728         * config/xm-lynx.h: Delete file.
9729         * config/djgpp/fnchange.lst: Update.
9730
9731 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9732
9733         * alpha-tdep.c (alpha_register_byte): New function.
9734         (alpha_register_raw_size): Ditto.
9735         (alpha_register_virtual_size): Ditto.
9736         (alpha_skip_prologue_internal): Renamed from
9737         alpha_skip_prologue.
9738         (alpha_skip_prologue): New version that calls
9739         alpha_skip_prologue_internal.
9740         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9741         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9742         second argument from alpha_skip_prologue.
9743         (REGISTER_BYTE): Use alpha_register_byte.
9744         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9745         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9746         (FRAMELESS_FUNCTION_INVOCATION): Use
9747         generic_frameless_function_invocation_not.
9748         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9749         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9750
9751 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9752
9753         * config/mips/xm-news-mips.h: Delete file.
9754         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9755
9756         * config/m88k/xm-m88k.h: Delete file.
9757         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9758         * config/m88k/xm-delta88v4.h: Ditto.
9759         * config/m88k/xm-delta88.h: Ditto.
9760
9761         * config/alpha/xm-fbsd.h: Delete file.
9762         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9763
9764         * config/sparc/xm-sparc.h: Delete file.
9765         * Makefile.in (xm-sun4os4.h): Delete dependency.
9766         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9767         * config/sparc/xm-sun4os4.h: Ditto.
9768         * config/sparc/xm-linux.h: Ditto.
9769
9770         * config/i386/xm-windows.h: Delete file.
9771
9772 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9773
9774         * utils.c: Include <sys/param.h> for MAXPATHLEN.
9775         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9776
9777 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9778
9779         * alpha-tdep.c (alpha_call_dummy_words): New.
9780         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9781         (CALL_DUMMY_P): Define.
9782         (CALL_DUMMY_WORDS): Define.
9783         (SIZEOF_CALL_DUMMY_WORDS): Define.
9784
9785 2002-01-19  Per Bothner  <per@bothner.com>
9786
9787         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
9788         isn't NULL, which can happen with some gcj-3.x-produced code.
9789
9790 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9791
9792         * alpha-tdep.c (alpha_register_virtual_type): New function.
9793         (alpha_init_frame_pc_first): Ditto.
9794         (alpha_fix_call_dummy): Ditto.
9795         (alpha_store_struct_return): Ditto.
9796         (alpha_extract_struct_value_address): Ditto.
9797         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9798         alpha_register_virtual_type.
9799         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9800         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9801         alpha_extract_struct_value_address.
9802         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9803         (INIT_FRAME_PC): Use init_frame_pc_noop.
9804         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9805
9806 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
9807
9808         * i386gnu-nat.c: Include "i386-tdep.h".
9809         (fetch_fpregs): Simplify code dealing with uninitialized floating
9810         point states such that it doesn't require FP7_REGNUM.
9811
9812 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9813
9814         * alpha-tdep.c (frame_extra_info): New.
9815         (alpha_find_saved_regs): Make static.  Use
9816         frame->extra_info.
9817         (alpha_frame_init_saved_regs): New function.
9818         (alpha_frame_saved_pc): Use frame->extra_info.
9819         (temp_saved_regs): Don't declare as struct frame_saved_regs.
9820         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9821         (init_extra_frame_info): Rename to...
9822         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
9823         (alpha_print_extra_frame_info): New function.
9824         (alpha_frame_locals_address): Ditto.
9825         (alpha_frame_args_address): Ditto.
9826         (alpha_pop_frame): Use frame->extra_info.
9827         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9828         alpha_frame_args_address.
9829         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9830         (alpha_find_saved_regs): Remove prototype.
9831         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9832         (EXTRA_FRAME_INFO): Remove.
9833         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9834         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9835
9836 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9837
9838         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9839         (alpha_cannot_fetch_register): Ditto.
9840         (alpha_cannot_store_register): Ditto.
9841         (alpha_register_convertible): Ditto.
9842         (alpha_use_struct_convention): Ditto.
9843         * config/alpha/tm-alpha.h: Update copyright years.
9844         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9845         (INNER_THAN): Use core_addr_lessthan.
9846         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9847         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9848         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9849         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9850         (FRAME_CHAIN): Remove unnecessary cast.
9851
9852 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
9853
9854         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9855         obsolete.
9856
9857 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
9858
9859         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
9860         * monitor.c, remote-array.c, remote-bug.c: Ditto.
9861         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9862         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9863         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9864         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9865         * x86-64-linux-nat.c: Ditto.
9866
9867 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9868
9869         * alpha-tdep.c (alpha_register_name): New function.
9870         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9871         (REGISTER_NAME): Define.
9872
9873 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9874
9875         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9876
9877 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9878
9879         * alpha-tdep.c: Update copyright years.
9880         (alpha_next_pc): New function.
9881         (alpha_software_single_step): Ditto.
9882         * config/alpha/tm-alpha.h: Add prototype for
9883         alpha_software_single_step.
9884
9885 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9886
9887         * alphabsd-nat.c: Update copyright years.
9888         (fill_gregset): Use regcache_collect.
9889         (fill_fpregset): Likewise.
9890         (fetch_inferior_registers): Only fetch integer registers
9891         if requested to do so.
9892         (store_inferior_registers): Only store integer registers
9893         if requested to do so.
9894
9895 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9896
9897         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9898         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9899         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9900         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9901         * config/alpha/fbsd.mh (XDEPFILES): Delete.
9902         * config/arm/linux.mh (XDEPFILES): Delete.
9903         * config/arm/nbsd.mh (XDEPFILES): Delete.
9904         * config/i386/i386dgux.mh (XDEPFILES): Delete.
9905         * config/i386/i386sol2.mh (XDEPFILES): Delete.
9906         * config/i386/i386m3.mh (XDEPFILES): Delete.
9907         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9908         * config/i386/i386gnu.mh (XDEPFILES): Delete.
9909         * config/i386/fbsd.mh (XDEPFILES): Delete.
9910         * config/i386/i386bsd.mh (XDEPFILES): Delete.
9911         * config/i386/i386sco5.mh (XDEPFILES): Delete.
9912         * config/i386/i386v4.mh (XDEPFILES): Delete.
9913         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9914         * config/i386/i386sco4.mh (XDEPFILES): Delete.
9915         * config/i386/i386aix.mh (XDEPFILES): Delete.
9916         * config/i386/go32.mh (XDEPFILES): Delete.
9917         * config/i386/cygwin.mh (XDEPFILES): Delete.
9918         * config/i386/i386lynx.mh (XDEPFILES): Delete.
9919         * config/i386/i386mach.mh (XDEPFILES): Delete.
9920         * config/i386/i386v32.mh (XDEPFILES): Delete.
9921         * config/i386/linux.mh (XDEPFILES): Delete.
9922         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9923         * config/i386/ncr3000.mh (XDEPFILES): Delete.
9924         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9925         * config/i386/i386sco.mh (XDEPFILES): Delete.
9926         * config/i386/i386v.mh (XDEPFILES): Delete.
9927         * config/i386/nbsd.mh (XDEPFILES): Delete.
9928         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9929         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9930         * config/i386/symmetry.mh (XDEPFILES): Delete.
9931         * config/i386/obsd.mh (XDEPFILES): Delete.
9932         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9933         * config/ia64/linux.mh (XDEPFILES): Delete.
9934         * config/ia64/aix.mh (XDEPFILES): Delete.
9935         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9936         * config/m68k/dpx2.mh (XDEPFILES): Delete.
9937         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9938         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9939         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9940         * config/m68k/linux.mh (XDEPFILES): Delete.
9941         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9942         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9943         * config/m68k/nbsd.mh (XDEPFILES): Delete.
9944         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9945         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9946         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9947         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9948         * config/m88k/delta88.mh (XDEPFILES): Delete.
9949         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9950         * config/m88k/m88k.mh (XDEPFILES): Delete.
9951         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9952         * config/mips/linux.mh (XDEPFILES): Delete.
9953         * config/mips/irix6.mh (XDEPFILES): Delete.
9954         * config/mips/irix5.mh (XDEPFILES): Delete.
9955         * config/mips/irix4.mh (XDEPFILES): Delete.
9956         * config/mips/irix3.mh (XDEPFILES): Delete.
9957         * config/mips/decstation.mh (XDEPFILES): Delete.
9958         * config/mips/mipsm3.mh (XDEPFILES): Delete.
9959         (NATDEPFILES): Move core-aout.o to here.
9960         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9961         * config/pa/hpux1020.mh (XDEPFILES): Delete.
9962         * config/pa/hppabsd.mh (XDEPFILES): Delete.
9963         * config/pa/hppahpux.mh (XDEPFILES): Delete.
9964         * config/pa/hpux11w.mh (XDEPFILES): Delete.
9965         * config/pa/hppaosf.mh (XDEPFILES): Delete.
9966         * config/pa/hpux11.mh (XDEPFILES): Delete.
9967         * config/powerpc/aix.mh (XDEPFILES): Delete.
9968         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9969         * config/powerpc/linux.mh (XDEPFILES): Delete.
9970         * config/romp/rtbsd.mh: Rename XDEPFILES.
9971         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9972         * config/rs6000/aix4.mh (XDEPFILES): Delete.
9973         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9974         * config/s390/s390.mh (XDEPFILES): Delete.
9975         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9976         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9977         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9978         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9979         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9980         * config/sparc/nbsd.mh (XDEPFILES): Delete.
9981         * config/sparc/linux.mh (XDEPFILES): Delete.
9982         * config/vax/vaxult.mh (XDEPFILES): Delete.
9983         * config/vax/vaxult2.mh (XDEPFILES): Delete.
9984         * Makefile.in (DEPFILES): Remove XDEPFILES.
9985
9986 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9987
9988         * utils.c (internal_verror): Fix comments, default is yes not no.
9989         Update queries to match.  Default to quit and dump core.
9990
9991 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9992
9993         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
9994         copyright.
9995         * defs.h, event-top.c, gdbcmd.h: Ditto.
9996         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9997         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9998         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9999         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10000         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10001         * mi/mi-main.c:Ditto.
10002
10003         * stack.c, symfile.c: Update copyright.
10004
10005 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10006
10007         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10008         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10009         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10010         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10011
10012 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10013
10014         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10015         * gdbserver/low-lynx.c (myattach): Likewise.
10016         * gdbserver/low-nbsd.c (myattach): Likewise.
10017         * gdbserver/low-sim.c (myattach): Likewise.
10018         * gdbserver/low-sparc.c (myattach): Likewise.
10019         * gdbserver/low-sun3.c (myattach): Likewise.
10020
10021         * gdbserver/low-linux.c (myattach): New function.
10022
10023         * gdbserver/server.c (attach_inferior): New function.
10024         (main): Handle "--attach".
10025
10026 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
10027
10028         * MAINTAINERS (language support): Daniel Jacobwitz is C++
10029         maintainer.
10030
10031 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
10032
10033         * c-typeprint.c (is_type_conversion_operator): Add additional
10034         check for non-conversion operators.
10035
10036 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10037
10038         * linux-proc.c: Add "info proc" command, a la procfs.c.
10039         (read_mapping): New function, abstract and re-use code.
10040         (linux_find_memory_regions): Use new func read_mapping.
10041         (linux_info_proc_cmd): New function, implement "info proc".
10042         (_initialize_linux_proc): Add new command "info proc".
10043
10044 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10045
10046         * symfile.c (generic_load): Use bfd_map_over_sections method
10047         instead of manipulating bfd structure members directly.
10048         (add_section_size_callback): New function, bfd sections callback
10049         used by generic_load.
10050         (load_sections_callback): New function, bfd sections callback
10051         used by generic_load.
10052
10053 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
10054
10055         [Based on work by Jim Blandy]
10056         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10057         (builtin_type_vec128): Export.
10058         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10059         types.
10060         (builtin_type_vec128): New builtin type for 128 bit vector
10061         registers.
10062         (build_gdbtypes): Initialize builtin_type_v16qi and
10063         builtin_type_v8hi. Create the vec128 register builtin type
10064         structure.
10065         (build_builtin_type_vec128): New function.
10066         (_initialize_gdbtypes): Register builtin_type_v16qi and
10067         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10068         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10069         AltiVec register to new builtin type.
10070
10071 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
10072
10073         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10074         to make_cv_type.
10075
10076 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10077
10078         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10079         CLEAN_UP_REGISTER_VALUE.
10080         * regcache.c (supply_register): Update only call.
10081
10082 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10083
10084         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10085         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10086         a29k-*-vxworks* targets as obsolete.
10087
10088 2002-01-14  Michael Snyder  <msnyder@redhat.com>
10089
10090         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10091         until we can resolve portability issues.
10092         * gregset.h: Remove references to fpxregs.
10093         * gcore.c (gcore_command): Initialize note_sec to NULL.
10094
10095 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10096
10097         * signals.c (target_signal_to_name): Rewrite.  Only use
10098         signals[].name when in bounds and non-NULL.
10099
10100 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10101
10102         From Petr Ledvina <ledvinap@kae.zcu.cz>:
10103         * signals.c (target_signal_to_name): Verify that SIG is within the
10104         bounds of the signals array.
10105
10106 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10107
10108         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10109
10110 2002-01-13  Keith Seitz  <keiths@redhat.com>
10111
10112         * stack.c (print_frame_info_base): Print the frame's pc
10113         only if when print_frame_info_listing_hook is not defined.
10114
10115 2002-01-13  Keith Seitz  <keiths@redhat.com>
10116
10117         * varobj.c (varobj_set_value): Make sure that there were no
10118         errors evaluating the object before attempting to set its
10119         value.
10120         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10121         so this offset adjustment is no longer necessary.
10122         (create_child): Don't set the error flag if the child is
10123         a CPLUS_FAKE_CHILD.
10124         (value_of_child): If value_fetch_lazy fails, return NULL
10125         so that callers will be notified that an error occurred.
10126         (c_value_of_variable): Delay check of variable's validity
10127         until later. We actually want all structs and unions to have
10128         the value "{...}".
10129         Do not return "???" for variables which could not be evaluated.
10130         This error condition must be returned to the caller so that it
10131         can get the error condition from gdb.
10132         (cplus_name_of_child): Adjust index for vptr before figuring
10133         out the name of the child.
10134         (cplus_value_of_child): If a child's (real) parent is not valid,
10135         don't even bother trying to give a value for it. Just return
10136         an error. Change all instances in this function.
10137         (cplus_type_of_child): If our parent is one of the "fake"
10138         parents, we need to get at the type of the real parent, and
10139         derive the child's true type using this information.
10140
10141 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10142
10143         From 2002-01-09 John Marshall <johnm@falch.net>:
10144         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10145         sources.redhat.com, and tweak some related URLs which had
10146         suffered from linkrot.
10147
10148 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10149
10150         From Jeff law:
10151         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10152         structures passed in registers.
10153
10154 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
10155
10156         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10157         white space which prevented compilation.  Reported by DSK
10158         <dsk@student.unsw.edu.au>.
10159
10160 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10161
10162         * symfile.c (build_section_addr_info_from_section_tab):
10163         Use bfd access method instead of manipulating bfd directly.
10164         (syms_from_objfile): Ditto.
10165         (simple_overlay_update_1): Ditto.
10166         (simple_overlay_update): Ditto.
10167         (generic_load): Ditto.
10168         (overlay_unmapped_address): FIXME comment, bfd access methods.
10169         (sections_overlap): FIXME comment, bfd access methods.
10170         (pc_in_mapped_range): FIXME comment, bfd access methods.
10171         (pc_in_unmapped_range): FIXME comment, bfd access methods.
10172         (section_is_mapped): FIXME comment, bfd access methods.
10173         (section_is_overlay): FIXME comment, bfd access methods.
10174
10175         * symfile.c (generic_load): Whitespace and long line cleanups.
10176         Remove duplicate variable, change several local variables to
10177         more appropriate data types.
10178         (print_transfer_performance): Use %lu instead of %ld for ulongs.
10179
10180 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10181
10182         From Peter Schauer:
10183         * language.c (longest_local_hex_string_custom): Use phex_nz to
10184         convert NUM to a hex string.
10185
10186 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
10187
10188         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10189         the function.
10190         Update Copyright year.
10191
10192 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10193
10194         * language.c (longest_raw_hex_string): Delete unused function.
10195
10196 2002-01-11  Petr Sorfa  <petrs@caldera.com>
10197
10198         * MAINTAINERS (write-after-approval): Add myself.
10199         * dwarf2read.c (read_tag_string_type): Handling of
10200         DW_AT_byte_size.
10201         (read_tag_string_type): FORTRAN fix to prevent propagation of
10202         first string size.
10203         (set_cu_language): Handling of DW_LANG_Fortran95
10204
10205 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
10206
10207         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10208         GETPID(inferior_ptid).
10209         (store_inferior_registers): Likewise.
10210
10211 2002-01-10  Jason Merrill  <jason@redhat.com>
10212
10213         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10214         Fix DW_OP_minus.
10215
10216 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
10217
10218         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10219         and bfd/elf32-sh-nbsd.c.
10220
10221 2002-01-10  Michael Snyder  <msnyder@redhat.com>
10222
10223         * NEWS: Mention --pid and corefile/proc-id behavior change.
10224
10225         * Makefile.in: Add rules for gcore.o and linux-proc.o.
10226         * gcore.c: Include cli/cli-decode.h instead of command.h.
10227
10228         * main.c (captured_main): Add new command line option "--pid".
10229         If the second command line argument (following the symbol-file)
10230         begins with a digit, try to attach to it before trying to open
10231         it as a corefile.
10232         (print_gdb_help): Document the "--pid" argument.
10233
10234 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
10235
10236         * completer.c (command_completer): New function.
10237
10238         * completer.h <command_completer>: Add prototype.
10239
10240         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10241         completer for the "help" command.
10242
10243 2002-01-09  Jason Merrill  <jason@redhat.com>
10244
10245         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10246
10247 2002-01-09  Michael Snyder  <msnyder@redhat.com>
10248
10249         * i386-linux-nat.c (fill_fpxregset): Make global.
10250         (store_fpxregset): Ditto.
10251
10252         * gregset.h (gdb_fpxregset_t): Define.
10253         (supply_fpxregset): Prototype.
10254         (fill_fpxregset): Prototype.
10255
10256         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10257
10258 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10259
10260         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10261         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10262         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10263
10264 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
10265
10266         * MAINTAINERS: Update target maintainer rules so that any
10267         Maintainer can approve a tested patch for a maintenance-only
10268         target.
10269
10270 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10271
10272         * MAINTAINERS (write-after-approval): Add myself.
10273
10274         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10275         IN_SIGTRAMP.
10276
10277 2002-01-08  Michael Snyder  <msnyder@redhat.com>
10278
10279         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10280         real name of the executable, rather than the /proc name.
10281
10282 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10283
10284         Implement a "generate-core-file" command in gdb, save target state.
10285         * gcore.c: New file.  Implement new command 'generate-core-file'.
10286         Save a corefile image of the current state of the inferior.
10287         * linux-proc.c: Add linux-specific code for saving corefiles.
10288         * target.h (struct target_ops): Add new target vectors for saving
10289         corefiles; to_find_memory_regions and to_make_corefile_notes.
10290         (target_find_memory_regions): New macro.
10291         (target_make_corefile_notes): New macro.
10292         * target.c (update_current_target): Inherit new target methods.
10293         (dummy_find_memory_regions): New place-holder method.
10294         (dummy_make_corefile_notes): New place-holder method.
10295         (init_dummy_target): Initialize new dummy target vectors.
10296         * exec.c (exec_set_find_memory_regions): New function.
10297         Allow the exec_ops vector for memory regions to be taken over.
10298         (exec_make_note_section): New function, target vector method.
10299         * defs.h (exec_set_find_memory_regions): Export prototype.
10300         * procfs.c (proc_find_memory_regions): New function, corefile method.
10301         (procfs_make_note_section): New function, corefile method.
10302         (init_procfs_ops): Set new target vector pointers.
10303         (find_memory_regions_callback): New function.
10304         (procfs_do_thread_registers): New function.
10305         (procfs_corefile_thread_callback): New function.
10306         * sol-thread.c (sol_find_memory_regions): New function.
10307         (sol_make_note_section): New function.
10308         (init_sol_thread_ops): Initialize new target vectors.
10309         * inftarg.c (inftarg_set_find_memory_regions): New function.
10310         Allow to_find_memory_regions vector to be taken over.
10311         (inftarg_set_make_corefile_notes): New function.
10312         Allow to_make_corefile_notes vector to be taken over.
10313         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10314         interface layer if not target_has_execution (may be a corefile).
10315         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10316         * config/sparc/sun4sol2.mh: Ditto.
10317         * config/alpha/alpha-linux.mh: Ditto.
10318         * config/arm/linux.mh: Ditto.
10319         * config/i386/x86-64linux.mh: Ditto.
10320         * config/ia64/linux.mh: Ditto.
10321         * config/m68k/linux.mh: Ditto.
10322         * config/mips/linux.mh: Ditto.
10323         * config/powerpc/linux.mh: Ditto.
10324         * config/sparc/linux.mh: Ditto.
10325
10326 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10327
10328         * arm-linux-nat.c: Remove references to regcache.c internal data
10329         (registers[] and register_valid[]).
10330
10331 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10332
10333         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
10334         so that attaching to a pid will automatically read the process's
10335         symbol file and shlibs.
10336         * Makefile.in: Add rule for linux-proc.o.
10337         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10338         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10339         * config/arm/linux.mh: Ditto.
10340         * config/i386/linux.mh: Ditto.
10341         * config/i386/x86-64linux.mh: Ditto.
10342         * config/ia64/linux.mh: Ditto.
10343         * config/m68k/linux.mh: Ditto.
10344         * config/mips/linux.mh: Ditto.
10345         * config/powerpc/linux.mh: Ditto.
10346         * config/sparc/linux.mh: Ditto.
10347
10348 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10349
10350         * win32-nat.c: Add i386-tdep.h dependency.
10351
10352 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10353
10354         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10355         instead of bfd_get_arch_size.  Don't bail out just because
10356         there's no exec_bfd.
10357
10358         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10359         * p-valprint.c (pascal_object_print_value): Ditto.
10360         * somread.c (som_symtab_read): Ditto.
10361         * symfile.c (simple_free_overlay_region_table): Ditto.
10362         * valops.c (value_assign): Ditto.
10363
10364         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10365         use tilde_expand and strerror for opening save-tracepoints file.
10366
10367         * thread-db.c (thread_db_new_objfile): Indendation fix.
10368
10369         * infptrace.c (GDB_MAX_ALLOCA): New define.
10370         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10371         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10372         can be overridden with whatever value is appropriate to the host).
10373         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10374         alloca to allocate potentially large buffer.
10375         * rs6000-nat.c (child_xfer_memory): Ditto.
10376         * symm-nat.c (child_xfer_memory): Ditto.
10377         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10378
10379 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
10380
10381         From Nick Clifton  <nickc@redhat.com>
10382         * d10v-tdep.c: Set STACK_START to 0x200bffe.
10383
10384 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10385
10386         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10387         Don't use exec_bfd if it's NULL.
10388
10389 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
10390
10391         * valops.c (value_arg_coerce): Fix formatting.
10392
10393 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10394
10395         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10396         * gnu-nat.c: Ditto.
10397
10398 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10399
10400         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10401         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10402         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10403         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10404         z8k-coff have not been multi-arched.  Update z8k-coff build
10405         status.
10406
10407 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10408
10409         * MAINTAINERS: Mark a29k target as obsolete.
10410         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10411         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
10412         comments.
10413         * NEWS: Note that a29k targets are obsolete.
10414         * a29k-tdep.c: Mark as obsolete.
10415         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10416         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10417         a29k-*-vxworks* targets as obsolete.
10418         * remote-adapt.c: Obsolete.
10419         * remote-eb.c: Obsolete.
10420         * remote-mm.c: Obsolete.
10421         * remote-udi.c: Obsolete.
10422         * config/a29k/a29k-udi.mt: Obsolete.
10423         * config/a29k/a29k.mt: Obsolete.
10424         * config/a29k/tm-a29k.h: Obsolete.
10425         * config/a29k/tm-vx29k.h: Obsolete.
10426         * config/a29k/vx29k.mt: Obsolete.
10427
10428 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10429
10430         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10431         with BFD_ENDIAN_BIG.
10432
10433 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10434
10435         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10436         * configure, config.in: Re-generate.
10437         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10438         * defs.h: Do not include <endian.h>.
10439
10440 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
10441
10442         * acconfig.h (HAVE_PT_GETXMMREGS): New.
10443         * config.in: Regenerate.
10444         * configure.in: Update copyright years.
10445         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10446         * configure: Regenerate.
10447         * i386bsd-nat.c: Update copyright years.
10448         (fill_gregset): Use regcache_collect.
10449         (fetch_inferior_registers): Only fetch integer registers
10450         if requested to do so.  Add support for XMM registers
10451         using PT_GETXMMREGS.
10452         (store_inferior_registers): Only store integer registers
10453         if requested to do so.  Add support for XMM registers
10454         using PT_SETXMMREGS.
10455         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10456         (store_inferior_registers): Remove.
10457         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10458         (fetch_elfcore_registers): New function.
10459         (i386nbsd_elfcore_fns): New.
10460         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10461         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10462         i386bsd-nat.o.
10463         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10464         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10465         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10466         * config/i386/tm-nbsd.h: Update copyright years.
10467         (HAVE_SSE_REGS): Define.
10468         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10469         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10470         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10471         (SIGCONTEXT_PC_OFFSET): Remove.
10472         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10473
10474 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10475
10476         * configure.tgt: Remove powerpc-*-macos* target.
10477         * config/m68k/xm-mpw.h: Delete file.
10478         * config/xm-mpw.h: Delete file.
10479         * ser-mac.c: Delete file.
10480         * mpw-make.sed: Delete file.
10481         * mpw-config.in: Delete file.
10482         * mac-xdep.c: Delete file.
10483         * mac-gdb.r: Delete file.
10484         * mac-defs.h: Delete file.
10485         * mac-nat.c: Delete file.
10486         * config/powerpc/macos.mh: Delete file.
10487         * config/powerpc/macos.mt: Delete file.
10488         * config/powerpc/nm-macos.h: Delete file.
10489         * config/powerpc/tm-macos.h: Delete file.
10490         * source.c (openp, open_source_file): Remove obsolete code.
10491         * top.c (gdb_readline): Ditto.
10492         * utils.c (query): Ditto.
10493         * event-top.c (display_gdb_prompt): Ditto.
10494         * Makefile.in (ser-mac.o): Delete obsolete target.
10495         * NEWS: Update.
10496
10497 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10498
10499         * defs.h (BIG_ENDIAN): Delete macro definition.
10500         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10501         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10502         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10503         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10504         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10505         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10506         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10507         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10508         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10509         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10510         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10511         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10512         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10513         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10514         * gdbarch.c: Re-generate.
10515
10516 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10517
10518         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10519         for core files.
10520
10521 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10522
10523         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10524
10525 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10526
10527         * value.h (value_ptr): Delete typedef.
10528
10529 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10530
10531         * i386nbsd-nat.c: Update copyright years.
10532         Include i386-tdep.h.
10533
10534 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
10535
10536         * stabsread.c: Update copyright years.
10537
10538         From Debashis Mahata <debashis.mahata@wipro.com>:
10539         (read_struct_fields): Deal with Sun C compiler erroneous stab
10540         output for structs and unions.
10541         Fix PR gdb/269.
10542
10543 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10544
10545         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10546         prototype.
10547
10548 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10549
10550         * cp-abi.c: Fix whitespace.
10551         (baseclass_offset): New wrapper function.
10552         * cp-abi.h (baseclass_offset): Add prototype.
10553         (struct cp_abi_ops): Add baseclass_offset pointer.
10554
10555         * valops.c (vb_match): Move to...
10556         * gnu-v2-abi.c (vb_match): here.
10557         * valops.c (baseclass_offset): Move to...
10558         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10559
10560         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10561
10562         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10563         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10564         * hpacc-abi.c (init_hpacc_ops): Likewise.
10565
10566 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10567
10568         * valops.c (find_overload_match): Accept obj as a
10569         reference parameter.  Update it before returning.
10570         * value.h (find_overload_match): Update prototype.
10571         * eval.c (evaluate_subexp_standard): Pass object to
10572         find_overload_match by reference.
10573
10574 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10575
10576         * valarith.c: Replace value_ptr with struct value pointer.  Remove
10577         register attribute from value declarations.
10578         * valops.c: Ditto.
10579         * value.h: Ditto.
10580         * scm-lang.c (scm_lookup_name): Ditto.
10581
10582 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10583
10584         Abstract the functionality of iterating over mapped memory
10585         regions into a general purpose iterator function.
10586         * procfs.c (iterate_over_mappings): New function, general purpose
10587         iterator for memory sections.
10588         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10589         (solib_mappings_callback): New function, callback for above.
10590         (info_proc_mappings): Reimpliment using iterate_over_mappings.
10591         (info_mappings_callback): New function, callback for above.
10592
10593         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10594
10595 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
10596
10597         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10598         * i386-tdep.c: Include "elf-bfd.h".
10599         (process_note_abi_tag_sections): New function.
10600         (i386_gdbarch_init): Add code to recognize various OS/ABI
10601         combinations.
10602
10603         * maint.c (_initialize_maint_cmds): Add missing \ in
10604         string-literal.
10605
10606 For older changes see ChangeLog-2001
10607 \f
10608 Local Variables:
10609 mode: change-log
10610 left-margin: 8
10611 fill-column: 74
10612 version-control: never
10613 End: