* i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
[external/binutils.git] / gdb / ChangeLog
1 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2
3         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
4         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
5         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
6         tdep->sigtramp_end.
7         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
8         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
9         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
10
11 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
12
13         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
14         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
15         * i386-tdep.h (i386bsd_init_abi): New prototype.
16         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
17         function declaration.
18         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
19         for NetBSD-a.out or NetBSD-ELF.
20         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
21         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
22         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
23         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
24         and nbsd-tdep.h.
25         (i386nbsd_pc_in_sigtramp): New function.
26         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
27         i386nbsd_pc_in_sigtramp.
28         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
29         and i386nbsdelf_init_abi OS ABI handlers.
30         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
31         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
32
33 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
34
35         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
36         registers if the target really has them.
37
38 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
39
40         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
41         than nbsd-tdep.h.
42
43 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
44
45         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
46         list.
47         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
48         (alphanbsd_skip_sigtramp_frame): New functions. 
49         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
50         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
51         to alphanbsd_sigcontext_addr. 
52
53 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
54
55         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
56         list.
57         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
58         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
59         nbsd_pc_in_sigtramp. 
60         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
61         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
62         * nbsd-tdep.c: Include gdb_string.h.
63         (nbsd_pc_in_sigtramp): New function. 
64         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
65         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
66         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
67         ppcnbsd_pc_in_sigtramp. 
68         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
69         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
70         shnbsd_pc_in_sigtramp. 
71         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
72         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
73         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
74
75 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
76
77         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
78         watchpoints to NULL.
79         (insert_breakpoints): set val field of watchpoints if NULL.
80
81
82 2002-08-29  Jim Blandy  <jimb@redhat.com>
83
84         * symtab.c (lookup_symbol_aux): In the cases where we find a
85         minimal symbol of an appropriate name and use its address to
86         select a symtab to read and search, use `name' (as passed to us)
87         as the demangled name when searching the symtab's global and
88         static blocks, not the minsym's name.
89
90 2002-08-29  Keith Seitz  <keiths@redhat.com>
91
92         * stack.c (print_frame_info_base): Always set current_source_symtab
93         and current_source_line.
94
95 2002-08-29  Donn Terry  <donnte@microsoft.com>
96
97         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
98
99 2002-08-28  Keith Seitz  <keiths@redhat.com>
100
101         * stack.c (select_frame): Add FIXME concerning selected-frame
102         events.
103         (select_frame_command): Send selected-frame-level-changed
104         event notification, but only if the level actually changed.
105         (up_silently_base): Add selected-frame-level-changed event
106         notification.
107         (down_silently_base): Likewise.
108
109 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
110
111         * Makefile.in: Update dependencies for all gdb/*.c files.
112
113 2002-08-27  Tom Tromey  <tromey@redhat.com>
114
115         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
116         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
117         Update dependencies.
118         * i387-tdep.c: Include gdb_string.h.
119         * osabi.c: Likewise.
120         * i386-linux-nat.c: Likewise.
121         * lin-lwp.c: Likewise.
122         * ax-gdb.c: Likewise.
123         * signals/signals.c: Likewise.
124         * jv-valprint.c: Likewise.
125         * p-lang.c: Likewise.
126         * c-valprint.c: Likewise.
127         * cp-abi.c: Likewise.
128
129 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
130
131         * cli/cli-script.h (copy_command_lines): Export.
132         * breakpoint.c: Include cli/cli-script.h.
133         * Makefile.in (breakpoint.o): Update dependencies.
134
135 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
136
137         * cli/cli-script.c (copy_command_lines): New function.
138         * defs.h (copy_command_lines): Export.
139         * testsuite/gdb.base/commands.exp: New tests for commands
140         attached to a temporary breakpoint, and for commands that
141         delete the breakpoint they are attached to.
142         
143 2002-08-26  Michael Snyder  <msnyder@redhat.com>
144
145         * breakpoint.c (bpstat_stop_status): Instead of copying the 
146         pointer to the breakpoint commands struct, make a new copy
147         of the struct and point to that.
148         (bpstat_clear): Free the commands struct.
149         (bpstat_clear_actions): Free the commands struct.
150         (bpstat_do_actions): Free the command actions.  Also execute
151         the local cleanups, instead of deleting them.
152         (delete_breakpoint): Leave the commands field of the bpstat
153         chain alone -- it will be freed later.
154
155 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
156
157         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
158         deleted in 2002-08-20 commit.  This function is still used by
159         ppc-linux-nat.c.
160
161 2002-08-26  Keith Seitz  <keiths@redhat.com>
162
163         * gdb-events.sh: Add selected-frame-level-changed event.
164         * gdb-events.c: Regenerated.
165         * gdb-events.h: Regenerated.
166         
167 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
168
169         Fix PR gdb/393:
170         * inflow.c (terminal_save_ours): New function to save terminal
171         settings.
172         * inferior.h (terminal_save_ours): Declare.
173         * target.c (debug_to_terminal_save_ours): New function.
174         (cleanup_target): Defaults to_terminal_save_ours.
175         (update_current_target): Inherit to_terminal_save_ours.
176         (setup_target_debug): Set to_terminal_save_ours.
177         * target.h (target_terminal_save_ours): New to save terminal settings.
178         (target_ops): New member to_terminal_save_ours.
179         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
180         * hpux-thread.c (init_hpux_thread_ops): Likewise.
181         * inftarg.c (init_child_ops): Likewise.
182         * m3-nat.c (init_m3_ops): Likewise.
183         * procfs.c (init_procfs_ops): Likewise.
184         * wince.c (init_child_ops): Likewise.
185         * win32-nat.c (init_child_ops): Likewise.
186         * sol-thread.c (init_sol_thread_ops): Likewise.
187
188 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
189
190         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
191         use regcache_* functions.
192         (i386_gdbarch_init): Set store_return_value instead of
193         deprecated_store_return_value.
194
195         * regcache.c (regcache_raw_write_signed,
196         regcache_raw_write_unsigned): New functions.
197         * regcache.h (regcache_raw_write_signed,
198         regcache_raw_write_unsigned): New prototypes.
199
200 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
201
202         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
203         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
204         source file dependencies.  Cleanup corresponding generator rules.
205
206 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
207
208         * regcache.h (register_offset_hack): Declare.
209         (regcache_cooked_read_using_offset_hack): Declare.
210         (regcache_cooked_write_using_offset_hack): Declare.
211
212         * regcache.c (register_offset_hack): New function.
213         (regcache_cooked_read_using_offset_hack): New function.
214         (regcache_cooked_write_using_offset_hack): New function.
215         (regcache_dump): Check that the registers, according to their
216         offset, are packed hard against each other.
217         (cooked_xfer_using_offset_hack): New function.
218
219 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
220
221         * regcache.c (struct regcache_descr): Add field register_type.
222         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
223         in as a parameter
224         (init_regcache_descr): Initialize register_type.  Pass the descr
225         to init_legacy_regcache_descr.  Use register_type instead of
226         REGISTER_VIRTUAL_TYPE.
227         (register_type): New function.
228         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
229         * regcache.h (register_type): Declare.
230
231 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
232
233         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
234         instead of deprecated_store_return_value.  Fix fallout from
235         2002-08-23 Andrew Cagney <cagney@redhat.com>.
236
237 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
238
239         * regcache.c (max_register_size): New function.
240         (init_legacy_regcache_descr): Ensure that max_register_size is
241         large enough for REGISTER_VIRTUAL_SIZE.
242         * regcache.h (max_register_size): Declare.
243
244 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
245
246         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
247         store_return_value.
248         (e500_extract_return_value): Change type of valbuf pointer to
249         void.
250
251 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
252
253         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
254         workaround.
255
256         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
257         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
258         long long) to prevent compiler warning on 64-bit systems.
259
260 2002-08-23  Andrew Cagney  <cagney@redhat.com>
261
262         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
263         (DEPRECATED_STORE_RETURN_VALUE): New method.
264         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
265         * gdbarch.h, gdbarch.c: Re-generate.
266
267         * values.c (set_return_value): Pass current_regcache to
268         STORE_RETURN_VALUE.
269         * arch-utils.h (legacy_store_return_value): Declare.
270         * arch-utils.c (legacy_store_return_value): New function.
271         (legacy_extract_return_value): Update parameters.
272
273         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
274         STORE_RETURN_VALUE.
275         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
276         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
277         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
278         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
279         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
280         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
281         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
282         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
283         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
284         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
285
286         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
287         * i386-tdep.c (i386_extract_return_value): Update.
288         * arch-utils.c (legacy_extract_return_value): Update.
289         * frv-tdep.c (frv_gdbarch_init): Update.
290         * cris-tdep.c (cris_gdbarch_init): Update.
291         * d10v-tdep.c (d10v_gdbarch_init): Update.
292         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
293         * m68k-tdep.c (m68k_gdbarch_init): Update.
294         * mcore-tdep.c (mcore_gdbarch_init): Update.
295         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
296         * s390-tdep.c (s390_gdbarch_init): Update.
297         * sparc-tdep.c (sparc_gdbarch_init): Update.
298         * sh-tdep.c (sh_gdbarch_init): Update.
299         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
300         * v850-tdep.c (v850_gdbarch_init): Update.
301         * avr-tdep.c (avr_gdbarch_init): Update.
302         * ia64-tdep.c (ia64_gdbarch_init): Update.
303         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
304         * vax-tdep.c (vax_gdbarch_init): Update.
305         * alpha-tdep.c (alpha_gdbarch_init): Update.
306         * arm-tdep.c (arm_gdbarch_init): Update.
307         * mips-tdep.c (mips_gdbarch_init): Update.
308         * i386-tdep.c (i386_gdbarch_init): Update.
309
310 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
311
312         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
313         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
314
315 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
316
317         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
318         problems.
319
320 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
321
322         * infrun.c (handle_inferior_event): Move a comment outside of a
323         function call, in order to avoid indent reformatting this part
324         of the code in an unreadable way.
325
326 2002-08-23  Grace Sainsbury  <graces@redhat.com>
327
328         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
329         when breakpoints fail. Move general breakpoint error messages to
330         insert_breakpoints.  
331         * breakpoint.c (insert_breakpoints): Change warnings when
332         breakpoints are nto inserted to specify the type. Remove call to
333         memory_error when hardware breakpoints can't be inserted. Remove
334         multiple calls to warning so all messages are sent to the user at
335         once.
336         (delete_breakpoints): Make insert error messsages more explicit.
337
338 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
339
340         * ChangeLog: Move gdbserver entries after GDB 5.2 to
341         gdbserver/ChangeLog.
342
343 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
344
345         * i386-tdep.c: Include "objfiles.h".
346         (i386_svr4_init_abi): Set in_solib_call_trampoline and
347         skip_trampoline_code.
348         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
349         (CPLUS_MARKER): Define to '.'.
350
351         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
352         member.
353         (linux_corefile_thread_callback): Increase args->num_notes.
354         (linux_make_note_section): Initialize thread_args.num_notes, and
355         use it to determine whether notes for any threads were created.
356
357 2002-08-23  Donn Terry  <donnte@microsoft.com>
358
359         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
360         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
361         and PCUNKILL.
362         (write_with_trace): Conditionalize out the switch branch handling
363         PCSHOLD if the corresponding macro is not defined. Likewise for
364         PRSABORT and PRSTOP.
365         This change will be needed by the Interix port.
366
367 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
368
369         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
370         write_register wherever possible instead of manipulating the
371         register bytes directly.
372         Assign VALUE_CONTENTS to a variable and use that.
373         The GPR numbers are now dependent on the architecture.
374         
375 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
376
377         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
378         ev_offset fields.
379         (skip_prologue): Add support for BookE/e500 instructions.
380         (e500_extract_return_value): New function.
381         (frame_get_saved_regs): Add support for saving ev registers and
382         pseudo gpr's.
383         (e500_store_return_value): New function.
384         (rs6000_gdbarch_init): Move up default intializations of
385         deprecated_extract_return_value and store_return_value.  Overwrite
386         init of store_return_value with e500 specific version.
387         Set extract_return_value for e500.
388         
389 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
390
391         * blockframe.c (generic_call_dummy_register_unwind): Use
392         regcache_cooked_read to catch cases in which the variable is
393         stored in a pseudo register.
394
395 2002-08-22  Andrew Cagney  <cagney@redhat.com>
396
397         * NEWS: Mention that the i960 has been made obsolete.
398         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
399         i960-tdep.c
400         (remote-nrom.o): Obsolete target.
401         (remote-nindy.o, i960-tdep.o): Ditto.
402         * remote-nrom.c: Make file obsolete.
403         * remote-nindy.c, remote-vx960.c: Ditto.
404         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
405         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
406         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
407         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
408         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
409         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
410         i960-*-vxworks* obsolete.
411         * MAINTAINERS: Note that the i960 is obsolete.
412
413 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
414
415         * aix-thread.c (aix_thread_detach): Disable thread debugging on
416         detach to allow reinitialization.
417
418 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
419
420         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
421         attempt).
422
423 2002-08-22  Jim Blandy  <jimb@redhat.com>
424
425         * coffread.c (coff_symfile_read): Don't try to read the line
426         number table from disk if the image file doesn't have a symbol
427         table; we'll never actually look at the info anyway, and Windows
428         ships DLL's with bogus file offsets for the line number data.
429
430 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
431
432         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
433         an e500 executable.
434
435 2002-08-21  Michael Snyder  <msnyder@redhat.com>
436
437         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
438         (MSYMBOL_SIZE): Replace macro with function.
439         (DEFAULT_MIPS_TYPE): Delete unused macro.
440         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
441         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
442
443 2002-08-21  Jim Blandy  <jimb@redhat.com>
444
445         * valops.c (value_cast): Simplify and correct logic for doing a
446         static cast from a pointer to a base class to a pointer to a
447         derived class.
448
449 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
450
451         * infcmd.c (default_print_registers_info): Replace
452         do_registers_info.
453         (registers_info): Use gdbarch_print_registers_info instead of
454         DO_REGISTERS_INFO.
455         * inferior.h (default_print_registers_info): Replace
456         do_registers_info.
457         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
458         (DO_REGISTERS_INFO): Change to a predicate function.
459         * gdbarch.h, gdbarch.c: Regenerate.
460         
461 2002-08-21  Keith Seitz  <keiths@redhat.com>
462
463         * gdb-events.sh: Add target-changed event.
464         * gdb-events.c: Regenerated.
465         * gdb-events.c: Regenerated.
466         * valops.c (value_assign): Add target-changed event notification
467         to inlval_register, lval_memory, and lval_reg_frame_relative.
468
469 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
470
471         * NEWS: Add an entry regarding the improvement of the next/step
472         operation on Alpha Tru64 multi-processor machines.
473
474 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
475
476         * Makefile.in: Update dependencies for mi/ cli/ and tui/
477         directores.
478         * Makefile.in: Update all _h macro definitions.
479         * Makefile.in (install-gdbtk): Move to install section.
480         (rdi-share/libangsd.a): Move to end of file.
481
482 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
483
484         * frame.c (frame_register_unwind): When a register, set addrp to
485         the register's byte.
486
487 2002-08-20  Michael Snyder  <msnyder@redhat.com>
488
489         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
490         used locally, so move them from the target machine header to here.
491         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
492         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
493         Make static.
494         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
495
496 2002-08-20  Andrew Cagney  <cagney@redhat.com>
497
498         * NEWS: Mention that the Apollo line was made obsolete.
499         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
500         m68*-hp-hpux* obsolete.
501         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
502         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
503         * buildsym.c (make_blockvector): Make static.
504         * buildsym.h (make_blockvector): Make extern declaration obsolete.
505         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
506         (ALLDEPFILES): Remove dstread.c.
507         (dstread.o): Obsolete make rule.
508         * dstread.c: Makefile obsolete.
509         * dst.h: Ditto.
510         * config/m68k/hp300hpux.mt: Ditto.
511         * config/m68k/hp300hpux.mh: Ditto.
512         * config/m68k/hp300bsd.mt: Ditto.
513         * config/m68k/hp300bsd.mh: Ditto.
514         * config/m68k/apollo68b.mt: Ditto.
515         * config/m68k/apollo68v.mh: Ditto.
516         * config/m68k/apollo68b.mh: Ditto.
517
518 2002-08-20  Michael Snyder  <msnyder@redhat.com>
519
520         * mips-tdep.c (mips_in_return_stub): Make static.
521         (mips_gdbarch_init): Set in_solib_return_trampoline.
522         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
523
524 2002-08-20  Michael Snyder  <msnyder@redhat.com>
525
526         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
527         * gdbarch.c, gdbarch.h: Regenerate.
528         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
529         Add.
530         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
531
532 2002-08-20  Michael Snyder  <msnyder@redhat.com>
533
534         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
535         (mips_gdbarch_init): Set skip_trampoline_code, 
536         in_solib_call_trampoline.
537         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
538         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
539
540 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
541
542         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
543
544         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
545         vector type for ev registers.
546         (e500_pseudo_register_read): New function.
547         (e500_pseudo_register_write): New function.
548         (e500_dwarf2_reg_to_regnum): New function.
549         (PPC_UISA_NOFP_SPRS): New macro.
550         (PPC_EV_REGS): New macro.
551         (PPC_GPRS_PSEUDO_REGS): New macro.
552         (registers_e500): New register set for e500.
553         (variants): Add e500 variant.
554         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
555         before setting architectural dependent variations.  Initialize ev
556         registers numbers.  Add case for e500 architecture.  Set the
557         number of pseudo registers.
558
559 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
560
561         * rs6000-tdep.c: Clean up comments.
562
563 2002-08-20  Andrew Cagney  <cagney@redhat.com>
564
565         * h8300-tdep.c: Re-indent file.
566
567 2002-08-20  Jim Blandy  <jimb@redhat.com>
568
569         * Makefile.in (LDFLAGS): Allow the configure script to establish a
570         default for this.
571
572 2002-08-20  Keith Seitz  <keiths@redhat.com>
573
574         * breakpoints.c (watch_command_1): Use internal breakpoint
575         when setting a watchpoint_scope breakpoint.
576
577 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
578
579         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
580         (build_builtin_type_vec64i): Ditto.
581         (build_builtin_type_vec128): Ditto.
582         (build_builtin_type_vec128i): Ditto.
583
584 2002-08-19  Michael Snyder  <msnyder@redhat.com>
585
586         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
587         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
588         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
589         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
590         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
591         CALL_DUMMY_ADDRESS): Delete.
592         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
593         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
594         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
595         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
596         push_return_address.
597         (mips_register_raw_size, mips_eabi_use_struct_convention, 
598         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
599         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
600         mips_init_extra_frame_info, mips_eabi_push_arguments, 
601         mips_n32n64_push_arguments, mips_push_return_address,
602         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
603         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
604
605 2002-08-19  Michael Snyder  <msnyder@redhat.com>
606
607         * mips-tdep.c (mips_frame_num_args): New function.
608         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
609         frame_saved_pc, frame_args_address, frame_locals_address, 
610         frame_num_args, and frame_args_skip.
611         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
612         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
613         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
614         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
615
616 2002-08-20  Michael Snyder  <msnyder@redhat.com>
617
618         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
619         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
620         * mips-tdep.c (mips_store_struct_return): New function.
621         (mips_extract_struct_value_address): New function.
622         (mips_gdbarch_init): Set store_struct_return and
623         extract_struct_value_address.
624
625 2002-08-20  David Carlton  <carlton@math.stanford.edu>
626
627         * dwarf2read.c (dwarf2_build_psymtabs): Check that
628         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
629         (read_file_scope): Check that line_header is nonzero before
630         decoding macro information.
631
632 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
633
634         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
635         flag the general-purpose registers as floating-point on targets
636         that don't support the floating-point registers.
637
638 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
639
640         * rs6000-tdep.c (altivec_register_p): Delete.
641         (rs6000_do_altivec_registers): Delete.
642         (rs6000_altivec_registers_info): Delete.
643         (rs6000_do_registers_info): Delete.
644         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
645         (rs6000_gdbarch_init): Remove setting of do_registers_info.
646
647 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
648
649         * infcmd.c (do_registers_info): Print vector registers in hex
650         format only.
651         (print_vector_info): Check that printing registers
652         makes sense.
653         (print_float_info): Ditto.
654
655 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
656
657         * mips-tdep.c (mips_gdbarch_init): Update.
658         (mips_o32_extract_return_value): Rewrite.
659         (mips_o32_store_return_value): Rewrite.
660         (mips_o32_xfer_return_value): New function.
661         (mips_xfer_register): Tweak debug print message.  Allow for
662         buf_offset when dumping the value transfered.
663
664 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
665
666         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
667         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
668         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
669         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
670         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
671
672 2002-08-14  Michael Snyder  <msnyder@redhat.com>
673
674         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
675
676 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
677
678         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
679         register.
680         (P): New macro to define a register as a pseudo register.
681         (R, R4, R8, R16, FR32, R64, R0): Updated.
682         (struct variant): Add new fields for number of pseudo registers
683         and number of total registers.
684         (tot_num_registers): New macro replacing....
685         (num_registers): ...deleted macro.
686         (num_registers): New function.
687         (num_pseudo_registers): New function.
688         (variants): Update all variants to intialize new fields correctly.
689         Postpone initialization of number of pseudo regs and real regs.
690         (init_variants): New function.
691         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
692         registers offsets.
693
694 2002-08-19  David Carlton  <carlton@math.stanford.edu>
695
696         * valops.c (search_struct_field): Change error message to treat
697         return value of 0 from value_static_field as meaning that field is
698         optimized out.
699         (value_struct_elt_for_reference): Ditto.
700         * values.c (value_static_field): Treat an unresolved location the
701         same as a nonexistent symbol.  Fix PR gdb/635.
702         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
703         enclosed.  Fix PR gdb/574.
704         * MAINTAINERS: Add self to Write After Approval list.
705
706 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
707
708         * mips-tdep.c (mips_xfer_register): New function.
709         (mips_n32n64_extract_return_value): Rewrite.
710         (mips_gdbarch_init): For N32 and N64, set extract_return_value
711         instead of deprecated_extract_return_value.
712
713 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
714
715         * rs6000-tdep.c (TDEP): Delete macro.
716         (branch_dest): Replace use of TDEP macro with its body.
717         (rs6000_pop_frame): Ditto.
718         (rs6000_push_arguments): Ditto.
719         (rs6000_skip_trampoline_code): Ditto.
720         (rs6000_frame_saved_pc): Ditto.
721         (rs6000_frame_chain): Ditto.
722         (rs6000_register_name): Ditto.
723         (rs6000_register_byte): Ditto.
724         (rs6000_register_raw_size): Ditto.
725         (rs6000_register_virtual_type): Ditto.
726         (rs6000_register_convertible): Ditto.
727         (rs6000_convert_from_func_ptr_addr): Ditto.
728
729 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
730
731         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
732         conditionally.
733         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
734         MIPS_LINUX_JB_ELEMENT_SIZE.
735         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
736         for MAX_REGISTER_RAW_SIZE arrays.
737         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
738         MIPS_LINUX_JB_ELEMENT_SIZE.
739
740 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
741
742         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
743
744 2002-08-19  Aidan Skinner <aidan@velvet.net>
745
746         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
747         ada-valprint.c ada-tasks.c.
748         (YYFILES): Add ada-exp.y.
749         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
750         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
751         (ada-exp.tab.o): New target.
752                 
753 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
754
755         * regcache.c (regcache_xfer_part): New function.
756         (regcache_raw_read_part): New function.
757         (regcache_raw_write_part): New function.
758         (regcache_cooked_read_part): New function.
759         (regcache_cooked_write_part): New function.
760         * regcache.h (regcache_raw_read_part): Declare.
761         (regcache_raw_write_part): Declare.
762         (regcache_cooked_read_part): Declare.
763         (regcache_cooked_write_part): Declare.
764
765 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
766
767         * remote.c (remote_open_1): Add async_p.
768         (remote_async_open_1): Delete.
769         (open_remote_target): Delete.
770         (remote_open, extended_remote_open): Update calls to remote_open_1.
771         (remote_async_open, extended_remote_async_open): Call
772         remote_open_1 instead of remote_async_open_1.
773
774 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
775
776         * blockframe.c: Fix a few coding standard violations.
777
778 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
779
780         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
781         here from ...
782         * config/i386/tm-i386sco5.h: ... here.  File removed.
783         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
784
785         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
786         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
787         (TM_FILE): Set to tm-i386.h.
788         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
789         * config/i386/tm-i386v.h: Remove file.
790         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
791         instead of "i386/tm-i386v.h".
792         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
793         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
794         "i386/tm-i386v.h".
795         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
796         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
797         "i386/tm-i386.h".
798
799 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
800
801         * config/i386/nm-i386v.h: Add protection against
802         multiple-inclusion.
803         (i386_register_u_addr): Remove prototype.
804         (register_u_addr): New prototype.
805         (REGISTER_U_ADDR): Redefine accordingly.
806         * i386v-nat.c: Improve several comments.
807         (i386_register_u_addr): Change signature and rename to
808         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
809         ubase variable.
810
811 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
812
813         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
814         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
815         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
816         deprecated_extract_return_value.
817         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
818         rename mips_o32o64_push_arguments.
819         (mips_gdbarch_init): Update.
820         (mips_extract_return_value): Delete.
821         (mips_o32_extract_return_value): Clone mips_extract_return_value.
822         (mips_o64_extract_return_value): Clone mips_extract_return_value.
823         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
824         (mips_n32n64_extract_return_value): Clone
825         mips_extract_return_value.
826         (mips_store_return_value): Delete.
827         (mips_o32_store_return_value): Clone mips_store_return_value.
828         (mips_o64_store_return_value): Clone mips_store_return_value.
829         (mips_eabi_store_return_value): Clone mips_store_return_value.
830         (mips_n32n64_store_return_value): Clone mips_store_return_value.
831
832 2002-08-18  Aidan Skinner <aidan@velvet.net>
833
834         * ada-lang.c: Use gdb_string.h instead of <string.h>.
835         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
836                 
837 2002-08-18  Aidan Skinner <aidan@velvet.net>
838
839         * ada-lang.c: Run through gdb_indent.sh.
840         * ada-lang.h: Run through gdb_indent.sh.
841         * ada-tasks.c: Run through gdb_indent.sh.
842         * ada-typeprint.c: Run through gdb_indent.sh.
843         * ada-valprint.c: Run through gdb_indent.sh.
844
845 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
846
847         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
848         ABI.
849
850 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
851
852         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
853
854         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
855         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
856
857         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
858         write_register_gen instead of write_register_bytes.
859
860         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
861         i[3456]-*-osf1mk* configurations have been made obsolete.
862         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
863         i[3456]86-*-osf1mk* hosts obsolete.
864         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
865         targets obsolete.
866         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
867         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
868         config/i386/i386m3.mt, config/i386/nm-m3.h,
869         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
870         config/i386/i386mk.mh, config/i386/i386mk.mt,
871         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
872         obsolete.
873         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
874         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
875         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
876
877 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
878
879         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
880         (hppa_value_returned_from_stack): Declare.
881         (hppa_extract_return_value): Declare.
882         * config/pa/hppa.mt: New file.
883         * configure.tgt: Recognize hppa*-*-*.
884         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
885
886 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
887
888         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
889         comment.
890
891 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
892
893         * top.c (gdb_rl_operate_and_get_next): Make sure
894         operate-and-get-next functions correctly even when the history
895         list is completely filled.
896
897 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
898
899         * MAINTAINERS (Target Instruction Set Architectures): Rename
900         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
901         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
902         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
903         already listed under Host/Native.
904
905         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
906         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
907         mips*-*-*.
908
909 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
910
911         * config/ia64/ia64.mt: New file.
912         * config/alpha/alpha.mt: New file.
913         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
914         ia64-linux-gnu.  Mention that ia64-elf is broken.
915         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
916
917 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
918
919         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
920         generic_func_frame_valid instead of func_frame_valid.
921
922 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
923
924         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
925         procfs appears to be broken when debugging on multi-processor
926         machines. So enable software single stepping in order to avoid
927         using the procfs interface to do next/step operations, using
928         internal breakpoints instead.
929
930         * infrun.c (handle_inferior_event): Readjust the stop_pc by
931         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
932         make this pc address equal to the value it would have if the
933         system stepping capability was used. Also set a new flag used
934         to ensure that we don't readjust the PC one more time later.
935
936         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
937         address by DECR_PC_AFTER_BREAK when software single step is
938         in use for this architecture, as this has already been taken
939         care of in handle_inferior_event().
940
941 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
942
943         * infrun.c (handle_inferior_event): Minor reformatting, to make
944         a rather long condition expression easier to read.
945
946 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
947
948         * Makefile.in (gdbtk.o): Move to end of file.
949         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
950         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
951         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
952         (gdbtk-wrapper.o, gdbres.o): Ditto.
953
954 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
955
956         * Makefile.in (copying.o): Separate out compile rule.
957         (hpux-thread.o, procfs.o, signals.o): Ditto.
958         (v850ice.o, z8k-tdep.o): Ditto.
959         (tui-file.o): Move to TUI section.
960         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
961         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
962
963 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
964
965         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
966         skip_trampoline_code, for better namespace-proofing.   
967
968         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
969
970 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
971
972         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
973
974 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
975
976         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
977         signal, check whether we hit a breakpoint before checking for a
978         single step breakpoint. Otherwise, GDB fails to notice that a
979         breakpoint has been hit when stepping onto a breakpoint.
980
981 2002-08-16  Keith Seitz  <keiths@redhat.com>
982
983         * gdb-events.sh (clear_gdb_event_hooks): New function.
984         * gdb-events.c: Regenerate.
985         * gdb-events.h: Regenerate.
986
987 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
988
989         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
990         not_a_sw_breakpoint.
991         * breakpoint.h (bpstat_stop_status): Add parameter names.
992
993 2002-08-16  Grace Sainsbury  <graces@redhat.com>
994
995         * remote.c (remote_insert_hw_breakpoint)
996         (remote_remove_hw_breakpoint): Fix calculation of length field
997         for Z-packet.
998
999 2002-08-15  Michael Snyder  <msnyder@redhat.com>
1000
1001         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1002         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1003         (supply_fpregset): Ditto.
1004         
1005         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
1006         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
1007         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1008         (TARGET_READ_SP): Delete.
1009         (DO_REGISTERS_INFO): Delete.
1010         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1011         Delete.
1012         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1013         from macros to functions.
1014
1015         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1016         (mips_register_convertible, mips_register_convert_to_virtual,
1017         mips_register_convert_to_raw): Make static.
1018         (mips_read_sp): New function.
1019         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1020         (mips_do_registers_info): Make static.
1021         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1022         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1023         (mips_register_convert_from_type, mips_register_convert_to_type):
1024         New functions.
1025         (mips_gdbarch_init): Set up function_start_offset, 
1026         register_virtual_size, pc_in_sigtramp.
1027
1028 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
1029
1030         * infcmd.c (vector_info): New function.
1031         (_initialize_infcmd): Add command "info vector".
1032         (print_vector_info): New function.
1033
1034         * gdbarch.sh (PRINT_VECTOR_INFO): New method
1035         * gdbarch.h, gdbarch.c: Regenerate.
1036
1037 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
1038
1039         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1040         ``print_all''.  Only print vector registers when ``print_all''.
1041
1042 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
1043
1044         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1045         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1046
1047         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1048         Add `args' parameter.
1049         * gdbarch.h, gdbarch.c: Regenerate.
1050         
1051         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1052         
1053         * infcmd.c (float_info): Call print_float_info.
1054         (print_float_info): New function.  By default, print the
1055         floating-point registers.
1056
1057         * arch-utils.h (default_print_float_info): Delete declaration.
1058         * arch-utils.c (default_print_float_info): Delete function.
1059         
1060 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
1061
1062         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1063         out define.
1064
1065         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1066         FRAME.
1067
1068         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1069         * configure.host: Make i[3456]86-*-aix host obsolete.
1070         * configure.tgt: Make i[3456]86-*-aix target obsolete.
1071         * config/i386/i386aix.mh, config/i386/i386aix.mt,
1072         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1073         config/i386/xm-i386aix.h: Make files obsolete.
1074         * i386aix-nat.c: Make file obsolete.
1075         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1076         (i386aix-nat.o): Make target obsolete.
1077
1078         * config/i386/nm-gnu.h: Removed.
1079         * config/i386/nm-i386gnu.h: New file.
1080         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1081         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1082         Moved here from ...
1083         * config/i386/tm-i386gnu.h: ... here.  Removed.
1084         * config/i386/xm-i386gnu.h: Removed.
1085         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1086         (NAT_FILE): Set to nm-i386gnu.h.
1087         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1088         * i386-tdep.c: New file.
1089         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1090         (i386gnu-tdep.o): Specify dependencies.
1091
1092 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
1093
1094         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1095         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1096         Adjust a few comments to reflect reality a bit closer.
1097         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1098         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1099         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1100         target_insert_watchpoint, target_remove_watchpoint):
1101         Move defines to ...
1102         * config/i386/nm-i386sco5.h: ... here.
1103         (kernel_u_size): Add prototype.  Improve a few comments and add
1104         protection against multiple inclusion.
1105         
1106         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1107         out define.
1108
1109         * uw-thread.c (SP_ARG0): Define if not already defined.
1110         * config/i386/tm-i386.h (SO_ARG0): Remove define.
1111
1112         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1113
1114         * config/i386/tm-i386.h: Don't include "regcache.h".
1115
1116         * i387-tdep.h (i387_print_float_info): New prototype.
1117         * i387-tdep.c (print_i387_value, print_i387_ext,
1118         print_i387_status_word, print_i387_control_word): Add `struct
1119         ui_file *' argument and use it for output.
1120         (i387_print_float_info): Renamed from i387_float_info.  Add
1121         `struct gdbarch *' and `struct ui_file *' arguments and use the
1122         latter for output.
1123         * i386-tdep.c: Include "i387-tdep.h".
1124         (i386_gdbarch_init): Set print_float_info.
1125         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1126         (FLOAT_INFO): Remove define.
1127
1128 2002-08-13  Michael Snyder  <msnyder@redhat.com>
1129
1130         * mips-tdep.c (mips_push_arguments): Rename to
1131         mips_eabi_push_arguments, and tune for EABI.
1132         (MIPS_REGS_HAVE_HOME_P): Delete.
1133         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1134         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1135         Delete references to mips_regs_have_home_p.
1136
1137 2002-08-14  Keith Seitz  <keiths@redhat.com>
1138
1139         * Makefile.in (install-gdbtk): Create insight plugin directory.
1140         Install plugins.tcl file.
1141
1142 2002-08-14  Keith Seitz  <keiths@redhat.com>
1143
1144         * configure.in: Move SUBDIRS to near top of the file so that
1145         --enable options may add things to it.
1146         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1147         * configure: Regenerate.
1148
1149 2002-08-13  Michael Snyder  <msnyder@redhat.com>
1150
1151         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
1152         cloned from mips_push_arguments, tuned for o32/o64 ABI.
1153         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1154
1155 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
1156
1157         * vax-tdep.c (vax_get_saved_register): Delete function.
1158         (vax_gdbarch_init): Update.
1159         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1160         (ns32k_gdbarch_init): Update.
1161         * alpha-tdep.c (alpha_get_saved_register): Delete function.
1162         (alpha_gdbarch_init): Update.
1163
1164 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1165
1166         * regcache.c (init_regcache_descr): Overallocate the
1167         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1168         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1169         nr_raw_registers.
1170         (set_register_cached): Add range checking assertions.  Use
1171         current_regcache.
1172
1173 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
1174
1175         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1176         numbers for MMX registers.
1177
1178 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1179
1180         * i386-tdep.c (i386_gdbarch_init): Use
1181         generic_unwind_get_saved_register.
1182
1183 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
1184
1185         * procfs.c (procfs_can_use_hw_breakpoint): New function.
1186         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1187         target vector.
1188         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1189         Delete.  Add comment regarding this now-deleted target method.
1190
1191 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1192
1193         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1194         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1195         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1196         real PC and the page number (if it's within the memory bank window).
1197         (m68hc11_pseudo_register_write): Likewise when saving.
1198         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1199         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1200         (m68hc11_register_raw_size): And use 32-bit for it.
1201         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1202         16K memory bank is used by the prog; also use the virtual pc.
1203
1204 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1205
1206         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1207         (m68hc11_gdbarch_init): Install it in gdbarch.
1208         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1209         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1210         (MSYMBOL_SIZE): New for documentation.
1211         (insn_return_kind): Enum to specify how a function returns.
1212         (frame_extra_info): Cleanup and record the return mode.
1213         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
1214         register in address computation.
1215         (m68hc11_get_return_insn): New to obtain the return instruction used
1216         by the function.
1217         (m68hc11_frame_init_saved_regs): Take into account the return
1218         instruction used by the function for far and interrupt functions.
1219         (m68hc11_init_extra_frame_info): Take into account page register.
1220         (m68hc11_frame_args_address): Adjust according to the return mode.
1221         (show_regs): Print page register only when it's used.
1222
1223 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1224
1225         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1226         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1227         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1228         registers.
1229         (m68hc11_register_raw_size): Likewise.
1230
1231 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1232
1233         * i386-tdep.c (i386_register_name): Handle mmx registers.
1234         (mmx_regnum_p): New function.
1235         (i386_mmx_names): New array.
1236         (mmx_num_regs): New variable.
1237         (i386_pseudo_register_read): New function.
1238         (i386_pseudo_register_write): New function.
1239         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1240
1241         * regcache.c (regcache_raw_read_unsigned): New function.
1242         (regcache_raw_read_signed): New function.
1243         * regcache.h (regcache_raw_read_unsigned): Declare.
1244         (regcache_raw_read_signed): Declare.
1245
1246 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1247
1248         * regcache.c (regcache_raw_read_as_address): Delete function.
1249         (regcache_cooked_read_signed): New function.
1250         (regcache_cooked_read_unsigned): New function.
1251         * regcache.h (regcache_cooked_read_signed): Declare.
1252         (regcache_cooked_read_unsigned): Declare.
1253         (regcache_raw_read_as_address): Delete declaration.
1254
1255         * blockframe.c (generic_read_register_dummy): Use
1256         regcache_cooked_read_unsigned.
1257         * i386-tdep.c (i386_extract_struct_value_address): Use
1258         regcache_cooked_read_unsigned.
1259
1260 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1261
1262         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1263         double sizes according to ELF ABI flags.
1264         (gdbarch_tdep): Record elf_flags.
1265
1266 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1267
1268         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1269         (m6812_prolog): They can appear in 68HC12 function prologue.
1270         (m68hc11_frame_chain): Cleanup.
1271
1272 2002-08-12  Andrew Cagney  <cagney@redhat.com>
1273
1274         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1275         declarations.
1276         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1277         (i386_linux_register_raw_size): Delete function.
1278         (i386_linux_init_abi): Update.
1279         * i386-tdep.c (i386_register_raw_size): Delete function.
1280         (i386_register_byte): Delete function.
1281         (i386_gdbarch_init): Update.
1282         (i386_register_size): Delete array.
1283         (i386_register_offset): Delete array.
1284
1285         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1286         (REGISTER_RAW_SIZE): Delete macro.
1287         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1288         (REGISTER_BYTE): Delete macro.
1289
1290 2002-08-11  Aidan Skinner <aidan@velvet.net>
1291
1292         * ada-lang.c (ada_lookup_partial_symbol)
1293         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1294         prototype names so that grep ^func works properly.
1295
1296         * ada-lang.c (ada_array_element_type)
1297         (ada_lookup_partial_symbol): Fix typos in parameter list.
1298
1299         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1300         Fix prototype names so that grep ^func works properly.
1301         
1302 2002-08-10  Andrew Cagney  <cagney@redhat.com>
1303             Elena Zannoni  <ezannoni@redhat.com>
1304             Martin M. Hunt  <hunt@redhat.com>
1305
1306         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1307         (build_builtin_type_vec128i): Set the vector bit.
1308         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1309         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1310         (build_builtin_type_vec64): New function.
1311         (build_builtin_type_vec64i): New function.
1312         (build_gdbtypes): Initialize builtin_type_vec64 and
1313         builtin_type_vec64i.
1314
1315 2002-08-09  Andrew Cagney  <cagney@redhat.com>
1316
1317         * regcache.c (regcache_dump): Compare the register offset
1318         with REGISTER_BYTE.
1319         * arch-utils.c (generic_register_byte): New function.
1320         * arch-utils.h (generic_register_byte): Declare.
1321         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1322         * gdbarch.h, gdbarch.c: Regenerate.
1323
1324 2002-08-09  Andrew Cagney  <cagney@redhat.com>
1325
1326         * regcache.c: Include "gdbcmd.h"
1327         (_initialize_regcache): Add commands "maintenance print
1328         registers", "maintenance print raw-registers" and "maintenance
1329         print cooked-registers".
1330         (enum regcache_dump_what): Define.
1331         (dump_endian_bytes): New function.
1332         (regcache_dump): New function.
1333         (regcache_print): New function.
1334         (maintenance_print_registers): New function.
1335         (maintenance_print_raw_registers): New function.
1336         (maintenance_print_cooked_registers): New function.
1337         * Makefile.in (regcache.o): Update dependencies.
1338
1339 2002-08-09  Michael Snyder  <msnyder@redhat.com>
1340
1341         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1342         (mips_push_arguments): Correct some comments.  Use paddr_nz
1343         for printing addresses in debug output.  Replace static
1344         allocation using MAX_REGISTER_RAW_SIZE with alloca.
1345         (mips_n32n64_push_arguments): New function, cloned from
1346         mips_push_arguments and tuned for the n32/n64 ABI.
1347         (mips_push_register): Buffer needs dynamic allocation.
1348         (mips_print_register): Ditto.
1349         (do_gp_register_row): Ditto.
1350         (mips_store_return_value): Ditto.
1351         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1352
1353 2002-08-09  Don Howard  <dhoward@redhat.com>
1354
1355         * memattr.c (mem_info_command): Print special case of upper bound
1356         as max CORE_ADDR + 1.
1357
1358 2002-08-08  Michael Snyder  <msnyder@redhat.com>
1359
1360         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
1361         returns structs by ref if they're too big to fit in two registers.
1362
1363 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
1364
1365         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1366         saved regs value.
1367         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1368         mips_find_saved_regs().
1369         (mips_pop_frame): Likewise.
1370
1371 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
1372
1373         * blockframe.c (frame_saved_regs_register_unwind): Revise
1374         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1375         frames are in use.
1376
1377 2002-08-09  Grace Sainsbury  <graces@redhat.com>
1378         
1379         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1380         T-packets; the 'a' is not taken as a register number.
1381         (remote_check_watch_resources, remote_stopped_by_watchpoint)
1382         (remote_stopped_data_address): New functions; add to target
1383         vector.
1384         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1385         prototypes to match other implementations of this
1386         function. replace integer argument with pointer -- the length
1387         field in the Z-packet is the length of what is pointed to or 1 if
1388         pointer is null. Add to target vector.
1389         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1390         target vector.
1391
1392         From Mark Salter:
1393         * remote.c (remote_wait): Add support to extract optional
1394         watchpoint information from T-packet. Ignore unrecognized
1395         optional info in T-packet.
1396         (remote_async_wait): Ditto.
1397
1398 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
1399
1400         * cli/cli-dump.c: Change fopen modes to use binary open modes
1401         as defined in include/fopen-bin.h throughout.
1402
1403 2002-08-08  Michael Snyder  <msnyder@redhat.com>
1404
1405         * mips-tdep.c: Minor whitespace and indentation clean-ups.
1406
1407 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
1408
1409         * doublest.c (store_floating): Avoid floatformat_from_doublest()
1410         assertion failure by returning early after a warning.
1411
1412 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
1413
1414         * mips-tdep.c (mips_find_saved_regs): Make static.
1415         (mips_frame_init_saved_regs): New function.
1416         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1417         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1418         (mips_find_saved_regs): Delete declaration.
1419
1420 2002-08-08  Grace Sainsbury  <graces@redhat.com>
1421
1422         * remote.c (remote_wait, remote_async_wait): Change
1423         thread_num from int to ULONGEST.
1424         (unpack_varlen_hex): Change result parameter from
1425         int * to ULONGEST *.
1426
1427 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
1428
1429         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1430         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1431         powerpc*-*-*.
1432         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1433
1434 2002-08-08  Andrew Cagney  <cagney@redhat.com>
1435
1436         * gcore.c (override_derive_stack_segment): Delete variable.
1437         (preempt_derive_stack_segment): Delete function.
1438         (derive_stack_segment): Delete function.
1439         (default_derive_stack_segment): Renamed to derive_stack_segment.
1440         (override_derive_heap_segment): Delete variable.
1441         (preempt_derive_heap_segment): Delete function.
1442         (derive_heap_segment): Delete function.
1443         (default_derive_heap_segment): Rename to derive_heap_segment.
1444
1445 2002-08-06  Michael Snyder  <msnyder@redhat.com>
1446
1447         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1448         * mips-tdep.c (mips_EABI_use_struct_convention, 
1449         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1450         New functions.  (mips_use_struct_convention): Delete.
1451         (mips_gdbarch_init): set use_gdbarch_convention.
1452
1453 2002-08-06  Michael Snyder  <msnyder@redhat.com>
1454
1455         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1456         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
1457         mips_o32_reg_struct_has_addr): New functions.
1458         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1459
1460 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
1461
1462         * regcache.c (pseudo_register): Delete function.
1463         (fetch_register): Delete function.
1464         (store_register): Delete function.
1465         (regcache_raw_read, legacy_read_register_gen): Use
1466         target_fetch_registers instead of fetch_register.
1467         (legacy_write_register_gen, regcache_raw_write): Use
1468         target_store_register instead of store_register.
1469         (write_register_bytes): Ditto.
1470
1471         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1472         (STORE_PSEUDO_REGISTER): Delete.
1473         * gdbarch.h, gdbarch.c: Regenerate.
1474
1475 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
1476
1477         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1478         write dump file binary.
1479
1480 2002-08-05  Michael Snyder  <msnyder@redhat.com>
1481
1482         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
1483         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
1484         (mips_gdbarch_init): Set N32 target to be mips64.
1485
1486 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
1487
1488         * frame.c (find_saved_register): Break out of loop once saved
1489         register address is found.  Don't mention sparc in loop comment
1490         anymore.
1491
1492 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
1493
1494         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1495         mips_default_saved_regsize to 8.
1496
1497 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
1498
1499         * gcore.c: Do not include <sys/procfs.h>.
1500         * Makefile.in (gcore.o): Update dependencies.
1501
1502 2002-08-06  Andrew Cagney  <cagney@redhat.com>
1503
1504         * configure.tgt: Make arc-*-* obsolete.
1505         * NEWS: Mention that arc-*-* has been identifed as obsolete.
1506         * MAINTAINERS: Make arc-elf obsolete.
1507         * arc-tdep.c: Make file obsolete.
1508         * config/arc/arc.mt: Ditto.
1509         * config/arc/tm-arc.h: Ditto.
1510
1511 2002-08-05  Theodore A. Roth  <troth@verinet.com>
1512
1513         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1514
1515 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
1516
1517         * mcore-tdep.c (mcore_gdbarch_init): Use
1518         generic_unwind_get_saved_register instead of
1519         generic_get_saved_register.
1520         * v850-tdep.c (v850_gdbarch_init): Ditto.
1521         * frv-tdep.c (frv_gdbarch_init): Ditto.
1522         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1523         * s390-tdep.c (s390_gdbarch_init): Ditto.
1524         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1525         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1526         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1527
1528 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
1529
1530         * objfiles.h: Add missing #include "symfile.h"
1531
1532         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1533
1534 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
1535
1536         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1537         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1538         of FIELD_BITSIZE.
1539
1540 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
1541
1542         * NEWS: Cleanup and nitpick.
1543
1544 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1545
1546         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
1547
1548 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1549
1550         * Makefile.in (gdbtk-bp.o): Update dependencies.
1551         (gdbtk-register.o): Ditto.
1552         (gdbtk-varobj.o): Ditto.
1553
1554 2002-08-03  Andrew Cagney  <cagney@redhat.com>
1555
1556         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1557         m68hc11_fetch_pseudo_register.
1558         (m68hc11_pseudo_register_write): Replace
1559         m68hc11_store_pseudo_register.
1560         (m68hc11_gdbarch_init): Update.
1561
1562 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
1563
1564         * gdbarch.sh: Include "gdb_string.h".
1565         * gdbarch.c: Regenerate.
1566
1567         * regcache.c: Include "gdb_string.h".
1568         * ax-general.c: Ditto.
1569         * varobj.c: Ditto.
1570         * std-regs.c: Ditto.
1571         * fbsd-proc.c: Ditto.
1572         * thread.c: Ditto.
1573
1574         * Makefile.in (regcache.o): Update dependencies.
1575         (thread.o, gdbarch.o): Ditto.
1576         (ax-general.o, gdbarch.o): Ditto.
1577         (varobj.o, std-regs.o): Ditto.
1578         (fbsd-proc.o): Specify dependencies.
1579
1580 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1581
1582         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1583         regnum.
1584         (regcache_cooked_write): Ditto.
1585
1586 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
1587
1588         * regcache.c (regcache_cooked_read): New function.
1589         (regcache_cooked_write): New function.
1590         (read_register_gen): Rewrite using regcache_cooked_read.
1591         (write_register_gen): Rewrite using regcache_cooked_write.
1592
1593         * regcache.h (regcache_cooked_read, regcache_cooked_write):
1594         Declare.
1595
1596 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1597
1598         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1599         Replace the architecture methods register_read and register_write.
1600         * gdbarch.h, gdbarch.c: Regenerate.
1601         * regcache.c (init_regcache_descr): Update.
1602         (read_register_gen): Update.
1603         (write_register_gen): Update.
1604         (supply_register): Update comment.
1605
1606         * sh-tdep.c (sh_gdbarch_init): Update.
1607         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1608         `regcache' and `gdbarch' parameters.  Make `buffer' a void
1609         pointer.  Update code.
1610         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1611         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
1612         void pointer.  Update code.
1613         (sh64_register_write): Delete.
1614         (sh4_register_read): Delete.
1615         (sh64_register_read): Delete.
1616         (sh4_register_write): Delete.
1617         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1618         void pointer, `to' parameter a void pointer.
1619         (sh_sh64_register_convert_to_raw): Ditto.
1620
1621 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1622
1623         * mips-tdep.c (mips_register_virtual_type): Use architecture
1624         invariant return values.
1625
1626 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1627
1628         * linux-proc.c: Include "gdb_string.h".
1629         * Makefile.in (linux-proc.o): Update dependency list.
1630
1631 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1632
1633         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
1634         comment.
1635
1636 2002-08-01  Grace Sainsbury  <graces@redhat.com>
1637
1638         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1639         to_insert_watchpoint, to_remove_watchpoint,
1640         to_stopped_by_watchpoint, to_stopped_data_address,
1641         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1642         target vecctor. Define their corresponding macros so they call
1643         them.
1644         
1645         * target.c: Add default and debug versions of for
1646         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1647         to_insert_watchpoint, to_remove_watchpoint,
1648         to_stopped_by_watchpoint, to_stopped_data_address,
1649         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1650
1651 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1652
1653         * mips-tdep.c (mips_register_virtual_type): New function.
1654         (mips_gdbarch_init): Register mips_register_virtual_type()
1655         with gdbarch machinery.
1656         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1657         this file instead of tm-bigmips.h.
1658         (MIPS_REGSIZE): Delete this macro.
1659         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
1660         multiarch version in mips-tdep.c will be found.
1661
1662 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1663
1664         * NEWS: Menion that CHILL has been made obsolete.
1665
1666         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1667         * stabsread.c (read_range_type): Ditto.
1668         * gdbtypes.h: Ditto.
1669         * language.c (binop_type_check): Ditto.
1670         (binop_result_type): Ditto.
1671         (integral_type): Ditto.
1672         (character_type): Ditto.
1673         (string_type): Ditto.
1674         (boolean_type): Ditto.
1675         (structured_type): Ditto.
1676         (lang_bool_type): Ditto.
1677         (binop_type_check): Ditto.
1678         * language.h (_LANG_chill): Ditto.
1679         * dwarfread.c (set_cu_language): Ditto.
1680         * dwarfread.c (CHILL_PRODUCER): Ditto.
1681         * dwarfread.c (handle_producer): Ditto.
1682         * expression.h (enum exp_opcode): Ditto.
1683         * eval.c: Ditto for comments.
1684         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1685         * expprint.c (print_subexp): Ditto.
1686         (print_subexp): Ditto.
1687         * valops.c (value_cast): Ditto.
1688         (search_struct_field): Ditto.
1689         * value.h (COERCE_VARYING_ARRAY): Ditto.
1690         * symfile.c (init_filename_language_table): Ditto.
1691         (add_psymbol_with_dem_name_to_list): Ditto.
1692         * valarith.c (value_binop): Ditto.
1693         (value_neg): Ditto.
1694         * valops.c (value_slice): Ditto.
1695         * symtab.h (union language_specific): Ditto.
1696         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1697         (SYMBOL_DEMANGLED_NAME): Ditto.
1698         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1699         * defs.h (enum language): Ditto.
1700         * symtab.c (got_symtab): Ditto.
1701         * utils.c (fprintf_symbol_filtered): Ditto.
1702
1703         * ch-typeprint.c: Make file obsolete.
1704         * ch-valprint.c: Make file obsolete.
1705         * ch-lang.h: Make file obsolete.
1706         * ch-exp.c: Make file obsolete.
1707         * ch-lang.c: Make file obsolete.
1708
1709         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1710         CHILL_LIB.
1711         (TARGET_FLAGS_TO_PASS): Ditto.
1712         (CHILLFLAGS): Obsolete.
1713         (CHILL): Obsolete.
1714         (CHILL_FOR_TARGET): Obsolete.
1715         (CHILL_LIB): Obsolete.
1716         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1717         ch-valprint.c.
1718         (HFILES_NO_SRCDIR): Remove ch-lang.h.
1719         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1720         ch-lang.o.
1721         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1722         targets.
1723
1724 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
1725
1726         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1727         This does not change anything at the moment, but will be helpful
1728         later when full Ada support is integrated.
1729
1730 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1731
1732         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1733         help message.
1734
1735 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1736
1737         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1738         and save it in a local variable.  Use variable in later test.
1739
1740 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1741
1742         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1743         test.  (Thanks to Daniel Jacobowitz.)
1744         
1745 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1746
1747         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1748         (mips_abi_strings): Add "n64".
1749         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
1750
1751 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1752
1753         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1754         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1755
1756 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1757
1758         * utils.c (host_pointer_to_address, address_to_host_pointer):
1759         Use gdb_assert() instead of explicit call to internal_error().
1760
1761 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
1762
1763         * Makefile.in (rs6000-nat.o): Update dependencies.
1764
1765         From Nicholas Duffek:
1766         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1767         (aix-thread.o): New rule.
1768         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1769         * config/powerpc/aix432.mh: New file.
1770
1771 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1772
1773         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1774         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1775         (fetch_core_registers, ppc_linux_supply_gregset)
1776         (ppc_linux_supply_fpregset): New functions.
1777         (ppc_linux_regset_core_fns): New.
1778         (_initialize_ppc_linux_tdep): Call add_core_fns.
1779         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1780         and ppc_linux_supply_gregset.
1781         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1782         (supply_fpregset): Call ppc_linux_supply_fpregset.
1783         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1784         corelow.o.
1785         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1786
1787 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1788
1789         * symtab.c (lookup_symbol): Demangle before lowercasing.
1790
1791 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
1792
1793         * symtab.h: Replace #include "gdb_obstack.h" with opaque
1794         declaration.
1795         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1796         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1797         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1798         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1799         "gdb_string.h".
1800         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1801         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1802         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1803         (avr-tdep.o, mon960-rom.o): Ditto.
1804         (aout_stabs_gnu_h): Define.
1805         (symtab_h): Remove $(gdb_obstack_h).
1806
1807 2002-07-30  Jim Blandy  <jimb@redhat.com>
1808
1809         Patch from David Carlton <carlton@math.stanford.edu>:
1810         * gdbinit.in: Move the `dir' commands that add GDB's own source
1811         directory to the search path to the end, so that the `gdb' source
1812         directory will be searched first.
1813
1814 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1815
1816         * gdb_obstack.h: New file.
1817         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1818         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1819         * objfiles.h: Include "gdb_obstack.h".
1820         * Makefile.in (gdb_obstack_h): Define.
1821         (symtab_h): Add $(gdb_obstack_h).
1822         (objfiles_h): Add $(gdb_obstack_h).
1823         
1824         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1825         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1826         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1827         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1828         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1829         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1830         * symfile.c, coffread.c, c-typeprint.c: Ditto.
1831         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1832
1833         * Makefile.in (bcache.o): Update dependencies.
1834         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1835         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1836         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1837         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1838         (stabsread.o, symfile.o, symmisc.o): Ditto.
1839         (symtab.o, typeprint.o, macroexp.o): Ditto.
1840         (macrotab.o, mdebugread.o): Ditto.
1841         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1842         (coff_ecoff_h, aout_aout64_h): Define.
1843         (aout_stabs_gnu_h, libaout_h): Define.
1844
1845 2002-07-29  Andrew Cagney  <cagney@redhat.com>
1846
1847         * regcache.c (struct regcache_descr): Rename nr_registers to
1848         nr_cooked_registers.  Revise comments describing the structure
1849         member fields.
1850         (init_regcache_descr): Update.
1851         (init_legacy_regcache_descr): Update.
1852         (read_register_gen, write_register_gen): When a cooked register in
1853         the raw register range, directly access the value from the raw
1854         register cache.
1855
1856 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1857
1858         * z8k-tdep.c: Do not include "obstack.h".
1859         * h8300-tdep.c, h8500-tdep.c: Ditto.
1860         * m68hc11-tdep.c, sh-tdep.c: Ditto.
1861         * valprint.c, v850-tdep.c: Ditto.
1862         * d10v-tdep.c, mn10300-tdep.c: Ditto.
1863         * mn10200-tdep.c: Ditto.
1864
1865         * Makefile.in (z8k-tdep.o): Update dependencies.
1866         (m68hc11-tdep.o, valprint.o): Ditto.
1867         (v850-tdep.o, d10v-tdep.o): Ditto.
1868         (mn10300-tdep.o, sparc-tdep.o): Ditto.
1869         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1870         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1871         (sh_opc_h, gdb_sim_sh_h): Define.
1872         (elf_sh_h, elf_bfd_h): Define.
1873         (opcode_m68hc11_h): Define.
1874         (OPCODES_SRC, OPCODES_DIR): define.
1875         (OPCODES): Use $(OPCODES_DIR).
1876         (gdb_sim_d10v_h): Rename sim_d10v_h.
1877         (gdb_sim_arm_h): Rename sim_arm_h.
1878
1879 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1880
1881         * utils.c (host_pointer_to_address, address_to_host_pointer):
1882         Change internal_error() message to indicate function responsible
1883         for the error.
1884
1885 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1886
1887         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1888         calls to local_hex_string_custom().
1889
1890 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1891
1892         * irix5-nat.c: Move IRIX shared library support from here...
1893         * solib-irix.c: ...to here.  Revised substantially to work with
1894         generic solib framework.
1895
1896         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1897         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1898         * mips-irix-tdep.c: New file.
1899
1900         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1901         (mips-irix-tdep.o, solib-irix.o): New rules.
1902         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1903         solib-irix.o.
1904         * config/mips/irix6.mt (TDEPFILES): Likewise.
1905         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1906
1907 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1908
1909         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1910         disabled (via ``#if 0'') includes.
1911
1912 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1913
1914         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1915         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1916         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1917         Add support for the fpscr register.
1918         * rs6000-nat.c (regmap, fetch_inferior_registers)
1919         (store_inferior_registers, fetch_core_registers): Likewise.
1920
1921 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
1922
1923         * rs6000-nat.c (language.h): Include.
1924         (special_regs): Delete this array.
1925         (regmap): New function.
1926         (fetch_register, store_register):  Use regmap() to map gdb
1927         register numbers to ptrace register numbers.  Also, use
1928         outputs from regmap() to make decisions regarding type of
1929         ptrace() call to make.  In particular, don't compare against
1930         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1931         (fetch_inferior_registers, store_inferior_registers): Where
1932         possible, obtain register numbers from tdep struct.  Don't
1933         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1934         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1935         (LAST_UISA_SP_REGNUM): Delete.
1936         
1937 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
1938
1939         * rs6000-nat.c (ppc-tdep.h): Include.
1940         (fetch_registers, store_register, fetch_core_registers): Don't
1941         access registers[] directly.  Instead, use supply_register() or
1942         regcache_collect() as appropriate.
1943         (find_toc_address): Format hex address with local_hex_string().
1944
1945 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
1946
1947         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1948         bfd/elf32-frv.c.
1949
1950 2002-07-24  Tom Tromey  <tromey@redhat.com>
1951
1952         * jv-exp.y: Marked all strings with _().
1953         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1954         internal_error.
1955         (MethodInvocation, CastExpression, parse_number, yyerror,
1956         java_type_from_name, push_expression_name, yylex): Typo fixes.
1957
1958 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
1959
1960         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1961         (tee_file_flush, tee_file_write, tee_file_fputs)
1962         (tee_file_isatty): New.
1963         * ui-file.h (tee_file_new): Add prototype.
1964
1965 2002-07-24  Aidan Skinner <aidan@velvet.net>
1966
1967         * ada-lang.c: Change k&r style function definitions to prototyped
1968         form.
1969         * ada-typeprint.c: Change k&r style function definitions to prototyped
1970         form.
1971         * ada-valprint.c: Change k&r style function definitions to prototyped
1972         form.
1973         
1974 2002-07-24  Andrew Cagney  <cagney@redhat.com>
1975
1976         * README: Remove reference to remote-bug.
1977         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1978         remote-bug.c.
1979         (m88k-nat.o): Delete rule.
1980         (m88k-tdep.o): Delete rule.
1981         (remote-bug.o): Delete rule.
1982         * MAINTAINERS: Mark as obsolete.
1983         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1984         * m88k-tdep.c: Make file obsolete.
1985         * config/m88k/m88k.mh: Ditto.
1986         * config/m88k/delta88v4.mh: Ditto.
1987         * config/m88k/delta88v4.mt: Ditto.
1988         * config/m88k/delta88.mt: Ditto.
1989         * config/m88k/delta88.mh: Ditto.
1990         * remote-bug.c: Ditto.
1991         * config/m88k/tm-delta88.h: Ditto.
1992         * config/m88k/nm-delta88v4.h: Ditto.
1993         * config/m88k/xm-delta88.h: Ditto.
1994         * config/m88k/xm-dgux.h: Ditto.
1995         * config/m88k/tm-m88k.h: Ditto.
1996         * config/m88k/nm-m88k.h: Ditto.
1997         * config/m88k/tm-delta88v4.h: Ditto.
1998         * m88k-nat.c: Ditto.
1999         * cxux-nat.c: Ditto.
2000         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2001         and m88*-*-* obsolete.
2002         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2003         m88*-*-* obsolete.
2004
2005 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2006
2007         * findvar.c (extract_unsigned_integer): Make `addr' parameter
2008         constant.  Same for local pointer variables.
2009         (extract_signed_integer): Ditto.
2010         * defs.h (extract_unsigned_integer): Update.
2011         (extract_signed_integer): Update.
2012
2013 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2014
2015         * regcache.c (regcache_raw_write): Change buf parameter to a
2016         constant void pointer.
2017         (regcache_raw_read): Change buf parameter to a void pointer.
2018         (legacy_write_register_gen): Change myaddr parameter a constant
2019         void pointer.
2020         (supply_register): Change val parameter to a const void pointer.
2021         * regcache.h (regcache_raw_write): Update declaration.
2022         (regcache_raw_read): Update declaration.
2023         (supply_register): Update declaration.
2024
2025 2002-07-24  Tom Tromey  <tromey@redhat.com>
2026
2027         * defs.h (gdb_readline_wrapper): Declare.
2028         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2029         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2030         * top.c (gdb_readline_wrapper): New function.
2031         (command_line_input): Use it.
2032
2033 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2034
2035         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2036         regcache_read and regcache_write.
2037         (regcache_raw_read_as_address): Replace regcache_read_as_address.
2038         * regcache.c: Update.
2039         * sh-tdep.c (sh64_push_arguments): Update comment.
2040         (sh_pseudo_register_read): Update.
2041         (sh_pseudo_register_write): Update.
2042         (sh4_register_read): Update.
2043         (sh4_register_write): Update.
2044         (sh64_pseudo_register_read): Update.
2045         (sh64_pseudo_register_write): Update.
2046         (sh64_register_read): Update.
2047         (sh64_register_write): Update.
2048         * i386-tdep.c (i386_extract_return_value): Update.
2049         (i386_extract_struct_value_address): Update.
2050         (i386_extract_return_value): Update.
2051         * blockframe.c (generic_read_register_dummy): Update.
2052         (generic_call_dummy_register_unwind): Update
2053         * infrun.c (write_inferior_status_register): Update.
2054
2055 2002-07-23  Jim Blandy  <jimb@redhat.com>
2056
2057         * parser-defs.h (expression_context_pc): Make this extern.
2058         (Thanks to Michael Snyder.)
2059
2060 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
2061
2062         GDB 5.2.1 released from 5.2 branch.
2063         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2064         * README: Update to mention 5.2.1.
2065
2066 2002-07-23  Mark Salter  <msalter@redhat.com>
2067
2068         * remote.c (remote_read_bytes): Fix check for error.
2069
2070 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2071
2072         * aix-thread.c (language.h): Include.
2073         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2074         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2075         Print newlines at end of debug messages.
2076         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2077         (pdc_write_data): Use local_hex_string() instead of %llx formats.
2078
2079 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2080
2081         * aix-thread.c (ppc-tdep.h): Include.
2082         (special_register_p): New function.
2083         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2084         (store_regs_user_thread): Use register number information from
2085         gdbarch_tdep struct instead of hardcoded offsets relative to
2086         FIRST_UISA_SP_REGNUM.
2087         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
2088         special_register_p() instead of using FPLAST_REGNUM and
2089         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2090         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
2091         will be MQ's register number.
2092
2093 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2094
2095         * aix-thread.c (ops): Rename to aix_thread_ops.
2096         (base_ops): Rename to base_target.
2097         (ops_attach): Rename to aix_thread_attach.
2098         (ops_detach): Rename to aix_thread_detach.
2099         (ops_resume): Rename to aix_thread_detach.
2100         (ops_wait):   Rename to aix_thread_wait.
2101         (ops_kill):   Rename to aix_thread_kill.
2102         (init_ops):   Rename to init_aix_thread_ops.
2103         (ops_fetch_register): Rename to aix_thread_fetch_register.
2104         (ops_store_register): Rename to aix_thread_store_register.
2105         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2106         (ops_thread_alive):   Rename to aix_thread_thread_alive.
2107         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2108         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
2109         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2110         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
2111         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2112         (store_regs_lib):  Rename to store_regs_user_thread.
2113         (store_regs_kern): Rename to store_regs_kernel_thread.
2114
2115 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2116
2117         * aix-thread.c (ops_prepare_to_store): Eliminate.
2118         (init_ops): Don't initialize ops.prepare_to_store.
2119         (store_regs_kern): Pre-fetch register buffers from child, 
2120         because some registers may not be in the cache.  Copy
2121         regs from register cache only if they are cached.
2122         (store_regs_lib): Copy regs from register cache only
2123         if they are cached.
2124         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2125         fill_gprs64): Ditto.
2126
2127 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2128
2129         * aix-thread.c (gdb_assert.h): Include.
2130         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2131         register sizes (from register cache) match size of buffer holding
2132         register data.
2133         (fill_sprs32): Change parameter types to match those in the ptrace()
2134         buffer.
2135         (store_regs_lib): Likewise, but for 32-bit temporary variables.
2136         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2137
2138 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2139
2140         * aix-thread.c (supply_sprs64): Cosmetic change.
2141         (supply_sprs32): Cosmetic change.
2142         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2143         (fill_sprs64): Use regcache_collect instead of read_register.
2144         (store_regs_lib): Use regcache_collect instead of 
2145         read_register.  Use fill_sprs32 instead of fill_sprs64,
2146         if debugging a 32-bit architecture.
2147         (store_regs_kern): Use fill_gprs64 etc. to pull the values
2148         out of the register cache, instead of passing a pointer into
2149         the register cache directly to ptrace.  Use regcache_collect
2150         insteaad of read_register.
2151         (ops_prepare_to_store): Use target_read_registers instead
2152         of read_register_bytes.
2153
2154 2002-07-20  Aidan Skinner <aidan@velvet.net>
2155
2156         * MAINTAINERS: Add self under write after approval. 
2157                 
2158 2002-07-20  Aidan Skinner <aidan@velvet.net>
2159
2160         * ada-tasks.c: Change k&r style function definitions to prototyped
2161         form.
2162                 
2163 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
2164
2165         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2166         * x86-64-tdep.c: Include "objfiles.h".
2167         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2168         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2169
2170 2002-07-17  Michal Ludvig  <michal@suse.cz>
2171
2172         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2173         (update_context): Initialise cfa variable.
2174
2175 2002-07-17  Michael Snyder  <msnyder@redhat.com>
2176
2177         * aix-thread.c: Shorten some long lines.  
2178         Bring comments into line with code spec.
2179
2180 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
2181
2182         * infrun.c: Re-indent using gdb_indent.sh.
2183
2184 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
2185
2186         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2187         Leave the indentation temporarily untouched, to minimize the diffs.
2188
2189 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
2190
2191         * stabsread.c: Make os9k sections of the code obsolete,
2192         for real this time.
2193         * stabsread.h: Make os9k sections of the code obsolete.
2194
2195 2002-07-18  Michal Ludvig <mludvig@suse.cz>
2196
2197         * linux-low.c (regsets_store_inferior_registers): Add free()
2198         at the end of a loop to prevent memory leak.
2199         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2200         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2201         * config/sparc/tm-sp64linux.h: Make the rest of #endif
2202         line a comment.
2203         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2204
2205 2002-07-17  Jim Blandy  <jimb@redhat.com>
2206
2207         * macrocmd.c (info_macro_command): Remove newline from error
2208         message.
2209
2210 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
2211
2212         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2213         (sh_gdbarch_init): Use it for sh-dsp.
2214
2215 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
2216
2217         * dwarf2read.c (read_initial_length): Handle older, non-standard,
2218         64-bit DWARF2 format.
2219
2220 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
2221
2222         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2223         <sys/proc.h> when not available.
2224
2225 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
2226
2227         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2228         * stabsread.c: Make os9k sections of the code obsolete.
2229         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2230         * config/i386/i386os9k.mt: Make file obsolete.
2231         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2232         (COMMON_OBS): Remove os9kread.o
2233         (SFILES): Remove os9kread.c.
2234         (os9kread.o, remote-os9k.o): Make target obsolete.
2235         * remote-os9k.c: Make file obsolete.
2236         * os9kread.c: Make file obsolete.
2237         * Makefile.in
2238
2239 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
2240
2241         * NEWS: Mention that the FR30 has been made obsolete.
2242         * fr30-tdep.c: Make file obsolete.
2243         * config/fr30/tm-fr30.h: Ditto.
2244         * config/fr30/fr30.mt: Ditto.
2245         * configure.tgt: Make fr30-*-elf obsolete.
2246         * MAINTAINERS: Make fr30-elf obsolete.
2247
2248 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2249
2250         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2251         found is not inside a section.
2252
2253 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2254
2255         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2256         strerror().
2257         (pdc_realloc): Use xrealloc() instead of realloc().
2258
2259 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2260
2261         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2262         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2263         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2264         macros.
2265
2266 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2267
2268         * aix-thread.c (ptrace_check): Eliminate goto.
2269         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
2270         problem.
2271
2272 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2273
2274         * aix-thread.c (gdbcmd.h): Include.
2275         (DEBUG, DBG, DBG2, dbg): Eliminate.
2276         (debug_aix_thread): New static global.
2277         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2278         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2279         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2280         invocations to DBG and DBG2 macros to test against
2281         ``debug_aix_thread'' and call fprintf_unfiltered().
2282         (_initialize_aix_thread): Add new command "set debug aix-thread".
2283
2284 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
2285
2286         From Gerhard Tonn <TON@de.ibm.com>:
2287         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2288         instead of supply_register.
2289
2290 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
2291
2292         * dwarf2cfi.c: Include "gdb_assert.h".
2293         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2294         non-NULL.
2295         (update_context): Do not use __func__.  Add missing ``break''.
2296         (update_context): Do not use __func__.
2297
2298 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
2299
2300         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2301         and its setting.  Set gdbarch instruction printing functions
2302         directly.  For non-rs6000 case use new function
2303         gdb_print_insn_powerpc.
2304         (gdb_print_insn_powerpc): New function.
2305
2306 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
2307
2308         * NEWS: Mention that the d30v has been marked obsolete.
2309         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2310         * configure.tgt: Mark d30v-*-* as obsolete.
2311         * d30v-tdep.c: Mark file as obsolete.
2312         * config/d30v/d30v.mt: Ditto.
2313         * config/d30v/tm-d30v.h: Ditto.
2314
2315 2002-07-13  Aidan Skinner <aidan@velvet.net>
2316
2317         * ada-tasks.c (add_task_entry): replace calls to
2318         malloc() with xmalloc
2319         * ada-tasks.c (init_task_list): replace calls to free with xfree()
2320         
2321         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2322         ada_finish_decode_line_1, all_sals_for_line
2323         ada_breakpoint_rewrite): replace calls to free() with xfree()
2324                 
2325 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2326
2327         From Nicholas Duffek (with minor changes by Martin Hunt, 
2328         Louis Hamilton, and Kevin Buettner):
2329         * aix-thread.c: New file.
2330
2331 2002-07-12  Petr Sorfa <petrs@caldera.com>
2332
2333         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
2334         complaint for invalid attribute class or form.
2335         (read_func_scope): DW_AT_frame_base
2336         better handling of DW_AT_block*.
2337         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2338         better handling of DW_AT_block*.
2339         (read_common_block): DW_AT_location
2340         better handling of DW_AT_block*.
2341         (read_partial_die): DW_AT_location better handling
2342         of DW_AT_block*.
2343         (new_symbol): DW_AT_external better handling of
2344         DW_AT_block*. Proper initialization of variable
2345         "addr".
2346         (attr_form_is_block): New function that returns true
2347         if the attribute's form is of DW_FORM_block*.
2348
2349 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2350
2351         * valops.c (find_method_list): Remove comment about
2352         removed STATIC_MEMFUNCP argument.
2353         (value_find_oload_method_list): Likewise.
2354
2355 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2356
2357         From Nicholas Duffek:
2358         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2359         target_new_objfile_hook.
2360
2361 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2362
2363         From Nicholas Duffek:
2364         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2365         csect.
2366
2367 2002-07-12  Andrew Cagney  <cagney@redhat.com>
2368
2369         * MAINTAINERS: Mention --enable-sim-build-warnings.
2370         (m68hc11-elf): Disable sim build warnings.
2371         (m32r-elf): Mark as broken obsolete candidate.
2372         (x86_64-linux-gnu): Mark as buildable with -Werror.
2373         (arm-elf): Change -w to ``,'' which enables warnings but not
2374         -Werror.
2375
2376 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
2377
2378         * bcache.h: Update copyright.
2379         (struct bstring, struct bcache): Move definition to "bcache.c".
2380         Replaced by opaque declaration.
2381         (bcache_xfree): Replace free_bcache.
2382         (bcache_xmalloc, bcache_memory_used): Declare.
2383         
2384         * bcache.c: Update copyright.
2385         (struct bstring, struct bcache): Moved to here from "bcache.h".
2386         Update comments.
2387         (bcache_xmalloc, bcache_memory_used): New functions.
2388         (bcache_xfree): Replace function free_bcache.
2389         
2390         * Makefile.in (objfiles.o): Add $(bcache_h).
2391         (objfiles_h): Remove $(bcache_h).
2392         (symfile.o): Add $(bcache_h).
2393
2394         * symmisc.c: Update copyright.
2395         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2396         (print_objfile_statistics): Use bcache_memory_used.
2397
2398         * symfile.c: Include "bcache.h".
2399         (reread_symbols): Use bcache_xfree.
2400         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2401         (add_psymbol_to_list): Pass psymbol_cache by value.
2402         (add_psymbol_with_dem_name_to_list): Ditto.
2403
2404         * objfiles.h: Update copyright.
2405         (struct bcache): Declare opaque.  Do not include "bcache.h".
2406         (struct objfile): Change psymbol_cache and macro_cache to ``struct
2407         bcache'' pointers.
2408         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2409
2410         * objfiles.c: Include "bcache.h".  Update copyright.
2411         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2412         macro_cache.
2413         (free_objfile): Use bcache_xfree.
2414
2415 2002-07-11  Grace Sainsbury  <graces@redhat.com>
2416
2417         * monitor.c (monitor_fetch_register): Make name a constant.
2418         (monitor_store_register): Same.
2419
2420 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
2421
2422         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2423         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2424         (finish_block) For non-function blocks, hash the symbol table.  For
2425         function blocks, mark the symbol table as unhashed.
2426         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2427         (msymbol_hash_iw): Likewise.
2428         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2429         value.
2430         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2431         (lookup_minimal_symbol): Likewise for both.
2432         * symtab.h (struct block): Add `hashtable' flag.  Comment the
2433         hashtable.
2434         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2435         (ALL_BLOCK_SYMBOLS): Update.
2436         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2437         (struct symbol): Add `hash_next' pointer.
2438         * symtab.c (lookup_block_symbol): Search using the hash table when
2439         possible.
2440         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2441         (search_symbols, find_addr_symbol): Likewise.
2442
2443         * dstread.c (process_dst_block): Clear hashtable bit for new block.
2444         (read_dst_symtab): Likewise.
2445         * jv-lang.c (get_java_class_symtab): Likewise.
2446         * mdebugread.c: Include "gdb_assert.h".
2447         (shrink_block): Assert that the block being modified is not hashed.
2448         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2449         * symmisc.c (free_symtab_block): Walk the hash table when freeing
2450         symbols.
2451         (dump_symtab): Recognize hashed blocks.
2452         * printcmd.c (print_frame_args):  Assert that function blocks do not
2453         have hashed symbol tables.
2454         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2455         (fill_in_ada_prototype, debug_print_block): Likewise.
2456         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
2457
2458 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
2459
2460         * stack.c (print_frame): Use result of frame_address_in_block()
2461         instead of fi->pc when evaluating symbols.
2462         (backtrace_command_1): Ditto.
2463
2464 2002-07-11  Andrew Cagney  <cagney@redhat.com>
2465
2466         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2467         Make static.
2468
2469         * arm-tdep.c (arm_register_name): Make return type constant.
2470
2471 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
2472
2473         * win32-nat.c (has_detach_ability): Convert to strict ISO C
2474         prototype.
2475         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2476         * s390-tdep.c (s390_fp_regnum): Ditto.
2477         (s390_read_fp): Ditto.
2478         (s390_pop_frame): Ditto.
2479         (_initialize_s390_tdep): Ditto.
2480         * remote.c (get_remote_state): Ditto.
2481         * procfs.c (mappingflags): Ditto.
2482         * memattr.c (_initialize_mem): Ditto.
2483         * mcore-tdep.c (mcore_pop_frame): Ditto.
2484         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2485         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2486         * language.c (set_case_str): Ditto.
2487         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2488         * frv-tdep.c (new_variant): Ditto.
2489         (frv_stopped_data_address): Ditto.
2490         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2491         (context_alloc): Ditto.
2492         (frame_state_alloc): Ditto.
2493         (unwind_tmp_obstack_init): Ditto.
2494         (unwind_tmp_obstack_free): Ditto.
2495         (cfi_read_fp): Ditto.
2496         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2497         (cris_pop_frame): Ditto.
2498         * c-lang.c (scanning_macro_expansion): Ditto.
2499         (finished_macro_expansion): Ditto.
2500         (c_preprocess_and_parse): Ditto.
2501         * gdbarch.sh: Ditto.
2502         * gdbarch.h, gdbarch.c: Regenerate.
2503         * config/mn10200/tm-mn10200.h: Adjust indentation.
2504         * target.c: Adjust indentation.
2505         * symtab.h: Adjust indentation.
2506         * stabsread.h: Adjust indentation.
2507         * remote-es.c: Adjust indentation.
2508         * os9kread.c: Adjust indentation.
2509
2510 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
2511         
2512         * wince.c (_initialize_wince): Rename _initialize_inftarg.
2513         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2514
2515 2002-07-10  Grace Sainsbury  <graces@redhat.com>
2516         
2517         * NEWS: Mention m68k, mcore multi-arching.  
2518         * MAINTAINERS: Change status of m68k, mcore to reflect
2519         multi-arching.
2520
2521 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
2522
2523         * valops.c (find_overload_match): Free oload_syms.
2524
2525 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
2526
2527         Define HAVE_SYS_PROC_H if sys/proc.h exists
2528         * configure.in: Add check for sys/proc.h
2529         * config.in: Regenerate.
2530         * configure: Regenerate.
2531
2532 2002-07-09  Grace Sainsbury  <graces@redhat.com>
2533
2534         * config/m68k/tm-m68k.h: Remove macros wrapped in 
2535         #if !GDB_MULTI_ARCH. 
2536
2537 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
2538
2539         * config.in, configure: Regenerate.
2540
2541 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
2542
2543         * dwarf2cfi.c: Include "gcore.h".
2544         (execute_stack_op): Fix implementation of the
2545         DW_OP_deref and DW_OP_deref_size operators by letting do their
2546         lookup in the target.
2547
2548 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
2549
2550         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2551         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2552         tdep->sc_sp_offset.
2553
2554 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
2555
2556         Fix PR gdb/595, gdb/602
2557         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2558         Don't call value_cast, just read the vtable pointer; update comments
2559         to match.
2560
2561 2002-07-05  Grace Sainsbury  <graces@redhat.com>
2562
2563         * config/mcore/tm-mcore.h: Remove file.
2564         * config/mcore/mcore.mt: Remove definition of TM_FILE
2565         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2566
2567 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
2568
2569         * i386bsd-tdep.c: Include "gdb_string.h".
2570
2571 2002-07-04  Grace Sainsbury  <graces@redhat.com>
2572
2573         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2574         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2575         mcore-tdep.
2576         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2577         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2578         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2579         (RETVAL_REGNUM): Move macros from tm-mcore.h
2580         (mcore_reg_struct_has_addr): New function.
2581         (mcore_gdbarch_init): Added initializations for the macros removed
2582         from tm-mcore.h.
2583
2584 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2585
2586         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2587         traditonal string branding within the ELF header.
2588
2589 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
2590
2591         * symtab.c (remove_params): New function.
2592         (make_symbol_overload_list): Use it instead of cplus_demangle.
2593         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
2594
2595 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2596
2597         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2598
2599         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2600         New variables.
2601         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2602         and tdep->sigtramp_end.
2603         * i386obsd-nat.c: New file.
2604         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2605
2606         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2607         Don't call get_current_frame().
2608
2609 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2610
2611         * i386-nat.c (child_post_startup_inferior): New function
2612         calling i386_cleanup_dregs if
2613         I386_USE_GENERIC_WATCHPOINTS is defined.
2614         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2615         conditional to acknowledge that i386-nat.c has its
2616         own child_post_startup_inferior function.
2617
2618 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2619
2620         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2621         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2622         instead of MAX_REGISTER_RAW_SIZE.
2623         (i386_extract_return_value, i386_extract_struct_value_address):
2624         Convert to use regcache.
2625         (i386_gdbarch_init): Set max_register_raw_size and
2626         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2627         Set extract_return_value and extract_struct_value_address instead
2628         of their deprecated variants.
2629
2630         Convert i386 target to generic dummy frames.
2631         * i386-tdep.c: Include "symfile.h".
2632         (i386_frameless_signal_p): Consider a function to be frameless if
2633         the pc points at the first instruction of the function.
2634         (i386_frame_chain): Handle (generic) call dummies.
2635         (i386_frame_saved_pc): Likewise.
2636         (i386_frame_init_saved_regs): Remove code dealing with call
2637         dummies on the stack.
2638         (i386_push_dummy_frame): Removed.
2639         (i386_call_dummy_words): Removed.
2640         (i386_fix_call_dummy): Removed.
2641         (i386_push_return_address): New function.
2642         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
2643         parameter, and don't call get_current_frame.
2644         (i386_pop_frame): New function.
2645         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2646         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2647         entry_point_address, set call_dummy_breakpoint_offset to 0, set
2648         call_dummy_length to 0, set call_dummy_words to NULL, set
2649         sizeof_call_dummy_words to 0, set fix_call_dummy to
2650         generic_fix_call_dummy, set pc_in_call_dummy to
2651         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2652         generic_push_dummy_frame, set push_return_address to
2653         i386_push_return_address and set frame_chain_valid to
2654         generic_file_frame_chain_valid.
2655
2656 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2657
2658         * gdbarch.sh (struct regcache): Add opaque declaration.
2659         (EXTRACT_RETURN_VALUE): New architecture method.
2660         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2661         * gdbarch.h, gdbarch.c: Regenerate.
2662         * arch-utils.c (legacy_extract_return_value): New function.
2663         * arch-utils.h (legacy_extract_return_value): Declare.
2664         * values.c (value_being_returned): Re-enable code handling
2665         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
2666         deprecated_grub_regcache_for_registers call to block handling
2667         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2668         (EXTRACT_RETURN_VALUE): Do not define.
2669
2670 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2671
2672         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2673         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2674         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2675         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2676         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2677         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2678         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2679         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2680         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2681         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2682         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2683         argument so the function fits the prototype in the architecture
2684         vector.
2685         (mcore_pop_frame): Remove argument so the function fits the
2686         prototype. Use get_current_frame instead of the argument.
2687         (mcore_push_arguments): Change type of struct_return so the
2688         function can be used in the architecture vector.
2689         (mcore_store_struct_return): Add.
2690         (mcore_frame_init_saved_regs): Add.
2691         (mcore_gdbarch_init): Add function calls to replace the macros
2692         removed from tm-mcore.h
2693
2694 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2695
2696         * infcmd.c (print_return_value): Remove compatibility code calling
2697         deprecated_grub_regcache_for_registers.
2698         
2699         * values.c: Include "regcache.h".
2700         (value_being_returned): Update.  Use
2701         deprecated_grub_regcache_for_registers to extract the register
2702         buffer address.  
2703         * value.h (value_being_returned): Change ``retbuf'' parameter to a
2704         ``struct regcache''.
2705         * Makefile.in (values.o): Add dependency on $(regcache_h).
2706
2707         * inferior.h (run_stack_dummy): Change type of second parameter to
2708         a ``struct regcache''.
2709         * valops.c (hand_function_call): Change type of retbuf to ``struct
2710         regcache''.  Allocate using regcache_xmalloc, clean using
2711         make_cleanup_regcache_xfree.
2712         * infcmd.c (run_stack_dummy): Update.  Use
2713         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2714
2715         * regcache.c (do_regcache_xfree): New function.
2716         (make_cleanup_regcache_xfree): New function.
2717         * regcache.h (make_cleanup_regcache_xfree): Declare.
2718
2719 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2720
2721         * event-top.c (command_line_handler): Don't read past
2722         beginning of buffer.
2723
2724 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2725         
2726         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
2727         struct frame_id. 
2728         (varobj_create): Store frame_id for root.
2729         (varobj_gen_name): Use xasprintf.
2730         (varobj_update): Save and restore frame using get_frame_id() and
2731         frame_find_by_id().
2732         (create_child): Use xasprintf.
2733         (new_root_variable): Initialize frame_id.
2734         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2735         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2736         to prevent memory leak.
2737
2738 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2739
2740         * valops.c (hand_function_call): Move declaration of retbuf to
2741         start of function, allocate using malloc, add a cleanup but before
2742         the inf_status cleanup, cleanup the buffer.  Rename local variable
2743         old_chain to inf_status_cleanup.
2744
2745 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2746
2747         * top.c (execute_command): Use cmd_func() and cmd_func_p().
2748
2749         * cli/cli-decode.c (cmd_func_p): New function.
2750         (cmd_func): New function.
2751
2752         * command.h: Add cmd_func() and cmd_func_p().   
2753         
2754 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2755
2756         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2757         (REGISTER_SIZE): Remove.
2758         (MAX_REGISTER_RAW_SIZE): Remove.
2759         (REGISTER_VIRTUAL_TYPE): Remove.
2760         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2761         (REGISTER_NAME): Remove.
2762         (USE_GENERIC_DUMMY_FRAMES): Remove.
2763         (CALL_DUMMY): Remove.
2764         (CALL_DUMMY_START_OFFSET): Remove.
2765         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2766         (CALL_DUMMY_LOCATION): Remove.
2767         (FIX_CALL_DUMMY): Remove.
2768         (CALL_DUMMY_ADDRESS): Remove.
2769         (SIZEOF_CALL_DUMMY_WORDS): Remove.
2770         (SAVE_DUMMY_FRAME_TOS): Remove.
2771         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2772         (mcore_register_virtual_type): New function.
2773         (mcore_register_byte): New function.
2774         (mcore_register_size): New function.
2775         (mcore_register_name): New function.
2776         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2777         macros removed from tm-mcore.h.
2778         (mcore_dump_tdep): Add.
2779         (_initialize_mcore_tdep): Add gdbarch_register call.
2780
2781 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
2782
2783         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2784         frameless_look_for_prologue, such that we actually call this
2785         function.
2786
2787 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2788
2789         * frame.h (frame_address_in_block): New function.
2790
2791         * blockframe.c (frame_address_in_block): New function extracted
2792         from get_frame_block().
2793         (get_frame_block): Use frame_address_in_block().
2794         (block_innermost_frame): Use frame_address_in_block() to match
2795         the frame pc address against the block boundaries rather than
2796         the frame pc directly. This prevents a failure when a frame pc
2797         is actually a return-address pointing immediately after the end
2798         of the given block. 
2799
2800 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2801
2802         * MAINTAINERS: Add self under write after approval. 
2803
2804 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2805
2806         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2807         used in architecture vector. The default is
2808         m68k_local_breakpoint_from_pc.
2809         (m68k_local_breakpoint_from_pc): Add.
2810         (enum): Add register numbers from tm-m68k.h.
2811         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2812         vector.  
2813         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2814         GDB_MULTI_ARCH_PARTIAL.
2815         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2816         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2817         m68k-tdep.c.
2818         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2819         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2820         to enum in m68k-tdep.c
2821
2822 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2823
2824         * solib-osf.c (open_map): Compute the list of shared libraries
2825         loaded by the inferior, rather than the list of libraries loaded
2826         by GDB itself.  Otherwise, GDB ends up reading the symbols from
2827         the wrong shared libraries...
2828
2829 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
2830
2831         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2832         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2833         macros.
2834         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2835         Remove functions.
2836         (FRAMELESS_SIGNAL): Remove function.
2837         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2838         i386_linux_saved_pc_after_call): Removed.
2839         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2840         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
2841         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2842
2843         * i386-tdep.c (i386_frameless_signal_p): New function.
2844         (i386_frame_chain): Deal with frameless signals.
2845         (i386_sigtramp_saved_sp): New function.
2846         (i386_frame_saved_pc): Deal with frameless signals.
2847         (i386_saved_pc_after_call): Make sure the correct value is
2848         returned just after entry into a sigtramp.
2849         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2850         i386fbsd4_sc_sp_offset): New variables.
2851         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2852         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
2853         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2854         similiar to what we already did for sc_pc_offset.
2855         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2856         tdep->sc_sp_offset.
2857
2858         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2859
2860 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
2861
2862         * config/i386/tm-x86-64linux.h: New.
2863         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2864         definitions.
2865         * config/i386/nm-x86-64.h: Rename to ...
2866         * config/i386/nm-x86-64linux.h: ... this one.
2867         * config/i386/x86-64linux.mh: Reflect the above change.
2868         
2869 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
2870
2871         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2872         with sigcontext_addr.  Add sc_sp_offset.
2873         (i386bsd_sigtramp_saved_pc): Remove prototype.
2874         (i386bsd_sicontext_addr): Add prototype.
2875         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2876         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2877         (i386_svr4_sigtramp_saved_pc): Removed.
2878         (i386_svr4_sigcontext_addr): New function.
2879         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2880         Initialize tdep->sigcontext_addr instead.  Initialize
2881         tdep->sc_pc_offset and tdep->sc_sp_offset.
2882         (i386_gdbarch_init): Likewise.
2883         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2884         any more.
2885         (i386bsd_sigtramp_saved_pc): Remove function.
2886         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2887         Initialize tdep->sigcontext_addr instead.  Initialize
2888         tdep->sc_pc_offset.
2889         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2890         of tdep->sigtramp_saved_pc.
2891         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2892         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
2893         instead.
2894
2895         * i386-tdep.c (i386_frameless_function_invocation,
2896         i386_frame_num_args, i386_frame_init_saved_regs,
2897         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2898         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2899         i386_extract_return_value, i386_store_return_value,
2900         i386_extract_struct_value_address, i386_register_virtual_type,
2901         i386_register_convertible, i386_register_convert_to_virtual,
2902         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2903         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2904         static.
2905
2906 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
2907
2908         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2909
2910         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2911         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2912         this macro.  Include "value.h".
2913
2914 2002-06-30  Aidan Skinner  <aidan@velvet.net>
2915
2916         * ada-exp.tab.c: remove as it's a generated file
2917         * ada-lex.c: remove as it's a generated file
2918                 
2919 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
2920
2921         * config/i386/tm-i386.h (struct frame_info, struct
2922         frame_saved_regs, struct value, struct type): Remove forward
2923         declarations.
2924
2925         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2926         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2927         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2928         (FILL_FPXREGSET): Define.
2929
2930         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2931
2932         * configure.tgt (i[3456]86-*-openbsd*): Fold into
2933         i[3456]86-*-netbsd* case.
2934         * config/i386/tm-obsd.h: Removed.
2935         * config/i386/obsd.mt: Removed.
2936         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2937         core-aout.o.
2938         (MH_CFLAGS): Add -DYYDEBUG=0.
2939
2940         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2941         i386nbsd_sc_pc_offset on OpenBSD too.
2942
2943         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2944         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2945         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2946         define.
2947         * i386bsd-tdep.c: Include "arch-utils.h".
2948         (i386bsd_aout_in_solib_call_trampoline): New function.
2949         (i386bsd_init_abi): Set in_solib_call_trampoline to
2950         i386bsd_aout_in_solib_call_trampoline.
2951         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2952         in_solib_call_trampoline to generic_in_solib_call_trampoline.
2953
2954 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2955
2956         * macrotab.h: Do not include "obstack.h" or "bcache.h".
2957         (struct obstack, struct bcache): Add opaque declarations.
2958         * Makefile.in (macrotab_h): Update
2959
2960 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2961
2962         * blockframe.c (generic_find_dummy_frame): Change return type to
2963         ``struct regcache''.
2964         (struct dummy_frame): Replace field ``registers'' with regcache, a
2965         struct regcache object.
2966         (generic_find_dummy_frame): Update.
2967         (generic_push_dummy_frame): Update.  Use regcache_xfree,
2968         regcache_xmalloc and regcache_cpy.
2969         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
2970         regcache_xfree.
2971         (deprecated_generic_find_dummy_frame): Update.
2972         (generic_read_register_dummy): Update.  Use
2973         regcache_read_as_address.
2974         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
2975         (generic_get_saved_register): Update.  Use regcache_read.
2976
2977 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2978
2979         * Makefile.in (objfiles_h): Add $(bcache_h).
2980         * objfiles.h: Include "bcache.h".
2981
2982         * Makefile.in (symtab_h): Remove $(bcache_h).
2983         * symtab.h: Do not include "bcache.h".
2984
2985 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2986
2987         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2988         generic_func_frame_chain_valid.
2989
2990 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
2991
2992         * config/i386/nm-fbsd.h: Include <sys/param.h>.
2993         * config/i386/tm-fbsd.h: Likewise.
2994
2995 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
2996
2997         * rs6000-tdep.c (rs6000_gdbarch_init): Use
2998         generic_unwind_get_saved_register.
2999
3000 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3001
3002         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3003         * regcache.c (supply_register): Add missing argument to
3004         register_buffer call.
3005
3006 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3007
3008         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
3009         Solaris /bin/grep does not not like it.  From Peter Schauer.
3010
3011 2002-06-26  Tom Tromey  <tromey@redhat.com>
3012
3013         * command.h (add_setshow_cmd): Declare.
3014         (add_setshow_cmd_full): Declare.
3015         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
3016         returns void.  Use add_setshow_cmd_full.
3017         (add_setshow_cmd_full): New function.
3018         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3019         (add_setshow_boolean_cmd): Likewise.
3020
3021 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
3022
3023         * config/vax/tm-vax.h: Protect from multiple inclusion.
3024         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3025         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3026         * config/vax/tm-vaxbsd.h: ...here.  New file.
3027         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3028
3029 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
3030
3031         * config/vax/tm-vax.h (BREAKPOINT): Remove.
3032         (BELIEVE_PCC_PROMOTION): Remove.
3033         (AP_REGNUM): Move to...
3034         * config/vax/nm-vax.h: ...here.
3035         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3036         (vax_breakpoint_from_pc): New function.
3037         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3038         and gdbarch_believe_pcc_promotion.
3039
3040 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
3041
3042         * Makefile.in (vax_tdep_h): Define.  
3043         (vax-tdep.o): Use $(vax_tdep_h).
3044         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3045         (vax_dump_tdep): New function. 
3046         (_initialize_vax_tdep): Register vax_dump_tdep.
3047         * vax-tdep.h: Include osabi.h.     
3048         (struct gdbarch_tdep): New. 
3049
3050 2002-06-26  Andrew Cagney  <cagney@redhat.com>
3051
3052         * frame.h (deprecated_generic_find_dummy_frame): Rename
3053         generic_find_dummy_frame.
3054         * blockframe.c (generic_find_dummy_frame): Make static.
3055         (deprecated_generic_find_dummy_frame): New function.
3056         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3057         generic_find_dummy_frame with deprecated_find_dummy_frame.
3058         (sh64_nofp_frame_init_saved_regs): Ditto.
3059         (sh_fp_frame_init_saved_regs): Ditto.
3060         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3061         (s390_frame_chain): Ditto.
3062         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3063
3064 2002-06-26  Grace Sainsbury  <graces@redhat.com>
3065
3066         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3067         gdbarch vector are at the top.
3068         (NUM_REGS): Remove.
3069         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3070         (FRAME_ARGS_ADDRESS): Remove.
3071         (FRAME_LOCALS_ADDRESS): Remove.
3072         (FRAME_NUM_ARGS): Remove.
3073         (FRAME_ARGS_SKIP): Remove.  
3074         * m68k-tdep.c (enum): Add eumeration of special register numbers.
3075         (m68k_gdbarch_init): Add gdbarch initializations for macros
3076         undefined in tm-m68k.h
3077
3078 2002-06-26  Grace Sainsbury  <graces@redhat.com>
3079
3080         * monitor.h: Add the function regname to monitor_ops
3081         structure. This way NUM_REGS does not have to be a constant.
3082         * monitor.c (monitor_fetch_register): Added support for regname
3083         function. The function is called if the array regnames is NULL.
3084         (monitor_store_register): Same.
3085         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3086         regnames array.
3087         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3088         cpu32bug_cmds.regname to point to new function.
3089         * abug-rom.c (abug_regname): Same as above.
3090         (init_abug_cmds): Same.
3091         * dbug-rom.c (dbug_regname): Same as above.
3092         (init_dbug_cmds): Same.
3093         * remote-est.c (est_regname): Same. 
3094         (init_est_cmds): Same.
3095         * rom68k-rom.c (rom68k_regname): Same. 
3096         (init_rom68k_cmds): Same.
3097
3098 2002-06-25  Tom Tromey  <tromey@redhat.com>
3099
3100         * breakpoint.c (delete_command): Don't repeat `delete' commands.
3101
3102 2002-06-25  Andrew Cagney  <cagney@redhat.com>
3103
3104         * infrun.c (stop_registers): Change variable's type to ``struct
3105         regcache'''.
3106         (xmalloc_inferior_status): Delete function.
3107         (free_inferior_status): Delete function.
3108         (normal_stop): Use regcache_cpy.
3109         (struct inferior_status): Change type of fields ``stop_registers''
3110         and ``registers'' to ``struct regcache''.
3111         (write_inferior_status_register): Use regcache_write.
3112         (save_inferior_status): Instead of calling
3113         xmalloc_inferior_status, allocate the inf_status buffer directly.
3114         Use regcache_dup_no_passthrough and regcache_dup to save the
3115         buffers.
3116         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3117         Replace the stop_registers regcache instead of overriding it.  Use
3118         regcache_xfree.  Instead of calling free_inferior_status, xfree
3119         the buffer directly.
3120         (discard_inferior_status): Use regcache_xfree.  Instead of calling
3121         free_inferior_status, xfree the buffer directly.
3122         (build_infrun): Use regcache_xmalloc.
3123         (_initialize_infrun): Delete redundant call to build_infrun.
3124
3125         * Makefile.in (infcmd.o): Add $(regcache_h).
3126
3127         * infcmd.c: Include "regcache.h".
3128         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3129         obtain the address of `stop_registers' register buffer.
3130         (print_return_value): Ditto.
3131
3132         * inferior.h (struct regcache): Add opaque declaration.
3133         (stop_registers): Change variable's declared type to ``struct
3134         regcache''.
3135
3136 2002-06-24  Tom Tromey  <tromey@redhat.com>
3137
3138         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3139         * target.c (initialize_targets): Fixed typo in
3140         trust-readonly-sections `show' documentation.
3141
3142         * main.c: Marked all strings with _().
3143
3144 2002-06-24  Don Howard  <dhoward@redhat.com>
3145
3146         * memattr.c (create_mem_region): Treat hi == 0 as a special case
3147         that means max CORE_ADDR+1.
3148         (lookup_mem_region): Ditto.
3149         (mem_info_command): Ditto.
3150
3151 2002-06-24  Grace Sainsbury  <graces@redhat.com>
3152
3153         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3154         (REGISTER_BYTES_OK): Remove.
3155         (REGISTER_BYTES): Remove.
3156         (STORE_STRUCT_RETURN): Remove.
3157         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3158         (STORE_RETURN_VALUE): Remove.
3159         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3160         (FRAME_CHAIN): Remove.
3161         (FRAMELESS_FUNCTION_INVOCATION): Remove.
3162         (FRAME_SAVED_PC): Remove.  
3163         * m68k-tdep.c (m68k_register_bytes_ok):Add.
3164         (m68k_store_struct_return): Add.
3165         (m68k_deprecated_extract_return_value): Add.
3166         (m68k_deprecated_extract_struct_value_address): Add.
3167         (m68k_store_return_value): Add.
3168         (m68k_frame_chain): Add.
3169         (m68k_frameless_function_invocation): Add.
3170         (m68k_frame_saved_pc): Add.
3171         (m68k_gdbarch_init): added set_gdbarch calls for new 
3172         functions and deleted macros.
3173
3174 2002-06-23  Tom Tromey  <tromey@redhat.com>
3175
3176         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3177         (ALLDEPFILES): Likewise.
3178         (udiheaders): Removed.
3179         (udip2soc.o): Likewise.
3180         (udi2go32.o): Likewise.
3181         (udr.o): Likewise.
3182         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3183
3184 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
3185
3186         * infrun.c (_initialize_infrun): Delete unnecessary call to
3187         build_infrun.
3188
3189         * regcache.h: Update comments describing the regcache_cpy family
3190         of functions.
3191         (regcache_save, regcache_restore): Delete declaration.
3192         (regcache_save_no_passthrough): Delete declaration.
3193         (regcache_restore_no_passthrough): Delete declaration.
3194         * regcache.c (regcache_save): Delete function.
3195         (regcache_save_no_passthrough): Delete function.
3196         (regcache_restore): Delete function.
3197         (regcache_restore_no_passthrough): Delete function.
3198
3199 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
3200
3201         * config/m68k/tm-m68k.h: Fix typo.
3202         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3203         (m68k_frame_init_saved_regs): Declare.
3204
3205 2002-06-21  Jim Blandy  <jimb@redhat.com>
3206
3207         Remove some vestiges of Harris 88k support.
3208         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3209         register numbering quirk.
3210         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3211         odd symbols occurring in Harris 88k ELF targets.
3212
3213 2002-06-21  Tom Tromey  <tromey@redhat.com>
3214
3215         * gdb_locale.h: New file.
3216         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3217         (defs_h): Added gdb_locale.h.
3218         * configure, config.in: Rebuilt.
3219         * configure.in (PACKAGE): Define.
3220         * defs.h: Include gdb_locale.h.
3221         * main.c (captured_main): Call setlocale, bindtextdomain,
3222         textdomain.
3223
3224 2002-06-21  Dave Brolley  <brolley@redhat.com>
3225
3226         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3227         * config/frv/frv.mt: New file.
3228         * config/frv/tm-frv.h: New file.
3229         * configure.tgt: Support frv-*-*.
3230         * Makefile.in (frv-tdep.o): New target.
3231         * frv-tdep.c: New file.
3232         * NEWS: Mention frv.
3233
3234 2002-06-21  Dave Brolley  <brolley@redhat.com>
3235
3236         * MAINTAINERS: Add self to "Write After Approval" list.
3237
3238 2002-06-21  Grace Sainsbury  <graces@redhat.com>
3239
3240         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3241         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3242         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3243         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3244         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3245
3246         * m68k-tdep.c: Include arch-utils.h
3247         (m68k_register_raw_size): Add.
3248         (m68k_register_virtual_size): Add.
3249         (m68k_register_virtual_type): Add.
3250         (m68k_register_name): Add.
3251         (m68k_stack_align): Add.
3252         (m68k_register_byte): Add.
3253         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3254         tm-m68k.h.
3255
3256 2002-06-21  Grace Sainsbury  <graces@redhat.com>
3257
3258         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3259         m68k_find_saved_regs.
3260         (m68k_pop_frame): Removed saved_regs structure, and replaced
3261         references to it with frame->saved_regs.
3262         (m68k_gdbarch_init): Added function calls to initialize the
3263         gdbarch structure.
3264         (m68k_fix_call_dummy): Add. 
3265         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3266         (CALL_DUMMY): Remove.
3267         (CALL_DUMMY_LENGTH): Remove.
3268         (CALL_DUMMY_START_OFFSET): Remove.
3269         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3270         (FIX_CALL_DUMMY): Remove.
3271         (PUSH_DUMMY_FRAME): Remove.
3272         (POP_FRAME): Remove.
3273
3274 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3275
3276         * parse.c (parse_fprintf): New function used to avoid calls to
3277         fprintf in bison parser generated debug code.
3278         * parser-defs.h: Declaration of new parse_fprintf function.
3279         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3280         Set YYDEBUG to 1 by default.
3281         Set YYFPRINTF as parse_fprintf.
3282
3283 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
3284
3285         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
3286         encoding anymore.
3287         (pointer_encoding, enum ptr_encoding): New.
3288         (execute_cfa_program): Take care about pointer encoding.        
3289         (dwarf2_build_frame_info): Only call parse_frame_info for 
3290         .debug_frame and .eh_frame.
3291         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3292         fixed augmentation handling, added relative addressing, 
3293         ignore duplicate FDEs. Added comments.
3294         * dwarf2cfi.c: Reindented.
3295         
3296 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
3297
3298         * event-top.c (command_handler): Don't use space_at_cmd_start
3299         unless there is sbrk() on the host. Assign time and space data
3300         to union fields of the appropriate length.
3301
3302 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
3303
3304         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
3305         x86_64_register_name. Return type changed to 'const char *'.
3306         (x86_64_register_name2nr): Rename to x86_64_register_number.
3307         (x86_64_gdbarch_init): Update to reflect the change.
3308         * x86-64-tdep.h: Ditto.
3309         * x86-64-linux-nat.c (x86_64_fxsave_offset)
3310         (supply_fpregset): Ditto.
3311
3312 2002-06-19  Andrew Cagney  <cagney@redhat.com>
3313
3314         * regcache.h: Update copyright.
3315         (struct regcache, struct gdbarch): Add opaque declarations.
3316         (current_regcache): Declare global variable.
3317         (regcache_read, regcache_write): Add gdbarch parameter.
3318         (regcache_save, regcache_save_no_passthrough)
3319         (regcache_restore, regcache_restore_no_passthrough)
3320         (regcache_dup, regcache_dup_no_passthrough)
3321         (regcache_cpy, regcache_cpy_no_passthrough)
3322         (deprecated_grub_regcache_for_registers)
3323         (deprecated_grub_regcache_for_register_valid)
3324         (regcache_valid_p): Add function declarations.
3325         
3326         * regcache.c: Update copyright.
3327         (regcache_descr_handle): New global variable.
3328         (struct regcache_descr): Define.
3329         (init_legacy_regcache_descr, init_regcache_descr): New functions.
3330         (regcache_descr, xfree_regcache_descr): New functions.
3331         (struct regcache): Define.
3332         (regcache_xmalloc, regcache_xfree): New functions.
3333         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3334         (regcache_dup, regcache_dup_no_passthrough): New functions.
3335         (regcache_valid_p, regcache_read_as_address): New functions.
3336         (deprecated_grub_regcache_for_registers): New function.
3337         (deprecated_grub_regcache_for_register_valid): New function.
3338         (current_regcache): New global variable.
3339         (register_buffer): Add regcache parameter.  Update calls.
3340         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
3341         (read_register_gen, write_register_gen): Update register_buffer
3342         call.  Test for legacy_p instead of gdbarch_register_read_p or
3343         gdbarch_register_write_p.
3344         (regcache_collect): Update register_buffer call.
3345         (build_regcache): Rewrite.  Use deprecated grub functions.
3346         (regcache_save, regcache_save_no_passthrough): New functions.
3347         (regcache_restore, regcache_restore_no_passthrough): New
3348         functions.
3349         (_initialize_regcache): Create the regcache_data_handle. Swap
3350         current_regcache global variable.
3351         
3352         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3353         parameter to regcache_read and regcache_write calls.
3354         (sh4_register_read): Ditto.
3355         (sh64_pseudo_register_read): Ditto.
3356         (sh64_register_read): Ditto.
3357         (sh_pseudo_register_write): Ditto.
3358         (sh4_register_write): Ditto.
3359         (sh64_pseudo_register_write): Ditto.
3360         (sh64_register_write): Ditto.
3361
3362         * defs.h (XCALLOC): Define.
3363
3364 2002-06-19  Grace Sainsbury  <graces@redhat.com>
3365
3366         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3367         * m68k-tdep.c (m68k_gdbarch_init): Added.
3368         (m68k_dump_tdep): Added.
3369
3370 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
3371
3372         * ada-lang.c (fill_in_ada_prototype): Update comment.
3373
3374 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
3375
3376         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
3377         MIPS_ABI_LAST.
3378         (mips_abi_string, mips_abi_strings): New.
3379         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3380         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
3381         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
3382         O32 if no ABI is found.
3383         (mips_dump_tdep): Use mips_abi_strings.
3384         (mips_abi_update): New function.
3385         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
3386         ``set mips abi'' and ``show mips abi''.  Check the size of
3387         mips_abi_strings.
3388
3389 2002-06-19  Andrew Cagney  <cagney@redhat.com>
3390
3391         * i386-linux-tdep.c (i386_linux_register_name): Make return type
3392         constant.
3393
3394 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
3395
3396         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
3397         current frame using only the first stack size adjustment. All
3398         subsequent size adjustments are not considered to be part of
3399         the "static" part of the current frame.
3400         Compute the address of the saved registers relative to the
3401         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3402         in use in this frame.
3403
3404 2002-06-18  Don Howard  <dhoward@redhat.com>
3405  
3406         * valops.c (value_ind): Use value_at_lazy() when dereferencing
3407         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
3408         suggesting this solution.
3409
3410 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
3411
3412         * config/romp/xm-rtbsd.h: Delete file.
3413         * config/romp/rtbsd.mh: Delete file.
3414
3415 2002-06-18  Keith Seitz  <keiths@redhat.com>
3416
3417         * breakpoint.c (condition_command): Post breakpoint_modify
3418         when a condition is added to an existing breakpoint.
3419         (commands_command): Likewise for commands.
3420         (set_ignore_count): Likewise for ignore counts.
3421         If no tty, do not simply return, still need to send event
3422         notification.
3423         (ignore_command): Only print a newline if the command came
3424         from a tty.
3425         Don't call breakpoints_changed, since this is now properly
3426         handled by set_ignore_count.
3427
3428 2002-06-18  Andrew Cagney  <cagney@redhat.com>
3429
3430         * MAINTAINERS: Note that cris-elf target can be compiled with
3431         -Werror.
3432         * cris-tdep.c (cris_register_name): Make return type constant.
3433         (cris_breakpoint_from_pc): Ditto.
3434
3435 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
3436
3437         * frame.h (struct frame_info): Change type of context to 
3438         'struct context'.
3439
3440 2002-06-17  Andrew Cagney  <cagney@redhat.com>
3441
3442         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3443         pointer.
3444         * gdbarch.h, gdbarch.c: Regenerate.
3445         * config/mips/tm-mips.h (mips_register_name): Update.
3446         * i386-tdep.h (i386_register_name): Update.
3447         * mips-tdep.c (mips_register_name): Update
3448         * alpha-tdep.c (alpha_register_name): Update.
3449         * arch-utils.c (legacy_register_name): Update.
3450         * arch-utils.h (legacy_register_name): Update.
3451         * avr-tdep.c (avr_register_name): Update.
3452         * ia64-tdep.c (ia64_register_name): Update.
3453         * i386-tdep.c (i386_register_name): Update.
3454         * sparc-tdep.c (sparc32_register_name): Update.
3455         (sparc64_register_name): Update.
3456         (sparclite_register_name): Update.
3457         (sparclet_register_name): Update.
3458         * sh-tdep.c (sh_generic_register_name): Update.
3459         (sh_sh_register_name): Update.
3460         (sh_sh3_register_name): Update.
3461         (sh_sh3e_register_name): Update.
3462         (sh_sh_dsp_register_name): Update.
3463         (sh_sh3_dsp_register_name): Update.
3464         (sh_sh4_register_name): Update.
3465         (sh_sh64_register_name): Update.
3466         * s390-tdep.c (s390_register_name): Update.
3467         * rs6000-tdep.c (rs6000_register_name): Update.
3468         * ns32k-tdep.c (ns32k_register_name_32082): Update.
3469         (ns32k_register_name_32382): Update.
3470         * d10v-tdep.c (d10v_ts2_register_name): Update.
3471         (d10v_ts3_register_name): Update.
3472         * xstormy16-tdep.c (xstormy16_register_name): Update.
3473         * vax-tdep.c (vax_register_name): Update.
3474         * v850-tdep.c (v850_register_name): Update.
3475         * m68hc11-tdep.c (m68hc11_register_name): Update.
3476         * mn10300-tdep.c (mn10300_generic_register_name): Update.
3477         (am33_register_name): Update.
3478
3479 2002-06-17  Grace Sainsbury  <graces@redhat.com>
3480
3481         * m68k-tdep.c: Reindented.
3482
3483 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
3484
3485         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3486         list of predefined types.
3487
3488 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
3489
3490         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3491         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3492         REGISTER_CONVERT_TO_RAW): Remove defines.
3493         (i386_register_virtual_type, i386_register_convertible,
3494         i386_register_convert_to_virtual, i386_register_convert_to_raw):
3495         Remove prototypes.
3496         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3497         macros mentioned above.
3498
3499         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3500         (i386lynx_saved_pc_after_call): Remove prototype.
3501         * i386ly-tdep.c: Include "i386-tdep.h".
3502         (i386lynx_saved_pc_after_call): Make static.  Use
3503         read_memory_nobpt instead of read_memory.  Use
3504         read_memory_unsigned_integer instead of read_memory_integer.
3505         (i386lynx_init_abi): New function.
3506         (i386lynx_coff_osabi_sniffer): New function.
3507         (_initialize_i386bsd_tdep): New function.
3508
3509         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3510         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3511         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3512         (i386_fix_call_dummy): Remove prototype.
3513         * i386-tdep.c (i386_call_dummy_words): New variable.
3514         (i386_gdbarch_init): Adjust for removal of the
3515         macros mentioned above.
3516
3517 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3518
3519         * command.h (add_setshow_auto_boolean_cmd): Replace
3520         add_set_auto_boolean_cmd.
3521         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3522         add_set_auto_boolean_cmd.
3523         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3524         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3525         mask-address'' command.
3526         (show_mask_address): Add cmd parameter.
3527         * remote.c (add_packet_config_cmd): Update.  Change type of
3528         set_func and show_func to cmd_sfunc_ftype.
3529         (_initialize_remote): Update `set remote Z-packet'
3530         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3531         (show_remote_protocol_e_packet_cmd): Ditto.
3532         (show_remote_protocol_E_packet_cmd): Ditto.
3533         (show_remote_protocol_P_packet_cmd): Ditto.
3534         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3535         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3536         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3537         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3538         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3539         (show_remote_protocol_Z_packet_cmd): Ditto.
3540         (show_remote_protocol_binary_download_cmd): Ditto.
3541         (show_remote_cmd): Pass NULL to all of above.
3542
3543 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3544
3545         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3546         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3547         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3548         POP_FRAME): Remove defines.
3549         (i386_push_arguments, i386_store_struct_return,
3550         i386_extract_return_value, i386_store_return_value,
3551         i386_extract_struct_value_address, i386_push_dummy_frame,
3552         i386_pop_frame): Renove prototypes.
3553         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3554         macros mentioned above.
3555
3556 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3557
3558         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3559         add_set_boolean_cmd.
3560         (add_setshow_cmd): New function.
3561         * command.h (add_setshow_boolean_cmd): Replace
3562         add_set_boolean_cmd.
3563         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3564         and ``set rdiromatzero''.
3565         * maint.c (_initialize_maint_cmds): Update commented out code.
3566         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3567         * target.c (initialize_targets): Update `set
3568         trust-readonly-sections'.
3569         * remote.c (_initialize_remote): Update `set remotebreak'.
3570
3571 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3572
3573         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3574         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3575         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3576         fit into multi-arch framework.
3577         (i386_breakpoint_from_pc): New function.
3578         (i386_gdbarch_init): Adjust for removal of the macros mentioned
3579         above.
3580
3581         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3582         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3583         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3584         (i386_frameless_function_invocation, i386_frame_num_args,
3585         i386_frame_init_saved_regs): Remove prototypes.
3586         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3587         macros mentioned above.
3588
3589 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3590
3591         * cli/cli-decode.c (set_cmd_cfunc): Update.
3592         (set_cmd_sfunc): Update.
3593         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3594         (set_cmd_sfunc, set_cmd_cfunc): Update.
3595         * cli/cli-decode.h: Update.
3596
3597 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3598
3599         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3600         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3601
3602 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3603
3604         * defs.h (auto_boolean): Declare enum.
3605         * command.h (cmd_auto_boolean): Delete enum.
3606         * mips-tdep.c (mask_address_var): Update.
3607         (mips_mask_address_p): Update.
3608         (show_mask_address): Update.
3609         * remote.c (struct packet_config): Update.
3610         (update_packet_config): Update.
3611         (show_packet_config_cmd): Update.
3612         (packet_ok): Update.
3613         (add_packet_config_cmd): Update.
3614         (_initialize_remote): 
3615         * command.h: Update.
3616         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3617         (do_setshow_command): Update.
3618         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3619         * cli/cli-decode.h: Update.
3620
3621 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3622
3623         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3624         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3625         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3626         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3627         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3628         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3629
3630         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3631         list of DJGPP COFF targets.
3632
3633         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3634         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3635         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3636         (FP0_REGNUM): Remove define.
3637         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3638         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3639         (i386_register_virtual_size): Remove protoype.
3640         * i386-tdep.c (i386_register_virtual_size): Removed.
3641         (i386_extract_return_value, i386_store_return_value): Use
3642         FP0_REGNUM instead of NUM_FREGS to determine whether the
3643         floating-point registers are available.
3644         (i386_gdbarch_init): Tweak FIXME about FPU registers.
3645         Adjust for removal of macros mentioned above.
3646
3647 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3648
3649         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
3650         comments.
3651         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3652         Remove prototypes.
3653         (supply_gregset, fill_gregset): Remove use of register keyword and
3654         remove declaration for regmap.  Use I386_NUM_GREGS instead of
3655         NUM_REGS and NUM_FREGS.
3656         (FPREGSET_FSAVE_OFFSET): Remove.
3657         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3658         NUM_FREGS to determine whether the floating-point registers are
3659         available.
3660
3661         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3662         gnu_store_registers): Replace usage of NUM_GREGS with
3663         I386_NUM_GREGS.
3664
3665         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3666         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3667         usage of NUM_GREGS with I386_NUM_GREGS.
3668
3669         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3670
3671         * i386bsd-nat.c: Include "i386-tdep.h".
3672         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3673         I386_NUM_GREGS.
3674
3675         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3676         and associated comment.  They no longer make any sense, since we
3677         don't use this file anymore on Linux.
3678
3679         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3680         * i386-tdep.c (i386_register_offset, i386_register_size): Use
3681         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3682         elements in these arrays.
3683         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3684         MAX_NUM_REGS.
3685
3686 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3687
3688         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3689         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3690
3691 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3692
3693         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3694         EXTRACT_RETURN_VALUE.
3695         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3696         EXTRACT_STRUCT_VALUE_ADDRESS.
3697         * gdbarch.h, gdbarch.c: Regenerate.
3698         
3699         * values.c (value_being_returned): Handle
3700         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3701         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3702
3703         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
3704         * arm-tdep.c (arm_gdbarch_init): Update.
3705         * avr-tdep.c (avr_gdbarch_init): Update.
3706         * cris-tdep.c (cris_gdbarch_init): Update.
3707         * d10v-tdep.c (d10v_gdbarch_init): Update.
3708         * ia64-tdep.c (ia64_gdbarch_init): Update.
3709         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3710         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3711         * s390-tdep.c (s390_gdbarch_init): Update.
3712         * sh-tdep.c (sh_gdbarch_init): Update.
3713         * s390-tdep.c (s390_gdbarch_init): Update.
3714         * sparc-tdep.c (sparc_gdbarch_init): Update.
3715         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3716         * v850-tdep.c (v850_gdbarch_init): Update.
3717         * vax-tdep.c (vax_gdbarch_init): Update.
3718         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3719         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3720
3721         * config/arc/tm-arc.h: Update.
3722         * config/d30v/tm-d30v.h: Update.
3723         * config/fr30/tm-fr30.h: Update.
3724         * config/h8300/tm-h8300.h: Update.
3725         * config/h8500/tm-h8500.h: Update.
3726         * config/i386/tm-i386.h: Update.
3727         * config/i386/tm-ptx.h: Update.
3728         * config/i386/tm-symmetry.h: Update.
3729         * config/i960/tm-i960.h: Update.
3730         * config/m32r/tm-m32r.h: Update.
3731         * config/m68k/tm-delta68.h: Update.
3732         * config/m68k/tm-linux.h: Update.
3733         * config/m68k/tm-m68k.h: Update.
3734         * config/m88k/tm-m88k.h: Update.
3735         * config/mcore/tm-mcore.h: Update.
3736         * config/mips/tm-mips.h: Update.
3737         * config/mn10200/tm-mn10200.h: Update.
3738         * config/pa/tm-hppa.h: Update.
3739         * config/pa/tm-hppa64.h: Update.
3740         * config/sparc/tm-sp64.h: Update.
3741         * config/sparc/tm-sparc.h: Update.
3742         * config/sparc/tm-sparclet.h: Update.
3743         * config/z8k/tm-z8k.h: Update.
3744
3745 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3746
3747         * Makefile.in (i386_linux_tdep_h): Define.
3748         (i386_tdep_h, i387_tdep_h): Define.
3749         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3750         $(i386_tdep_h) and $(i387_tdep_h).
3751         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3752
3753 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
3754
3755         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3756         Already covered by the default.
3757
3758         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3759         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
3760         (i386_gdbarch_init): Initialize long_double_format and long_double
3761         bit.
3762
3763         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3764         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
3765         Move these to ...
3766         * config/i386/i386sol2.mh: ... here.
3767         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3768         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3769         (SIGCONTEXT_PC_OFFSET): Remove define.
3770         (IN_SIGTRAMP): Remove define.
3771         * i386-sol2-tdep.c: New file.
3772         
3773         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3774         * config/i386/tm-i386nw.h: Removed.
3775
3776         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3777         USE_STRUCT_CONVENTION): Remove defines.
3778         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3779         (get_longjmp_target): Remove prototype.
3780         (IN_SIGTRAMP): Remove define.
3781         (i386bsd_in_sigtramp): Remove prototype.
3782         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3783         function.  Update comment accordingly
3784         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3785         (FRAME_SAVED_PC): Remove define.
3786         (i386bsd_frame_saved_pc): Remove prototype.
3787         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3788         GET_LONGJMP_TARGET): Remove defines.
3789         (get_longjmp_target): Remove prototype.
3790         (IN_SIGTRAMP): Remove define.
3791         (i386bsd_in_sigtramp): Remove prototype.
3792         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3793         function.  Update comment accordingly
3794         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3795         (FRAME_SAVED_PC): Remove define.
3796         (i386bsd_frame_saved_pc): Remove prototype.
3797         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3798         Remove prototype.
3799         (USE_STRUCT_CONVENTION): Remove prototype.
3800         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3801         declaration.
3802         (_initialize_i386bsd_nat): Revise logic to determine some
3803         constants at compile time when compiling a native GDB.  Warn if
3804         things don't match up with what we expect.
3805         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3806         Remove variables.
3807         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
3808         to use date stored in `struct gdbarch_tdep'.
3809         (i386bsd_sigcontext_offset): Remove varaible.
3810         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
3811         stored in `struct gdbarch_tdep'.
3812         (i386bsd_frame_saved_pc): Make static.
3813         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3814         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3815         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3816         i386fbsd4_sc_pc_offset): New variables.
3817         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3818         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3819         functions.
3820         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3821         functions.
3822         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3823         Modify the value of i386fbsd_sigtramp_start and
3824         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3825         i386fbsd_sigtramp_end.
3826         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3827         function.
3828
3829         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3830         define to i386-linux-tdep.h.
3831         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3832         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3833         defines.
3834         (i386_linux_register_name, i386_linux_register_byte,
3835         i386_linux_register_raw_size): Remove prototypes.
3836         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3837         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3838         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3839         TARGET_WRITE_PC): Remove defines.
3840         (i386_linux_in_sigtramp, i386_linux_frame_chain,
3841         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3842         i386_linux_write_pc): Remove prototypes.
3843         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3844         (get_longjmp_target): Remove prototype.
3845         * i386-linux-tdep.h: New file.
3846         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3847         * i386-linux-tdep.c: Include "i386-tdep.h" and
3848         "i386-linux-tdep.h".
3849         (i386_linux_register_name, i386_linux_register_byte,
3850         i386_linux_register_raw_size, i386_linux_in_sigtramp,
3851         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3852         Make static.
3853         (i386_linux_init_abi): New function.
3854         (_initialize_i386_linux_tdep): New function.
3855
3856         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3857         (i386_saved_pc_after_call): Remove prototype.
3858         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3859         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3860         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3861         (i386_register_name, i386_stab_reg_to_regnum,
3862         i386_dwarf_reg_to_regnum): Remove prototypes.
3863         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3864         SIZEOF_SSE_REGS): Remove defines.
3865         (REGISTER_BYTES): Remove define.
3866         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3867         (i386_register_byte, i386_register_raw_size): Remove prototypes.
3868         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3869         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3870         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3871         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3872         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3873         (get_longjmp_target): Remove prototype.
3874         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3875         (sigtramp_saved_pc): Remove define.
3876         (i386v4_sigtramp_saved_pc): Remove prototype.
3877         * config/i386/tm-go32.h (FRAME_CHAIN,
3878         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3879         (i386go32_frame_saved_pc): Remove prototype.
3880         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3881         (get_longjmp_target): Remove prototype.
3882         * i386-tdep.h: Include "osabi.h".
3883         (enum i386_abi): Removed.
3884         (enum struct_return): New enum.
3885         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3886         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3887         sc_pc_offset members.
3888         (i386_gdbarch_register_os_abi): Remove prototype.
3889         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3890         I386_SSE_NUM_REGS): New defines.
3891         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3892         I386_SSE_SIZEOF_REGS): New defines.
3893         (i386_register_name, i386_register_byte, i386_register_raw_size):
3894         New prototypes.
3895         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3896         (i386bsd_sigtramp_saved_pc): New prototype.
3897         * i386-tdep.c: Don't include "elf-bfd.h".
3898         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3899         i386_frame_chain, i386_saved_pc_after_call): Make static.
3900         (i386_frame_saved_pc): Rewrite to call architecture dependent
3901         function to deal with signal handlers.  Make static.
3902         (i386go32_frame_saved_pc): Removed.
3903         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3904         Removed.
3905         (i386_get_longjmp_target): New function.
3906         (default_struct_convention, pcc_struct_convention,
3907         reg_struct_convention, valid_conventions, struct_convention): New
3908         variables.
3909         (i386_use_struct_convention): New function.
3910         (i386v4_sigtramp_saved_pc): Renamed to
3911         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
3912         (i386_pc_in_sigtramp): New function.
3913         (i386_abi_names): Removed.
3914         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3915         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3916         Removed.
3917         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3918         i386_gdbarch_register_os_abi): Removed.
3919         (struct i386_abi_handler): Removed.
3920         (i386_abi_handler_list): Removed.
3921         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3922         functions.
3923         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3924         i386_nw_init_abi): New functions.
3925         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3926         Use set_gdbarch_xxx() calls instead of relying on macros for a
3927         number of calls.
3928         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3929         (_initialize_i386_tdep): Add new 'struct-convcention' command.
3930         Register the various architecture variants defined in this file.
3931
3932 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
3933
3934         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3935         (struct main_type): Remove arg_types member.  Update comments for
3936         struct field.
3937         (TYPE_ARG_TYPES): Remove.
3938         (TYPE_FN_FIELD_ARGS): Update.
3939         (smash_to_method_type): Update prototype.
3940
3941         * c-typeprint.c (cp_type_print_method_args): Take method type
3942         instead of argument list.  Use new argument layout.  Simplify.
3943         (c_type_print_args): Use new argument layout.  Simplify.
3944         (c_type_print_base): Update call to cp_type_print_method_args.
3945         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3946         argument; use die->type instead.  Update call to
3947         smash_to_method_type.
3948         (read_structure_scope): Update call to dwarf2_add_member_fn.
3949         * gdbtypes.c (allocate_stub_method): Update comment.
3950         (smash_to_method_type): Take new NARGS and VARARGS arguments.
3951         Use new argument layout.
3952         (check_stub_method): Use new argument layout.  Don't count
3953         void as an argument.
3954         (print_arg_types): Update comments.  Use new argument layout.
3955         (recursive_dump_type): Don't print arg_types member.
3956         * hpread.c (hpread_read_struct_type): Use new argument layout.
3957         (fixup_class_method_type): Likewise.
3958         (hpread_type_lookup): Likewise.
3959         * stabsread.c (read_type): Update calls to read_args and
3960         smash_to_method_type.
3961         (read_args): Use new argument layout.  Simplify.
3962         * valops.c (typecmp): Use new argument layout.  Update parameters
3963         and comments.  Simplify.
3964         (hand_function_call): Use new argument layout.
3965         (search_struct_method): Update call to typecmp.
3966         (find_overload_match): Use new argument layout.
3967
3968 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3969
3970         * NEWS: Mention multithreaded debug support for gdbserver.
3971
3972 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3973
3974         * MAINTAINERS: Mention NEWS.
3975
3976 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
3977
3978         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3979         (struct mips_objfile_private, compare_pdr_entries): New.
3980         (non_heuristic_proc_desc): Read the ".pdr" section if it
3981         is present.
3982
3983 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
3984
3985         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3986         (arm_debug): New static variable.
3987         (_initialize_arm_tdep): Add ``set debug arm'' command.
3988
3989 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
3990
3991         * Makefile.in (sim_arm_h): Define.
3992         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3993         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3994         (arm_register_sim_regno): New function, map an internal REGNUM
3995         onto a simulator register number.
3996         (arm_gdbarch_init): Set register_sim_regno.
3997
3998 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
3999
4000         * MAINTAINERS: Add self.
4001
4002 2002-06-11  Jim Blandy  <jimb@redhat.com>
4003
4004         * source.c (source_info): Mention whether the symtab has
4005         information about preprocessor macros.
4006
4007         Call the command `info macro', not `show macro'.
4008         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4009         Fix error message.
4010         (_initialize_macrocmd): Register `info_macro_command' in
4011         `infolist', not `showlist'.
4012
4013 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
4014
4015         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4016         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4017         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4018         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4019         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
4020         unconditionally.
4021         (set_mipsfpu_single_command, set_mipsfpu_double_command)
4022         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4023         (_initialize_mips_tdep): Remove dead code.
4024         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4025         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4026         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4027         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4028         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4029         MIPS_LAST_FP_ARG_REGNUM): Remove.
4030
4031 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
4032
4033         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4034         (unwind_tmp_obstack_free, parse_frame_info)
4035         (update_context, cfi_read_fp, cfi_write_fp)
4036         (cfi_frame_chain, cfi_init_extra_frame_info)
4037         (cfi_virtual_frame_pointer): Use the above function.
4038         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4039
4040 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
4041
4042         * v850-tdep.c (v850_type_is_scalar): New function.
4043         (v850_use_struct_convention): Match current gcc implementation
4044         as close as possible.
4045         (v850_push_arguments): Fix stack_offset handling.  Don't write
4046         struct_addr into register.  This is done by v850_store_struct_return.
4047         (v850_extract_return_value): Care for structs.
4048         (v850_store_return_value): Ditto.
4049         (v850_store_struct_return): Actually write address.
4050
4051 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
4052
4053         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4054         without debug information too.
4055
4056 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
4057
4058         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4059         Make multi-arch pure.
4060         * gdbarch.h, gdbarch.c: Re-generate.
4061         * arm-tdep.c (arm_print_float_info): Update.
4062         * arch-utils.h (default_print_float_info): Update.
4063         * arch-utils.c (default_print_float_info): Update.
4064         * infcmd.c (float_info): Update call.
4065
4066 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
4067
4068         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4069         the front of the initialize list.
4070
4071 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
4072
4073         * infrun.c (struct inferior_status): Replace fields
4074         selected_frame_address and selected_level with field
4075         selected_frame_id.
4076         (save_inferior_status): Update.  Use get_frame_id.
4077         (struct restore_selected_frame_args): Delete.
4078         (restore_selected_frame): Update.  Use frame_find_by_id.
4079         (restore_inferior_status): Update.
4080
4081         * breakpoint.h (struct breakpoint): Change type of
4082         watchpoint_frame to frame_id.
4083         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
4084         call to get_current_frame.
4085         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
4086         get_current_frame.
4087         (watchpoint_check): Use frame_find_by_id.
4088
4089         * frame.h (record_selected_frame): Delete declaration.
4090         * stack.c (record_selected_frame): Delete function.
4091         
4092         * frame.h (struct frame_id): Define.
4093         (get_frame_id): Declare.
4094         (frame_find_by_id): Declare.
4095         * frame.c (frame_find_by_id): New function.
4096         (get_frame_id): New function.
4097
4098 2002-06-10  Andrey Volkov <avolkov@transas.com>
4099
4100         * ser-e7kpc.c: Fix duplicated define and call of 
4101         _initialize_ser_e7000pc
4102             
4103 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
4104
4105         * signals/signals.c (target_signal_from_host): Fix #ifdef
4106         SIGRTMIN case.
4107         (do_target_signal_to_host): Likewise.
4108
4109 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
4110
4111         * mips-tdep.c (mips_find_abi_section): New function.
4112         (mips_gdbarch_init): Call it.
4113
4114 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4115
4116         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4117         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
4118         after Andrew's 2002-06-08 gdbarch change.
4119
4120 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4121
4122         * i386-linux-nat.c (suppy_gregset): Don't supply
4123         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4124         register cache.
4125         (fill_gregset): Don't fetch it under the same circumstances.
4126
4127 2002-06-09  Andrew Cagney  <cagney@redhat.com>
4128
4129         * Makefile.in (callback_h): Define.
4130         (remote_sim_h): Update path to remote-sim.h.
4131         (remote-rdp.o): Add $(callback_h).
4132         (remote-sim.o): Use $(callback_h).
4133         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4134         * remote-rdp.c: Include "gdb/callback.h".
4135
4136 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4137
4138         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4139         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4140
4141 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4142
4143         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4144         * rdi-share/serpardr.c: Ditto.
4145         * rdi-share/unixcomm.c: Ditto.
4146         * rdi-share/serdrv.c: Ditto.
4147         * rdi-share/hostchan.h: Ditto.
4148         * rdi-share/hostchan.c: Ditto.
4149         * rdi-share/host.h: Ditto.
4150         * rdi-share/devsw.c: Ditto.
4151
4152         * objfiles.h: Change type of obj_private to void pointer.
4153         * pa64solib.c: Update copyright.  Don't include "assert.h", use
4154         strcmp instead of STREQ, use LONGEST, do not use PTR
4155         * somsolib.c: Ditto.
4156
4157         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4158         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4159         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4160
4161 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4162
4163         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4164         (default_get_saved_register): Delete function.
4165         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4166         generic_unwind_get_saved_register.
4167         * gdbarch.h, gdbarch.c: Re-generate.
4168         
4169 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4170
4171         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4172         generic_func_frame_chain_valid.
4173         * gdbarch.h, gdbarch.c: Re-generate.
4174         * blockframe.c (generic_func_frame_chain_valid): Only check
4175         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
4176         passing FP to PC_IN_CALL_DUMMY.
4177         Fix PR gdb/360.
4178
4179 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4180
4181         * gdbarch.sh (struct gdbarch_data): Add field init_p.
4182         (register_gdbarch_data): Initialize init_p.
4183         (gdbarch_data): Initialize data pointer using the init function.
4184         (init_gdbarch_data): Delete function.
4185         (gdbarch_update_p): Update.
4186         (initialize_non_multiarch): Update.
4187         (struct gdbarch): Add field initialized_p.
4188         * gdbarch.h, gdbarch.c: Re-generate.
4189
4190 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
4191
4192         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4193         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4194         better do the things actually here.
4195         * x86-64-tdep.c (x86_64_register_name2nr): New.
4196         (x86_64_register_name): Renamed to x86_64_register_nr2name.
4197         (x86_64_gdbarch_init): Respect the above change.
4198         * x86-64-tdep.h (x86_64_register_name2nr)
4199         (x86_64_register_nr2name): Add prototypes.
4200         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4201
4202 2002-06-06  Michael Snyder  <msnyder@redhat.com>
4203
4204         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4205         Delete extra braces and re-indent.
4206         (d10v_store_return_value): Char return values
4207         must be shifted over by one byte in R0.
4208         (d10v_extract_return_value): Delete extra braces, re-indent.
4209
4210 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
4211
4212         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4213         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4214         (d10v_integer_to_address): Rewrite.
4215         (d10v_frame_init_saved_regs): When reading fp and sp registers use
4216         the d10v specific functions which take care of converting to the
4217         correct space.
4218
4219 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
4220
4221         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4222         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4223
4224 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
4225
4226         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4227         includes.
4228         * config/tm-linux.h: Ditto.
4229         * config/alpha/tm-alphalinux.h: Ditto.
4230         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4231         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4232         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4233         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4234         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4235         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4236         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4237         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4238         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4239         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4240         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4241         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4242         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4243         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4244         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4245         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4246         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4247         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4248         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4249         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4250         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4251         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4252         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4253         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4254         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4255         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4256         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4257         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4258         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4259         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4260         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4261         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4262         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4263         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4264         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4265         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4266         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4267
4268 2002-05-04  Aidan Skinner <aidan@velvet.net>
4269
4270         * ada-exp.tab.c: New file
4271         * ada-exp.y: New file
4272         * ada-lang.c: New file
4273         * ada-lang.h: New file
4274         * ada-lex.c: New file
4275         * ada-lex.l: New file
4276         * ada-tasks.c: New file
4277         * ada-typeprint.c: New file
4278         * ada-valprint.c: New file
4279         
4280 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
4281
4282         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4283         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4284
4285 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
4286
4287         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4288         insetead of ppc-linux-tdep.o.
4289         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4290         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4291
4292 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
4293
4294         2002-05-07 Christian Groessler <chris@groessler.org>
4295         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4296         bit register contents for little endian hosts.
4297
4298 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4299
4300         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4301         any maintainer.
4302
4303 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4304
4305         * gdbarch.h: Regenerate.
4306
4307 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4308
4309         * MAINTAINERS: Add everyone to write-after-approval list.
4310
4311 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4312
4313         * stack.c (frame_info): Use frame_register_unwind instead of
4314         saved_regs.  Mention when the SP is on the stack or in a register.
4315
4316         * frame.h (frame_register_unwind_ftype): Define.  Document.
4317         (struct frame_info): Add field register_unwind and
4318         register_unwind_cache.
4319         (frame_register_unwind): Declare.
4320         (generic_unwind_get_saved_register): Declare.
4321
4322         * frame.c (frame_register_unwind): New function.
4323         (generic_unwind_get_saved_register): New function.
4324
4325         * blockframe.c (generic_call_dummy_register_unwind): New function.
4326         (frame_saved_regs_register_unwind): New function.
4327         (set_unwind_by_pc): New function.
4328         (create_new_frame): New function.
4329         (get_prev_frame): New function.
4330
4331 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
4332
4333         * a29k-share/: Delete directory.
4334         * remote-vx29k.c: Delete file.
4335
4336 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4337
4338         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4339         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4340
4341 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4342
4343         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4344         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4345         (sparc64nbsd-nat.o)
4346         (sparcnbsd-nat.o)
4347         (sparcnbsd-tdep.o): New dependency lists.
4348         * NEWS: Note new UltraSPARC NetBSD native configuration.
4349         * configure.host (sparc64-*-netbsd*): New host.
4350         * configure.tgt (sparc-*-netbsdelf*)
4351         (sparc-*-netbsd*): Set gdb_target to nbsd.
4352         (sparc64-*-netbsd*): New target.
4353         * sparc64nbsd-nat.c: New file.
4354         * sparcnbsd-nat.c: New file.
4355         * sparcnbsd-tdep.c: New file.
4356         * sparcnbsd-tdep.h: New file.
4357         * config/sparc/nbsd.mt: New file.
4358         * config/sparc/nbsd64.mh: New file.
4359         * config/sparc/nbsd64.mt: New file.
4360         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4361         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4362         (HOST_IPC): Remove.
4363         * config/sparc/nbsdaout.mt: Remove.
4364         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4365         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4366         (HOST_IPC): Remove.
4367         * config/sparc/nbsdelf.mt: Remove.
4368         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
4369         sparc-nat.c compatiblity defines.
4370         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
4371         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4372         * config/sparc/tm-nbsd64.h: New file.
4373         * config/sparc/tm-nbsdaout.h: Remove.
4374         * config/sparc/xm-nbsd.h: Remove.
4375
4376 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4377
4378         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4379         * sparc-tdep.c: Include osabi.h.
4380         (gdbarch_tdep): Add osabi member.
4381         (_initialize_sparc_tdep): Use gdbarch_register.
4382         (sparc_gdbarch_init): Use generic OS ABI framework.
4383         (sparc_dump_tdep): New function.
4384
4385 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
4386
4387         * corefile.c (do_captured_read_memory_integer): Return non-zero
4388         result.
4389         (safe_read_memory_integer): Copy result of memory read when
4390         status is non-zero.  Also, add comments.
4391
4392 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
4393
4394         * Makefile.in (ppc_tdep_h): Define.
4395         (ppc-linux-nat.o)
4396         (ppc-linux-tdep.o)
4397         (rs6000-tdep.o): Use $(ppc_tdep_h).
4398         (ppc-sysv-tdep.o)
4399         (ppcnbsd-nat.o)
4400         (ppcnbsd-tdep.o): New dependency lists.
4401         * ppc-tdep.h: Use generic OS ABI framework.
4402         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4403         (ppc_linux_init_abi): New functions.
4404         (ppc_sysv_abi_broken_use_struct_convention)
4405         (ppc_sysv_abi_use_struct_convention)
4406         (ppc_sysv_abi_push_arguments): Move to...
4407         * ppc-sysv-tdep.c: ...here.
4408         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4409         * rs6000-tdep.c (process_note_abi_tag_sections)
4410         (get_elfosabi): Remove.
4411         (rs6000_gdbarch_init): Use generic OS ABI framework.
4412         (rs6000_dump_tdep): New function.
4413         (_initialize_rs6000_tdep): Use gdbarch_register.
4414         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4415         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4416         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4417         of ppc-linux-tdep.o.
4418         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4419         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4420         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4421         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4422         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4423         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4424
4425 2002-05-29  Jim Blandy  <jimb@redhat.com>
4426
4427         * macroscope.c (default_macro_scope): Put `void' in empty argument
4428         list.
4429
4430 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
4431
4432         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4433         * arch-utils.c: Include "sim-regno.h".
4434         * gdbarch.sh: Don't include "sim-regno.h".
4435         * gdbarch.h, gdbarch.c: Regenerate.
4436         * sim-regno.h (legacy_register_sim_regno): Move declaration from
4437         here.
4438         * arch-utils.h (legacy_register_sim_regno): To here.
4439         * remote-sim.c (legacy_register_sim_regno): Move function from
4440         here.
4441         * arch-utils.c (legacy_register_sim_regno): To here.
4442
4443 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4444
4445         * sim-regno.h: New file.
4446         * Makefile.in (sim_regno_h): Define.
4447         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4448         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4449         (legacy_register_sim_regno): New function.
4450         (one2one_register_sim_regno): New function.
4451         (gdbsim_fetch_register): Rewrite.
4452         (gdbsim_store_register): Only store a register when
4453         REGISTER_SIM_REGNO is valid.
4454         * d10v-tdep.c: Include "sim-regno.h".
4455         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4456         (d10v_ts3_register_sim_regno): Ditto.
4457         * gdbarch.sh: Include "sim-regno.h".
4458         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4459         * gdbarch.h, gdbarch.c: Regenerate.
4460         * arch-utils.h (default_register_sim_regno): Delete declaration.
4461         * arch-utils.c (default_register_sim_regno): Delete function.
4462
4463 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
4464
4465         * ppcnbsd-nat.c: Rewrite.
4466         * ppcnbsd-tdep.c: New file.
4467         * ppcnbsd-tdep.h: New file.
4468         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4469         solib.o, and solib-svr4.o.
4470         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4471         nbsd-tdep.o, and corelow.o.
4472
4473 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4474
4475         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4476         `tr' and `sed'.  Mention that `broken' targets are not expected to
4477         build.
4478
4479 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
4480
4481         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4482         Let PC point right after the prologue before looking up symbols.
4483         
4484 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
4485
4486         * i386-tdep.c (i386_register_virtual_type): Return 
4487         builtin_type_vec128i for SSE registers.
4488
4489         * gdbtypes.h (builtin_type_vec128i): Declare.
4490
4491         * gdbtypes.c (build_builtin_type_vec128i): New function.
4492         (builtin_type_v2_double, builtin_type_v4_int64): New types.
4493         (builtin_type_vec128i): New type for SSE2 128-bit registers.
4494         (build_gdbtypes): Initialize new builtin vector types.
4495         (_initialize_gdbtypes): Register new vector types with gdbarch.
4496
4497 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4498
4499         * MAINTAINERS: ns32k is not longer an obsolete candidate,
4500         since it has been multi-arch'd.
4501         * NEWS: Note that ns32k-*-* is now partial multi-arch.
4502         Move Alpha and VAX multi-arch news entries to same section
4503         as other multi-arch news.
4504
4505 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4506
4507         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4508         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
4509         static.  Rename some register numbers to put them in ns32k-tdep
4510         private namespace.
4511         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4512         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4513         functions.
4514         (_initialize_ns32k_tdep): Use gdbarch_register.
4515         * ns32k-tdep.h: New file.
4516         * ns32knbsd-tdep.c: New file.
4517         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4518         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4519         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4520         REGISTER_BYTES, REGISTER_BYTE): Remove.
4521         * config/ns32k/tm-ns32k.h: New file.
4522         * config/ns32k/tm-umax.h: Remove.
4523
4524 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4525
4526         * ns32k-tdep.c (ns32k_saved_pc_after_call,
4527         ns32k_store_struct_return, ns32k_extract_return_value,
4528         ns32k_store_return_value, ns32k_extract_struct_value_address): New
4529         functions.
4530         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4531         ns32k_saved_pc_after_call.
4532         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4533         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4534         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4535         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4536         ns32k_extract_struct_value_address.
4537
4538 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4539
4540         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4541         ns32k_fix_call_dummy): New.
4542         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4543         ns32k_call_dummy_words.
4544         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4545         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4546         CALL_DUMMY_NARGS): Remove.
4547         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4548
4549 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4550
4551         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4552         ns32k_frame_saved_pc, ns32k_frame_args_address,
4553         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4554         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4555         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4556         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4557         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4558         (BREAKPOINT): Remove..
4559         (FRAME_CHAIN): Define as ns32k_frame_chain.
4560         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4561         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4562         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4563         (FRAME_FIND_SAVED_REGS): Remove.
4564         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4565         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4566         (POP_FRAME): Define as ns32k_pop_frame.
4567
4568 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4569
4570         * ns32k-tdep.c (ns32k_register_byte_32082,
4571         ns32k_register_byte_32382, ns32k_register_raw_size,
4572         ns32k_register_virtual_size, ns32k_register_virtual_type): New
4573         functions.
4574         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4575         ns32k_register_byte_32382.
4576         * config/ns32k/tm-umax.h: Update copyright years.
4577         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4578         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4579         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4580         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4581         (ns32k_get_enter_addr): Fix prototype.
4582
4583 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4584
4585         * ns32k-tdep.c: Update copyright years.
4586         (ns32k_register_name_32082): New function.
4587         (ns32k_register_name_32382): Ditto.
4588         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4589         (REGISTER_NAME): Define as ns32k_register_name_32382.
4590         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4591         (REGISTER_NAME): Define as ns32k_register_name_32082.
4592
4593 2002-05-24  Jim Blandy  <jimb@redhat.com>
4594
4595         * dwarf2read.c (free_line_header): Use xfree, not free.
4596
4597 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
4598
4599         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4600         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4601
4602 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4603
4604         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4605
4606 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4607
4608         From Ross Alexander at NEC Europe:
4609         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4610
4611 2002-05-23  Michael Snyder  <msnyder@redhat.com>
4612
4613         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4614         for input, rather than parse_and_eval_address.  
4615
4616 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4617
4618         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4619         * Makefile.in (sim_d10v_h): Update definition.
4620
4621 2002-05-24  Andrew Cagney  <cagney@redhat.com>
4622
4623         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4624         change `2002-05-22 Michael Snyder' below.
4625         (d10v_push_arguments): Ditto.
4626         (d10v_extract_return_value): Ditto.
4627
4628 2002-05-23  Jim Blandy  <jimb@redhat.com>
4629
4630         * macrotab.c (check_for_redefinition): Don't complain if the new
4631         definition is the same as the previous one.  Take more arguments
4632         to allow the comparison.
4633         (macro_define_object, macro_define_function): Pass more arguments
4634         to check_for_redefinition.
4635
4636 2002-05-22  Michael Snyder  <msnyder@redhat.com>
4637
4638         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4639         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4640         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4641         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4642         Don't bail if return_pc is PC_IN_CALL_DUMMY.
4643         Add a temp variable to save a call (and a memory read).
4644         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4645         if possible (so that PC_IN_CALL_DUMMY will work).
4646
4647 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
4648
4649         * MAINTAINERS: Remove status `OBSOLETE' from v850.
4650
4651 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
4652
4653         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4654         fde->cie_ptr.
4655         (dwarf2_build_frame_info): Corrected handling of eh_frame.
4656         (dwarf2_build_frame_info): Add offset to fde->initial_location 
4657         so that frames of shared libraries are mapped correctly.
4658         (execute_stack_op): Change type of 'result' from ULONGEST to
4659         CORE_ADDR.
4660         
4661 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4662
4663         * config/alpha/tm-nbsd.h: Include solib.h.
4664
4665 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4666
4667         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4668         assumptions about the host's byte order.
4669
4670 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4671
4672         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4673         to dependency list.
4674         * alphanbsd-tdep.c: Include solib-svr4.h.
4675         * shnbsd-tdep.c: Ditto.
4676
4677 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4678
4679         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4680         nbsd-tdep.h to dependency list.
4681         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4682         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4683         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4684         nbsdaout.mh and nbsdelf.mh consistently.
4685         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4686         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4687         nbsdaout.mt and nbsdelf.mh consistently.
4688         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
4689         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4690         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4691         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
4692         a.out shared library stuff from here...
4693         * config/nm-nbsdaout.h: ...to here.
4694         * config/tm-nbsd.h: Remove.
4695         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4696         * config/arm/nbsd.mh: Remove.
4697         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4698         nbsd-tdep.o.
4699         * config/arm/nbsdaout.mh: New file. 
4700         * config/arm/nbsdelf.mh: New file.
4701         * config/arm/nm-nbsdaout.h: New file.
4702         * config/i386/nbsd.mh: Remove.
4703         * config/i386/nbsd.mt: Remove.
4704         * config/i386/nbsdaout.mh: New file.
4705         * config/i386/nbsdaout.mt: New file.
4706         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4707         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4708         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
4709         i386_register_u_addr): Remove.
4710         * config/i386/nm-nbsdaout.h: New file.
4711         * config/i386/nm-nbsdelf.h: Remove.
4712         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4713         (USE_STRUCT_CONVENTION): Remove.
4714         * config/i386/tm-nbsdaout.h: New file.
4715         * config/i386/tm-nbsdelf.h: Remove.
4716         * config/m68k/nbsd.mh: Remove.
4717         * config/m68k/nbsd.mt: Remove.
4718         * config/m68k/nbsdaout.mh: New file.
4719         * config/m68k/nbsdaout.mt: New file. 
4720         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4721         * config/m68k/nm-nbsdaout.h: New file.
4722         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4723         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4724         * config/ns32k/nbsd.mh: Remove.
4725         * config/ns32k/nbsd.mt: Remove. 
4726         * config/ns32k/nbsdaout.mh: New file.
4727         * config/ns32k/nbsdaout.mt: New file.
4728         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
4729         * config/ns32k/nm-nbsdaout.h: New file.
4730         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
4731         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4732         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4733         (SVR4_SHARED_LIBS): Remove.
4734         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4735         * config/sparc/nbsd.mh: Remove.
4736         * config/sparc/nbsd.mt: Remove.
4737         * config/sparc/nbsdaout.mh: New file.
4738         * config/sparc/nbsdaout.mt: New file.
4739         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4740         * config/sparc/nbsdelf.mt: New file.
4741         * config/sparc/nm-nbsdaout.h: New file.   
4742         * config/sparc/nm-nbsdelf.h: Remove.
4743         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4744         * config/sparc/tm-nbsdaout.h: New file.
4745
4746 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4747
4748         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4749         mipsnbsd-tdep.c
4750         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4751
4752 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4753
4754         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4755         shnbsd-nat.c.
4756         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4757
4758 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4759
4760         * NEWS: Note new MIPS NetBSD native configuration. 
4761         * configure.host (mips*-*-netbsd*): New host. 
4762         * configure.tgt (mips*-*-netbsd*): New target. 
4763         * mipsnbsd-nat.c: New file.
4764         * mipsnbsd-tdep.c: New file.
4765         * mipsnbsd-tdep.h: New file.
4766         * config/mips/nbsd.mh: New file.
4767         * config/mips/nbsd.mt: New file.
4768         * config/mips/nm-nbsd.h: New file.
4769         * config/mips/tm-nbsd.h: New file.
4770
4771 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4772
4773         * Makefile.in (SFILES): Add osabi.c.
4774         (COMMON_OBS): Add osabi.o.
4775         (osabi.o): New dependency list.
4776         * osabi.c: New file.
4777         * osabi.h: New file.
4778         * doc/gdbint.texinfo: Document new generic OS ABI framework.
4779
4780         * Makefile.in (alpha_tdep_h): Define and use instead of
4781         alpha-tdep.h.
4782         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4783         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4784         Remove.
4785         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4786         * alpha-tdep.h: Include osabi.h.
4787         (alpha_abi): Remove.
4788         (gdbarch_tdep): Use generic OS ABI framework.
4789         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4790         gdbarch_register_osabi.
4791         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4792         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4793         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4794
4795         * Makefile.in (sh_tdep_h): Add osabi.h.
4796         * sh-tdep.h (sh_osabi): Remove.
4797         (gdbarch_tdep): Use generic OS ABI framework.
4798         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4799         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4800         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4801         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4802
4803         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4804         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4805         gdbarch_register_osabi.
4806         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4807         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4808         (get_elfosabi): Rename to...
4809         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
4810         ABI framework support routines.
4811         (arm_gdbarch_init): Use generic OS ABI framework.
4812         (arm_dump_tdep): Likewise.
4813         (_initialize_arm_tdep): Likewise.
4814         * arm-tdep.h: Include osabi.h.
4815         (arm_abi): Remove.
4816         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
4817         osabi member.
4818         (arm_gdbarch_register_os_abi): Remove prototype.
4819         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4820         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4821
4822         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4823         * mips-tdep.c: Include osabi.h.
4824         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4825         OS ABI framework.
4826
4827 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
4828
4829         * h8300-tdep.c: Fix formatting.
4830
4831 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
4832
4833         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4834         printing vector registers.
4835
4836 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4837
4838         From Fernando Nasser:
4839         * remote.c (remote_async_open_1): Re-throw the exception when the
4840         connection fails.
4841         (remote_cisco_open): Ditto.
4842         (remote_open_1): Ditto.
4843
4844 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4845
4846         * remote.c (remote_start_remote_dummy): Add uiout parameter.
4847         (remote_start_remote): Add uiout parameter.  Pass through to
4848         remote_start_remote_dummy.
4849         (remote_open_1): Use catch_exception instead of catch_errors.
4850         (remote_async_open_1): Ditto.
4851         (remote_cisco_open): Ditto.
4852
4853 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
4854
4855         * remote.c (remote_start_remote): Replace PTR with void pointer.
4856         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
4857         static.
4858
4859 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
4860
4861         * gdb_indent.sh: Allow the script to be run in the sim directory.
4862
4863 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
4864
4865         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4866         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4867
4868         * corelow.c (core_open): Only call set_gdbarch_from_file if
4869         exec_bfd is NULL.
4870
4871 2002-05-17  Andrey Volkov <avolkov@transas.com>
4872
4873         * h8300-tdep.c: Add support of EXR register
4874         * config/h8300/tm-h8300.h: Ditto. 
4875         
4876 2002-05-17  Andrey Volkov <avolkov@transas.com>
4877
4878         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
4879         
4880 2002-05-17  Andrey Volkov <avolkov@transas.com>
4881
4882         * h8300-tdep.c: Change literal regnums to REGNO.
4883         
4884 2002-05-17  Jim Blandy  <jimb@redhat.com>
4885
4886         * NEWS: Note addition of macro support.
4887
4888         Expand preprocessor macros in C expressions.
4889         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4890         (scan_macro_expansion, scanning_macro_expansion,
4891         finished_macro_expansion): New function declarations.
4892         (expression_macro_lookup_func, expression_macro_lookup_baton): New
4893         variable declarations.
4894         * parser-defs.h (expression_context_pc): New declaration.
4895         * parse.c (expression_context_pc): New variable.
4896         (parse_exp_1): Set expression_context_pc, as well as
4897         expression_context_block.
4898         * c-exp.y (yylex): If we're not already reading the result of a
4899         macro expansion, try to macro-expand the next token.  When we're
4900         done scanning a macro expansion, switch back to the mainline text.
4901         Commas and `if's in a macro's expansion don't terminate the input.
4902         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4903         (macro_original_text, macro_expanded_text,
4904         expression_macro_lookup_func, expression_macro_lookup_baton): New
4905         variables.
4906         (scan_macro_expansion, scanning_macro_expansion,
4907         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4908         c_preprocess_and_parse): New functions.
4909         (c_language_defn, cplus_language_defn, asm_language_defn): Call
4910         c_preprocess_and_parse, instead of c_parse.
4911         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4912         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4913
4914 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
4915
4916         * sh-tdep.c (gdb_print_insn_sh64): Delete.
4917         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4918         (sh_gdbarch_init): Always use gdb_print_insn_sh.
4919
4920 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
4921
4922         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
4923
4924 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
4925
4926         * Makefile.in (sh_tdep_h): Define and use.
4927         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4928         register enum): Move to...
4929         * * sh-tdep.h: ...here.
4930         * sh-tdep.c: Include sh-tdep.h.
4931         * sh3-rom.c: Likewise.
4932         * shnbsd-tdep.c: Likewise.
4933
4934 2002-05-16  Michael Snyder  <msnyder@redhat.com>
4935
4936         * arm-tdep.c: Spelling fix in comment.
4937
4938 2002-05-16  Jim Blandy  <jimb@redhat.com>
4939
4940         Add commands for manually expanding macros and showing their
4941         definitions.
4942         * macrocmd.c, macroscope.c, macroscope.h: New files.
4943         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4944         (macroscope_h): New variable.
4945         (HFILES_NO_SRCDIR): Add macroscope.h.
4946         (COMMON_OBS): Add macrocmd.o, macroscope.o.
4947         (macroscope.o, macrocmd.o): New rules.
4948
4949         Teach the Dwarf 2 reader to read macro information.
4950         * dwarf2read.c: #include "macrotab.h".
4951         (dwarf_macinfo_buffer): New variable.
4952         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4953         dwarf_macinfo_size.
4954         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4955         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4956         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4957         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4958         dwarf2_macro_spaces_in_definition): New complaints.
4959         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4960         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4961         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4962         the partial symbol table.
4963         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4964         from what's recorded in the partial symbol table.
4965         (read_file_scope): If the compilation unit has a
4966         `DW_AT_macro_info' attribute, read its macro information.
4967         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4968
4969 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
4970
4971         Fix PR gdb/546
4972         * ser-tcp.c: Don't include <netinet/udp.h>.
4973
4974 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4975
4976         * MAINTAINERS: Update my email address.
4977
4978 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
4979
4980         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4981         include file of the same name.
4982
4983 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4984
4985         * configure.tgt: Mark v850 as multi-arched.
4986         * config/v850/tm-v850.h: Remove file.
4987         * config/v850/v850.mt: Eliminate TM_FILE.
4988
4989 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
4990
4991         * v850-tdep.c: Full multi-arch.
4992         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4993         Define GDB_MULTI_ARCH to 2.
4994
4995 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4996
4997         * p-exp.y (current_type): New static variable.
4998         Carries the type of the expression at the position that is parsed.
4999         (push_current_type, pop_current_type): Two new functions. Used
5000         to store/restore current_type in expression on specific tokens.
5001         (search_field): New static variable. Set to one after parsing a point
5002         as at that point only a FIELDNAME token should be searched.
5003         (FIELDNAME): New token. After a point only a token belonging to 
5004         current_type type definition is allowed.
5005         (all over token rules): reset and change current_type according
5006         to rules.
5007         (exp '[' rule): insert implicit array index field if
5008         exp is a pascal string type.
5009
5010 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
5011
5012         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
5013         frame info.  Use frame_info's saved_regs instead of matching member
5014         in extra_frame_info throughout.
5015         (v850_frame_init_saved_regs): New function.
5016         (v850_init_extra_frame_info): Move most functionality into
5017         v850_frame_init_saved_regs().
5018         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5019         (v850_frame_find_saved_regs): Remove declaration.
5020         (FRAME_FIND_SAVED_REGS): Remove definition.
5021         (v850_frame_init_saved_regs): Add declaration.
5022         (FRAME_INIT_SAVED_REGS): Add definition.
5023
5024 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
5025
5026         * v850-tdep.c: Begin multi-arch'ing v850.
5027         (v850_target_architecture_hook): Remove function.
5028         (v850_gdbarch_init): New function.  Add code previously in
5029         v850_target_architecture_hook().
5030         (_initialize_v850_tdep): Don't  set target_architecture_hook.
5031         Call register_gdbarch_init() instead.
5032
5033 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
5034
5035         * gdbtypes.h (struct cplus_struct_type): Remove args field.
5036         * hpread.c (hpread_read_struct_type): Remove assignments to args.
5037         (fixup_class_method_type): Likewise.
5038
5039 2002-05-15  Jim Blandy  <jimb@redhat.com>
5040
5041         Add macro structures to GDB's symbol tables.  Nobody puts anything
5042         in them yet.
5043         * symtab.h (struct symtab): New member: `macro_table'.
5044         * buildsym.h (pending_macros): New global variable.
5045         * buildsym.c: #include "macrotab.h".
5046         (buildsym_init): Initialize `pending_macros'.
5047         (end_symtab): If we found macro information while reading a CU's
5048         debugging info, do build a symtab structure for it.  Make the
5049         symtab point to the macro information, and clear the
5050         `pending_macros' pointer which held it while we were reading the
5051         debug info.
5052         (really_free_pendings): Free any pending macro table.
5053         * objfiles.h (struct objfile): New member: `macro_cache'.
5054         * objfiles.c (allocate_objfile): Set allocate and free functions
5055         for the macro cache's objstack.
5056         (free_objfile): Empty the macro cache's obstack.
5057         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5058         set new allocate and free functions for it.
5059         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5060         free functions for the macro cache's objstack.  (Why is this
5061         function building its own objfile?)
5062         * symmisc.c (print_objfile_statistics): Print statistics on the
5063         macro bcache.
5064         * Makefile.in: Note that buildsym.o depends on macrotab.h.
5065
5066 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
5067
5068         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5069         (REGISTER_U_ADDR): Delete definition.
5070         (arm_register_u_addr): Delete declaration.
5071
5072 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
5073
5074         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5075         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5076
5077 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
5078
5079         * regcache.c (register_valid): Revise comments refering to "Not
5080         available" and "unavailable".
5081         * frame.c (frame_register_read): Ditto.
5082         * findvar.c (value_of_register): Ditto.
5083
5084 2002-05-15  Andrew Cagney  <cagney@redhat.com>
5085
5086         * Makefile.in (remote_sim_h): Replace remote-sim_h.
5087         (remote-sim.o): Update dependencies.
5088         (d10v-tdep.o): Specify dependencies.
5089         (sim_d10v_h): Define.
5090
5091 2002-05-14  Jim Blandy  <jimb@redhat.com>
5092
5093         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5094         * macrotab.c (macro_lookup_inclusion, find_definition,
5095         new_macro_table): Same.
5096         
5097         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5098         not `! strcmp ()'.  This is a dubious improvement.
5099         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5100
5101         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5102         although it's not necessary, to avoid a warning.
5103
5104 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5105
5106         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5107         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5108         TYPE_INSTANCE_FLAGS.
5109         (struct main_type): New.
5110         (struct type): Move most members to struct main_type.  Change
5111         cv_type and as_type to new type_chain member.  Add instance_flags.
5112         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5113         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5114         (finish_cv_type): Remove prototype.
5115         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
5116         Set TYPE_CHAIN.
5117         (alloc_type_instance): New function.
5118         (smash_type): New function.
5119         (make_pointer_type, make_reference_type, make_function_type)
5120         (smash_to_member_type, smash_to_method_type): Call smash_type.
5121         (make_qualified_type): New function.
5122         (make_type_with_address_space): Call make_qualified_type.
5123         (make_cv_type): Likewise.
5124         (finish_cv_type): Remove unnecessary function.
5125         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
5126         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5127         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5128         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5129         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5130         * hpread.c (hpread_read_struct_type): Likewise.
5131         * stabsread.c (read_struct_type): Likewise.
5132
5133 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
5134
5135         * configure.tgt: Add a catch all sh* target, for cases like
5136         sh[2,3,4]-elf and sh-hms.
5137
5138 2002-05-14  Keith Seitz  <keiths@redhat.com>
5139
5140         * event-loop.c (create_file_handler): Don't do anything but
5141         update data when we are given a fd which we are already
5142         monitoring.
5143
5144 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
5145
5146         * dwarf2cfi.c (context_cpy): Copy registers correctly.
5147         (update_context): Use __func__ in warnings.
5148         
5149 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5150
5151         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
5152         and tcp_close to net_open and net_close.
5153         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
5154         using UDP if requested.  Don't try to disable Nagle on UDP
5155         sockets.
5156         * remote.c (remote_serial_open): New function.  Warn about UDP.
5157         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5158
5159 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
5160
5161         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5162
5163 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
5164
5165         * configure.tgt: Remove sh-hms target.
5166         * MAINTAINERS: Don't list sh-hms as a separate target.
5167
5168 2002-05-13  Jim Blandy  <jimb@redhat.com>
5169
5170         Add first preprocessor macro-expansion files.
5171         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5172         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5173         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5174         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5175         (COMMON_OBS): Add macrotab.o, macroexp.o.
5176         (macroexp.o, macrotab.o): New rules.
5177
5178 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
5179
5180         * config/m88k/tm-m88k.h: Update copyright.
5181         (m88k_target_write_pc): Declare
5182         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5183         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5184         (SHIFT_INST_REGS): Update definition.
5185         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
5186         using old definition of TARGET_WRITE_PC.
5187         * regcache.c (generic_target_write_pc): Delete code handling
5188         NNPC_REGNUM.
5189         * gdbarch.sh (NNPC_REGNUM): Delete.
5190         * gdbarch.h, gdbarch.c: Regenerate.
5191
5192 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
5193
5194         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5195         builtin reg number.
5196
5197 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
5198
5199         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5200         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5201         (gen_address_of, gen_struct_ref, gen_repeat): Use type
5202         access macros.
5203         * c-typeprint.c (cp_type_print_method_args): Likewise.
5204         (c_type_print_args): Likewise.
5205         * d10v-tdep.c (d10v_push_arguments): Likewise.
5206         (d10v_extract_return_value): Likewise.
5207         * expprint.c (print_subexp): Likewise.
5208         * gdbtypes.c (lookup_primitive_typename): Likewise.
5209         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5210         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5211         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5212         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5213         (TYPE_VECTOR): Likewise.
5214         * hpread.c (hpread_read_struct_type)
5215         (fix_static_member_physnames, fixup_class_method_type)
5216         (hpread_type_lookup): Likewise.
5217         * mdebugread.c (parse_symbol, parse_type): Likewise.
5218         * p-lang.c (is_pascal_string_type): Likewise.
5219         * valops.c (hand_function_call): Likewise.
5220         * x86-64-tdep.c (classify_argument): Likewise.
5221
5222         * hpread.c (hpread_read_function_type)
5223         (hpread_read_doc_function_type): Call replace_type.
5224         * dstread.c (create_new_type): Delete.
5225         (decode_dst_structure, process_dst_function): Call alloc_type.
5226         Use type access macros.
5227
5228 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5229
5230         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5231         the're not supported by the current architecture.
5232         (i387_fill_fxsave): Likewise.
5233
5234 2002-05-12  Fred Fish  <fnf@redhat.com>
5235
5236         * symfile.c (default_symfile_offsets): Arrange for uninitialized
5237         sect_index_xxx members to index the first slot in section_offsets
5238         if all of the section_offsets are zero.
5239
5240 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5241
5242         * configure.tgt (sparc-*openbsd): Remove entry accidentially
5243         checked in with last change.
5244
5245 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5246
5247         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5248         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
5249         config.sub.
5250
5251 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
5252
5253         * Makefile.in: Update dependencies.
5254
5255 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5256
5257         * language.c (local_hex_string_custom): Simplify.  Do not depend
5258         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5259
5260         * memattr.c (mem_info_command): Replace calls to
5261         longest_local_hex_string and longest_local_hex_string_custom.
5262         * buildsym.c (make_blockvector): Ditto.
5263         * solib.c (info_sharedlibrary_command): Ditto.
5264         * tracepoint.c (tracepoints_info): Ditto.
5265         * symtab.c (print_msymbol_info): Ditto.
5266
5267         * language.c (local_hex_string): Delete.
5268         (local_hex_string_custom): Delete.
5269         (longest_local_hex_string): Rename to local_hex_string.
5270         (longest_local_hex_string_custom): Rename to
5271         local_hex_string_custom.
5272         * language.h (local_hex_string): Change parameter type to LONGEST.
5273         (local_hex_string_custom): Ditto.
5274         (longest_local_hex_string): Delete declaration.
5275         (longest_local_hex_string_custom): Ditto.
5276
5277         * solib.c: Update copyright.
5278         * memattr.c: Update copyright.
5279         
5280 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5281
5282         * arch-utils.h (legacy_register_to_value): Declare.
5283         (legacy_value_to_register): Declare.
5284         (legacy_convert_register_p): Declare.
5285         * arch-utils.c (legacy_register_to_value): New function.
5286         (legacy_value_to_register): New function.
5287         (legacy_convert_register_p): New function.
5288
5289         * gdbarch.sh (REGISTER_TO_VALUE): Define.
5290         (VALUE_TO_REGISTER): Define.
5291         (CONVERT_REGISTER_P): Define.
5292         * gdbarch.h, gdbarch.c: Regenerate.
5293
5294         * valops.c (value_assign): Use CONVERT_REGISTER_P and
5295         VALUE_TO_REGISTER.
5296         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5297         CONVERT_REGISTER_P.
5298
5299 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
5300             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
5301
5302         * Makefile.in: Update dependencies for valops.c.
5303         * valops.c: Include "gdb_assert.h".
5304         (typecmp): Skip THIS parameter to methods.
5305         (find_method_list): Remove static_memfuncp argument,
5306         update callers.  Check for stub methods.
5307         (find_value_oload_method_list): Don't set *static_memfuncp.
5308         (find_overload_match): Don't check for stub methods.  Assert
5309         that methods are not stubbed.  Handle static methods.
5310         (value_find_oload_method_list): Remove static_memfuncp argument.
5311         * gdbtypes.c (check_stub_method): Do not add THIS pointer
5312         to the argument list for static stub methods.
5313         * value.h (value_find_oload_method_list): Update prototype.
5314
5315 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5316
5317         * arch-utils.h (generic_register_size): Declare.
5318         (generic_register_raw_size, generic_register_virtual_size): Delete
5319         declarations.
5320         * arch-utils.c (generic_register_raw_size): Delete.
5321         (generic_register_size): New function.
5322         (generic_register_virtual_size): Delete.
5323
5324         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5325         default generic_register_size.
5326         * gdbarch.h, gdbarch.c: Re-generate.
5327         
5328         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5329         register_virtual_size.
5330         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5331         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5332
5333 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5334
5335         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5336         * gdbarch.h, gdbarch.c: Regenerate.
5337         * gnu-v3-abi.c: Update copyright.
5338         (vtable_address_point_offset): Update.
5339         (gnuv3_rtti_type): Update.
5340         (gnuv3_baseclass_offset): Update.
5341         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5342         (init_fetch_link_map_offsets): Update.
5343         * remote.c (get_remote_state): Update.
5344         
5345 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
5346
5347         * TODO: Remove value_headof/value_from_vtable_info comment.
5348         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5349         * values.c (value_headof, value_from_vtable_info): Delete.
5350         * value.h (value_from_vtable_info): Delete prototype.
5351
5352 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5353
5354         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5355         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5356         $(gdb_regex_h).
5357         (gdb_assert_h): Define.
5358         (gdb_wait_h): Define.
5359         (gdb_regex_h): Define.
5360
5361 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
5362
5363         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5364         * linespec.c (find_methods): Handle GCC 3.x template constructors.
5365
5366 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5367
5368         * nbsd-tdep.c: Fix comment.
5369
5370 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5371
5372         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5373         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5374         (nbsd-tdep.o): New dependency list.
5375         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
5376         nbsd-tdep.h.
5377         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5378         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5379         * nbsd-tdep.c: New file.
5380         * nbsd-tdep.h: New file.
5381         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
5382         nbsd-tdep.h.
5383         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5384         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5385         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5386         * config/sh/nbsd.mt (TDEPFILES): Ditto.
5387
5388 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5389
5390         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5391         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5392         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5393         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5394         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5395         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5396
5397 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5398
5399         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5400         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5401         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5402         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5403         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5404         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5405         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5406
5407 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5408
5409         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
5410         fetch_elfcore_registers to...
5411         * i386nbsd-tdep.c: ...here.
5412         (i386nbsd_use_struct_convention): Rename to...
5413         (i386nbsd_aout_use_struct_convention): ...this.
5414         (i386nbsd_supply_reg): New function.
5415         (i386nbsd_fill_reg): New function.
5416         (fetch_core_registers): Use i386nbsd_supply_reg.
5417         (fetch_elfcore_registers): Likewise.
5418         (_initialize_i386nbsd_tdep): New function.
5419         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5420         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5421         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5422         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5423         (i386nbsd_aout_use_struct_convention): ...this.
5424
5425 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5426
5427         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5428         (store_inferior_registers): Use shnbsd_fill_reg.
5429         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
5430         sh_nbsd_supply_register): Collapse into...
5431         (shnbsd_supply_reg): ...this.
5432         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5433         (shnbsd_fill_reg): ...this.
5434         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5435         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5436         (fetch_core_registers): Use shnbsd_supply_reg.
5437         (fetch_elfcore_registers): Use shnbsd_supply_reg.
5438         (sh_nbsd_core_fns): Rename to...
5439         (shnbsd_core_fns): ...this.
5440         (sh_nbsd_elfcore_fns): Rename to...
5441         (shnbsd_elfcore_fns): ...this.
5442         (sh_nbsd_init_abi): Rename to...
5443         (shnbsd_init_abi): ...this.
5444         (_initialize_sh_nbsd_tdep): Rename to...
5445         (_initialize_shnbsd_tdep): ...this.
5446         * shnbsd-tdep.h (sh_nbsd_supply_registers,
5447         sh_nbsd_supply_register, sh_nbsd_fill_registers,
5448         sh_nbsd_fill_register): Remove prototypes.
5449         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5450
5451 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5452
5453         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5454         (i387-nat.o): Delete dependency list.
5455         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5456         (x86-64-linux-nat.o): Likewise.
5457         * i387-nat.c: Delete file, moving contents to...
5458         * i387-tdep.c: ...here.
5459         * i387-nat.h: Rename...
5460         * i387-tdep.h: ...to this.
5461         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5462         * i386-linux-nat.c: Likewise.
5463         * i386bsd-nat.c: Likewise.
5464         * i386gnu-nat.c: Likewise.
5465         * i386nbsd-nat.c: Likewise.
5466         * i386v4-nat.c: Likewise.
5467         * x86-64-linux-nat.c: Likewise.
5468         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5469         * config/i386/go32.mh (NATDEPFILES): Likewise.
5470         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5471         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5472         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5473         * config/i386/linux.mh (NATDEPFILES): Likewise.
5474         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5475         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5476         * config/i386/obsd.mh (NATDEPFILES): Likewise.
5477         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5478
5479 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5480
5481         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5482         (alphanbsd-nat.o): Remove dependency list.
5483         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5484         * alphanbsd-nat.c: Delete.  Contents moved to...
5485         * alphanbsd-tdep.c: ...here.
5486         (_initialize_alphanbsd_tdep): Register core functions.
5487         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5488
5489 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5490
5491         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5492         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5493         (alphanbsd-nat.o): Likewise.
5494         (alphabsd-tdep.o): New dependency list.
5495         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5496         (fill_gregset): Use alphabsd_fill_reg.
5497         (supply_fpregset): Use alphabsd_supply_fpreg.
5498         (fill_fpregset): Use alphabsd_fill_fpreg.
5499         (fetch_inferior_registers): Use struct reg and struct fpreg
5500         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
5501         and alphabsd_supply_fpreg.
5502         (store_inferior_registers): Use struct reg and struct fpreg
5503         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
5504         and alphabsd_fill_fpreg.
5505         * alphabsd-tdep.c: New file.
5506         * alphabsd-tdep.h: New file.
5507         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5508         (fetch_elfcore_registers): Use alphabsd_supply_reg and
5509         alphabsd_supply_fpreg.
5510         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5511         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5512
5513 2002-05-11  Eric Christopher  <echristo@redhat.com>
5514
5515         * mips-tdep.c (mips_double_register_type): Fix thinko.
5516         (mips_single_register_type): Ditto.
5517         * MAINTAINERS: Add self.
5518
5519 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
5520
5521         * i387-nat.c (i387_supply_register, i387_fill_fsave,
5522         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5523         right thing on architectures with different endianness and/or
5524         integer sizes.
5525
5526 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
5527
5528         From Christian Limpach <chris@Pin.LU>
5529         * configure.in: Change sed expression which comments out
5530         NATDEPFILES to also comment out continuation lines.
5531         * configure: Regenerate.
5532
5533 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5534
5535         * sh-tdep.c: Clean up code erroneously reintroduced by previous
5536         big patch.
5537
5538 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5539
5540         * sh-tdep.c: Include correct file.
5541
5542 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5543
5544         New support for sh64-elf (sh5) target.
5545
5546         * configure.tgt: For sh64-elf target, default to sh-elf.
5547
5548         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5549         (struct gdbarch_tdep): Add new fields for new registers and ABI
5550         info.
5551
5552         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5553         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5554         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5555         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5556         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5557         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5558         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5559         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5560         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5561         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5562         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5563         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5564         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5565         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5566         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5567         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5568         sh64_get_gdb_regnum, sh64_media_reg_base_num,
5569         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5570         sign_extend, sh64_nofp_frame_init_saved_regs,
5571         sh64_init_extra_frame_info, sh64_get_saved_register,
5572         sh64_extract_struct_value_address, sh64_pop_frame,
5573         sh64_push_arguments, sh64_extract_return_value,
5574         sh64_store_return_value, sh64_show_media_regs,
5575         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5576         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5577         sh_sh64_register_virtual_type,
5578         sh_sh64_register_convert_to_virtual,
5579         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5580         sh64_register_read, sh64_pseudo_register_write,
5581         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5582         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5583         sh64_do_pseudo_register, sh_compact_do_registers_info,
5584         sh64_do_registers_info, sh_gdbarch_init): New functions.
5585
5586 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5587
5588         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5589
5590 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
5591
5592         * linespec.c (decode_line_1): Check for a double quote after
5593         a filename correctly.
5594
5595 2002-05-10  Jim Blandy  <jimb@redhat.com>
5596
5597         Properly track the size of the current objfile's .debug_line section.
5598         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5599         (DWARF_LINE_SIZE): New macro.
5600         (dwarf2_build_psymtabs_hard): Record the line section's size in
5601         the partial symbol table.
5602         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5603         symbol table.
5604
5605 2002-05-10  Petr Sorfa  <petrs@caldera.com>
5606
5607         * ia64-tdep.c: Handle breakpoints on L instruction type
5608         in MLX instruction bundle by moving the breakpoint to
5609         the third slot (X instruction type) as L holds only data.
5610
5611 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
5612
5613         * dbxread.c (discarding_local_symbols_complaint): New complaint.
5614         (process_one_symbol): Complain about discarding local symbols
5615         due to a misplaced N_LBRAC entry.
5616
5617 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
5618
5619         From Daniel Berlin <dan@cgsoftware.com>
5620         * linespec.c (find_toplevel_char): '<' and '>' also increase and
5621         decrease the depth we are at, in the case of templates.
5622
5623 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5624
5625         * mips-tdep.c (mips_float_register_type): New function.
5626         (mips_double_register_type): New function.
5627         (mips_print_register): Use them.
5628         (do_fp_register_row): Likewise.
5629
5630 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5631
5632         * signals/signals.c (signals): Remove conditional compilation around
5633         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
5634         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5635
5636 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5637
5638         * remote-rdp.c (remote_rdp_can_run): Remove.
5639
5640 2002-05-09  Tom Tromey  <tromey@redhat.com>
5641
5642         * jv-valprint.c (java_val_print): Handle `char' as a special case
5643         of TYPE_CODE_INT.
5644
5645 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5646
5647         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5648         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5649         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5650         str r(0123),[sp,#nn].
5651         (arm_skip_prologue): Ditto.  Also make disassembly
5652         order-independent by placing it in a loop.
5653
5654 2002-05-06  Michael Snyder  <msnyder@redhat.com>
5655
5656         * stabsread.c (read_type): Add recognition for new attribute:
5657         "@V;" means that an array type is actually a vector.
5658         This is analogous to the vector flag that's been added to dwarf2.
5659
5660 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
5661
5662         * i386-tdep.h (i386_abi): New enum.
5663         (struct gdbarch_tdep): Replace os_ident member with abi.
5664         (i386_gdbarch_register_os_abi): New prototype.
5665         * i386-tdep.c (i386_abi_names): New array.
5666         (process_note_abi_tag_sections): Removed.
5667         (process_note_sections): New function.
5668         (i386_elf_abi_from_note, i386_elf_abi): New functions.
5669         (struct i386_abi_handler): New struct.
5670         (i386_abi_handler_list): New variable.
5671         (i386_gdbarch_register_os_abi): New function.
5672         (i386_gdbarch_init): Adapt for the changes given above.
5673
5674 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
5675
5676         * gregset.h: Say "GNU/Linux".
5677
5678 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
5679
5680         * gdbtypes.c : Add new builtin type for 64 bit vectors.
5681         (build_gdbtypes): Build builtin_type_v2_float.
5682         (_initialize_gdbtypes): Register new builtin type.
5683
5684 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
5685
5686         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5687         (clear_gdbarch_swap): New function.
5688         (initialize_non_multiarch): Call.
5689         (gdbarch_update_p): Before calling init(), swap out and clear the
5690         existing architecture.
5691         * gdbarch.c: Regenerate.
5692
5693 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5694
5695         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5696         alphanbsd-tdep.c.
5697
5698 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5699
5700         * sh-nbsd-nat.c: Rename to...
5701         * shnbsd-nat.c: ...this.
5702         * sh-nbsd-tdep.c: Rename to...
5703         * shnbsd-tdep.c: ...this.
5704         * sh-nbsd-tdep.h: Rename to...
5705         * shnbsd-tdep.h: ...this.
5706         * config/sh/nbsd.mh: Use shnbsd-nat.o.
5707         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5708
5709 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
5710
5711         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5712         concatenation for command help messages.
5713
5714 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5715
5716         * NEWS: Note new sh*-*-netbsdelf* configuration.
5717         * configure.host: Set gdb_host_cpu to sh for all sh*.
5718         (sh*-*-netbsdelf*): New host.
5719         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5720         (sh*-*-netbsdelf*): New target.
5721         * sh-nbsd-nat.c: New file.
5722         * sh-nbsd-tdep.c: New file.
5723         * sh-nbsd-tdep.h: New file.
5724         * config/sh/nbsd.mh: New file.
5725         * config/sh/nbsd.mt: New file.
5726         * config/sh/nm-nbsd.h: New file.
5727         * config/sh/tm-nbsd.h: New file.
5728
5729 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5730
5731         * sh-tdep.c (sh_osabi_names): Declare.
5732         (process_note_abi_tag_sections): New function.
5733         (get_elfosabi): Ditto.
5734         (sh_gdbarch_register_os_abi): Ditto.
5735         (sh_dump_tdep): Ditto.
5736         _initialize_sh_tdep): Use gdbarch_register to register
5737         sh_gdbarch_init and sh_dump_tdep.
5738         * config/sh/tm-sh.h (sh_osabi): Declare.
5739         (gdbarch_tdep): Add sh_osabi and osabi_name members.
5740
5741 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
5742
5743         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5744         (thumb_scan_prologue): Ditto.
5745         (arm_find_callers_reg): Ditto.
5746         (arm_frame_chain): Ditto.
5747         (arm_init_extra_frame_info): Ditto.
5748         (arm_frame_saved_pc): Ditto.
5749         (arm_pop_frame): Ditto.
5750         (arm_push_return_address): New function.
5751         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5752         call_dummy_location, call_dummy_breakpoint_offset_p,
5753         call_dummy_breakpoint_offset, call_dummy_p,
5754         call_dummy_stack_adjust_p, call_dummy_words,
5755         sizeof_call_dummy_words, call_dummy_start_offset,
5756         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5757         call_dummy_address, push_return_address and push_dummy_frame for
5758         generic dummy frames.
5759
5760 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5761
5762         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5763         size computation for alloca.
5764         (sh_fp_frame_init_saved_regs): Likewise.
5765
5766 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
5767
5768         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5769         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5770         * arm-tdep.c (arm_store_return_value): Use them.
5771         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5772         * remote-rdp.c (remote_rdp_fetch_register): Use
5773         ARM_MAX_REGISTER_RAW_SIZE.
5774         (remote_rdp_store_register): Likewise.
5775
5776 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
5777
5778         * dwarf2cfi.c: Code cleanup, removed unused variables,
5779         added default labels to switch {} statements.
5780         * x86-64-tdep.c: Ditto.
5781         * x86-64-linux-nat.c: Ditto.
5782
5783 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5784
5785         * solib.h: Protect against multiple inclusion.
5786
5787 2002-05-06  Jim Blandy  <jimb@redhat.com>
5788
5789         Add first preprocessor macro-expansion files.
5790         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5791         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5792         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5793         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5794         (COMMON_OBS): Add macrotab.o, macroexp.o.
5795         (macroexp.o, macrotab.o): New rules.
5796
5797         Separate the job of reading the line number info statement program
5798         header (...expialidocious) out into its own function.
5799         * dwarf2read.c (struct line_head, struct filenames, struct
5800         directories): Replace with...
5801         (struct line_header): New structure, containing the full
5802         contents of the statement program header, including the
5803         include directory and file name tables.
5804         (read_file_scope): If we have line number info, instead of just
5805         calling dwarf_decode_lines to do all the work, call
5806         dwarf_decode_line_header first to get a `struct line_header'
5807         containing the data in the statement program header, and then
5808         pass that to dwarf_decode_lines, which will pick up where that
5809         left off.  Be sure to clean up the `struct line_header' object.
5810         (dwarf_decode_line_header, free_line_header, add_include_dir,
5811         add_file_name): New functions.
5812         (dwarf_decode_lines): Move all the code to read the statement
5813         program header into dwarf_decode_line_header.  Take the line
5814         header it built as the first argument, instead of the offset to
5815         the compilation unit's line number info.  Use the new `struct
5816         line_header' type instead of the old structures.  No need to do
5817         cleanups here now, since we don't allocate anything.
5818         (dwarf2_statement_list_fits_in_line_number_section,
5819         dwarf2_line_header_too_long): New complaints.
5820
5821 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
5822
5823         * gdbtypes.c (init_vector_type): New function.
5824         (build_builtin_type_vec128): Simplify the representation of SIMD
5825         registers.
5826         (build_gdbtypes): Initialize new builtin vector types.
5827         (_initialize_gdbtypes): Register new vector types with gdbarch.
5828         (builtin_type_v4_float, builtin_type_v4_int32,
5829         builtin_type_v8_int16, builtin_type_v16_int8,
5830         builtin_type_v2_int32, builtin_type_v4_int16,
5831         builtin_type_v8_int8): New (renamed) SIMD types.
5832
5833 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
5834
5835         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5836         (i387_fill_fxsave): Likewise.
5837
5838 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5839
5840         * alpha-tdep.c (alpha_extract_return_value): Don't use
5841         non-constant array size in prototype.
5842
5843 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5844
5845         From Brian Taylor <briant at model dot com>:
5846         * ui-out.c (ui_out_field_core_addr): Use the function
5847         longest_local_hex_string_custom'to format addresses > 32 bits
5848         wide.
5849
5850         * ui-out.c (ui_out_field_core_addr): Update comment.
5851
5852 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5853
5854         * stack.c (select_and_print_frame): Make static.  Delete the
5855         parameter `level'.
5856         (func_command): Update call.
5857         (select_frame_command): Delete code computing the frame level.
5858         * frame.h (select_and_print_frame): Delete declaration.
5859
5860 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5861
5862         * sparc-tdep.c (sparc_get_saved_register): Comment why
5863         get_prev_frame call is safe.
5864
5865 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5866
5867         * frame.h (select_frame): Delete level parameter.
5868         * stack.c (select_frame): Update.  Use frame_relative_level to
5869         obtain the frame's level.
5870         (select_and_print_frame): Update call.
5871         (select_frame_command): Ditto.
5872         (up_silently_base): Ditto.
5873         (down_silently_base): Ditto.
5874         * ocd.c (ocd_start_remote): Ditto.
5875         * remote-rdp.c (remote_rdp_open): Ditto.
5876         * remote-mips.c (mips_initialize): Ditto.
5877         (common_open): Ditto.
5878         * remote-e7000.c (e7000_start_remote): Ditto.
5879         * m3-nat.c (select_thread): Ditto.
5880         * hppa-tdep.c (child_get_current_exception_event): Ditto.
5881         (child_get_current_exception_event): Ditto.
5882         * varobj.c (varobj_create): Ditto.
5883         (varobj_update): Ditto.
5884         (c_value_of_root): Ditto.
5885         * tracepoint.c (finish_tfind_command): Ditto.
5886         * corelow.c (core_open): Ditto.
5887         * arch-utils.c (generic_prepare_to_proceed): Ditto.
5888         * thread.c (info_threads_command): Ditto.
5889         (switch_to_thread): Ditto.
5890         * infrun.c (normal_stop): Ditto.
5891         (restore_selected_frame): Ditto.
5892         (restore_inferior_status): Ditto.
5893         * breakpoint.c (insert_breakpoints): Ditto.
5894         (watchpoint_check): Ditto.
5895         (bpstat_stop_status): Ditto.
5896         (do_enable_breakpoint): Ditto.
5897         * blockframe.c (flush_cached_frames): Ditto.
5898         (reinit_frame_cache): Ditto.
5899
5900 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5901
5902         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5903         maintainer.
5904
5905 2002-05-04  Jim Blandy  <jimb@redhat.com>
5906
5907         * gdbtypes.c (replace_type): Doc fix.
5908
5909 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5910
5911         * valprint.c (strcat_longest): Delete commented out function.
5912         Update copyright.
5913
5914 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5915
5916         * MAINTAINERS: Mark a29k as deleted.
5917         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
5918         Move new configurations to the top.
5919         * configure.tgt: Remove a29k.
5920         * config/a29k/tm-vx29k.h: Delete.
5921         * config/a29k/vx29k.mt: Delete.
5922         * config/a29k/tm-a29k.h: Delete.
5923         * config/a29k/a29k-udi.mt: Delete.
5924         * config/a29k/a29k.mt: Delete.
5925         * a29k-tdep.c: Delete.
5926         * remote-udi.c: Delete.
5927         * remote-mm.c: Delete.
5928         * remote-eb.c: Delete.
5929         * remote-adapt.c: Delete.
5930         * Makefile.in: Remove obsolete code.
5931         * config/s390/s390x.mt: Ditto.
5932         * config/s390/s390.mt: Ditto.
5933         * config/sparc/sparclynx.mh: Ditto.
5934         * config/sparc/linux.mh: Ditto.
5935         * config/pa/hppaosf.mh: Ditto.
5936         * config/pa/hppabsd.mh: Ditto.
5937         * config/ns32k/nbsd.mt: Ditto.
5938         * config/mips/vr5000.mt: Ditto.
5939         * config/m68k/sun3os4.mh: Ditto.
5940         * config/m68k/nbsd.mt: Ditto.
5941         * config/m68k/m68klynx.mh: Ditto.
5942         * config/m32r/m32r.mt: Ditto.
5943         * config/i386/x86-64linux.mt: Ditto.
5944         * config/i386/nbsdelf.mt: Ditto.
5945         * config/i386/nbsd.mt: Ditto.
5946         * config/i386/i386lynx.mh: Ditto.
5947
5948 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5949
5950         * target.c (debug_print_register): New function.  Handle oversize
5951         registers.
5952         (debug_to_fetch_registers): Call.
5953         (debug_to_store_registers): Call.
5954
5955 2002-05-03  Jim Blandy  <jimb@redhat.com>
5956
5957         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5958         (read_type): Doc fix.
5959         * gdbtypes.c (replace_type): Doc fix.
5960
5961         * stabsread.c (multiply_defined_struct): New complaint.
5962         (read_struct_type): If the type we were passed isn't empty, or
5963         incomplete, don't read the new struct type into it; complain,
5964         and return the original type unchanged.  Take a new `type_code'
5965         argument, which is the type code for the new type.
5966         (read_type): Rather than storing the type's type code here, pass
5967         it as an argument to read_struct_type, and let that take care of
5968         storing it.  That way, we don't overwrite the original type code,
5969         so read_struct_type can use it to decide whether we're overwriting
5970         something we shouldn't.
5971         (complain_about_struct_wipeout): New function.
5972
5973 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
5974
5975         * gdbarch.sh: Assert that gdbarch is non-NULL.
5976         * gdbarch.c: Regenerate.
5977
5978 2002-05-03  Jason Merrill  <jason@redhat.com>
5979
5980         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5981         and return NULL.
5982
5983 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
5984
5985         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5986         (x86_64_dwarf2gdb_regno_map_length),
5987         (x86_64_dwarf2_reg_to_regnum): Added.
5988         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5989         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5990         (_initialize_x86_64_tdep): Synced with the change above.
5991         (x86_64_skip_prologue): Reformulated message.
5992
5993 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5994
5995         * f-exp.y: Also use new prev_lexptr variable
5996         to improve error reporting. Based on Michael Snyder
5997         2002-04-24 dated patch to c-exp.y.
5998         * jv-exp.y: Likewise.
5999         * m2-exp.y: Likewise.
6000
6001 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
6002
6003         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6004         we are dealing with vectors.
6005
6006 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6007
6008         * config/m68k/tm-nbsd.h: Obvious fix,
6009         correct machine name.
6010
6011 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6012
6013         * p-typeprint.c (pascal_type_print_base): Add support
6014         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6015
6016 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6017
6018         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6019         for fondamental pascal 'char' type.
6020
6021 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6022
6023         * p-lang.h (is_pascal_string_type): Declaration changed,
6024         new sixth argument of type char ** added.
6025         * p-lang.c (is_pascal_string_type): Implementation
6026         changed. Args length_pos, length_size, string_pos, char_size
6027         can now be NULL. New argument arrayname set to the field
6028         name of the char array. Return value set to char array
6029         field index plus one.
6030         * p-valprint.c (pascal_val_print): Adapt to new declaration of
6031         is_pascal_string_type function.
6032
6033 2002-05-02  Andrew Cagney  <cagney@redhat.com>
6034
6035         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6036         <cagney@redhat.com> change.
6037         * gdbarch.c: Regenerate.
6038
6039 2002-05-02  Andrew Cagney  <cagney@redhat.com>
6040
6041         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6042         before probing for a new one.  Detect errorenous gdbarch_init
6043         functions.
6044         * gdbarch.c: Regenerate.
6045
6046 2002-05-01  Andrew Cagney  <cagney@redhat.com>
6047
6048         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6049         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
6050         * config/v850/tm-v850.h: Ditto.  Update copyright.
6051
6052 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
6053
6054         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6055         current_gdbarch.
6056
6057 2002-04-30  Michael Snyder  <msnyder@redhat.com>
6058
6059         * arm-tdep.c: Whitespace clean-ups.
6060         (arm_skip_prologue): Fix thinko; two lines
6061         should have been removed as part of 4/24 change.
6062
6063 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
6064
6065         * rs6000-tdep.c: Added comment describing how fpscr register
6066         numbers were chosen.
6067
6068 2002-04-30  Michael Snyder  <msnyder@redhat.com>
6069
6070         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6071
6072 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
6073
6074         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6075         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6076         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6077
6078 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
6079
6080         From Louis Hamilton <hamilton@redhat.com>:
6081         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6082         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6083         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6084         not bfd-private xcoff data, to determine wordsize.
6085         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6086
6087 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
6088
6089         GDB 5.2 released from 5.2 branch.
6090
6091 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
6092
6093         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6094         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6095         (x86_64_register_info_table): Added comments with register numbers.
6096
6097 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
6098
6099         * rs6000-tdep.c (rs6000_extract_return_value,
6100         rs6000_store_return_value): Handle returning vectors.
6101         (rs6000_gdbarch_init): Use
6102         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6103         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6104         New function.
6105         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6106         vectors.
6107         (ppc_sysv_abi_push_arguments): Handle vector parameters.
6108         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6109
6110 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6111
6112         * hpread.c (hpread_psymtab_to_symtab_1,
6113         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6114         with fprintf_unfiltered (gdb_stderr,...).
6115
6116 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6117
6118         * remote-array.c (printf_monitor, write_monitor,
6119         array_insert_breakpoint, array_remove_breakpoint ):
6120         Replace fprintf (stderr,...
6121         with fprintf_unfiltered (gdb_stderr,....
6122         * remote-es.c: Likewise.
6123         * remote-os9k.c: Likewise.
6124         * remote-st.c: Likewise.
6125
6126 2002-04-28  Andreas Schwab  <schwab@suse.de>
6127
6128         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6129         linux-proc.o and gcore.o.
6130
6131 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
6132
6133         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6134         code without frame pointers.
6135
6136 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6137
6138         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6139         ON_STACK is needed.
6140
6141 2002-04-26  Ben Elliston  <bje@redhat.com>
6142
6143         * target.c (do_xfer_memory): Correct reference to the new option
6144         "trust-readonly-sections".
6145
6146 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
6147
6148         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6149         * gdbtypes.c (recursive_dump_type): Output the vector flag.
6150         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6151         vectors.
6152         (read_array_type): Record the fact that this array type is really a
6153         vector (i.e. are passed in by value).
6154
6155 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
6156
6157         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6158         * alpha-tdep.c (alpha_sigcontext_addr): New function.
6159         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6160         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6161         * alpha-linux-tdep.c: Include frame.h.
6162         (alpha_linux_sigcontext_addr): New function.
6163         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6164         alpha_linux_sigcontext_addr.
6165         * alpha-osf1-tdep.c: Include gdbcore.h.
6166         (alpha_osf1_sigcontext_addr): New function.
6167         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6168         alpha_osf1_sigcontext_addr.
6169         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6170         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6171
6172 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6173
6174         * stack.c (selected_frame_level):
6175         (select_frame): Do not set selected_frame_level.
6176         * frame.h (selected_frame_level): Delete declaration.
6177
6178 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6179
6180         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6181         convert_from_func_ptr-addr when AIX / PowerOpen.
6182
6183 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6184
6185         * valops.c (hand_function_call): Call
6186         generic_save_call_dummy_addr.
6187         * frame.h (generic_save_call_dummy_addr): Declare.
6188         * blockframe.c (struct dummy_frame): Add fields call_lo and
6189         call_hi.
6190         (generic_find_dummy_frame): Check for PC in range call_lo to
6191         call_hi instead of entry_point_address.
6192         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6193         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
6194         (generic_save_call_dummy_addr): New function.
6195
6196 2002-04-24  David S. Miller  <davem@redhat.com>
6197
6198         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6199         sparc_skip_prologue.
6200         (sparc_skip_prologue): Kill frameless_p arg, and use line number
6201         information to find prologue when possible.
6202         (sparc_prologue_frameless_p): Call examine_prologue directly.
6203         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6204         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6205         second argument.
6206         (SKIP_PROLOGUE): Likewise.
6207
6208 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6209
6210         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6211         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6212         indicate that the condition it was testing is always true.
6213         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6214         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6215         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6216
6217 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6218
6219         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6220         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6221         tdep->jb_pc and tdep->jb_elt_size.
6222         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6223         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6224         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6225         * alpha-nat.c (get_longjmp_target): Remove.
6226         (JB_ELEMENT_SIZE): Ditto.
6227         (JB_PC): Ditto.
6228         * alpha-tdep.c (alpha_get_longjmp_target): New function.
6229         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
6230         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6231         to alpha_get_longjmp_target.
6232         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6233         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6234         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6235
6236 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6237
6238         * README: Update to GDB 5.2.
6239
6240 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6241
6242         * gdbarch.sh (LC_ALL): Set to `c'.
6243
6244 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6245
6246         * avr-tdep.c: Ran through gdb_indent.sh.
6247
6248 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6249
6250         * MAINTAINERS: Add myself as AVR maintainer.
6251         * NEWS: Note new target avr.
6252
6253 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6254
6255         * Makefile.in: Add support for AVR target.
6256         * configure.tgt: Add support for AVR target.
6257         * avr-tdep.c: New file
6258         * config/avr/avr.mt: New file.
6259
6260 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6261
6262         * MAINTAINERS: Add myself to write-after-approval.
6263
6264 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6265
6266         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6267         with fprintf_unfiltered (gdb_stderr,....
6268
6269 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6270
6271         Fix PR gdb/508.
6272         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6273
6274 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6275
6276         * p-exp.y: Also use new prev_lexptr variable
6277         to improve error reporting. Based on Michael Snyder
6278         2002-04-24 dated patch to c-exp.y.
6279
6280 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6281
6282         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6283         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6284         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
6285         to 0.
6286         * config/alpha/tm-alpha.h: Remove forward decls of struct type
6287         and struct value.
6288         (FUNCTION_START_OFFSET): Remove.
6289         (BREAKPOINT): Ditto.
6290
6291 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6292
6293         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6294         * NEWS: Ditto.
6295
6296 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6297
6298         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6299         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6300         alpha_linux_pc_in_sigtramp.
6301         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6302         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6303         alpha_osf1_pc_in_sigtramp.
6304         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6305         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6306         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6307         alphafbsd_pc_in_sigtramp.
6308         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6309         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6310         alphanbsd_pc_in_sigtramp.
6311         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6312         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6313
6314 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6315
6316         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6317
6318 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6319
6320         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6321         alphanbsd-tdep.c.
6322         (alphanbsd-nat.o): New dependency list.
6323         (alphanbsd-tdep.o): Ditto.
6324         * NEWS: Note new native NetBSD/alpha configuration.
6325         * alphanbsd-nat.c: New file.
6326         * alphanbsd-tdep.c: Ditto.
6327         * configure.host (alpha*-*-netbsd*): New host.
6328         * configure.tgt (alpha*-*-netbsd*): New target.
6329         * config/alpha/nbsd.mh: New file.
6330         * config/alpha/nbsd.mt: Ditto.
6331         * config/alpha/nm-nbsd.h: Ditto.
6332         * config/alpha/tm-nbsd.h: Ditto.
6333
6334 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6335
6336         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6337         (alpha-osf1-tdep.o): New dependency list.
6338         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6339         and skip_sigtramp_frame members.
6340         * alpha-linux-tdep.c: Include gdbcore.h.
6341         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6342         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6343         * alpha-osf1-tdep.c: New file.
6344         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6345         alpha-osf1-dep.c.
6346         (alpha_frame_past_sigtramp_frame): New function.
6347         (alpha_dynamic_sigtramp_offset): Ditto.
6348         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6349         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6350         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6351         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6352         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6353         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6354         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6355         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6356         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6357         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6358         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
6359         to find_solib_trampoline_target.
6360         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6361         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6362         (SKIP_TRAMPOLINE_CODE): Remove.
6363         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6364         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6365         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6366         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6367         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6368         (PROC_SIGTRAMP_MAGIC): Ditto.
6369         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6370         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6371         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6372         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6373         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6374
6375 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6376
6377         * NEWS: Note that Alpha targets are now multi-arch.
6378
6379 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6380
6381         * parser-defs.h (prev_lexptr): New external variable.
6382         * parse.c (parse_exp_1): Set prev_lexptr to null before
6383         calling the language-specific parser.
6384         * c-exp.y (yylex): Set prev_lexptr to start of current token.
6385         (yyerror): Use prev_lexptr in error reporting.
6386
6387 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
6388
6389         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6390         * gregset.h: If FILL_FPXREGSET is defined, provide
6391         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6392         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6393         is defined, call fill_fpxregset.
6394
6395 2002-04-24  Roland McGrath  <roland@frob.com>
6396
6397         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6398         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6399         (supply_gregset, supply_fpregset): New functions.
6400
6401         * gnu-nat.c (gnu_find_memory_regions): New function.
6402         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6403         (gnu_xfer_memory): Add a cast.
6404
6405 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6406
6407         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6408         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
6409         of argument regs ("str r(0123), [r11, #-nn"]).
6410         (arm_skip_prologue): Better handling for frameless functions.
6411         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
6412         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6413
6414 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
6415
6416         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6417         NUM_PSEUDO_REGS can be used.
6418
6419 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
6420
6421         * arch-utils.h: Update copyright.
6422
6423         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6424         * gdbarch.h, gdbarch.c: Re-generate.
6425
6426         * inferior.h (IN_SIGTRAMP): Delete definition.
6427         * arch-utils.c (legacy_pc_in_sigtramp): New function.
6428         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6429
6430         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6431         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6432         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
6433         (find_proc_framesize): Ditto.
6434         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6435         (alpha_init_extra_frame_info): Ditto.
6436         * infrun.c (handle_inferior_event): Ditto.
6437         (handle_inferior_event): Ditto.
6438         (check_sigtramp2): Ditto.
6439         * blockframe.c (create_new_frame): Ditto.
6440         (get_prev_frame): Ditto.
6441         * ppc-linux-tdep.c: Update comments.
6442         * i386-linux-tdep.c: Update comments.
6443         * breakpoint.c (bpstat_what): Update comment.
6444
6445 2002-04-24  David S. Miller  <davem@redhat.com>
6446
6447         * i960-tdep.c (register_in_window_p): New function.
6448         (i960_find_saved_register): Use it instead of
6449         REGISTER_IN_WINDOW_P.
6450         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6451
6452         * symtab.h (find_stab_function_addr): Kill extern.
6453         * minsyms.c (find_stab_function_addr): Remove from here...
6454         * dbxread.c: ... to here, and mark it static.
6455
6456 2002-04-20  David S. Miller  <davem@redhat.com>
6457
6458         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6459         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6460
6461 2002-04-21  David S. Miller  <davem@redhat.com>
6462
6463         * remote-vxsparc.c (vx_read_register): Fix typo, we want
6464         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6465         (vx_write_register): Likewise.
6466
6467 2002-04-23  J. Brobecker  <brobecker@gnat.com>
6468
6469         * source.c (is_regular_file): New function.
6470         (openp): Check wether file to open is a regular file
6471         to avoid opening directories.
6472
6473 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6474
6475         * findvar.c (extract_signed_integer): Cast printf argument
6476         to suppress format warning.
6477         (extract_unsigned_integer): Likewise.
6478         * infcmd.c (registers_info): Likewise.
6479         * top.c (get_prompt_1): Likewise.
6480         * valops.c (value_assign): Likewise.
6481         * valprint.c (print_decimal): Likewise.
6482
6483 2002-04-22  H.J. Lu  (hjl@gnu.org)
6484
6485         * c-exp.y (typebase): Support
6486
6487         [long|long long|short] [signed|unsigned] [int|]
6488
6489         and
6490
6491         signed [long|long long|short] int
6492
6493 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6494
6495         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6496         and vax-tdep.h.
6497         * vax-tdep.h: New file.
6498         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6499         Make several routines static.
6500         (vax_get_saved_register): New function.
6501         (vax_gdbarch_init): New function.
6502         (_initialize_vax_tdep): Register vax_gdbarch_init.
6503         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6504         Remove macros now under the control of gdbarch.
6505
6506 2002-04-22  Michael Snyder  <msnyder@redhat.com>
6507
6508         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6509         Some whitespace and coding standards tweaks.
6510
6511 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6512
6513         * vax-tdep.c: Include regcache.h.
6514         (vax_call_dummy_words): New.
6515         (sizeof_vax_call_dummy_words): New.
6516         (vax_fix_call_dummy): New function.
6517         (vax_saved_pc_after_call): Ditto.
6518         * config/vax/tm-vax.h: Don't include regcache.h.
6519         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6520         (CALL_DUMMY): Remove.
6521         (CALL_DUMMY_WORDS): Define.
6522         (SIZEOF_CALL_DUMMY_WORDS): Define.
6523         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6524
6525 2002-04-18  Michael Snyder  <msnyder@redhat.com>
6526
6527         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6528
6529 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6530
6531         * vax-tdep.c (vax_frame_chain): New function.
6532         (vax_push_dummy_frame): Ditto.
6533         (vax_pop_frame): Ditto.
6534         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6535         (FRAMELESS_FUNCTION_INVOCATION): Use
6536         generic_frameless_function_invocation_not.
6537         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6538         (POP_FRAME): Use vax_pop_frame.
6539
6540 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6541
6542         * vax-tdep.c (vax_store_struct_return): New function.
6543         (vax_extract_return_value): Ditto.
6544         (vax_store_return_value): Ditto.
6545         (vax_extract_struct_value_address): Ditto.
6546         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6547         vax_store_struct_return.
6548         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6549         (STORE_RETURN_VALUE): Use vax_store_return_value.
6550         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6551
6552 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6553
6554         * vax-tdep.c (vax_frame_saved_pc): New function.
6555         (vax_frame_args_address_correct): Ditto.
6556         (vax_frame_args_address): Ditto.
6557         (vax_frame_locals_address): Ditto.
6558         (vax_frame_num_args): Move code to be in proximity to
6559         other frame-related functions.
6560         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6561         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6562         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6563         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6564         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6565
6566 2002-04-22  H.J. Lu  (hjl@gnu.org)
6567
6568         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6569         includedir.
6570
6571 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6572
6573         * vax-tdep.c (vax_frame_init_saved_regs): New function.
6574         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6575         (FRAME_INIT_SAVED_REGS): New macro.
6576
6577 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6578
6579         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6580
6581 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6582
6583         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6584         where needed.
6585         (fetch_osf_core_registers): Likewise.
6586         (supply_gregset): Likewise.
6587
6588 2002-04-22  J. Brobecker  <brobecker@gnat.com>
6589
6590         * symfile.h (get_section_index): Define.
6591         * symfile.c (get_section_index): New function.
6592         * mdebugread.c (SC_IS_SBSS): New macro.
6593         (SC_IS_BSS): Return true for the scBss storage class only, as
6594         the scSBss storage class refers to the .sbss section.
6595         (parse_partial_symbols): Discard the symbols which associated
6596         section does not exist.
6597         Make sure to use the .sbss section index for symbols which
6598         storage class is scBss, rather than using the .bss section index.
6599
6600 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6601
6602         * vax-tdep.c: Update copyright years.
6603         (vax_register_name): New function.
6604         (vax_register_byte): Ditto.
6605         (vax_register_raw_size): Ditto.
6606         (vax_register_virtual_size): Ditto.
6607         (vax_register_virtual_type): Ditto.
6608         * config/vax/tm-vax.h: Update copyright years.
6609         (REGISTER_NAMES): Remove.
6610         (REGISTER_NAME): Define.
6611         (REGISTER_BYTE): Use vax_register_byte.
6612         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6613         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6614         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6615
6616 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6617
6618         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6619         declaration
6620         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6621
6622 2002-04-21  David S. Miller  <davem@redhat.com>
6623
6624         * arch-utils.c (generic_prologue_frameless_p): Kill
6625         SKIP_PROLOGUE_FRAMELESS_P code.
6626         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6627         references.
6628         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6629         * arc-tdep.c (arc_prologue_frameless_p): Implement.
6630         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6631         references.
6632         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6633         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6634         (sparc_gdbarch_init): Pass it to
6635         set_gdbarch_prologue_frameless_p.
6636
6637 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6638
6639         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6640         (alphabsd-nat.o): New dependency list.
6641
6642 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6643
6644         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6645         alphafbsd-tdep.c.
6646         (alpha-linux-tdep.o): New dependency list.
6647         (alphafbsd-tdep.o): Likewise.
6648
6649 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6650
6651         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
6652         to here...
6653         * alpha-tdep.c: ...from here.
6654         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6655
6656 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6657
6658         * config/alpha/tm-alpha.h: Move alpha_software_single_step
6659         prototype from here...
6660         * alpha-tdep.h: ...to here.
6661
6662 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6663
6664         * frame.h (selected_frame_level): Document as deprecated.
6665         (frame_relative_level): Declare.
6666         * stack.c (frame_relative_level): New function.
6667         (selected_frame_level): Document as deprecated.
6668         (select_frame): Do not set the selected_frame_level.
6669
6670         * stack.c (frame_info, record_selected_frame): Update.
6671         (frame_command, current_frame_command): Update.
6672         (up_silently_base, up_command, down_silently_base): Update.
6673         (down_command): Update.
6674         * inflow.c (kill_command): Update.
6675         * tracepoint.c (finish_tfind_command): Update.
6676         * corelow.c (core_open): Update.
6677         * thread.c (info_threads_command): Update.
6678         (do_captured_thread_select): Update.
6679         * infcmd.c (finish_command): Update.
6680         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6681
6682 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6683
6684         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6685
6686 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6687
6688         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
6689         type const.
6690
6691 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6692
6693         * alphafbsd-tdep.c: Update copyright years.  Include
6694         alpha-tdep.h.
6695         (alphafbsd_use_struct_convention): Make static.
6696         (alphafbsd_init_abi): New function.
6697         (_initialize_alphafbsd_tdep): New function.
6698         * config/alpha/tm-fbsd.h: Update copyright years.
6699         (USE_STRUCT_CONVENTION): Remove.
6700
6701 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6702
6703         * alpha-tdep.c (alpha_abi_handler): New structure to describe
6704         an Alpha ABI variant.
6705         (alpha_abi_handler_list): Declare.
6706         (alpha_gdbarch_register_os_abi): New function.
6707         (alpha_gdbarch_init): Give registered ABI variant handlers a
6708         chance to tweak the gdbarch once we have set up defaults.
6709         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6710
6711 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6712
6713         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6714         to standard_coerce_float_to_double.
6715         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6716
6717 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6718
6719         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6720         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6721         from gdbarch_tdep rather than a constant.
6722         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6723         the default text address for all Alpha Unix ABIs.
6724         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6725         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6726
6727 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6728
6729         * alpha-tdep.h: New file.  Includes several Alpha target constants
6730         taken from...
6731         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
6732         let gdbarch deal with.
6733         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6734         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6735         to dependency list.
6736         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
6737         Alpha target register names.
6738         * alphabsd-nat.c: Likewise.
6739         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
6740         Alpha target register names.  Make serveral routines static.
6741         (alpha_get_saved_register): New function.
6742         (alpha_abi_names): New.
6743         (process_note_abi_tag_sections): New function.
6744         (get_elfosabi): New function.
6745         (alpha_gdbarch_init): New function.
6746         (alpha_dump_tdep): New function.
6747         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6748
6749 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6750
6751         * frame.c (find_saved_register): Delete #ifdef
6752         HAVE_REGISTER_WINDOWS code.
6753         * config/sparc/tm-sparc.h: Update comments.
6754         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6755
6756 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6757
6758         * i960-tdep.c (i960_find_saved_register): New function.
6759         (i960_get_saved_register): New function.
6760         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6761         (i960_get_saved_register): Declare.
6762         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6763
6764 2002-04-20  David S. Miller  <davem@redhat.com>
6765
6766         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6767
6768 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6769
6770         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6771         instead of NUM_PSEUDO_REGS.
6772
6773 2002-04-20  David S. Miller  <davem@redhat.com>
6774
6775         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6776         GDB_MULTI_ARCH_PARTIAL
6777         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6778         define, let tm-sp64.h do it.
6779
6780 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
6781
6782         * frame.c (find_saved_register): Avoid a NULL pointer
6783         dereference and actually walk the frame list.
6784
6785 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6786
6787         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6788         sorted in most most-recent-used order.  Document.
6789         * gdbarch.h, gdbarch.c: Regenerate.
6790
6791 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
6792
6793         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6794         instead of ->prev.
6795         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6796         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6797         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6798         instead of ->prev.
6799
6800 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
6801
6802         Fix PR gdb/471.
6803         * gdbtypes.c (init_simd_type): Rewrite using new functions.
6804         (build_builtin_type_vec128): Ditto.
6805         (append_composite_type_field): Fix calculation of type length in
6806         union case.
6807
6808 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
6809
6810         * config/djgpp/README: Update.
6811
6812         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6813         compiler warnings.
6814
6815 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
6816
6817         * alpha-tdep.c (setup_arbitrary_frame): Rename...
6818         (alpha_setup_arbitrary_frame): ...to this.
6819         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6820         for alpha_setup_arbitrary_frame.
6821
6822 2002-04-18  Andrew Cagney  <cagney@redhat.com>
6823
6824         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6825         * gdbarch.h, gdbarch.c: Regenerate.
6826
6827         * defs.h (breakpoint_from_pc_fn): Delete type definition.
6828         * target.h (memory_breakpoint_from_pc): Update declaration.
6829         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6830
6831         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6832         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6833         * mem-break.c (memory_breakpoint_from_pc): Ditto.
6834         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6835         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6836         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6837         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6838         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6839         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6840         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6841         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6842         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6843
6844         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6845         const pointer.
6846         * monitor.c (monitor_insert_breakpoint): Ditto.
6847         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6848
6849         * config/mcore/tm-mcore.h: Update copyright.
6850         * mem-break.c: Ditto.
6851         * xstormy16-tdep.c: Ditto.
6852
6853 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6854
6855         * p-exp.y: Add precedence rule for '^' token.
6856         This removes the shift/reduce conflicts.
6857         Remove the comment concerning these shift/reduce conflicts.
6858
6859 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
6860
6861         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6862         (registers_powerpc_nofp): New register set for processors
6863         without floating point unit.
6864
6865 2002-04-18  David S. Miller  <davem@redhat.com>
6866
6867         * MAINTAINERS: Add myself to write-after-approval.
6868
6869 2002-04-17  Michael Snyder  <msnyder@redhat.com>
6870
6871         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6872
6873 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6874
6875         * rs6000-tdep.c (frame_initial_stack_address): Use
6876         frame_register_read to read the alloca_reg.
6877
6878 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6879
6880         * frame.c (find_saved_register): Find saved registers in the next
6881         not prev frame.
6882         Fix PR gdb/365.
6883
6884 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
6885
6886         * gdbarch.sh (LANG): Set to ``c''.
6887
6888 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
6889
6890         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6891
6892 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
6893
6894         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6895         Update copyright.
6896
6897         * hpread.c (hpread_get_lntt): Add declaration.
6898         Also fix PR gdb/391.
6899
6900 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6901
6902         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6903         * aclocal.m4, configure: Re-generate.
6904         Fix PR gdb/391.
6905
6906 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
6907
6908         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6909         instead of tm_print_insn.
6910
6911 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
6912
6913         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6914
6915 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6916
6917         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6918         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6919         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6920
6921 2002-04-12  Don Howard  <dhoward@redhat.com>
6922
6923         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6924         max_user_call_depth.
6925         (init_cmd_lists): Initialize the new value;
6926         * cli/cli-script.c (execute_user_command): Limit the call depth of
6927         user defined commands.  This avoids a core-dump when user commands
6928         are infinitly recursive.
6929
6930 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6931
6932         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6933         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6934         from tdep struct instead of DEFAULT_LR_SAVE.
6935         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6936         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6937         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6938
6939 2002-04-12  Michael Snyder  <msnyder@redhat.com>
6940
6941         * Remote.c: Spelling fix.
6942         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6943         If no symbol found for "sbrk", try "_sbrk".
6944         (make_output_phdrs): Use bfd_section_name.
6945         (gcore_copy_callback): Use bfd_section_name.
6946         * eval.c: Indentation fix-ups.
6947         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6948         in case it gets applied to an address that is already
6949         in the instruction space.
6950         * cli/cli-decode.c (help_list): Allow long lines to wrap.
6951         * symfile.c: Fix indentation, long lines.
6952         * source.c: White space fix-up.
6953
6954 2002-04-12  Andrew Cagney  <cagney@redhat.com>
6955
6956         * defs.h (read_relative_register_raw_bytes): Delete declaration.
6957         * frame.c (frame_register_read): New function.  Return non-zero on
6958         success.
6959         (read_relative_register_raw_bytes_for_frame): Delete.
6960         (read_relative_register_raw_bytes): Delete.
6961         * frame.h (frame_register_read): Declare.
6962         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
6963         * sh-tdep.c: Ditto.
6964         * infcmd.c (do_registers_info): Ditto.
6965         * hppa-tdep.c: Ditto.
6966         * rs6000-tdep.c: Ditto.
6967         * h8500-tdep.c: Ditto.
6968         * mips-tdep.c: Ditto.
6969         * h8300-tdep.c: Ditto.
6970         * z8k-tdep.c: Ditto.
6971
6972 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6973
6974         From Jimi X <jimix@watson.ibm.com>:
6975         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6976         64-bit SysV ABI.
6977
6978 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6979
6980         From Jimi X <jimix@watson.ibm.com>:
6981         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6982         bfd info.
6983
6984 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
6985
6986         From Jimi X <jimix@watson.ibm.com>:
6987         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6988         register sets for these processor variants.
6989
6990 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
6991
6992         * regformats/reg-ppc.dat: Support FPSCR.
6993
6994 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
6995
6996         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6997         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6998         Add fpscr as an invalid/unfetchable register.
6999         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7000         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7001         (fill_fpregset): Add support for register fpscr.
7002         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7003         (fill_gregset): Account for the fact that register ``mq'' might
7004         not exist.
7005         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7006         (registers_power): Add fpscr to register set at slot 71.
7007         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7008         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
7009
7010 2002-04-11  Michael Snyder  <msnyder@redhat.com>
7011
7012         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7013         * configure: Regenerate.
7014         * config.in: Regenerate.
7015         * acconfig.h: Add define for _SYSCALL32.
7016         * core-sol2.c: Remove #define _SYSCALL32.
7017         * solib-legacy.c: Remove #define _SYSCALL32.
7018
7019 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
7020
7021         * stack.c (select_frame): Cleanup internal error message, do not
7022         use %p.
7023
7024 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
7025
7026         * stack.c (select_frame): Check that selected_frame and the
7027         specified level are as expected.
7028         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7029         Update copyright.
7030         * frame.h (struct frame_info): Add field `level'.  Update
7031         copyright.
7032         Work-in-progress PR gdb/464.
7033
7034 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
7035
7036         * maint.c (maint_print_section_info): Rename print_section_info.
7037         (print_bfd_section_info, print_objfile_section_info): Update.
7038         * inferior.h (struct gdbarch): Add opaque declaration.
7039         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7040         * gdbarch.h: Regenerate.
7041
7042 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
7043
7044         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7045         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7046         (kernel_u_size): Added.
7047         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7048         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7049
7050 2002-04-04  Jim Ingham  <jingham@apple.com>
7051
7052        * valarith.c (find_size_for_pointer_math): New function, either returns
7053        the size for a pointer's target, returns 1 for void *, or errors for
7054        incomplete types.
7055        (value_add, value_sub): use find_size_for_pointer_math.
7056
7057 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
7058
7059         * linux-low.c (linux_look_up_symbols): New hook.
7060         (linux_target_ops): Add linux_look_up_symbols.
7061         * remote-utils.c (decode_address): New function.
7062         (look_up_one_symbol): New function.
7063         * server.c (handle_query): Call target look_up_symbols hook.
7064         * server.h (look_up_one_symbol): Add prototype.
7065         * target.h (struct target_ops): Add look_up_symbols hook.
7066
7067 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
7068
7069         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7070         override FP_REGNUM with frame->fp.  Update copyright.
7071         * parse.c (num_std_regs, std_regs): Delete.
7072         (target_map_name_to_register): Do not search std_regs.  Update
7073         function description.
7074         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7075         declarations.  Update copyright.
7076         Fix PR gdb/251.
7077
7078 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
7079
7080         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7081         after the last symbol in a block.
7082
7083 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
7084
7085         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7086         is non zero as a found symbol.
7087
7088 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
7089
7090         * findvar.c: Include "builtin-regs.h".
7091         (value_of_register): Call value_of_builtin_reg when applicable.
7092         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7093         (target_map_name_to_register): Call
7094         builtin_reg_map_name_to_regnum.
7095         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7096         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7097         (builtin_regs_h): Define.
7098         (builtin-regs.o): New target.
7099         (findvar.o): Add $(builtin_regs_h).
7100         * builtin-regs.c, builtin-regs.h: New files.
7101         * std-regs.c: New file.
7102         Partial fix for PR gdb/251.
7103
7104 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7105
7106         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7107         it's no longer required.
7108
7109 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
7110
7111         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7112
7113 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7114
7115         From Jimi X <jimix@watson.ibm.com>:
7116         * rs6000-tdep.c (rs6000_software_single_step): Use
7117         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7118         and size.  Use target_insert_breakpoint() and
7119         target_remove_breakpoint() to insert and remove breakpoints
7120         instead of explicit memory reads and writes.
7121
7122 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7123
7124         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7125         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7126         ELF_OBJECT_FORMAT ifdef.
7127
7128 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7129
7130         From Jimi X <jimix@watson.ibm.com>:
7131         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7132
7133 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7134
7135         From Jimi X <jimix@watson.ibm.com>:
7136         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7137         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7138
7139 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
7140
7141         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7142         s/asprintf/xasprintf/.
7143         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7144
7145 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7146
7147         I believe Jeff Law denies responsability for this one:
7148         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7149         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7150         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7151         Work-around for PR gdb/366.
7152
7153 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7154
7155         * remote-e7000.c (write_small, e7000_read_inferior_memory,
7156         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7157         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7158
7159 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7160
7161         * sh-tdep.c (sh_fp_frame_init_saved_regs,
7162         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7163         information.
7164
7165 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7166
7167         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7168         maintainer.
7169
7170 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7171
7172         * README (Reporting Bugs in GDB): Document the bug web page as the
7173         prefered way of submitting bugs.
7174         Fix PR gdb/402.
7175
7176 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7177
7178         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7179         -1.  Update comment.
7180         * gdbarch.h, gdbarch.c: Re-generate.
7181
7182 2002-04-07  Andreas Schwab  <schwab@suse.de>
7183
7184         * m68klinux-nat.c (fill_fpregset): Properly pass address of
7185         buffer to regcache_collect.
7186
7187 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7188
7189         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
7190         * gdbarch.c, gdbarch.h: Re-generate.
7191
7192 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7193
7194         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7195         declaration.  Fix -Werror.
7196
7197 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
7198
7199         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7200         * gdbarch.c: Regenerate.
7201
7202 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7203
7204         * breakpoint.c (clear_command): Rewrite middle section to
7205         combine two loops with identical control conditions.
7206         Add a cleanup to eliminate a memory leak.
7207         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7208
7209 2002-04-05  H.J. Lu  (hjl@gnu.org)
7210
7211         * solib-svr4.c (bkpt_names): Add "__start".
7212
7213 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7214
7215         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7216         as test for 64 bit target.
7217
7218 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
7219
7220         * h8500-tdep.c (h8500_write_fp): Delete function.
7221         * dwarf2cfi.c (cfi_write_fp): Document as not used.
7222         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7223         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7224         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7225         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7226         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7227         (s390_write_fp):
7228         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7229         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7230         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7231         (d10v_write_fp): Delete function.
7232         * inferior.h (write_fp, generic_target_write_fp): Delete
7233         declarations.
7234         * regcache.c (generic_target_write_fp): Delete function.
7235         (write_fp): Delete function.
7236         * gdbarch.sh (TARGET_WRITE_FP): Delete.
7237         * gdbarch.h, gdbarch.c: Regenerate.
7238         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7239         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7240         (sparc64_write_fp): Delete declaration.
7241         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7242         (h8500_write_fp): Delete declaration.
7243
7244 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7245
7246         * sparc-tdep.c (sparc64_write_fp): Delete.
7247         (sparc_push_dummy_frame): Replace write_fp call with code to store
7248         the FP directly.
7249         (sparc_gdbarch_init): Do not initialize write_fp.
7250
7251 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
7252
7253         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7254         clause.
7255
7256 2002-03-29  Jim Blandy  <jimb@redhat.com>
7257
7258         * stack.c (get_selected_block): Add new argument `addr_in_block',
7259         used to return the exact code address we used to select the block,
7260         not just the block.
7261         * blockframe.c (get_frame_block, get_current_block): Same.
7262         * frame.h (get_frame_block, get_current_block,
7263         get_selected_block): Update declarations.
7264         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7265         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7266
7267 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7268
7269         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7270         warning message.
7271
7272 2002-04-05  J. Brobecker  <brobecker@gnat.com>
7273
7274         * utils.c (xfullpath): New function.
7275         * defs.h (xfullpath): Add declaration.
7276         * source.c (openp): Use xfullpath in place of gdb_realpath to
7277         avoid resolving the basename part of filenames when the
7278         associated file is a symbolic link. This fixes a potential
7279         inconsistency between the filenames known to GDB and the
7280         filenames it prints in the annotations.
7281         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7282         to be able to match a filename with either the real filename, or
7283         the name of any symbolic link to this file.
7284         (lookup_partial_symtab): Ditto.
7285
7286 2002-04-04  Michael Snyder  <msnyder@redhat.com>
7287
7288         * breakpoint.c: Add support for hardware breakpoints in overlays.
7289         (overlay_events_enabled): New state variable.
7290         (insert_breakpoints): Use overlay_events_enabled to decide
7291         whether to attempt to set a breakpoint at the overlay load addr.
7292         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7293         (remove_breakpoint): Use overlay_events_enabled to decide
7294         whether breakpoints need to be removed from overlay load addr.
7295         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7296         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7297         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7298         disable_overlay_breakpoints): Update overlay_events_enabled.
7299
7300 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
7301
7302         * dwarf2read.c (struct function_range): New.
7303         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7304         (check_cu_functions): New.
7305         (read_file_scope): Initialize global function lists.
7306         Call dwarf_decode_line after processing children.
7307         (read_func_scope): Add to global function list.
7308         (dwarf_decode_lines): Call check_cu_functions everywhere
7309         record_line is called.  Call record_line with a linenumber
7310         of 0 to mark sequence ends.
7311
7312 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
7313
7314         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7315         change sync with glibc.
7316
7317 2002-04-03  Jim Blandy  <jimb@redhat.com>
7318
7319         * configure.in: Call AC_C_INLINE.
7320         * configure: Regenerated.
7321
7322 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
7323
7324         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7325         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7326
7327 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
7328
7329         * NEWS: Mention gcore support on FreeBSD/i386.
7330
7331         * fbsd-proc.c: New file.
7332         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7333         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7334
7335         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7336         while statement.
7337
7338 2002-03-29  Jim Blandy  <jimb@redhat.com>
7339
7340         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7341         unescaped newlines in string literals, but newer ones don't.  So
7342         escape them.
7343
7344 2002-03-26  Michael Snyder  <msnyder@redhat.com>
7345             Andrew Cagney <cagney@redhat.com>
7346
7347         * cli/cli-dump.c: New file.  Dump memory to file,
7348         restore file to memory.
7349         * cli/cli-dump.h: New file.
7350         * Makefile.in: Add rules, dependencies for cli-dump.o.
7351         * NEWS: Mention new commands.
7352
7353 2002-03-28  Michael Snyder  <msnyder@redhat.com>
7354
7355         * symfile.c (symbol_file_add): Move test for null symbols to later.
7356
7357 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7358
7359         From veksler at il.ibm.com:
7360         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7361         the xstrduped original path.
7362         Fix PR gdb/417.
7363
7364 2002-03-27  Michael Snyder  <msnyder@redhat.com>
7365
7366         * breakpoint.c (_initialize_breakpoint): Clean up help string.
7367         * infcmd.c (_initialize_infcmd): Ditto.
7368         * language.c (_initialize_language): Ditto.
7369         * symfile.c (_initialize_symfile): Ditto.
7370         * top.c (_init_main): Ditto.
7371         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7372
7373 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
7374
7375         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7376         vector registers handling.
7377         (skip_prologue): Handle new AltiVec instructions.  Fill in new
7378         fields of frame data.
7379         (frame_get_saved_regs): Fill in information for AltiVec registers.
7380
7381 2002-03-27  Jim Blandy  <jimb@redhat.com>
7382
7383         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7384         a function; leave this macro here to invoke that function.
7385         (symbol_init_mangled_name): Declaration for that function.
7386         * symtab.c (symbol_init_mangled_name): New function.
7387
7388 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7389
7390         * valarith.c: Replace strerror with safe_strerror.
7391         * tracepoint.c: Ditto.
7392         * lin-lwp.c: Ditto.
7393         * go32-nat.c: Ditto.
7394         * inflow.c: Ditto.
7395         * gnu-nat.c: Ditto.
7396
7397 2002-03-27  Andreas Schwab  <schwab@suse.de>
7398
7399         * event-top.c (command_line_handler): Remove useless if.
7400
7401 2002-03-27  Andreas Jaeger  <aj@suse.de>
7402
7403         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7404         comment.
7405
7406 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
7407
7408         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7409         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7410         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7411         (x86_64_linux_dr_get_status, supply_gregset),
7412         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7413         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7414         (x86_64_register_info_table): Add.
7415         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7416         (x86_64_register_raw_size, x86_64_register_virtual_type),
7417         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7418         general x86_64_register_info_table.
7419         (i386_gdbarch_init): gdbarch_register_bytes is now set
7420         dynamicaly during initialization.
7421         * regformats/reg-x86-64.dat: Synced with changes to registers above.
7422         * gdbserver/linux-x86-64-low.c: Ditto.
7423
7424 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7425
7426         * gdbserver/server.c (main): Call target_signal_to_host_p
7427         and target_signal_to_host on signals received from the remote.
7428         * gdbserver/remote-utils.c (prepare_resume_reply): Call
7429         target_signal_from_host on signals sent to the remote.
7430         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
7431         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
7432
7433 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7434
7435         * signals/signals.c: Include "server.h" in gdbserver build.
7436         (target_signal_from_name): Don't use STREQ.
7437         (_initialize_signals): Likewise.  Don't include function in
7438         gdbserver build.
7439
7440 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7441
7442         * signals.c: Moved to...
7443         * signals/signals.c: Here.
7444         * Makefile (signals.o): Update.
7445
7446 2002-03-26  Jeff Law (law@redhat.com)
7447
7448         * somread.c (som_symtab_read): Remove some commented out code and
7449         updated related comments.  Do not set the minimal symbol table to
7450         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7451         in a dynamic executable.
7452         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7453         where we are unable to find the minimal symbol for the given
7454         PC value.
7455
7456 2002-03-25  Jeff Law (law@redhat.com)
7457
7458         * linux-proc.c (read_mapping): Scan up to end of line for filename.
7459
7460 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
7461
7462         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7463
7464 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7465
7466         * command.h: Update copyright.
7467         (struct cmd_list_element): Replace definition with opaque
7468         declaration.
7469         (enum cmd_types): Document that it will eventually be moved to
7470         cli/cli-decode.h
7471         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7472         (MALLOCED_REPLACEMENT): Delete macro.
7473         * Makefile.in (cli_decode_h): Add $(command_h).
7474         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7475         * top.c: Include "cli/cli-decode.h".
7476         * completer.c: Include "cli/cli-decode.h".
7477         * maint.c: Include "cli/cli-decode.h".
7478         * cli/cli-decode.h: Include "command.h".
7479         (enum command_class): Delete.
7480         (enum cmd_types): Comment out.
7481         (enum cmd_auto_boolean): Delete.
7482         (enum var_types): Delete.
7483
7484 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7485
7486         * cli/cli-decode.c: Include "gdb_assert.h".
7487         (add_set_or_show_cmd): New static function.
7488         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
7489         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
7490         all fields, such as func, from the set command.
7491
7492 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7493
7494         * MAINTAINERS (sh-elf): Change warning flag to -w.
7495
7496 2002-03-23  Andrew Cagney  <cagney@redhat.com>
7497
7498         * defs.h (error): Add printf format attribute.
7499         * thread-db.c (thread_from_lwp): Fix error format string.
7500         * stack.c (parse_frame_specification): Ditto.
7501         * cli/cli-decode.c (undef_cmd_error): Ditto.
7502         * scm-lang.c (scm_lookup_name): Ditto.
7503         * tracepoint.c (trace_error): Ditto.
7504         * remote-utils.c (usage): Ditto.
7505         * remote.c (compare_sections_command): Ditto.
7506         Fix PR gdb/328.
7507
7508 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
7509
7510         * gdbtypes.c (append_composite_type_field): New function.
7511         (init_composite_type): New function.
7512         * gdbtypes.h (append_composite_type_field): Declare.
7513         (init_composite_type): Ditto.
7514
7515 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
7516
7517         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7518         function.
7519         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7520         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7521         structure returning convention for SYSV ABI case, but not
7522         for GNU/Linux, FreeBSD, or NetBSD.
7523
7524 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
7525
7526         * symtab.h (lookup_block_symbol): Add mangled_name argument
7527         to prototype.
7528
7529         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7530         with new mangled_name argument.
7531         * linespec.c (decode_line_1): Likewise.
7532         * valops (value_of_this): Likewise.
7533         * symtab.c (lookup_transparent_type): Likewise.
7534         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
7535         (lookup_symbol): If we are given a mangled name, pass it down
7536         to lookup_symbol_aux.
7537         (lookup_block_symbol): If we are given a mangled name to check
7538         against, only return symbols which match it.
7539
7540 2002-03-22  Christopher Faylor  <cgf@redhat.com>
7541
7542         * win32-nat.c (child_create_inferior): Check for proper shell to use
7543         here, in case the user changes it on the fly.
7544         (_initialize_inftarg): Remove shell path considerations.
7545
7546 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
7547
7548         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7549         for gdbarch_max_register_raw_size and max_register_virtual_size.
7550         Adjust copyright year.
7551
7552 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
7553
7554          * dbxread.c (process_one_symbol): Extend the first N_SLINE
7555          in a function to cover the entire beginning of the function
7556          as well if it does not already.
7557
7558 2002-03-21  Tom Rix  <trix@redhat.com>
7559
7560         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7561         (rs6000_ptrace64): Renamed from ptrace64.
7562
7563 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7564
7565         * gdbserver/remote-utils.c (remote_open): Don't call
7566         getprotobyname, we're all using TCP here so just use
7567         IPPROTO_TCP.
7568         * gdbserver/gdbreplay.c (remote_open): Ditto.
7569
7570 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7571
7572         * regcache.c (_initialize_regcache): No need to call
7573         build_regcache() at this time; it gets called whenever
7574         the gdbarch changes.
7575
7576 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
7577
7578         * sparc-nat.c:  Include sys/param.h where possible.
7579
7580 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
7581
7582         Fix PR gdb/422.
7583         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7584         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7585         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7586         complex types.
7587         * stabsread.c (rs6000_builtin_type): Likewise.
7588         (read_sun_floating_type): Likewise.
7589
7590 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7591
7592         * stabsread.c (read_member_functions): Remove skip code for duplicate
7593         constructor/destructor methods.  Use standard parsing for these
7594         methods and just do not chain them to the list of methods after
7595         parsing.
7596
7597 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
7598
7599         * coffread.c: Remove redundant static declarations.  Replace
7600         occurrences of `PTR' with `void *'.
7601         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7602         * top.h (quit_cover): Likewise.
7603         * defs.h (catch_errors): Likewise.
7604
7605 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7606
7607         * defs.h (XMALLOC): Define.
7608         * gdb-events.sh (XMALLOC): Delete macro.
7609         * gdb-events.c, gdb-events.h: Regenerate.
7610         * gdbarch.sh (XMALLOC): Delete macro.
7611         * gdbarch.c: Regenerate.
7612         * serial.c (XMALLOC): Delete macro.
7613         * ui-file.c (XMALLOC): Ditto.
7614         * ser-unix.h (XMALLOC): Ditto.
7615         * sh-tdep.c (XMALLOC): Ditto.
7616         * ui-out.c (XMALLOC): Ditto.
7617         * utils.c (XMALLOC): Ditto.
7618         * i386-tdep.c (XMALLOC): Ditto.
7619         * gdb-events.c (XMALLOC): Ditto.
7620         * d10v-tdep.c (XMALLOC): Ditto.
7621         * cli-out.c (XMALLOC): Ditto.
7622
7623         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7624         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7625         * ui-file.c, ui-out.c: Ditto.
7626
7627 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7628
7629         * command.h (struct cmd_list_element): Add field context.
7630         (set_cmd_context, get_cmd_context): Declare.
7631         * cli/cli-decode.h: Ditto.
7632         * cli/cli-decode.c (get_cmd_context): New function.
7633         (set_cmd_context): New function.
7634         (add_cmd): Initialize context.
7635         Part of fixing PR gdb/145 and PR gdb/146.
7636
7637 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7638
7639         * cli/cli-decode.c (cmd_type): New function.
7640         * command.h (cmd_type): Declare.
7641         * infrun.c (set_schedlock_func): Call function cmd_type.
7642         * kod.c (kod_set_os): Call cmd_type.
7643         * cris-tdep.c (cris_version_update): Use function cmd_type.
7644         (cris_mode_update, cris_abi_update): Ditto.
7645
7646         * command.h: (execute_cmd_post_hook): Declare.
7647         (execute_cmd_pre_hook): Declare.
7648         * cli/cli-script.c (clear_hook_in_cleanup): New function.
7649         (execute_cmd_post_hook, execute_cmd_pre_hook): New
7650         functions. Execute pre/post hook while ensuring that afterwords
7651         hook_in is cleared.
7652         * top.c (execute_command): Use execute_cmd_post_hook, and
7653         execute_cmd_pre_hook to execute pre/post commands.
7654         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7655         hook_stop_stub.
7656         (hook_stop_stub): Call execute_cmd_pre_hook.
7657
7658 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7659
7660         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
7661         set'' and this leads to a core dump.  Move xstrdup of
7662         operating_system to after check that it is not NULL.
7663
7664 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7665
7666         * kod.c (kod_set_os): Remove unnecessary check that
7667         ``command->type'' is set_cmd.
7668
7669         * valprint.c (set_input_radix): Use input_radix.
7670         (set_output_radix): Use output_radix.
7671         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7672         isn't reverted.
7673
7674 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
7675
7676         * value.h (struct value): Delete field ``substring_addr''.  Change
7677         aligner fields to force_doublest_align, force_longest_align,
7678         force_core_addr_align and force_pointer_aligh.
7679
7680         * value.h (struct value): Fix typo in above change.
7681
7682 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7683
7684         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7685         to fix internal_error from ``maintenance print architecture''.
7686
7687 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7688
7689         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7690         for gcc versions after gcc-2.8.1.
7691
7692 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7693
7694         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7695         for method resolution.  Restore adjustment of ``this'' pointer after
7696         calling value_struct_elt, which was accidentally removed during the
7697         HP merge.
7698
7699 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
7700
7701         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7702         value_of_register.
7703         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
7704         get_saved_register.
7705         * value.h (value_of_register): Update.
7706
7707 2002-03-14  Richard Henderson  <rth@redhat.com>
7708
7709         * configure.in: Detect declaration for canonicalize_file_name.
7710         * utils.c (canonicalize_file_name): Declare, if needed.
7711         (gdb_realpath): Prefer realpath if available and usable.
7712         * config.in, configure: Rebuild.
7713
7714 2002-03-14  Richard Henderson  <rth@redhat.com>
7715
7716         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7717         a constant array bound.
7718
7719         * MAINTAINERS: Add myself to write-after-approval.
7720
7721 2002-03-14  Michael Snyder  <msnyder@redhat.com>
7722
7723         * symfile.c (syms_from_objfile): Return immediately if no syms.
7724         (symbol_file_add): Return immediately if no syms.
7725         (find_sym_fns): Return immediately if no syms.
7726
7727 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
7728
7729         * gdbserver/remote-util.c (remote_open): Print remote-side's
7730         IP address when remote debugging over the network.
7731
7732 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
7733
7734         * config/sparc/fbsd.mh: Fix copyright.
7735         * config/sparc/fbsd.mt: Likewise.
7736
7737 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
7738
7739         * MAINTAINERS: Fix typo in name of gdb warnings option.
7740         (x86-64): Fix formating so that this can be parsed by awk.
7741
7742 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7743
7744         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7745         * defs.h: Include "gdb/signals.h".
7746         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7747
7748 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
7749
7750         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7751         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7752         from x86-64-tdep.h
7753
7754 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7755             Don Howard <dhoward@redhat.com>
7756
7757         * mips-tdep.c (ST0_FR): Define.
7758         (mips2_fp_compat): New function, temporarily disabled.
7759         (mips_read_fp_register_single): New function.
7760         (mips_read_fp_register_double): New function.
7761         (mips_print_register): Use them.
7762         (do_fp_register_row): Likewise.
7763
7764 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
7765
7766         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7767         approval''.
7768
7769 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7770
7771         * stabsread.c (read_member_functions): Fix is_stub test for
7772         static member functions, improve comment.
7773
7774 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7775
7776         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7777         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7778         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7779         commands that set boolean values.
7780         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7781         (arm_rdi_resume): Always initialize PC.
7782         (arm_rdi_open): Don't use rslt as a boolean.
7783         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7784         (arm_rdi_fetch_registers, arm_rdi_store_registers)
7785         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7786         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7787
7788 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
7789
7790         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7791         * configure: Rebuilt.
7792
7793 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7794
7795         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7796         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7797
7798 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
7799
7800         * cli/cli-decode.c (set_cmd_completer): New function.
7801         * command.h (set_cmd_completer): Declare.
7802         * cli/cli-decode.h (set_cmd_completer): Ditto.
7803
7804         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7805         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7806         * win32-nat.c (_initialize_inftarg): Ditto.
7807         * remote-rdi.c (_initialize_remote_rdi): Ditto.
7808         * proc-api.c (_initialize_proc_api): Ditto.
7809         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7810         * source.c (_initialize_source): Ditto.
7811         * exec.c (_initialize_exec): Ditto.
7812         * solib.c (_initialize_solib): Ditto.
7813         * top.c (init_main): Ditto.
7814         * tracepoint.c (_initialize_tracepoint): Ditto.
7815         * symfile.c (_initialize_symfile): Ditto.
7816         * printcmd.c (_initialize_printcmd): Ditto.
7817         * infcmd.c (_initialize_infcmd): Ditto.
7818         * corefile.c (_initialize_core): Ditto.
7819
7820 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7821
7822         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7823
7824 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7825
7826         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7827
7828 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
7829
7830         * NEWS: Update headings, 5.2 has branched.
7831
7832 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
7833
7834         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7835         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7836         (register_addr, REGISTER_RAW_SIZE): Likewise.
7837         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7838         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7839
7840 2002-03-03  Michal Ludvig <mludvig@suse.cz>
7841
7842         * MAINTAINERS (x86-64): Add myself.
7843         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7844         changed value_ptr -> struct value *
7845
7846 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
7847
7848         * configure.host (sparc64-*-freebsd): Add.
7849         * configure.tgt: Likewise.
7850         * config/sparc/fbsd.mh: New file.
7851         * config/sparc/fbsd.mt: Likewise.
7852         * config/sparc/nm-fbsd.h: Likewise.
7853         * config/sparc/tm-fbsd.h: Likewise.
7854
7855 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
7856
7857         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7858         regformats/reg-s390x.dat.
7859
7860 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
7861
7862         * utils.c: Add FIXME explaining true/false problem.
7863
7864 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
7865
7866         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7867
7868 2002-02-28  Michael Chastain  <mec@shout.net>
7869
7870         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7871
7872 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
7873
7874         * gdbserver/linux-s390-low.c: New file.
7875         * regformats/reg-s390.dat: New file.
7876         * regformats/reg-s390x.dat: New file.
7877         * gdbserver/configure.srv: Add S/390.
7878         * gdbserver/Makefile.in: Add S/390.
7879         * configure.tgt: Enable gdbserver for S/390.
7880
7881 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
7882
7883         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7884         first line of the doc string for "info dos", except at the end of
7885         the sentence, since the short help stops at the first period.
7886
7887 2002-02-28  Jason Merrill  <jason@redhat.com>
7888
7889         * dwarf2read.c (dwarf_cfi_name): Add new codes.
7890
7891 2002-02-27  Fred Fish  <fnf@redhat.com>
7892
7893         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7894         comment (dumy -> dummy).
7895
7896 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7897
7898         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7899
7900 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
7901
7902       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7903
7904 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7905
7906         * gdbserver/acconfig.h: New file.
7907         * gdbserver/i387-fp.c: New file.
7908         * gdbserver/i387-fp.h: New file.
7909         * gdbserver/linux-x86-64.c: New file.
7910         * regformats/reg-x86-64.dat: New file.
7911         * configure.tgt: Add x86_64-*-linux* gdbserver support.
7912         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7913         * gdbserver/configure.in: Add support for regsets.
7914         * gdbserver/config.in: Regenerate.
7915         * gdbserver/configure: Regenerate.
7916         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
7917         * gdbserver/linux-low.h: New file.
7918         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
7919         for regsets.
7920         * gdbserver/linux-arm-low.c: Include "linux-low.h".
7921         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7922         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7923         * gdbserver/linux-mips-low.c: Include "linux-low.h".
7924         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7925         * gdbserver/linux-sh-low.c: Include "linux-low.h".
7926         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
7927         "i387-fp.h".  Add PTRACE_GETREGS and friends.
7928         * gdbserver/regcache.c (supply_register): New function.
7929         (supply_register_by_name): New function.
7930         (collect_register): New function.
7931         (collect_register_by_name): New function.
7932
7933 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7934
7935         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7936         (config.status): Add configure.srv dependency.
7937         (server_h): Add config.h dependency.
7938
7939 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
7940
7941         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7942         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7943         * gdbserver/configure.srv: Change i386-*-linux* to use
7944         reg-i386-linux.o.
7945
7946 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7947
7948         * x86-64-tdep.c: Re-indent.  Update copyright date.
7949
7950 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7951
7952         From Michal Ludvig <mludvig@suse.cz>:
7953         * x86-64-tdep.c (value.h): Delete.
7954         (gdb_assert.h): Include.
7955         (x86_64_register_convert_to_virtual,
7956         x86_64_register_convert_to_raw ): Add check which lets only
7957         floating-point values to be converted.
7958         (value_push): Delete.
7959         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7960         (i386_gdbarch_init): Number of register_bytes fixed.
7961
7962 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7963
7964         * MAINTAINERS: Add x86-64 target.
7965
7966 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7967
7968         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7969         * osfsolib.c (solib_map_sections): Ditto.
7970         * irix5-nat.c (solib_map_sections): Ditto.
7971         * corelow.c (gdb_check_format): Ditto.
7972         * symfile.c (symfile_bfd_open): Ditto.
7973         * solib.c (solib_map_sections): Ditto.
7974         Fix PR gdb/354.
7975
7976 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
7977
7978         * remote.c (_initialize_remote): By default, disable ``e'' and
7979         ``E'' step out-of-range packets.
7980
7981 2002-02-26  Andreas Schwab  <schwab@suse.de>
7982
7983         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7984         m68k_linux_frame_saved_pc.
7985         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7986         in_sigtramp.
7987         (SIGCONTEXT_PC_OFFSET): Remove.
7988         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7989         m68k_linux_sigtramp_saved_pc): New functions.
7990         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7991         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7992         (UCONTEXT_PC_OFFSET): Define.
7993         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7994         non-RT and RT signal trampolines.
7995
7996 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
7997
7998         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7999         (TARGET_NBPG, STACK_END_ADDR): Delete
8000         (VARIABLES_INSIDE_BLOCK): Delete.
8001
8002 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
8003
8004         * utils.c (perror_with_name): Make string parameter constant.
8005         (print_sys_errmsg): Ditto.
8006         (query): Ditto.
8007         * defs.h (perror_with_name): Update.
8008         (print_sys_errmsg): Update.
8009         (query): Update.
8010
8011 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
8012
8013         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8014         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8015
8016 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8017
8018         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8019         if it already matches the current architecture from the exec file.
8020         Include arch-utils.h for gdbarch_info_init prototype.
8021         * Makefile.in (rs6000-nat.o): Update dependencies.
8022
8023 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
8024
8025         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8026          list of exported variables.
8027
8028 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
8029
8030         * gdbserver/configure.srv: New file.
8031         * gdbserver/configure.in: Use configure.srv instead
8032         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
8033         from it.
8034         * gdbserver/configure: Regenerated.
8035         * gdbserver/terminal.h: New file.
8036         * gdbserver/Makefile.in: Update for configure changes.  Remove
8037         more unneeded include paths.
8038
8039 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
8040
8041         From wiz at danbala:
8042         * config/sparc/tm-sp64.h: Fix grammar and typos.
8043         Fix PR gdb/287.
8044
8045 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
8046
8047         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8048         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
8049         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8050         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8051         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8052         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8053         * s390-tdep.c: Ditto.
8054         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8055         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8056         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8057         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8058         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8059         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8060         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8061         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8062         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8063         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8064         Fix PR gdb/378.
8065
8066 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8067
8068         * lin-thread.c: Delete file.
8069         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8070         to gdb_proc_service.h.
8071         * configure: Re-generate.
8072
8073         * ocd.c (ocd_open): Do not try to open the "ocd" device.
8074         * serial.c (serial_open): Delete check for "ocd".
8075         Fix PR gdb/349.
8076
8077         * Makefile.in (linux-thread.o): Delete target.
8078         * linux-thread.c: Delete file.
8079
8080         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
8081         renamed SH files to be consistent.
8082
8083         * symtab.c (sort_search_symbols): Use xfree.
8084
8085 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8086
8087         * arm-linux-tdep.c (arm_linux_init_abi): Register
8088         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8089         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8090         definition with undef, since we don't want the sysvr4 definition.
8091         (SKIP_TRAMPOLINE_CODE): Likewise.
8092
8093 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8094
8095         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8096
8097         * configure.in: (AC_CHECK_FUNCS) Added test for
8098         canonicalize_file_name Regenerated.
8099         * config.in, configure: Regenerated.
8100         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8101         defined use canonicalize_file_name.
8102
8103 2002-02-23  Michael Chastain  <mec@shout.net>
8104
8105         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8106
8107 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8108
8109         * README: Remove references to cygnus.com.
8110         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8111         dot com'' form.  Remove references to cygnus.com and sourceware.
8112
8113 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8114
8115         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8116         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8117         1003.1-2001 no longer allows "head -1".
8118         * gdb/Makefile.in (version.c): Likewise.
8119         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8120         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8121         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
8122
8123 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8124
8125         * cli/cli-decode.c (cmd_cfunc_eq): New function.
8126         * command.h (cmd_cfunc_eq): Declare.
8127         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8128
8129         * cli/cli-cmds.h (is_complete_command): Change parameter to a
8130         ``struct cmd_list_element *''.
8131         * cli/cli-cmds.c (is_complete_command): Update.  Use
8132         cmd_cfunc_eq.
8133         * top.c (execute_command): Pass the command to
8134         is_complete_command.
8135         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8136
8137 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8138
8139         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8140         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8141         architecture defines.
8142         * s390-tdep.c (s390_gdbarch_init): Likewise.
8143
8144 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8145
8146         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8147         (arm_linux_push_arguments): Likewise.
8148         (arm_linux_init_abi): Register them.  Also register linux-specific
8149         call_dummy_words.
8150         (find_minsym_and_objfile): Use strcmp, not STREQ.
8151         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8152         (arm_linux_call_dummy_words): Delete declaration.
8153         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8154         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8155         declarations.
8156         (LOWEST_PC): Delete.
8157
8158 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8159
8160         * maint.c (print_section_info): Do not prepend `0x' to filepos
8161         output, it will be handled by local_hex_string_custom.
8162
8163 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8164
8165         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8166         (store_newfpe_double, store_newfpe_extended, store_fpregister)
8167         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8168
8169 2002-02-22  Jim Blandy  <jimb@redhat.com>
8170
8171         Indicate that the bcache functions don't change the strings
8172         they're passed.
8173         * bcache.h (bcache, hash): Add `const' keywords to declarations.
8174         * bcache.c (bcache, hash): Add `const' keywords to definitions.
8175
8176 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
8177
8178         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8179
8180 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8181
8182         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8183         find the complete path to a loaded DLL.
8184
8185 2002-02-21  Fred Fish  <fnf@redhat.com>
8186
8187         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8188         that marks the end of the range of a function, enter a line number
8189         entry that has a line number of zero and a PC offset that matches
8190         the end of the function.  This starts a range of PC's for which no
8191         line number information is known.
8192         * symtab.c (find_pc_sect_line): If our best fit is in a range of
8193         PC's for which no line number info is found (line number is zero)
8194         then we didn't find any valid line information.
8195         * symtab.h: Document use of zero line number entry.
8196
8197 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
8198
8199         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8200         (have_ptrace_getvrregs): Define for run time checks.
8201         (gdb_vrregset_t): New type for Altivec register handling.
8202         (fetch_register, store_register): Fetch/store altivec register
8203         when needed.
8204         (fetch_altivec_register, store_altivec_register): New functions.
8205         (supply_vrregset, fill_vrregset): New functions.
8206         (fetch_altivec_registers, store_altivec_registers): New functions.
8207         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8208         registers as well.
8209
8210 2002-02-21  Jiri Smid  <smid@suse.cz>
8211
8212         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8213
8214 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8215
8216         * Makefile.in (armnbsd-nat.o): Update dependencies.
8217         * armnbsd-nat.c (supply_gregset): New function.  Common code to
8218         supply the integer register set.
8219         (supply_fparegset): New function.  Similar for FPA registers.
8220         (fetch_regs, fetch_fp_regs): Use them.
8221         (fetch_core_registers): Likewise.
8222         (fetch_elfcore_registers): New function.
8223         (arm_netbsd_elfcore_fns): New core-file type specification.
8224         (_initialize_arm_netbsd_nat): Register it.
8225
8226 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8227
8228         * armnbsd-nat.c: Include gdbcore.h.
8229         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8230         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8231         'void' to declaration, to shut up ARI.
8232         (fetch_core_registers): Make static.  Rewrite using supply_register.
8233         (arm_netbsd_core_fns): New core-file type specification.
8234         (_initialize_arm_netbsd_nat): New function.
8235
8236 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8237
8238         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8239         value.
8240
8241 2002-02-20  Christopher Faylor  <cgf@redhat.com>
8242
8243         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8244         fails.
8245
8246 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8247
8248         * jv-exp.y (parse_number): Change type of implicit longs
8249         to builtin_type_uint64.
8250
8251 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8252
8253         * gdbserver/linux-low.c (mywait): Change argument to waitpid
8254         to be an integer instead of a `union wait'.
8255
8256 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8257
8258         * mips-linux-nat.c: Call the operating system GNU/Linux.
8259         * mips-linux-tdep.c: Likewise.
8260         * mips-tdep.c: Likewise.
8261
8262 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8263
8264         Fix PR gdb/265.
8265         * jv-exp.y (parse_number): Handle 64-bit integers.
8266
8267 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8268
8269         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
8270         AC_STDC_HEADERS to AC_HEADER_STDC.
8271         * gdbserver/configure: Regenerated.
8272
8273 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8274
8275         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8276         is defined.
8277         * sparc-tdep.c (get_longjmp_target): Likewise.
8278
8279 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8280
8281         * News: Add news about ARM and Multi-arch.  Mention the new target
8282         arm*-*-netbsd*.
8283
8284 2002-02-19  Jim Blandy  <jimb@redhat.com>
8285
8286         * stabsread.c (error_type_complaint): Improve error message.
8287
8288 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
8289
8290         * gdbserver/README: Update documentation.
8291         * gdbserver/configure.in: Update configury to match documentation.
8292         * gdbserver/Makefile.in: Likewise.
8293         * gdbserver/configure: Regenerated.
8294         * gdbserver/aclocal.m4: New file, generated by aclocal.
8295         * gdbserver/config.in: New file, generated by autoheader.
8296
8297 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8298
8299         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8300         armnbsd-nat.c.
8301
8302 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8303
8304         * arm-tdep.h (enum arm_float_model): New enum.
8305         (struct gdbarch_tdep): Add fp_model.
8306         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
8307         up floating-point conversions until we know the floating-point model
8308         in use by the inferior.  Don't complain about being unable to
8309         determine the ABI of the inferior when we don't have one.
8310         (arm_extract_return_value): Support different floating-point models.
8311         (arm_store_return_value): Likewise.
8312         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8313         ARM_FLOAT_SOFT.
8314         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8315
8316 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8317
8318         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8319         of ``current_gdbarch''.
8320
8321 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8322
8323         * armnbsd-nat.c : ANSIfy all function declarations.
8324         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8325         (fetch_inferior_registers): Re-implement in terms of above.
8326         (store_register, store_regs, store_fp_register, store_fp_regs): New.
8327         (store_inferior_registers): Re-implement in terms of above.
8328
8329 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8330
8331         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8332         kernel.
8333         * arm-linux-tdep.c: Likewise.
8334         * config/arm/tm-linux.h: Likewise.
8335
8336 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8337
8338         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8339         * config/arm/nbsd.mt (TM_FILE): Delete.
8340         * config/arm/tm-nbsd.h: Delete.
8341
8342 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8343
8344         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8345         Initialize CALL_DUMMY_LENGTH.
8346
8347 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8348
8349         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8350         function.
8351         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8352         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8353         defines one thing and that is incorrect for this port.
8354         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8355
8356 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8357
8358         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8359
8360 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8361
8362         * win32-nat.c (display_selector): New function. Displays information
8363         about the information returned by GetThreadSelectorEntry API function.
8364         (display_selectors): New function. Displays the infomation of
8365         the selector given as argument, or of CS, DS ans FS selectors
8366         if no argument is given.
8367         ( _initialize_inftarg): Add "w32" as info prefix command.
8368         Add "info w32 selector" as command calling display_selectors.
8369
8370 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
8371
8372         * i386-tdep.c (get_longjmp_target): Fix compilation failure
8373         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8374         if not defined.
8375
8376 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8377
8378         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8379
8380 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8381
8382         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8383         (arm_fix_call_dummy): Call it.
8384         (arm_call_dummy_breakpoint_offset): Delete.
8385         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8386         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8387
8388 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
8389
8390         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8391         Default to func_frame_chain_valid.
8392         * gdbarch.h, gdbarch.c: Re-generate.
8393         * frame.h (FRAME_CHAIN_VALID): Delete definition.
8394
8395 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
8396
8397         * ppc-linux-nat.c: Update copyright.
8398         (fetch_register, store_register): Add tid parameter, don't compute
8399         tid here.
8400         (fetch_ppc_registers, store_ppc_registers): Add tid
8401         parameter. Pass it along to callees.
8402         (fetch_inferior_registers, store_inferior_registers): Compute tid
8403         here, and pass it to calleed functions.
8404         (fill_gregset, supply_fpregset): Clean up formatting.
8405
8406 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8407
8408         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8409         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8410
8411 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8412
8413         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8414         * gdbarch.c gdbarch.h: Regenerate.
8415         * breakpoint.c (create_longjmp_breakpoint): Always compile this
8416         function.
8417         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8418         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8419         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8420
8421         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8422         * arm-tdep.c (arm_get_longjmp_target): New function.
8423         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
8424         this to a positive value register arm_get_longjmp_target as the
8425         longjmp handler.
8426         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8427         (arm_linux_init_abi): Set up longjmp description in tdep.
8428         * armnbsd-nat.c (get_longjmp_target): Delete.
8429         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8430         description in tdep.
8431         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8432         (get_longjmp_target): Delete declaration.
8433         (GET_LONGJMP_TARGET): Delete.
8434         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8435         (GET_LONGJMP_TARGET): Delete.
8436
8437 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
8438
8439         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
8440         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8441         of ``current_gdbarch''.
8442
8443 2002-02-17  Tom Tromey  <tromey@redhat.com>
8444
8445         * cli/cli-cmds.c (compare_strings): New function.
8446         (complete_command): Only print each unique item once.
8447         * completer.h (complete_line): Declare.
8448         * completer.c (complete_line): New function.
8449         (line_completion_function): Use it.
8450
8451 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
8452
8453         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8454         * gdbarch.h, gdbarch.c: Re-generate.
8455
8456 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8457
8458         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8459
8460 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8461
8462         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8463         * valops.c (value_arg_coerce): Don't take the address of a reference
8464         to convert an argument to a reference.
8465
8466 2002-02-15  Christopher Faylor  <cgf@redhat.com>
8467
8468         * win32-nat.c (get_image_name): New function.
8469         (handle_load_dll): Use get_image_name function.
8470         (get_child_debug_event): Avoid registering debug events until possibly
8471         execed process is started.
8472         (child_create_inferior): Allow invocation via shell so that command
8473         line redirection, etc.  works ok.
8474         (_initialize_inftarg): Add new command: "set shell" to control whether
8475         a shell is used to start a process.
8476
8477 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8478
8479         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8480         instead of find_register_by_number.
8481         (cannot_store_register): Likewise.
8482
8483 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8484
8485         * dwarf2read.c: Replace fprintf (stderr, ...) by
8486         fprintf_unfiltered (gdb_stderr, ...).
8487
8488 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8489
8490         * gdbserver/gdbserver.1: Document --attach.
8491
8492 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8493
8494         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8495         descriptions.
8496         * arm-tdep.c (arm_default_arm_le_breakpoint)
8497         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8498         (arm_default_thumb_be_breakpoint): New.  Initialize them from
8499         traditional breakpoint defines.
8500         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8501         (arm_gdbarch_init): Initialize new breakpoint variables.
8502         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8503         (arm_linux_init_abi): Initialize linux-specific breakpoint.
8504         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8505         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8506         code out to ...
8507         (arm_netbsd_init_abi_common): ... here; new function.
8508         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8509         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8510         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8511         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8512
8513 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8514
8515         * arm-tdep.h (enum arm_abi): New enum.
8516         (struct gdbarch_tdep): New structure.
8517         (LOWEST_PC): Provide a default.
8518         (arm_gdbarch_register_os_abi): Declare new function.
8519         * arm-tdep.c (arm_abi_names): New array.
8520         (process_note_abi_tag_sections): New function.
8521         (get_elfosabi): New function.
8522         (arm_gdbarch_register_os_abi): New function.
8523         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
8524         support for that ABI has been built in, then call the appropriate
8525         configuration routine.  Use gdbarch_num_regs() to get the number
8526         of registers.
8527         (arm_dump_tdep): New function.
8528         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8529         place-holder functions.
8530         (_initialize_arm_tdep): Register them.
8531         * config/arm/tm-arm.h (LOWEST_PC): Delete.
8532
8533         * armnbsd-tdep.c: New file.
8534         * Makefile.in (armnbsd-tdep.o): Add dependencies.
8535         * config/arm/nbsd.mt (TDEPFILES): Add it.
8536         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8537
8538         * armnbsd-nat.c: Include regcache.h.
8539         * Makefile.in (armnbsd-nat.o): Update dependency list.
8540
8541         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8542
8543 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8544
8545         * gdbserver/Makefile.in: Fix typos in target rules.
8546
8547 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8548
8549         Fix part of PR gdb/267.
8550         * linespec.c (find_methods): Handle constructors specially for now.
8551
8552 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
8553
8554         * arm-tdep.c (arm_push_arguments): Eliminate special float type
8555         handling.
8556         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8557         standard_coerce_float_to_double().
8558
8559 2002-02-14  Christopher Faylor  <cgf@redhat.com>
8560
8561         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8562         GDBINIT_FILENAME.
8563
8564 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
8565
8566         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8567         find_variant_by_name, because it confuses the multiarch
8568         framework. Return NULL if there isn't an architecture with the
8569         user supplied name, instead of forcing a different one without
8570         recording the change with the multiarch machinery.
8571         (find_variant_by_name): Delete.
8572
8573 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8574
8575         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8576         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8577
8578 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
8579
8580         * stack.c (print_frame_info_base): When calling
8581         print_frame_info_listing_hook, set current_source_symtab.
8582
8583 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8584
8585         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8586         and remove unused $(INCLUDE_DIR).
8587         Add regcache.c to OBS.
8588         Add generated register protocol files to clean target.
8589         Update dependencies for new objects, obsolete old target code.
8590
8591         * gdbserver/linux-low.c: Remove all platform-specific code to
8592         new files.  Remove various dead code.  Update to use regcache
8593         functionality.
8594         * gdbserver/remote-utils.c (fromhex): Add return statement
8595         to quiet warning.
8596         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8597         constant.
8598         (input_interrupt): Add integer parameter to match prototype
8599         of a signal handler.
8600         (outreg): Use register_data ().
8601         (prepare_resume_reply): Use gdbserver_expedite_regs.
8602         * gdbserver/server.c (main): Dynamically allocate own_buf because
8603         PBUFSIZ is no longer constant.  Use registers_to_string () and
8604         registers_from_string ().
8605         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
8606         for error (), fatal (), and warning ().  Update definition of
8607         PBUFSIZ to use regcache functionality.  Add include guard.
8608         * gdbserver/utils.c (fatal): Add missing ``const''.
8609         (warning): New function.
8610
8611         * regformats/regdat.sh: Include "regcache.h" in generated files.
8612         Provide init_registers () function.
8613         * regformats/regdef.h: Add prototype for set_register_cache ().
8614         Add include guard.
8615
8616         * gdbserver/linux-arm-low.c: New file.
8617         * gdbserver/linux-i386-low.c: New file.
8618         * gdbserver/linux-ia64-low.c: New file.
8619         * gdbserver/linux-m68k-low.c: New file.
8620         * gdbserver/linux-mips-low.c: New file.
8621         * gdbserver/linux-ppc-low.c: New file.
8622         * gdbserver/linux-sh-low.c: New file.
8623
8624         * gdbserver/regcache.c: New file.
8625         * gdbserver/regcache.h: New file.
8626
8627         * gdbserver/low-linux.c: Removed obsolete file.
8628
8629 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8630
8631         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8632         * config/i386/linux.mt: Likewise.
8633         * config/ia64/linux.mt: Likewise.
8634         * config/m68k/linux.mh: Likewise.
8635         * config/powerpc/linux.mh: Likewise.
8636         * config/mips/linux.mt: Likewise.
8637
8638         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8639
8640         * config/i386/i386lynx.mh: Mark gdbserver variables
8641         as (currently) obsolete for this target.
8642         * config/i386/nbsd.mt: Likewise.
8643         * config/i386/nbsdelf.mt: Likewise.
8644         * config/m32r/m32r.mt: Likewise.
8645         * config/m68k/m68klynx.mh: Likewise.
8646         * config/m68k/nbsd.mt: Likewise.
8647         * config/m68k/sun3os4.mh: Likewise.
8648         * config/mips/vr5000.mt: Likewise.
8649         * config/ns32k/nbsd.mt: Likewise.
8650         * config/pa/hppabsd.mh: Likewise.
8651         * config/pa/hppaosf.mh: Likewise.
8652         * config/powerpc/nbsd.mt: Likewise.
8653         * config/rs6000/rs6000lynx.mh: Likewise.
8654         * config/s390/s390.mt: Likewise.
8655         * config/s390/s390x.mt: Likewise.
8656         * config/sparc/sparclynx.mh: Likewise.
8657         * config/sparc/sun4os4.mh: Likewise.
8658         * config/i386/x86-64linux.mt: Likewise.
8659         * config/sparc/linux.mh: Likewise.
8660
8661 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8662
8663         * configure.tgt: Configure gdbserver only for known working
8664         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
8665         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
8666         SUBDIRS if it is configured.  Update comment for ${nativefile}.
8667         * configure: Regenerated.
8668
8669 2002-02-13  Michael Snyder  <msnyder@redhat.com>
8670
8671         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8672
8673         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8674         (default_gcore_mach): Just return 0, work around a problem in bfd.
8675         (default_gcore_target): OK to return NULL if exec_bfd is null.
8676         (make_mem_sec): Use a cast, avoid a warning.
8677
8678         * procfs.c (find_memory_regions_callback): Use a cast instead of
8679         calling host_pointer_to_address (which complains if
8680         sizeof (host pointer) != sizeof (target pointer)).
8681         (procfs_make_note_section): Avoid overflow in psargs string.
8682
8683         * procfs.c (procfs_make_note_section): Make the default
8684         implementation return an error.
8685
8686 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
8687
8688         * procfs.c (procfs_make_note_section): Provide a default definition
8689         (for alpha-dec-osf4.0f). Fix typos.
8690
8691 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
8692
8693         * linux-proc.c: Add include of regcache.h.
8694         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8695
8696 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
8697
8698         From 2002-01-18 Greg McGary <greg@mcgary.org>:
8699         * memattr.c (create_mem_region): Disallow useless empty region.
8700         Regions are half-open intervals, so allow [A..B) [B..C) as
8701         non-overlapping.
8702
8703 2002-02-13  Michael Chastain <mec@shout.net>
8704
8705         * defs.h: Kill CONST_PTR.
8706         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8707         * c-lang.c (c_builtin_types): Likewise.
8708         * ch-lang.c (ch_builtin_types): Likewise.
8709         * f-lang.c (f_builtin_types): Likewise.
8710         * language.c (unknown_builtin_types): Likewise.
8711         * m2-lang.c (m2_builtin_types): Likewise.
8712         * p-lang.c (pascal_builtin_types): Likewise.
8713         * scm-lang.c (c_builtin_types): Likewise.
8714
8715 2002-02-13  Keith Seitz  <keiths@redhat.com>
8716
8717         * arm-tdep.h (arm_get_next_pc): Add declaration.
8718
8719 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
8720
8721         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
8722         with other related struct-returning functions.
8723         (arm_extract_struct_value_address): New function.
8724         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
8725         initialize float_format, double_format and long_double_format as
8726         appropriate to the endianness of the target.
8727         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8728         (arm_use_struct_convention): Delete declaration.
8729         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8730
8731 2002-02-13  Keith Seitz  <keiths@redhat.com>
8732
8733         * defs.h (core_addr_to_string_nz): New function.
8734
8735 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
8736
8737         Apply missing bits of 2002-01-15 patch.
8738         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8739         (fill_fpregset): Use i387_fill_fsave.
8740
8741 2002-02-12  Keith Seitz  <keiths@redhat.com>
8742
8743         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8744         (core_addr_to_string_nz): New function.
8745
8746 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8747
8748         * arm-linux-nat.c: Really include arm-tdep.h.
8749         * config/arm/tm-linux.h (struct type, struct value): Declare.
8750
8751 2002-02-11  Michael Snyder  <msnyder@redhat.com>
8752
8753         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8754         (gcore section): Ifdef for Solaris and Unixware only.
8755         (procfs_do_thread_registers): Unixware needs one lwpstatus
8756         per thread (not one prstatus or pstatus).
8757         (procfs_make_note_section): Iterate only over kernel threads (lwps),
8758         not over all gdb threads.  For unixware, call elfcore_write_pstatus
8759         once before iterating over threads.
8760
8761 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8762
8763         * arm-tdep.h: New file.
8764         * arm-tdep.c: Include arm-tdep.h.
8765         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8766         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8767         (arm_print_float_info, arm_register_type, convert_to_extended)
8768         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8769         (arm_extract_return_value, arm_register_name): Make static.
8770         (arm_software_single_step): Similarly.  Fix types in declaration.
8771         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8772         (arm_store_return_value, arm_store_struct_return): New functions.
8773         (arm_gdbarch_init): Register the above functions.  Also register
8774         call_dummy_start_offset, sizeof_call_dummy_words,
8775         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8776         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8777         max_register_virtual_size, register_size.  Set up
8778         prologue_cache.saved_regs here, rather than ...
8779         (_initialize_arm_tdep): ... here.
8780         * config/arm/tm-arm.h (struct type, struct value): Delete forward
8781         declarations.
8782         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8783         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8784         (arm_print_float_info, arm_register_type, convert_to_extended)
8785         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8786         (arm_extract_return_value, arm_register_name): Delete declarations.
8787         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8788         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8789         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8790         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8791         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8792         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8793         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8794         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8795         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8796         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8797         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8798         (arm_get_next_pc): No-longer static -- these are needed by the RDI
8799         interface.
8800         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8801         * remote-rdi.c remote-rdp.c: Likewise.
8802         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8803         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8804         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8805         definition.
8806
8807         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8808         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8809         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8810         from non-ARM_ prefixed definitions.
8811         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8812         all uses of above.
8813         * remote-rdi.c remote-rdp.c: Likewise.
8814         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8815
8816 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8817
8818         * arm-tdep.c (arm_frameless_function_invocation)
8819         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8820         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8821         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8822         (arm_pop_frame, arm_get_next_pc): Make static.
8823         (arm_gdbarch_init): Register above in gdbarch structure.
8824         (arm_read_fp): Renamed from arm_target_read_fp.
8825         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8826         * config/arm/tm-arm.h (arm_frameless_function_invocation)
8827         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8828         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8829         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8830         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8831         (arm_pc_is_thumb_dummy): Delete declarations.
8832         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8833         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8834         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8835         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8836
8837 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
8838
8839         * symtab.c (compare_search_syms): New function.
8840         (sort_search_symbols): New function.
8841         (search_symbols): Sort symbols after searching rather than
8842         before.
8843
8844 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8845
8846         * NEWS: Linux -> GNU/Linux.
8847
8848 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8849
8850         * gdbarch.sh: For for level one methods, disallow a definition
8851         when partially multi-arched.  Add comments explaining rationale.
8852         * gdbarch.h: Re-generate.
8853
8854 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8855
8856         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8857         multi-arch partial.
8858
8859 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8860
8861         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
8862         field.  Use diff -u.
8863         * gdbarch.c: Re-generate.
8864
8865 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8866
8867         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8868         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8869         partial.
8870
8871 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8872
8873         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8874         multi-arch partial.
8875         (PUSH_ARGUMENTS): Switch to using predefault.
8876         * gdbarch.c: Regenerate.
8877
8878 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
8879
8880         * valops.c (PUSH_ARGUMENTS): Delete definition.
8881         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8882         partial.  Default to default_push_arguments.
8883         * gdbarch.h, gdbarch.c: Regenerate.
8884
8885 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8886
8887         * defs.h (throw_exception): Rename return_to_top_level.  Update
8888         comments.
8889         * utils.c (error_stream, internal_verror, quit): Ditto.
8890         * top.c (throw_exception, catcher): Ditto.
8891         * sparclet-rom.c (sparclet_load): Ditto.
8892         * remote.c (interrupt_query, minitelnet): Ditto.
8893         * remote-sds.c (interrupt_query): Ditto.
8894         * remote-mips.c (mips_error, mips_kill): Ditto.
8895         * ocd.c (interrupt_query): Ditto.
8896         * monitor.c (monitor_interrupt_query): Ditto.
8897         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8898         * target.h: Update comment.
8899
8900         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8901
8902 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8903
8904         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8905         default_double_format.
8906         * gdbarch.h, gdbarch.c: Re-generate.
8907         * findvar.c (floatformat_unknown): Delete variable definition.
8908         * doublest.h (floatformat_unknown): Delete variable declaration.
8909
8910 2002-02-09  Jim Blandy  <jimb@redhat.com>
8911
8912         * stabsread.c (read_type): Add code to parse Sun's syntax for
8913         prototyped function types.
8914
8915 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
8916
8917         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8918         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8919
8920 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8921
8922         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8923         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
8924         now _initialize_xcoffsolib gets called again and overrides the
8925         commands from solib.c in a native configuration.
8926
8927 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
8928
8929         * doublest.c (store_typed_floating): Don't try to return a value.
8930         Fixes PR gdb/290.
8931
8932 2002-02-08  Jim Blandy  <jimb@redhat.com>
8933
8934         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8935         is prototyped and has no arguments, print its argument list as
8936         `(void)'.
8937
8938 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8939
8940         * MAINTAINERS (write-after-approval): Add myself.
8941         (paper-trail): I've escaped!
8942
8943 2002-02-08  Christopher Faylor  <cgf@redhat.com>
8944
8945         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8946         changes.
8947         (_initialize_check_for_gdb_ini): Ditto.
8948
8949 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
8950
8951         * win32-nat.c (cygwin_pid_to_str): Fix typo.
8952         xaprintf -> xasprintf.
8953
8954 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8955
8956         * win32-nat.c: Remove use of printf and sprintf functions.
8957
8958 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
8959
8960         * arm-tdep.c (arm_frame_chain_valid): Make static.
8961         (arm_push_arguments): Likewise.
8962         (arm_gdbarch_init): New function.
8963         (_initialize_arm_tdep): Call it.
8964         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8965         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8966         (FRAME_CHAIN_VALID): Delete.
8967         (arm_frame_chain_valid): Delete declaration.
8968         (PUSH_ARGUMENTS): Delete.
8969         (arm_push_arguments): Delete declaration.
8970         (CALL_DUMMY_P): Delete.
8971
8972 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
8973             Corinna Vinschen  <vinschen@redhat.com>
8974
8975         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8976         on builtin float types.
8977
8978 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8979
8980         * utils.c: Include <curses.h> before "bfd.h".
8981         * tui/tui-hooks.c: Likewise.
8982         * tui/tui.c: Likewise.
8983         * tui/tuiCommand.c: Likewise.
8984         * tui/tuiData.c: Likewise.
8985         * tui/tuiDataWin.c: Likewise.
8986         * tui/tuiDisassem.c: Likewise.
8987         * tui/tuiGeneralWin.c: Likewise.
8988         * tui/tuiIO.c: Likewise.
8989         * tui/tuiLayout.c: Likewise.
8990         * tui/tuiRegs.c: Likewise.
8991         * tui/tuiSource.c: Likewise.
8992         * tui/tuiSourceWin.c: Likewise.
8993         * tui/tuiStack.c: Likewise.
8994         * tui/tuiWin.c: Likewise.
8995
8996 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
8997
8998         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8999         to include space for pseudoregs as well. Update loops accordingly.
9000         (sh_fp_frame_init_saved_regs): Ditto.
9001         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9002
9003 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9004
9005         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9006         Add Richard Earnshaw to Arm maintainers.
9007
9008 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9009
9010         * defs.h (warning_begin): Delete declaration.
9011
9012         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9013         Delete macro.
9014
9015 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9016
9017         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9018         Logic bug, remove misplaced else.
9019
9020 2002-02-07  Klee Dienes  <klee@apple.com>
9021
9022         * fork-inferior.c (fork_inferior): Add '!' to the list of
9023         characters that need to be quoted when building a string for the
9024         shell.  Quote '!' specifically with a backslash, since CSH chokes
9025         when trying to evaluate "str!str".
9026
9027 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
9028
9029         * rdi-share/host.h: Only provide a typedef for bool if it is not
9030         defined.
9031
9032 2002-02-04  Michael Snyder  <msnyder@redhat.com>
9033
9034         * breakpoint.h (enum bptype): Add new overlay event bp type.
9035         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9036
9037         * breakpoint.c (create_internal_breakpoint): New function.
9038         (internal_breakpoint_number): Moved into create_internal_breakpoint.
9039         (create_longjmp_breakpoint): Use create_internal_breakpoint.
9040         (create_thread_event_breakpoint): Ditto.
9041         (create_solib_event_breakpoint): Ditto.
9042         (create_overlay_event_breakpoint): New function.
9043         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9044         (update_breakpoints_after_exec): Delete and re-initialize
9045         overlay event breakpoints after an exec.  Add FIXME comment
9046         about longjmp breakpoint.
9047         (print_it_typical): Ignore overlay event breakpoints.
9048         (print_one_breakpoint): Ditto.
9049         (mention): Ditto.
9050         (bpstat_what): Do not stop for overlay event breakpoints.
9051         (delete_breakpoint): Don't delete overlay event breakpoints.
9052         (breakpoint_re_set_one): Delete the overlay event breakpoint.
9053         (breakpoint_re_set): Re-create overlay event breakpoint.
9054
9055         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9056         (overlay_manual_command): Disable overlay breakpoints.
9057         (overlay_off_command): Disable overlay breakpoints.
9058
9059 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
9060
9061         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9062         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9063         to here from config/tm-arm.h.
9064         (coff_sym_is_thumb): Make static.
9065         (arm_elf_make_msymbol_special): New function.
9066         (arm_coff_make_msymbol_special): New function.
9067         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9068         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9069         (coff_sym_is_thumb): Delete declaration.
9070         (arm_elf_make_msymbol_special): Declare.
9071         (arm_coff_make_msymbol_special): Declare.
9072         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9073         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9074
9075 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
9076
9077         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9078
9079 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
9080
9081         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9082         * gdbarch.c gdbarch.h: Regenerate.
9083         * arch-utils.c (default_print_float_info): New function.
9084         * arch-utils.h (default_print_float_info): Prototype it.
9085         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9086         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9087         (PRINT_FLOAT_INFO): Document it.
9088
9089         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9090         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9091         (PRINT_FLOAT_INFO): Define.
9092
9093 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
9094
9095         * win32-nat.c (_initialize_check_for_gdb_ini):
9096         Add typecast to sprintf argument to suppress a warning.
9097
9098 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
9099
9100         * win32-nat.c (last_sig): Changed type of variable to target_signal,
9101         to allow easier handling of pass state.
9102         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9103         that gives exception name and address.
9104         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9105         and set last_sig value to ourstatus->value.sig. Some missing
9106         exceptions added.
9107         (child_continue): Correctly report continue_status.
9108         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9109         TARGET_SIGNAL_0 (new default value).
9110         (child_resume): consider sig argument passed to decide if
9111         the exception should be passed to debuggee or not.
9112
9113 2002-02-05  Michael Snyder  <msnyder@redhat.com>
9114
9115         * regcache.c (fetch_register): Call target_fetch_register
9116         only if we don't call FETCH_PSEUDO_REGISTER.
9117         (store_register): Call target_store_register only if we
9118         don't call STORE_PSEUDO_REGISTER.
9119
9120 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
9121
9122         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9123         ELF_MAKE_MSYMBOL_SPECIAL.
9124         * gdbarch.c, gdbarch.h: Regenerate.
9125         * arch-utils.c (default_make_msymbol_special): New function.
9126         * arch-utils.h (default_make_msymbol_special): Export.
9127         * elfread.c (elf_symtab_read): Compile use of
9128         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9129         multiarched.
9130         * coffread.c (coff_symtab_read): Ditto, for
9131         COFF_MAKE_MSYMBOL_SPECIAL.
9132
9133 2002-02-05  Jim Blandy  <jimb@redhat.com>
9134
9135         * solib-svr4.c (svr4_truncate_ptr): New function.
9136         (svr4_relocate_section_addresses): Do the address arithmetic with
9137         the appropriate truncation for target addresses, even when
9138         CORE_ADDR is larger than a target address.
9139
9140 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9141
9142         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9143         to (int *).
9144
9145 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9146
9147         * gdbserver/linux-low.c (kill_inferior): Remove commented out
9148         code.
9149
9150 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9151
9152         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9153
9154 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9155
9156         * gdbserver/linux-low.c: Remove unused include files.
9157
9158 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9159
9160         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9161         (read_inferior_memory): Use it.
9162         (write_inferior_memory): Likewise.
9163
9164 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9165
9166         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9167         grubbing through sys_errlist.
9168
9169 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9170
9171         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9172
9173 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9174         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9175
9176 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
9177
9178         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9179         (do_sfunc, set_cmd_sfunc): New functions.
9180
9181         * command.h (struct cmd_list_element): Add field func.
9182         * cli/cli-decode.h (struct cmd_list_element): Ditto.
9183         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9184         * cli/cli-decode.h: Ditto.
9185
9186         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9187         (help_all, help_cmd_list): Ditto.
9188         (find_cmd, complete_on_cmdlist): Ditto.
9189         * top.c (execute_command): Ditto.
9190
9191         * cli/cli-setshow.c (do_setshow_command): Call func instead of
9192         function.sfunc.
9193
9194         * infcmd.c (notice_args_read): Fix function signature.
9195
9196         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9197         * cli/cli-decode.c (add_set_cmd): Ditto.
9198         * utils.c (initialize_utils): Ditto.
9199         * maint.c (_initialize_maint_cmds): Ditto.
9200         * infrun.c (_initialize_infrun): Ditto.
9201         * demangle.c (_initialize_demangler): Ditto.
9202         * remote.c (add_packet_config_cmd): Ditto.
9203         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9204         * cris-tdep.c (_initialize_cris_tdep): Ditto.
9205         * proc-api.c (_initialize_proc_api): Ditto.
9206         * kod.c (_initialize_kod): Ditto.
9207         * valprint.c (_initialize_valprint): Ditto.
9208         * top.c (init_main): Ditto.
9209         * infcmd.c (_initialize_infcmd): Ditto.
9210         * corefile.c (_initialize_core): Ditto.
9211         * arm-tdep.c (_initialize_arm_tdep): Ditto.
9212         * arch-utils.c (initialize_current_architecture): Ditto.
9213         (_initialize_gdbarch_utils): Ditto.
9214         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9215
9216         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9217         * wince.c (_initialize_inftarg): Ditto.
9218         * symfile.c (_initialize_symfile): Ditto.
9219         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9220         * language.c (_initialize_language): Ditto.
9221         * arc-tdep.c (_initialize_arc_tdep): Ditto.
9222
9223 2002-02-04  Michael Snyder  <msnyder@redhat.com>
9224
9225         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9226
9227 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9228
9229         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9230         Add rules for building the register data files.
9231
9232 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9233
9234         * regformats/regdat.sh: Add braces to the definition of
9235         expedite_regs_${arch}.
9236
9237 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9238
9239         * regformats/regdef.h (struct reg): Add comment describing the
9240         requirements for offset and size fields.
9241
9242 2002-02-04  Andreas Schwab  <schwab@suse.de>
9243
9244         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9245         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9246
9247 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
9248
9249         * gdbarch.sh (copyright): Update years in generated header.
9250         (SMASH_TEXT_ADDRESS): Add rule.
9251         * gdbarch.h, gdbarch.c: Re-generate.
9252         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9253         * dbxread.c: Likewise.
9254         * dwarfread.c: Likewise.
9255         * elfread.c: Likewise.
9256         * somread.c: Likewise.
9257
9258         * arm-tdep.c (arm_smash_text_address): New function.
9259         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9260
9261 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9262
9263         Add support for hardware watchpoints on win32 native.
9264         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9265         CONTEXT_DEBUG_REGISTERS.
9266         (dr variable): New variable. Static array containing a local copy
9267         of debug registers.
9268         (debug_registers_changed): New variable.  Reflects when debug registers
9269         are changed and need to be written to inferior.
9270         (debug_registers_used): New variable. Reflects when any debug register
9271         was set, used when new threads are created.
9272         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9273         i386-nat code.
9274         (thread_rec): Set dr array if id is the thread of current_event .
9275         (child_continue, child_resume): Change the debug registers for all
9276         threads if debug_registers_changed.
9277         (child_add_thread): Change the debug registers if debug_registers_used.
9278         * config/i386/cygwin.mh: Add use of i386-nat.o file.
9279         Link nm.h to new nm-cygwin.h file.
9280         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9281         of hardware registers.
9282
9283 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
9284
9285         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9286         Restore behavour broken by 2002-01-20 Andrew Cagney
9287         <ac131313@redhat.com> IEEE_FLOAT removal.
9288
9289 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9290
9291         * c-valprint.c (c_val_print): Pass a proper valaddr to
9292         cp_print_class_method.
9293         * valops.c (search_struct_method): If there is only one method
9294         and args is NULL, return that method.
9295
9296 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9297
9298         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9299         accessing tag_name directly.
9300
9301 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9302
9303         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9304         of accessing tag_name directly.
9305
9306 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9307
9308         PR gdb/280
9309         * gdbtypes.c (replace_type): New function.
9310         * gdbtypes.h (replace_type): Add prototype.
9311         * stabsread.c (read_type): Use replace_type.
9312
9313 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
9314
9315         * Makefile.in (memattr.o): Add missing dependencies rule.
9316
9317 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9318
9319         * breakpoint.c (break_at_finish_command): Really export.
9320         (break_at_finish_at_depth_command): Ditto.
9321         (tbreak_at_finish_command): Ditto.
9322         * hppa-tdep.c: Include completer.h.
9323         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9324         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9325
9326 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9327
9328         * utils.c (do_write): New function.
9329         (error_stream): Rewrite combining the code from error_begin and
9330         verror.
9331         (verror): Rewrite using error_stream.
9332         (error_begin): Delete function.
9333
9334 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9335
9336         * utils.c (error_begin): Make static.
9337         * defs.h (error_begin): Delete declaration.
9338
9339         * linespec.c (cplusplus_error): Replace cplusplus_hint.
9340         (decode_line_1): Use cplusplus_error instead of error_begin,
9341         cplusplus_hint and return_to_top_level.
9342         * coffread.c (coff_symfile_read): Use error instead of error_begin
9343         and return_to_top_level.
9344         * infrun.c (default_skip_permanent_breakpoint): Ditto.
9345
9346 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9347
9348         * language.h (type_error, range_error): Make string parameter
9349         constant.
9350         * language.c (warning_pre_print): Delete extern declaration.
9351         * dwarfread.c (warning_pre_print): Ditto.
9352         * language.c (type_error, range_error): Rewrite to use verror and
9353         vwarning instead of warning_begin.
9354
9355 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9356
9357         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9358         (set_ignore_count): Move misplaced comment back where it belongs.
9359
9360 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9361
9362         * command.h (NO_FUNCTION): Delete macro.
9363         * cli/cli-decode.h (NO_FUNCTION): Ditto.
9364         * top.c (execute_command): Replace NO_FUNCTION with NULL.
9365         * tracepoint.c (_initialize_tracepoint): Ditto.
9366         * cli/cli-decode.c (add_set_cmd): Ditto.
9367         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9368
9369 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9370
9371         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9372         Update ``this'' pointer when calling virtual functions.
9373
9374 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9375
9376         * breakpoint.c (create_temp_exception_breakpoint): Delete.
9377         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9378
9379 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9380
9381         * regformats/reg-arm.dat: New file.
9382         * regformats/reg-i386.dat: New file.
9383         * regformats/reg-ia64.dat: New file.
9384         * regformats/reg-m68k.dat: New file.
9385         * regformats/reg-mips.dat: New file.
9386         * regformats/reg-ppc.dat: New file.
9387         * regformats/reg-sh.dat: New file.
9388         * regformats/regdef.h: New file.
9389         * regformats/regdat.sh: New file.
9390
9391 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
9392
9393         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9394         (arm_frame_args_address, arm_frame_locals_address): New functions.
9395         (arm_frame_num_args): New function.
9396         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9397         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9398         (FRMA_NUM_ARGS): Call arm_frame_num_args.
9399
9400 2002-01-31  Michael Snyder  <msnyder@redhat.com>
9401
9402         * breakpoint.c (break_at_finish_command): Export.
9403         (break_at_finish_at_depth_command): Export.
9404         (tbreak_at_finish_command): Export.
9405         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9406         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9407         "tbreak" commands, which are HPPA specific.
9408
9409         * printcmd.c (disassemble_command): Remove an ancient
9410         artifact of an old merge.
9411
9412         * symfile.h (enum overlay_debugging_state):
9413         Define enum constant values for overlay mode.
9414         * symfile.c (overlay_debugging): Use enums instead of literals.
9415         (overlay_is_mapped, overlay_auto_command,
9416         overlay_manual_command): Ditto.
9417
9418         * breakpoint.c (insert_breakpoints, remove_breakpoint,
9419         breakpoint_here_p, breakpoint_inserted_here_p,
9420         breakpoint_thread_match, bpstat_stop_status,
9421         describe_other_breakpoints, check_duplicates, clear_command):
9422         Coding standard fixes.
9423
9424         * target.c (target_xfer_memory): Add spaces, coding standard.
9425         (do_xfer_memory): Add missing line to trust-readonly
9426         code: check bfd SEC_READONLY flag for section.
9427
9428 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
9429
9430         * PROBLEMS: Fix typo, 5.1->5.1.1.
9431
9432 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
9433
9434         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9435         data symbols, since we search based on textlow and texthigh.
9436         (find_pc_sect_symtab): Likewise.
9437
9438 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9439
9440         * defs.h (vwarning): Declare.
9441         * utils.c (vwarning): New function.
9442         (warning): Call vwarning.
9443         (warning_begin): Delete function.
9444
9445         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9446         the warning message.
9447         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9448         warning_begin.
9449
9450 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9451
9452         * NEWS: Mention "set trust-readonly-sections" command.
9453         Mention generate-core-file command.
9454
9455 2002-01-15  Michael Snyder  <msnyder@redhat.com>
9456
9457         * target.c: New command, "set trust-readonly-sections on".
9458         (do_xfer_memory): Honor the suggestion to trust readonly sections
9459         by reading them from the object file instead of from the target.
9460         (initialize_targets): Register command "set trust-readonly-sections".
9461
9462 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9463
9464         * parse.c (target_map_name_to_register): Simplify, search regs and
9465         pseudo-regs using a single loop.
9466
9467 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9468
9469         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9470
9471 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
9472
9473         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9474         * config/i386/i386v42mp.mh: Add i387-nat.o .
9475         * i386v4-nat.c: Include i387-nat.h.
9476         (supply_fpregset): Use i387_supply_fsave.
9477         (fill_fpregset): Use i387_fill_fsave.
9478
9479 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
9480
9481         * arm-tdep.c (arm_call_dummy_words): Define.
9482         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9483         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9484         (CALL_DUMMY_WORDS): Define.
9485         (arm_call_dummy_words): Declare.
9486         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9487         (arm_linux_call_dummy_words): Declare.
9488
9489 2002-01-30  Andreas Schwab  <schwab@suse.de>
9490
9491         * m68klinux-nat.c: Fix last change to use regcache_collect
9492         instead of referencing registers[] directly.
9493
9494 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9495
9496         * parse.c (target_map_name_to_register): Delete code wrapped in
9497         #ifdef REGISTER_NAME_ALIAS_HOOK.
9498
9499 2002-01-28  Michael Snyder  <msnyder@redhat.com>
9500
9501         * regcache.c (legacy_read_register_gen): Need to be able to
9502         read pseudo-register as well as real register.
9503         (legacy_write_register_gen): Ditto.
9504
9505 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9506
9507         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9508         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9509         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9510         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9511         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9512         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9513         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9514         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9515         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9516         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9517         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9518         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9519         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9520         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9521         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9522         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9523         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9524         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9525         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9526         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9527
9528 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9529
9530         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9531         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9532         (initialize_current_architecture): Update target_byte_order using
9533         information from BFD.
9534         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9535         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9536
9537 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9538
9539         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9540         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
9541
9542         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9543         #ifdef INVALID_FLOAT.
9544         * infcmd.c (do_registers_info): Ditto.
9545         * values.c (unpack_double): Ditto.  Add comment.
9546
9547         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9548         already commented out.
9549
9550 2002-01-26  Andreas Schwab  <schwab@suse.de>
9551
9552         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9553         * m68klinux-nat.c: Update ptrace interface for fetching/storing
9554         registers and add support for PTRACE_GETREGS.
9555
9556 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
9557
9558         GDB 5.1.1 released from 5.1 branch.
9559         * NEWS: Add 5.1.1 news.
9560         * README: Sync with 5.1 branch.
9561
9562 2002-01-23  Fred Fish  <fnf@redhat.com>
9563
9564         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9565         stabstring on initial malloc.  Reallocing will copy it for us,
9566         if necessary.
9567
9568 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9569
9570         * Makefile.in (hpread_h): Delete.
9571         (HFILES_NO_SRCDIR): Remove hpread.h.
9572         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9573         (hpread.o): Update dependencies.
9574         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9575
9576         * hp-psymtab-read.c: Remove file.
9577         * hp-symtab-read.c: Remove file.
9578         * hpread.h: Remove file.
9579
9580         * hpread.c: Merge all contents of hp-psymtab-read.c,
9581         hp-symtab-read.c and hpread.h into this file, as it was prior to
9582         January 1999.
9583
9584         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9585         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9586         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9587         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9588
9589 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9590
9591         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9592         fill_gregset): Call gdbarch_tdep() just once, assign result to
9593         variable and use that, instead of calling the function several
9594         times.
9595
9596 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
9597
9598         * configure.host: Accept sparcv9 as alias for sparc64.
9599         * configure.tgt: Likewise.
9600
9601 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
9602
9603         * solib-aix5.c (build_so_list_from_mapfile)
9604         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9605         arguments is not reversed.
9606         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9607         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9608
9609 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
9610
9611         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9612         modified version of obsolete sh_fetch_pseudo_register.
9613         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9614         (sh4_register_read): New function.
9615         (sh_pseudo_register_write): New function. Renamed and modified
9616         version of obsolete sh_store_pseudo_register.
9617         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9618         (sh4_register_write): New function.
9619         (sh_gdbarch_init): Remove setting of gdbarch function
9620         fetch_pseudo_register and store_pseudo_register. Remove setting of
9621         register_convert_to_raw, register_convert_to_virtual,
9622         register_convertible.
9623         (sh_sh4_register_convertible): Delete. No longer needed. All is
9624         taken care by architecture specific functions
9625         register_read/register_write.
9626         (sh_sh4_register_convert_to_virtual): Make static.
9627         (sh_sh4_register_convert_to_raw): Ditto.
9628
9629 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9630
9631         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9632         (floatformat_is_nan, floatformat_mantissa): Ditto.
9633
9634         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9635         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9636         builtin_type_ieee_double_little,
9637         builtin_type_ieee_double_littlebyte_bigword,
9638         builtin_type_m68881_ext, builtin_type_i960_ext,
9639         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9640         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9641         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9642         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9643
9644 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
9645
9646         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9647         parameter.  Set frameless flag if it exists and depended of
9648         whether the scanned function is frameless or not.
9649         (xstormy16_skip_prologue): If function is frameless, return
9650         result of xstormy16_scan_prologue().
9651         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9652         call.
9653
9654 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
9655
9656         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9657         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9658         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9659         sh_sh4_register_byte, sh_sh4_register_raw_size,
9660         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9661         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9662         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9663         sh_store_pseudo_register, sh_do_pseudo_register): Call
9664         gdbarch_tdep() just once, assign result to variable and use that,
9665         instead of calling the function several times.
9666
9667 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
9668
9669         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9670         macros instead of LAST_FPU_CTRL_REGNUM.
9671         (store_register): Likewise.
9672
9673 2002-01-21  Jim Blandy  <jimb@redhat.com>
9674
9675         * infcmd.c (run_command): Check that the `exec' target layer's BFD
9676         is up-to-date before running the program, not just when a program
9677         exits.
9678
9679 2002-01-21  Fred Fish  <fnf@redhat.com>
9680
9681         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9682         when we have found all instructions we are looking for.
9683
9684 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9685
9686         * arm-tdep.c (arm_register_name): New function.
9687         (arm_registers_names): Make static.
9688         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9689         (arm_register_name): Declare.
9690         (REGISTER_NAME): Use it.
9691
9692 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9693             Kevin Buettner  <kevinb@redhat.com>
9694
9695         Convert arm targets to new FRAME interface.
9696         * arm-tdep.c (struct frame_extra_info): Remove fsr.
9697         (arm_frame_find_save_regs): Delete.
9698         (arm_frame_init_saved_regs): New.
9699         (arm_init_extra_frame_info): Alloacte saved_regs as required.
9700         Allocate extra_info as required.  Convert all uses of fsr.regs
9701         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9702         to use extra_info.
9703         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9704         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9705         (check_prologue_cache, save_prologue_cache): Likewise.
9706         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9707         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9708         (FRAME_FIND_SAVED_REGS): Delete.
9709         (arm_frame_find_saved_regs): Delete prototype.
9710         (arm_frame_init_saved_regs): New prototype.
9711         (FRAME_INIT_SAVED_REGS): Define.
9712
9713 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9714
9715         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9716
9717 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9718
9719         From Jeff Law <law@redhat.com>:
9720         * infttrace.c: Include <sys/pstat.h>.
9721         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
9722         exec file if the ttrace equivalent fails.
9723
9724 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9725
9726         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9727         (closeLogFile): Ditto.
9728
9729 2002-01-20  Michael Chastain  <mec@shout.net>
9730
9731         * top.c (print_gdb_version): Bump copyright year to 2002.
9732
9733 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9734
9735         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9736         Zannoni and Eli Zaretskii.
9737
9738 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9739
9740         * buildsym.c: Update copyright years.
9741         * c-typeprint.c: Likewise.
9742         * dwarf2read.c: Likewise.
9743         * f-typeprint.c: Likewise.
9744         * gdbtypes.c: Likewise.
9745         * gdbtypes.h: Likewise.
9746         * hp-symtab-read.c: Likewise.
9747         * hpread.c: Likewise.
9748         * mdebugread.c: Likewise.
9749         * p-typeprint.c: Likewise.
9750
9751 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9752
9753         * remote-sim.c (gdbsim_open): Simplify code testing the macro
9754         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
9755         byte-order selectable.
9756         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9757         * arch-utils.c: Ditto.
9758         (set_endian): Ditto.
9759         (set_endian_from_file): Ditto.
9760         * gdbserver/low-sim.c (create_inferior): Ditto.
9761         * gdbarch.sh: Ditto.
9762         * gdbarch.h: Re-generate.
9763         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9764         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9765         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9766         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9767         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9768         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9769         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9770         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9771         macro definition.
9772         * config/mips/tm-wince.h: Remove #undef of macro
9773         TARGET_BYTE_ORDER_SELECTABLE.
9774         * config/sh/tm-wince.h: Ditto.
9775
9776 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9777
9778         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9779         member function fields.  Add accessor macro
9780         TYPE_FN_FIELD_ARTIFICIAL.
9781         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9782         * c-typeprint.c (c_type_print_base): Skip artificial member
9783         functions.
9784
9785 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9786
9787         * f-typeprint.c: Delete unused function f_type_print_args.
9788         * p-typeprint.c: Delete unused function pascal_type_print_args.
9789
9790 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9791
9792         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
9793         comment.  Add ``artificial'' to ``union field_location''.
9794
9795         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9796
9797         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9798         * mdebugread.c (parse_symbol): Likewise.
9799         * stabsread.c (define_symbol): Likewise.
9800         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9801         initializing TYPE_FIELD_BITPOS to n (obsolete).
9802         (hpread_doc_function_type): Likewise.
9803         * hpread.c (hpread_function_type): Likewise.
9804
9805 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9806
9807         * configure.in (host_makefile_frag): Only require a host makefile
9808         fragment when a native build.
9809         * configure: Re-generate.
9810
9811 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9812
9813         * doublest.h (floatformat_from_type): Declare.
9814         * doublest.c (floatformat_from_type): New function.
9815         (convert_typed_floating): Use.
9816
9817         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9818         call to function floatformat_from_type.
9819
9820         * gdbarch.sh (IEEE_FLOAT): Delete.
9821         * gdbarch.h, gdbarch.c: Re-generate.
9822         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9823         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9824         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9825         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9826         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9827         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9828         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9829         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9830         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9831         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9832         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9833         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9834
9835         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9836         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9837         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9838         * sh-tdep.c (sh_gdbarch_init): Ditto.
9839         * mips-tdep.c (mips_gdbarch_init): Ditto.
9840         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9841         * cris-tdep.c (cris_gdbarch_init): Ditto.
9842
9843 2002-01-20  Jiri Smid  <smid@suse.cz>
9844
9845         * configure.host, configure.tgt: Support x86-64.
9846         * NEWS: Note new target x86-64.
9847
9848         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9849         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9850         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9851         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9852         x86-64-linux-nat.o): Fix dependencies.
9853
9854 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9855
9856         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9857         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9858         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9859         * config/sparc/xm-sun4os4.h: Delete file.
9860         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9861
9862 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9863
9864         * config/sparc/sparclynx.mh (XM_FILE): Delete.
9865         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9866         * config/m68k/m68klynx.mh (XM_FILE): Delete.
9867         * config/i386/i386lynx.mh (XM_FILE): Delete.
9868         * config/rs6000/xm-rs6000ly.h: Delete file.
9869         * config/sparc/xm-sparclynx.h: Delete file.
9870         * config/m68k/xm-m68klynx.h: Delete file.
9871         * config/i386/xm-i386lynx.h: Delete file.
9872         * config/xm-lynx.h: Delete file.
9873         * config/djgpp/fnchange.lst: Update.
9874
9875 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9876
9877         * alpha-tdep.c (alpha_register_byte): New function.
9878         (alpha_register_raw_size): Ditto.
9879         (alpha_register_virtual_size): Ditto.
9880         (alpha_skip_prologue_internal): Renamed from
9881         alpha_skip_prologue.
9882         (alpha_skip_prologue): New version that calls
9883         alpha_skip_prologue_internal.
9884         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9885         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9886         second argument from alpha_skip_prologue.
9887         (REGISTER_BYTE): Use alpha_register_byte.
9888         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9889         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9890         (FRAMELESS_FUNCTION_INVOCATION): Use
9891         generic_frameless_function_invocation_not.
9892         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9893         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9894
9895 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9896
9897         * config/mips/xm-news-mips.h: Delete file.
9898         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9899
9900         * config/m88k/xm-m88k.h: Delete file.
9901         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9902         * config/m88k/xm-delta88v4.h: Ditto.
9903         * config/m88k/xm-delta88.h: Ditto.
9904
9905         * config/alpha/xm-fbsd.h: Delete file.
9906         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9907
9908         * config/sparc/xm-sparc.h: Delete file.
9909         * Makefile.in (xm-sun4os4.h): Delete dependency.
9910         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9911         * config/sparc/xm-sun4os4.h: Ditto.
9912         * config/sparc/xm-linux.h: Ditto.
9913
9914         * config/i386/xm-windows.h: Delete file.
9915
9916 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9917
9918         * utils.c: Include <sys/param.h> for MAXPATHLEN.
9919         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9920
9921 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9922
9923         * alpha-tdep.c (alpha_call_dummy_words): New.
9924         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9925         (CALL_DUMMY_P): Define.
9926         (CALL_DUMMY_WORDS): Define.
9927         (SIZEOF_CALL_DUMMY_WORDS): Define.
9928
9929 2002-01-19  Per Bothner  <per@bothner.com>
9930
9931         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
9932         isn't NULL, which can happen with some gcj-3.x-produced code.
9933
9934 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
9935
9936         * alpha-tdep.c (alpha_register_virtual_type): New function.
9937         (alpha_init_frame_pc_first): Ditto.
9938         (alpha_fix_call_dummy): Ditto.
9939         (alpha_store_struct_return): Ditto.
9940         (alpha_extract_struct_value_address): Ditto.
9941         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9942         alpha_register_virtual_type.
9943         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9944         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9945         alpha_extract_struct_value_address.
9946         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9947         (INIT_FRAME_PC): Use init_frame_pc_noop.
9948         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9949
9950 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
9951
9952         * i386gnu-nat.c: Include "i386-tdep.h".
9953         (fetch_fpregs): Simplify code dealing with uninitialized floating
9954         point states such that it doesn't require FP7_REGNUM.
9955
9956 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9957
9958         * alpha-tdep.c (frame_extra_info): New.
9959         (alpha_find_saved_regs): Make static.  Use
9960         frame->extra_info.
9961         (alpha_frame_init_saved_regs): New function.
9962         (alpha_frame_saved_pc): Use frame->extra_info.
9963         (temp_saved_regs): Don't declare as struct frame_saved_regs.
9964         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9965         (init_extra_frame_info): Rename to...
9966         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
9967         (alpha_print_extra_frame_info): New function.
9968         (alpha_frame_locals_address): Ditto.
9969         (alpha_frame_args_address): Ditto.
9970         (alpha_pop_frame): Use frame->extra_info.
9971         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9972         alpha_frame_args_address.
9973         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9974         (alpha_find_saved_regs): Remove prototype.
9975         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9976         (EXTRA_FRAME_INFO): Remove.
9977         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9978         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9979
9980 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
9981
9982         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9983         (alpha_cannot_fetch_register): Ditto.
9984         (alpha_cannot_store_register): Ditto.
9985         (alpha_register_convertible): Ditto.
9986         (alpha_use_struct_convention): Ditto.
9987         * config/alpha/tm-alpha.h: Update copyright years.
9988         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9989         (INNER_THAN): Use core_addr_lessthan.
9990         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9991         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9992         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9993         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9994         (FRAME_CHAIN): Remove unnecessary cast.
9995
9996 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
9997
9998         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9999         obsolete.
10000
10001 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
10002
10003         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
10004         * monitor.c, remote-array.c, remote-bug.c: Ditto.
10005         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10006         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10007         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10008         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10009         * x86-64-linux-nat.c: Ditto.
10010
10011 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10012
10013         * alpha-tdep.c (alpha_register_name): New function.
10014         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10015         (REGISTER_NAME): Define.
10016
10017 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10018
10019         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10020
10021 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10022
10023         * alpha-tdep.c: Update copyright years.
10024         (alpha_next_pc): New function.
10025         (alpha_software_single_step): Ditto.
10026         * config/alpha/tm-alpha.h: Add prototype for
10027         alpha_software_single_step.
10028
10029 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10030
10031         * alphabsd-nat.c: Update copyright years.
10032         (fill_gregset): Use regcache_collect.
10033         (fill_fpregset): Likewise.
10034         (fetch_inferior_registers): Only fetch integer registers
10035         if requested to do so.
10036         (store_inferior_registers): Only store integer registers
10037         if requested to do so.
10038
10039 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10040
10041         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10042         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10043         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10044         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10045         * config/alpha/fbsd.mh (XDEPFILES): Delete.
10046         * config/arm/linux.mh (XDEPFILES): Delete.
10047         * config/arm/nbsd.mh (XDEPFILES): Delete.
10048         * config/i386/i386dgux.mh (XDEPFILES): Delete.
10049         * config/i386/i386sol2.mh (XDEPFILES): Delete.
10050         * config/i386/i386m3.mh (XDEPFILES): Delete.
10051         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10052         * config/i386/i386gnu.mh (XDEPFILES): Delete.
10053         * config/i386/fbsd.mh (XDEPFILES): Delete.
10054         * config/i386/i386bsd.mh (XDEPFILES): Delete.
10055         * config/i386/i386sco5.mh (XDEPFILES): Delete.
10056         * config/i386/i386v4.mh (XDEPFILES): Delete.
10057         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10058         * config/i386/i386sco4.mh (XDEPFILES): Delete.
10059         * config/i386/i386aix.mh (XDEPFILES): Delete.
10060         * config/i386/go32.mh (XDEPFILES): Delete.
10061         * config/i386/cygwin.mh (XDEPFILES): Delete.
10062         * config/i386/i386lynx.mh (XDEPFILES): Delete.
10063         * config/i386/i386mach.mh (XDEPFILES): Delete.
10064         * config/i386/i386v32.mh (XDEPFILES): Delete.
10065         * config/i386/linux.mh (XDEPFILES): Delete.
10066         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10067         * config/i386/ncr3000.mh (XDEPFILES): Delete.
10068         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10069         * config/i386/i386sco.mh (XDEPFILES): Delete.
10070         * config/i386/i386v.mh (XDEPFILES): Delete.
10071         * config/i386/nbsd.mh (XDEPFILES): Delete.
10072         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10073         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10074         * config/i386/symmetry.mh (XDEPFILES): Delete.
10075         * config/i386/obsd.mh (XDEPFILES): Delete.
10076         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10077         * config/ia64/linux.mh (XDEPFILES): Delete.
10078         * config/ia64/aix.mh (XDEPFILES): Delete.
10079         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10080         * config/m68k/dpx2.mh (XDEPFILES): Delete.
10081         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10082         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10083         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10084         * config/m68k/linux.mh (XDEPFILES): Delete.
10085         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10086         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10087         * config/m68k/nbsd.mh (XDEPFILES): Delete.
10088         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10089         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10090         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10091         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10092         * config/m88k/delta88.mh (XDEPFILES): Delete.
10093         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10094         * config/m88k/m88k.mh (XDEPFILES): Delete.
10095         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10096         * config/mips/linux.mh (XDEPFILES): Delete.
10097         * config/mips/irix6.mh (XDEPFILES): Delete.
10098         * config/mips/irix5.mh (XDEPFILES): Delete.
10099         * config/mips/irix4.mh (XDEPFILES): Delete.
10100         * config/mips/irix3.mh (XDEPFILES): Delete.
10101         * config/mips/decstation.mh (XDEPFILES): Delete.
10102         * config/mips/mipsm3.mh (XDEPFILES): Delete.
10103         (NATDEPFILES): Move core-aout.o to here.
10104         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10105         * config/pa/hpux1020.mh (XDEPFILES): Delete.
10106         * config/pa/hppabsd.mh (XDEPFILES): Delete.
10107         * config/pa/hppahpux.mh (XDEPFILES): Delete.
10108         * config/pa/hpux11w.mh (XDEPFILES): Delete.
10109         * config/pa/hppaosf.mh (XDEPFILES): Delete.
10110         * config/pa/hpux11.mh (XDEPFILES): Delete.
10111         * config/powerpc/aix.mh (XDEPFILES): Delete.
10112         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10113         * config/powerpc/linux.mh (XDEPFILES): Delete.
10114         * config/romp/rtbsd.mh: Rename XDEPFILES.
10115         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10116         * config/rs6000/aix4.mh (XDEPFILES): Delete.
10117         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10118         * config/s390/s390.mh (XDEPFILES): Delete.
10119         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10120         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10121         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10122         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10123         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10124         * config/sparc/nbsd.mh (XDEPFILES): Delete.
10125         * config/sparc/linux.mh (XDEPFILES): Delete.
10126         * config/vax/vaxult.mh (XDEPFILES): Delete.
10127         * config/vax/vaxult2.mh (XDEPFILES): Delete.
10128         * Makefile.in (DEPFILES): Remove XDEPFILES.
10129
10130 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10131
10132         * utils.c (internal_verror): Fix comments, default is yes not no.
10133         Update queries to match.  Default to quit and dump core.
10134
10135 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10136
10137         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
10138         copyright.
10139         * defs.h, event-top.c, gdbcmd.h: Ditto.
10140         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10141         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10142         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10143         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10144         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10145         * mi/mi-main.c:Ditto.
10146
10147         * stack.c, symfile.c: Update copyright.
10148
10149 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10150
10151         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10152         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10153         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10154         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10155
10156 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10157
10158         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10159         * gdbserver/low-lynx.c (myattach): Likewise.
10160         * gdbserver/low-nbsd.c (myattach): Likewise.
10161         * gdbserver/low-sim.c (myattach): Likewise.
10162         * gdbserver/low-sparc.c (myattach): Likewise.
10163         * gdbserver/low-sun3.c (myattach): Likewise.
10164
10165         * gdbserver/low-linux.c (myattach): New function.
10166
10167         * gdbserver/server.c (attach_inferior): New function.
10168         (main): Handle "--attach".
10169
10170 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
10171
10172         * MAINTAINERS (language support): Daniel Jacobwitz is C++
10173         maintainer.
10174
10175 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
10176
10177         * c-typeprint.c (is_type_conversion_operator): Add additional
10178         check for non-conversion operators.
10179
10180 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10181
10182         * linux-proc.c: Add "info proc" command, a la procfs.c.
10183         (read_mapping): New function, abstract and re-use code.
10184         (linux_find_memory_regions): Use new func read_mapping.
10185         (linux_info_proc_cmd): New function, implement "info proc".
10186         (_initialize_linux_proc): Add new command "info proc".
10187
10188 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10189
10190         * symfile.c (generic_load): Use bfd_map_over_sections method
10191         instead of manipulating bfd structure members directly.
10192         (add_section_size_callback): New function, bfd sections callback
10193         used by generic_load.
10194         (load_sections_callback): New function, bfd sections callback
10195         used by generic_load.
10196
10197 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
10198
10199         [Based on work by Jim Blandy]
10200         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10201         (builtin_type_vec128): Export.
10202         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10203         types.
10204         (builtin_type_vec128): New builtin type for 128 bit vector
10205         registers.
10206         (build_gdbtypes): Initialize builtin_type_v16qi and
10207         builtin_type_v8hi. Create the vec128 register builtin type
10208         structure.
10209         (build_builtin_type_vec128): New function.
10210         (_initialize_gdbtypes): Register builtin_type_v16qi and
10211         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10212         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10213         AltiVec register to new builtin type.
10214
10215 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
10216
10217         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10218         to make_cv_type.
10219
10220 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10221
10222         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10223         CLEAN_UP_REGISTER_VALUE.
10224         * regcache.c (supply_register): Update only call.
10225
10226 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10227
10228         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10229         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10230         a29k-*-vxworks* targets as obsolete.
10231
10232 2002-01-14  Michael Snyder  <msnyder@redhat.com>
10233
10234         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10235         until we can resolve portability issues.
10236         * gregset.h: Remove references to fpxregs.
10237         * gcore.c (gcore_command): Initialize note_sec to NULL.
10238
10239 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10240
10241         * signals.c (target_signal_to_name): Rewrite.  Only use
10242         signals[].name when in bounds and non-NULL.
10243
10244 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10245
10246         From Petr Ledvina <ledvinap@kae.zcu.cz>:
10247         * signals.c (target_signal_to_name): Verify that SIG is within the
10248         bounds of the signals array.
10249
10250 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10251
10252         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10253
10254 2002-01-13  Keith Seitz  <keiths@redhat.com>
10255
10256         * stack.c (print_frame_info_base): Print the frame's pc
10257         only if when print_frame_info_listing_hook is not defined.
10258
10259 2002-01-13  Keith Seitz  <keiths@redhat.com>
10260
10261         * varobj.c (varobj_set_value): Make sure that there were no
10262         errors evaluating the object before attempting to set its
10263         value.
10264         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10265         so this offset adjustment is no longer necessary.
10266         (create_child): Don't set the error flag if the child is
10267         a CPLUS_FAKE_CHILD.
10268         (value_of_child): If value_fetch_lazy fails, return NULL
10269         so that callers will be notified that an error occurred.
10270         (c_value_of_variable): Delay check of variable's validity
10271         until later. We actually want all structs and unions to have
10272         the value "{...}".
10273         Do not return "???" for variables which could not be evaluated.
10274         This error condition must be returned to the caller so that it
10275         can get the error condition from gdb.
10276         (cplus_name_of_child): Adjust index for vptr before figuring
10277         out the name of the child.
10278         (cplus_value_of_child): If a child's (real) parent is not valid,
10279         don't even bother trying to give a value for it. Just return
10280         an error. Change all instances in this function.
10281         (cplus_type_of_child): If our parent is one of the "fake"
10282         parents, we need to get at the type of the real parent, and
10283         derive the child's true type using this information.
10284
10285 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10286
10287         From 2002-01-09 John Marshall <johnm@falch.net>:
10288         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10289         sources.redhat.com, and tweak some related URLs which had
10290         suffered from linkrot.
10291
10292 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10293
10294         From Jeff law:
10295         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10296         structures passed in registers.
10297
10298 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
10299
10300         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10301         white space which prevented compilation.  Reported by DSK
10302         <dsk@student.unsw.edu.au>.
10303
10304 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10305
10306         * symfile.c (build_section_addr_info_from_section_tab):
10307         Use bfd access method instead of manipulating bfd directly.
10308         (syms_from_objfile): Ditto.
10309         (simple_overlay_update_1): Ditto.
10310         (simple_overlay_update): Ditto.
10311         (generic_load): Ditto.
10312         (overlay_unmapped_address): FIXME comment, bfd access methods.
10313         (sections_overlap): FIXME comment, bfd access methods.
10314         (pc_in_mapped_range): FIXME comment, bfd access methods.
10315         (pc_in_unmapped_range): FIXME comment, bfd access methods.
10316         (section_is_mapped): FIXME comment, bfd access methods.
10317         (section_is_overlay): FIXME comment, bfd access methods.
10318
10319         * symfile.c (generic_load): Whitespace and long line cleanups.
10320         Remove duplicate variable, change several local variables to
10321         more appropriate data types.
10322         (print_transfer_performance): Use %lu instead of %ld for ulongs.
10323
10324 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10325
10326         From Peter Schauer:
10327         * language.c (longest_local_hex_string_custom): Use phex_nz to
10328         convert NUM to a hex string.
10329
10330 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
10331
10332         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10333         the function.
10334         Update Copyright year.
10335
10336 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10337
10338         * language.c (longest_raw_hex_string): Delete unused function.
10339
10340 2002-01-11  Petr Sorfa  <petrs@caldera.com>
10341
10342         * MAINTAINERS (write-after-approval): Add myself.
10343         * dwarf2read.c (read_tag_string_type): Handling of
10344         DW_AT_byte_size.
10345         (read_tag_string_type): FORTRAN fix to prevent propagation of
10346         first string size.
10347         (set_cu_language): Handling of DW_LANG_Fortran95
10348
10349 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
10350
10351         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10352         GETPID(inferior_ptid).
10353         (store_inferior_registers): Likewise.
10354
10355 2002-01-10  Jason Merrill  <jason@redhat.com>
10356
10357         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10358         Fix DW_OP_minus.
10359
10360 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
10361
10362         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10363         and bfd/elf32-sh-nbsd.c.
10364
10365 2002-01-10  Michael Snyder  <msnyder@redhat.com>
10366
10367         * NEWS: Mention --pid and corefile/proc-id behavior change.
10368
10369         * Makefile.in: Add rules for gcore.o and linux-proc.o.
10370         * gcore.c: Include cli/cli-decode.h instead of command.h.
10371
10372         * main.c (captured_main): Add new command line option "--pid".
10373         If the second command line argument (following the symbol-file)
10374         begins with a digit, try to attach to it before trying to open
10375         it as a corefile.
10376         (print_gdb_help): Document the "--pid" argument.
10377
10378 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
10379
10380         * completer.c (command_completer): New function.
10381
10382         * completer.h <command_completer>: Add prototype.
10383
10384         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10385         completer for the "help" command.
10386
10387 2002-01-09  Jason Merrill  <jason@redhat.com>
10388
10389         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10390
10391 2002-01-09  Michael Snyder  <msnyder@redhat.com>
10392
10393         * i386-linux-nat.c (fill_fpxregset): Make global.
10394         (store_fpxregset): Ditto.
10395
10396         * gregset.h (gdb_fpxregset_t): Define.
10397         (supply_fpxregset): Prototype.
10398         (fill_fpxregset): Prototype.
10399
10400         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10401
10402 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10403
10404         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10405         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10406         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10407
10408 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
10409
10410         * MAINTAINERS: Update target maintainer rules so that any
10411         Maintainer can approve a tested patch for a maintenance-only
10412         target.
10413
10414 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10415
10416         * MAINTAINERS (write-after-approval): Add myself.
10417
10418         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10419         IN_SIGTRAMP.
10420
10421 2002-01-08  Michael Snyder  <msnyder@redhat.com>
10422
10423         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10424         real name of the executable, rather than the /proc name.
10425
10426 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10427
10428         Implement a "generate-core-file" command in gdb, save target state.
10429         * gcore.c: New file.  Implement new command 'generate-core-file'.
10430         Save a corefile image of the current state of the inferior.
10431         * linux-proc.c: Add linux-specific code for saving corefiles.
10432         * target.h (struct target_ops): Add new target vectors for saving
10433         corefiles; to_find_memory_regions and to_make_corefile_notes.
10434         (target_find_memory_regions): New macro.
10435         (target_make_corefile_notes): New macro.
10436         * target.c (update_current_target): Inherit new target methods.
10437         (dummy_find_memory_regions): New place-holder method.
10438         (dummy_make_corefile_notes): New place-holder method.
10439         (init_dummy_target): Initialize new dummy target vectors.
10440         * exec.c (exec_set_find_memory_regions): New function.
10441         Allow the exec_ops vector for memory regions to be taken over.
10442         (exec_make_note_section): New function, target vector method.
10443         * defs.h (exec_set_find_memory_regions): Export prototype.
10444         * procfs.c (proc_find_memory_regions): New function, corefile method.
10445         (procfs_make_note_section): New function, corefile method.
10446         (init_procfs_ops): Set new target vector pointers.
10447         (find_memory_regions_callback): New function.
10448         (procfs_do_thread_registers): New function.
10449         (procfs_corefile_thread_callback): New function.
10450         * sol-thread.c (sol_find_memory_regions): New function.
10451         (sol_make_note_section): New function.
10452         (init_sol_thread_ops): Initialize new target vectors.
10453         * inftarg.c (inftarg_set_find_memory_regions): New function.
10454         Allow to_find_memory_regions vector to be taken over.
10455         (inftarg_set_make_corefile_notes): New function.
10456         Allow to_make_corefile_notes vector to be taken over.
10457         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10458         interface layer if not target_has_execution (may be a corefile).
10459         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10460         * config/sparc/sun4sol2.mh: Ditto.
10461         * config/alpha/alpha-linux.mh: Ditto.
10462         * config/arm/linux.mh: Ditto.
10463         * config/i386/x86-64linux.mh: Ditto.
10464         * config/ia64/linux.mh: Ditto.
10465         * config/m68k/linux.mh: Ditto.
10466         * config/mips/linux.mh: Ditto.
10467         * config/powerpc/linux.mh: Ditto.
10468         * config/sparc/linux.mh: Ditto.
10469
10470 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10471
10472         * arm-linux-nat.c: Remove references to regcache.c internal data
10473         (registers[] and register_valid[]).
10474
10475 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10476
10477         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
10478         so that attaching to a pid will automatically read the process's
10479         symbol file and shlibs.
10480         * Makefile.in: Add rule for linux-proc.o.
10481         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10482         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10483         * config/arm/linux.mh: Ditto.
10484         * config/i386/linux.mh: Ditto.
10485         * config/i386/x86-64linux.mh: Ditto.
10486         * config/ia64/linux.mh: Ditto.
10487         * config/m68k/linux.mh: Ditto.
10488         * config/mips/linux.mh: Ditto.
10489         * config/powerpc/linux.mh: Ditto.
10490         * config/sparc/linux.mh: Ditto.
10491
10492 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10493
10494         * win32-nat.c: Add i386-tdep.h dependency.
10495
10496 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10497
10498         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10499         instead of bfd_get_arch_size.  Don't bail out just because
10500         there's no exec_bfd.
10501
10502         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10503         * p-valprint.c (pascal_object_print_value): Ditto.
10504         * somread.c (som_symtab_read): Ditto.
10505         * symfile.c (simple_free_overlay_region_table): Ditto.
10506         * valops.c (value_assign): Ditto.
10507
10508         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10509         use tilde_expand and strerror for opening save-tracepoints file.
10510
10511         * thread-db.c (thread_db_new_objfile): Indendation fix.
10512
10513         * infptrace.c (GDB_MAX_ALLOCA): New define.
10514         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10515         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10516         can be overridden with whatever value is appropriate to the host).
10517         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10518         alloca to allocate potentially large buffer.
10519         * rs6000-nat.c (child_xfer_memory): Ditto.
10520         * symm-nat.c (child_xfer_memory): Ditto.
10521         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10522
10523 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
10524
10525         From Nick Clifton  <nickc@redhat.com>
10526         * d10v-tdep.c: Set STACK_START to 0x200bffe.
10527
10528 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10529
10530         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10531         Don't use exec_bfd if it's NULL.
10532
10533 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
10534
10535         * valops.c (value_arg_coerce): Fix formatting.
10536
10537 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10538
10539         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10540         * gnu-nat.c: Ditto.
10541
10542 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10543
10544         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10545         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10546         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10547         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10548         z8k-coff have not been multi-arched.  Update z8k-coff build
10549         status.
10550
10551 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10552
10553         * MAINTAINERS: Mark a29k target as obsolete.
10554         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10555         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
10556         comments.
10557         * NEWS: Note that a29k targets are obsolete.
10558         * a29k-tdep.c: Mark as obsolete.
10559         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10560         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10561         a29k-*-vxworks* targets as obsolete.
10562         * remote-adapt.c: Obsolete.
10563         * remote-eb.c: Obsolete.
10564         * remote-mm.c: Obsolete.
10565         * remote-udi.c: Obsolete.
10566         * config/a29k/a29k-udi.mt: Obsolete.
10567         * config/a29k/a29k.mt: Obsolete.
10568         * config/a29k/tm-a29k.h: Obsolete.
10569         * config/a29k/tm-vx29k.h: Obsolete.
10570         * config/a29k/vx29k.mt: Obsolete.
10571
10572 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10573
10574         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10575         with BFD_ENDIAN_BIG.
10576
10577 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10578
10579         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10580         * configure, config.in: Re-generate.
10581         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10582         * defs.h: Do not include <endian.h>.
10583
10584 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
10585
10586         * acconfig.h (HAVE_PT_GETXMMREGS): New.
10587         * config.in: Regenerate.
10588         * configure.in: Update copyright years.
10589         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10590         * configure: Regenerate.
10591         * i386bsd-nat.c: Update copyright years.
10592         (fill_gregset): Use regcache_collect.
10593         (fetch_inferior_registers): Only fetch integer registers
10594         if requested to do so.  Add support for XMM registers
10595         using PT_GETXMMREGS.
10596         (store_inferior_registers): Only store integer registers
10597         if requested to do so.  Add support for XMM registers
10598         using PT_SETXMMREGS.
10599         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10600         (store_inferior_registers): Remove.
10601         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10602         (fetch_elfcore_registers): New function.
10603         (i386nbsd_elfcore_fns): New.
10604         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10605         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10606         i386bsd-nat.o.
10607         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10608         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10609         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10610         * config/i386/tm-nbsd.h: Update copyright years.
10611         (HAVE_SSE_REGS): Define.
10612         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10613         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10614         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10615         (SIGCONTEXT_PC_OFFSET): Remove.
10616         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10617
10618 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10619
10620         * configure.tgt: Remove powerpc-*-macos* target.
10621         * config/m68k/xm-mpw.h: Delete file.
10622         * config/xm-mpw.h: Delete file.
10623         * ser-mac.c: Delete file.
10624         * mpw-make.sed: Delete file.
10625         * mpw-config.in: Delete file.
10626         * mac-xdep.c: Delete file.
10627         * mac-gdb.r: Delete file.
10628         * mac-defs.h: Delete file.
10629         * mac-nat.c: Delete file.
10630         * config/powerpc/macos.mh: Delete file.
10631         * config/powerpc/macos.mt: Delete file.
10632         * config/powerpc/nm-macos.h: Delete file.
10633         * config/powerpc/tm-macos.h: Delete file.
10634         * source.c (openp, open_source_file): Remove obsolete code.
10635         * top.c (gdb_readline): Ditto.
10636         * utils.c (query): Ditto.
10637         * event-top.c (display_gdb_prompt): Ditto.
10638         * Makefile.in (ser-mac.o): Delete obsolete target.
10639         * NEWS: Update.
10640
10641 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10642
10643         * defs.h (BIG_ENDIAN): Delete macro definition.
10644         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10645         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10646         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10647         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10648         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10649         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10650         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10651         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10652         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10653         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10654         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10655         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10656         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10657         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10658         * gdbarch.c: Re-generate.
10659
10660 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10661
10662         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10663         for core files.
10664
10665 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10666
10667         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10668
10669 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10670
10671         * value.h (value_ptr): Delete typedef.
10672
10673 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10674
10675         * i386nbsd-nat.c: Update copyright years.
10676         Include i386-tdep.h.
10677
10678 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
10679
10680         * stabsread.c: Update copyright years.
10681
10682         From Debashis Mahata <debashis.mahata@wipro.com>:
10683         (read_struct_fields): Deal with Sun C compiler erroneous stab
10684         output for structs and unions.
10685         Fix PR gdb/269.
10686
10687 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10688
10689         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10690         prototype.
10691
10692 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10693
10694         * cp-abi.c: Fix whitespace.
10695         (baseclass_offset): New wrapper function.
10696         * cp-abi.h (baseclass_offset): Add prototype.
10697         (struct cp_abi_ops): Add baseclass_offset pointer.
10698
10699         * valops.c (vb_match): Move to...
10700         * gnu-v2-abi.c (vb_match): here.
10701         * valops.c (baseclass_offset): Move to...
10702         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10703
10704         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10705
10706         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10707         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10708         * hpacc-abi.c (init_hpacc_ops): Likewise.
10709
10710 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10711
10712         * valops.c (find_overload_match): Accept obj as a
10713         reference parameter.  Update it before returning.
10714         * value.h (find_overload_match): Update prototype.
10715         * eval.c (evaluate_subexp_standard): Pass object to
10716         find_overload_match by reference.
10717
10718 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10719
10720         * valarith.c: Replace value_ptr with struct value pointer.  Remove
10721         register attribute from value declarations.
10722         * valops.c: Ditto.
10723         * value.h: Ditto.
10724         * scm-lang.c (scm_lookup_name): Ditto.
10725
10726 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10727
10728         Abstract the functionality of iterating over mapped memory
10729         regions into a general purpose iterator function.
10730         * procfs.c (iterate_over_mappings): New function, general purpose
10731         iterator for memory sections.
10732         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10733         (solib_mappings_callback): New function, callback for above.
10734         (info_proc_mappings): Reimpliment using iterate_over_mappings.
10735         (info_mappings_callback): New function, callback for above.
10736
10737         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10738
10739 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
10740
10741         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10742         * i386-tdep.c: Include "elf-bfd.h".
10743         (process_note_abi_tag_sections): New function.
10744         (i386_gdbarch_init): Add code to recognize various OS/ABI
10745         combinations.
10746
10747         * maint.c (_initialize_maint_cmds): Add missing \ in
10748         string-literal.
10749
10750 For older changes see ChangeLog-2001
10751 \f
10752 Local Variables:
10753 mode: change-log
10754 left-margin: 8
10755 fill-column: 74
10756 version-control: never
10757 End: