* proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
[external/binutils.git] / gdb / ChangeLog
1 2002-08-29  Donn Terry  <donnte@microsoft.com>
2
3         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
4
5 2002-08-28  Keith Seitz  <keiths@redhat.com>
6
7         * stack.c (select_frame): Add FIXME concerning selected-frame
8         events.
9         (select_frame_command): Send selected-frame-level-changed
10         event notification, but only if the level actually changed.
11         (up_silently_base): Add selected-frame-level-changed event
12         notification.
13         (down_silently_base): Likewise.
14
15 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
16
17         * Makefile.in: Update dependencies for all gdb/*.c files.
18
19 2002-08-27  Tom Tromey  <tromey@redhat.com>
20
21         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
22         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
23         Update dependencies.
24         * i387-tdep.c: Include gdb_string.h.
25         * osabi.c: Likewise.
26         * i386-linux-nat.c: Likewise.
27         * lin-lwp.c: Likewise.
28         * ax-gdb.c: Likewise.
29         * signals/signals.c: Likewise.
30         * jv-valprint.c: Likewise.
31         * p-lang.c: Likewise.
32         * c-valprint.c: Likewise.
33         * cp-abi.c: Likewise.
34
35 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
36
37         * cli/cli-script.h (copy_command_lines): Export.
38         * breakpoint.c: Include cli/cli-script.h.
39         * Makefile.in (breakpoint.o): Update dependencies.
40
41 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
42
43         * cli/cli-script.c (copy_command_lines): New function.
44         * defs.h (copy_command_lines): Export.
45         * testsuite/gdb.base/commands.exp: New tests for commands
46         attached to a temporary breakpoint, and for commands that
47         delete the breakpoint they are attached to.
48         
49 2002-08-26  Michael Snyder  <msnyder@redhat.com>
50
51         * breakpoint.c (bpstat_stop_status): Instead of copying the 
52         pointer to the breakpoint commands struct, make a new copy
53         of the struct and point to that.
54         (bpstat_clear): Free the commands struct.
55         (bpstat_clear_actions): Free the commands struct.
56         (bpstat_do_actions): Free the command actions.  Also execute
57         the local cleanups, instead of deleting them.
58         (delete_breakpoint): Leave the commands field of the bpstat
59         chain alone -- it will be freed later.
60
61 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
62
63         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
64         deleted in 2002-08-20 commit.  This function is still used by
65         ppc-linux-nat.c.
66
67 2002-08-26  Keith Seitz  <keiths@redhat.com>
68
69         * gdb-events.sh: Add selected-frame-level-changed event.
70         * gdb-events.c: Regenerated.
71         * gdb-events.h: Regenerated.
72         
73 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
74
75         Fix PR gdb/393:
76         * inflow.c (terminal_save_ours): New function to save terminal
77         settings.
78         * inferior.h (terminal_save_ours): Declare.
79         * target.c (debug_to_terminal_save_ours): New function.
80         (cleanup_target): Defaults to_terminal_save_ours.
81         (update_current_target): Inherit to_terminal_save_ours.
82         (setup_target_debug): Set to_terminal_save_ours.
83         * target.h (target_terminal_save_ours): New to save terminal settings.
84         (target_ops): New member to_terminal_save_ours.
85         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
86         * hpux-thread.c (init_hpux_thread_ops): Likewise.
87         * inftarg.c (init_child_ops): Likewise.
88         * m3-nat.c (init_m3_ops): Likewise.
89         * procfs.c (init_procfs_ops): Likewise.
90         * wince.c (init_child_ops): Likewise.
91         * win32-nat.c (init_child_ops): Likewise.
92         * sol-thread.c (init_sol_thread_ops): Likewise.
93
94 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
95
96         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
97         use regcache_* functions.
98         (i386_gdbarch_init): Set store_return_value instead of
99         deprecated_store_return_value.
100
101         * regcache.c (regcache_raw_write_signed,
102         regcache_raw_write_unsigned): New functions.
103         * regcache.h (regcache_raw_write_signed,
104         regcache_raw_write_unsigned): New prototypes.
105
106 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
107
108         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
109         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
110         source file dependencies.  Cleanup corresponding generator rules.
111
112 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
113
114         * regcache.h (register_offset_hack): Declare.
115         (regcache_cooked_read_using_offset_hack): Declare.
116         (regcache_cooked_write_using_offset_hack): Declare.
117
118         * regcache.c (register_offset_hack): New function.
119         (regcache_cooked_read_using_offset_hack): New function.
120         (regcache_cooked_write_using_offset_hack): New function.
121         (regcache_dump): Check that the registers, according to their
122         offset, are packed hard against each other.
123         (cooked_xfer_using_offset_hack): New function.
124
125 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
126
127         * regcache.c (struct regcache_descr): Add field register_type.
128         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
129         in as a parameter
130         (init_regcache_descr): Initialize register_type.  Pass the descr
131         to init_legacy_regcache_descr.  Use register_type instead of
132         REGISTER_VIRTUAL_TYPE.
133         (register_type): New function.
134         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
135         * regcache.h (register_type): Declare.
136
137 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
138
139         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
140         instead of deprecated_store_return_value.  Fix fallout from
141         2002-08-23 Andrew Cagney <cagney@redhat.com>.
142
143 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
144
145         * regcache.c (max_register_size): New function.
146         (init_legacy_regcache_descr): Ensure that max_register_size is
147         large enough for REGISTER_VIRTUAL_SIZE.
148         * regcache.h (max_register_size): Declare.
149
150 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
151
152         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
153         store_return_value.
154         (e500_extract_return_value): Change type of valbuf pointer to
155         void.
156
157 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
158
159         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
160         workaround.
161
162         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
163         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
164         long long) to prevent compiler warning on 64-bit systems.
165
166 2002-08-23  Andrew Cagney  <cagney@redhat.com>
167
168         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
169         (DEPRECATED_STORE_RETURN_VALUE): New method.
170         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
171         * gdbarch.h, gdbarch.c: Re-generate.
172
173         * values.c (set_return_value): Pass current_regcache to
174         STORE_RETURN_VALUE.
175         * arch-utils.h (legacy_store_return_value): Declare.
176         * arch-utils.c (legacy_store_return_value): New function.
177         (legacy_extract_return_value): Update parameters.
178
179         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
180         STORE_RETURN_VALUE.
181         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
182         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
183         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
184         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
185         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
186         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
187         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
188         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
189         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
190         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
191
192         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
193         * i386-tdep.c (i386_extract_return_value): Update.
194         * arch-utils.c (legacy_extract_return_value): Update.
195         * frv-tdep.c (frv_gdbarch_init): Update.
196         * cris-tdep.c (cris_gdbarch_init): Update.
197         * d10v-tdep.c (d10v_gdbarch_init): Update.
198         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
199         * m68k-tdep.c (m68k_gdbarch_init): Update.
200         * mcore-tdep.c (mcore_gdbarch_init): Update.
201         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
202         * s390-tdep.c (s390_gdbarch_init): Update.
203         * sparc-tdep.c (sparc_gdbarch_init): Update.
204         * sh-tdep.c (sh_gdbarch_init): Update.
205         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
206         * v850-tdep.c (v850_gdbarch_init): Update.
207         * avr-tdep.c (avr_gdbarch_init): Update.
208         * ia64-tdep.c (ia64_gdbarch_init): Update.
209         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
210         * vax-tdep.c (vax_gdbarch_init): Update.
211         * alpha-tdep.c (alpha_gdbarch_init): Update.
212         * arm-tdep.c (arm_gdbarch_init): Update.
213         * mips-tdep.c (mips_gdbarch_init): Update.
214         * i386-tdep.c (i386_gdbarch_init): Update.
215
216 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
217
218         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
219         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
220
221 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
222
223         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
224         problems.
225
226 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
227
228         * infrun.c (handle_inferior_event): Move a comment outside of a
229         function call, in order to avoid indent reformatting this part
230         of the code in an unreadable way.
231
232 2002-08-23  Grace Sainsbury  <graces@redhat.com>
233
234         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
235         when breakpoints fail. Move general breakpoint error messages to
236         insert_breakpoints.  
237         * breakpoint.c (insert_breakpoints): Change warnings when
238         breakpoints are nto inserted to specify the type. Remove call to
239         memory_error when hardware breakpoints can't be inserted. Remove
240         multiple calls to warning so all messages are sent to the user at
241         once.
242         (delete_breakpoints): Make insert error messsages more explicit.
243
244 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
245
246         * ChangeLog: Move gdbserver entries after GDB 5.2 to
247         gdbserver/ChangeLog.
248
249 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
250
251         * i386-tdep.c: Include "objfiles.h".
252         (i386_svr4_init_abi): Set in_solib_call_trampoline and
253         skip_trampoline_code.
254         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
255         (CPLUS_MARKER): Define to '.'.
256
257         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
258         member.
259         (linux_corefile_thread_callback): Increase args->num_notes.
260         (linux_make_note_section): Initialize thread_args.num_notes, and
261         use it to determine whether notes for any threads were created.
262
263 2002-08-23  Donn Terry  <donnte@microsoft.com>
264
265         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
266         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
267         and PCUNKILL.
268         (write_with_trace): Conditionalize out the switch branch handling
269         PCSHOLD if the corresponding macro is not defined. Likewise for
270         PRSABORT and PRSTOP.
271         This change will be needed by the Interix port.
272
273 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
274
275         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
276         write_register wherever possible instead of manipulating the
277         register bytes directly.
278         Assign VALUE_CONTENTS to a variable and use that.
279         The GPR numbers are now dependent on the architecture.
280         
281 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
282
283         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
284         ev_offset fields.
285         (skip_prologue): Add support for BookE/e500 instructions.
286         (e500_extract_return_value): New function.
287         (frame_get_saved_regs): Add support for saving ev registers and
288         pseudo gpr's.
289         (e500_store_return_value): New function.
290         (rs6000_gdbarch_init): Move up default intializations of
291         deprecated_extract_return_value and store_return_value.  Overwrite
292         init of store_return_value with e500 specific version.
293         Set extract_return_value for e500.
294         
295 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
296
297         * blockframe.c (generic_call_dummy_register_unwind): Use
298         regcache_cooked_read to catch cases in which the variable is
299         stored in a pseudo register.
300
301 2002-08-22  Andrew Cagney  <cagney@redhat.com>
302
303         * NEWS: Mention that the i960 has been made obsolete.
304         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
305         i960-tdep.c
306         (remote-nrom.o): Obsolete target.
307         (remote-nindy.o, i960-tdep.o): Ditto.
308         * remote-nrom.c: Make file obsolete.
309         * remote-nindy.c, remote-vx960.c: Ditto.
310         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
311         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
312         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
313         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
314         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
315         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
316         i960-*-vxworks* obsolete.
317         * MAINTAINERS: Note that the i960 is obsolete.
318
319 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
320
321         * aix-thread.c (aix_thread_detach): Disable thread debugging on
322         detach to allow reinitialization.
323
324 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
325
326         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
327         attempt).
328
329 2002-08-22  Jim Blandy  <jimb@redhat.com>
330
331         * coffread.c (coff_symfile_read): Don't try to read the line
332         number table from disk if the image file doesn't have a symbol
333         table; we'll never actually look at the info anyway, and Windows
334         ships DLL's with bogus file offsets for the line number data.
335
336 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
337
338         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
339         an e500 executable.
340
341 2002-08-21  Michael Snyder  <msnyder@redhat.com>
342
343         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
344         (MSYMBOL_SIZE): Replace macro with function.
345         (DEFAULT_MIPS_TYPE): Delete unused macro.
346         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
347         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
348
349 2002-08-21  Jim Blandy  <jimb@redhat.com>
350
351         * valops.c (value_cast): Simplify and correct logic for doing a
352         static cast from a pointer to a base class to a pointer to a
353         derived class.
354
355 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
356
357         * infcmd.c (default_print_registers_info): Replace
358         do_registers_info.
359         (registers_info): Use gdbarch_print_registers_info instead of
360         DO_REGISTERS_INFO.
361         * inferior.h (default_print_registers_info): Replace
362         do_registers_info.
363         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
364         (DO_REGISTERS_INFO): Change to a predicate function.
365         * gdbarch.h, gdbarch.c: Regenerate.
366         
367 2002-08-21  Keith Seitz  <keiths@redhat.com>
368
369         * gdb-events.sh: Add target-changed event.
370         * gdb-events.c: Regenerated.
371         * gdb-events.c: Regenerated.
372         * valops.c (value_assign): Add target-changed event notification
373         to inlval_register, lval_memory, and lval_reg_frame_relative.
374
375 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
376
377         * NEWS: Add an entry regarding the improvement of the next/step
378         operation on Alpha Tru64 multi-processor machines.
379
380 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
381
382         * Makefile.in: Update dependencies for mi/ cli/ and tui/
383         directores.
384         * Makefile.in: Update all _h macro definitions.
385         * Makefile.in (install-gdbtk): Move to install section.
386         (rdi-share/libangsd.a): Move to end of file.
387
388 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
389
390         * frame.c (frame_register_unwind): When a register, set addrp to
391         the register's byte.
392
393 2002-08-20  Michael Snyder  <msnyder@redhat.com>
394
395         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
396         used locally, so move them from the target machine header to here.
397         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
398         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
399         Make static.
400         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
401
402 2002-08-20  Andrew Cagney  <cagney@redhat.com>
403
404         * NEWS: Mention that the Apollo line was made obsolete.
405         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
406         m68*-hp-hpux* obsolete.
407         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
408         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
409         * buildsym.c (make_blockvector): Make static.
410         * buildsym.h (make_blockvector): Make extern declaration obsolete.
411         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
412         (ALLDEPFILES): Remove dstread.c.
413         (dstread.o): Obsolete make rule.
414         * dstread.c: Makefile obsolete.
415         * dst.h: Ditto.
416         * config/m68k/hp300hpux.mt: Ditto.
417         * config/m68k/hp300hpux.mh: Ditto.
418         * config/m68k/hp300bsd.mt: Ditto.
419         * config/m68k/hp300bsd.mh: Ditto.
420         * config/m68k/apollo68b.mt: Ditto.
421         * config/m68k/apollo68v.mh: Ditto.
422         * config/m68k/apollo68b.mh: Ditto.
423
424 2002-08-20  Michael Snyder  <msnyder@redhat.com>
425
426         * mips-tdep.c (mips_in_return_stub): Make static.
427         (mips_gdbarch_init): Set in_solib_return_trampoline.
428         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
429
430 2002-08-20  Michael Snyder  <msnyder@redhat.com>
431
432         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
433         * gdbarch.c, gdbarch.h: Regenerate.
434         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
435         Add.
436         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
437
438 2002-08-20  Michael Snyder  <msnyder@redhat.com>
439
440         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
441         (mips_gdbarch_init): Set skip_trampoline_code, 
442         in_solib_call_trampoline.
443         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
444         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
445
446 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
447
448         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
449
450         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
451         vector type for ev registers.
452         (e500_pseudo_register_read): New function.
453         (e500_pseudo_register_write): New function.
454         (e500_dwarf2_reg_to_regnum): New function.
455         (PPC_UISA_NOFP_SPRS): New macro.
456         (PPC_EV_REGS): New macro.
457         (PPC_GPRS_PSEUDO_REGS): New macro.
458         (registers_e500): New register set for e500.
459         (variants): Add e500 variant.
460         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
461         before setting architectural dependent variations.  Initialize ev
462         registers numbers.  Add case for e500 architecture.  Set the
463         number of pseudo registers.
464
465 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
466
467         * rs6000-tdep.c: Clean up comments.
468
469 2002-08-20  Andrew Cagney  <cagney@redhat.com>
470
471         * h8300-tdep.c: Re-indent file.
472
473 2002-08-20  Jim Blandy  <jimb@redhat.com>
474
475         * Makefile.in (LDFLAGS): Allow the configure script to establish a
476         default for this.
477
478 2002-08-20  Keith Seitz  <keiths@redhat.com>
479
480         * breakpoints.c (watch_command_1): Use internal breakpoint
481         when setting a watchpoint_scope breakpoint.
482
483 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
484
485         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
486         (build_builtin_type_vec64i): Ditto.
487         (build_builtin_type_vec128): Ditto.
488         (build_builtin_type_vec128i): Ditto.
489
490 2002-08-19  Michael Snyder  <msnyder@redhat.com>
491
492         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
493         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
494         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
495         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
496         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
497         CALL_DUMMY_ADDRESS): Delete.
498         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
499         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
500         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
501         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
502         push_return_address.
503         (mips_register_raw_size, mips_eabi_use_struct_convention, 
504         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
505         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
506         mips_init_extra_frame_info, mips_eabi_push_arguments, 
507         mips_n32n64_push_arguments, mips_push_return_address,
508         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
509         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
510
511 2002-08-19  Michael Snyder  <msnyder@redhat.com>
512
513         * mips-tdep.c (mips_frame_num_args): New function.
514         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
515         frame_saved_pc, frame_args_address, frame_locals_address, 
516         frame_num_args, and frame_args_skip.
517         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
518         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
519         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
520         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
521
522 2002-08-20  Michael Snyder  <msnyder@redhat.com>
523
524         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
525         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
526         * mips-tdep.c (mips_store_struct_return): New function.
527         (mips_extract_struct_value_address): New function.
528         (mips_gdbarch_init): Set store_struct_return and
529         extract_struct_value_address.
530
531 2002-08-20  David Carlton  <carlton@math.stanford.edu>
532
533         * dwarf2read.c (dwarf2_build_psymtabs): Check that
534         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
535         (read_file_scope): Check that line_header is nonzero before
536         decoding macro information.
537
538 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
539
540         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
541         flag the general-purpose registers as floating-point on targets
542         that don't support the floating-point registers.
543
544 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
545
546         * rs6000-tdep.c (altivec_register_p): Delete.
547         (rs6000_do_altivec_registers): Delete.
548         (rs6000_altivec_registers_info): Delete.
549         (rs6000_do_registers_info): Delete.
550         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
551         (rs6000_gdbarch_init): Remove setting of do_registers_info.
552
553 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
554
555         * infcmd.c (do_registers_info): Print vector registers in hex
556         format only.
557         (print_vector_info): Check that printing registers
558         makes sense.
559         (print_float_info): Ditto.
560
561 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
562
563         * mips-tdep.c (mips_gdbarch_init): Update.
564         (mips_o32_extract_return_value): Rewrite.
565         (mips_o32_store_return_value): Rewrite.
566         (mips_o32_xfer_return_value): New function.
567         (mips_xfer_register): Tweak debug print message.  Allow for
568         buf_offset when dumping the value transfered.
569
570 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
571
572         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
573         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
574         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
575         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
576         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
577
578 2002-08-14  Michael Snyder  <msnyder@redhat.com>
579
580         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
581
582 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
583
584         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
585         register.
586         (P): New macro to define a register as a pseudo register.
587         (R, R4, R8, R16, FR32, R64, R0): Updated.
588         (struct variant): Add new fields for number of pseudo registers
589         and number of total registers.
590         (tot_num_registers): New macro replacing....
591         (num_registers): ...deleted macro.
592         (num_registers): New function.
593         (num_pseudo_registers): New function.
594         (variants): Update all variants to intialize new fields correctly.
595         Postpone initialization of number of pseudo regs and real regs.
596         (init_variants): New function.
597         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
598         registers offsets.
599
600 2002-08-19  David Carlton  <carlton@math.stanford.edu>
601
602         * valops.c (search_struct_field): Change error message to treat
603         return value of 0 from value_static_field as meaning that field is
604         optimized out.
605         (value_struct_elt_for_reference): Ditto.
606         * values.c (value_static_field): Treat an unresolved location the
607         same as a nonexistent symbol.  Fix PR gdb/635.
608         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
609         enclosed.  Fix PR gdb/574.
610         * MAINTAINERS: Add self to Write After Approval list.
611
612 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
613
614         * mips-tdep.c (mips_xfer_register): New function.
615         (mips_n32n64_extract_return_value): Rewrite.
616         (mips_gdbarch_init): For N32 and N64, set extract_return_value
617         instead of deprecated_extract_return_value.
618
619 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
620
621         * rs6000-tdep.c (TDEP): Delete macro.
622         (branch_dest): Replace use of TDEP macro with its body.
623         (rs6000_pop_frame): Ditto.
624         (rs6000_push_arguments): Ditto.
625         (rs6000_skip_trampoline_code): Ditto.
626         (rs6000_frame_saved_pc): Ditto.
627         (rs6000_frame_chain): Ditto.
628         (rs6000_register_name): Ditto.
629         (rs6000_register_byte): Ditto.
630         (rs6000_register_raw_size): Ditto.
631         (rs6000_register_virtual_type): Ditto.
632         (rs6000_register_convertible): Ditto.
633         (rs6000_convert_from_func_ptr_addr): Ditto.
634
635 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
636
637         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
638         conditionally.
639         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
640         MIPS_LINUX_JB_ELEMENT_SIZE.
641         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
642         for MAX_REGISTER_RAW_SIZE arrays.
643         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
644         MIPS_LINUX_JB_ELEMENT_SIZE.
645
646 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
647
648         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
649
650 2002-08-19  Aidan Skinner <aidan@velvet.net>
651
652         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
653         ada-valprint.c ada-tasks.c.
654         (YYFILES): Add ada-exp.y.
655         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
656         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
657         (ada-exp.tab.o): New target.
658                 
659 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
660
661         * regcache.c (regcache_xfer_part): New function.
662         (regcache_raw_read_part): New function.
663         (regcache_raw_write_part): New function.
664         (regcache_cooked_read_part): New function.
665         (regcache_cooked_write_part): New function.
666         * regcache.h (regcache_raw_read_part): Declare.
667         (regcache_raw_write_part): Declare.
668         (regcache_cooked_read_part): Declare.
669         (regcache_cooked_write_part): Declare.
670
671 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
672
673         * remote.c (remote_open_1): Add async_p.
674         (remote_async_open_1): Delete.
675         (open_remote_target): Delete.
676         (remote_open, extended_remote_open): Update calls to remote_open_1.
677         (remote_async_open, extended_remote_async_open): Call
678         remote_open_1 instead of remote_async_open_1.
679
680 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
681
682         * blockframe.c: Fix a few coding standard violations.
683
684 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
685
686         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
687         here from ...
688         * config/i386/tm-i386sco5.h: ... here.  File removed.
689         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
690
691         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
692         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
693         (TM_FILE): Set to tm-i386.h.
694         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
695         * config/i386/tm-i386v.h: Remove file.
696         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
697         instead of "i386/tm-i386v.h".
698         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
699         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
700         "i386/tm-i386v.h".
701         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
702         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
703         "i386/tm-i386.h".
704
705 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
706
707         * config/i386/nm-i386v.h: Add protection against
708         multiple-inclusion.
709         (i386_register_u_addr): Remove prototype.
710         (register_u_addr): New prototype.
711         (REGISTER_U_ADDR): Redefine accordingly.
712         * i386v-nat.c: Improve several comments.
713         (i386_register_u_addr): Change signature and rename to
714         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
715         ubase variable.
716
717 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
718
719         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
720         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
721         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
722         deprecated_extract_return_value.
723         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
724         rename mips_o32o64_push_arguments.
725         (mips_gdbarch_init): Update.
726         (mips_extract_return_value): Delete.
727         (mips_o32_extract_return_value): Clone mips_extract_return_value.
728         (mips_o64_extract_return_value): Clone mips_extract_return_value.
729         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
730         (mips_n32n64_extract_return_value): Clone
731         mips_extract_return_value.
732         (mips_store_return_value): Delete.
733         (mips_o32_store_return_value): Clone mips_store_return_value.
734         (mips_o64_store_return_value): Clone mips_store_return_value.
735         (mips_eabi_store_return_value): Clone mips_store_return_value.
736         (mips_n32n64_store_return_value): Clone mips_store_return_value.
737
738 2002-08-18  Aidan Skinner <aidan@velvet.net>
739
740         * ada-lang.c: Use gdb_string.h instead of <string.h>.
741         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
742                 
743 2002-08-18  Aidan Skinner <aidan@velvet.net>
744
745         * ada-lang.c: Run through gdb_indent.sh.
746         * ada-lang.h: Run through gdb_indent.sh.
747         * ada-tasks.c: Run through gdb_indent.sh.
748         * ada-typeprint.c: Run through gdb_indent.sh.
749         * ada-valprint.c: Run through gdb_indent.sh.
750
751 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
752
753         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
754         ABI.
755
756 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
757
758         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
759
760         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
761         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
762
763         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
764         write_register_gen instead of write_register_bytes.
765
766         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
767         i[3456]-*-osf1mk* configurations have been made obsolete.
768         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
769         i[3456]86-*-osf1mk* hosts obsolete.
770         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
771         targets obsolete.
772         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
773         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
774         config/i386/i386m3.mt, config/i386/nm-m3.h,
775         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
776         config/i386/i386mk.mh, config/i386/i386mk.mt,
777         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
778         obsolete.
779         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
780         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
781         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
782
783 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
784
785         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
786         (hppa_value_returned_from_stack): Declare.
787         (hppa_extract_return_value): Declare.
788         * config/pa/hppa.mt: New file.
789         * configure.tgt: Recognize hppa*-*-*.
790         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
791
792 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
793
794         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
795         comment.
796
797 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
798
799         * top.c (gdb_rl_operate_and_get_next): Make sure
800         operate-and-get-next functions correctly even when the history
801         list is completely filled.
802
803 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
804
805         * MAINTAINERS (Target Instruction Set Architectures): Rename
806         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
807         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
808         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
809         already listed under Host/Native.
810
811         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
812         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
813         mips*-*-*.
814
815 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
816
817         * config/ia64/ia64.mt: New file.
818         * config/alpha/alpha.mt: New file.
819         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
820         ia64-linux-gnu.  Mention that ia64-elf is broken.
821         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
822
823 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
824
825         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
826         generic_func_frame_valid instead of func_frame_valid.
827
828 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
829
830         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
831         procfs appears to be broken when debugging on multi-processor
832         machines. So enable software single stepping in order to avoid
833         using the procfs interface to do next/step operations, using
834         internal breakpoints instead.
835
836         * infrun.c (handle_inferior_event): Readjust the stop_pc by
837         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
838         make this pc address equal to the value it would have if the
839         system stepping capability was used. Also set a new flag used
840         to ensure that we don't readjust the PC one more time later.
841
842         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
843         address by DECR_PC_AFTER_BREAK when software single step is
844         in use for this architecture, as this has already been taken
845         care of in handle_inferior_event().
846
847 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
848
849         * infrun.c (handle_inferior_event): Minor reformatting, to make
850         a rather long condition expression easier to read.
851
852 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
853
854         * Makefile.in (gdbtk.o): Move to end of file.
855         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
856         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
857         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
858         (gdbtk-wrapper.o, gdbres.o): Ditto.
859
860 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
861
862         * Makefile.in (copying.o): Separate out compile rule.
863         (hpux-thread.o, procfs.o, signals.o): Ditto.
864         (v850ice.o, z8k-tdep.o): Ditto.
865         (tui-file.o): Move to TUI section.
866         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
867         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
868
869 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
870
871         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
872         skip_trampoline_code, for better namespace-proofing.   
873
874         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
875
876 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
877
878         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
879
880 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
881
882         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
883         signal, check whether we hit a breakpoint before checking for a
884         single step breakpoint. Otherwise, GDB fails to notice that a
885         breakpoint has been hit when stepping onto a breakpoint.
886
887 2002-08-16  Keith Seitz  <keiths@redhat.com>
888
889         * gdb-events.sh (clear_gdb_event_hooks): New function.
890         * gdb-events.c: Regenerate.
891         * gdb-events.h: Regenerate.
892
893 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
894
895         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
896         not_a_sw_breakpoint.
897         * breakpoint.h (bpstat_stop_status): Add parameter names.
898
899 2002-08-16  Grace Sainsbury  <graces@redhat.com>
900
901         * remote.c (remote_insert_hw_breakpoint)
902         (remote_remove_hw_breakpoint): Fix calculation of length field
903         for Z-packet.
904
905 2002-08-15  Michael Snyder  <msnyder@redhat.com>
906
907         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
908         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
909         (supply_fpregset): Ditto.
910         
911         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
912         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
913         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
914         (TARGET_READ_SP): Delete.
915         (DO_REGISTERS_INFO): Delete.
916         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
917         Delete.
918         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
919         from macros to functions.
920
921         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
922         (mips_register_convertible, mips_register_convert_to_virtual,
923         mips_register_convert_to_raw): Make static.
924         (mips_read_sp): New function.
925         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
926         (mips_do_registers_info): Make static.
927         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
928         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
929         (mips_register_convert_from_type, mips_register_convert_to_type):
930         New functions.
931         (mips_gdbarch_init): Set up function_start_offset, 
932         register_virtual_size, pc_in_sigtramp.
933
934 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
935
936         * infcmd.c (vector_info): New function.
937         (_initialize_infcmd): Add command "info vector".
938         (print_vector_info): New function.
939
940         * gdbarch.sh (PRINT_VECTOR_INFO): New method
941         * gdbarch.h, gdbarch.c: Regenerate.
942
943 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
944
945         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
946         ``print_all''.  Only print vector registers when ``print_all''.
947
948 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
949
950         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
951         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
952
953         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
954         Add `args' parameter.
955         * gdbarch.h, gdbarch.c: Regenerate.
956         
957         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
958         
959         * infcmd.c (float_info): Call print_float_info.
960         (print_float_info): New function.  By default, print the
961         floating-point registers.
962
963         * arch-utils.h (default_print_float_info): Delete declaration.
964         * arch-utils.c (default_print_float_info): Delete function.
965         
966 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
967
968         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
969         out define.
970
971         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
972         FRAME.
973
974         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
975         * configure.host: Make i[3456]86-*-aix host obsolete.
976         * configure.tgt: Make i[3456]86-*-aix target obsolete.
977         * config/i386/i386aix.mh, config/i386/i386aix.mt,
978         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
979         config/i386/xm-i386aix.h: Make files obsolete.
980         * i386aix-nat.c: Make file obsolete.
981         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
982         (i386aix-nat.o): Make target obsolete.
983
984         * config/i386/nm-gnu.h: Removed.
985         * config/i386/nm-i386gnu.h: New file.
986         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
987         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
988         Moved here from ...
989         * config/i386/tm-i386gnu.h: ... here.  Removed.
990         * config/i386/xm-i386gnu.h: Removed.
991         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
992         (NAT_FILE): Set to nm-i386gnu.h.
993         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
994         * i386-tdep.c: New file.
995         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
996         (i386gnu-tdep.o): Specify dependencies.
997
998 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
999
1000         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1001         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1002         Adjust a few comments to reflect reality a bit closer.
1003         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1004         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1005         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1006         target_insert_watchpoint, target_remove_watchpoint):
1007         Move defines to ...
1008         * config/i386/nm-i386sco5.h: ... here.
1009         (kernel_u_size): Add prototype.  Improve a few comments and add
1010         protection against multiple inclusion.
1011         
1012         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1013         out define.
1014
1015         * uw-thread.c (SP_ARG0): Define if not already defined.
1016         * config/i386/tm-i386.h (SO_ARG0): Remove define.
1017
1018         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1019
1020         * config/i386/tm-i386.h: Don't include "regcache.h".
1021
1022         * i387-tdep.h (i387_print_float_info): New prototype.
1023         * i387-tdep.c (print_i387_value, print_i387_ext,
1024         print_i387_status_word, print_i387_control_word): Add `struct
1025         ui_file *' argument and use it for output.
1026         (i387_print_float_info): Renamed from i387_float_info.  Add
1027         `struct gdbarch *' and `struct ui_file *' arguments and use the
1028         latter for output.
1029         * i386-tdep.c: Include "i387-tdep.h".
1030         (i386_gdbarch_init): Set print_float_info.
1031         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1032         (FLOAT_INFO): Remove define.
1033
1034 2002-08-13  Michael Snyder  <msnyder@redhat.com>
1035
1036         * mips-tdep.c (mips_push_arguments): Rename to
1037         mips_eabi_push_arguments, and tune for EABI.
1038         (MIPS_REGS_HAVE_HOME_P): Delete.
1039         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1040         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1041         Delete references to mips_regs_have_home_p.
1042
1043 2002-08-14  Keith Seitz  <keiths@redhat.com>
1044
1045         * Makefile.in (install-gdbtk): Create insight plugin directory.
1046         Install plugins.tcl file.
1047
1048 2002-08-14  Keith Seitz  <keiths@redhat.com>
1049
1050         * configure.in: Move SUBDIRS to near top of the file so that
1051         --enable options may add things to it.
1052         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1053         * configure: Regenerate.
1054
1055 2002-08-13  Michael Snyder  <msnyder@redhat.com>
1056
1057         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
1058         cloned from mips_push_arguments, tuned for o32/o64 ABI.
1059         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1060
1061 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
1062
1063         * vax-tdep.c (vax_get_saved_register): Delete function.
1064         (vax_gdbarch_init): Update.
1065         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1066         (ns32k_gdbarch_init): Update.
1067         * alpha-tdep.c (alpha_get_saved_register): Delete function.
1068         (alpha_gdbarch_init): Update.
1069
1070 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1071
1072         * regcache.c (init_regcache_descr): Overallocate the
1073         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1074         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1075         nr_raw_registers.
1076         (set_register_cached): Add range checking assertions.  Use
1077         current_regcache.
1078
1079 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
1080
1081         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1082         numbers for MMX registers.
1083
1084 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1085
1086         * i386-tdep.c (i386_gdbarch_init): Use
1087         generic_unwind_get_saved_register.
1088
1089 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
1090
1091         * procfs.c (procfs_can_use_hw_breakpoint): New function.
1092         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1093         target vector.
1094         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1095         Delete.  Add comment regarding this now-deleted target method.
1096
1097 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1098
1099         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1100         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1101         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1102         real PC and the page number (if it's within the memory bank window).
1103         (m68hc11_pseudo_register_write): Likewise when saving.
1104         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1105         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1106         (m68hc11_register_raw_size): And use 32-bit for it.
1107         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1108         16K memory bank is used by the prog; also use the virtual pc.
1109
1110 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1111
1112         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1113         (m68hc11_gdbarch_init): Install it in gdbarch.
1114         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1115         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1116         (MSYMBOL_SIZE): New for documentation.
1117         (insn_return_kind): Enum to specify how a function returns.
1118         (frame_extra_info): Cleanup and record the return mode.
1119         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
1120         register in address computation.
1121         (m68hc11_get_return_insn): New to obtain the return instruction used
1122         by the function.
1123         (m68hc11_frame_init_saved_regs): Take into account the return
1124         instruction used by the function for far and interrupt functions.
1125         (m68hc11_init_extra_frame_info): Take into account page register.
1126         (m68hc11_frame_args_address): Adjust according to the return mode.
1127         (show_regs): Print page register only when it's used.
1128
1129 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1130
1131         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1132         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1133         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1134         registers.
1135         (m68hc11_register_raw_size): Likewise.
1136
1137 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1138
1139         * i386-tdep.c (i386_register_name): Handle mmx registers.
1140         (mmx_regnum_p): New function.
1141         (i386_mmx_names): New array.
1142         (mmx_num_regs): New variable.
1143         (i386_pseudo_register_read): New function.
1144         (i386_pseudo_register_write): New function.
1145         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1146
1147         * regcache.c (regcache_raw_read_unsigned): New function.
1148         (regcache_raw_read_signed): New function.
1149         * regcache.h (regcache_raw_read_unsigned): Declare.
1150         (regcache_raw_read_signed): Declare.
1151
1152 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1153
1154         * regcache.c (regcache_raw_read_as_address): Delete function.
1155         (regcache_cooked_read_signed): New function.
1156         (regcache_cooked_read_unsigned): New function.
1157         * regcache.h (regcache_cooked_read_signed): Declare.
1158         (regcache_cooked_read_unsigned): Declare.
1159         (regcache_raw_read_as_address): Delete declaration.
1160
1161         * blockframe.c (generic_read_register_dummy): Use
1162         regcache_cooked_read_unsigned.
1163         * i386-tdep.c (i386_extract_struct_value_address): Use
1164         regcache_cooked_read_unsigned.
1165
1166 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1167
1168         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1169         double sizes according to ELF ABI flags.
1170         (gdbarch_tdep): Record elf_flags.
1171
1172 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1173
1174         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1175         (m6812_prolog): They can appear in 68HC12 function prologue.
1176         (m68hc11_frame_chain): Cleanup.
1177
1178 2002-08-12  Andrew Cagney  <cagney@redhat.com>
1179
1180         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1181         declarations.
1182         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1183         (i386_linux_register_raw_size): Delete function.
1184         (i386_linux_init_abi): Update.
1185         * i386-tdep.c (i386_register_raw_size): Delete function.
1186         (i386_register_byte): Delete function.
1187         (i386_gdbarch_init): Update.
1188         (i386_register_size): Delete array.
1189         (i386_register_offset): Delete array.
1190
1191         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1192         (REGISTER_RAW_SIZE): Delete macro.
1193         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1194         (REGISTER_BYTE): Delete macro.
1195
1196 2002-08-11  Aidan Skinner <aidan@velvet.net>
1197
1198         * ada-lang.c (ada_lookup_partial_symbol)
1199         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1200         prototype names so that grep ^func works properly.
1201
1202         * ada-lang.c (ada_array_element_type)
1203         (ada_lookup_partial_symbol): Fix typos in parameter list.
1204
1205         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1206         Fix prototype names so that grep ^func works properly.
1207         
1208 2002-08-10  Andrew Cagney  <cagney@redhat.com>
1209             Elena Zannoni  <ezannoni@redhat.com>
1210             Martin M. Hunt  <hunt@redhat.com>
1211
1212         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1213         (build_builtin_type_vec128i): Set the vector bit.
1214         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1215         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1216         (build_builtin_type_vec64): New function.
1217         (build_builtin_type_vec64i): New function.
1218         (build_gdbtypes): Initialize builtin_type_vec64 and
1219         builtin_type_vec64i.
1220
1221 2002-08-09  Andrew Cagney  <cagney@redhat.com>
1222
1223         * regcache.c (regcache_dump): Compare the register offset
1224         with REGISTER_BYTE.
1225         * arch-utils.c (generic_register_byte): New function.
1226         * arch-utils.h (generic_register_byte): Declare.
1227         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1228         * gdbarch.h, gdbarch.c: Regenerate.
1229
1230 2002-08-09  Andrew Cagney  <cagney@redhat.com>
1231
1232         * regcache.c: Include "gdbcmd.h"
1233         (_initialize_regcache): Add commands "maintenance print
1234         registers", "maintenance print raw-registers" and "maintenance
1235         print cooked-registers".
1236         (enum regcache_dump_what): Define.
1237         (dump_endian_bytes): New function.
1238         (regcache_dump): New function.
1239         (regcache_print): New function.
1240         (maintenance_print_registers): New function.
1241         (maintenance_print_raw_registers): New function.
1242         (maintenance_print_cooked_registers): New function.
1243         * Makefile.in (regcache.o): Update dependencies.
1244
1245 2002-08-09  Michael Snyder  <msnyder@redhat.com>
1246
1247         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1248         (mips_push_arguments): Correct some comments.  Use paddr_nz
1249         for printing addresses in debug output.  Replace static
1250         allocation using MAX_REGISTER_RAW_SIZE with alloca.
1251         (mips_n32n64_push_arguments): New function, cloned from
1252         mips_push_arguments and tuned for the n32/n64 ABI.
1253         (mips_push_register): Buffer needs dynamic allocation.
1254         (mips_print_register): Ditto.
1255         (do_gp_register_row): Ditto.
1256         (mips_store_return_value): Ditto.
1257         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1258
1259 2002-08-09  Don Howard  <dhoward@redhat.com>
1260
1261         * memattr.c (mem_info_command): Print special case of upper bound
1262         as max CORE_ADDR + 1.
1263
1264 2002-08-08  Michael Snyder  <msnyder@redhat.com>
1265
1266         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
1267         returns structs by ref if they're too big to fit in two registers.
1268
1269 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
1270
1271         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1272         saved regs value.
1273         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1274         mips_find_saved_regs().
1275         (mips_pop_frame): Likewise.
1276
1277 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
1278
1279         * blockframe.c (frame_saved_regs_register_unwind): Revise
1280         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1281         frames are in use.
1282
1283 2002-08-09  Grace Sainsbury  <graces@redhat.com>
1284         
1285         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1286         T-packets; the 'a' is not taken as a register number.
1287         (remote_check_watch_resources, remote_stopped_by_watchpoint)
1288         (remote_stopped_data_address): New functions; add to target
1289         vector.
1290         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1291         prototypes to match other implementations of this
1292         function. replace integer argument with pointer -- the length
1293         field in the Z-packet is the length of what is pointed to or 1 if
1294         pointer is null. Add to target vector.
1295         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1296         target vector.
1297
1298         From Mark Salter:
1299         * remote.c (remote_wait): Add support to extract optional
1300         watchpoint information from T-packet. Ignore unrecognized
1301         optional info in T-packet.
1302         (remote_async_wait): Ditto.
1303
1304 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
1305
1306         * cli/cli-dump.c: Change fopen modes to use binary open modes
1307         as defined in include/fopen-bin.h throughout.
1308
1309 2002-08-08  Michael Snyder  <msnyder@redhat.com>
1310
1311         * mips-tdep.c: Minor whitespace and indentation clean-ups.
1312
1313 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
1314
1315         * doublest.c (store_floating): Avoid floatformat_from_doublest()
1316         assertion failure by returning early after a warning.
1317
1318 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
1319
1320         * mips-tdep.c (mips_find_saved_regs): Make static.
1321         (mips_frame_init_saved_regs): New function.
1322         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1323         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1324         (mips_find_saved_regs): Delete declaration.
1325
1326 2002-08-08  Grace Sainsbury  <graces@redhat.com>
1327
1328         * remote.c (remote_wait, remote_async_wait): Change
1329         thread_num from int to ULONGEST.
1330         (unpack_varlen_hex): Change result parameter from
1331         int * to ULONGEST *.
1332
1333 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
1334
1335         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1336         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1337         powerpc*-*-*.
1338         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1339
1340 2002-08-08  Andrew Cagney  <cagney@redhat.com>
1341
1342         * gcore.c (override_derive_stack_segment): Delete variable.
1343         (preempt_derive_stack_segment): Delete function.
1344         (derive_stack_segment): Delete function.
1345         (default_derive_stack_segment): Renamed to derive_stack_segment.
1346         (override_derive_heap_segment): Delete variable.
1347         (preempt_derive_heap_segment): Delete function.
1348         (derive_heap_segment): Delete function.
1349         (default_derive_heap_segment): Rename to derive_heap_segment.
1350
1351 2002-08-06  Michael Snyder  <msnyder@redhat.com>
1352
1353         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1354         * mips-tdep.c (mips_EABI_use_struct_convention, 
1355         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1356         New functions.  (mips_use_struct_convention): Delete.
1357         (mips_gdbarch_init): set use_gdbarch_convention.
1358
1359 2002-08-06  Michael Snyder  <msnyder@redhat.com>
1360
1361         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1362         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
1363         mips_o32_reg_struct_has_addr): New functions.
1364         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1365
1366 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
1367
1368         * regcache.c (pseudo_register): Delete function.
1369         (fetch_register): Delete function.
1370         (store_register): Delete function.
1371         (regcache_raw_read, legacy_read_register_gen): Use
1372         target_fetch_registers instead of fetch_register.
1373         (legacy_write_register_gen, regcache_raw_write): Use
1374         target_store_register instead of store_register.
1375         (write_register_bytes): Ditto.
1376
1377         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1378         (STORE_PSEUDO_REGISTER): Delete.
1379         * gdbarch.h, gdbarch.c: Regenerate.
1380
1381 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
1382
1383         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1384         write dump file binary.
1385
1386 2002-08-05  Michael Snyder  <msnyder@redhat.com>
1387
1388         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
1389         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
1390         (mips_gdbarch_init): Set N32 target to be mips64.
1391
1392 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
1393
1394         * frame.c (find_saved_register): Break out of loop once saved
1395         register address is found.  Don't mention sparc in loop comment
1396         anymore.
1397
1398 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
1399
1400         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1401         mips_default_saved_regsize to 8.
1402
1403 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
1404
1405         * gcore.c: Do not include <sys/procfs.h>.
1406         * Makefile.in (gcore.o): Update dependencies.
1407
1408 2002-08-06  Andrew Cagney  <cagney@redhat.com>
1409
1410         * configure.tgt: Make arc-*-* obsolete.
1411         * NEWS: Mention that arc-*-* has been identifed as obsolete.
1412         * MAINTAINERS: Make arc-elf obsolete.
1413         * arc-tdep.c: Make file obsolete.
1414         * config/arc/arc.mt: Ditto.
1415         * config/arc/tm-arc.h: Ditto.
1416
1417 2002-08-05  Theodore A. Roth  <troth@verinet.com>
1418
1419         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1420
1421 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
1422
1423         * mcore-tdep.c (mcore_gdbarch_init): Use
1424         generic_unwind_get_saved_register instead of
1425         generic_get_saved_register.
1426         * v850-tdep.c (v850_gdbarch_init): Ditto.
1427         * frv-tdep.c (frv_gdbarch_init): Ditto.
1428         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1429         * s390-tdep.c (s390_gdbarch_init): Ditto.
1430         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1431         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1432         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1433
1434 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
1435
1436         * objfiles.h: Add missing #include "symfile.h"
1437
1438         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1439
1440 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
1441
1442         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1443         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1444         of FIELD_BITSIZE.
1445
1446 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
1447
1448         * NEWS: Cleanup and nitpick.
1449
1450 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1451
1452         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
1453
1454 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1455
1456         * Makefile.in (gdbtk-bp.o): Update dependencies.
1457         (gdbtk-register.o): Ditto.
1458         (gdbtk-varobj.o): Ditto.
1459
1460 2002-08-03  Andrew Cagney  <cagney@redhat.com>
1461
1462         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1463         m68hc11_fetch_pseudo_register.
1464         (m68hc11_pseudo_register_write): Replace
1465         m68hc11_store_pseudo_register.
1466         (m68hc11_gdbarch_init): Update.
1467
1468 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
1469
1470         * gdbarch.sh: Include "gdb_string.h".
1471         * gdbarch.c: Regenerate.
1472
1473         * regcache.c: Include "gdb_string.h".
1474         * ax-general.c: Ditto.
1475         * varobj.c: Ditto.
1476         * std-regs.c: Ditto.
1477         * fbsd-proc.c: Ditto.
1478         * thread.c: Ditto.
1479
1480         * Makefile.in (regcache.o): Update dependencies.
1481         (thread.o, gdbarch.o): Ditto.
1482         (ax-general.o, gdbarch.o): Ditto.
1483         (varobj.o, std-regs.o): Ditto.
1484         (fbsd-proc.o): Specify dependencies.
1485
1486 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1487
1488         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1489         regnum.
1490         (regcache_cooked_write): Ditto.
1491
1492 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
1493
1494         * regcache.c (regcache_cooked_read): New function.
1495         (regcache_cooked_write): New function.
1496         (read_register_gen): Rewrite using regcache_cooked_read.
1497         (write_register_gen): Rewrite using regcache_cooked_write.
1498
1499         * regcache.h (regcache_cooked_read, regcache_cooked_write):
1500         Declare.
1501
1502 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1503
1504         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1505         Replace the architecture methods register_read and register_write.
1506         * gdbarch.h, gdbarch.c: Regenerate.
1507         * regcache.c (init_regcache_descr): Update.
1508         (read_register_gen): Update.
1509         (write_register_gen): Update.
1510         (supply_register): Update comment.
1511
1512         * sh-tdep.c (sh_gdbarch_init): Update.
1513         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1514         `regcache' and `gdbarch' parameters.  Make `buffer' a void
1515         pointer.  Update code.
1516         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1517         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
1518         void pointer.  Update code.
1519         (sh64_register_write): Delete.
1520         (sh4_register_read): Delete.
1521         (sh64_register_read): Delete.
1522         (sh4_register_write): Delete.
1523         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1524         void pointer, `to' parameter a void pointer.
1525         (sh_sh64_register_convert_to_raw): Ditto.
1526
1527 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1528
1529         * mips-tdep.c (mips_register_virtual_type): Use architecture
1530         invariant return values.
1531
1532 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1533
1534         * linux-proc.c: Include "gdb_string.h".
1535         * Makefile.in (linux-proc.o): Update dependency list.
1536
1537 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1538
1539         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
1540         comment.
1541
1542 2002-08-01  Grace Sainsbury  <graces@redhat.com>
1543
1544         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1545         to_insert_watchpoint, to_remove_watchpoint,
1546         to_stopped_by_watchpoint, to_stopped_data_address,
1547         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1548         target vecctor. Define their corresponding macros so they call
1549         them.
1550         
1551         * target.c: Add default and debug versions of for
1552         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1553         to_insert_watchpoint, to_remove_watchpoint,
1554         to_stopped_by_watchpoint, to_stopped_data_address,
1555         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1556
1557 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1558
1559         * mips-tdep.c (mips_register_virtual_type): New function.
1560         (mips_gdbarch_init): Register mips_register_virtual_type()
1561         with gdbarch machinery.
1562         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1563         this file instead of tm-bigmips.h.
1564         (MIPS_REGSIZE): Delete this macro.
1565         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
1566         multiarch version in mips-tdep.c will be found.
1567
1568 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1569
1570         * NEWS: Menion that CHILL has been made obsolete.
1571
1572         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1573         * stabsread.c (read_range_type): Ditto.
1574         * gdbtypes.h: Ditto.
1575         * language.c (binop_type_check): Ditto.
1576         (binop_result_type): Ditto.
1577         (integral_type): Ditto.
1578         (character_type): Ditto.
1579         (string_type): Ditto.
1580         (boolean_type): Ditto.
1581         (structured_type): Ditto.
1582         (lang_bool_type): Ditto.
1583         (binop_type_check): Ditto.
1584         * language.h (_LANG_chill): Ditto.
1585         * dwarfread.c (set_cu_language): Ditto.
1586         * dwarfread.c (CHILL_PRODUCER): Ditto.
1587         * dwarfread.c (handle_producer): Ditto.
1588         * expression.h (enum exp_opcode): Ditto.
1589         * eval.c: Ditto for comments.
1590         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1591         * expprint.c (print_subexp): Ditto.
1592         (print_subexp): Ditto.
1593         * valops.c (value_cast): Ditto.
1594         (search_struct_field): Ditto.
1595         * value.h (COERCE_VARYING_ARRAY): Ditto.
1596         * symfile.c (init_filename_language_table): Ditto.
1597         (add_psymbol_with_dem_name_to_list): Ditto.
1598         * valarith.c (value_binop): Ditto.
1599         (value_neg): Ditto.
1600         * valops.c (value_slice): Ditto.
1601         * symtab.h (union language_specific): Ditto.
1602         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1603         (SYMBOL_DEMANGLED_NAME): Ditto.
1604         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1605         * defs.h (enum language): Ditto.
1606         * symtab.c (got_symtab): Ditto.
1607         * utils.c (fprintf_symbol_filtered): Ditto.
1608
1609         * ch-typeprint.c: Make file obsolete.
1610         * ch-valprint.c: Make file obsolete.
1611         * ch-lang.h: Make file obsolete.
1612         * ch-exp.c: Make file obsolete.
1613         * ch-lang.c: Make file obsolete.
1614
1615         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1616         CHILL_LIB.
1617         (TARGET_FLAGS_TO_PASS): Ditto.
1618         (CHILLFLAGS): Obsolete.
1619         (CHILL): Obsolete.
1620         (CHILL_FOR_TARGET): Obsolete.
1621         (CHILL_LIB): Obsolete.
1622         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1623         ch-valprint.c.
1624         (HFILES_NO_SRCDIR): Remove ch-lang.h.
1625         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1626         ch-lang.o.
1627         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1628         targets.
1629
1630 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
1631
1632         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1633         This does not change anything at the moment, but will be helpful
1634         later when full Ada support is integrated.
1635
1636 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1637
1638         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1639         help message.
1640
1641 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1642
1643         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1644         and save it in a local variable.  Use variable in later test.
1645
1646 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1647
1648         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1649         test.  (Thanks to Daniel Jacobowitz.)
1650         
1651 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1652
1653         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1654         (mips_abi_strings): Add "n64".
1655         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
1656
1657 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1658
1659         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1660         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1661
1662 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1663
1664         * utils.c (host_pointer_to_address, address_to_host_pointer):
1665         Use gdb_assert() instead of explicit call to internal_error().
1666
1667 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
1668
1669         * Makefile.in (rs6000-nat.o): Update dependencies.
1670
1671         From Nicholas Duffek:
1672         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1673         (aix-thread.o): New rule.
1674         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1675         * config/powerpc/aix432.mh: New file.
1676
1677 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1678
1679         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1680         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1681         (fetch_core_registers, ppc_linux_supply_gregset)
1682         (ppc_linux_supply_fpregset): New functions.
1683         (ppc_linux_regset_core_fns): New.
1684         (_initialize_ppc_linux_tdep): Call add_core_fns.
1685         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1686         and ppc_linux_supply_gregset.
1687         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1688         (supply_fpregset): Call ppc_linux_supply_fpregset.
1689         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1690         corelow.o.
1691         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1692
1693 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1694
1695         * symtab.c (lookup_symbol): Demangle before lowercasing.
1696
1697 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
1698
1699         * symtab.h: Replace #include "gdb_obstack.h" with opaque
1700         declaration.
1701         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1702         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1703         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1704         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1705         "gdb_string.h".
1706         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1707         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1708         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1709         (avr-tdep.o, mon960-rom.o): Ditto.
1710         (aout_stabs_gnu_h): Define.
1711         (symtab_h): Remove $(gdb_obstack_h).
1712
1713 2002-07-30  Jim Blandy  <jimb@redhat.com>
1714
1715         Patch from David Carlton <carlton@math.stanford.edu>:
1716         * gdbinit.in: Move the `dir' commands that add GDB's own source
1717         directory to the search path to the end, so that the `gdb' source
1718         directory will be searched first.
1719
1720 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1721
1722         * gdb_obstack.h: New file.
1723         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1724         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1725         * objfiles.h: Include "gdb_obstack.h".
1726         * Makefile.in (gdb_obstack_h): Define.
1727         (symtab_h): Add $(gdb_obstack_h).
1728         (objfiles_h): Add $(gdb_obstack_h).
1729         
1730         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1731         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1732         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1733         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1734         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1735         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1736         * symfile.c, coffread.c, c-typeprint.c: Ditto.
1737         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1738
1739         * Makefile.in (bcache.o): Update dependencies.
1740         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1741         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1742         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1743         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1744         (stabsread.o, symfile.o, symmisc.o): Ditto.
1745         (symtab.o, typeprint.o, macroexp.o): Ditto.
1746         (macrotab.o, mdebugread.o): Ditto.
1747         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1748         (coff_ecoff_h, aout_aout64_h): Define.
1749         (aout_stabs_gnu_h, libaout_h): Define.
1750
1751 2002-07-29  Andrew Cagney  <cagney@redhat.com>
1752
1753         * regcache.c (struct regcache_descr): Rename nr_registers to
1754         nr_cooked_registers.  Revise comments describing the structure
1755         member fields.
1756         (init_regcache_descr): Update.
1757         (init_legacy_regcache_descr): Update.
1758         (read_register_gen, write_register_gen): When a cooked register in
1759         the raw register range, directly access the value from the raw
1760         register cache.
1761
1762 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1763
1764         * z8k-tdep.c: Do not include "obstack.h".
1765         * h8300-tdep.c, h8500-tdep.c: Ditto.
1766         * m68hc11-tdep.c, sh-tdep.c: Ditto.
1767         * valprint.c, v850-tdep.c: Ditto.
1768         * d10v-tdep.c, mn10300-tdep.c: Ditto.
1769         * mn10200-tdep.c: Ditto.
1770
1771         * Makefile.in (z8k-tdep.o): Update dependencies.
1772         (m68hc11-tdep.o, valprint.o): Ditto.
1773         (v850-tdep.o, d10v-tdep.o): Ditto.
1774         (mn10300-tdep.o, sparc-tdep.o): Ditto.
1775         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1776         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1777         (sh_opc_h, gdb_sim_sh_h): Define.
1778         (elf_sh_h, elf_bfd_h): Define.
1779         (opcode_m68hc11_h): Define.
1780         (OPCODES_SRC, OPCODES_DIR): define.
1781         (OPCODES): Use $(OPCODES_DIR).
1782         (gdb_sim_d10v_h): Rename sim_d10v_h.
1783         (gdb_sim_arm_h): Rename sim_arm_h.
1784
1785 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1786
1787         * utils.c (host_pointer_to_address, address_to_host_pointer):
1788         Change internal_error() message to indicate function responsible
1789         for the error.
1790
1791 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1792
1793         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1794         calls to local_hex_string_custom().
1795
1796 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1797
1798         * irix5-nat.c: Move IRIX shared library support from here...
1799         * solib-irix.c: ...to here.  Revised substantially to work with
1800         generic solib framework.
1801
1802         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1803         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1804         * mips-irix-tdep.c: New file.
1805
1806         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1807         (mips-irix-tdep.o, solib-irix.o): New rules.
1808         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1809         solib-irix.o.
1810         * config/mips/irix6.mt (TDEPFILES): Likewise.
1811         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1812
1813 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1814
1815         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1816         disabled (via ``#if 0'') includes.
1817
1818 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1819
1820         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1821         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1822         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1823         Add support for the fpscr register.
1824         * rs6000-nat.c (regmap, fetch_inferior_registers)
1825         (store_inferior_registers, fetch_core_registers): Likewise.
1826
1827 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1828
1829         * rs6000-nat.c (language.h): Include.
1830         (special_regs): Delete this array.
1831         (regmap): New function.
1832         (fetch_register, store_register):  Use regmap() to map gdb
1833         register numbers to ptrace register numbers.  Also, use
1834         outputs from regmap() to make decisions regarding type of
1835         ptrace() call to make.  In particular, don't compare against
1836         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1837         (fetch_inferior_registers, store_inferior_registers): Where
1838         possible, obtain register numbers from tdep struct.  Don't
1839         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1840         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1841         (LAST_UISA_SP_REGNUM): Delete.
1842         
1843 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
1844
1845         * rs6000-nat.c (ppc-tdep.h): Include.
1846         (fetch_registers, store_register, fetch_core_registers): Don't
1847         access registers[] directly.  Instead, use supply_register() or
1848         regcache_collect() as appropriate.
1849         (find_toc_address): Format hex address with local_hex_string().
1850
1851 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
1852
1853         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1854         bfd/elf32-frv.c.
1855
1856 2002-07-24  Tom Tromey  <tromey@redhat.com>
1857
1858         * jv-exp.y: Marked all strings with _().
1859         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1860         internal_error.
1861         (MethodInvocation, CastExpression, parse_number, yyerror,
1862         java_type_from_name, push_expression_name, yylex): Typo fixes.
1863
1864 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
1865
1866         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1867         (tee_file_flush, tee_file_write, tee_file_fputs)
1868         (tee_file_isatty): New.
1869         * ui-file.h (tee_file_new): Add prototype.
1870
1871 2002-07-24  Aidan Skinner <aidan@velvet.net>
1872
1873         * ada-lang.c: Change k&r style function definitions to prototyped
1874         form.
1875         * ada-typeprint.c: Change k&r style function definitions to prototyped
1876         form.
1877         * ada-valprint.c: Change k&r style function definitions to prototyped
1878         form.
1879         
1880 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1881
1882         * README: Remove reference to remote-bug.
1883         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1884         remote-bug.c.
1885         (m88k-nat.o): Delete rule.
1886         (m88k-tdep.o): Delete rule.
1887         (remote-bug.o): Delete rule.
1888         * MAINTAINERS: Mark as obsolete.
1889         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1890         * m88k-tdep.c: Make file obsolete.
1891         * config/m88k/m88k.mh: Ditto.
1892         * config/m88k/delta88v4.mh: Ditto.
1893         * config/m88k/delta88v4.mt: Ditto.
1894         * config/m88k/delta88.mt: Ditto.
1895         * config/m88k/delta88.mh: Ditto.
1896         * remote-bug.c: Ditto.
1897         * config/m88k/tm-delta88.h: Ditto.
1898         * config/m88k/nm-delta88v4.h: Ditto.
1899         * config/m88k/xm-delta88.h: Ditto.
1900         * config/m88k/xm-dgux.h: Ditto.
1901         * config/m88k/tm-m88k.h: Ditto.
1902         * config/m88k/nm-m88k.h: Ditto.
1903         * config/m88k/tm-delta88v4.h: Ditto.
1904         * m88k-nat.c: Ditto.
1905         * cxux-nat.c: Ditto.
1906         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1907         and m88*-*-* obsolete.
1908         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1909         m88*-*-* obsolete.
1910
1911 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1912
1913         * findvar.c (extract_unsigned_integer): Make `addr' parameter
1914         constant.  Same for local pointer variables.
1915         (extract_signed_integer): Ditto.
1916         * defs.h (extract_unsigned_integer): Update.
1917         (extract_signed_integer): Update.
1918
1919 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1920
1921         * regcache.c (regcache_raw_write): Change buf parameter to a
1922         constant void pointer.
1923         (regcache_raw_read): Change buf parameter to a void pointer.
1924         (legacy_write_register_gen): Change myaddr parameter a constant
1925         void pointer.
1926         (supply_register): Change val parameter to a const void pointer.
1927         * regcache.h (regcache_raw_write): Update declaration.
1928         (regcache_raw_read): Update declaration.
1929         (supply_register): Update declaration.
1930
1931 2002-07-24  Tom Tromey  <tromey@redhat.com>
1932
1933         * defs.h (gdb_readline_wrapper): Declare.
1934         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1935         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1936         * top.c (gdb_readline_wrapper): New function.
1937         (command_line_input): Use it.
1938
1939 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1940
1941         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1942         regcache_read and regcache_write.
1943         (regcache_raw_read_as_address): Replace regcache_read_as_address.
1944         * regcache.c: Update.
1945         * sh-tdep.c (sh64_push_arguments): Update comment.
1946         (sh_pseudo_register_read): Update.
1947         (sh_pseudo_register_write): Update.
1948         (sh4_register_read): Update.
1949         (sh4_register_write): Update.
1950         (sh64_pseudo_register_read): Update.
1951         (sh64_pseudo_register_write): Update.
1952         (sh64_register_read): Update.
1953         (sh64_register_write): Update.
1954         * i386-tdep.c (i386_extract_return_value): Update.
1955         (i386_extract_struct_value_address): Update.
1956         (i386_extract_return_value): Update.
1957         * blockframe.c (generic_read_register_dummy): Update.
1958         (generic_call_dummy_register_unwind): Update
1959         * infrun.c (write_inferior_status_register): Update.
1960
1961 2002-07-23  Jim Blandy  <jimb@redhat.com>
1962
1963         * parser-defs.h (expression_context_pc): Make this extern.
1964         (Thanks to Michael Snyder.)
1965
1966 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
1967
1968         GDB 5.2.1 released from 5.2 branch.
1969         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1970         * README: Update to mention 5.2.1.
1971
1972 2002-07-23  Mark Salter  <msalter@redhat.com>
1973
1974         * remote.c (remote_read_bytes): Fix check for error.
1975
1976 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
1977
1978         * aix-thread.c (language.h): Include.
1979         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1980         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1981         Print newlines at end of debug messages.
1982         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1983         (pdc_write_data): Use local_hex_string() instead of %llx formats.
1984
1985 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
1986
1987         * aix-thread.c (ppc-tdep.h): Include.
1988         (special_register_p): New function.
1989         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1990         (store_regs_user_thread): Use register number information from
1991         gdbarch_tdep struct instead of hardcoded offsets relative to
1992         FIRST_UISA_SP_REGNUM.
1993         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
1994         special_register_p() instead of using FPLAST_REGNUM and
1995         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1996         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
1997         will be MQ's register number.
1998
1999 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2000
2001         * aix-thread.c (ops): Rename to aix_thread_ops.
2002         (base_ops): Rename to base_target.
2003         (ops_attach): Rename to aix_thread_attach.
2004         (ops_detach): Rename to aix_thread_detach.
2005         (ops_resume): Rename to aix_thread_detach.
2006         (ops_wait):   Rename to aix_thread_wait.
2007         (ops_kill):   Rename to aix_thread_kill.
2008         (init_ops):   Rename to init_aix_thread_ops.
2009         (ops_fetch_register): Rename to aix_thread_fetch_register.
2010         (ops_store_register): Rename to aix_thread_store_register.
2011         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2012         (ops_thread_alive):   Rename to aix_thread_thread_alive.
2013         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2014         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
2015         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2016         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
2017         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2018         (store_regs_lib):  Rename to store_regs_user_thread.
2019         (store_regs_kern): Rename to store_regs_kernel_thread.
2020
2021 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2022
2023         * aix-thread.c (ops_prepare_to_store): Eliminate.
2024         (init_ops): Don't initialize ops.prepare_to_store.
2025         (store_regs_kern): Pre-fetch register buffers from child, 
2026         because some registers may not be in the cache.  Copy
2027         regs from register cache only if they are cached.
2028         (store_regs_lib): Copy regs from register cache only
2029         if they are cached.
2030         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2031         fill_gprs64): Ditto.
2032
2033 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2034
2035         * aix-thread.c (gdb_assert.h): Include.
2036         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2037         register sizes (from register cache) match size of buffer holding
2038         register data.
2039         (fill_sprs32): Change parameter types to match those in the ptrace()
2040         buffer.
2041         (store_regs_lib): Likewise, but for 32-bit temporary variables.
2042         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2043
2044 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2045
2046         * aix-thread.c (supply_sprs64): Cosmetic change.
2047         (supply_sprs32): Cosmetic change.
2048         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2049         (fill_sprs64): Use regcache_collect instead of read_register.
2050         (store_regs_lib): Use regcache_collect instead of 
2051         read_register.  Use fill_sprs32 instead of fill_sprs64,
2052         if debugging a 32-bit architecture.
2053         (store_regs_kern): Use fill_gprs64 etc. to pull the values
2054         out of the register cache, instead of passing a pointer into
2055         the register cache directly to ptrace.  Use regcache_collect
2056         insteaad of read_register.
2057         (ops_prepare_to_store): Use target_read_registers instead
2058         of read_register_bytes.
2059
2060 2002-07-20  Aidan Skinner <aidan@velvet.net>
2061
2062         * MAINTAINERS: Add self under write after approval. 
2063                 
2064 2002-07-20  Aidan Skinner <aidan@velvet.net>
2065
2066         * ada-tasks.c: Change k&r style function definitions to prototyped
2067         form.
2068                 
2069 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
2070
2071         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2072         * x86-64-tdep.c: Include "objfiles.h".
2073         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2074         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2075
2076 2002-07-17  Michal Ludvig  <michal@suse.cz>
2077
2078         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2079         (update_context): Initialise cfa variable.
2080
2081 2002-07-17  Michael Snyder  <msnyder@redhat.com>
2082
2083         * aix-thread.c: Shorten some long lines.  
2084         Bring comments into line with code spec.
2085
2086 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
2087
2088         * infrun.c: Re-indent using gdb_indent.sh.
2089
2090 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
2091
2092         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2093         Leave the indentation temporarily untouched, to minimize the diffs.
2094
2095 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
2096
2097         * stabsread.c: Make os9k sections of the code obsolete,
2098         for real this time.
2099         * stabsread.h: Make os9k sections of the code obsolete.
2100
2101 2002-07-18  Michal Ludvig <mludvig@suse.cz>
2102
2103         * linux-low.c (regsets_store_inferior_registers): Add free()
2104         at the end of a loop to prevent memory leak.
2105         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2106         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2107         * config/sparc/tm-sp64linux.h: Make the rest of #endif
2108         line a comment.
2109         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2110
2111 2002-07-17  Jim Blandy  <jimb@redhat.com>
2112
2113         * macrocmd.c (info_macro_command): Remove newline from error
2114         message.
2115
2116 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
2117
2118         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2119         (sh_gdbarch_init): Use it for sh-dsp.
2120
2121 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
2122
2123         * dwarf2read.c (read_initial_length): Handle older, non-standard,
2124         64-bit DWARF2 format.
2125
2126 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
2127
2128         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2129         <sys/proc.h> when not available.
2130
2131 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
2132
2133         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2134         * stabsread.c: Make os9k sections of the code obsolete.
2135         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2136         * config/i386/i386os9k.mt: Make file obsolete.
2137         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2138         (COMMON_OBS): Remove os9kread.o
2139         (SFILES): Remove os9kread.c.
2140         (os9kread.o, remote-os9k.o): Make target obsolete.
2141         * remote-os9k.c: Make file obsolete.
2142         * os9kread.c: Make file obsolete.
2143         * Makefile.in
2144
2145 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
2146
2147         * NEWS: Mention that the FR30 has been made obsolete.
2148         * fr30-tdep.c: Make file obsolete.
2149         * config/fr30/tm-fr30.h: Ditto.
2150         * config/fr30/fr30.mt: Ditto.
2151         * configure.tgt: Make fr30-*-elf obsolete.
2152         * MAINTAINERS: Make fr30-elf obsolete.
2153
2154 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2155
2156         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2157         found is not inside a section.
2158
2159 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2160
2161         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2162         strerror().
2163         (pdc_realloc): Use xrealloc() instead of realloc().
2164
2165 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2166
2167         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2168         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2169         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2170         macros.
2171
2172 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2173
2174         * aix-thread.c (ptrace_check): Eliminate goto.
2175         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
2176         problem.
2177
2178 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2179
2180         * aix-thread.c (gdbcmd.h): Include.
2181         (DEBUG, DBG, DBG2, dbg): Eliminate.
2182         (debug_aix_thread): New static global.
2183         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2184         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2185         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2186         invocations to DBG and DBG2 macros to test against
2187         ``debug_aix_thread'' and call fprintf_unfiltered().
2188         (_initialize_aix_thread): Add new command "set debug aix-thread".
2189
2190 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
2191
2192         From Gerhard Tonn <TON@de.ibm.com>:
2193         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2194         instead of supply_register.
2195
2196 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
2197
2198         * dwarf2cfi.c: Include "gdb_assert.h".
2199         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2200         non-NULL.
2201         (update_context): Do not use __func__.  Add missing ``break''.
2202         (update_context): Do not use __func__.
2203
2204 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
2205
2206         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2207         and its setting.  Set gdbarch instruction printing functions
2208         directly.  For non-rs6000 case use new function
2209         gdb_print_insn_powerpc.
2210         (gdb_print_insn_powerpc): New function.
2211
2212 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
2213
2214         * NEWS: Mention that the d30v has been marked obsolete.
2215         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2216         * configure.tgt: Mark d30v-*-* as obsolete.
2217         * d30v-tdep.c: Mark file as obsolete.
2218         * config/d30v/d30v.mt: Ditto.
2219         * config/d30v/tm-d30v.h: Ditto.
2220
2221 2002-07-13  Aidan Skinner <aidan@velvet.net>
2222
2223         * ada-tasks.c (add_task_entry): replace calls to
2224         malloc() with xmalloc
2225         * ada-tasks.c (init_task_list): replace calls to free with xfree()
2226         
2227         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2228         ada_finish_decode_line_1, all_sals_for_line
2229         ada_breakpoint_rewrite): replace calls to free() with xfree()
2230                 
2231 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2232
2233         From Nicholas Duffek (with minor changes by Martin Hunt, 
2234         Louis Hamilton, and Kevin Buettner):
2235         * aix-thread.c: New file.
2236
2237 2002-07-12  Petr Sorfa <petrs@caldera.com>
2238
2239         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
2240         complaint for invalid attribute class or form.
2241         (read_func_scope): DW_AT_frame_base
2242         better handling of DW_AT_block*.
2243         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2244         better handling of DW_AT_block*.
2245         (read_common_block): DW_AT_location
2246         better handling of DW_AT_block*.
2247         (read_partial_die): DW_AT_location better handling
2248         of DW_AT_block*.
2249         (new_symbol): DW_AT_external better handling of
2250         DW_AT_block*. Proper initialization of variable
2251         "addr".
2252         (attr_form_is_block): New function that returns true
2253         if the attribute's form is of DW_FORM_block*.
2254
2255 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2256
2257         * valops.c (find_method_list): Remove comment about
2258         removed STATIC_MEMFUNCP argument.
2259         (value_find_oload_method_list): Likewise.
2260
2261 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2262
2263         From Nicholas Duffek:
2264         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2265         target_new_objfile_hook.
2266
2267 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2268
2269         From Nicholas Duffek:
2270         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2271         csect.
2272
2273 2002-07-12  Andrew Cagney  <cagney@redhat.com>
2274
2275         * MAINTAINERS: Mention --enable-sim-build-warnings.
2276         (m68hc11-elf): Disable sim build warnings.
2277         (m32r-elf): Mark as broken obsolete candidate.
2278         (x86_64-linux-gnu): Mark as buildable with -Werror.
2279         (arm-elf): Change -w to ``,'' which enables warnings but not
2280         -Werror.
2281
2282 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
2283
2284         * bcache.h: Update copyright.
2285         (struct bstring, struct bcache): Move definition to "bcache.c".
2286         Replaced by opaque declaration.
2287         (bcache_xfree): Replace free_bcache.
2288         (bcache_xmalloc, bcache_memory_used): Declare.
2289         
2290         * bcache.c: Update copyright.
2291         (struct bstring, struct bcache): Moved to here from "bcache.h".
2292         Update comments.
2293         (bcache_xmalloc, bcache_memory_used): New functions.
2294         (bcache_xfree): Replace function free_bcache.
2295         
2296         * Makefile.in (objfiles.o): Add $(bcache_h).
2297         (objfiles_h): Remove $(bcache_h).
2298         (symfile.o): Add $(bcache_h).
2299
2300         * symmisc.c: Update copyright.
2301         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2302         (print_objfile_statistics): Use bcache_memory_used.
2303
2304         * symfile.c: Include "bcache.h".
2305         (reread_symbols): Use bcache_xfree.
2306         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2307         (add_psymbol_to_list): Pass psymbol_cache by value.
2308         (add_psymbol_with_dem_name_to_list): Ditto.
2309
2310         * objfiles.h: Update copyright.
2311         (struct bcache): Declare opaque.  Do not include "bcache.h".
2312         (struct objfile): Change psymbol_cache and macro_cache to ``struct
2313         bcache'' pointers.
2314         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2315
2316         * objfiles.c: Include "bcache.h".  Update copyright.
2317         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2318         macro_cache.
2319         (free_objfile): Use bcache_xfree.
2320
2321 2002-07-11  Grace Sainsbury  <graces@redhat.com>
2322
2323         * monitor.c (monitor_fetch_register): Make name a constant.
2324         (monitor_store_register): Same.
2325
2326 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
2327
2328         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2329         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2330         (finish_block) For non-function blocks, hash the symbol table.  For
2331         function blocks, mark the symbol table as unhashed.
2332         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2333         (msymbol_hash_iw): Likewise.
2334         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2335         value.
2336         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2337         (lookup_minimal_symbol): Likewise for both.
2338         * symtab.h (struct block): Add `hashtable' flag.  Comment the
2339         hashtable.
2340         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2341         (ALL_BLOCK_SYMBOLS): Update.
2342         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2343         (struct symbol): Add `hash_next' pointer.
2344         * symtab.c (lookup_block_symbol): Search using the hash table when
2345         possible.
2346         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2347         (search_symbols, find_addr_symbol): Likewise.
2348
2349         * dstread.c (process_dst_block): Clear hashtable bit for new block.
2350         (read_dst_symtab): Likewise.
2351         * jv-lang.c (get_java_class_symtab): Likewise.
2352         * mdebugread.c: Include "gdb_assert.h".
2353         (shrink_block): Assert that the block being modified is not hashed.
2354         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2355         * symmisc.c (free_symtab_block): Walk the hash table when freeing
2356         symbols.
2357         (dump_symtab): Recognize hashed blocks.
2358         * printcmd.c (print_frame_args):  Assert that function blocks do not
2359         have hashed symbol tables.
2360         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2361         (fill_in_ada_prototype, debug_print_block): Likewise.
2362         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
2363
2364 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
2365
2366         * stack.c (print_frame): Use result of frame_address_in_block()
2367         instead of fi->pc when evaluating symbols.
2368         (backtrace_command_1): Ditto.
2369
2370 2002-07-11  Andrew Cagney  <cagney@redhat.com>
2371
2372         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2373         Make static.
2374
2375         * arm-tdep.c (arm_register_name): Make return type constant.
2376
2377 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
2378
2379         * win32-nat.c (has_detach_ability): Convert to strict ISO C
2380         prototype.
2381         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2382         * s390-tdep.c (s390_fp_regnum): Ditto.
2383         (s390_read_fp): Ditto.
2384         (s390_pop_frame): Ditto.
2385         (_initialize_s390_tdep): Ditto.
2386         * remote.c (get_remote_state): Ditto.
2387         * procfs.c (mappingflags): Ditto.
2388         * memattr.c (_initialize_mem): Ditto.
2389         * mcore-tdep.c (mcore_pop_frame): Ditto.
2390         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2391         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2392         * language.c (set_case_str): Ditto.
2393         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2394         * frv-tdep.c (new_variant): Ditto.
2395         (frv_stopped_data_address): Ditto.
2396         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2397         (context_alloc): Ditto.
2398         (frame_state_alloc): Ditto.
2399         (unwind_tmp_obstack_init): Ditto.
2400         (unwind_tmp_obstack_free): Ditto.
2401         (cfi_read_fp): Ditto.
2402         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2403         (cris_pop_frame): Ditto.
2404         * c-lang.c (scanning_macro_expansion): Ditto.
2405         (finished_macro_expansion): Ditto.
2406         (c_preprocess_and_parse): Ditto.
2407         * gdbarch.sh: Ditto.
2408         * gdbarch.h, gdbarch.c: Regenerate.
2409         * config/mn10200/tm-mn10200.h: Adjust indentation.
2410         * target.c: Adjust indentation.
2411         * symtab.h: Adjust indentation.
2412         * stabsread.h: Adjust indentation.
2413         * remote-es.c: Adjust indentation.
2414         * os9kread.c: Adjust indentation.
2415
2416 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
2417         
2418         * wince.c (_initialize_wince): Rename _initialize_inftarg.
2419         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2420
2421 2002-07-10  Grace Sainsbury  <graces@redhat.com>
2422         
2423         * NEWS: Mention m68k, mcore multi-arching.  
2424         * MAINTAINERS: Change status of m68k, mcore to reflect
2425         multi-arching.
2426
2427 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
2428
2429         * valops.c (find_overload_match): Free oload_syms.
2430
2431 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
2432
2433         Define HAVE_SYS_PROC_H if sys/proc.h exists
2434         * configure.in: Add check for sys/proc.h
2435         * config.in: Regenerate.
2436         * configure: Regenerate.
2437
2438 2002-07-09  Grace Sainsbury  <graces@redhat.com>
2439
2440         * config/m68k/tm-m68k.h: Remove macros wrapped in 
2441         #if !GDB_MULTI_ARCH. 
2442
2443 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
2444
2445         * config.in, configure: Regenerate.
2446
2447 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
2448
2449         * dwarf2cfi.c: Include "gcore.h".
2450         (execute_stack_op): Fix implementation of the
2451         DW_OP_deref and DW_OP_deref_size operators by letting do their
2452         lookup in the target.
2453
2454 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
2455
2456         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2457         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2458         tdep->sc_sp_offset.
2459
2460 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
2461
2462         Fix PR gdb/595, gdb/602
2463         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2464         Don't call value_cast, just read the vtable pointer; update comments
2465         to match.
2466
2467 2002-07-05  Grace Sainsbury  <graces@redhat.com>
2468
2469         * config/mcore/tm-mcore.h: Remove file.
2470         * config/mcore/mcore.mt: Remove definition of TM_FILE
2471         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2472
2473 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
2474
2475         * i386bsd-tdep.c: Include "gdb_string.h".
2476
2477 2002-07-04  Grace Sainsbury  <graces@redhat.com>
2478
2479         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2480         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2481         mcore-tdep.
2482         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2483         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2484         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2485         (RETVAL_REGNUM): Move macros from tm-mcore.h
2486         (mcore_reg_struct_has_addr): New function.
2487         (mcore_gdbarch_init): Added initializations for the macros removed
2488         from tm-mcore.h.
2489
2490 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2491
2492         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2493         traditonal string branding within the ELF header.
2494
2495 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
2496
2497         * symtab.c (remove_params): New function.
2498         (make_symbol_overload_list): Use it instead of cplus_demangle.
2499         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
2500
2501 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2502
2503         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2504
2505         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2506         New variables.
2507         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2508         and tdep->sigtramp_end.
2509         * i386obsd-nat.c: New file.
2510         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2511
2512         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2513         Don't call get_current_frame().
2514
2515 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2516
2517         * i386-nat.c (child_post_startup_inferior): New function
2518         calling i386_cleanup_dregs if
2519         I386_USE_GENERIC_WATCHPOINTS is defined.
2520         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2521         conditional to acknowledge that i386-nat.c has its
2522         own child_post_startup_inferior function.
2523
2524 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2525
2526         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2527         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2528         instead of MAX_REGISTER_RAW_SIZE.
2529         (i386_extract_return_value, i386_extract_struct_value_address):
2530         Convert to use regcache.
2531         (i386_gdbarch_init): Set max_register_raw_size and
2532         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2533         Set extract_return_value and extract_struct_value_address instead
2534         of their deprecated variants.
2535
2536         Convert i386 target to generic dummy frames.
2537         * i386-tdep.c: Include "symfile.h".
2538         (i386_frameless_signal_p): Consider a function to be frameless if
2539         the pc points at the first instruction of the function.
2540         (i386_frame_chain): Handle (generic) call dummies.
2541         (i386_frame_saved_pc): Likewise.
2542         (i386_frame_init_saved_regs): Remove code dealing with call
2543         dummies on the stack.
2544         (i386_push_dummy_frame): Removed.
2545         (i386_call_dummy_words): Removed.
2546         (i386_fix_call_dummy): Removed.
2547         (i386_push_return_address): New function.
2548         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
2549         parameter, and don't call get_current_frame.
2550         (i386_pop_frame): New function.
2551         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2552         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2553         entry_point_address, set call_dummy_breakpoint_offset to 0, set
2554         call_dummy_length to 0, set call_dummy_words to NULL, set
2555         sizeof_call_dummy_words to 0, set fix_call_dummy to
2556         generic_fix_call_dummy, set pc_in_call_dummy to
2557         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2558         generic_push_dummy_frame, set push_return_address to
2559         i386_push_return_address and set frame_chain_valid to
2560         generic_file_frame_chain_valid.
2561
2562 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2563
2564         * gdbarch.sh (struct regcache): Add opaque declaration.
2565         (EXTRACT_RETURN_VALUE): New architecture method.
2566         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2567         * gdbarch.h, gdbarch.c: Regenerate.
2568         * arch-utils.c (legacy_extract_return_value): New function.
2569         * arch-utils.h (legacy_extract_return_value): Declare.
2570         * values.c (value_being_returned): Re-enable code handling
2571         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
2572         deprecated_grub_regcache_for_registers call to block handling
2573         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2574         (EXTRACT_RETURN_VALUE): Do not define.
2575
2576 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2577
2578         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2579         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2580         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2581         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2582         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2583         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2584         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2585         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2586         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2587         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2588         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2589         argument so the function fits the prototype in the architecture
2590         vector.
2591         (mcore_pop_frame): Remove argument so the function fits the
2592         prototype. Use get_current_frame instead of the argument.
2593         (mcore_push_arguments): Change type of struct_return so the
2594         function can be used in the architecture vector.
2595         (mcore_store_struct_return): Add.
2596         (mcore_frame_init_saved_regs): Add.
2597         (mcore_gdbarch_init): Add function calls to replace the macros
2598         removed from tm-mcore.h
2599
2600 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2601
2602         * infcmd.c (print_return_value): Remove compatibility code calling
2603         deprecated_grub_regcache_for_registers.
2604         
2605         * values.c: Include "regcache.h".
2606         (value_being_returned): Update.  Use
2607         deprecated_grub_regcache_for_registers to extract the register
2608         buffer address.  
2609         * value.h (value_being_returned): Change ``retbuf'' parameter to a
2610         ``struct regcache''.
2611         * Makefile.in (values.o): Add dependency on $(regcache_h).
2612
2613         * inferior.h (run_stack_dummy): Change type of second parameter to
2614         a ``struct regcache''.
2615         * valops.c (hand_function_call): Change type of retbuf to ``struct
2616         regcache''.  Allocate using regcache_xmalloc, clean using
2617         make_cleanup_regcache_xfree.
2618         * infcmd.c (run_stack_dummy): Update.  Use
2619         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2620
2621         * regcache.c (do_regcache_xfree): New function.
2622         (make_cleanup_regcache_xfree): New function.
2623         * regcache.h (make_cleanup_regcache_xfree): Declare.
2624
2625 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2626
2627         * event-top.c (command_line_handler): Don't read past
2628         beginning of buffer.
2629
2630 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2631         
2632         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
2633         struct frame_id. 
2634         (varobj_create): Store frame_id for root.
2635         (varobj_gen_name): Use xasprintf.
2636         (varobj_update): Save and restore frame using get_frame_id() and
2637         frame_find_by_id().
2638         (create_child): Use xasprintf.
2639         (new_root_variable): Initialize frame_id.
2640         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2641         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2642         to prevent memory leak.
2643
2644 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2645
2646         * valops.c (hand_function_call): Move declaration of retbuf to
2647         start of function, allocate using malloc, add a cleanup but before
2648         the inf_status cleanup, cleanup the buffer.  Rename local variable
2649         old_chain to inf_status_cleanup.
2650
2651 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2652
2653         * top.c (execute_command): Use cmd_func() and cmd_func_p().
2654
2655         * cli/cli-decode.c (cmd_func_p): New function.
2656         (cmd_func): New function.
2657
2658         * command.h: Add cmd_func() and cmd_func_p().   
2659         
2660 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2661
2662         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2663         (REGISTER_SIZE): Remove.
2664         (MAX_REGISTER_RAW_SIZE): Remove.
2665         (REGISTER_VIRTUAL_TYPE): Remove.
2666         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2667         (REGISTER_NAME): Remove.
2668         (USE_GENERIC_DUMMY_FRAMES): Remove.
2669         (CALL_DUMMY): Remove.
2670         (CALL_DUMMY_START_OFFSET): Remove.
2671         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2672         (CALL_DUMMY_LOCATION): Remove.
2673         (FIX_CALL_DUMMY): Remove.
2674         (CALL_DUMMY_ADDRESS): Remove.
2675         (SIZEOF_CALL_DUMMY_WORDS): Remove.
2676         (SAVE_DUMMY_FRAME_TOS): Remove.
2677         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2678         (mcore_register_virtual_type): New function.
2679         (mcore_register_byte): New function.
2680         (mcore_register_size): New function.
2681         (mcore_register_name): New function.
2682         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2683         macros removed from tm-mcore.h.
2684         (mcore_dump_tdep): Add.
2685         (_initialize_mcore_tdep): Add gdbarch_register call.
2686
2687 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
2688
2689         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2690         frameless_look_for_prologue, such that we actually call this
2691         function.
2692
2693 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2694
2695         * frame.h (frame_address_in_block): New function.
2696
2697         * blockframe.c (frame_address_in_block): New function extracted
2698         from get_frame_block().
2699         (get_frame_block): Use frame_address_in_block().
2700         (block_innermost_frame): Use frame_address_in_block() to match
2701         the frame pc address against the block boundaries rather than
2702         the frame pc directly. This prevents a failure when a frame pc
2703         is actually a return-address pointing immediately after the end
2704         of the given block. 
2705
2706 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2707
2708         * MAINTAINERS: Add self under write after approval. 
2709
2710 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2711
2712         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2713         used in architecture vector. The default is
2714         m68k_local_breakpoint_from_pc.
2715         (m68k_local_breakpoint_from_pc): Add.
2716         (enum): Add register numbers from tm-m68k.h.
2717         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2718         vector.  
2719         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2720         GDB_MULTI_ARCH_PARTIAL.
2721         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2722         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2723         m68k-tdep.c.
2724         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2725         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2726         to enum in m68k-tdep.c
2727
2728 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2729
2730         * solib-osf.c (open_map): Compute the list of shared libraries
2731         loaded by the inferior, rather than the list of libraries loaded
2732         by GDB itself.  Otherwise, GDB ends up reading the symbols from
2733         the wrong shared libraries...
2734
2735 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
2736
2737         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2738         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2739         macros.
2740         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2741         Remove functions.
2742         (FRAMELESS_SIGNAL): Remove function.
2743         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2744         i386_linux_saved_pc_after_call): Removed.
2745         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2746         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
2747         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2748
2749         * i386-tdep.c (i386_frameless_signal_p): New function.
2750         (i386_frame_chain): Deal with frameless signals.
2751         (i386_sigtramp_saved_sp): New function.
2752         (i386_frame_saved_pc): Deal with frameless signals.
2753         (i386_saved_pc_after_call): Make sure the correct value is
2754         returned just after entry into a sigtramp.
2755         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2756         i386fbsd4_sc_sp_offset): New variables.
2757         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2758         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
2759         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2760         similiar to what we already did for sc_pc_offset.
2761         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2762         tdep->sc_sp_offset.
2763
2764         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2765
2766 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
2767
2768         * config/i386/tm-x86-64linux.h: New.
2769         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2770         definitions.
2771         * config/i386/nm-x86-64.h: Rename to ...
2772         * config/i386/nm-x86-64linux.h: ... this one.
2773         * config/i386/x86-64linux.mh: Reflect the above change.
2774         
2775 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
2776
2777         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2778         with sigcontext_addr.  Add sc_sp_offset.
2779         (i386bsd_sigtramp_saved_pc): Remove prototype.
2780         (i386bsd_sicontext_addr): Add prototype.
2781         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2782         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2783         (i386_svr4_sigtramp_saved_pc): Removed.
2784         (i386_svr4_sigcontext_addr): New function.
2785         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2786         Initialize tdep->sigcontext_addr instead.  Initialize
2787         tdep->sc_pc_offset and tdep->sc_sp_offset.
2788         (i386_gdbarch_init): Likewise.
2789         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2790         any more.
2791         (i386bsd_sigtramp_saved_pc): Remove function.
2792         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2793         Initialize tdep->sigcontext_addr instead.  Initialize
2794         tdep->sc_pc_offset.
2795         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2796         of tdep->sigtramp_saved_pc.
2797         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2798         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
2799         instead.
2800
2801         * i386-tdep.c (i386_frameless_function_invocation,
2802         i386_frame_num_args, i386_frame_init_saved_regs,
2803         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2804         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2805         i386_extract_return_value, i386_store_return_value,
2806         i386_extract_struct_value_address, i386_register_virtual_type,
2807         i386_register_convertible, i386_register_convert_to_virtual,
2808         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2809         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2810         static.
2811
2812 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
2813
2814         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2815
2816         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2817         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2818         this macro.  Include "value.h".
2819
2820 2002-06-30  Aidan Skinner  <aidan@velvet.net>
2821
2822         * ada-exp.tab.c: remove as it's a generated file
2823         * ada-lex.c: remove as it's a generated file
2824                 
2825 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
2826
2827         * config/i386/tm-i386.h (struct frame_info, struct
2828         frame_saved_regs, struct value, struct type): Remove forward
2829         declarations.
2830
2831         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2832         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2833         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2834         (FILL_FPXREGSET): Define.
2835
2836         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2837
2838         * configure.tgt (i[3456]86-*-openbsd*): Fold into
2839         i[3456]86-*-netbsd* case.
2840         * config/i386/tm-obsd.h: Removed.
2841         * config/i386/obsd.mt: Removed.
2842         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2843         core-aout.o.
2844         (MH_CFLAGS): Add -DYYDEBUG=0.
2845
2846         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2847         i386nbsd_sc_pc_offset on OpenBSD too.
2848
2849         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2850         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2851         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2852         define.
2853         * i386bsd-tdep.c: Include "arch-utils.h".
2854         (i386bsd_aout_in_solib_call_trampoline): New function.
2855         (i386bsd_init_abi): Set in_solib_call_trampoline to
2856         i386bsd_aout_in_solib_call_trampoline.
2857         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2858         in_solib_call_trampoline to generic_in_solib_call_trampoline.
2859
2860 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2861
2862         * macrotab.h: Do not include "obstack.h" or "bcache.h".
2863         (struct obstack, struct bcache): Add opaque declarations.
2864         * Makefile.in (macrotab_h): Update
2865
2866 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2867
2868         * blockframe.c (generic_find_dummy_frame): Change return type to
2869         ``struct regcache''.
2870         (struct dummy_frame): Replace field ``registers'' with regcache, a
2871         struct regcache object.
2872         (generic_find_dummy_frame): Update.
2873         (generic_push_dummy_frame): Update.  Use regcache_xfree,
2874         regcache_xmalloc and regcache_cpy.
2875         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
2876         regcache_xfree.
2877         (deprecated_generic_find_dummy_frame): Update.
2878         (generic_read_register_dummy): Update.  Use
2879         regcache_read_as_address.
2880         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
2881         (generic_get_saved_register): Update.  Use regcache_read.
2882
2883 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2884
2885         * Makefile.in (objfiles_h): Add $(bcache_h).
2886         * objfiles.h: Include "bcache.h".
2887
2888         * Makefile.in (symtab_h): Remove $(bcache_h).
2889         * symtab.h: Do not include "bcache.h".
2890
2891 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2892
2893         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2894         generic_func_frame_chain_valid.
2895
2896 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
2897
2898         * config/i386/nm-fbsd.h: Include <sys/param.h>.
2899         * config/i386/tm-fbsd.h: Likewise.
2900
2901 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2902
2903         * rs6000-tdep.c (rs6000_gdbarch_init): Use
2904         generic_unwind_get_saved_register.
2905
2906 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
2907
2908         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2909         * regcache.c (supply_register): Add missing argument to
2910         register_buffer call.
2911
2912 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
2913
2914         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
2915         Solaris /bin/grep does not not like it.  From Peter Schauer.
2916
2917 2002-06-26  Tom Tromey  <tromey@redhat.com>
2918
2919         * command.h (add_setshow_cmd): Declare.
2920         (add_setshow_cmd_full): Declare.
2921         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
2922         returns void.  Use add_setshow_cmd_full.
2923         (add_setshow_cmd_full): New function.
2924         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2925         (add_setshow_boolean_cmd): Likewise.
2926
2927 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
2928
2929         * config/vax/tm-vax.h: Protect from multiple inclusion.
2930         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2931         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2932         * config/vax/tm-vaxbsd.h: ...here.  New file.
2933         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2934
2935 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
2936
2937         * config/vax/tm-vax.h (BREAKPOINT): Remove.
2938         (BELIEVE_PCC_PROMOTION): Remove.
2939         (AP_REGNUM): Move to...
2940         * config/vax/nm-vax.h: ...here.
2941         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2942         (vax_breakpoint_from_pc): New function.
2943         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2944         and gdbarch_believe_pcc_promotion.
2945
2946 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
2947
2948         * Makefile.in (vax_tdep_h): Define.  
2949         (vax-tdep.o): Use $(vax_tdep_h).
2950         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2951         (vax_dump_tdep): New function. 
2952         (_initialize_vax_tdep): Register vax_dump_tdep.
2953         * vax-tdep.h: Include osabi.h.     
2954         (struct gdbarch_tdep): New. 
2955
2956 2002-06-26  Andrew Cagney  <cagney@redhat.com>
2957
2958         * frame.h (deprecated_generic_find_dummy_frame): Rename
2959         generic_find_dummy_frame.
2960         * blockframe.c (generic_find_dummy_frame): Make static.
2961         (deprecated_generic_find_dummy_frame): New function.
2962         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2963         generic_find_dummy_frame with deprecated_find_dummy_frame.
2964         (sh64_nofp_frame_init_saved_regs): Ditto.
2965         (sh_fp_frame_init_saved_regs): Ditto.
2966         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2967         (s390_frame_chain): Ditto.
2968         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2969
2970 2002-06-26  Grace Sainsbury  <graces@redhat.com>
2971
2972         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2973         gdbarch vector are at the top.
2974         (NUM_REGS): Remove.
2975         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2976         (FRAME_ARGS_ADDRESS): Remove.
2977         (FRAME_LOCALS_ADDRESS): Remove.
2978         (FRAME_NUM_ARGS): Remove.
2979         (FRAME_ARGS_SKIP): Remove.  
2980         * m68k-tdep.c (enum): Add eumeration of special register numbers.
2981         (m68k_gdbarch_init): Add gdbarch initializations for macros
2982         undefined in tm-m68k.h
2983
2984 2002-06-26  Grace Sainsbury  <graces@redhat.com>
2985
2986         * monitor.h: Add the function regname to monitor_ops
2987         structure. This way NUM_REGS does not have to be a constant.
2988         * monitor.c (monitor_fetch_register): Added support for regname
2989         function. The function is called if the array regnames is NULL.
2990         (monitor_store_register): Same.
2991         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2992         regnames array.
2993         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2994         cpu32bug_cmds.regname to point to new function.
2995         * abug-rom.c (abug_regname): Same as above.
2996         (init_abug_cmds): Same.
2997         * dbug-rom.c (dbug_regname): Same as above.
2998         (init_dbug_cmds): Same.
2999         * remote-est.c (est_regname): Same. 
3000         (init_est_cmds): Same.
3001         * rom68k-rom.c (rom68k_regname): Same. 
3002         (init_rom68k_cmds): Same.
3003
3004 2002-06-25  Tom Tromey  <tromey@redhat.com>
3005
3006         * breakpoint.c (delete_command): Don't repeat `delete' commands.
3007
3008 2002-06-25  Andrew Cagney  <cagney@redhat.com>
3009
3010         * infrun.c (stop_registers): Change variable's type to ``struct
3011         regcache'''.
3012         (xmalloc_inferior_status): Delete function.
3013         (free_inferior_status): Delete function.
3014         (normal_stop): Use regcache_cpy.
3015         (struct inferior_status): Change type of fields ``stop_registers''
3016         and ``registers'' to ``struct regcache''.
3017         (write_inferior_status_register): Use regcache_write.
3018         (save_inferior_status): Instead of calling
3019         xmalloc_inferior_status, allocate the inf_status buffer directly.
3020         Use regcache_dup_no_passthrough and regcache_dup to save the
3021         buffers.
3022         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3023         Replace the stop_registers regcache instead of overriding it.  Use
3024         regcache_xfree.  Instead of calling free_inferior_status, xfree
3025         the buffer directly.
3026         (discard_inferior_status): Use regcache_xfree.  Instead of calling
3027         free_inferior_status, xfree the buffer directly.
3028         (build_infrun): Use regcache_xmalloc.
3029         (_initialize_infrun): Delete redundant call to build_infrun.
3030
3031         * Makefile.in (infcmd.o): Add $(regcache_h).
3032
3033         * infcmd.c: Include "regcache.h".
3034         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3035         obtain the address of `stop_registers' register buffer.
3036         (print_return_value): Ditto.
3037
3038         * inferior.h (struct regcache): Add opaque declaration.
3039         (stop_registers): Change variable's declared type to ``struct
3040         regcache''.
3041
3042 2002-06-24  Tom Tromey  <tromey@redhat.com>
3043
3044         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3045         * target.c (initialize_targets): Fixed typo in
3046         trust-readonly-sections `show' documentation.
3047
3048         * main.c: Marked all strings with _().
3049
3050 2002-06-24  Don Howard  <dhoward@redhat.com>
3051
3052         * memattr.c (create_mem_region): Treat hi == 0 as a special case
3053         that means max CORE_ADDR+1.
3054         (lookup_mem_region): Ditto.
3055         (mem_info_command): Ditto.
3056
3057 2002-06-24  Grace Sainsbury  <graces@redhat.com>
3058
3059         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3060         (REGISTER_BYTES_OK): Remove.
3061         (REGISTER_BYTES): Remove.
3062         (STORE_STRUCT_RETURN): Remove.
3063         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3064         (STORE_RETURN_VALUE): Remove.
3065         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3066         (FRAME_CHAIN): Remove.
3067         (FRAMELESS_FUNCTION_INVOCATION): Remove.
3068         (FRAME_SAVED_PC): Remove.  
3069         * m68k-tdep.c (m68k_register_bytes_ok):Add.
3070         (m68k_store_struct_return): Add.
3071         (m68k_deprecated_extract_return_value): Add.
3072         (m68k_deprecated_extract_struct_value_address): Add.
3073         (m68k_store_return_value): Add.
3074         (m68k_frame_chain): Add.
3075         (m68k_frameless_function_invocation): Add.
3076         (m68k_frame_saved_pc): Add.
3077         (m68k_gdbarch_init): added set_gdbarch calls for new 
3078         functions and deleted macros.
3079
3080 2002-06-23  Tom Tromey  <tromey@redhat.com>
3081
3082         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3083         (ALLDEPFILES): Likewise.
3084         (udiheaders): Removed.
3085         (udip2soc.o): Likewise.
3086         (udi2go32.o): Likewise.
3087         (udr.o): Likewise.
3088         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3089
3090 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
3091
3092         * infrun.c (_initialize_infrun): Delete unnecessary call to
3093         build_infrun.
3094
3095         * regcache.h: Update comments describing the regcache_cpy family
3096         of functions.
3097         (regcache_save, regcache_restore): Delete declaration.
3098         (regcache_save_no_passthrough): Delete declaration.
3099         (regcache_restore_no_passthrough): Delete declaration.
3100         * regcache.c (regcache_save): Delete function.
3101         (regcache_save_no_passthrough): Delete function.
3102         (regcache_restore): Delete function.
3103         (regcache_restore_no_passthrough): Delete function.
3104
3105 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
3106
3107         * config/m68k/tm-m68k.h: Fix typo.
3108         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3109         (m68k_frame_init_saved_regs): Declare.
3110
3111 2002-06-21  Jim Blandy  <jimb@redhat.com>
3112
3113         Remove some vestiges of Harris 88k support.
3114         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3115         register numbering quirk.
3116         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3117         odd symbols occurring in Harris 88k ELF targets.
3118
3119 2002-06-21  Tom Tromey  <tromey@redhat.com>
3120
3121         * gdb_locale.h: New file.
3122         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3123         (defs_h): Added gdb_locale.h.
3124         * configure, config.in: Rebuilt.
3125         * configure.in (PACKAGE): Define.
3126         * defs.h: Include gdb_locale.h.
3127         * main.c (captured_main): Call setlocale, bindtextdomain,
3128         textdomain.
3129
3130 2002-06-21  Dave Brolley  <brolley@redhat.com>
3131
3132         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3133         * config/frv/frv.mt: New file.
3134         * config/frv/tm-frv.h: New file.
3135         * configure.tgt: Support frv-*-*.
3136         * Makefile.in (frv-tdep.o): New target.
3137         * frv-tdep.c: New file.
3138         * NEWS: Mention frv.
3139
3140 2002-06-21  Dave Brolley  <brolley@redhat.com>
3141
3142         * MAINTAINERS: Add self to "Write After Approval" list.
3143
3144 2002-06-21  Grace Sainsbury  <graces@redhat.com>
3145
3146         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3147         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3148         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3149         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3150         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3151
3152         * m68k-tdep.c: Include arch-utils.h
3153         (m68k_register_raw_size): Add.
3154         (m68k_register_virtual_size): Add.
3155         (m68k_register_virtual_type): Add.
3156         (m68k_register_name): Add.
3157         (m68k_stack_align): Add.
3158         (m68k_register_byte): Add.
3159         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3160         tm-m68k.h.
3161
3162 2002-06-21  Grace Sainsbury  <graces@redhat.com>
3163
3164         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3165         m68k_find_saved_regs.
3166         (m68k_pop_frame): Removed saved_regs structure, and replaced
3167         references to it with frame->saved_regs.
3168         (m68k_gdbarch_init): Added function calls to initialize the
3169         gdbarch structure.
3170         (m68k_fix_call_dummy): Add. 
3171         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3172         (CALL_DUMMY): Remove.
3173         (CALL_DUMMY_LENGTH): Remove.
3174         (CALL_DUMMY_START_OFFSET): Remove.
3175         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3176         (FIX_CALL_DUMMY): Remove.
3177         (PUSH_DUMMY_FRAME): Remove.
3178         (POP_FRAME): Remove.
3179
3180 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3181
3182         * parse.c (parse_fprintf): New function used to avoid calls to
3183         fprintf in bison parser generated debug code.
3184         * parser-defs.h: Declaration of new parse_fprintf function.
3185         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3186         Set YYDEBUG to 1 by default.
3187         Set YYFPRINTF as parse_fprintf.
3188
3189 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
3190
3191         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
3192         encoding anymore.
3193         (pointer_encoding, enum ptr_encoding): New.
3194         (execute_cfa_program): Take care about pointer encoding.        
3195         (dwarf2_build_frame_info): Only call parse_frame_info for 
3196         .debug_frame and .eh_frame.
3197         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3198         fixed augmentation handling, added relative addressing, 
3199         ignore duplicate FDEs. Added comments.
3200         * dwarf2cfi.c: Reindented.
3201         
3202 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
3203
3204         * event-top.c (command_handler): Don't use space_at_cmd_start
3205         unless there is sbrk() on the host. Assign time and space data
3206         to union fields of the appropriate length.
3207
3208 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
3209
3210         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
3211         x86_64_register_name. Return type changed to 'const char *'.
3212         (x86_64_register_name2nr): Rename to x86_64_register_number.
3213         (x86_64_gdbarch_init): Update to reflect the change.
3214         * x86-64-tdep.h: Ditto.
3215         * x86-64-linux-nat.c (x86_64_fxsave_offset)
3216         (supply_fpregset): Ditto.
3217
3218 2002-06-19  Andrew Cagney  <cagney@redhat.com>
3219
3220         * regcache.h: Update copyright.
3221         (struct regcache, struct gdbarch): Add opaque declarations.
3222         (current_regcache): Declare global variable.
3223         (regcache_read, regcache_write): Add gdbarch parameter.
3224         (regcache_save, regcache_save_no_passthrough)
3225         (regcache_restore, regcache_restore_no_passthrough)
3226         (regcache_dup, regcache_dup_no_passthrough)
3227         (regcache_cpy, regcache_cpy_no_passthrough)
3228         (deprecated_grub_regcache_for_registers)
3229         (deprecated_grub_regcache_for_register_valid)
3230         (regcache_valid_p): Add function declarations.
3231         
3232         * regcache.c: Update copyright.
3233         (regcache_descr_handle): New global variable.
3234         (struct regcache_descr): Define.
3235         (init_legacy_regcache_descr, init_regcache_descr): New functions.
3236         (regcache_descr, xfree_regcache_descr): New functions.
3237         (struct regcache): Define.
3238         (regcache_xmalloc, regcache_xfree): New functions.
3239         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3240         (regcache_dup, regcache_dup_no_passthrough): New functions.
3241         (regcache_valid_p, regcache_read_as_address): New functions.
3242         (deprecated_grub_regcache_for_registers): New function.
3243         (deprecated_grub_regcache_for_register_valid): New function.
3244         (current_regcache): New global variable.
3245         (register_buffer): Add regcache parameter.  Update calls.
3246         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
3247         (read_register_gen, write_register_gen): Update register_buffer
3248         call.  Test for legacy_p instead of gdbarch_register_read_p or
3249         gdbarch_register_write_p.
3250         (regcache_collect): Update register_buffer call.
3251         (build_regcache): Rewrite.  Use deprecated grub functions.
3252         (regcache_save, regcache_save_no_passthrough): New functions.
3253         (regcache_restore, regcache_restore_no_passthrough): New
3254         functions.
3255         (_initialize_regcache): Create the regcache_data_handle. Swap
3256         current_regcache global variable.
3257         
3258         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3259         parameter to regcache_read and regcache_write calls.
3260         (sh4_register_read): Ditto.
3261         (sh64_pseudo_register_read): Ditto.
3262         (sh64_register_read): Ditto.
3263         (sh_pseudo_register_write): Ditto.
3264         (sh4_register_write): Ditto.
3265         (sh64_pseudo_register_write): Ditto.
3266         (sh64_register_write): Ditto.
3267
3268         * defs.h (XCALLOC): Define.
3269
3270 2002-06-19  Grace Sainsbury  <graces@redhat.com>
3271
3272         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3273         * m68k-tdep.c (m68k_gdbarch_init): Added.
3274         (m68k_dump_tdep): Added.
3275
3276 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
3277
3278         * ada-lang.c (fill_in_ada_prototype): Update comment.
3279
3280 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
3281
3282         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
3283         MIPS_ABI_LAST.
3284         (mips_abi_string, mips_abi_strings): New.
3285         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3286         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
3287         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
3288         O32 if no ABI is found.
3289         (mips_dump_tdep): Use mips_abi_strings.
3290         (mips_abi_update): New function.
3291         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
3292         ``set mips abi'' and ``show mips abi''.  Check the size of
3293         mips_abi_strings.
3294
3295 2002-06-19  Andrew Cagney  <cagney@redhat.com>
3296
3297         * i386-linux-tdep.c (i386_linux_register_name): Make return type
3298         constant.
3299
3300 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
3301
3302         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
3303         current frame using only the first stack size adjustment. All
3304         subsequent size adjustments are not considered to be part of
3305         the "static" part of the current frame.
3306         Compute the address of the saved registers relative to the
3307         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3308         in use in this frame.
3309
3310 2002-06-18  Don Howard  <dhoward@redhat.com>
3311  
3312         * valops.c (value_ind): Use value_at_lazy() when dereferencing
3313         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
3314         suggesting this solution.
3315
3316 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
3317
3318         * config/romp/xm-rtbsd.h: Delete file.
3319         * config/romp/rtbsd.mh: Delete file.
3320
3321 2002-06-18  Keith Seitz  <keiths@redhat.com>
3322
3323         * breakpoint.c (condition_command): Post breakpoint_modify
3324         when a condition is added to an existing breakpoint.
3325         (commands_command): Likewise for commands.
3326         (set_ignore_count): Likewise for ignore counts.
3327         If no tty, do not simply return, still need to send event
3328         notification.
3329         (ignore_command): Only print a newline if the command came
3330         from a tty.
3331         Don't call breakpoints_changed, since this is now properly
3332         handled by set_ignore_count.
3333
3334 2002-06-18  Andrew Cagney  <cagney@redhat.com>
3335
3336         * MAINTAINERS: Note that cris-elf target can be compiled with
3337         -Werror.
3338         * cris-tdep.c (cris_register_name): Make return type constant.
3339         (cris_breakpoint_from_pc): Ditto.
3340
3341 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
3342
3343         * frame.h (struct frame_info): Change type of context to 
3344         'struct context'.
3345
3346 2002-06-17  Andrew Cagney  <cagney@redhat.com>
3347
3348         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3349         pointer.
3350         * gdbarch.h, gdbarch.c: Regenerate.
3351         * config/mips/tm-mips.h (mips_register_name): Update.
3352         * i386-tdep.h (i386_register_name): Update.
3353         * mips-tdep.c (mips_register_name): Update
3354         * alpha-tdep.c (alpha_register_name): Update.
3355         * arch-utils.c (legacy_register_name): Update.
3356         * arch-utils.h (legacy_register_name): Update.
3357         * avr-tdep.c (avr_register_name): Update.
3358         * ia64-tdep.c (ia64_register_name): Update.
3359         * i386-tdep.c (i386_register_name): Update.
3360         * sparc-tdep.c (sparc32_register_name): Update.
3361         (sparc64_register_name): Update.
3362         (sparclite_register_name): Update.
3363         (sparclet_register_name): Update.
3364         * sh-tdep.c (sh_generic_register_name): Update.
3365         (sh_sh_register_name): Update.
3366         (sh_sh3_register_name): Update.
3367         (sh_sh3e_register_name): Update.
3368         (sh_sh_dsp_register_name): Update.
3369         (sh_sh3_dsp_register_name): Update.
3370         (sh_sh4_register_name): Update.
3371         (sh_sh64_register_name): Update.
3372         * s390-tdep.c (s390_register_name): Update.
3373         * rs6000-tdep.c (rs6000_register_name): Update.
3374         * ns32k-tdep.c (ns32k_register_name_32082): Update.
3375         (ns32k_register_name_32382): Update.
3376         * d10v-tdep.c (d10v_ts2_register_name): Update.
3377         (d10v_ts3_register_name): Update.
3378         * xstormy16-tdep.c (xstormy16_register_name): Update.
3379         * vax-tdep.c (vax_register_name): Update.
3380         * v850-tdep.c (v850_register_name): Update.
3381         * m68hc11-tdep.c (m68hc11_register_name): Update.
3382         * mn10300-tdep.c (mn10300_generic_register_name): Update.
3383         (am33_register_name): Update.
3384
3385 2002-06-17  Grace Sainsbury  <graces@redhat.com>
3386
3387         * m68k-tdep.c: Reindented.
3388
3389 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
3390
3391         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3392         list of predefined types.
3393
3394 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
3395
3396         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3397         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3398         REGISTER_CONVERT_TO_RAW): Remove defines.
3399         (i386_register_virtual_type, i386_register_convertible,
3400         i386_register_convert_to_virtual, i386_register_convert_to_raw):
3401         Remove prototypes.
3402         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3403         macros mentioned above.
3404
3405         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3406         (i386lynx_saved_pc_after_call): Remove prototype.
3407         * i386ly-tdep.c: Include "i386-tdep.h".
3408         (i386lynx_saved_pc_after_call): Make static.  Use
3409         read_memory_nobpt instead of read_memory.  Use
3410         read_memory_unsigned_integer instead of read_memory_integer.
3411         (i386lynx_init_abi): New function.
3412         (i386lynx_coff_osabi_sniffer): New function.
3413         (_initialize_i386bsd_tdep): New function.
3414
3415         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3416         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3417         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3418         (i386_fix_call_dummy): Remove prototype.
3419         * i386-tdep.c (i386_call_dummy_words): New variable.
3420         (i386_gdbarch_init): Adjust for removal of the
3421         macros mentioned above.
3422
3423 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3424
3425         * command.h (add_setshow_auto_boolean_cmd): Replace
3426         add_set_auto_boolean_cmd.
3427         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3428         add_set_auto_boolean_cmd.
3429         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3430         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3431         mask-address'' command.
3432         (show_mask_address): Add cmd parameter.
3433         * remote.c (add_packet_config_cmd): Update.  Change type of
3434         set_func and show_func to cmd_sfunc_ftype.
3435         (_initialize_remote): Update `set remote Z-packet'
3436         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3437         (show_remote_protocol_e_packet_cmd): Ditto.
3438         (show_remote_protocol_E_packet_cmd): Ditto.
3439         (show_remote_protocol_P_packet_cmd): Ditto.
3440         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3441         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3442         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3443         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3444         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3445         (show_remote_protocol_Z_packet_cmd): Ditto.
3446         (show_remote_protocol_binary_download_cmd): Ditto.
3447         (show_remote_cmd): Pass NULL to all of above.
3448
3449 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3450
3451         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3452         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3453         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3454         POP_FRAME): Remove defines.
3455         (i386_push_arguments, i386_store_struct_return,
3456         i386_extract_return_value, i386_store_return_value,
3457         i386_extract_struct_value_address, i386_push_dummy_frame,
3458         i386_pop_frame): Renove prototypes.
3459         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3460         macros mentioned above.
3461
3462 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3463
3464         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3465         add_set_boolean_cmd.
3466         (add_setshow_cmd): New function.
3467         * command.h (add_setshow_boolean_cmd): Replace
3468         add_set_boolean_cmd.
3469         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3470         and ``set rdiromatzero''.
3471         * maint.c (_initialize_maint_cmds): Update commented out code.
3472         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3473         * target.c (initialize_targets): Update `set
3474         trust-readonly-sections'.
3475         * remote.c (_initialize_remote): Update `set remotebreak'.
3476
3477 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3478
3479         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3480         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3481         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3482         fit into multi-arch framework.
3483         (i386_breakpoint_from_pc): New function.
3484         (i386_gdbarch_init): Adjust for removal of the macros mentioned
3485         above.
3486
3487         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3488         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3489         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3490         (i386_frameless_function_invocation, i386_frame_num_args,
3491         i386_frame_init_saved_regs): Remove prototypes.
3492         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3493         macros mentioned above.
3494
3495 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3496
3497         * cli/cli-decode.c (set_cmd_cfunc): Update.
3498         (set_cmd_sfunc): Update.
3499         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3500         (set_cmd_sfunc, set_cmd_cfunc): Update.
3501         * cli/cli-decode.h: Update.
3502
3503 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3504
3505         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3506         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3507
3508 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3509
3510         * defs.h (auto_boolean): Declare enum.
3511         * command.h (cmd_auto_boolean): Delete enum.
3512         * mips-tdep.c (mask_address_var): Update.
3513         (mips_mask_address_p): Update.
3514         (show_mask_address): Update.
3515         * remote.c (struct packet_config): Update.
3516         (update_packet_config): Update.
3517         (show_packet_config_cmd): Update.
3518         (packet_ok): Update.
3519         (add_packet_config_cmd): Update.
3520         (_initialize_remote): 
3521         * command.h: Update.
3522         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3523         (do_setshow_command): Update.
3524         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3525         * cli/cli-decode.h: Update.
3526
3527 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3528
3529         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3530         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3531         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3532         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3533         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3534         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3535
3536         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3537         list of DJGPP COFF targets.
3538
3539         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3540         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3541         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3542         (FP0_REGNUM): Remove define.
3543         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3544         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3545         (i386_register_virtual_size): Remove protoype.
3546         * i386-tdep.c (i386_register_virtual_size): Removed.
3547         (i386_extract_return_value, i386_store_return_value): Use
3548         FP0_REGNUM instead of NUM_FREGS to determine whether the
3549         floating-point registers are available.
3550         (i386_gdbarch_init): Tweak FIXME about FPU registers.
3551         Adjust for removal of macros mentioned above.
3552
3553 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3554
3555         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
3556         comments.
3557         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3558         Remove prototypes.
3559         (supply_gregset, fill_gregset): Remove use of register keyword and
3560         remove declaration for regmap.  Use I386_NUM_GREGS instead of
3561         NUM_REGS and NUM_FREGS.
3562         (FPREGSET_FSAVE_OFFSET): Remove.
3563         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3564         NUM_FREGS to determine whether the floating-point registers are
3565         available.
3566
3567         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3568         gnu_store_registers): Replace usage of NUM_GREGS with
3569         I386_NUM_GREGS.
3570
3571         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3572         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3573         usage of NUM_GREGS with I386_NUM_GREGS.
3574
3575         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3576
3577         * i386bsd-nat.c: Include "i386-tdep.h".
3578         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3579         I386_NUM_GREGS.
3580
3581         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3582         and associated comment.  They no longer make any sense, since we
3583         don't use this file anymore on Linux.
3584
3585         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3586         * i386-tdep.c (i386_register_offset, i386_register_size): Use
3587         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3588         elements in these arrays.
3589         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3590         MAX_NUM_REGS.
3591
3592 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3593
3594         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3595         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3596
3597 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3598
3599         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3600         EXTRACT_RETURN_VALUE.
3601         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3602         EXTRACT_STRUCT_VALUE_ADDRESS.
3603         * gdbarch.h, gdbarch.c: Regenerate.
3604         
3605         * values.c (value_being_returned): Handle
3606         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3607         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3608
3609         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
3610         * arm-tdep.c (arm_gdbarch_init): Update.
3611         * avr-tdep.c (avr_gdbarch_init): Update.
3612         * cris-tdep.c (cris_gdbarch_init): Update.
3613         * d10v-tdep.c (d10v_gdbarch_init): Update.
3614         * ia64-tdep.c (ia64_gdbarch_init): Update.
3615         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3616         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3617         * s390-tdep.c (s390_gdbarch_init): Update.
3618         * sh-tdep.c (sh_gdbarch_init): Update.
3619         * s390-tdep.c (s390_gdbarch_init): Update.
3620         * sparc-tdep.c (sparc_gdbarch_init): Update.
3621         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3622         * v850-tdep.c (v850_gdbarch_init): Update.
3623         * vax-tdep.c (vax_gdbarch_init): Update.
3624         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3625         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3626
3627         * config/arc/tm-arc.h: Update.
3628         * config/d30v/tm-d30v.h: Update.
3629         * config/fr30/tm-fr30.h: Update.
3630         * config/h8300/tm-h8300.h: Update.
3631         * config/h8500/tm-h8500.h: Update.
3632         * config/i386/tm-i386.h: Update.
3633         * config/i386/tm-ptx.h: Update.
3634         * config/i386/tm-symmetry.h: Update.
3635         * config/i960/tm-i960.h: Update.
3636         * config/m32r/tm-m32r.h: Update.
3637         * config/m68k/tm-delta68.h: Update.
3638         * config/m68k/tm-linux.h: Update.
3639         * config/m68k/tm-m68k.h: Update.
3640         * config/m88k/tm-m88k.h: Update.
3641         * config/mcore/tm-mcore.h: Update.
3642         * config/mips/tm-mips.h: Update.
3643         * config/mn10200/tm-mn10200.h: Update.
3644         * config/pa/tm-hppa.h: Update.
3645         * config/pa/tm-hppa64.h: Update.
3646         * config/sparc/tm-sp64.h: Update.
3647         * config/sparc/tm-sparc.h: Update.
3648         * config/sparc/tm-sparclet.h: Update.
3649         * config/z8k/tm-z8k.h: Update.
3650
3651 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3652
3653         * Makefile.in (i386_linux_tdep_h): Define.
3654         (i386_tdep_h, i387_tdep_h): Define.
3655         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3656         $(i386_tdep_h) and $(i387_tdep_h).
3657         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3658
3659 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
3660
3661         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3662         Already covered by the default.
3663
3664         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3665         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
3666         (i386_gdbarch_init): Initialize long_double_format and long_double
3667         bit.
3668
3669         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3670         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
3671         Move these to ...
3672         * config/i386/i386sol2.mh: ... here.
3673         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3674         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3675         (SIGCONTEXT_PC_OFFSET): Remove define.
3676         (IN_SIGTRAMP): Remove define.
3677         * i386-sol2-tdep.c: New file.
3678         
3679         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3680         * config/i386/tm-i386nw.h: Removed.
3681
3682         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3683         USE_STRUCT_CONVENTION): Remove defines.
3684         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3685         (get_longjmp_target): Remove prototype.
3686         (IN_SIGTRAMP): Remove define.
3687         (i386bsd_in_sigtramp): Remove prototype.
3688         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3689         function.  Update comment accordingly
3690         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3691         (FRAME_SAVED_PC): Remove define.
3692         (i386bsd_frame_saved_pc): Remove prototype.
3693         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3694         GET_LONGJMP_TARGET): Remove defines.
3695         (get_longjmp_target): Remove prototype.
3696         (IN_SIGTRAMP): Remove define.
3697         (i386bsd_in_sigtramp): Remove prototype.
3698         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3699         function.  Update comment accordingly
3700         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3701         (FRAME_SAVED_PC): Remove define.
3702         (i386bsd_frame_saved_pc): Remove prototype.
3703         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3704         Remove prototype.
3705         (USE_STRUCT_CONVENTION): Remove prototype.
3706         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3707         declaration.
3708         (_initialize_i386bsd_nat): Revise logic to determine some
3709         constants at compile time when compiling a native GDB.  Warn if
3710         things don't match up with what we expect.
3711         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3712         Remove variables.
3713         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
3714         to use date stored in `struct gdbarch_tdep'.
3715         (i386bsd_sigcontext_offset): Remove varaible.
3716         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
3717         stored in `struct gdbarch_tdep'.
3718         (i386bsd_frame_saved_pc): Make static.
3719         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3720         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3721         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3722         i386fbsd4_sc_pc_offset): New variables.
3723         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3724         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3725         functions.
3726         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3727         functions.
3728         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3729         Modify the value of i386fbsd_sigtramp_start and
3730         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3731         i386fbsd_sigtramp_end.
3732         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3733         function.
3734
3735         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3736         define to i386-linux-tdep.h.
3737         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3738         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3739         defines.
3740         (i386_linux_register_name, i386_linux_register_byte,
3741         i386_linux_register_raw_size): Remove prototypes.
3742         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3743         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3744         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3745         TARGET_WRITE_PC): Remove defines.
3746         (i386_linux_in_sigtramp, i386_linux_frame_chain,
3747         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3748         i386_linux_write_pc): Remove prototypes.
3749         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3750         (get_longjmp_target): Remove prototype.
3751         * i386-linux-tdep.h: New file.
3752         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3753         * i386-linux-tdep.c: Include "i386-tdep.h" and
3754         "i386-linux-tdep.h".
3755         (i386_linux_register_name, i386_linux_register_byte,
3756         i386_linux_register_raw_size, i386_linux_in_sigtramp,
3757         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3758         Make static.
3759         (i386_linux_init_abi): New function.
3760         (_initialize_i386_linux_tdep): New function.
3761
3762         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3763         (i386_saved_pc_after_call): Remove prototype.
3764         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3765         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3766         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3767         (i386_register_name, i386_stab_reg_to_regnum,
3768         i386_dwarf_reg_to_regnum): Remove prototypes.
3769         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3770         SIZEOF_SSE_REGS): Remove defines.
3771         (REGISTER_BYTES): Remove define.
3772         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3773         (i386_register_byte, i386_register_raw_size): Remove prototypes.
3774         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3775         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3776         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3777         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3778         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3779         (get_longjmp_target): Remove prototype.
3780         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3781         (sigtramp_saved_pc): Remove define.
3782         (i386v4_sigtramp_saved_pc): Remove prototype.
3783         * config/i386/tm-go32.h (FRAME_CHAIN,
3784         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3785         (i386go32_frame_saved_pc): Remove prototype.
3786         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3787         (get_longjmp_target): Remove prototype.
3788         * i386-tdep.h: Include "osabi.h".
3789         (enum i386_abi): Removed.
3790         (enum struct_return): New enum.
3791         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3792         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3793         sc_pc_offset members.
3794         (i386_gdbarch_register_os_abi): Remove prototype.
3795         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3796         I386_SSE_NUM_REGS): New defines.
3797         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3798         I386_SSE_SIZEOF_REGS): New defines.
3799         (i386_register_name, i386_register_byte, i386_register_raw_size):
3800         New prototypes.
3801         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3802         (i386bsd_sigtramp_saved_pc): New prototype.
3803         * i386-tdep.c: Don't include "elf-bfd.h".
3804         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3805         i386_frame_chain, i386_saved_pc_after_call): Make static.
3806         (i386_frame_saved_pc): Rewrite to call architecture dependent
3807         function to deal with signal handlers.  Make static.
3808         (i386go32_frame_saved_pc): Removed.
3809         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3810         Removed.
3811         (i386_get_longjmp_target): New function.
3812         (default_struct_convention, pcc_struct_convention,
3813         reg_struct_convention, valid_conventions, struct_convention): New
3814         variables.
3815         (i386_use_struct_convention): New function.
3816         (i386v4_sigtramp_saved_pc): Renamed to
3817         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
3818         (i386_pc_in_sigtramp): New function.
3819         (i386_abi_names): Removed.
3820         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3821         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3822         Removed.
3823         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3824         i386_gdbarch_register_os_abi): Removed.
3825         (struct i386_abi_handler): Removed.
3826         (i386_abi_handler_list): Removed.
3827         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3828         functions.
3829         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3830         i386_nw_init_abi): New functions.
3831         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3832         Use set_gdbarch_xxx() calls instead of relying on macros for a
3833         number of calls.
3834         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3835         (_initialize_i386_tdep): Add new 'struct-convcention' command.
3836         Register the various architecture variants defined in this file.
3837
3838 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
3839
3840         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3841         (struct main_type): Remove arg_types member.  Update comments for
3842         struct field.
3843         (TYPE_ARG_TYPES): Remove.
3844         (TYPE_FN_FIELD_ARGS): Update.
3845         (smash_to_method_type): Update prototype.
3846
3847         * c-typeprint.c (cp_type_print_method_args): Take method type
3848         instead of argument list.  Use new argument layout.  Simplify.
3849         (c_type_print_args): Use new argument layout.  Simplify.
3850         (c_type_print_base): Update call to cp_type_print_method_args.
3851         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3852         argument; use die->type instead.  Update call to
3853         smash_to_method_type.
3854         (read_structure_scope): Update call to dwarf2_add_member_fn.
3855         * gdbtypes.c (allocate_stub_method): Update comment.
3856         (smash_to_method_type): Take new NARGS and VARARGS arguments.
3857         Use new argument layout.
3858         (check_stub_method): Use new argument layout.  Don't count
3859         void as an argument.
3860         (print_arg_types): Update comments.  Use new argument layout.
3861         (recursive_dump_type): Don't print arg_types member.
3862         * hpread.c (hpread_read_struct_type): Use new argument layout.
3863         (fixup_class_method_type): Likewise.
3864         (hpread_type_lookup): Likewise.
3865         * stabsread.c (read_type): Update calls to read_args and
3866         smash_to_method_type.
3867         (read_args): Use new argument layout.  Simplify.
3868         * valops.c (typecmp): Use new argument layout.  Update parameters
3869         and comments.  Simplify.
3870         (hand_function_call): Use new argument layout.
3871         (search_struct_method): Update call to typecmp.
3872         (find_overload_match): Use new argument layout.
3873
3874 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3875
3876         * NEWS: Mention multithreaded debug support for gdbserver.
3877
3878 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3879
3880         * MAINTAINERS: Mention NEWS.
3881
3882 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3883
3884         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3885         (struct mips_objfile_private, compare_pdr_entries): New.
3886         (non_heuristic_proc_desc): Read the ".pdr" section if it
3887         is present.
3888
3889 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
3890
3891         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3892         (arm_debug): New static variable.
3893         (_initialize_arm_tdep): Add ``set debug arm'' command.
3894
3895 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
3896
3897         * Makefile.in (sim_arm_h): Define.
3898         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3899         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3900         (arm_register_sim_regno): New function, map an internal REGNUM
3901         onto a simulator register number.
3902         (arm_gdbarch_init): Set register_sim_regno.
3903
3904 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
3905
3906         * MAINTAINERS: Add self.
3907
3908 2002-06-11  Jim Blandy  <jimb@redhat.com>
3909
3910         * source.c (source_info): Mention whether the symtab has
3911         information about preprocessor macros.
3912
3913         Call the command `info macro', not `show macro'.
3914         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3915         Fix error message.
3916         (_initialize_macrocmd): Register `info_macro_command' in
3917         `infolist', not `showlist'.
3918
3919 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
3920
3921         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3922         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3923         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3924         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3925         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
3926         unconditionally.
3927         (set_mipsfpu_single_command, set_mipsfpu_double_command)
3928         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3929         (_initialize_mips_tdep): Remove dead code.
3930         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3931         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3932         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3933         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3934         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3935         MIPS_LAST_FP_ARG_REGNUM): Remove.
3936
3937 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
3938
3939         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3940         (unwind_tmp_obstack_free, parse_frame_info)
3941         (update_context, cfi_read_fp, cfi_write_fp)
3942         (cfi_frame_chain, cfi_init_extra_frame_info)
3943         (cfi_virtual_frame_pointer): Use the above function.
3944         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3945
3946 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
3947
3948         * v850-tdep.c (v850_type_is_scalar): New function.
3949         (v850_use_struct_convention): Match current gcc implementation
3950         as close as possible.
3951         (v850_push_arguments): Fix stack_offset handling.  Don't write
3952         struct_addr into register.  This is done by v850_store_struct_return.
3953         (v850_extract_return_value): Care for structs.
3954         (v850_store_return_value): Ditto.
3955         (v850_store_struct_return): Actually write address.
3956
3957 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
3958
3959         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3960         without debug information too.
3961
3962 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
3963
3964         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3965         Make multi-arch pure.
3966         * gdbarch.h, gdbarch.c: Re-generate.
3967         * arm-tdep.c (arm_print_float_info): Update.
3968         * arch-utils.h (default_print_float_info): Update.
3969         * arch-utils.c (default_print_float_info): Update.
3970         * infcmd.c (float_info): Update call.
3971
3972 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
3973
3974         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3975         the front of the initialize list.
3976
3977 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
3978
3979         * infrun.c (struct inferior_status): Replace fields
3980         selected_frame_address and selected_level with field
3981         selected_frame_id.
3982         (save_inferior_status): Update.  Use get_frame_id.
3983         (struct restore_selected_frame_args): Delete.
3984         (restore_selected_frame): Update.  Use frame_find_by_id.
3985         (restore_inferior_status): Update.
3986
3987         * breakpoint.h (struct breakpoint): Change type of
3988         watchpoint_frame to frame_id.
3989         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
3990         call to get_current_frame.
3991         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
3992         get_current_frame.
3993         (watchpoint_check): Use frame_find_by_id.
3994
3995         * frame.h (record_selected_frame): Delete declaration.
3996         * stack.c (record_selected_frame): Delete function.
3997         
3998         * frame.h (struct frame_id): Define.
3999         (get_frame_id): Declare.
4000         (frame_find_by_id): Declare.
4001         * frame.c (frame_find_by_id): New function.
4002         (get_frame_id): New function.
4003
4004 2002-06-10  Andrey Volkov <avolkov@transas.com>
4005
4006         * ser-e7kpc.c: Fix duplicated define and call of 
4007         _initialize_ser_e7000pc
4008             
4009 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
4010
4011         * signals/signals.c (target_signal_from_host): Fix #ifdef
4012         SIGRTMIN case.
4013         (do_target_signal_to_host): Likewise.
4014
4015 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
4016
4017         * mips-tdep.c (mips_find_abi_section): New function.
4018         (mips_gdbarch_init): Call it.
4019
4020 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4021
4022         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4023         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
4024         after Andrew's 2002-06-08 gdbarch change.
4025
4026 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4027
4028         * i386-linux-nat.c (suppy_gregset): Don't supply
4029         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4030         register cache.
4031         (fill_gregset): Don't fetch it under the same circumstances.
4032
4033 2002-06-09  Andrew Cagney  <cagney@redhat.com>
4034
4035         * Makefile.in (callback_h): Define.
4036         (remote_sim_h): Update path to remote-sim.h.
4037         (remote-rdp.o): Add $(callback_h).
4038         (remote-sim.o): Use $(callback_h).
4039         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4040         * remote-rdp.c: Include "gdb/callback.h".
4041
4042 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4043
4044         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4045         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4046
4047 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4048
4049         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4050         * rdi-share/serpardr.c: Ditto.
4051         * rdi-share/unixcomm.c: Ditto.
4052         * rdi-share/serdrv.c: Ditto.
4053         * rdi-share/hostchan.h: Ditto.
4054         * rdi-share/hostchan.c: Ditto.
4055         * rdi-share/host.h: Ditto.
4056         * rdi-share/devsw.c: Ditto.
4057
4058         * objfiles.h: Change type of obj_private to void pointer.
4059         * pa64solib.c: Update copyright.  Don't include "assert.h", use
4060         strcmp instead of STREQ, use LONGEST, do not use PTR
4061         * somsolib.c: Ditto.
4062
4063         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4064         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4065         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4066
4067 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4068
4069         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4070         (default_get_saved_register): Delete function.
4071         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4072         generic_unwind_get_saved_register.
4073         * gdbarch.h, gdbarch.c: Re-generate.
4074         
4075 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4076
4077         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4078         generic_func_frame_chain_valid.
4079         * gdbarch.h, gdbarch.c: Re-generate.
4080         * blockframe.c (generic_func_frame_chain_valid): Only check
4081         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
4082         passing FP to PC_IN_CALL_DUMMY.
4083         Fix PR gdb/360.
4084
4085 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4086
4087         * gdbarch.sh (struct gdbarch_data): Add field init_p.
4088         (register_gdbarch_data): Initialize init_p.
4089         (gdbarch_data): Initialize data pointer using the init function.
4090         (init_gdbarch_data): Delete function.
4091         (gdbarch_update_p): Update.
4092         (initialize_non_multiarch): Update.
4093         (struct gdbarch): Add field initialized_p.
4094         * gdbarch.h, gdbarch.c: Re-generate.
4095
4096 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
4097
4098         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4099         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4100         better do the things actually here.
4101         * x86-64-tdep.c (x86_64_register_name2nr): New.
4102         (x86_64_register_name): Renamed to x86_64_register_nr2name.
4103         (x86_64_gdbarch_init): Respect the above change.
4104         * x86-64-tdep.h (x86_64_register_name2nr)
4105         (x86_64_register_nr2name): Add prototypes.
4106         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4107
4108 2002-06-06  Michael Snyder  <msnyder@redhat.com>
4109
4110         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4111         Delete extra braces and re-indent.
4112         (d10v_store_return_value): Char return values
4113         must be shifted over by one byte in R0.
4114         (d10v_extract_return_value): Delete extra braces, re-indent.
4115
4116 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
4117
4118         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4119         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4120         (d10v_integer_to_address): Rewrite.
4121         (d10v_frame_init_saved_regs): When reading fp and sp registers use
4122         the d10v specific functions which take care of converting to the
4123         correct space.
4124
4125 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
4126
4127         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4128         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4129
4130 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
4131
4132         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4133         includes.
4134         * config/tm-linux.h: Ditto.
4135         * config/alpha/tm-alphalinux.h: Ditto.
4136         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4137         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4138         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4139         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4140         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4141         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4142         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4143         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4144         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4145         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4146         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4147         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4148         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4149         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4150         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4151         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4152         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4153         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4154         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4155         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4156         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4157         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4158         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4159         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4160         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4161         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4162         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4163         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4164         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4165         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4166         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4167         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4168         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4169         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4170         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4171         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4172         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4173
4174 2002-05-04  Aidan Skinner <aidan@velvet.net>
4175
4176         * ada-exp.tab.c: New file
4177         * ada-exp.y: New file
4178         * ada-lang.c: New file
4179         * ada-lang.h: New file
4180         * ada-lex.c: New file
4181         * ada-lex.l: New file
4182         * ada-tasks.c: New file
4183         * ada-typeprint.c: New file
4184         * ada-valprint.c: New file
4185         
4186 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
4187
4188         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4189         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4190
4191 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
4192
4193         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4194         insetead of ppc-linux-tdep.o.
4195         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4196         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4197
4198 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
4199
4200         2002-05-07 Christian Groessler <chris@groessler.org>
4201         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4202         bit register contents for little endian hosts.
4203
4204 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4205
4206         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4207         any maintainer.
4208
4209 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4210
4211         * gdbarch.h: Regenerate.
4212
4213 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4214
4215         * MAINTAINERS: Add everyone to write-after-approval list.
4216
4217 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4218
4219         * stack.c (frame_info): Use frame_register_unwind instead of
4220         saved_regs.  Mention when the SP is on the stack or in a register.
4221
4222         * frame.h (frame_register_unwind_ftype): Define.  Document.
4223         (struct frame_info): Add field register_unwind and
4224         register_unwind_cache.
4225         (frame_register_unwind): Declare.
4226         (generic_unwind_get_saved_register): Declare.
4227
4228         * frame.c (frame_register_unwind): New function.
4229         (generic_unwind_get_saved_register): New function.
4230
4231         * blockframe.c (generic_call_dummy_register_unwind): New function.
4232         (frame_saved_regs_register_unwind): New function.
4233         (set_unwind_by_pc): New function.
4234         (create_new_frame): New function.
4235         (get_prev_frame): New function.
4236
4237 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
4238
4239         * a29k-share/: Delete directory.
4240         * remote-vx29k.c: Delete file.
4241
4242 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4243
4244         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4245         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4246
4247 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4248
4249         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4250         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4251         (sparc64nbsd-nat.o)
4252         (sparcnbsd-nat.o)
4253         (sparcnbsd-tdep.o): New dependency lists.
4254         * NEWS: Note new UltraSPARC NetBSD native configuration.
4255         * configure.host (sparc64-*-netbsd*): New host.
4256         * configure.tgt (sparc-*-netbsdelf*)
4257         (sparc-*-netbsd*): Set gdb_target to nbsd.
4258         (sparc64-*-netbsd*): New target.
4259         * sparc64nbsd-nat.c: New file.
4260         * sparcnbsd-nat.c: New file.
4261         * sparcnbsd-tdep.c: New file.
4262         * sparcnbsd-tdep.h: New file.
4263         * config/sparc/nbsd.mt: New file.
4264         * config/sparc/nbsd64.mh: New file.
4265         * config/sparc/nbsd64.mt: New file.
4266         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4267         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4268         (HOST_IPC): Remove.
4269         * config/sparc/nbsdaout.mt: Remove.
4270         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4271         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4272         (HOST_IPC): Remove.
4273         * config/sparc/nbsdelf.mt: Remove.
4274         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
4275         sparc-nat.c compatiblity defines.
4276         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
4277         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4278         * config/sparc/tm-nbsd64.h: New file.
4279         * config/sparc/tm-nbsdaout.h: Remove.
4280         * config/sparc/xm-nbsd.h: Remove.
4281
4282 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4283
4284         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4285         * sparc-tdep.c: Include osabi.h.
4286         (gdbarch_tdep): Add osabi member.
4287         (_initialize_sparc_tdep): Use gdbarch_register.
4288         (sparc_gdbarch_init): Use generic OS ABI framework.
4289         (sparc_dump_tdep): New function.
4290
4291 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
4292
4293         * corefile.c (do_captured_read_memory_integer): Return non-zero
4294         result.
4295         (safe_read_memory_integer): Copy result of memory read when
4296         status is non-zero.  Also, add comments.
4297
4298 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
4299
4300         * Makefile.in (ppc_tdep_h): Define.
4301         (ppc-linux-nat.o)
4302         (ppc-linux-tdep.o)
4303         (rs6000-tdep.o): Use $(ppc_tdep_h).
4304         (ppc-sysv-tdep.o)
4305         (ppcnbsd-nat.o)
4306         (ppcnbsd-tdep.o): New dependency lists.
4307         * ppc-tdep.h: Use generic OS ABI framework.
4308         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4309         (ppc_linux_init_abi): New functions.
4310         (ppc_sysv_abi_broken_use_struct_convention)
4311         (ppc_sysv_abi_use_struct_convention)
4312         (ppc_sysv_abi_push_arguments): Move to...
4313         * ppc-sysv-tdep.c: ...here.
4314         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4315         * rs6000-tdep.c (process_note_abi_tag_sections)
4316         (get_elfosabi): Remove.
4317         (rs6000_gdbarch_init): Use generic OS ABI framework.
4318         (rs6000_dump_tdep): New function.
4319         (_initialize_rs6000_tdep): Use gdbarch_register.
4320         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4321         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4322         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4323         of ppc-linux-tdep.o.
4324         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4325         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4326         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4327         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4328         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4329         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4330
4331 2002-05-29  Jim Blandy  <jimb@redhat.com>
4332
4333         * macroscope.c (default_macro_scope): Put `void' in empty argument
4334         list.
4335
4336 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
4337
4338         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4339         * arch-utils.c: Include "sim-regno.h".
4340         * gdbarch.sh: Don't include "sim-regno.h".
4341         * gdbarch.h, gdbarch.c: Regenerate.
4342         * sim-regno.h (legacy_register_sim_regno): Move declaration from
4343         here.
4344         * arch-utils.h (legacy_register_sim_regno): To here.
4345         * remote-sim.c (legacy_register_sim_regno): Move function from
4346         here.
4347         * arch-utils.c (legacy_register_sim_regno): To here.
4348
4349 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4350
4351         * sim-regno.h: New file.
4352         * Makefile.in (sim_regno_h): Define.
4353         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4354         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4355         (legacy_register_sim_regno): New function.
4356         (one2one_register_sim_regno): New function.
4357         (gdbsim_fetch_register): Rewrite.
4358         (gdbsim_store_register): Only store a register when
4359         REGISTER_SIM_REGNO is valid.
4360         * d10v-tdep.c: Include "sim-regno.h".
4361         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4362         (d10v_ts3_register_sim_regno): Ditto.
4363         * gdbarch.sh: Include "sim-regno.h".
4364         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4365         * gdbarch.h, gdbarch.c: Regenerate.
4366         * arch-utils.h (default_register_sim_regno): Delete declaration.
4367         * arch-utils.c (default_register_sim_regno): Delete function.
4368
4369 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
4370
4371         * ppcnbsd-nat.c: Rewrite.
4372         * ppcnbsd-tdep.c: New file.
4373         * ppcnbsd-tdep.h: New file.
4374         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4375         solib.o, and solib-svr4.o.
4376         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4377         nbsd-tdep.o, and corelow.o.
4378
4379 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4380
4381         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4382         `tr' and `sed'.  Mention that `broken' targets are not expected to
4383         build.
4384
4385 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
4386
4387         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4388         Let PC point right after the prologue before looking up symbols.
4389         
4390 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
4391
4392         * i386-tdep.c (i386_register_virtual_type): Return 
4393         builtin_type_vec128i for SSE registers.
4394
4395         * gdbtypes.h (builtin_type_vec128i): Declare.
4396
4397         * gdbtypes.c (build_builtin_type_vec128i): New function.
4398         (builtin_type_v2_double, builtin_type_v4_int64): New types.
4399         (builtin_type_vec128i): New type for SSE2 128-bit registers.
4400         (build_gdbtypes): Initialize new builtin vector types.
4401         (_initialize_gdbtypes): Register new vector types with gdbarch.
4402
4403 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4404
4405         * MAINTAINERS: ns32k is not longer an obsolete candidate,
4406         since it has been multi-arch'd.
4407         * NEWS: Note that ns32k-*-* is now partial multi-arch.
4408         Move Alpha and VAX multi-arch news entries to same section
4409         as other multi-arch news.
4410
4411 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4412
4413         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4414         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
4415         static.  Rename some register numbers to put them in ns32k-tdep
4416         private namespace.
4417         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4418         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4419         functions.
4420         (_initialize_ns32k_tdep): Use gdbarch_register.
4421         * ns32k-tdep.h: New file.
4422         * ns32knbsd-tdep.c: New file.
4423         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4424         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4425         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4426         REGISTER_BYTES, REGISTER_BYTE): Remove.
4427         * config/ns32k/tm-ns32k.h: New file.
4428         * config/ns32k/tm-umax.h: Remove.
4429
4430 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4431
4432         * ns32k-tdep.c (ns32k_saved_pc_after_call,
4433         ns32k_store_struct_return, ns32k_extract_return_value,
4434         ns32k_store_return_value, ns32k_extract_struct_value_address): New
4435         functions.
4436         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4437         ns32k_saved_pc_after_call.
4438         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4439         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4440         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4441         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4442         ns32k_extract_struct_value_address.
4443
4444 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4445
4446         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4447         ns32k_fix_call_dummy): New.
4448         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4449         ns32k_call_dummy_words.
4450         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4451         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4452         CALL_DUMMY_NARGS): Remove.
4453         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4454
4455 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4456
4457         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4458         ns32k_frame_saved_pc, ns32k_frame_args_address,
4459         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4460         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4461         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4462         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4463         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4464         (BREAKPOINT): Remove..
4465         (FRAME_CHAIN): Define as ns32k_frame_chain.
4466         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4467         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4468         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4469         (FRAME_FIND_SAVED_REGS): Remove.
4470         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4471         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4472         (POP_FRAME): Define as ns32k_pop_frame.
4473
4474 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4475
4476         * ns32k-tdep.c (ns32k_register_byte_32082,
4477         ns32k_register_byte_32382, ns32k_register_raw_size,
4478         ns32k_register_virtual_size, ns32k_register_virtual_type): New
4479         functions.
4480         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4481         ns32k_register_byte_32382.
4482         * config/ns32k/tm-umax.h: Update copyright years.
4483         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4484         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4485         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4486         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4487         (ns32k_get_enter_addr): Fix prototype.
4488
4489 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4490
4491         * ns32k-tdep.c: Update copyright years.
4492         (ns32k_register_name_32082): New function.
4493         (ns32k_register_name_32382): Ditto.
4494         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4495         (REGISTER_NAME): Define as ns32k_register_name_32382.
4496         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4497         (REGISTER_NAME): Define as ns32k_register_name_32082.
4498
4499 2002-05-24  Jim Blandy  <jimb@redhat.com>
4500
4501         * dwarf2read.c (free_line_header): Use xfree, not free.
4502
4503 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
4504
4505         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4506         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4507
4508 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4509
4510         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4511
4512 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4513
4514         From Ross Alexander at NEC Europe:
4515         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4516
4517 2002-05-23  Michael Snyder  <msnyder@redhat.com>
4518
4519         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4520         for input, rather than parse_and_eval_address.  
4521
4522 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4523
4524         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4525         * Makefile.in (sim_d10v_h): Update definition.
4526
4527 2002-05-24  Andrew Cagney  <cagney@redhat.com>
4528
4529         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4530         change `2002-05-22 Michael Snyder' below.
4531         (d10v_push_arguments): Ditto.
4532         (d10v_extract_return_value): Ditto.
4533
4534 2002-05-23  Jim Blandy  <jimb@redhat.com>
4535
4536         * macrotab.c (check_for_redefinition): Don't complain if the new
4537         definition is the same as the previous one.  Take more arguments
4538         to allow the comparison.
4539         (macro_define_object, macro_define_function): Pass more arguments
4540         to check_for_redefinition.
4541
4542 2002-05-22  Michael Snyder  <msnyder@redhat.com>
4543
4544         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4545         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4546         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4547         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4548         Don't bail if return_pc is PC_IN_CALL_DUMMY.
4549         Add a temp variable to save a call (and a memory read).
4550         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4551         if possible (so that PC_IN_CALL_DUMMY will work).
4552
4553 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
4554
4555         * MAINTAINERS: Remove status `OBSOLETE' from v850.
4556
4557 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
4558
4559         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4560         fde->cie_ptr.
4561         (dwarf2_build_frame_info): Corrected handling of eh_frame.
4562         (dwarf2_build_frame_info): Add offset to fde->initial_location 
4563         so that frames of shared libraries are mapped correctly.
4564         (execute_stack_op): Change type of 'result' from ULONGEST to
4565         CORE_ADDR.
4566         
4567 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4568
4569         * config/alpha/tm-nbsd.h: Include solib.h.
4570
4571 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4572
4573         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4574         assumptions about the host's byte order.
4575
4576 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4577
4578         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4579         to dependency list.
4580         * alphanbsd-tdep.c: Include solib-svr4.h.
4581         * shnbsd-tdep.c: Ditto.
4582
4583 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4584
4585         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4586         nbsd-tdep.h to dependency list.
4587         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4588         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4589         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4590         nbsdaout.mh and nbsdelf.mh consistently.
4591         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4592         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4593         nbsdaout.mt and nbsdelf.mh consistently.
4594         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
4595         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4596         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4597         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
4598         a.out shared library stuff from here...
4599         * config/nm-nbsdaout.h: ...to here.
4600         * config/tm-nbsd.h: Remove.
4601         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4602         * config/arm/nbsd.mh: Remove.
4603         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4604         nbsd-tdep.o.
4605         * config/arm/nbsdaout.mh: New file. 
4606         * config/arm/nbsdelf.mh: New file.
4607         * config/arm/nm-nbsdaout.h: New file.
4608         * config/i386/nbsd.mh: Remove.
4609         * config/i386/nbsd.mt: Remove.
4610         * config/i386/nbsdaout.mh: New file.
4611         * config/i386/nbsdaout.mt: New file.
4612         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4613         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4614         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
4615         i386_register_u_addr): Remove.
4616         * config/i386/nm-nbsdaout.h: New file.
4617         * config/i386/nm-nbsdelf.h: Remove.
4618         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4619         (USE_STRUCT_CONVENTION): Remove.
4620         * config/i386/tm-nbsdaout.h: New file.
4621         * config/i386/tm-nbsdelf.h: Remove.
4622         * config/m68k/nbsd.mh: Remove.
4623         * config/m68k/nbsd.mt: Remove.
4624         * config/m68k/nbsdaout.mh: New file.
4625         * config/m68k/nbsdaout.mt: New file. 
4626         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4627         * config/m68k/nm-nbsdaout.h: New file.
4628         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4629         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4630         * config/ns32k/nbsd.mh: Remove.
4631         * config/ns32k/nbsd.mt: Remove. 
4632         * config/ns32k/nbsdaout.mh: New file.
4633         * config/ns32k/nbsdaout.mt: New file.
4634         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
4635         * config/ns32k/nm-nbsdaout.h: New file.
4636         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
4637         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4638         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4639         (SVR4_SHARED_LIBS): Remove.
4640         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4641         * config/sparc/nbsd.mh: Remove.
4642         * config/sparc/nbsd.mt: Remove.
4643         * config/sparc/nbsdaout.mh: New file.
4644         * config/sparc/nbsdaout.mt: New file.
4645         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4646         * config/sparc/nbsdelf.mt: New file.
4647         * config/sparc/nm-nbsdaout.h: New file.   
4648         * config/sparc/nm-nbsdelf.h: Remove.
4649         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4650         * config/sparc/tm-nbsdaout.h: New file.
4651
4652 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4653
4654         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4655         mipsnbsd-tdep.c
4656         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4657
4658 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4659
4660         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4661         shnbsd-nat.c.
4662         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4663
4664 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4665
4666         * NEWS: Note new MIPS NetBSD native configuration. 
4667         * configure.host (mips*-*-netbsd*): New host. 
4668         * configure.tgt (mips*-*-netbsd*): New target. 
4669         * mipsnbsd-nat.c: New file.
4670         * mipsnbsd-tdep.c: New file.
4671         * mipsnbsd-tdep.h: New file.
4672         * config/mips/nbsd.mh: New file.
4673         * config/mips/nbsd.mt: New file.
4674         * config/mips/nm-nbsd.h: New file.
4675         * config/mips/tm-nbsd.h: New file.
4676
4677 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4678
4679         * Makefile.in (SFILES): Add osabi.c.
4680         (COMMON_OBS): Add osabi.o.
4681         (osabi.o): New dependency list.
4682         * osabi.c: New file.
4683         * osabi.h: New file.
4684         * doc/gdbint.texinfo: Document new generic OS ABI framework.
4685
4686         * Makefile.in (alpha_tdep_h): Define and use instead of
4687         alpha-tdep.h.
4688         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4689         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4690         Remove.
4691         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4692         * alpha-tdep.h: Include osabi.h.
4693         (alpha_abi): Remove.
4694         (gdbarch_tdep): Use generic OS ABI framework.
4695         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4696         gdbarch_register_osabi.
4697         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4698         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4699         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4700
4701         * Makefile.in (sh_tdep_h): Add osabi.h.
4702         * sh-tdep.h (sh_osabi): Remove.
4703         (gdbarch_tdep): Use generic OS ABI framework.
4704         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4705         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4706         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4707         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4708
4709         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4710         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4711         gdbarch_register_osabi.
4712         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4713         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4714         (get_elfosabi): Rename to...
4715         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
4716         ABI framework support routines.
4717         (arm_gdbarch_init): Use generic OS ABI framework.
4718         (arm_dump_tdep): Likewise.
4719         (_initialize_arm_tdep): Likewise.
4720         * arm-tdep.h: Include osabi.h.
4721         (arm_abi): Remove.
4722         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
4723         osabi member.
4724         (arm_gdbarch_register_os_abi): Remove prototype.
4725         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4726         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4727
4728         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4729         * mips-tdep.c: Include osabi.h.
4730         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4731         OS ABI framework.
4732
4733 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
4734
4735         * h8300-tdep.c: Fix formatting.
4736
4737 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
4738
4739         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4740         printing vector registers.
4741
4742 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4743
4744         From Fernando Nasser:
4745         * remote.c (remote_async_open_1): Re-throw the exception when the
4746         connection fails.
4747         (remote_cisco_open): Ditto.
4748         (remote_open_1): Ditto.
4749
4750 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4751
4752         * remote.c (remote_start_remote_dummy): Add uiout parameter.
4753         (remote_start_remote): Add uiout parameter.  Pass through to
4754         remote_start_remote_dummy.
4755         (remote_open_1): Use catch_exception instead of catch_errors.
4756         (remote_async_open_1): Ditto.
4757         (remote_cisco_open): Ditto.
4758
4759 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4760
4761         * remote.c (remote_start_remote): Replace PTR with void pointer.
4762         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
4763         static.
4764
4765 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
4766
4767         * gdb_indent.sh: Allow the script to be run in the sim directory.
4768
4769 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
4770
4771         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4772         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4773
4774         * corelow.c (core_open): Only call set_gdbarch_from_file if
4775         exec_bfd is NULL.
4776
4777 2002-05-17  Andrey Volkov <avolkov@transas.com>
4778
4779         * h8300-tdep.c: Add support of EXR register
4780         * config/h8300/tm-h8300.h: Ditto. 
4781         
4782 2002-05-17  Andrey Volkov <avolkov@transas.com>
4783
4784         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
4785         
4786 2002-05-17  Andrey Volkov <avolkov@transas.com>
4787
4788         * h8300-tdep.c: Change literal regnums to REGNO.
4789         
4790 2002-05-17  Jim Blandy  <jimb@redhat.com>
4791
4792         * NEWS: Note addition of macro support.
4793
4794         Expand preprocessor macros in C expressions.
4795         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4796         (scan_macro_expansion, scanning_macro_expansion,
4797         finished_macro_expansion): New function declarations.
4798         (expression_macro_lookup_func, expression_macro_lookup_baton): New
4799         variable declarations.
4800         * parser-defs.h (expression_context_pc): New declaration.
4801         * parse.c (expression_context_pc): New variable.
4802         (parse_exp_1): Set expression_context_pc, as well as
4803         expression_context_block.
4804         * c-exp.y (yylex): If we're not already reading the result of a
4805         macro expansion, try to macro-expand the next token.  When we're
4806         done scanning a macro expansion, switch back to the mainline text.
4807         Commas and `if's in a macro's expansion don't terminate the input.
4808         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4809         (macro_original_text, macro_expanded_text,
4810         expression_macro_lookup_func, expression_macro_lookup_baton): New
4811         variables.
4812         (scan_macro_expansion, scanning_macro_expansion,
4813         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4814         c_preprocess_and_parse): New functions.
4815         (c_language_defn, cplus_language_defn, asm_language_defn): Call
4816         c_preprocess_and_parse, instead of c_parse.
4817         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4818         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4819
4820 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
4821
4822         * sh-tdep.c (gdb_print_insn_sh64): Delete.
4823         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4824         (sh_gdbarch_init): Always use gdb_print_insn_sh.
4825
4826 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
4827
4828         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
4829
4830 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
4831
4832         * Makefile.in (sh_tdep_h): Define and use.
4833         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4834         register enum): Move to...
4835         * * sh-tdep.h: ...here.
4836         * sh-tdep.c: Include sh-tdep.h.
4837         * sh3-rom.c: Likewise.
4838         * shnbsd-tdep.c: Likewise.
4839
4840 2002-05-16  Michael Snyder  <msnyder@redhat.com>
4841
4842         * arm-tdep.c: Spelling fix in comment.
4843
4844 2002-05-16  Jim Blandy  <jimb@redhat.com>
4845
4846         Add commands for manually expanding macros and showing their
4847         definitions.
4848         * macrocmd.c, macroscope.c, macroscope.h: New files.
4849         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4850         (macroscope_h): New variable.
4851         (HFILES_NO_SRCDIR): Add macroscope.h.
4852         (COMMON_OBS): Add macrocmd.o, macroscope.o.
4853         (macroscope.o, macrocmd.o): New rules.
4854
4855         Teach the Dwarf 2 reader to read macro information.
4856         * dwarf2read.c: #include "macrotab.h".
4857         (dwarf_macinfo_buffer): New variable.
4858         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4859         dwarf_macinfo_size.
4860         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4861         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4862         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4863         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4864         dwarf2_macro_spaces_in_definition): New complaints.
4865         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4866         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4867         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4868         the partial symbol table.
4869         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4870         from what's recorded in the partial symbol table.
4871         (read_file_scope): If the compilation unit has a
4872         `DW_AT_macro_info' attribute, read its macro information.
4873         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4874
4875 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
4876
4877         Fix PR gdb/546
4878         * ser-tcp.c: Don't include <netinet/udp.h>.
4879
4880 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4881
4882         * MAINTAINERS: Update my email address.
4883
4884 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
4885
4886         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4887         include file of the same name.
4888
4889 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4890
4891         * configure.tgt: Mark v850 as multi-arched.
4892         * config/v850/tm-v850.h: Remove file.
4893         * config/v850/v850.mt: Eliminate TM_FILE.
4894
4895 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4896
4897         * v850-tdep.c: Full multi-arch.
4898         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4899         Define GDB_MULTI_ARCH to 2.
4900
4901 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4902
4903         * p-exp.y (current_type): New static variable.
4904         Carries the type of the expression at the position that is parsed.
4905         (push_current_type, pop_current_type): Two new functions. Used
4906         to store/restore current_type in expression on specific tokens.
4907         (search_field): New static variable. Set to one after parsing a point
4908         as at that point only a FIELDNAME token should be searched.
4909         (FIELDNAME): New token. After a point only a token belonging to 
4910         current_type type definition is allowed.
4911         (all over token rules): reset and change current_type according
4912         to rules.
4913         (exp '[' rule): insert implicit array index field if
4914         exp is a pascal string type.
4915
4916 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4917
4918         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
4919         frame info.  Use frame_info's saved_regs instead of matching member
4920         in extra_frame_info throughout.
4921         (v850_frame_init_saved_regs): New function.
4922         (v850_init_extra_frame_info): Move most functionality into
4923         v850_frame_init_saved_regs().
4924         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4925         (v850_frame_find_saved_regs): Remove declaration.
4926         (FRAME_FIND_SAVED_REGS): Remove definition.
4927         (v850_frame_init_saved_regs): Add declaration.
4928         (FRAME_INIT_SAVED_REGS): Add definition.
4929
4930 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4931
4932         * v850-tdep.c: Begin multi-arch'ing v850.
4933         (v850_target_architecture_hook): Remove function.
4934         (v850_gdbarch_init): New function.  Add code previously in
4935         v850_target_architecture_hook().
4936         (_initialize_v850_tdep): Don't  set target_architecture_hook.
4937         Call register_gdbarch_init() instead.
4938
4939 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
4940
4941         * gdbtypes.h (struct cplus_struct_type): Remove args field.
4942         * hpread.c (hpread_read_struct_type): Remove assignments to args.
4943         (fixup_class_method_type): Likewise.
4944
4945 2002-05-15  Jim Blandy  <jimb@redhat.com>
4946
4947         Add macro structures to GDB's symbol tables.  Nobody puts anything
4948         in them yet.
4949         * symtab.h (struct symtab): New member: `macro_table'.
4950         * buildsym.h (pending_macros): New global variable.
4951         * buildsym.c: #include "macrotab.h".
4952         (buildsym_init): Initialize `pending_macros'.
4953         (end_symtab): If we found macro information while reading a CU's
4954         debugging info, do build a symtab structure for it.  Make the
4955         symtab point to the macro information, and clear the
4956         `pending_macros' pointer which held it while we were reading the
4957         debug info.
4958         (really_free_pendings): Free any pending macro table.
4959         * objfiles.h (struct objfile): New member: `macro_cache'.
4960         * objfiles.c (allocate_objfile): Set allocate and free functions
4961         for the macro cache's objstack.
4962         (free_objfile): Empty the macro cache's obstack.
4963         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4964         set new allocate and free functions for it.
4965         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4966         free functions for the macro cache's objstack.  (Why is this
4967         function building its own objfile?)
4968         * symmisc.c (print_objfile_statistics): Print statistics on the
4969         macro bcache.
4970         * Makefile.in: Note that buildsym.o depends on macrotab.h.
4971
4972 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
4973
4974         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4975         (REGISTER_U_ADDR): Delete definition.
4976         (arm_register_u_addr): Delete declaration.
4977
4978 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
4979
4980         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4981         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4982
4983 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
4984
4985         * regcache.c (register_valid): Revise comments refering to "Not
4986         available" and "unavailable".
4987         * frame.c (frame_register_read): Ditto.
4988         * findvar.c (value_of_register): Ditto.
4989
4990 2002-05-15  Andrew Cagney  <cagney@redhat.com>
4991
4992         * Makefile.in (remote_sim_h): Replace remote-sim_h.
4993         (remote-sim.o): Update dependencies.
4994         (d10v-tdep.o): Specify dependencies.
4995         (sim_d10v_h): Define.
4996
4997 2002-05-14  Jim Blandy  <jimb@redhat.com>
4998
4999         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5000         * macrotab.c (macro_lookup_inclusion, find_definition,
5001         new_macro_table): Same.
5002         
5003         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5004         not `! strcmp ()'.  This is a dubious improvement.
5005         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5006
5007         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5008         although it's not necessary, to avoid a warning.
5009
5010 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5011
5012         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5013         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5014         TYPE_INSTANCE_FLAGS.
5015         (struct main_type): New.
5016         (struct type): Move most members to struct main_type.  Change
5017         cv_type and as_type to new type_chain member.  Add instance_flags.
5018         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5019         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5020         (finish_cv_type): Remove prototype.
5021         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
5022         Set TYPE_CHAIN.
5023         (alloc_type_instance): New function.
5024         (smash_type): New function.
5025         (make_pointer_type, make_reference_type, make_function_type)
5026         (smash_to_member_type, smash_to_method_type): Call smash_type.
5027         (make_qualified_type): New function.
5028         (make_type_with_address_space): Call make_qualified_type.
5029         (make_cv_type): Likewise.
5030         (finish_cv_type): Remove unnecessary function.
5031         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
5032         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5033         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5034         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5035         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5036         * hpread.c (hpread_read_struct_type): Likewise.
5037         * stabsread.c (read_struct_type): Likewise.
5038
5039 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
5040
5041         * configure.tgt: Add a catch all sh* target, for cases like
5042         sh[2,3,4]-elf and sh-hms.
5043
5044 2002-05-14  Keith Seitz  <keiths@redhat.com>
5045
5046         * event-loop.c (create_file_handler): Don't do anything but
5047         update data when we are given a fd which we are already
5048         monitoring.
5049
5050 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
5051
5052         * dwarf2cfi.c (context_cpy): Copy registers correctly.
5053         (update_context): Use __func__ in warnings.
5054         
5055 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5056
5057         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
5058         and tcp_close to net_open and net_close.
5059         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
5060         using UDP if requested.  Don't try to disable Nagle on UDP
5061         sockets.
5062         * remote.c (remote_serial_open): New function.  Warn about UDP.
5063         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5064
5065 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
5066
5067         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5068
5069 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
5070
5071         * configure.tgt: Remove sh-hms target.
5072         * MAINTAINERS: Don't list sh-hms as a separate target.
5073
5074 2002-05-13  Jim Blandy  <jimb@redhat.com>
5075
5076         Add first preprocessor macro-expansion files.
5077         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5078         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5079         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5080         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5081         (COMMON_OBS): Add macrotab.o, macroexp.o.
5082         (macroexp.o, macrotab.o): New rules.
5083
5084 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
5085
5086         * config/m88k/tm-m88k.h: Update copyright.
5087         (m88k_target_write_pc): Declare
5088         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5089         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5090         (SHIFT_INST_REGS): Update definition.
5091         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
5092         using old definition of TARGET_WRITE_PC.
5093         * regcache.c (generic_target_write_pc): Delete code handling
5094         NNPC_REGNUM.
5095         * gdbarch.sh (NNPC_REGNUM): Delete.
5096         * gdbarch.h, gdbarch.c: Regenerate.
5097
5098 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
5099
5100         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5101         builtin reg number.
5102
5103 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
5104
5105         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5106         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5107         (gen_address_of, gen_struct_ref, gen_repeat): Use type
5108         access macros.
5109         * c-typeprint.c (cp_type_print_method_args): Likewise.
5110         (c_type_print_args): Likewise.
5111         * d10v-tdep.c (d10v_push_arguments): Likewise.
5112         (d10v_extract_return_value): Likewise.
5113         * expprint.c (print_subexp): Likewise.
5114         * gdbtypes.c (lookup_primitive_typename): Likewise.
5115         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5116         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5117         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5118         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5119         (TYPE_VECTOR): Likewise.
5120         * hpread.c (hpread_read_struct_type)
5121         (fix_static_member_physnames, fixup_class_method_type)
5122         (hpread_type_lookup): Likewise.
5123         * mdebugread.c (parse_symbol, parse_type): Likewise.
5124         * p-lang.c (is_pascal_string_type): Likewise.
5125         * valops.c (hand_function_call): Likewise.
5126         * x86-64-tdep.c (classify_argument): Likewise.
5127
5128         * hpread.c (hpread_read_function_type)
5129         (hpread_read_doc_function_type): Call replace_type.
5130         * dstread.c (create_new_type): Delete.
5131         (decode_dst_structure, process_dst_function): Call alloc_type.
5132         Use type access macros.
5133
5134 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5135
5136         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5137         the're not supported by the current architecture.
5138         (i387_fill_fxsave): Likewise.
5139
5140 2002-05-12  Fred Fish  <fnf@redhat.com>
5141
5142         * symfile.c (default_symfile_offsets): Arrange for uninitialized
5143         sect_index_xxx members to index the first slot in section_offsets
5144         if all of the section_offsets are zero.
5145
5146 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5147
5148         * configure.tgt (sparc-*openbsd): Remove entry accidentially
5149         checked in with last change.
5150
5151 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5152
5153         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5154         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
5155         config.sub.
5156
5157 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
5158
5159         * Makefile.in: Update dependencies.
5160
5161 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5162
5163         * language.c (local_hex_string_custom): Simplify.  Do not depend
5164         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5165
5166         * memattr.c (mem_info_command): Replace calls to
5167         longest_local_hex_string and longest_local_hex_string_custom.
5168         * buildsym.c (make_blockvector): Ditto.
5169         * solib.c (info_sharedlibrary_command): Ditto.
5170         * tracepoint.c (tracepoints_info): Ditto.
5171         * symtab.c (print_msymbol_info): Ditto.
5172
5173         * language.c (local_hex_string): Delete.
5174         (local_hex_string_custom): Delete.
5175         (longest_local_hex_string): Rename to local_hex_string.
5176         (longest_local_hex_string_custom): Rename to
5177         local_hex_string_custom.
5178         * language.h (local_hex_string): Change parameter type to LONGEST.
5179         (local_hex_string_custom): Ditto.
5180         (longest_local_hex_string): Delete declaration.
5181         (longest_local_hex_string_custom): Ditto.
5182
5183         * solib.c: Update copyright.
5184         * memattr.c: Update copyright.
5185         
5186 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5187
5188         * arch-utils.h (legacy_register_to_value): Declare.
5189         (legacy_value_to_register): Declare.
5190         (legacy_convert_register_p): Declare.
5191         * arch-utils.c (legacy_register_to_value): New function.
5192         (legacy_value_to_register): New function.
5193         (legacy_convert_register_p): New function.
5194
5195         * gdbarch.sh (REGISTER_TO_VALUE): Define.
5196         (VALUE_TO_REGISTER): Define.
5197         (CONVERT_REGISTER_P): Define.
5198         * gdbarch.h, gdbarch.c: Regenerate.
5199
5200         * valops.c (value_assign): Use CONVERT_REGISTER_P and
5201         VALUE_TO_REGISTER.
5202         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5203         CONVERT_REGISTER_P.
5204
5205 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
5206             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
5207
5208         * Makefile.in: Update dependencies for valops.c.
5209         * valops.c: Include "gdb_assert.h".
5210         (typecmp): Skip THIS parameter to methods.
5211         (find_method_list): Remove static_memfuncp argument,
5212         update callers.  Check for stub methods.
5213         (find_value_oload_method_list): Don't set *static_memfuncp.
5214         (find_overload_match): Don't check for stub methods.  Assert
5215         that methods are not stubbed.  Handle static methods.
5216         (value_find_oload_method_list): Remove static_memfuncp argument.
5217         * gdbtypes.c (check_stub_method): Do not add THIS pointer
5218         to the argument list for static stub methods.
5219         * value.h (value_find_oload_method_list): Update prototype.
5220
5221 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5222
5223         * arch-utils.h (generic_register_size): Declare.
5224         (generic_register_raw_size, generic_register_virtual_size): Delete
5225         declarations.
5226         * arch-utils.c (generic_register_raw_size): Delete.
5227         (generic_register_size): New function.
5228         (generic_register_virtual_size): Delete.
5229
5230         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5231         default generic_register_size.
5232         * gdbarch.h, gdbarch.c: Re-generate.
5233         
5234         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5235         register_virtual_size.
5236         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5237         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5238
5239 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5240
5241         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5242         * gdbarch.h, gdbarch.c: Regenerate.
5243         * gnu-v3-abi.c: Update copyright.
5244         (vtable_address_point_offset): Update.
5245         (gnuv3_rtti_type): Update.
5246         (gnuv3_baseclass_offset): Update.
5247         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5248         (init_fetch_link_map_offsets): Update.
5249         * remote.c (get_remote_state): Update.
5250         
5251 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
5252
5253         * TODO: Remove value_headof/value_from_vtable_info comment.
5254         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5255         * values.c (value_headof, value_from_vtable_info): Delete.
5256         * value.h (value_from_vtable_info): Delete prototype.
5257
5258 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5259
5260         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5261         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5262         $(gdb_regex_h).
5263         (gdb_assert_h): Define.
5264         (gdb_wait_h): Define.
5265         (gdb_regex_h): Define.
5266
5267 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
5268
5269         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5270         * linespec.c (find_methods): Handle GCC 3.x template constructors.
5271
5272 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5273
5274         * nbsd-tdep.c: Fix comment.
5275
5276 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5277
5278         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5279         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5280         (nbsd-tdep.o): New dependency list.
5281         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
5282         nbsd-tdep.h.
5283         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5284         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5285         * nbsd-tdep.c: New file.
5286         * nbsd-tdep.h: New file.
5287         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
5288         nbsd-tdep.h.
5289         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5290         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5291         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5292         * config/sh/nbsd.mt (TDEPFILES): Ditto.
5293
5294 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5295
5296         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5297         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5298         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5299         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5300         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5301         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5302
5303 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5304
5305         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5306         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5307         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5308         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5309         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5310         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5311         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5312
5313 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5314
5315         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
5316         fetch_elfcore_registers to...
5317         * i386nbsd-tdep.c: ...here.
5318         (i386nbsd_use_struct_convention): Rename to...
5319         (i386nbsd_aout_use_struct_convention): ...this.
5320         (i386nbsd_supply_reg): New function.
5321         (i386nbsd_fill_reg): New function.
5322         (fetch_core_registers): Use i386nbsd_supply_reg.
5323         (fetch_elfcore_registers): Likewise.
5324         (_initialize_i386nbsd_tdep): New function.
5325         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5326         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5327         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5328         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5329         (i386nbsd_aout_use_struct_convention): ...this.
5330
5331 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5332
5333         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5334         (store_inferior_registers): Use shnbsd_fill_reg.
5335         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
5336         sh_nbsd_supply_register): Collapse into...
5337         (shnbsd_supply_reg): ...this.
5338         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5339         (shnbsd_fill_reg): ...this.
5340         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5341         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5342         (fetch_core_registers): Use shnbsd_supply_reg.
5343         (fetch_elfcore_registers): Use shnbsd_supply_reg.
5344         (sh_nbsd_core_fns): Rename to...
5345         (shnbsd_core_fns): ...this.
5346         (sh_nbsd_elfcore_fns): Rename to...
5347         (shnbsd_elfcore_fns): ...this.
5348         (sh_nbsd_init_abi): Rename to...
5349         (shnbsd_init_abi): ...this.
5350         (_initialize_sh_nbsd_tdep): Rename to...
5351         (_initialize_shnbsd_tdep): ...this.
5352         * shnbsd-tdep.h (sh_nbsd_supply_registers,
5353         sh_nbsd_supply_register, sh_nbsd_fill_registers,
5354         sh_nbsd_fill_register): Remove prototypes.
5355         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5356
5357 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5358
5359         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5360         (i387-nat.o): Delete dependency list.
5361         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5362         (x86-64-linux-nat.o): Likewise.
5363         * i387-nat.c: Delete file, moving contents to...
5364         * i387-tdep.c: ...here.
5365         * i387-nat.h: Rename...
5366         * i387-tdep.h: ...to this.
5367         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5368         * i386-linux-nat.c: Likewise.
5369         * i386bsd-nat.c: Likewise.
5370         * i386gnu-nat.c: Likewise.
5371         * i386nbsd-nat.c: Likewise.
5372         * i386v4-nat.c: Likewise.
5373         * x86-64-linux-nat.c: Likewise.
5374         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5375         * config/i386/go32.mh (NATDEPFILES): Likewise.
5376         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5377         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5378         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5379         * config/i386/linux.mh (NATDEPFILES): Likewise.
5380         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5381         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5382         * config/i386/obsd.mh (NATDEPFILES): Likewise.
5383         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5384
5385 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5386
5387         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5388         (alphanbsd-nat.o): Remove dependency list.
5389         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5390         * alphanbsd-nat.c: Delete.  Contents moved to...
5391         * alphanbsd-tdep.c: ...here.
5392         (_initialize_alphanbsd_tdep): Register core functions.
5393         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5394
5395 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5396
5397         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5398         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5399         (alphanbsd-nat.o): Likewise.
5400         (alphabsd-tdep.o): New dependency list.
5401         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5402         (fill_gregset): Use alphabsd_fill_reg.
5403         (supply_fpregset): Use alphabsd_supply_fpreg.
5404         (fill_fpregset): Use alphabsd_fill_fpreg.
5405         (fetch_inferior_registers): Use struct reg and struct fpreg
5406         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
5407         and alphabsd_supply_fpreg.
5408         (store_inferior_registers): Use struct reg and struct fpreg
5409         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
5410         and alphabsd_fill_fpreg.
5411         * alphabsd-tdep.c: New file.
5412         * alphabsd-tdep.h: New file.
5413         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5414         (fetch_elfcore_registers): Use alphabsd_supply_reg and
5415         alphabsd_supply_fpreg.
5416         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5417         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5418
5419 2002-05-11  Eric Christopher  <echristo@redhat.com>
5420
5421         * mips-tdep.c (mips_double_register_type): Fix thinko.
5422         (mips_single_register_type): Ditto.
5423         * MAINTAINERS: Add self.
5424
5425 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
5426
5427         * i387-nat.c (i387_supply_register, i387_fill_fsave,
5428         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5429         right thing on architectures with different endianness and/or
5430         integer sizes.
5431
5432 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
5433
5434         From Christian Limpach <chris@Pin.LU>
5435         * configure.in: Change sed expression which comments out
5436         NATDEPFILES to also comment out continuation lines.
5437         * configure: Regenerate.
5438
5439 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5440
5441         * sh-tdep.c: Clean up code erroneously reintroduced by previous
5442         big patch.
5443
5444 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5445
5446         * sh-tdep.c: Include correct file.
5447
5448 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5449
5450         New support for sh64-elf (sh5) target.
5451
5452         * configure.tgt: For sh64-elf target, default to sh-elf.
5453
5454         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5455         (struct gdbarch_tdep): Add new fields for new registers and ABI
5456         info.
5457
5458         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5459         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5460         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5461         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5462         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5463         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5464         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5465         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5466         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5467         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5468         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5469         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5470         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5471         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5472         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5473         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5474         sh64_get_gdb_regnum, sh64_media_reg_base_num,
5475         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5476         sign_extend, sh64_nofp_frame_init_saved_regs,
5477         sh64_init_extra_frame_info, sh64_get_saved_register,
5478         sh64_extract_struct_value_address, sh64_pop_frame,
5479         sh64_push_arguments, sh64_extract_return_value,
5480         sh64_store_return_value, sh64_show_media_regs,
5481         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5482         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5483         sh_sh64_register_virtual_type,
5484         sh_sh64_register_convert_to_virtual,
5485         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5486         sh64_register_read, sh64_pseudo_register_write,
5487         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5488         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5489         sh64_do_pseudo_register, sh_compact_do_registers_info,
5490         sh64_do_registers_info, sh_gdbarch_init): New functions.
5491
5492 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5493
5494         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5495
5496 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
5497
5498         * linespec.c (decode_line_1): Check for a double quote after
5499         a filename correctly.
5500
5501 2002-05-10  Jim Blandy  <jimb@redhat.com>
5502
5503         Properly track the size of the current objfile's .debug_line section.
5504         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5505         (DWARF_LINE_SIZE): New macro.
5506         (dwarf2_build_psymtabs_hard): Record the line section's size in
5507         the partial symbol table.
5508         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5509         symbol table.
5510
5511 2002-05-10  Petr Sorfa  <petrs@caldera.com>
5512
5513         * ia64-tdep.c: Handle breakpoints on L instruction type
5514         in MLX instruction bundle by moving the breakpoint to
5515         the third slot (X instruction type) as L holds only data.
5516
5517 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
5518
5519         * dbxread.c (discarding_local_symbols_complaint): New complaint.
5520         (process_one_symbol): Complain about discarding local symbols
5521         due to a misplaced N_LBRAC entry.
5522
5523 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
5524
5525         From Daniel Berlin <dan@cgsoftware.com>
5526         * linespec.c (find_toplevel_char): '<' and '>' also increase and
5527         decrease the depth we are at, in the case of templates.
5528
5529 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5530
5531         * mips-tdep.c (mips_float_register_type): New function.
5532         (mips_double_register_type): New function.
5533         (mips_print_register): Use them.
5534         (do_fp_register_row): Likewise.
5535
5536 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5537
5538         * signals/signals.c (signals): Remove conditional compilation around
5539         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
5540         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5541
5542 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5543
5544         * remote-rdp.c (remote_rdp_can_run): Remove.
5545
5546 2002-05-09  Tom Tromey  <tromey@redhat.com>
5547
5548         * jv-valprint.c (java_val_print): Handle `char' as a special case
5549         of TYPE_CODE_INT.
5550
5551 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5552
5553         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5554         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5555         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5556         str r(0123),[sp,#nn].
5557         (arm_skip_prologue): Ditto.  Also make disassembly
5558         order-independent by placing it in a loop.
5559
5560 2002-05-06  Michael Snyder  <msnyder@redhat.com>
5561
5562         * stabsread.c (read_type): Add recognition for new attribute:
5563         "@V;" means that an array type is actually a vector.
5564         This is analogous to the vector flag that's been added to dwarf2.
5565
5566 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
5567
5568         * i386-tdep.h (i386_abi): New enum.
5569         (struct gdbarch_tdep): Replace os_ident member with abi.
5570         (i386_gdbarch_register_os_abi): New prototype.
5571         * i386-tdep.c (i386_abi_names): New array.
5572         (process_note_abi_tag_sections): Removed.
5573         (process_note_sections): New function.
5574         (i386_elf_abi_from_note, i386_elf_abi): New functions.
5575         (struct i386_abi_handler): New struct.
5576         (i386_abi_handler_list): New variable.
5577         (i386_gdbarch_register_os_abi): New function.
5578         (i386_gdbarch_init): Adapt for the changes given above.
5579
5580 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
5581
5582         * gregset.h: Say "GNU/Linux".
5583
5584 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
5585
5586         * gdbtypes.c : Add new builtin type for 64 bit vectors.
5587         (build_gdbtypes): Build builtin_type_v2_float.
5588         (_initialize_gdbtypes): Register new builtin type.
5589
5590 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
5591
5592         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5593         (clear_gdbarch_swap): New function.
5594         (initialize_non_multiarch): Call.
5595         (gdbarch_update_p): Before calling init(), swap out and clear the
5596         existing architecture.
5597         * gdbarch.c: Regenerate.
5598
5599 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5600
5601         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5602         alphanbsd-tdep.c.
5603
5604 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5605
5606         * sh-nbsd-nat.c: Rename to...
5607         * shnbsd-nat.c: ...this.
5608         * sh-nbsd-tdep.c: Rename to...
5609         * shnbsd-tdep.c: ...this.
5610         * sh-nbsd-tdep.h: Rename to...
5611         * shnbsd-tdep.h: ...this.
5612         * config/sh/nbsd.mh: Use shnbsd-nat.o.
5613         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5614
5615 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
5616
5617         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5618         concatenation for command help messages.
5619
5620 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5621
5622         * NEWS: Note new sh*-*-netbsdelf* configuration.
5623         * configure.host: Set gdb_host_cpu to sh for all sh*.
5624         (sh*-*-netbsdelf*): New host.
5625         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5626         (sh*-*-netbsdelf*): New target.
5627         * sh-nbsd-nat.c: New file.
5628         * sh-nbsd-tdep.c: New file.
5629         * sh-nbsd-tdep.h: New file.
5630         * config/sh/nbsd.mh: New file.
5631         * config/sh/nbsd.mt: New file.
5632         * config/sh/nm-nbsd.h: New file.
5633         * config/sh/tm-nbsd.h: New file.
5634
5635 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5636
5637         * sh-tdep.c (sh_osabi_names): Declare.
5638         (process_note_abi_tag_sections): New function.
5639         (get_elfosabi): Ditto.
5640         (sh_gdbarch_register_os_abi): Ditto.
5641         (sh_dump_tdep): Ditto.
5642         _initialize_sh_tdep): Use gdbarch_register to register
5643         sh_gdbarch_init and sh_dump_tdep.
5644         * config/sh/tm-sh.h (sh_osabi): Declare.
5645         (gdbarch_tdep): Add sh_osabi and osabi_name members.
5646
5647 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
5648
5649         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5650         (thumb_scan_prologue): Ditto.
5651         (arm_find_callers_reg): Ditto.
5652         (arm_frame_chain): Ditto.
5653         (arm_init_extra_frame_info): Ditto.
5654         (arm_frame_saved_pc): Ditto.
5655         (arm_pop_frame): Ditto.
5656         (arm_push_return_address): New function.
5657         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5658         call_dummy_location, call_dummy_breakpoint_offset_p,
5659         call_dummy_breakpoint_offset, call_dummy_p,
5660         call_dummy_stack_adjust_p, call_dummy_words,
5661         sizeof_call_dummy_words, call_dummy_start_offset,
5662         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5663         call_dummy_address, push_return_address and push_dummy_frame for
5664         generic dummy frames.
5665
5666 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5667
5668         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5669         size computation for alloca.
5670         (sh_fp_frame_init_saved_regs): Likewise.
5671
5672 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
5673
5674         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5675         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5676         * arm-tdep.c (arm_store_return_value): Use them.
5677         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5678         * remote-rdp.c (remote_rdp_fetch_register): Use
5679         ARM_MAX_REGISTER_RAW_SIZE.
5680         (remote_rdp_store_register): Likewise.
5681
5682 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
5683
5684         * dwarf2cfi.c: Code cleanup, removed unused variables,
5685         added default labels to switch {} statements.
5686         * x86-64-tdep.c: Ditto.
5687         * x86-64-linux-nat.c: Ditto.
5688
5689 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5690
5691         * solib.h: Protect against multiple inclusion.
5692
5693 2002-05-06  Jim Blandy  <jimb@redhat.com>
5694
5695         Add first preprocessor macro-expansion files.
5696         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5697         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5698         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5699         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5700         (COMMON_OBS): Add macrotab.o, macroexp.o.
5701         (macroexp.o, macrotab.o): New rules.
5702
5703         Separate the job of reading the line number info statement program
5704         header (...expialidocious) out into its own function.
5705         * dwarf2read.c (struct line_head, struct filenames, struct
5706         directories): Replace with...
5707         (struct line_header): New structure, containing the full
5708         contents of the statement program header, including the
5709         include directory and file name tables.
5710         (read_file_scope): If we have line number info, instead of just
5711         calling dwarf_decode_lines to do all the work, call
5712         dwarf_decode_line_header first to get a `struct line_header'
5713         containing the data in the statement program header, and then
5714         pass that to dwarf_decode_lines, which will pick up where that
5715         left off.  Be sure to clean up the `struct line_header' object.
5716         (dwarf_decode_line_header, free_line_header, add_include_dir,
5717         add_file_name): New functions.
5718         (dwarf_decode_lines): Move all the code to read the statement
5719         program header into dwarf_decode_line_header.  Take the line
5720         header it built as the first argument, instead of the offset to
5721         the compilation unit's line number info.  Use the new `struct
5722         line_header' type instead of the old structures.  No need to do
5723         cleanups here now, since we don't allocate anything.
5724         (dwarf2_statement_list_fits_in_line_number_section,
5725         dwarf2_line_header_too_long): New complaints.
5726
5727 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
5728
5729         * gdbtypes.c (init_vector_type): New function.
5730         (build_builtin_type_vec128): Simplify the representation of SIMD
5731         registers.
5732         (build_gdbtypes): Initialize new builtin vector types.
5733         (_initialize_gdbtypes): Register new vector types with gdbarch.
5734         (builtin_type_v4_float, builtin_type_v4_int32,
5735         builtin_type_v8_int16, builtin_type_v16_int8,
5736         builtin_type_v2_int32, builtin_type_v4_int16,
5737         builtin_type_v8_int8): New (renamed) SIMD types.
5738
5739 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
5740
5741         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5742         (i387_fill_fxsave): Likewise.
5743
5744 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5745
5746         * alpha-tdep.c (alpha_extract_return_value): Don't use
5747         non-constant array size in prototype.
5748
5749 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5750
5751         From Brian Taylor <briant at model dot com>:
5752         * ui-out.c (ui_out_field_core_addr): Use the function
5753         longest_local_hex_string_custom'to format addresses > 32 bits
5754         wide.
5755
5756         * ui-out.c (ui_out_field_core_addr): Update comment.
5757
5758 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5759
5760         * stack.c (select_and_print_frame): Make static.  Delete the
5761         parameter `level'.
5762         (func_command): Update call.
5763         (select_frame_command): Delete code computing the frame level.
5764         * frame.h (select_and_print_frame): Delete declaration.
5765
5766 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5767
5768         * sparc-tdep.c (sparc_get_saved_register): Comment why
5769         get_prev_frame call is safe.
5770
5771 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5772
5773         * frame.h (select_frame): Delete level parameter.
5774         * stack.c (select_frame): Update.  Use frame_relative_level to
5775         obtain the frame's level.
5776         (select_and_print_frame): Update call.
5777         (select_frame_command): Ditto.
5778         (up_silently_base): Ditto.
5779         (down_silently_base): Ditto.
5780         * ocd.c (ocd_start_remote): Ditto.
5781         * remote-rdp.c (remote_rdp_open): Ditto.
5782         * remote-mips.c (mips_initialize): Ditto.
5783         (common_open): Ditto.
5784         * remote-e7000.c (e7000_start_remote): Ditto.
5785         * m3-nat.c (select_thread): Ditto.
5786         * hppa-tdep.c (child_get_current_exception_event): Ditto.
5787         (child_get_current_exception_event): Ditto.
5788         * varobj.c (varobj_create): Ditto.
5789         (varobj_update): Ditto.
5790         (c_value_of_root): Ditto.
5791         * tracepoint.c (finish_tfind_command): Ditto.
5792         * corelow.c (core_open): Ditto.
5793         * arch-utils.c (generic_prepare_to_proceed): Ditto.
5794         * thread.c (info_threads_command): Ditto.
5795         (switch_to_thread): Ditto.
5796         * infrun.c (normal_stop): Ditto.
5797         (restore_selected_frame): Ditto.
5798         (restore_inferior_status): Ditto.
5799         * breakpoint.c (insert_breakpoints): Ditto.
5800         (watchpoint_check): Ditto.
5801         (bpstat_stop_status): Ditto.
5802         (do_enable_breakpoint): Ditto.
5803         * blockframe.c (flush_cached_frames): Ditto.
5804         (reinit_frame_cache): Ditto.
5805
5806 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5807
5808         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5809         maintainer.
5810
5811 2002-05-04  Jim Blandy  <jimb@redhat.com>
5812
5813         * gdbtypes.c (replace_type): Doc fix.
5814
5815 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5816
5817         * valprint.c (strcat_longest): Delete commented out function.
5818         Update copyright.
5819
5820 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5821
5822         * MAINTAINERS: Mark a29k as deleted.
5823         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
5824         Move new configurations to the top.
5825         * configure.tgt: Remove a29k.
5826         * config/a29k/tm-vx29k.h: Delete.
5827         * config/a29k/vx29k.mt: Delete.
5828         * config/a29k/tm-a29k.h: Delete.
5829         * config/a29k/a29k-udi.mt: Delete.
5830         * config/a29k/a29k.mt: Delete.
5831         * a29k-tdep.c: Delete.
5832         * remote-udi.c: Delete.
5833         * remote-mm.c: Delete.
5834         * remote-eb.c: Delete.
5835         * remote-adapt.c: Delete.
5836         * Makefile.in: Remove obsolete code.
5837         * config/s390/s390x.mt: Ditto.
5838         * config/s390/s390.mt: Ditto.
5839         * config/sparc/sparclynx.mh: Ditto.
5840         * config/sparc/linux.mh: Ditto.
5841         * config/pa/hppaosf.mh: Ditto.
5842         * config/pa/hppabsd.mh: Ditto.
5843         * config/ns32k/nbsd.mt: Ditto.
5844         * config/mips/vr5000.mt: Ditto.
5845         * config/m68k/sun3os4.mh: Ditto.
5846         * config/m68k/nbsd.mt: Ditto.
5847         * config/m68k/m68klynx.mh: Ditto.
5848         * config/m32r/m32r.mt: Ditto.
5849         * config/i386/x86-64linux.mt: Ditto.
5850         * config/i386/nbsdelf.mt: Ditto.
5851         * config/i386/nbsd.mt: Ditto.
5852         * config/i386/i386lynx.mh: Ditto.
5853
5854 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5855
5856         * target.c (debug_print_register): New function.  Handle oversize
5857         registers.
5858         (debug_to_fetch_registers): Call.
5859         (debug_to_store_registers): Call.
5860
5861 2002-05-03  Jim Blandy  <jimb@redhat.com>
5862
5863         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5864         (read_type): Doc fix.
5865         * gdbtypes.c (replace_type): Doc fix.
5866
5867         * stabsread.c (multiply_defined_struct): New complaint.
5868         (read_struct_type): If the type we were passed isn't empty, or
5869         incomplete, don't read the new struct type into it; complain,
5870         and return the original type unchanged.  Take a new `type_code'
5871         argument, which is the type code for the new type.
5872         (read_type): Rather than storing the type's type code here, pass
5873         it as an argument to read_struct_type, and let that take care of
5874         storing it.  That way, we don't overwrite the original type code,
5875         so read_struct_type can use it to decide whether we're overwriting
5876         something we shouldn't.
5877         (complain_about_struct_wipeout): New function.
5878
5879 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
5880
5881         * gdbarch.sh: Assert that gdbarch is non-NULL.
5882         * gdbarch.c: Regenerate.
5883
5884 2002-05-03  Jason Merrill  <jason@redhat.com>
5885
5886         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5887         and return NULL.
5888
5889 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
5890
5891         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5892         (x86_64_dwarf2gdb_regno_map_length),
5893         (x86_64_dwarf2_reg_to_regnum): Added.
5894         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5895         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5896         (_initialize_x86_64_tdep): Synced with the change above.
5897         (x86_64_skip_prologue): Reformulated message.
5898
5899 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5900
5901         * f-exp.y: Also use new prev_lexptr variable
5902         to improve error reporting. Based on Michael Snyder
5903         2002-04-24 dated patch to c-exp.y.
5904         * jv-exp.y: Likewise.
5905         * m2-exp.y: Likewise.
5906
5907 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
5908
5909         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5910         we are dealing with vectors.
5911
5912 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5913
5914         * config/m68k/tm-nbsd.h: Obvious fix,
5915         correct machine name.
5916
5917 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5918
5919         * p-typeprint.c (pascal_type_print_base): Add support
5920         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5921
5922 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5923
5924         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5925         for fondamental pascal 'char' type.
5926
5927 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5928
5929         * p-lang.h (is_pascal_string_type): Declaration changed,
5930         new sixth argument of type char ** added.
5931         * p-lang.c (is_pascal_string_type): Implementation
5932         changed. Args length_pos, length_size, string_pos, char_size
5933         can now be NULL. New argument arrayname set to the field
5934         name of the char array. Return value set to char array
5935         field index plus one.
5936         * p-valprint.c (pascal_val_print): Adapt to new declaration of
5937         is_pascal_string_type function.
5938
5939 2002-05-02  Andrew Cagney  <cagney@redhat.com>
5940
5941         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5942         <cagney@redhat.com> change.
5943         * gdbarch.c: Regenerate.
5944
5945 2002-05-02  Andrew Cagney  <cagney@redhat.com>
5946
5947         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5948         before probing for a new one.  Detect errorenous gdbarch_init
5949         functions.
5950         * gdbarch.c: Regenerate.
5951
5952 2002-05-01  Andrew Cagney  <cagney@redhat.com>
5953
5954         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5955         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
5956         * config/v850/tm-v850.h: Ditto.  Update copyright.
5957
5958 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
5959
5960         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5961         current_gdbarch.
5962
5963 2002-04-30  Michael Snyder  <msnyder@redhat.com>
5964
5965         * arm-tdep.c: Whitespace clean-ups.
5966         (arm_skip_prologue): Fix thinko; two lines
5967         should have been removed as part of 4/24 change.
5968
5969 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
5970
5971         * rs6000-tdep.c: Added comment describing how fpscr register
5972         numbers were chosen.
5973
5974 2002-04-30  Michael Snyder  <msnyder@redhat.com>
5975
5976         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5977
5978 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
5979
5980         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5981         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5982         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5983
5984 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
5985
5986         From Louis Hamilton <hamilton@redhat.com>:
5987         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5988         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5989         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5990         not bfd-private xcoff data, to determine wordsize.
5991         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5992
5993 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
5994
5995         GDB 5.2 released from 5.2 branch.
5996
5997 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
5998
5999         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6000         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6001         (x86_64_register_info_table): Added comments with register numbers.
6002
6003 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
6004
6005         * rs6000-tdep.c (rs6000_extract_return_value,
6006         rs6000_store_return_value): Handle returning vectors.
6007         (rs6000_gdbarch_init): Use
6008         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6009         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6010         New function.
6011         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6012         vectors.
6013         (ppc_sysv_abi_push_arguments): Handle vector parameters.
6014         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6015
6016 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6017
6018         * hpread.c (hpread_psymtab_to_symtab_1,
6019         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6020         with fprintf_unfiltered (gdb_stderr,...).
6021
6022 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6023
6024         * remote-array.c (printf_monitor, write_monitor,
6025         array_insert_breakpoint, array_remove_breakpoint ):
6026         Replace fprintf (stderr,...
6027         with fprintf_unfiltered (gdb_stderr,....
6028         * remote-es.c: Likewise.
6029         * remote-os9k.c: Likewise.
6030         * remote-st.c: Likewise.
6031
6032 2002-04-28  Andreas Schwab  <schwab@suse.de>
6033
6034         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6035         linux-proc.o and gcore.o.
6036
6037 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
6038
6039         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6040         code without frame pointers.
6041
6042 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6043
6044         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6045         ON_STACK is needed.
6046
6047 2002-04-26  Ben Elliston  <bje@redhat.com>
6048
6049         * target.c (do_xfer_memory): Correct reference to the new option
6050         "trust-readonly-sections".
6051
6052 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
6053
6054         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6055         * gdbtypes.c (recursive_dump_type): Output the vector flag.
6056         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6057         vectors.
6058         (read_array_type): Record the fact that this array type is really a
6059         vector (i.e. are passed in by value).
6060
6061 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
6062
6063         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6064         * alpha-tdep.c (alpha_sigcontext_addr): New function.
6065         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6066         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6067         * alpha-linux-tdep.c: Include frame.h.
6068         (alpha_linux_sigcontext_addr): New function.
6069         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6070         alpha_linux_sigcontext_addr.
6071         * alpha-osf1-tdep.c: Include gdbcore.h.
6072         (alpha_osf1_sigcontext_addr): New function.
6073         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6074         alpha_osf1_sigcontext_addr.
6075         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6076         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6077
6078 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6079
6080         * stack.c (selected_frame_level):
6081         (select_frame): Do not set selected_frame_level.
6082         * frame.h (selected_frame_level): Delete declaration.
6083
6084 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6085
6086         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6087         convert_from_func_ptr-addr when AIX / PowerOpen.
6088
6089 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6090
6091         * valops.c (hand_function_call): Call
6092         generic_save_call_dummy_addr.
6093         * frame.h (generic_save_call_dummy_addr): Declare.
6094         * blockframe.c (struct dummy_frame): Add fields call_lo and
6095         call_hi.
6096         (generic_find_dummy_frame): Check for PC in range call_lo to
6097         call_hi instead of entry_point_address.
6098         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6099         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
6100         (generic_save_call_dummy_addr): New function.
6101
6102 2002-04-24  David S. Miller  <davem@redhat.com>
6103
6104         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6105         sparc_skip_prologue.
6106         (sparc_skip_prologue): Kill frameless_p arg, and use line number
6107         information to find prologue when possible.
6108         (sparc_prologue_frameless_p): Call examine_prologue directly.
6109         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6110         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6111         second argument.
6112         (SKIP_PROLOGUE): Likewise.
6113
6114 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6115
6116         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6117         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6118         indicate that the condition it was testing is always true.
6119         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6120         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6121         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6122
6123 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6124
6125         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6126         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6127         tdep->jb_pc and tdep->jb_elt_size.
6128         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6129         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6130         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6131         * alpha-nat.c (get_longjmp_target): Remove.
6132         (JB_ELEMENT_SIZE): Ditto.
6133         (JB_PC): Ditto.
6134         * alpha-tdep.c (alpha_get_longjmp_target): New function.
6135         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
6136         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6137         to alpha_get_longjmp_target.
6138         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6139         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6140         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6141
6142 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6143
6144         * README: Update to GDB 5.2.
6145
6146 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6147
6148         * gdbarch.sh (LC_ALL): Set to `c'.
6149
6150 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6151
6152         * avr-tdep.c: Ran through gdb_indent.sh.
6153
6154 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6155
6156         * MAINTAINERS: Add myself as AVR maintainer.
6157         * NEWS: Note new target avr.
6158
6159 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6160
6161         * Makefile.in: Add support for AVR target.
6162         * configure.tgt: Add support for AVR target.
6163         * avr-tdep.c: New file
6164         * config/avr/avr.mt: New file.
6165
6166 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6167
6168         * MAINTAINERS: Add myself to write-after-approval.
6169
6170 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6171
6172         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6173         with fprintf_unfiltered (gdb_stderr,....
6174
6175 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6176
6177         Fix PR gdb/508.
6178         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6179
6180 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6181
6182         * p-exp.y: Also use new prev_lexptr variable
6183         to improve error reporting. Based on Michael Snyder
6184         2002-04-24 dated patch to c-exp.y.
6185
6186 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6187
6188         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6189         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6190         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
6191         to 0.
6192         * config/alpha/tm-alpha.h: Remove forward decls of struct type
6193         and struct value.
6194         (FUNCTION_START_OFFSET): Remove.
6195         (BREAKPOINT): Ditto.
6196
6197 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6198
6199         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6200         * NEWS: Ditto.
6201
6202 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6203
6204         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6205         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6206         alpha_linux_pc_in_sigtramp.
6207         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6208         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6209         alpha_osf1_pc_in_sigtramp.
6210         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6211         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6212         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6213         alphafbsd_pc_in_sigtramp.
6214         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6215         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6216         alphanbsd_pc_in_sigtramp.
6217         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6218         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6219
6220 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6221
6222         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6223
6224 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6225
6226         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6227         alphanbsd-tdep.c.
6228         (alphanbsd-nat.o): New dependency list.
6229         (alphanbsd-tdep.o): Ditto.
6230         * NEWS: Note new native NetBSD/alpha configuration.
6231         * alphanbsd-nat.c: New file.
6232         * alphanbsd-tdep.c: Ditto.
6233         * configure.host (alpha*-*-netbsd*): New host.
6234         * configure.tgt (alpha*-*-netbsd*): New target.
6235         * config/alpha/nbsd.mh: New file.
6236         * config/alpha/nbsd.mt: Ditto.
6237         * config/alpha/nm-nbsd.h: Ditto.
6238         * config/alpha/tm-nbsd.h: Ditto.
6239
6240 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6241
6242         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6243         (alpha-osf1-tdep.o): New dependency list.
6244         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6245         and skip_sigtramp_frame members.
6246         * alpha-linux-tdep.c: Include gdbcore.h.
6247         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6248         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6249         * alpha-osf1-tdep.c: New file.
6250         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6251         alpha-osf1-dep.c.
6252         (alpha_frame_past_sigtramp_frame): New function.
6253         (alpha_dynamic_sigtramp_offset): Ditto.
6254         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6255         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6256         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6257         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6258         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6259         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6260         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6261         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6262         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6263         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6264         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
6265         to find_solib_trampoline_target.
6266         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6267         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6268         (SKIP_TRAMPOLINE_CODE): Remove.
6269         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6270         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6271         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6272         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6273         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6274         (PROC_SIGTRAMP_MAGIC): Ditto.
6275         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6276         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6277         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6278         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6279         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6280
6281 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6282
6283         * NEWS: Note that Alpha targets are now multi-arch.
6284
6285 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6286
6287         * parser-defs.h (prev_lexptr): New external variable.
6288         * parse.c (parse_exp_1): Set prev_lexptr to null before
6289         calling the language-specific parser.
6290         * c-exp.y (yylex): Set prev_lexptr to start of current token.
6291         (yyerror): Use prev_lexptr in error reporting.
6292
6293 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
6294
6295         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6296         * gregset.h: If FILL_FPXREGSET is defined, provide
6297         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6298         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6299         is defined, call fill_fpxregset.
6300
6301 2002-04-24  Roland McGrath  <roland@frob.com>
6302
6303         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6304         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6305         (supply_gregset, supply_fpregset): New functions.
6306
6307         * gnu-nat.c (gnu_find_memory_regions): New function.
6308         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6309         (gnu_xfer_memory): Add a cast.
6310
6311 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6312
6313         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6314         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
6315         of argument regs ("str r(0123), [r11, #-nn"]).
6316         (arm_skip_prologue): Better handling for frameless functions.
6317         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
6318         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6319
6320 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
6321
6322         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6323         NUM_PSEUDO_REGS can be used.
6324
6325 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
6326
6327         * arch-utils.h: Update copyright.
6328
6329         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6330         * gdbarch.h, gdbarch.c: Re-generate.
6331
6332         * inferior.h (IN_SIGTRAMP): Delete definition.
6333         * arch-utils.c (legacy_pc_in_sigtramp): New function.
6334         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6335
6336         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6337         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6338         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
6339         (find_proc_framesize): Ditto.
6340         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6341         (alpha_init_extra_frame_info): Ditto.
6342         * infrun.c (handle_inferior_event): Ditto.
6343         (handle_inferior_event): Ditto.
6344         (check_sigtramp2): Ditto.
6345         * blockframe.c (create_new_frame): Ditto.
6346         (get_prev_frame): Ditto.
6347         * ppc-linux-tdep.c: Update comments.
6348         * i386-linux-tdep.c: Update comments.
6349         * breakpoint.c (bpstat_what): Update comment.
6350
6351 2002-04-24  David S. Miller  <davem@redhat.com>
6352
6353         * i960-tdep.c (register_in_window_p): New function.
6354         (i960_find_saved_register): Use it instead of
6355         REGISTER_IN_WINDOW_P.
6356         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6357
6358         * symtab.h (find_stab_function_addr): Kill extern.
6359         * minsyms.c (find_stab_function_addr): Remove from here...
6360         * dbxread.c: ... to here, and mark it static.
6361
6362 2002-04-20  David S. Miller  <davem@redhat.com>
6363
6364         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6365         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6366
6367 2002-04-21  David S. Miller  <davem@redhat.com>
6368
6369         * remote-vxsparc.c (vx_read_register): Fix typo, we want
6370         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6371         (vx_write_register): Likewise.
6372
6373 2002-04-23  J. Brobecker  <brobecker@gnat.com>
6374
6375         * source.c (is_regular_file): New function.
6376         (openp): Check wether file to open is a regular file
6377         to avoid opening directories.
6378
6379 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6380
6381         * findvar.c (extract_signed_integer): Cast printf argument
6382         to suppress format warning.
6383         (extract_unsigned_integer): Likewise.
6384         * infcmd.c (registers_info): Likewise.
6385         * top.c (get_prompt_1): Likewise.
6386         * valops.c (value_assign): Likewise.
6387         * valprint.c (print_decimal): Likewise.
6388
6389 2002-04-22  H.J. Lu  (hjl@gnu.org)
6390
6391         * c-exp.y (typebase): Support
6392
6393         [long|long long|short] [signed|unsigned] [int|]
6394
6395         and
6396
6397         signed [long|long long|short] int
6398
6399 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6400
6401         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6402         and vax-tdep.h.
6403         * vax-tdep.h: New file.
6404         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6405         Make several routines static.
6406         (vax_get_saved_register): New function.
6407         (vax_gdbarch_init): New function.
6408         (_initialize_vax_tdep): Register vax_gdbarch_init.
6409         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6410         Remove macros now under the control of gdbarch.
6411
6412 2002-04-22  Michael Snyder  <msnyder@redhat.com>
6413
6414         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6415         Some whitespace and coding standards tweaks.
6416
6417 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6418
6419         * vax-tdep.c: Include regcache.h.
6420         (vax_call_dummy_words): New.
6421         (sizeof_vax_call_dummy_words): New.
6422         (vax_fix_call_dummy): New function.
6423         (vax_saved_pc_after_call): Ditto.
6424         * config/vax/tm-vax.h: Don't include regcache.h.
6425         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6426         (CALL_DUMMY): Remove.
6427         (CALL_DUMMY_WORDS): Define.
6428         (SIZEOF_CALL_DUMMY_WORDS): Define.
6429         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6430
6431 2002-04-18  Michael Snyder  <msnyder@redhat.com>
6432
6433         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6434
6435 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6436
6437         * vax-tdep.c (vax_frame_chain): New function.
6438         (vax_push_dummy_frame): Ditto.
6439         (vax_pop_frame): Ditto.
6440         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6441         (FRAMELESS_FUNCTION_INVOCATION): Use
6442         generic_frameless_function_invocation_not.
6443         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6444         (POP_FRAME): Use vax_pop_frame.
6445
6446 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6447
6448         * vax-tdep.c (vax_store_struct_return): New function.
6449         (vax_extract_return_value): Ditto.
6450         (vax_store_return_value): Ditto.
6451         (vax_extract_struct_value_address): Ditto.
6452         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6453         vax_store_struct_return.
6454         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6455         (STORE_RETURN_VALUE): Use vax_store_return_value.
6456         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6457
6458 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6459
6460         * vax-tdep.c (vax_frame_saved_pc): New function.
6461         (vax_frame_args_address_correct): Ditto.
6462         (vax_frame_args_address): Ditto.
6463         (vax_frame_locals_address): Ditto.
6464         (vax_frame_num_args): Move code to be in proximity to
6465         other frame-related functions.
6466         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6467         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6468         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6469         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6470         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6471
6472 2002-04-22  H.J. Lu  (hjl@gnu.org)
6473
6474         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6475         includedir.
6476
6477 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6478
6479         * vax-tdep.c (vax_frame_init_saved_regs): New function.
6480         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6481         (FRAME_INIT_SAVED_REGS): New macro.
6482
6483 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6484
6485         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6486
6487 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6488
6489         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6490         where needed.
6491         (fetch_osf_core_registers): Likewise.
6492         (supply_gregset): Likewise.
6493
6494 2002-04-22  J. Brobecker  <brobecker@gnat.com>
6495
6496         * symfile.h (get_section_index): Define.
6497         * symfile.c (get_section_index): New function.
6498         * mdebugread.c (SC_IS_SBSS): New macro.
6499         (SC_IS_BSS): Return true for the scBss storage class only, as
6500         the scSBss storage class refers to the .sbss section.
6501         (parse_partial_symbols): Discard the symbols which associated
6502         section does not exist.
6503         Make sure to use the .sbss section index for symbols which
6504         storage class is scBss, rather than using the .bss section index.
6505
6506 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6507
6508         * vax-tdep.c: Update copyright years.
6509         (vax_register_name): New function.
6510         (vax_register_byte): Ditto.
6511         (vax_register_raw_size): Ditto.
6512         (vax_register_virtual_size): Ditto.
6513         (vax_register_virtual_type): Ditto.
6514         * config/vax/tm-vax.h: Update copyright years.
6515         (REGISTER_NAMES): Remove.
6516         (REGISTER_NAME): Define.
6517         (REGISTER_BYTE): Use vax_register_byte.
6518         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6519         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6520         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6521
6522 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6523
6524         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6525         declaration
6526         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6527
6528 2002-04-21  David S. Miller  <davem@redhat.com>
6529
6530         * arch-utils.c (generic_prologue_frameless_p): Kill
6531         SKIP_PROLOGUE_FRAMELESS_P code.
6532         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6533         references.
6534         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6535         * arc-tdep.c (arc_prologue_frameless_p): Implement.
6536         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6537         references.
6538         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6539         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6540         (sparc_gdbarch_init): Pass it to
6541         set_gdbarch_prologue_frameless_p.
6542
6543 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6544
6545         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6546         (alphabsd-nat.o): New dependency list.
6547
6548 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6549
6550         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6551         alphafbsd-tdep.c.
6552         (alpha-linux-tdep.o): New dependency list.
6553         (alphafbsd-tdep.o): Likewise.
6554
6555 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6556
6557         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
6558         to here...
6559         * alpha-tdep.c: ...from here.
6560         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6561
6562 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6563
6564         * config/alpha/tm-alpha.h: Move alpha_software_single_step
6565         prototype from here...
6566         * alpha-tdep.h: ...to here.
6567
6568 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6569
6570         * frame.h (selected_frame_level): Document as deprecated.
6571         (frame_relative_level): Declare.
6572         * stack.c (frame_relative_level): New function.
6573         (selected_frame_level): Document as deprecated.
6574         (select_frame): Do not set the selected_frame_level.
6575
6576         * stack.c (frame_info, record_selected_frame): Update.
6577         (frame_command, current_frame_command): Update.
6578         (up_silently_base, up_command, down_silently_base): Update.
6579         (down_command): Update.
6580         * inflow.c (kill_command): Update.
6581         * tracepoint.c (finish_tfind_command): Update.
6582         * corelow.c (core_open): Update.
6583         * thread.c (info_threads_command): Update.
6584         (do_captured_thread_select): Update.
6585         * infcmd.c (finish_command): Update.
6586         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6587
6588 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6589
6590         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6591
6592 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6593
6594         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
6595         type const.
6596
6597 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6598
6599         * alphafbsd-tdep.c: Update copyright years.  Include
6600         alpha-tdep.h.
6601         (alphafbsd_use_struct_convention): Make static.
6602         (alphafbsd_init_abi): New function.
6603         (_initialize_alphafbsd_tdep): New function.
6604         * config/alpha/tm-fbsd.h: Update copyright years.
6605         (USE_STRUCT_CONVENTION): Remove.
6606
6607 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6608
6609         * alpha-tdep.c (alpha_abi_handler): New structure to describe
6610         an Alpha ABI variant.
6611         (alpha_abi_handler_list): Declare.
6612         (alpha_gdbarch_register_os_abi): New function.
6613         (alpha_gdbarch_init): Give registered ABI variant handlers a
6614         chance to tweak the gdbarch once we have set up defaults.
6615         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6616
6617 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6618
6619         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6620         to standard_coerce_float_to_double.
6621         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6622
6623 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6624
6625         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6626         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6627         from gdbarch_tdep rather than a constant.
6628         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6629         the default text address for all Alpha Unix ABIs.
6630         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6631         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6632
6633 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6634
6635         * alpha-tdep.h: New file.  Includes several Alpha target constants
6636         taken from...
6637         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
6638         let gdbarch deal with.
6639         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6640         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6641         to dependency list.
6642         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
6643         Alpha target register names.
6644         * alphabsd-nat.c: Likewise.
6645         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
6646         Alpha target register names.  Make serveral routines static.
6647         (alpha_get_saved_register): New function.
6648         (alpha_abi_names): New.
6649         (process_note_abi_tag_sections): New function.
6650         (get_elfosabi): New function.
6651         (alpha_gdbarch_init): New function.
6652         (alpha_dump_tdep): New function.
6653         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6654
6655 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6656
6657         * frame.c (find_saved_register): Delete #ifdef
6658         HAVE_REGISTER_WINDOWS code.
6659         * config/sparc/tm-sparc.h: Update comments.
6660         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6661
6662 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6663
6664         * i960-tdep.c (i960_find_saved_register): New function.
6665         (i960_get_saved_register): New function.
6666         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6667         (i960_get_saved_register): Declare.
6668         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6669
6670 2002-04-20  David S. Miller  <davem@redhat.com>
6671
6672         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6673
6674 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6675
6676         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6677         instead of NUM_PSEUDO_REGS.
6678
6679 2002-04-20  David S. Miller  <davem@redhat.com>
6680
6681         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6682         GDB_MULTI_ARCH_PARTIAL
6683         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6684         define, let tm-sp64.h do it.
6685
6686 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
6687
6688         * frame.c (find_saved_register): Avoid a NULL pointer
6689         dereference and actually walk the frame list.
6690
6691 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6692
6693         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6694         sorted in most most-recent-used order.  Document.
6695         * gdbarch.h, gdbarch.c: Regenerate.
6696
6697 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
6698
6699         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6700         instead of ->prev.
6701         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6702         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6703         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6704         instead of ->prev.
6705
6706 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
6707
6708         Fix PR gdb/471.
6709         * gdbtypes.c (init_simd_type): Rewrite using new functions.
6710         (build_builtin_type_vec128): Ditto.
6711         (append_composite_type_field): Fix calculation of type length in
6712         union case.
6713
6714 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
6715
6716         * config/djgpp/README: Update.
6717
6718         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6719         compiler warnings.
6720
6721 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
6722
6723         * alpha-tdep.c (setup_arbitrary_frame): Rename...
6724         (alpha_setup_arbitrary_frame): ...to this.
6725         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6726         for alpha_setup_arbitrary_frame.
6727
6728 2002-04-18  Andrew Cagney  <cagney@redhat.com>
6729
6730         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6731         * gdbarch.h, gdbarch.c: Regenerate.
6732
6733         * defs.h (breakpoint_from_pc_fn): Delete type definition.
6734         * target.h (memory_breakpoint_from_pc): Update declaration.
6735         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6736
6737         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6738         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6739         * mem-break.c (memory_breakpoint_from_pc): Ditto.
6740         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6741         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6742         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6743         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6744         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6745         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6746         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6747         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6748         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6749
6750         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6751         const pointer.
6752         * monitor.c (monitor_insert_breakpoint): Ditto.
6753         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6754
6755         * config/mcore/tm-mcore.h: Update copyright.
6756         * mem-break.c: Ditto.
6757         * xstormy16-tdep.c: Ditto.
6758
6759 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6760
6761         * p-exp.y: Add precedence rule for '^' token.
6762         This removes the shift/reduce conflicts.
6763         Remove the comment concerning these shift/reduce conflicts.
6764
6765 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
6766
6767         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6768         (registers_powerpc_nofp): New register set for processors
6769         without floating point unit.
6770
6771 2002-04-18  David S. Miller  <davem@redhat.com>
6772
6773         * MAINTAINERS: Add myself to write-after-approval.
6774
6775 2002-04-17  Michael Snyder  <msnyder@redhat.com>
6776
6777         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6778
6779 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6780
6781         * rs6000-tdep.c (frame_initial_stack_address): Use
6782         frame_register_read to read the alloca_reg.
6783
6784 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6785
6786         * frame.c (find_saved_register): Find saved registers in the next
6787         not prev frame.
6788         Fix PR gdb/365.
6789
6790 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6791
6792         * gdbarch.sh (LANG): Set to ``c''.
6793
6794 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
6795
6796         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6797
6798 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
6799
6800         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6801         Update copyright.
6802
6803         * hpread.c (hpread_get_lntt): Add declaration.
6804         Also fix PR gdb/391.
6805
6806 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6807
6808         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6809         * aclocal.m4, configure: Re-generate.
6810         Fix PR gdb/391.
6811
6812 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
6813
6814         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6815         instead of tm_print_insn.
6816
6817 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
6818
6819         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6820
6821 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6822
6823         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6824         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6825         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6826
6827 2002-04-12  Don Howard  <dhoward@redhat.com>
6828
6829         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6830         max_user_call_depth.
6831         (init_cmd_lists): Initialize the new value;
6832         * cli/cli-script.c (execute_user_command): Limit the call depth of
6833         user defined commands.  This avoids a core-dump when user commands
6834         are infinitly recursive.
6835
6836 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6837
6838         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6839         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6840         from tdep struct instead of DEFAULT_LR_SAVE.
6841         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6842         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6843         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6844
6845 2002-04-12  Michael Snyder  <msnyder@redhat.com>
6846
6847         * Remote.c: Spelling fix.
6848         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6849         If no symbol found for "sbrk", try "_sbrk".
6850         (make_output_phdrs): Use bfd_section_name.
6851         (gcore_copy_callback): Use bfd_section_name.
6852         * eval.c: Indentation fix-ups.
6853         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6854         in case it gets applied to an address that is already
6855         in the instruction space.
6856         * cli/cli-decode.c (help_list): Allow long lines to wrap.
6857         * symfile.c: Fix indentation, long lines.
6858         * source.c: White space fix-up.
6859
6860 2002-04-12  Andrew Cagney  <cagney@redhat.com>
6861
6862         * defs.h (read_relative_register_raw_bytes): Delete declaration.
6863         * frame.c (frame_register_read): New function.  Return non-zero on
6864         success.
6865         (read_relative_register_raw_bytes_for_frame): Delete.
6866         (read_relative_register_raw_bytes): Delete.
6867         * frame.h (frame_register_read): Declare.
6868         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
6869         * sh-tdep.c: Ditto.
6870         * infcmd.c (do_registers_info): Ditto.
6871         * hppa-tdep.c: Ditto.
6872         * rs6000-tdep.c: Ditto.
6873         * h8500-tdep.c: Ditto.
6874         * mips-tdep.c: Ditto.
6875         * h8300-tdep.c: Ditto.
6876         * z8k-tdep.c: Ditto.
6877
6878 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6879
6880         From Jimi X <jimix@watson.ibm.com>:
6881         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6882         64-bit SysV ABI.
6883
6884 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6885
6886         From Jimi X <jimix@watson.ibm.com>:
6887         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6888         bfd info.
6889
6890 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6891
6892         From Jimi X <jimix@watson.ibm.com>:
6893         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6894         register sets for these processor variants.
6895
6896 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
6897
6898         * regformats/reg-ppc.dat: Support FPSCR.
6899
6900 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
6901
6902         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6903         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6904         Add fpscr as an invalid/unfetchable register.
6905         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6906         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6907         (fill_fpregset): Add support for register fpscr.
6908         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6909         (fill_gregset): Account for the fact that register ``mq'' might
6910         not exist.
6911         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6912         (registers_power): Add fpscr to register set at slot 71.
6913         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6914         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
6915
6916 2002-04-11  Michael Snyder  <msnyder@redhat.com>
6917
6918         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6919         * configure: Regenerate.
6920         * config.in: Regenerate.
6921         * acconfig.h: Add define for _SYSCALL32.
6922         * core-sol2.c: Remove #define _SYSCALL32.
6923         * solib-legacy.c: Remove #define _SYSCALL32.
6924
6925 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
6926
6927         * stack.c (select_frame): Cleanup internal error message, do not
6928         use %p.
6929
6930 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
6931
6932         * stack.c (select_frame): Check that selected_frame and the
6933         specified level are as expected.
6934         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6935         Update copyright.
6936         * frame.h (struct frame_info): Add field `level'.  Update
6937         copyright.
6938         Work-in-progress PR gdb/464.
6939
6940 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
6941
6942         * maint.c (maint_print_section_info): Rename print_section_info.
6943         (print_bfd_section_info, print_objfile_section_info): Update.
6944         * inferior.h (struct gdbarch): Add opaque declaration.
6945         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6946         * gdbarch.h: Regenerate.
6947
6948 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
6949
6950         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6951         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6952         (kernel_u_size): Added.
6953         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6954         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6955
6956 2002-04-04  Jim Ingham  <jingham@apple.com>
6957
6958        * valarith.c (find_size_for_pointer_math): New function, either returns
6959        the size for a pointer's target, returns 1 for void *, or errors for
6960        incomplete types.
6961        (value_add, value_sub): use find_size_for_pointer_math.
6962
6963 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6964
6965         * linux-low.c (linux_look_up_symbols): New hook.
6966         (linux_target_ops): Add linux_look_up_symbols.
6967         * remote-utils.c (decode_address): New function.
6968         (look_up_one_symbol): New function.
6969         * server.c (handle_query): Call target look_up_symbols hook.
6970         * server.h (look_up_one_symbol): Add prototype.
6971         * target.h (struct target_ops): Add look_up_symbols hook.
6972
6973 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
6974
6975         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6976         override FP_REGNUM with frame->fp.  Update copyright.
6977         * parse.c (num_std_regs, std_regs): Delete.
6978         (target_map_name_to_register): Do not search std_regs.  Update
6979         function description.
6980         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6981         declarations.  Update copyright.
6982         Fix PR gdb/251.
6983
6984 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
6985
6986         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6987         after the last symbol in a block.
6988
6989 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
6990
6991         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6992         is non zero as a found symbol.
6993
6994 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
6995
6996         * findvar.c: Include "builtin-regs.h".
6997         (value_of_register): Call value_of_builtin_reg when applicable.
6998         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6999         (target_map_name_to_register): Call
7000         builtin_reg_map_name_to_regnum.
7001         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7002         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7003         (builtin_regs_h): Define.
7004         (builtin-regs.o): New target.
7005         (findvar.o): Add $(builtin_regs_h).
7006         * builtin-regs.c, builtin-regs.h: New files.
7007         * std-regs.c: New file.
7008         Partial fix for PR gdb/251.
7009
7010 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7011
7012         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7013         it's no longer required.
7014
7015 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
7016
7017         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7018
7019 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7020
7021         From Jimi X <jimix@watson.ibm.com>:
7022         * rs6000-tdep.c (rs6000_software_single_step): Use
7023         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7024         and size.  Use target_insert_breakpoint() and
7025         target_remove_breakpoint() to insert and remove breakpoints
7026         instead of explicit memory reads and writes.
7027
7028 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7029
7030         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7031         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7032         ELF_OBJECT_FORMAT ifdef.
7033
7034 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7035
7036         From Jimi X <jimix@watson.ibm.com>:
7037         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7038
7039 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7040
7041         From Jimi X <jimix@watson.ibm.com>:
7042         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7043         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7044
7045 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
7046
7047         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7048         s/asprintf/xasprintf/.
7049         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7050
7051 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7052
7053         I believe Jeff Law denies responsability for this one:
7054         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7055         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7056         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7057         Work-around for PR gdb/366.
7058
7059 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7060
7061         * remote-e7000.c (write_small, e7000_read_inferior_memory,
7062         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7063         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7064
7065 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7066
7067         * sh-tdep.c (sh_fp_frame_init_saved_regs,
7068         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7069         information.
7070
7071 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7072
7073         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7074         maintainer.
7075
7076 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7077
7078         * README (Reporting Bugs in GDB): Document the bug web page as the
7079         prefered way of submitting bugs.
7080         Fix PR gdb/402.
7081
7082 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7083
7084         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7085         -1.  Update comment.
7086         * gdbarch.h, gdbarch.c: Re-generate.
7087
7088 2002-04-07  Andreas Schwab  <schwab@suse.de>
7089
7090         * m68klinux-nat.c (fill_fpregset): Properly pass address of
7091         buffer to regcache_collect.
7092
7093 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7094
7095         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
7096         * gdbarch.c, gdbarch.h: Re-generate.
7097
7098 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7099
7100         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7101         declaration.  Fix -Werror.
7102
7103 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
7104
7105         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7106         * gdbarch.c: Regenerate.
7107
7108 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7109
7110         * breakpoint.c (clear_command): Rewrite middle section to
7111         combine two loops with identical control conditions.
7112         Add a cleanup to eliminate a memory leak.
7113         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7114
7115 2002-04-05  H.J. Lu  (hjl@gnu.org)
7116
7117         * solib-svr4.c (bkpt_names): Add "__start".
7118
7119 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7120
7121         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7122         as test for 64 bit target.
7123
7124 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
7125
7126         * h8500-tdep.c (h8500_write_fp): Delete function.
7127         * dwarf2cfi.c (cfi_write_fp): Document as not used.
7128         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7129         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7130         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7131         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7132         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7133         (s390_write_fp):
7134         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7135         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7136         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7137         (d10v_write_fp): Delete function.
7138         * inferior.h (write_fp, generic_target_write_fp): Delete
7139         declarations.
7140         * regcache.c (generic_target_write_fp): Delete function.
7141         (write_fp): Delete function.
7142         * gdbarch.sh (TARGET_WRITE_FP): Delete.
7143         * gdbarch.h, gdbarch.c: Regenerate.
7144         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7145         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7146         (sparc64_write_fp): Delete declaration.
7147         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7148         (h8500_write_fp): Delete declaration.
7149
7150 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7151
7152         * sparc-tdep.c (sparc64_write_fp): Delete.
7153         (sparc_push_dummy_frame): Replace write_fp call with code to store
7154         the FP directly.
7155         (sparc_gdbarch_init): Do not initialize write_fp.
7156
7157 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
7158
7159         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7160         clause.
7161
7162 2002-03-29  Jim Blandy  <jimb@redhat.com>
7163
7164         * stack.c (get_selected_block): Add new argument `addr_in_block',
7165         used to return the exact code address we used to select the block,
7166         not just the block.
7167         * blockframe.c (get_frame_block, get_current_block): Same.
7168         * frame.h (get_frame_block, get_current_block,
7169         get_selected_block): Update declarations.
7170         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7171         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7172
7173 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7174
7175         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7176         warning message.
7177
7178 2002-04-05  J. Brobecker  <brobecker@gnat.com>
7179
7180         * utils.c (xfullpath): New function.
7181         * defs.h (xfullpath): Add declaration.
7182         * source.c (openp): Use xfullpath in place of gdb_realpath to
7183         avoid resolving the basename part of filenames when the
7184         associated file is a symbolic link. This fixes a potential
7185         inconsistency between the filenames known to GDB and the
7186         filenames it prints in the annotations.
7187         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7188         to be able to match a filename with either the real filename, or
7189         the name of any symbolic link to this file.
7190         (lookup_partial_symtab): Ditto.
7191
7192 2002-04-04  Michael Snyder  <msnyder@redhat.com>
7193
7194         * breakpoint.c: Add support for hardware breakpoints in overlays.
7195         (overlay_events_enabled): New state variable.
7196         (insert_breakpoints): Use overlay_events_enabled to decide
7197         whether to attempt to set a breakpoint at the overlay load addr.
7198         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7199         (remove_breakpoint): Use overlay_events_enabled to decide
7200         whether breakpoints need to be removed from overlay load addr.
7201         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7202         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7203         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7204         disable_overlay_breakpoints): Update overlay_events_enabled.
7205
7206 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
7207
7208         * dwarf2read.c (struct function_range): New.
7209         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7210         (check_cu_functions): New.
7211         (read_file_scope): Initialize global function lists.
7212         Call dwarf_decode_line after processing children.
7213         (read_func_scope): Add to global function list.
7214         (dwarf_decode_lines): Call check_cu_functions everywhere
7215         record_line is called.  Call record_line with a linenumber
7216         of 0 to mark sequence ends.
7217
7218 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
7219
7220         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7221         change sync with glibc.
7222
7223 2002-04-03  Jim Blandy  <jimb@redhat.com>
7224
7225         * configure.in: Call AC_C_INLINE.
7226         * configure: Regenerated.
7227
7228 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
7229
7230         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7231         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7232
7233 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
7234
7235         * NEWS: Mention gcore support on FreeBSD/i386.
7236
7237         * fbsd-proc.c: New file.
7238         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7239         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7240
7241         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7242         while statement.
7243
7244 2002-03-29  Jim Blandy  <jimb@redhat.com>
7245
7246         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7247         unescaped newlines in string literals, but newer ones don't.  So
7248         escape them.
7249
7250 2002-03-26  Michael Snyder  <msnyder@redhat.com>
7251             Andrew Cagney <cagney@redhat.com>
7252
7253         * cli/cli-dump.c: New file.  Dump memory to file,
7254         restore file to memory.
7255         * cli/cli-dump.h: New file.
7256         * Makefile.in: Add rules, dependencies for cli-dump.o.
7257         * NEWS: Mention new commands.
7258
7259 2002-03-28  Michael Snyder  <msnyder@redhat.com>
7260
7261         * symfile.c (symbol_file_add): Move test for null symbols to later.
7262
7263 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7264
7265         From veksler at il.ibm.com:
7266         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7267         the xstrduped original path.
7268         Fix PR gdb/417.
7269
7270 2002-03-27  Michael Snyder  <msnyder@redhat.com>
7271
7272         * breakpoint.c (_initialize_breakpoint): Clean up help string.
7273         * infcmd.c (_initialize_infcmd): Ditto.
7274         * language.c (_initialize_language): Ditto.
7275         * symfile.c (_initialize_symfile): Ditto.
7276         * top.c (_init_main): Ditto.
7277         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7278
7279 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
7280
7281         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7282         vector registers handling.
7283         (skip_prologue): Handle new AltiVec instructions.  Fill in new
7284         fields of frame data.
7285         (frame_get_saved_regs): Fill in information for AltiVec registers.
7286
7287 2002-03-27  Jim Blandy  <jimb@redhat.com>
7288
7289         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7290         a function; leave this macro here to invoke that function.
7291         (symbol_init_mangled_name): Declaration for that function.
7292         * symtab.c (symbol_init_mangled_name): New function.
7293
7294 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7295
7296         * valarith.c: Replace strerror with safe_strerror.
7297         * tracepoint.c: Ditto.
7298         * lin-lwp.c: Ditto.
7299         * go32-nat.c: Ditto.
7300         * inflow.c: Ditto.
7301         * gnu-nat.c: Ditto.
7302
7303 2002-03-27  Andreas Schwab  <schwab@suse.de>
7304
7305         * event-top.c (command_line_handler): Remove useless if.
7306
7307 2002-03-27  Andreas Jaeger  <aj@suse.de>
7308
7309         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7310         comment.
7311
7312 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
7313
7314         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7315         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7316         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7317         (x86_64_linux_dr_get_status, supply_gregset),
7318         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7319         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7320         (x86_64_register_info_table): Add.
7321         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7322         (x86_64_register_raw_size, x86_64_register_virtual_type),
7323         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7324         general x86_64_register_info_table.
7325         (i386_gdbarch_init): gdbarch_register_bytes is now set
7326         dynamicaly during initialization.
7327         * regformats/reg-x86-64.dat: Synced with changes to registers above.
7328         * gdbserver/linux-x86-64-low.c: Ditto.
7329
7330 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7331
7332         * gdbserver/server.c (main): Call target_signal_to_host_p
7333         and target_signal_to_host on signals received from the remote.
7334         * gdbserver/remote-utils.c (prepare_resume_reply): Call
7335         target_signal_from_host on signals sent to the remote.
7336         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
7337         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
7338
7339 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7340
7341         * signals/signals.c: Include "server.h" in gdbserver build.
7342         (target_signal_from_name): Don't use STREQ.
7343         (_initialize_signals): Likewise.  Don't include function in
7344         gdbserver build.
7345
7346 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7347
7348         * signals.c: Moved to...
7349         * signals/signals.c: Here.
7350         * Makefile (signals.o): Update.
7351
7352 2002-03-26  Jeff Law (law@redhat.com)
7353
7354         * somread.c (som_symtab_read): Remove some commented out code and
7355         updated related comments.  Do not set the minimal symbol table to
7356         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7357         in a dynamic executable.
7358         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7359         where we are unable to find the minimal symbol for the given
7360         PC value.
7361
7362 2002-03-25  Jeff Law (law@redhat.com)
7363
7364         * linux-proc.c (read_mapping): Scan up to end of line for filename.
7365
7366 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
7367
7368         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7369
7370 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7371
7372         * command.h: Update copyright.
7373         (struct cmd_list_element): Replace definition with opaque
7374         declaration.
7375         (enum cmd_types): Document that it will eventually be moved to
7376         cli/cli-decode.h
7377         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7378         (MALLOCED_REPLACEMENT): Delete macro.
7379         * Makefile.in (cli_decode_h): Add $(command_h).
7380         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7381         * top.c: Include "cli/cli-decode.h".
7382         * completer.c: Include "cli/cli-decode.h".
7383         * maint.c: Include "cli/cli-decode.h".
7384         * cli/cli-decode.h: Include "command.h".
7385         (enum command_class): Delete.
7386         (enum cmd_types): Comment out.
7387         (enum cmd_auto_boolean): Delete.
7388         (enum var_types): Delete.
7389
7390 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7391
7392         * cli/cli-decode.c: Include "gdb_assert.h".
7393         (add_set_or_show_cmd): New static function.
7394         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
7395         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
7396         all fields, such as func, from the set command.
7397
7398 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7399
7400         * MAINTAINERS (sh-elf): Change warning flag to -w.
7401
7402 2002-03-23  Andrew Cagney  <cagney@redhat.com>
7403
7404         * defs.h (error): Add printf format attribute.
7405         * thread-db.c (thread_from_lwp): Fix error format string.
7406         * stack.c (parse_frame_specification): Ditto.
7407         * cli/cli-decode.c (undef_cmd_error): Ditto.
7408         * scm-lang.c (scm_lookup_name): Ditto.
7409         * tracepoint.c (trace_error): Ditto.
7410         * remote-utils.c (usage): Ditto.
7411         * remote.c (compare_sections_command): Ditto.
7412         Fix PR gdb/328.
7413
7414 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
7415
7416         * gdbtypes.c (append_composite_type_field): New function.
7417         (init_composite_type): New function.
7418         * gdbtypes.h (append_composite_type_field): Declare.
7419         (init_composite_type): Ditto.
7420
7421 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
7422
7423         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7424         function.
7425         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7426         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7427         structure returning convention for SYSV ABI case, but not
7428         for GNU/Linux, FreeBSD, or NetBSD.
7429
7430 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
7431
7432         * symtab.h (lookup_block_symbol): Add mangled_name argument
7433         to prototype.
7434
7435         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7436         with new mangled_name argument.
7437         * linespec.c (decode_line_1): Likewise.
7438         * valops (value_of_this): Likewise.
7439         * symtab.c (lookup_transparent_type): Likewise.
7440         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
7441         (lookup_symbol): If we are given a mangled name, pass it down
7442         to lookup_symbol_aux.
7443         (lookup_block_symbol): If we are given a mangled name to check
7444         against, only return symbols which match it.
7445
7446 2002-03-22  Christopher Faylor  <cgf@redhat.com>
7447
7448         * win32-nat.c (child_create_inferior): Check for proper shell to use
7449         here, in case the user changes it on the fly.
7450         (_initialize_inftarg): Remove shell path considerations.
7451
7452 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
7453
7454         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7455         for gdbarch_max_register_raw_size and max_register_virtual_size.
7456         Adjust copyright year.
7457
7458 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
7459
7460          * dbxread.c (process_one_symbol): Extend the first N_SLINE
7461          in a function to cover the entire beginning of the function
7462          as well if it does not already.
7463
7464 2002-03-21  Tom Rix  <trix@redhat.com>
7465
7466         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7467         (rs6000_ptrace64): Renamed from ptrace64.
7468
7469 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7470
7471         * gdbserver/remote-utils.c (remote_open): Don't call
7472         getprotobyname, we're all using TCP here so just use
7473         IPPROTO_TCP.
7474         * gdbserver/gdbreplay.c (remote_open): Ditto.
7475
7476 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7477
7478         * regcache.c (_initialize_regcache): No need to call
7479         build_regcache() at this time; it gets called whenever
7480         the gdbarch changes.
7481
7482 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
7483
7484         * sparc-nat.c:  Include sys/param.h where possible.
7485
7486 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
7487
7488         Fix PR gdb/422.
7489         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7490         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7491         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7492         complex types.
7493         * stabsread.c (rs6000_builtin_type): Likewise.
7494         (read_sun_floating_type): Likewise.
7495
7496 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7497
7498         * stabsread.c (read_member_functions): Remove skip code for duplicate
7499         constructor/destructor methods.  Use standard parsing for these
7500         methods and just do not chain them to the list of methods after
7501         parsing.
7502
7503 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
7504
7505         * coffread.c: Remove redundant static declarations.  Replace
7506         occurrences of `PTR' with `void *'.
7507         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7508         * top.h (quit_cover): Likewise.
7509         * defs.h (catch_errors): Likewise.
7510
7511 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7512
7513         * defs.h (XMALLOC): Define.
7514         * gdb-events.sh (XMALLOC): Delete macro.
7515         * gdb-events.c, gdb-events.h: Regenerate.
7516         * gdbarch.sh (XMALLOC): Delete macro.
7517         * gdbarch.c: Regenerate.
7518         * serial.c (XMALLOC): Delete macro.
7519         * ui-file.c (XMALLOC): Ditto.
7520         * ser-unix.h (XMALLOC): Ditto.
7521         * sh-tdep.c (XMALLOC): Ditto.
7522         * ui-out.c (XMALLOC): Ditto.
7523         * utils.c (XMALLOC): Ditto.
7524         * i386-tdep.c (XMALLOC): Ditto.
7525         * gdb-events.c (XMALLOC): Ditto.
7526         * d10v-tdep.c (XMALLOC): Ditto.
7527         * cli-out.c (XMALLOC): Ditto.
7528
7529         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7530         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7531         * ui-file.c, ui-out.c: Ditto.
7532
7533 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7534
7535         * command.h (struct cmd_list_element): Add field context.
7536         (set_cmd_context, get_cmd_context): Declare.
7537         * cli/cli-decode.h: Ditto.
7538         * cli/cli-decode.c (get_cmd_context): New function.
7539         (set_cmd_context): New function.
7540         (add_cmd): Initialize context.
7541         Part of fixing PR gdb/145 and PR gdb/146.
7542
7543 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7544
7545         * cli/cli-decode.c (cmd_type): New function.
7546         * command.h (cmd_type): Declare.
7547         * infrun.c (set_schedlock_func): Call function cmd_type.
7548         * kod.c (kod_set_os): Call cmd_type.
7549         * cris-tdep.c (cris_version_update): Use function cmd_type.
7550         (cris_mode_update, cris_abi_update): Ditto.
7551
7552         * command.h: (execute_cmd_post_hook): Declare.
7553         (execute_cmd_pre_hook): Declare.
7554         * cli/cli-script.c (clear_hook_in_cleanup): New function.
7555         (execute_cmd_post_hook, execute_cmd_pre_hook): New
7556         functions. Execute pre/post hook while ensuring that afterwords
7557         hook_in is cleared.
7558         * top.c (execute_command): Use execute_cmd_post_hook, and
7559         execute_cmd_pre_hook to execute pre/post commands.
7560         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7561         hook_stop_stub.
7562         (hook_stop_stub): Call execute_cmd_pre_hook.
7563
7564 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7565
7566         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
7567         set'' and this leads to a core dump.  Move xstrdup of
7568         operating_system to after check that it is not NULL.
7569
7570 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7571
7572         * kod.c (kod_set_os): Remove unnecessary check that
7573         ``command->type'' is set_cmd.
7574
7575         * valprint.c (set_input_radix): Use input_radix.
7576         (set_output_radix): Use output_radix.
7577         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7578         isn't reverted.
7579
7580 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
7581
7582         * value.h (struct value): Delete field ``substring_addr''.  Change
7583         aligner fields to force_doublest_align, force_longest_align,
7584         force_core_addr_align and force_pointer_aligh.
7585
7586         * value.h (struct value): Fix typo in above change.
7587
7588 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7589
7590         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7591         to fix internal_error from ``maintenance print architecture''.
7592
7593 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7594
7595         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7596         for gcc versions after gcc-2.8.1.
7597
7598 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7599
7600         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7601         for method resolution.  Restore adjustment of ``this'' pointer after
7602         calling value_struct_elt, which was accidentally removed during the
7603         HP merge.
7604
7605 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
7606
7607         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7608         value_of_register.
7609         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
7610         get_saved_register.
7611         * value.h (value_of_register): Update.
7612
7613 2002-03-14  Richard Henderson  <rth@redhat.com>
7614
7615         * configure.in: Detect declaration for canonicalize_file_name.
7616         * utils.c (canonicalize_file_name): Declare, if needed.
7617         (gdb_realpath): Prefer realpath if available and usable.
7618         * config.in, configure: Rebuild.
7619
7620 2002-03-14  Richard Henderson  <rth@redhat.com>
7621
7622         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7623         a constant array bound.
7624
7625         * MAINTAINERS: Add myself to write-after-approval.
7626
7627 2002-03-14  Michael Snyder  <msnyder@redhat.com>
7628
7629         * symfile.c (syms_from_objfile): Return immediately if no syms.
7630         (symbol_file_add): Return immediately if no syms.
7631         (find_sym_fns): Return immediately if no syms.
7632
7633 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
7634
7635         * gdbserver/remote-util.c (remote_open): Print remote-side's
7636         IP address when remote debugging over the network.
7637
7638 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
7639
7640         * config/sparc/fbsd.mh: Fix copyright.
7641         * config/sparc/fbsd.mt: Likewise.
7642
7643 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
7644
7645         * MAINTAINERS: Fix typo in name of gdb warnings option.
7646         (x86-64): Fix formating so that this can be parsed by awk.
7647
7648 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7649
7650         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7651         * defs.h: Include "gdb/signals.h".
7652         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7653
7654 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
7655
7656         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7657         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7658         from x86-64-tdep.h
7659
7660 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7661             Don Howard <dhoward@redhat.com>
7662
7663         * mips-tdep.c (ST0_FR): Define.
7664         (mips2_fp_compat): New function, temporarily disabled.
7665         (mips_read_fp_register_single): New function.
7666         (mips_read_fp_register_double): New function.
7667         (mips_print_register): Use them.
7668         (do_fp_register_row): Likewise.
7669
7670 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
7671
7672         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7673         approval''.
7674
7675 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7676
7677         * stabsread.c (read_member_functions): Fix is_stub test for
7678         static member functions, improve comment.
7679
7680 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7681
7682         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7683         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7684         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7685         commands that set boolean values.
7686         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7687         (arm_rdi_resume): Always initialize PC.
7688         (arm_rdi_open): Don't use rslt as a boolean.
7689         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7690         (arm_rdi_fetch_registers, arm_rdi_store_registers)
7691         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7692         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7693
7694 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
7695
7696         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7697         * configure: Rebuilt.
7698
7699 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7700
7701         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7702         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7703
7704 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
7705
7706         * cli/cli-decode.c (set_cmd_completer): New function.
7707         * command.h (set_cmd_completer): Declare.
7708         * cli/cli-decode.h (set_cmd_completer): Ditto.
7709
7710         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7711         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7712         * win32-nat.c (_initialize_inftarg): Ditto.
7713         * remote-rdi.c (_initialize_remote_rdi): Ditto.
7714         * proc-api.c (_initialize_proc_api): Ditto.
7715         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7716         * source.c (_initialize_source): Ditto.
7717         * exec.c (_initialize_exec): Ditto.
7718         * solib.c (_initialize_solib): Ditto.
7719         * top.c (init_main): Ditto.
7720         * tracepoint.c (_initialize_tracepoint): Ditto.
7721         * symfile.c (_initialize_symfile): Ditto.
7722         * printcmd.c (_initialize_printcmd): Ditto.
7723         * infcmd.c (_initialize_infcmd): Ditto.
7724         * corefile.c (_initialize_core): Ditto.
7725
7726 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7727
7728         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7729
7730 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7731
7732         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7733
7734 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7735
7736         * NEWS: Update headings, 5.2 has branched.
7737
7738 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
7739
7740         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7741         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7742         (register_addr, REGISTER_RAW_SIZE): Likewise.
7743         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7744         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7745
7746 2002-03-03  Michal Ludvig <mludvig@suse.cz>
7747
7748         * MAINTAINERS (x86-64): Add myself.
7749         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7750         changed value_ptr -> struct value *
7751
7752 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
7753
7754         * configure.host (sparc64-*-freebsd): Add.
7755         * configure.tgt: Likewise.
7756         * config/sparc/fbsd.mh: New file.
7757         * config/sparc/fbsd.mt: Likewise.
7758         * config/sparc/nm-fbsd.h: Likewise.
7759         * config/sparc/tm-fbsd.h: Likewise.
7760
7761 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
7762
7763         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7764         regformats/reg-s390x.dat.
7765
7766 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
7767
7768         * utils.c: Add FIXME explaining true/false problem.
7769
7770 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
7771
7772         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7773
7774 2002-02-28  Michael Chastain  <mec@shout.net>
7775
7776         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7777
7778 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
7779
7780         * gdbserver/linux-s390-low.c: New file.
7781         * regformats/reg-s390.dat: New file.
7782         * regformats/reg-s390x.dat: New file.
7783         * gdbserver/configure.srv: Add S/390.
7784         * gdbserver/Makefile.in: Add S/390.
7785         * configure.tgt: Enable gdbserver for S/390.
7786
7787 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
7788
7789         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7790         first line of the doc string for "info dos", except at the end of
7791         the sentence, since the short help stops at the first period.
7792
7793 2002-02-28  Jason Merrill  <jason@redhat.com>
7794
7795         * dwarf2read.c (dwarf_cfi_name): Add new codes.
7796
7797 2002-02-27  Fred Fish  <fnf@redhat.com>
7798
7799         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7800         comment (dumy -> dummy).
7801
7802 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7803
7804         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7805
7806 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
7807
7808       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7809
7810 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7811
7812         * gdbserver/acconfig.h: New file.
7813         * gdbserver/i387-fp.c: New file.
7814         * gdbserver/i387-fp.h: New file.
7815         * gdbserver/linux-x86-64.c: New file.
7816         * regformats/reg-x86-64.dat: New file.
7817         * configure.tgt: Add x86_64-*-linux* gdbserver support.
7818         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7819         * gdbserver/configure.in: Add support for regsets.
7820         * gdbserver/config.in: Regenerate.
7821         * gdbserver/configure: Regenerate.
7822         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
7823         * gdbserver/linux-low.h: New file.
7824         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
7825         for regsets.
7826         * gdbserver/linux-arm-low.c: Include "linux-low.h".
7827         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7828         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7829         * gdbserver/linux-mips-low.c: Include "linux-low.h".
7830         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7831         * gdbserver/linux-sh-low.c: Include "linux-low.h".
7832         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
7833         "i387-fp.h".  Add PTRACE_GETREGS and friends.
7834         * gdbserver/regcache.c (supply_register): New function.
7835         (supply_register_by_name): New function.
7836         (collect_register): New function.
7837         (collect_register_by_name): New function.
7838
7839 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7840
7841         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7842         (config.status): Add configure.srv dependency.
7843         (server_h): Add config.h dependency.
7844
7845 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7846
7847         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7848         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7849         * gdbserver/configure.srv: Change i386-*-linux* to use
7850         reg-i386-linux.o.
7851
7852 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7853
7854         * x86-64-tdep.c: Re-indent.  Update copyright date.
7855
7856 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7857
7858         From Michal Ludvig <mludvig@suse.cz>:
7859         * x86-64-tdep.c (value.h): Delete.
7860         (gdb_assert.h): Include.
7861         (x86_64_register_convert_to_virtual,
7862         x86_64_register_convert_to_raw ): Add check which lets only
7863         floating-point values to be converted.
7864         (value_push): Delete.
7865         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7866         (i386_gdbarch_init): Number of register_bytes fixed.
7867
7868 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7869
7870         * MAINTAINERS: Add x86-64 target.
7871
7872 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7873
7874         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7875         * osfsolib.c (solib_map_sections): Ditto.
7876         * irix5-nat.c (solib_map_sections): Ditto.
7877         * corelow.c (gdb_check_format): Ditto.
7878         * symfile.c (symfile_bfd_open): Ditto.
7879         * solib.c (solib_map_sections): Ditto.
7880         Fix PR gdb/354.
7881
7882 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7883
7884         * remote.c (_initialize_remote): By default, disable ``e'' and
7885         ``E'' step out-of-range packets.
7886
7887 2002-02-26  Andreas Schwab  <schwab@suse.de>
7888
7889         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7890         m68k_linux_frame_saved_pc.
7891         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7892         in_sigtramp.
7893         (SIGCONTEXT_PC_OFFSET): Remove.
7894         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7895         m68k_linux_sigtramp_saved_pc): New functions.
7896         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7897         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7898         (UCONTEXT_PC_OFFSET): Define.
7899         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7900         non-RT and RT signal trampolines.
7901
7902 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
7903
7904         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7905         (TARGET_NBPG, STACK_END_ADDR): Delete
7906         (VARIABLES_INSIDE_BLOCK): Delete.
7907
7908 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
7909
7910         * utils.c (perror_with_name): Make string parameter constant.
7911         (print_sys_errmsg): Ditto.
7912         (query): Ditto.
7913         * defs.h (perror_with_name): Update.
7914         (print_sys_errmsg): Update.
7915         (query): Update.
7916
7917 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
7918
7919         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7920         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7921
7922 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7923
7924         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7925         if it already matches the current architecture from the exec file.
7926         Include arch-utils.h for gdbarch_info_init prototype.
7927         * Makefile.in (rs6000-nat.o): Update dependencies.
7928
7929 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
7930
7931         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7932          list of exported variables.
7933
7934 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
7935
7936         * gdbserver/configure.srv: New file.
7937         * gdbserver/configure.in: Use configure.srv instead
7938         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
7939         from it.
7940         * gdbserver/configure: Regenerated.
7941         * gdbserver/terminal.h: New file.
7942         * gdbserver/Makefile.in: Update for configure changes.  Remove
7943         more unneeded include paths.
7944
7945 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7946
7947         From wiz at danbala:
7948         * config/sparc/tm-sp64.h: Fix grammar and typos.
7949         Fix PR gdb/287.
7950
7951 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7952
7953         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7954         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
7955         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7956         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7957         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7958         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7959         * s390-tdep.c: Ditto.
7960         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7961         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7962         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7963         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7964         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7965         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7966         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7967         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7968         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7969         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7970         Fix PR gdb/378.
7971
7972 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7973
7974         * lin-thread.c: Delete file.
7975         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7976         to gdb_proc_service.h.
7977         * configure: Re-generate.
7978
7979         * ocd.c (ocd_open): Do not try to open the "ocd" device.
7980         * serial.c (serial_open): Delete check for "ocd".
7981         Fix PR gdb/349.
7982
7983         * Makefile.in (linux-thread.o): Delete target.
7984         * linux-thread.c: Delete file.
7985
7986         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
7987         renamed SH files to be consistent.
7988
7989         * symtab.c (sort_search_symbols): Use xfree.
7990
7991 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
7992
7993         * arm-linux-tdep.c (arm_linux_init_abi): Register
7994         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7995         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7996         definition with undef, since we don't want the sysvr4 definition.
7997         (SKIP_TRAMPOLINE_CODE): Likewise.
7998
7999 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8000
8001         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8002
8003         * configure.in: (AC_CHECK_FUNCS) Added test for
8004         canonicalize_file_name Regenerated.
8005         * config.in, configure: Regenerated.
8006         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8007         defined use canonicalize_file_name.
8008
8009 2002-02-23  Michael Chastain  <mec@shout.net>
8010
8011         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8012
8013 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8014
8015         * README: Remove references to cygnus.com.
8016         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8017         dot com'' form.  Remove references to cygnus.com and sourceware.
8018
8019 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8020
8021         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8022         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8023         1003.1-2001 no longer allows "head -1".
8024         * gdb/Makefile.in (version.c): Likewise.
8025         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8026         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8027         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
8028
8029 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8030
8031         * cli/cli-decode.c (cmd_cfunc_eq): New function.
8032         * command.h (cmd_cfunc_eq): Declare.
8033         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8034
8035         * cli/cli-cmds.h (is_complete_command): Change parameter to a
8036         ``struct cmd_list_element *''.
8037         * cli/cli-cmds.c (is_complete_command): Update.  Use
8038         cmd_cfunc_eq.
8039         * top.c (execute_command): Pass the command to
8040         is_complete_command.
8041         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8042
8043 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8044
8045         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8046         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8047         architecture defines.
8048         * s390-tdep.c (s390_gdbarch_init): Likewise.
8049
8050 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8051
8052         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8053         (arm_linux_push_arguments): Likewise.
8054         (arm_linux_init_abi): Register them.  Also register linux-specific
8055         call_dummy_words.
8056         (find_minsym_and_objfile): Use strcmp, not STREQ.
8057         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8058         (arm_linux_call_dummy_words): Delete declaration.
8059         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8060         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8061         declarations.
8062         (LOWEST_PC): Delete.
8063
8064 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8065
8066         * maint.c (print_section_info): Do not prepend `0x' to filepos
8067         output, it will be handled by local_hex_string_custom.
8068
8069 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8070
8071         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8072         (store_newfpe_double, store_newfpe_extended, store_fpregister)
8073         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8074
8075 2002-02-22  Jim Blandy  <jimb@redhat.com>
8076
8077         Indicate that the bcache functions don't change the strings
8078         they're passed.
8079         * bcache.h (bcache, hash): Add `const' keywords to declarations.
8080         * bcache.c (bcache, hash): Add `const' keywords to definitions.
8081
8082 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
8083
8084         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8085
8086 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8087
8088         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8089         find the complete path to a loaded DLL.
8090
8091 2002-02-21  Fred Fish  <fnf@redhat.com>
8092
8093         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8094         that marks the end of the range of a function, enter a line number
8095         entry that has a line number of zero and a PC offset that matches
8096         the end of the function.  This starts a range of PC's for which no
8097         line number information is known.
8098         * symtab.c (find_pc_sect_line): If our best fit is in a range of
8099         PC's for which no line number info is found (line number is zero)
8100         then we didn't find any valid line information.
8101         * symtab.h: Document use of zero line number entry.
8102
8103 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
8104
8105         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8106         (have_ptrace_getvrregs): Define for run time checks.
8107         (gdb_vrregset_t): New type for Altivec register handling.
8108         (fetch_register, store_register): Fetch/store altivec register
8109         when needed.
8110         (fetch_altivec_register, store_altivec_register): New functions.
8111         (supply_vrregset, fill_vrregset): New functions.
8112         (fetch_altivec_registers, store_altivec_registers): New functions.
8113         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8114         registers as well.
8115
8116 2002-02-21  Jiri Smid  <smid@suse.cz>
8117
8118         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8119
8120 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8121
8122         * Makefile.in (armnbsd-nat.o): Update dependencies.
8123         * armnbsd-nat.c (supply_gregset): New function.  Common code to
8124         supply the integer register set.
8125         (supply_fparegset): New function.  Similar for FPA registers.
8126         (fetch_regs, fetch_fp_regs): Use them.
8127         (fetch_core_registers): Likewise.
8128         (fetch_elfcore_registers): New function.
8129         (arm_netbsd_elfcore_fns): New core-file type specification.
8130         (_initialize_arm_netbsd_nat): Register it.
8131
8132 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8133
8134         * armnbsd-nat.c: Include gdbcore.h.
8135         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8136         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8137         'void' to declaration, to shut up ARI.
8138         (fetch_core_registers): Make static.  Rewrite using supply_register.
8139         (arm_netbsd_core_fns): New core-file type specification.
8140         (_initialize_arm_netbsd_nat): New function.
8141
8142 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8143
8144         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8145         value.
8146
8147 2002-02-20  Christopher Faylor  <cgf@redhat.com>
8148
8149         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8150         fails.
8151
8152 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8153
8154         * jv-exp.y (parse_number): Change type of implicit longs
8155         to builtin_type_uint64.
8156
8157 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8158
8159         * gdbserver/linux-low.c (mywait): Change argument to waitpid
8160         to be an integer instead of a `union wait'.
8161
8162 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8163
8164         * mips-linux-nat.c: Call the operating system GNU/Linux.
8165         * mips-linux-tdep.c: Likewise.
8166         * mips-tdep.c: Likewise.
8167
8168 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8169
8170         Fix PR gdb/265.
8171         * jv-exp.y (parse_number): Handle 64-bit integers.
8172
8173 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8174
8175         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
8176         AC_STDC_HEADERS to AC_HEADER_STDC.
8177         * gdbserver/configure: Regenerated.
8178
8179 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8180
8181         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8182         is defined.
8183         * sparc-tdep.c (get_longjmp_target): Likewise.
8184
8185 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8186
8187         * News: Add news about ARM and Multi-arch.  Mention the new target
8188         arm*-*-netbsd*.
8189
8190 2002-02-19  Jim Blandy  <jimb@redhat.com>
8191
8192         * stabsread.c (error_type_complaint): Improve error message.
8193
8194 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
8195
8196         * gdbserver/README: Update documentation.
8197         * gdbserver/configure.in: Update configury to match documentation.
8198         * gdbserver/Makefile.in: Likewise.
8199         * gdbserver/configure: Regenerated.
8200         * gdbserver/aclocal.m4: New file, generated by aclocal.
8201         * gdbserver/config.in: New file, generated by autoheader.
8202
8203 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8204
8205         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8206         armnbsd-nat.c.
8207
8208 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8209
8210         * arm-tdep.h (enum arm_float_model): New enum.
8211         (struct gdbarch_tdep): Add fp_model.
8212         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
8213         up floating-point conversions until we know the floating-point model
8214         in use by the inferior.  Don't complain about being unable to
8215         determine the ABI of the inferior when we don't have one.
8216         (arm_extract_return_value): Support different floating-point models.
8217         (arm_store_return_value): Likewise.
8218         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8219         ARM_FLOAT_SOFT.
8220         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8221
8222 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8223
8224         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8225         of ``current_gdbarch''.
8226
8227 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8228
8229         * armnbsd-nat.c : ANSIfy all function declarations.
8230         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8231         (fetch_inferior_registers): Re-implement in terms of above.
8232         (store_register, store_regs, store_fp_register, store_fp_regs): New.
8233         (store_inferior_registers): Re-implement in terms of above.
8234
8235 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8236
8237         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8238         kernel.
8239         * arm-linux-tdep.c: Likewise.
8240         * config/arm/tm-linux.h: Likewise.
8241
8242 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8243
8244         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8245         * config/arm/nbsd.mt (TM_FILE): Delete.
8246         * config/arm/tm-nbsd.h: Delete.
8247
8248 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8249
8250         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8251         Initialize CALL_DUMMY_LENGTH.
8252
8253 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8254
8255         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8256         function.
8257         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8258         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8259         defines one thing and that is incorrect for this port.
8260         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8261
8262 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8263
8264         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8265
8266 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8267
8268         * win32-nat.c (display_selector): New function. Displays information
8269         about the information returned by GetThreadSelectorEntry API function.
8270         (display_selectors): New function. Displays the infomation of
8271         the selector given as argument, or of CS, DS ans FS selectors
8272         if no argument is given.
8273         ( _initialize_inftarg): Add "w32" as info prefix command.
8274         Add "info w32 selector" as command calling display_selectors.
8275
8276 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
8277
8278         * i386-tdep.c (get_longjmp_target): Fix compilation failure
8279         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8280         if not defined.
8281
8282 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8283
8284         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8285
8286 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8287
8288         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8289         (arm_fix_call_dummy): Call it.
8290         (arm_call_dummy_breakpoint_offset): Delete.
8291         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8292         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8293
8294 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
8295
8296         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8297         Default to func_frame_chain_valid.
8298         * gdbarch.h, gdbarch.c: Re-generate.
8299         * frame.h (FRAME_CHAIN_VALID): Delete definition.
8300
8301 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
8302
8303         * ppc-linux-nat.c: Update copyright.
8304         (fetch_register, store_register): Add tid parameter, don't compute
8305         tid here.
8306         (fetch_ppc_registers, store_ppc_registers): Add tid
8307         parameter. Pass it along to callees.
8308         (fetch_inferior_registers, store_inferior_registers): Compute tid
8309         here, and pass it to calleed functions.
8310         (fill_gregset, supply_fpregset): Clean up formatting.
8311
8312 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8313
8314         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8315         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8316
8317 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8318
8319         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8320         * gdbarch.c gdbarch.h: Regenerate.
8321         * breakpoint.c (create_longjmp_breakpoint): Always compile this
8322         function.
8323         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8324         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8325         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8326
8327         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8328         * arm-tdep.c (arm_get_longjmp_target): New function.
8329         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
8330         this to a positive value register arm_get_longjmp_target as the
8331         longjmp handler.
8332         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8333         (arm_linux_init_abi): Set up longjmp description in tdep.
8334         * armnbsd-nat.c (get_longjmp_target): Delete.
8335         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8336         description in tdep.
8337         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8338         (get_longjmp_target): Delete declaration.
8339         (GET_LONGJMP_TARGET): Delete.
8340         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8341         (GET_LONGJMP_TARGET): Delete.
8342
8343 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
8344
8345         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
8346         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8347         of ``current_gdbarch''.
8348
8349 2002-02-17  Tom Tromey  <tromey@redhat.com>
8350
8351         * cli/cli-cmds.c (compare_strings): New function.
8352         (complete_command): Only print each unique item once.
8353         * completer.h (complete_line): Declare.
8354         * completer.c (complete_line): New function.
8355         (line_completion_function): Use it.
8356
8357 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
8358
8359         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8360         * gdbarch.h, gdbarch.c: Re-generate.
8361
8362 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8363
8364         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8365
8366 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8367
8368         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8369         * valops.c (value_arg_coerce): Don't take the address of a reference
8370         to convert an argument to a reference.
8371
8372 2002-02-15  Christopher Faylor  <cgf@redhat.com>
8373
8374         * win32-nat.c (get_image_name): New function.
8375         (handle_load_dll): Use get_image_name function.
8376         (get_child_debug_event): Avoid registering debug events until possibly
8377         execed process is started.
8378         (child_create_inferior): Allow invocation via shell so that command
8379         line redirection, etc.  works ok.
8380         (_initialize_inftarg): Add new command: "set shell" to control whether
8381         a shell is used to start a process.
8382
8383 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8384
8385         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8386         instead of find_register_by_number.
8387         (cannot_store_register): Likewise.
8388
8389 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8390
8391         * dwarf2read.c: Replace fprintf (stderr, ...) by
8392         fprintf_unfiltered (gdb_stderr, ...).
8393
8394 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8395
8396         * gdbserver/gdbserver.1: Document --attach.
8397
8398 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8399
8400         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8401         descriptions.
8402         * arm-tdep.c (arm_default_arm_le_breakpoint)
8403         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8404         (arm_default_thumb_be_breakpoint): New.  Initialize them from
8405         traditional breakpoint defines.
8406         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8407         (arm_gdbarch_init): Initialize new breakpoint variables.
8408         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8409         (arm_linux_init_abi): Initialize linux-specific breakpoint.
8410         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8411         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8412         code out to ...
8413         (arm_netbsd_init_abi_common): ... here; new function.
8414         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8415         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8416         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8417         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8418
8419 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8420
8421         * arm-tdep.h (enum arm_abi): New enum.
8422         (struct gdbarch_tdep): New structure.
8423         (LOWEST_PC): Provide a default.
8424         (arm_gdbarch_register_os_abi): Declare new function.
8425         * arm-tdep.c (arm_abi_names): New array.
8426         (process_note_abi_tag_sections): New function.
8427         (get_elfosabi): New function.
8428         (arm_gdbarch_register_os_abi): New function.
8429         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
8430         support for that ABI has been built in, then call the appropriate
8431         configuration routine.  Use gdbarch_num_regs() to get the number
8432         of registers.
8433         (arm_dump_tdep): New function.
8434         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8435         place-holder functions.
8436         (_initialize_arm_tdep): Register them.
8437         * config/arm/tm-arm.h (LOWEST_PC): Delete.
8438
8439         * armnbsd-tdep.c: New file.
8440         * Makefile.in (armnbsd-tdep.o): Add dependencies.
8441         * config/arm/nbsd.mt (TDEPFILES): Add it.
8442         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8443
8444         * armnbsd-nat.c: Include regcache.h.
8445         * Makefile.in (armnbsd-nat.o): Update dependency list.
8446
8447         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8448
8449 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8450
8451         * gdbserver/Makefile.in: Fix typos in target rules.
8452
8453 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8454
8455         Fix part of PR gdb/267.
8456         * linespec.c (find_methods): Handle constructors specially for now.
8457
8458 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
8459
8460         * arm-tdep.c (arm_push_arguments): Eliminate special float type
8461         handling.
8462         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8463         standard_coerce_float_to_double().
8464
8465 2002-02-14  Christopher Faylor  <cgf@redhat.com>
8466
8467         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8468         GDBINIT_FILENAME.
8469
8470 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
8471
8472         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8473         find_variant_by_name, because it confuses the multiarch
8474         framework. Return NULL if there isn't an architecture with the
8475         user supplied name, instead of forcing a different one without
8476         recording the change with the multiarch machinery.
8477         (find_variant_by_name): Delete.
8478
8479 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8480
8481         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8482         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8483
8484 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
8485
8486         * stack.c (print_frame_info_base): When calling
8487         print_frame_info_listing_hook, set current_source_symtab.
8488
8489 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8490
8491         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8492         and remove unused $(INCLUDE_DIR).
8493         Add regcache.c to OBS.
8494         Add generated register protocol files to clean target.
8495         Update dependencies for new objects, obsolete old target code.
8496
8497         * gdbserver/linux-low.c: Remove all platform-specific code to
8498         new files.  Remove various dead code.  Update to use regcache
8499         functionality.
8500         * gdbserver/remote-utils.c (fromhex): Add return statement
8501         to quiet warning.
8502         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8503         constant.
8504         (input_interrupt): Add integer parameter to match prototype
8505         of a signal handler.
8506         (outreg): Use register_data ().
8507         (prepare_resume_reply): Use gdbserver_expedite_regs.
8508         * gdbserver/server.c (main): Dynamically allocate own_buf because
8509         PBUFSIZ is no longer constant.  Use registers_to_string () and
8510         registers_from_string ().
8511         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
8512         for error (), fatal (), and warning ().  Update definition of
8513         PBUFSIZ to use regcache functionality.  Add include guard.
8514         * gdbserver/utils.c (fatal): Add missing ``const''.
8515         (warning): New function.
8516
8517         * regformats/regdat.sh: Include "regcache.h" in generated files.
8518         Provide init_registers () function.
8519         * regformats/regdef.h: Add prototype for set_register_cache ().
8520         Add include guard.
8521
8522         * gdbserver/linux-arm-low.c: New file.
8523         * gdbserver/linux-i386-low.c: New file.
8524         * gdbserver/linux-ia64-low.c: New file.
8525         * gdbserver/linux-m68k-low.c: New file.
8526         * gdbserver/linux-mips-low.c: New file.
8527         * gdbserver/linux-ppc-low.c: New file.
8528         * gdbserver/linux-sh-low.c: New file.
8529
8530         * gdbserver/regcache.c: New file.
8531         * gdbserver/regcache.h: New file.
8532
8533         * gdbserver/low-linux.c: Removed obsolete file.
8534
8535 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8536
8537         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8538         * config/i386/linux.mt: Likewise.
8539         * config/ia64/linux.mt: Likewise.
8540         * config/m68k/linux.mh: Likewise.
8541         * config/powerpc/linux.mh: Likewise.
8542         * config/mips/linux.mt: Likewise.
8543
8544         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8545
8546         * config/i386/i386lynx.mh: Mark gdbserver variables
8547         as (currently) obsolete for this target.
8548         * config/i386/nbsd.mt: Likewise.
8549         * config/i386/nbsdelf.mt: Likewise.
8550         * config/m32r/m32r.mt: Likewise.
8551         * config/m68k/m68klynx.mh: Likewise.
8552         * config/m68k/nbsd.mt: Likewise.
8553         * config/m68k/sun3os4.mh: Likewise.
8554         * config/mips/vr5000.mt: Likewise.
8555         * config/ns32k/nbsd.mt: Likewise.
8556         * config/pa/hppabsd.mh: Likewise.
8557         * config/pa/hppaosf.mh: Likewise.
8558         * config/powerpc/nbsd.mt: Likewise.
8559         * config/rs6000/rs6000lynx.mh: Likewise.
8560         * config/s390/s390.mt: Likewise.
8561         * config/s390/s390x.mt: Likewise.
8562         * config/sparc/sparclynx.mh: Likewise.
8563         * config/sparc/sun4os4.mh: Likewise.
8564         * config/i386/x86-64linux.mt: Likewise.
8565         * config/sparc/linux.mh: Likewise.
8566
8567 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8568
8569         * configure.tgt: Configure gdbserver only for known working
8570         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
8571         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
8572         SUBDIRS if it is configured.  Update comment for ${nativefile}.
8573         * configure: Regenerated.
8574
8575 2002-02-13  Michael Snyder  <msnyder@redhat.com>
8576
8577         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8578
8579         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8580         (default_gcore_mach): Just return 0, work around a problem in bfd.
8581         (default_gcore_target): OK to return NULL if exec_bfd is null.
8582         (make_mem_sec): Use a cast, avoid a warning.
8583
8584         * procfs.c (find_memory_regions_callback): Use a cast instead of
8585         calling host_pointer_to_address (which complains if
8586         sizeof (host pointer) != sizeof (target pointer)).
8587         (procfs_make_note_section): Avoid overflow in psargs string.
8588
8589         * procfs.c (procfs_make_note_section): Make the default
8590         implementation return an error.
8591
8592 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
8593
8594         * procfs.c (procfs_make_note_section): Provide a default definition
8595         (for alpha-dec-osf4.0f). Fix typos.
8596
8597 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
8598
8599         * linux-proc.c: Add include of regcache.h.
8600         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8601
8602 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
8603
8604         From 2002-01-18 Greg McGary <greg@mcgary.org>:
8605         * memattr.c (create_mem_region): Disallow useless empty region.
8606         Regions are half-open intervals, so allow [A..B) [B..C) as
8607         non-overlapping.
8608
8609 2002-02-13  Michael Chastain <mec@shout.net>
8610
8611         * defs.h: Kill CONST_PTR.
8612         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8613         * c-lang.c (c_builtin_types): Likewise.
8614         * ch-lang.c (ch_builtin_types): Likewise.
8615         * f-lang.c (f_builtin_types): Likewise.
8616         * language.c (unknown_builtin_types): Likewise.
8617         * m2-lang.c (m2_builtin_types): Likewise.
8618         * p-lang.c (pascal_builtin_types): Likewise.
8619         * scm-lang.c (c_builtin_types): Likewise.
8620
8621 2002-02-13  Keith Seitz  <keiths@redhat.com>
8622
8623         * arm-tdep.h (arm_get_next_pc): Add declaration.
8624
8625 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
8626
8627         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
8628         with other related struct-returning functions.
8629         (arm_extract_struct_value_address): New function.
8630         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
8631         initialize float_format, double_format and long_double_format as
8632         appropriate to the endianness of the target.
8633         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8634         (arm_use_struct_convention): Delete declaration.
8635         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8636
8637 2002-02-13  Keith Seitz  <keiths@redhat.com>
8638
8639         * defs.h (core_addr_to_string_nz): New function.
8640
8641 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
8642
8643         Apply missing bits of 2002-01-15 patch.
8644         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8645         (fill_fpregset): Use i387_fill_fsave.
8646
8647 2002-02-12  Keith Seitz  <keiths@redhat.com>
8648
8649         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8650         (core_addr_to_string_nz): New function.
8651
8652 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8653
8654         * arm-linux-nat.c: Really include arm-tdep.h.
8655         * config/arm/tm-linux.h (struct type, struct value): Declare.
8656
8657 2002-02-11  Michael Snyder  <msnyder@redhat.com>
8658
8659         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8660         (gcore section): Ifdef for Solaris and Unixware only.
8661         (procfs_do_thread_registers): Unixware needs one lwpstatus
8662         per thread (not one prstatus or pstatus).
8663         (procfs_make_note_section): Iterate only over kernel threads (lwps),
8664         not over all gdb threads.  For unixware, call elfcore_write_pstatus
8665         once before iterating over threads.
8666
8667 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8668
8669         * arm-tdep.h: New file.
8670         * arm-tdep.c: Include arm-tdep.h.
8671         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8672         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8673         (arm_print_float_info, arm_register_type, convert_to_extended)
8674         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8675         (arm_extract_return_value, arm_register_name): Make static.
8676         (arm_software_single_step): Similarly.  Fix types in declaration.
8677         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8678         (arm_store_return_value, arm_store_struct_return): New functions.
8679         (arm_gdbarch_init): Register the above functions.  Also register
8680         call_dummy_start_offset, sizeof_call_dummy_words,
8681         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8682         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8683         max_register_virtual_size, register_size.  Set up
8684         prologue_cache.saved_regs here, rather than ...
8685         (_initialize_arm_tdep): ... here.
8686         * config/arm/tm-arm.h (struct type, struct value): Delete forward
8687         declarations.
8688         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8689         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8690         (arm_print_float_info, arm_register_type, convert_to_extended)
8691         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8692         (arm_extract_return_value, arm_register_name): Delete declarations.
8693         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8694         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8695         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8696         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8697         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8698         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8699         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8700         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8701         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8702         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8703         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8704         (arm_get_next_pc): No-longer static -- these are needed by the RDI
8705         interface.
8706         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8707         * remote-rdi.c remote-rdp.c: Likewise.
8708         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8709         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8710         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8711         definition.
8712
8713         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8714         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8715         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8716         from non-ARM_ prefixed definitions.
8717         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8718         all uses of above.
8719         * remote-rdi.c remote-rdp.c: Likewise.
8720         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8721
8722 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8723
8724         * arm-tdep.c (arm_frameless_function_invocation)
8725         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8726         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8727         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8728         (arm_pop_frame, arm_get_next_pc): Make static.
8729         (arm_gdbarch_init): Register above in gdbarch structure.
8730         (arm_read_fp): Renamed from arm_target_read_fp.
8731         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8732         * config/arm/tm-arm.h (arm_frameless_function_invocation)
8733         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8734         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8735         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8736         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8737         (arm_pc_is_thumb_dummy): Delete declarations.
8738         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8739         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8740         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8741         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8742
8743 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
8744
8745         * symtab.c (compare_search_syms): New function.
8746         (sort_search_symbols): New function.
8747         (search_symbols): Sort symbols after searching rather than
8748         before.
8749
8750 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8751
8752         * NEWS: Linux -> GNU/Linux.
8753
8754 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8755
8756         * gdbarch.sh: For for level one methods, disallow a definition
8757         when partially multi-arched.  Add comments explaining rationale.
8758         * gdbarch.h: Re-generate.
8759
8760 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8761
8762         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8763         multi-arch partial.
8764
8765 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8766
8767         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
8768         field.  Use diff -u.
8769         * gdbarch.c: Re-generate.
8770
8771 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8772
8773         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8774         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8775         partial.
8776
8777 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8778
8779         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8780         multi-arch partial.
8781         (PUSH_ARGUMENTS): Switch to using predefault.
8782         * gdbarch.c: Regenerate.
8783
8784 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8785
8786         * valops.c (PUSH_ARGUMENTS): Delete definition.
8787         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8788         partial.  Default to default_push_arguments.
8789         * gdbarch.h, gdbarch.c: Regenerate.
8790
8791 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8792
8793         * defs.h (throw_exception): Rename return_to_top_level.  Update
8794         comments.
8795         * utils.c (error_stream, internal_verror, quit): Ditto.
8796         * top.c (throw_exception, catcher): Ditto.
8797         * sparclet-rom.c (sparclet_load): Ditto.
8798         * remote.c (interrupt_query, minitelnet): Ditto.
8799         * remote-sds.c (interrupt_query): Ditto.
8800         * remote-mips.c (mips_error, mips_kill): Ditto.
8801         * ocd.c (interrupt_query): Ditto.
8802         * monitor.c (monitor_interrupt_query): Ditto.
8803         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8804         * target.h: Update comment.
8805
8806         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8807
8808 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8809
8810         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8811         default_double_format.
8812         * gdbarch.h, gdbarch.c: Re-generate.
8813         * findvar.c (floatformat_unknown): Delete variable definition.
8814         * doublest.h (floatformat_unknown): Delete variable declaration.
8815
8816 2002-02-09  Jim Blandy  <jimb@redhat.com>
8817
8818         * stabsread.c (read_type): Add code to parse Sun's syntax for
8819         prototyped function types.
8820
8821 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8822
8823         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8824         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8825
8826 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8827
8828         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8829         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
8830         now _initialize_xcoffsolib gets called again and overrides the
8831         commands from solib.c in a native configuration.
8832
8833 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
8834
8835         * doublest.c (store_typed_floating): Don't try to return a value.
8836         Fixes PR gdb/290.
8837
8838 2002-02-08  Jim Blandy  <jimb@redhat.com>
8839
8840         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8841         is prototyped and has no arguments, print its argument list as
8842         `(void)'.
8843
8844 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8845
8846         * MAINTAINERS (write-after-approval): Add myself.
8847         (paper-trail): I've escaped!
8848
8849 2002-02-08  Christopher Faylor  <cgf@redhat.com>
8850
8851         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8852         changes.
8853         (_initialize_check_for_gdb_ini): Ditto.
8854
8855 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
8856
8857         * win32-nat.c (cygwin_pid_to_str): Fix typo.
8858         xaprintf -> xasprintf.
8859
8860 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8861
8862         * win32-nat.c: Remove use of printf and sprintf functions.
8863
8864 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
8865
8866         * arm-tdep.c (arm_frame_chain_valid): Make static.
8867         (arm_push_arguments): Likewise.
8868         (arm_gdbarch_init): New function.
8869         (_initialize_arm_tdep): Call it.
8870         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8871         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8872         (FRAME_CHAIN_VALID): Delete.
8873         (arm_frame_chain_valid): Delete declaration.
8874         (PUSH_ARGUMENTS): Delete.
8875         (arm_push_arguments): Delete declaration.
8876         (CALL_DUMMY_P): Delete.
8877
8878 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
8879             Corinna Vinschen  <vinschen@redhat.com>
8880
8881         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8882         on builtin float types.
8883
8884 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8885
8886         * utils.c: Include <curses.h> before "bfd.h".
8887         * tui/tui-hooks.c: Likewise.
8888         * tui/tui.c: Likewise.
8889         * tui/tuiCommand.c: Likewise.
8890         * tui/tuiData.c: Likewise.
8891         * tui/tuiDataWin.c: Likewise.
8892         * tui/tuiDisassem.c: Likewise.
8893         * tui/tuiGeneralWin.c: Likewise.
8894         * tui/tuiIO.c: Likewise.
8895         * tui/tuiLayout.c: Likewise.
8896         * tui/tuiRegs.c: Likewise.
8897         * tui/tuiSource.c: Likewise.
8898         * tui/tuiSourceWin.c: Likewise.
8899         * tui/tuiStack.c: Likewise.
8900         * tui/tuiWin.c: Likewise.
8901
8902 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
8903
8904         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8905         to include space for pseudoregs as well. Update loops accordingly.
8906         (sh_fp_frame_init_saved_regs): Ditto.
8907         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8908
8909 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
8910
8911         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8912         Add Richard Earnshaw to Arm maintainers.
8913
8914 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
8915
8916         * defs.h (warning_begin): Delete declaration.
8917
8918         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8919         Delete macro.
8920
8921 2002-02-07  Michael Snyder  <msnyder@redhat.com>
8922
8923         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8924         Logic bug, remove misplaced else.
8925
8926 2002-02-07  Klee Dienes  <klee@apple.com>
8927
8928         * fork-inferior.c (fork_inferior): Add '!' to the list of
8929         characters that need to be quoted when building a string for the
8930         shell.  Quote '!' specifically with a backslash, since CSH chokes
8931         when trying to evaluate "str!str".
8932
8933 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
8934
8935         * rdi-share/host.h: Only provide a typedef for bool if it is not
8936         defined.
8937
8938 2002-02-04  Michael Snyder  <msnyder@redhat.com>
8939
8940         * breakpoint.h (enum bptype): Add new overlay event bp type.
8941         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8942
8943         * breakpoint.c (create_internal_breakpoint): New function.
8944         (internal_breakpoint_number): Moved into create_internal_breakpoint.
8945         (create_longjmp_breakpoint): Use create_internal_breakpoint.
8946         (create_thread_event_breakpoint): Ditto.
8947         (create_solib_event_breakpoint): Ditto.
8948         (create_overlay_event_breakpoint): New function.
8949         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8950         (update_breakpoints_after_exec): Delete and re-initialize
8951         overlay event breakpoints after an exec.  Add FIXME comment
8952         about longjmp breakpoint.
8953         (print_it_typical): Ignore overlay event breakpoints.
8954         (print_one_breakpoint): Ditto.
8955         (mention): Ditto.
8956         (bpstat_what): Do not stop for overlay event breakpoints.
8957         (delete_breakpoint): Don't delete overlay event breakpoints.
8958         (breakpoint_re_set_one): Delete the overlay event breakpoint.
8959         (breakpoint_re_set): Re-create overlay event breakpoint.
8960
8961         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8962         (overlay_manual_command): Disable overlay breakpoints.
8963         (overlay_off_command): Disable overlay breakpoints.
8964
8965 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
8966
8967         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8968         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8969         to here from config/tm-arm.h.
8970         (coff_sym_is_thumb): Make static.
8971         (arm_elf_make_msymbol_special): New function.
8972         (arm_coff_make_msymbol_special): New function.
8973         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8974         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8975         (coff_sym_is_thumb): Delete declaration.
8976         (arm_elf_make_msymbol_special): Declare.
8977         (arm_coff_make_msymbol_special): Declare.
8978         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8979         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8980
8981 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
8982
8983         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8984
8985 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
8986
8987         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8988         * gdbarch.c gdbarch.h: Regenerate.
8989         * arch-utils.c (default_print_float_info): New function.
8990         * arch-utils.h (default_print_float_info): Prototype it.
8991         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8992         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8993         (PRINT_FLOAT_INFO): Document it.
8994
8995         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8996         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8997         (PRINT_FLOAT_INFO): Define.
8998
8999 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
9000
9001         * win32-nat.c (_initialize_check_for_gdb_ini):
9002         Add typecast to sprintf argument to suppress a warning.
9003
9004 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
9005
9006         * win32-nat.c (last_sig): Changed type of variable to target_signal,
9007         to allow easier handling of pass state.
9008         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9009         that gives exception name and address.
9010         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9011         and set last_sig value to ourstatus->value.sig. Some missing
9012         exceptions added.
9013         (child_continue): Correctly report continue_status.
9014         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9015         TARGET_SIGNAL_0 (new default value).
9016         (child_resume): consider sig argument passed to decide if
9017         the exception should be passed to debuggee or not.
9018
9019 2002-02-05  Michael Snyder  <msnyder@redhat.com>
9020
9021         * regcache.c (fetch_register): Call target_fetch_register
9022         only if we don't call FETCH_PSEUDO_REGISTER.
9023         (store_register): Call target_store_register only if we
9024         don't call STORE_PSEUDO_REGISTER.
9025
9026 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
9027
9028         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9029         ELF_MAKE_MSYMBOL_SPECIAL.
9030         * gdbarch.c, gdbarch.h: Regenerate.
9031         * arch-utils.c (default_make_msymbol_special): New function.
9032         * arch-utils.h (default_make_msymbol_special): Export.
9033         * elfread.c (elf_symtab_read): Compile use of
9034         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9035         multiarched.
9036         * coffread.c (coff_symtab_read): Ditto, for
9037         COFF_MAKE_MSYMBOL_SPECIAL.
9038
9039 2002-02-05  Jim Blandy  <jimb@redhat.com>
9040
9041         * solib-svr4.c (svr4_truncate_ptr): New function.
9042         (svr4_relocate_section_addresses): Do the address arithmetic with
9043         the appropriate truncation for target addresses, even when
9044         CORE_ADDR is larger than a target address.
9045
9046 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9047
9048         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9049         to (int *).
9050
9051 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9052
9053         * gdbserver/linux-low.c (kill_inferior): Remove commented out
9054         code.
9055
9056 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9057
9058         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9059
9060 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9061
9062         * gdbserver/linux-low.c: Remove unused include files.
9063
9064 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9065
9066         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9067         (read_inferior_memory): Use it.
9068         (write_inferior_memory): Likewise.
9069
9070 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9071
9072         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9073         grubbing through sys_errlist.
9074
9075 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9076
9077         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9078
9079 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9080         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9081
9082 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
9083
9084         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9085         (do_sfunc, set_cmd_sfunc): New functions.
9086
9087         * command.h (struct cmd_list_element): Add field func.
9088         * cli/cli-decode.h (struct cmd_list_element): Ditto.
9089         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9090         * cli/cli-decode.h: Ditto.
9091
9092         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9093         (help_all, help_cmd_list): Ditto.
9094         (find_cmd, complete_on_cmdlist): Ditto.
9095         * top.c (execute_command): Ditto.
9096
9097         * cli/cli-setshow.c (do_setshow_command): Call func instead of
9098         function.sfunc.
9099
9100         * infcmd.c (notice_args_read): Fix function signature.
9101
9102         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9103         * cli/cli-decode.c (add_set_cmd): Ditto.
9104         * utils.c (initialize_utils): Ditto.
9105         * maint.c (_initialize_maint_cmds): Ditto.
9106         * infrun.c (_initialize_infrun): Ditto.
9107         * demangle.c (_initialize_demangler): Ditto.
9108         * remote.c (add_packet_config_cmd): Ditto.
9109         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9110         * cris-tdep.c (_initialize_cris_tdep): Ditto.
9111         * proc-api.c (_initialize_proc_api): Ditto.
9112         * kod.c (_initialize_kod): Ditto.
9113         * valprint.c (_initialize_valprint): Ditto.
9114         * top.c (init_main): Ditto.
9115         * infcmd.c (_initialize_infcmd): Ditto.
9116         * corefile.c (_initialize_core): Ditto.
9117         * arm-tdep.c (_initialize_arm_tdep): Ditto.
9118         * arch-utils.c (initialize_current_architecture): Ditto.
9119         (_initialize_gdbarch_utils): Ditto.
9120         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9121
9122         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9123         * wince.c (_initialize_inftarg): Ditto.
9124         * symfile.c (_initialize_symfile): Ditto.
9125         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9126         * language.c (_initialize_language): Ditto.
9127         * arc-tdep.c (_initialize_arc_tdep): Ditto.
9128
9129 2002-02-04  Michael Snyder  <msnyder@redhat.com>
9130
9131         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9132
9133 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9134
9135         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9136         Add rules for building the register data files.
9137
9138 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9139
9140         * regformats/regdat.sh: Add braces to the definition of
9141         expedite_regs_${arch}.
9142
9143 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9144
9145         * regformats/regdef.h (struct reg): Add comment describing the
9146         requirements for offset and size fields.
9147
9148 2002-02-04  Andreas Schwab  <schwab@suse.de>
9149
9150         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9151         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9152
9153 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
9154
9155         * gdbarch.sh (copyright): Update years in generated header.
9156         (SMASH_TEXT_ADDRESS): Add rule.
9157         * gdbarch.h, gdbarch.c: Re-generate.
9158         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9159         * dbxread.c: Likewise.
9160         * dwarfread.c: Likewise.
9161         * elfread.c: Likewise.
9162         * somread.c: Likewise.
9163
9164         * arm-tdep.c (arm_smash_text_address): New function.
9165         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9166
9167 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9168
9169         Add support for hardware watchpoints on win32 native.
9170         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9171         CONTEXT_DEBUG_REGISTERS.
9172         (dr variable): New variable. Static array containing a local copy
9173         of debug registers.
9174         (debug_registers_changed): New variable.  Reflects when debug registers
9175         are changed and need to be written to inferior.
9176         (debug_registers_used): New variable. Reflects when any debug register
9177         was set, used when new threads are created.
9178         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9179         i386-nat code.
9180         (thread_rec): Set dr array if id is the thread of current_event .
9181         (child_continue, child_resume): Change the debug registers for all
9182         threads if debug_registers_changed.
9183         (child_add_thread): Change the debug registers if debug_registers_used.
9184         * config/i386/cygwin.mh: Add use of i386-nat.o file.
9185         Link nm.h to new nm-cygwin.h file.
9186         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9187         of hardware registers.
9188
9189 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
9190
9191         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9192         Restore behavour broken by 2002-01-20 Andrew Cagney
9193         <ac131313@redhat.com> IEEE_FLOAT removal.
9194
9195 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9196
9197         * c-valprint.c (c_val_print): Pass a proper valaddr to
9198         cp_print_class_method.
9199         * valops.c (search_struct_method): If there is only one method
9200         and args is NULL, return that method.
9201
9202 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9203
9204         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9205         accessing tag_name directly.
9206
9207 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9208
9209         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9210         of accessing tag_name directly.
9211
9212 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9213
9214         PR gdb/280
9215         * gdbtypes.c (replace_type): New function.
9216         * gdbtypes.h (replace_type): Add prototype.
9217         * stabsread.c (read_type): Use replace_type.
9218
9219 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
9220
9221         * Makefile.in (memattr.o): Add missing dependencies rule.
9222
9223 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9224
9225         * breakpoint.c (break_at_finish_command): Really export.
9226         (break_at_finish_at_depth_command): Ditto.
9227         (tbreak_at_finish_command): Ditto.
9228         * hppa-tdep.c: Include completer.h.
9229         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9230         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9231
9232 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9233
9234         * utils.c (do_write): New function.
9235         (error_stream): Rewrite combining the code from error_begin and
9236         verror.
9237         (verror): Rewrite using error_stream.
9238         (error_begin): Delete function.
9239
9240 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9241
9242         * utils.c (error_begin): Make static.
9243         * defs.h (error_begin): Delete declaration.
9244
9245         * linespec.c (cplusplus_error): Replace cplusplus_hint.
9246         (decode_line_1): Use cplusplus_error instead of error_begin,
9247         cplusplus_hint and return_to_top_level.
9248         * coffread.c (coff_symfile_read): Use error instead of error_begin
9249         and return_to_top_level.
9250         * infrun.c (default_skip_permanent_breakpoint): Ditto.
9251
9252 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9253
9254         * language.h (type_error, range_error): Make string parameter
9255         constant.
9256         * language.c (warning_pre_print): Delete extern declaration.
9257         * dwarfread.c (warning_pre_print): Ditto.
9258         * language.c (type_error, range_error): Rewrite to use verror and
9259         vwarning instead of warning_begin.
9260
9261 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9262
9263         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9264         (set_ignore_count): Move misplaced comment back where it belongs.
9265
9266 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9267
9268         * command.h (NO_FUNCTION): Delete macro.
9269         * cli/cli-decode.h (NO_FUNCTION): Ditto.
9270         * top.c (execute_command): Replace NO_FUNCTION with NULL.
9271         * tracepoint.c (_initialize_tracepoint): Ditto.
9272         * cli/cli-decode.c (add_set_cmd): Ditto.
9273         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9274
9275 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9276
9277         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9278         Update ``this'' pointer when calling virtual functions.
9279
9280 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9281
9282         * breakpoint.c (create_temp_exception_breakpoint): Delete.
9283         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9284
9285 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9286
9287         * regformats/reg-arm.dat: New file.
9288         * regformats/reg-i386.dat: New file.
9289         * regformats/reg-ia64.dat: New file.
9290         * regformats/reg-m68k.dat: New file.
9291         * regformats/reg-mips.dat: New file.
9292         * regformats/reg-ppc.dat: New file.
9293         * regformats/reg-sh.dat: New file.
9294         * regformats/regdef.h: New file.
9295         * regformats/regdat.sh: New file.
9296
9297 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
9298
9299         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9300         (arm_frame_args_address, arm_frame_locals_address): New functions.
9301         (arm_frame_num_args): New function.
9302         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9303         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9304         (FRMA_NUM_ARGS): Call arm_frame_num_args.
9305
9306 2002-01-31  Michael Snyder  <msnyder@redhat.com>
9307
9308         * breakpoint.c (break_at_finish_command): Export.
9309         (break_at_finish_at_depth_command): Export.
9310         (tbreak_at_finish_command): Export.
9311         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9312         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9313         "tbreak" commands, which are HPPA specific.
9314
9315         * printcmd.c (disassemble_command): Remove an ancient
9316         artifact of an old merge.
9317
9318         * symfile.h (enum overlay_debugging_state):
9319         Define enum constant values for overlay mode.
9320         * symfile.c (overlay_debugging): Use enums instead of literals.
9321         (overlay_is_mapped, overlay_auto_command,
9322         overlay_manual_command): Ditto.
9323
9324         * breakpoint.c (insert_breakpoints, remove_breakpoint,
9325         breakpoint_here_p, breakpoint_inserted_here_p,
9326         breakpoint_thread_match, bpstat_stop_status,
9327         describe_other_breakpoints, check_duplicates, clear_command):
9328         Coding standard fixes.
9329
9330         * target.c (target_xfer_memory): Add spaces, coding standard.
9331         (do_xfer_memory): Add missing line to trust-readonly
9332         code: check bfd SEC_READONLY flag for section.
9333
9334 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
9335
9336         * PROBLEMS: Fix typo, 5.1->5.1.1.
9337
9338 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
9339
9340         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9341         data symbols, since we search based on textlow and texthigh.
9342         (find_pc_sect_symtab): Likewise.
9343
9344 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9345
9346         * defs.h (vwarning): Declare.
9347         * utils.c (vwarning): New function.
9348         (warning): Call vwarning.
9349         (warning_begin): Delete function.
9350
9351         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9352         the warning message.
9353         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9354         warning_begin.
9355
9356 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9357
9358         * NEWS: Mention "set trust-readonly-sections" command.
9359         Mention generate-core-file command.
9360
9361 2002-01-15  Michael Snyder  <msnyder@redhat.com>
9362
9363         * target.c: New command, "set trust-readonly-sections on".
9364         (do_xfer_memory): Honor the suggestion to trust readonly sections
9365         by reading them from the object file instead of from the target.
9366         (initialize_targets): Register command "set trust-readonly-sections".
9367
9368 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9369
9370         * parse.c (target_map_name_to_register): Simplify, search regs and
9371         pseudo-regs using a single loop.
9372
9373 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9374
9375         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9376
9377 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
9378
9379         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9380         * config/i386/i386v42mp.mh: Add i387-nat.o .
9381         * i386v4-nat.c: Include i387-nat.h.
9382         (supply_fpregset): Use i387_supply_fsave.
9383         (fill_fpregset): Use i387_fill_fsave.
9384
9385 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
9386
9387         * arm-tdep.c (arm_call_dummy_words): Define.
9388         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9389         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9390         (CALL_DUMMY_WORDS): Define.
9391         (arm_call_dummy_words): Declare.
9392         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9393         (arm_linux_call_dummy_words): Declare.
9394
9395 2002-01-30  Andreas Schwab  <schwab@suse.de>
9396
9397         * m68klinux-nat.c: Fix last change to use regcache_collect
9398         instead of referencing registers[] directly.
9399
9400 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9401
9402         * parse.c (target_map_name_to_register): Delete code wrapped in
9403         #ifdef REGISTER_NAME_ALIAS_HOOK.
9404
9405 2002-01-28  Michael Snyder  <msnyder@redhat.com>
9406
9407         * regcache.c (legacy_read_register_gen): Need to be able to
9408         read pseudo-register as well as real register.
9409         (legacy_write_register_gen): Ditto.
9410
9411 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9412
9413         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9414         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9415         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9416         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9417         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9418         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9419         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9420         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9421         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9422         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9423         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9424         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9425         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9426         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9427         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9428         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9429         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9430         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9431         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9432         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9433
9434 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9435
9436         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9437         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9438         (initialize_current_architecture): Update target_byte_order using
9439         information from BFD.
9440         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9441         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9442
9443 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9444
9445         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9446         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
9447
9448         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9449         #ifdef INVALID_FLOAT.
9450         * infcmd.c (do_registers_info): Ditto.
9451         * values.c (unpack_double): Ditto.  Add comment.
9452
9453         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9454         already commented out.
9455
9456 2002-01-26  Andreas Schwab  <schwab@suse.de>
9457
9458         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9459         * m68klinux-nat.c: Update ptrace interface for fetching/storing
9460         registers and add support for PTRACE_GETREGS.
9461
9462 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
9463
9464         GDB 5.1.1 released from 5.1 branch.
9465         * NEWS: Add 5.1.1 news.
9466         * README: Sync with 5.1 branch.
9467
9468 2002-01-23  Fred Fish  <fnf@redhat.com>
9469
9470         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9471         stabstring on initial malloc.  Reallocing will copy it for us,
9472         if necessary.
9473
9474 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9475
9476         * Makefile.in (hpread_h): Delete.
9477         (HFILES_NO_SRCDIR): Remove hpread.h.
9478         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9479         (hpread.o): Update dependencies.
9480         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9481
9482         * hp-psymtab-read.c: Remove file.
9483         * hp-symtab-read.c: Remove file.
9484         * hpread.h: Remove file.
9485
9486         * hpread.c: Merge all contents of hp-psymtab-read.c,
9487         hp-symtab-read.c and hpread.h into this file, as it was prior to
9488         January 1999.
9489
9490         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9491         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9492         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9493         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9494
9495 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9496
9497         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9498         fill_gregset): Call gdbarch_tdep() just once, assign result to
9499         variable and use that, instead of calling the function several
9500         times.
9501
9502 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
9503
9504         * configure.host: Accept sparcv9 as alias for sparc64.
9505         * configure.tgt: Likewise.
9506
9507 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
9508
9509         * solib-aix5.c (build_so_list_from_mapfile)
9510         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9511         arguments is not reversed.
9512         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9513         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9514
9515 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
9516
9517         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9518         modified version of obsolete sh_fetch_pseudo_register.
9519         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9520         (sh4_register_read): New function.
9521         (sh_pseudo_register_write): New function. Renamed and modified
9522         version of obsolete sh_store_pseudo_register.
9523         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9524         (sh4_register_write): New function.
9525         (sh_gdbarch_init): Remove setting of gdbarch function
9526         fetch_pseudo_register and store_pseudo_register. Remove setting of
9527         register_convert_to_raw, register_convert_to_virtual,
9528         register_convertible.
9529         (sh_sh4_register_convertible): Delete. No longer needed. All is
9530         taken care by architecture specific functions
9531         register_read/register_write.
9532         (sh_sh4_register_convert_to_virtual): Make static.
9533         (sh_sh4_register_convert_to_raw): Ditto.
9534
9535 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9536
9537         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9538         (floatformat_is_nan, floatformat_mantissa): Ditto.
9539
9540         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9541         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9542         builtin_type_ieee_double_little,
9543         builtin_type_ieee_double_littlebyte_bigword,
9544         builtin_type_m68881_ext, builtin_type_i960_ext,
9545         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9546         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9547         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9548         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9549
9550 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
9551
9552         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9553         parameter.  Set frameless flag if it exists and depended of
9554         whether the scanned function is frameless or not.
9555         (xstormy16_skip_prologue): If function is frameless, return
9556         result of xstormy16_scan_prologue().
9557         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9558         call.
9559
9560 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
9561
9562         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9563         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9564         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9565         sh_sh4_register_byte, sh_sh4_register_raw_size,
9566         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9567         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9568         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9569         sh_store_pseudo_register, sh_do_pseudo_register): Call
9570         gdbarch_tdep() just once, assign result to variable and use that,
9571         instead of calling the function several times.
9572
9573 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
9574
9575         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9576         macros instead of LAST_FPU_CTRL_REGNUM.
9577         (store_register): Likewise.
9578
9579 2002-01-21  Jim Blandy  <jimb@redhat.com>
9580
9581         * infcmd.c (run_command): Check that the `exec' target layer's BFD
9582         is up-to-date before running the program, not just when a program
9583         exits.
9584
9585 2002-01-21  Fred Fish  <fnf@redhat.com>
9586
9587         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9588         when we have found all instructions we are looking for.
9589
9590 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9591
9592         * arm-tdep.c (arm_register_name): New function.
9593         (arm_registers_names): Make static.
9594         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9595         (arm_register_name): Declare.
9596         (REGISTER_NAME): Use it.
9597
9598 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9599             Kevin Buettner  <kevinb@redhat.com>
9600
9601         Convert arm targets to new FRAME interface.
9602         * arm-tdep.c (struct frame_extra_info): Remove fsr.
9603         (arm_frame_find_save_regs): Delete.
9604         (arm_frame_init_saved_regs): New.
9605         (arm_init_extra_frame_info): Alloacte saved_regs as required.
9606         Allocate extra_info as required.  Convert all uses of fsr.regs
9607         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9608         to use extra_info.
9609         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9610         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9611         (check_prologue_cache, save_prologue_cache): Likewise.
9612         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9613         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9614         (FRAME_FIND_SAVED_REGS): Delete.
9615         (arm_frame_find_saved_regs): Delete prototype.
9616         (arm_frame_init_saved_regs): New prototype.
9617         (FRAME_INIT_SAVED_REGS): Define.
9618
9619 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9620
9621         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9622
9623 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9624
9625         From Jeff Law <law@redhat.com>:
9626         * infttrace.c: Include <sys/pstat.h>.
9627         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
9628         exec file if the ttrace equivalent fails.
9629
9630 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9631
9632         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9633         (closeLogFile): Ditto.
9634
9635 2002-01-20  Michael Chastain  <mec@shout.net>
9636
9637         * top.c (print_gdb_version): Bump copyright year to 2002.
9638
9639 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9640
9641         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9642         Zannoni and Eli Zaretskii.
9643
9644 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9645
9646         * buildsym.c: Update copyright years.
9647         * c-typeprint.c: Likewise.
9648         * dwarf2read.c: Likewise.
9649         * f-typeprint.c: Likewise.
9650         * gdbtypes.c: Likewise.
9651         * gdbtypes.h: Likewise.
9652         * hp-symtab-read.c: Likewise.
9653         * hpread.c: Likewise.
9654         * mdebugread.c: Likewise.
9655         * p-typeprint.c: Likewise.
9656
9657 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9658
9659         * remote-sim.c (gdbsim_open): Simplify code testing the macro
9660         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
9661         byte-order selectable.
9662         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9663         * arch-utils.c: Ditto.
9664         (set_endian): Ditto.
9665         (set_endian_from_file): Ditto.
9666         * gdbserver/low-sim.c (create_inferior): Ditto.
9667         * gdbarch.sh: Ditto.
9668         * gdbarch.h: Re-generate.
9669         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9670         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9671         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9672         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9673         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9674         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9675         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9676         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9677         macro definition.
9678         * config/mips/tm-wince.h: Remove #undef of macro
9679         TARGET_BYTE_ORDER_SELECTABLE.
9680         * config/sh/tm-wince.h: Ditto.
9681
9682 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9683
9684         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9685         member function fields.  Add accessor macro
9686         TYPE_FN_FIELD_ARTIFICIAL.
9687         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9688         * c-typeprint.c (c_type_print_base): Skip artificial member
9689         functions.
9690
9691 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9692
9693         * f-typeprint.c: Delete unused function f_type_print_args.
9694         * p-typeprint.c: Delete unused function pascal_type_print_args.
9695
9696 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9697
9698         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
9699         comment.  Add ``artificial'' to ``union field_location''.
9700
9701         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9702
9703         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9704         * mdebugread.c (parse_symbol): Likewise.
9705         * stabsread.c (define_symbol): Likewise.
9706         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9707         initializing TYPE_FIELD_BITPOS to n (obsolete).
9708         (hpread_doc_function_type): Likewise.
9709         * hpread.c (hpread_function_type): Likewise.
9710
9711 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9712
9713         * configure.in (host_makefile_frag): Only require a host makefile
9714         fragment when a native build.
9715         * configure: Re-generate.
9716
9717 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9718
9719         * doublest.h (floatformat_from_type): Declare.
9720         * doublest.c (floatformat_from_type): New function.
9721         (convert_typed_floating): Use.
9722
9723         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9724         call to function floatformat_from_type.
9725
9726         * gdbarch.sh (IEEE_FLOAT): Delete.
9727         * gdbarch.h, gdbarch.c: Re-generate.
9728         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9729         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9730         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9731         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9732         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9733         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9734         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9735         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9736         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9737         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9738         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9739         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9740
9741         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9742         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9743         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9744         * sh-tdep.c (sh_gdbarch_init): Ditto.
9745         * mips-tdep.c (mips_gdbarch_init): Ditto.
9746         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9747         * cris-tdep.c (cris_gdbarch_init): Ditto.
9748
9749 2002-01-20  Jiri Smid  <smid@suse.cz>
9750
9751         * configure.host, configure.tgt: Support x86-64.
9752         * NEWS: Note new target x86-64.
9753
9754         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9755         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9756         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9757         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9758         x86-64-linux-nat.o): Fix dependencies.
9759
9760 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9761
9762         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9763         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9764         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9765         * config/sparc/xm-sun4os4.h: Delete file.
9766         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9767
9768 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9769
9770         * config/sparc/sparclynx.mh (XM_FILE): Delete.
9771         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9772         * config/m68k/m68klynx.mh (XM_FILE): Delete.
9773         * config/i386/i386lynx.mh (XM_FILE): Delete.
9774         * config/rs6000/xm-rs6000ly.h: Delete file.
9775         * config/sparc/xm-sparclynx.h: Delete file.
9776         * config/m68k/xm-m68klynx.h: Delete file.
9777         * config/i386/xm-i386lynx.h: Delete file.
9778         * config/xm-lynx.h: Delete file.
9779         * config/djgpp/fnchange.lst: Update.
9780
9781 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9782
9783         * alpha-tdep.c (alpha_register_byte): New function.
9784         (alpha_register_raw_size): Ditto.
9785         (alpha_register_virtual_size): Ditto.
9786         (alpha_skip_prologue_internal): Renamed from
9787         alpha_skip_prologue.
9788         (alpha_skip_prologue): New version that calls
9789         alpha_skip_prologue_internal.
9790         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9791         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9792         second argument from alpha_skip_prologue.
9793         (REGISTER_BYTE): Use alpha_register_byte.
9794         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9795         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9796         (FRAMELESS_FUNCTION_INVOCATION): Use
9797         generic_frameless_function_invocation_not.
9798         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9799         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9800
9801 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9802
9803         * config/mips/xm-news-mips.h: Delete file.
9804         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9805
9806         * config/m88k/xm-m88k.h: Delete file.
9807         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9808         * config/m88k/xm-delta88v4.h: Ditto.
9809         * config/m88k/xm-delta88.h: Ditto.
9810
9811         * config/alpha/xm-fbsd.h: Delete file.
9812         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9813
9814         * config/sparc/xm-sparc.h: Delete file.
9815         * Makefile.in (xm-sun4os4.h): Delete dependency.
9816         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9817         * config/sparc/xm-sun4os4.h: Ditto.
9818         * config/sparc/xm-linux.h: Ditto.
9819
9820         * config/i386/xm-windows.h: Delete file.
9821
9822 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9823
9824         * utils.c: Include <sys/param.h> for MAXPATHLEN.
9825         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9826
9827 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9828
9829         * alpha-tdep.c (alpha_call_dummy_words): New.
9830         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9831         (CALL_DUMMY_P): Define.
9832         (CALL_DUMMY_WORDS): Define.
9833         (SIZEOF_CALL_DUMMY_WORDS): Define.
9834
9835 2002-01-19  Per Bothner  <per@bothner.com>
9836
9837         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
9838         isn't NULL, which can happen with some gcj-3.x-produced code.
9839
9840 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9841
9842         * alpha-tdep.c (alpha_register_virtual_type): New function.
9843         (alpha_init_frame_pc_first): Ditto.
9844         (alpha_fix_call_dummy): Ditto.
9845         (alpha_store_struct_return): Ditto.
9846         (alpha_extract_struct_value_address): Ditto.
9847         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9848         alpha_register_virtual_type.
9849         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9850         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9851         alpha_extract_struct_value_address.
9852         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9853         (INIT_FRAME_PC): Use init_frame_pc_noop.
9854         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9855
9856 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
9857
9858         * i386gnu-nat.c: Include "i386-tdep.h".
9859         (fetch_fpregs): Simplify code dealing with uninitialized floating
9860         point states such that it doesn't require FP7_REGNUM.
9861
9862 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9863
9864         * alpha-tdep.c (frame_extra_info): New.
9865         (alpha_find_saved_regs): Make static.  Use
9866         frame->extra_info.
9867         (alpha_frame_init_saved_regs): New function.
9868         (alpha_frame_saved_pc): Use frame->extra_info.
9869         (temp_saved_regs): Don't declare as struct frame_saved_regs.
9870         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9871         (init_extra_frame_info): Rename to...
9872         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
9873         (alpha_print_extra_frame_info): New function.
9874         (alpha_frame_locals_address): Ditto.
9875         (alpha_frame_args_address): Ditto.
9876         (alpha_pop_frame): Use frame->extra_info.
9877         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9878         alpha_frame_args_address.
9879         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9880         (alpha_find_saved_regs): Remove prototype.
9881         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9882         (EXTRA_FRAME_INFO): Remove.
9883         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9884         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9885
9886 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9887
9888         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9889         (alpha_cannot_fetch_register): Ditto.
9890         (alpha_cannot_store_register): Ditto.
9891         (alpha_register_convertible): Ditto.
9892         (alpha_use_struct_convention): Ditto.
9893         * config/alpha/tm-alpha.h: Update copyright years.
9894         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9895         (INNER_THAN): Use core_addr_lessthan.
9896         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9897         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9898         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9899         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9900         (FRAME_CHAIN): Remove unnecessary cast.
9901
9902 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
9903
9904         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9905         obsolete.
9906
9907 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
9908
9909         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
9910         * monitor.c, remote-array.c, remote-bug.c: Ditto.
9911         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9912         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9913         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9914         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9915         * x86-64-linux-nat.c: Ditto.
9916
9917 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9918
9919         * alpha-tdep.c (alpha_register_name): New function.
9920         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9921         (REGISTER_NAME): Define.
9922
9923 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9924
9925         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9926
9927 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9928
9929         * alpha-tdep.c: Update copyright years.
9930         (alpha_next_pc): New function.
9931         (alpha_software_single_step): Ditto.
9932         * config/alpha/tm-alpha.h: Add prototype for
9933         alpha_software_single_step.
9934
9935 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9936
9937         * alphabsd-nat.c: Update copyright years.
9938         (fill_gregset): Use regcache_collect.
9939         (fill_fpregset): Likewise.
9940         (fetch_inferior_registers): Only fetch integer registers
9941         if requested to do so.
9942         (store_inferior_registers): Only store integer registers
9943         if requested to do so.
9944
9945 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9946
9947         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9948         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9949         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9950         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9951         * config/alpha/fbsd.mh (XDEPFILES): Delete.
9952         * config/arm/linux.mh (XDEPFILES): Delete.
9953         * config/arm/nbsd.mh (XDEPFILES): Delete.
9954         * config/i386/i386dgux.mh (XDEPFILES): Delete.
9955         * config/i386/i386sol2.mh (XDEPFILES): Delete.
9956         * config/i386/i386m3.mh (XDEPFILES): Delete.
9957         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9958         * config/i386/i386gnu.mh (XDEPFILES): Delete.
9959         * config/i386/fbsd.mh (XDEPFILES): Delete.
9960         * config/i386/i386bsd.mh (XDEPFILES): Delete.
9961         * config/i386/i386sco5.mh (XDEPFILES): Delete.
9962         * config/i386/i386v4.mh (XDEPFILES): Delete.
9963         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9964         * config/i386/i386sco4.mh (XDEPFILES): Delete.
9965         * config/i386/i386aix.mh (XDEPFILES): Delete.
9966         * config/i386/go32.mh (XDEPFILES): Delete.
9967         * config/i386/cygwin.mh (XDEPFILES): Delete.
9968         * config/i386/i386lynx.mh (XDEPFILES): Delete.
9969         * config/i386/i386mach.mh (XDEPFILES): Delete.
9970         * config/i386/i386v32.mh (XDEPFILES): Delete.
9971         * config/i386/linux.mh (XDEPFILES): Delete.
9972         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9973         * config/i386/ncr3000.mh (XDEPFILES): Delete.
9974         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9975         * config/i386/i386sco.mh (XDEPFILES): Delete.
9976         * config/i386/i386v.mh (XDEPFILES): Delete.
9977         * config/i386/nbsd.mh (XDEPFILES): Delete.
9978         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9979         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9980         * config/i386/symmetry.mh (XDEPFILES): Delete.
9981         * config/i386/obsd.mh (XDEPFILES): Delete.
9982         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9983         * config/ia64/linux.mh (XDEPFILES): Delete.
9984         * config/ia64/aix.mh (XDEPFILES): Delete.
9985         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9986         * config/m68k/dpx2.mh (XDEPFILES): Delete.
9987         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9988         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9989         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9990         * config/m68k/linux.mh (XDEPFILES): Delete.
9991         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9992         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9993         * config/m68k/nbsd.mh (XDEPFILES): Delete.
9994         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9995         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9996         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9997         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9998         * config/m88k/delta88.mh (XDEPFILES): Delete.
9999         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10000         * config/m88k/m88k.mh (XDEPFILES): Delete.
10001         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10002         * config/mips/linux.mh (XDEPFILES): Delete.
10003         * config/mips/irix6.mh (XDEPFILES): Delete.
10004         * config/mips/irix5.mh (XDEPFILES): Delete.
10005         * config/mips/irix4.mh (XDEPFILES): Delete.
10006         * config/mips/irix3.mh (XDEPFILES): Delete.
10007         * config/mips/decstation.mh (XDEPFILES): Delete.
10008         * config/mips/mipsm3.mh (XDEPFILES): Delete.
10009         (NATDEPFILES): Move core-aout.o to here.
10010         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10011         * config/pa/hpux1020.mh (XDEPFILES): Delete.
10012         * config/pa/hppabsd.mh (XDEPFILES): Delete.
10013         * config/pa/hppahpux.mh (XDEPFILES): Delete.
10014         * config/pa/hpux11w.mh (XDEPFILES): Delete.
10015         * config/pa/hppaosf.mh (XDEPFILES): Delete.
10016         * config/pa/hpux11.mh (XDEPFILES): Delete.
10017         * config/powerpc/aix.mh (XDEPFILES): Delete.
10018         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10019         * config/powerpc/linux.mh (XDEPFILES): Delete.
10020         * config/romp/rtbsd.mh: Rename XDEPFILES.
10021         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10022         * config/rs6000/aix4.mh (XDEPFILES): Delete.
10023         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10024         * config/s390/s390.mh (XDEPFILES): Delete.
10025         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10026         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10027         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10028         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10029         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10030         * config/sparc/nbsd.mh (XDEPFILES): Delete.
10031         * config/sparc/linux.mh (XDEPFILES): Delete.
10032         * config/vax/vaxult.mh (XDEPFILES): Delete.
10033         * config/vax/vaxult2.mh (XDEPFILES): Delete.
10034         * Makefile.in (DEPFILES): Remove XDEPFILES.
10035
10036 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10037
10038         * utils.c (internal_verror): Fix comments, default is yes not no.
10039         Update queries to match.  Default to quit and dump core.
10040
10041 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10042
10043         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
10044         copyright.
10045         * defs.h, event-top.c, gdbcmd.h: Ditto.
10046         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10047         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10048         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10049         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10050         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10051         * mi/mi-main.c:Ditto.
10052
10053         * stack.c, symfile.c: Update copyright.
10054
10055 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10056
10057         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10058         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10059         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10060         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10061
10062 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10063
10064         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10065         * gdbserver/low-lynx.c (myattach): Likewise.
10066         * gdbserver/low-nbsd.c (myattach): Likewise.
10067         * gdbserver/low-sim.c (myattach): Likewise.
10068         * gdbserver/low-sparc.c (myattach): Likewise.
10069         * gdbserver/low-sun3.c (myattach): Likewise.
10070
10071         * gdbserver/low-linux.c (myattach): New function.
10072
10073         * gdbserver/server.c (attach_inferior): New function.
10074         (main): Handle "--attach".
10075
10076 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
10077
10078         * MAINTAINERS (language support): Daniel Jacobwitz is C++
10079         maintainer.
10080
10081 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
10082
10083         * c-typeprint.c (is_type_conversion_operator): Add additional
10084         check for non-conversion operators.
10085
10086 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10087
10088         * linux-proc.c: Add "info proc" command, a la procfs.c.
10089         (read_mapping): New function, abstract and re-use code.
10090         (linux_find_memory_regions): Use new func read_mapping.
10091         (linux_info_proc_cmd): New function, implement "info proc".
10092         (_initialize_linux_proc): Add new command "info proc".
10093
10094 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10095
10096         * symfile.c (generic_load): Use bfd_map_over_sections method
10097         instead of manipulating bfd structure members directly.
10098         (add_section_size_callback): New function, bfd sections callback
10099         used by generic_load.
10100         (load_sections_callback): New function, bfd sections callback
10101         used by generic_load.
10102
10103 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
10104
10105         [Based on work by Jim Blandy]
10106         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10107         (builtin_type_vec128): Export.
10108         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10109         types.
10110         (builtin_type_vec128): New builtin type for 128 bit vector
10111         registers.
10112         (build_gdbtypes): Initialize builtin_type_v16qi and
10113         builtin_type_v8hi. Create the vec128 register builtin type
10114         structure.
10115         (build_builtin_type_vec128): New function.
10116         (_initialize_gdbtypes): Register builtin_type_v16qi and
10117         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10118         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10119         AltiVec register to new builtin type.
10120
10121 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
10122
10123         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10124         to make_cv_type.
10125
10126 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10127
10128         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10129         CLEAN_UP_REGISTER_VALUE.
10130         * regcache.c (supply_register): Update only call.
10131
10132 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10133
10134         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10135         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10136         a29k-*-vxworks* targets as obsolete.
10137
10138 2002-01-14  Michael Snyder  <msnyder@redhat.com>
10139
10140         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10141         until we can resolve portability issues.
10142         * gregset.h: Remove references to fpxregs.
10143         * gcore.c (gcore_command): Initialize note_sec to NULL.
10144
10145 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10146
10147         * signals.c (target_signal_to_name): Rewrite.  Only use
10148         signals[].name when in bounds and non-NULL.
10149
10150 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10151
10152         From Petr Ledvina <ledvinap@kae.zcu.cz>:
10153         * signals.c (target_signal_to_name): Verify that SIG is within the
10154         bounds of the signals array.
10155
10156 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10157
10158         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10159
10160 2002-01-13  Keith Seitz  <keiths@redhat.com>
10161
10162         * stack.c (print_frame_info_base): Print the frame's pc
10163         only if when print_frame_info_listing_hook is not defined.
10164
10165 2002-01-13  Keith Seitz  <keiths@redhat.com>
10166
10167         * varobj.c (varobj_set_value): Make sure that there were no
10168         errors evaluating the object before attempting to set its
10169         value.
10170         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10171         so this offset adjustment is no longer necessary.
10172         (create_child): Don't set the error flag if the child is
10173         a CPLUS_FAKE_CHILD.
10174         (value_of_child): If value_fetch_lazy fails, return NULL
10175         so that callers will be notified that an error occurred.
10176         (c_value_of_variable): Delay check of variable's validity
10177         until later. We actually want all structs and unions to have
10178         the value "{...}".
10179         Do not return "???" for variables which could not be evaluated.
10180         This error condition must be returned to the caller so that it
10181         can get the error condition from gdb.
10182         (cplus_name_of_child): Adjust index for vptr before figuring
10183         out the name of the child.
10184         (cplus_value_of_child): If a child's (real) parent is not valid,
10185         don't even bother trying to give a value for it. Just return
10186         an error. Change all instances in this function.
10187         (cplus_type_of_child): If our parent is one of the "fake"
10188         parents, we need to get at the type of the real parent, and
10189         derive the child's true type using this information.
10190
10191 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10192
10193         From 2002-01-09 John Marshall <johnm@falch.net>:
10194         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10195         sources.redhat.com, and tweak some related URLs which had
10196         suffered from linkrot.
10197
10198 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10199
10200         From Jeff law:
10201         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10202         structures passed in registers.
10203
10204 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
10205
10206         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10207         white space which prevented compilation.  Reported by DSK
10208         <dsk@student.unsw.edu.au>.
10209
10210 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10211
10212         * symfile.c (build_section_addr_info_from_section_tab):
10213         Use bfd access method instead of manipulating bfd directly.
10214         (syms_from_objfile): Ditto.
10215         (simple_overlay_update_1): Ditto.
10216         (simple_overlay_update): Ditto.
10217         (generic_load): Ditto.
10218         (overlay_unmapped_address): FIXME comment, bfd access methods.
10219         (sections_overlap): FIXME comment, bfd access methods.
10220         (pc_in_mapped_range): FIXME comment, bfd access methods.
10221         (pc_in_unmapped_range): FIXME comment, bfd access methods.
10222         (section_is_mapped): FIXME comment, bfd access methods.
10223         (section_is_overlay): FIXME comment, bfd access methods.
10224
10225         * symfile.c (generic_load): Whitespace and long line cleanups.
10226         Remove duplicate variable, change several local variables to
10227         more appropriate data types.
10228         (print_transfer_performance): Use %lu instead of %ld for ulongs.
10229
10230 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10231
10232         From Peter Schauer:
10233         * language.c (longest_local_hex_string_custom): Use phex_nz to
10234         convert NUM to a hex string.
10235
10236 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
10237
10238         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10239         the function.
10240         Update Copyright year.
10241
10242 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10243
10244         * language.c (longest_raw_hex_string): Delete unused function.
10245
10246 2002-01-11  Petr Sorfa  <petrs@caldera.com>
10247
10248         * MAINTAINERS (write-after-approval): Add myself.
10249         * dwarf2read.c (read_tag_string_type): Handling of
10250         DW_AT_byte_size.
10251         (read_tag_string_type): FORTRAN fix to prevent propagation of
10252         first string size.
10253         (set_cu_language): Handling of DW_LANG_Fortran95
10254
10255 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
10256
10257         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10258         GETPID(inferior_ptid).
10259         (store_inferior_registers): Likewise.
10260
10261 2002-01-10  Jason Merrill  <jason@redhat.com>
10262
10263         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10264         Fix DW_OP_minus.
10265
10266 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
10267
10268         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10269         and bfd/elf32-sh-nbsd.c.
10270
10271 2002-01-10  Michael Snyder  <msnyder@redhat.com>
10272
10273         * NEWS: Mention --pid and corefile/proc-id behavior change.
10274
10275         * Makefile.in: Add rules for gcore.o and linux-proc.o.
10276         * gcore.c: Include cli/cli-decode.h instead of command.h.
10277
10278         * main.c (captured_main): Add new command line option "--pid".
10279         If the second command line argument (following the symbol-file)
10280         begins with a digit, try to attach to it before trying to open
10281         it as a corefile.
10282         (print_gdb_help): Document the "--pid" argument.
10283
10284 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
10285
10286         * completer.c (command_completer): New function.
10287
10288         * completer.h <command_completer>: Add prototype.
10289
10290         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10291         completer for the "help" command.
10292
10293 2002-01-09  Jason Merrill  <jason@redhat.com>
10294
10295         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10296
10297 2002-01-09  Michael Snyder  <msnyder@redhat.com>
10298
10299         * i386-linux-nat.c (fill_fpxregset): Make global.
10300         (store_fpxregset): Ditto.
10301
10302         * gregset.h (gdb_fpxregset_t): Define.
10303         (supply_fpxregset): Prototype.
10304         (fill_fpxregset): Prototype.
10305
10306         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10307
10308 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10309
10310         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10311         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10312         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10313
10314 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
10315
10316         * MAINTAINERS: Update target maintainer rules so that any
10317         Maintainer can approve a tested patch for a maintenance-only
10318         target.
10319
10320 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10321
10322         * MAINTAINERS (write-after-approval): Add myself.
10323
10324         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10325         IN_SIGTRAMP.
10326
10327 2002-01-08  Michael Snyder  <msnyder@redhat.com>
10328
10329         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10330         real name of the executable, rather than the /proc name.
10331
10332 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10333
10334         Implement a "generate-core-file" command in gdb, save target state.
10335         * gcore.c: New file.  Implement new command 'generate-core-file'.
10336         Save a corefile image of the current state of the inferior.
10337         * linux-proc.c: Add linux-specific code for saving corefiles.
10338         * target.h (struct target_ops): Add new target vectors for saving
10339         corefiles; to_find_memory_regions and to_make_corefile_notes.
10340         (target_find_memory_regions): New macro.
10341         (target_make_corefile_notes): New macro.
10342         * target.c (update_current_target): Inherit new target methods.
10343         (dummy_find_memory_regions): New place-holder method.
10344         (dummy_make_corefile_notes): New place-holder method.
10345         (init_dummy_target): Initialize new dummy target vectors.
10346         * exec.c (exec_set_find_memory_regions): New function.
10347         Allow the exec_ops vector for memory regions to be taken over.
10348         (exec_make_note_section): New function, target vector method.
10349         * defs.h (exec_set_find_memory_regions): Export prototype.
10350         * procfs.c (proc_find_memory_regions): New function, corefile method.
10351         (procfs_make_note_section): New function, corefile method.
10352         (init_procfs_ops): Set new target vector pointers.
10353         (find_memory_regions_callback): New function.
10354         (procfs_do_thread_registers): New function.
10355         (procfs_corefile_thread_callback): New function.
10356         * sol-thread.c (sol_find_memory_regions): New function.
10357         (sol_make_note_section): New function.
10358         (init_sol_thread_ops): Initialize new target vectors.
10359         * inftarg.c (inftarg_set_find_memory_regions): New function.
10360         Allow to_find_memory_regions vector to be taken over.
10361         (inftarg_set_make_corefile_notes): New function.
10362         Allow to_make_corefile_notes vector to be taken over.
10363         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10364         interface layer if not target_has_execution (may be a corefile).
10365         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10366         * config/sparc/sun4sol2.mh: Ditto.
10367         * config/alpha/alpha-linux.mh: Ditto.
10368         * config/arm/linux.mh: Ditto.
10369         * config/i386/x86-64linux.mh: Ditto.
10370         * config/ia64/linux.mh: Ditto.
10371         * config/m68k/linux.mh: Ditto.
10372         * config/mips/linux.mh: Ditto.
10373         * config/powerpc/linux.mh: Ditto.
10374         * config/sparc/linux.mh: Ditto.
10375
10376 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10377
10378         * arm-linux-nat.c: Remove references to regcache.c internal data
10379         (registers[] and register_valid[]).
10380
10381 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10382
10383         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
10384         so that attaching to a pid will automatically read the process's
10385         symbol file and shlibs.
10386         * Makefile.in: Add rule for linux-proc.o.
10387         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10388         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10389         * config/arm/linux.mh: Ditto.
10390         * config/i386/linux.mh: Ditto.
10391         * config/i386/x86-64linux.mh: Ditto.
10392         * config/ia64/linux.mh: Ditto.
10393         * config/m68k/linux.mh: Ditto.
10394         * config/mips/linux.mh: Ditto.
10395         * config/powerpc/linux.mh: Ditto.
10396         * config/sparc/linux.mh: Ditto.
10397
10398 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10399
10400         * win32-nat.c: Add i386-tdep.h dependency.
10401
10402 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10403
10404         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10405         instead of bfd_get_arch_size.  Don't bail out just because
10406         there's no exec_bfd.
10407
10408         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10409         * p-valprint.c (pascal_object_print_value): Ditto.
10410         * somread.c (som_symtab_read): Ditto.
10411         * symfile.c (simple_free_overlay_region_table): Ditto.
10412         * valops.c (value_assign): Ditto.
10413
10414         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10415         use tilde_expand and strerror for opening save-tracepoints file.
10416
10417         * thread-db.c (thread_db_new_objfile): Indendation fix.
10418
10419         * infptrace.c (GDB_MAX_ALLOCA): New define.
10420         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10421         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10422         can be overridden with whatever value is appropriate to the host).
10423         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10424         alloca to allocate potentially large buffer.
10425         * rs6000-nat.c (child_xfer_memory): Ditto.
10426         * symm-nat.c (child_xfer_memory): Ditto.
10427         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10428
10429 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
10430
10431         From Nick Clifton  <nickc@redhat.com>
10432         * d10v-tdep.c: Set STACK_START to 0x200bffe.
10433
10434 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10435
10436         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10437         Don't use exec_bfd if it's NULL.
10438
10439 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
10440
10441         * valops.c (value_arg_coerce): Fix formatting.
10442
10443 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10444
10445         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10446         * gnu-nat.c: Ditto.
10447
10448 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10449
10450         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10451         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10452         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10453         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10454         z8k-coff have not been multi-arched.  Update z8k-coff build
10455         status.
10456
10457 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10458
10459         * MAINTAINERS: Mark a29k target as obsolete.
10460         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10461         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
10462         comments.
10463         * NEWS: Note that a29k targets are obsolete.
10464         * a29k-tdep.c: Mark as obsolete.
10465         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10466         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10467         a29k-*-vxworks* targets as obsolete.
10468         * remote-adapt.c: Obsolete.
10469         * remote-eb.c: Obsolete.
10470         * remote-mm.c: Obsolete.
10471         * remote-udi.c: Obsolete.
10472         * config/a29k/a29k-udi.mt: Obsolete.
10473         * config/a29k/a29k.mt: Obsolete.
10474         * config/a29k/tm-a29k.h: Obsolete.
10475         * config/a29k/tm-vx29k.h: Obsolete.
10476         * config/a29k/vx29k.mt: Obsolete.
10477
10478 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10479
10480         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10481         with BFD_ENDIAN_BIG.
10482
10483 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10484
10485         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10486         * configure, config.in: Re-generate.
10487         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10488         * defs.h: Do not include <endian.h>.
10489
10490 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
10491
10492         * acconfig.h (HAVE_PT_GETXMMREGS): New.
10493         * config.in: Regenerate.
10494         * configure.in: Update copyright years.
10495         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10496         * configure: Regenerate.
10497         * i386bsd-nat.c: Update copyright years.
10498         (fill_gregset): Use regcache_collect.
10499         (fetch_inferior_registers): Only fetch integer registers
10500         if requested to do so.  Add support for XMM registers
10501         using PT_GETXMMREGS.
10502         (store_inferior_registers): Only store integer registers
10503         if requested to do so.  Add support for XMM registers
10504         using PT_SETXMMREGS.
10505         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10506         (store_inferior_registers): Remove.
10507         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10508         (fetch_elfcore_registers): New function.
10509         (i386nbsd_elfcore_fns): New.
10510         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10511         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10512         i386bsd-nat.o.
10513         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10514         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10515         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10516         * config/i386/tm-nbsd.h: Update copyright years.
10517         (HAVE_SSE_REGS): Define.
10518         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10519         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10520         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10521         (SIGCONTEXT_PC_OFFSET): Remove.
10522         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10523
10524 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10525
10526         * configure.tgt: Remove powerpc-*-macos* target.
10527         * config/m68k/xm-mpw.h: Delete file.
10528         * config/xm-mpw.h: Delete file.
10529         * ser-mac.c: Delete file.
10530         * mpw-make.sed: Delete file.
10531         * mpw-config.in: Delete file.
10532         * mac-xdep.c: Delete file.
10533         * mac-gdb.r: Delete file.
10534         * mac-defs.h: Delete file.
10535         * mac-nat.c: Delete file.
10536         * config/powerpc/macos.mh: Delete file.
10537         * config/powerpc/macos.mt: Delete file.
10538         * config/powerpc/nm-macos.h: Delete file.
10539         * config/powerpc/tm-macos.h: Delete file.
10540         * source.c (openp, open_source_file): Remove obsolete code.
10541         * top.c (gdb_readline): Ditto.
10542         * utils.c (query): Ditto.
10543         * event-top.c (display_gdb_prompt): Ditto.
10544         * Makefile.in (ser-mac.o): Delete obsolete target.
10545         * NEWS: Update.
10546
10547 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10548
10549         * defs.h (BIG_ENDIAN): Delete macro definition.
10550         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10551         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10552         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10553         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10554         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10555         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10556         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10557         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10558         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10559         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10560         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10561         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10562         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10563         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10564         * gdbarch.c: Re-generate.
10565
10566 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10567
10568         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10569         for core files.
10570
10571 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10572
10573         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10574
10575 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10576
10577         * value.h (value_ptr): Delete typedef.
10578
10579 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10580
10581         * i386nbsd-nat.c: Update copyright years.
10582         Include i386-tdep.h.
10583
10584 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
10585
10586         * stabsread.c: Update copyright years.
10587
10588         From Debashis Mahata <debashis.mahata@wipro.com>:
10589         (read_struct_fields): Deal with Sun C compiler erroneous stab
10590         output for structs and unions.
10591         Fix PR gdb/269.
10592
10593 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10594
10595         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10596         prototype.
10597
10598 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10599
10600         * cp-abi.c: Fix whitespace.
10601         (baseclass_offset): New wrapper function.
10602         * cp-abi.h (baseclass_offset): Add prototype.
10603         (struct cp_abi_ops): Add baseclass_offset pointer.
10604
10605         * valops.c (vb_match): Move to...
10606         * gnu-v2-abi.c (vb_match): here.
10607         * valops.c (baseclass_offset): Move to...
10608         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10609
10610         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10611
10612         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10613         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10614         * hpacc-abi.c (init_hpacc_ops): Likewise.
10615
10616 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10617
10618         * valops.c (find_overload_match): Accept obj as a
10619         reference parameter.  Update it before returning.
10620         * value.h (find_overload_match): Update prototype.
10621         * eval.c (evaluate_subexp_standard): Pass object to
10622         find_overload_match by reference.
10623
10624 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10625
10626         * valarith.c: Replace value_ptr with struct value pointer.  Remove
10627         register attribute from value declarations.
10628         * valops.c: Ditto.
10629         * value.h: Ditto.
10630         * scm-lang.c (scm_lookup_name): Ditto.
10631
10632 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10633
10634         Abstract the functionality of iterating over mapped memory
10635         regions into a general purpose iterator function.
10636         * procfs.c (iterate_over_mappings): New function, general purpose
10637         iterator for memory sections.
10638         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10639         (solib_mappings_callback): New function, callback for above.
10640         (info_proc_mappings): Reimpliment using iterate_over_mappings.
10641         (info_mappings_callback): New function, callback for above.
10642
10643         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10644
10645 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
10646
10647         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10648         * i386-tdep.c: Include "elf-bfd.h".
10649         (process_note_abi_tag_sections): New function.
10650         (i386_gdbarch_init): Add code to recognize various OS/ABI
10651         combinations.
10652
10653         * maint.c (_initialize_maint_cmds): Add missing \ in
10654         string-literal.
10655
10656 For older changes see ChangeLog-2001
10657 \f
10658 Local Variables:
10659 mode: change-log
10660 left-margin: 8
10661 fill-column: 74
10662 version-control: never
10663 End: