2002-09-12 David Carlton <carlton@math.stanford.edu>
[external/binutils.git] / gdb / ChangeLog
1 2002-09-12  David Carlton  <carlton@math.stanford.edu>
2
3         * symtab.h: Run through gdb_indent.h.
4         Add 2002 to Copyright year list.
5
6 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
7
8         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
9         mach constants.
10         * MAINTAINERS: Add myself to write after approval list.
11
12 2002-09-11  J. Brobecker  <brobecker@gnat.com>
13
14         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
15
16 2002-09-11  J. Brobecker  <brobecker@gnat.com>
17
18         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
19         Interix.
20
21 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
22
23         * procfs.c (do_detach): Clear current signal, not just fault.
24         Corrects problem with breakpoint trap signal leaking to detached
25         process on Tru64.
26
27 2002-09-10  Michael Snyder  <msnyder@redhat.com>
28
29         * buildsym.c (finish_block): Protect against null pointer.
30
31 2002-09-10  Andrew Cagney  <cagney@redhat.com>
32
33         * infcmd.c (default_print_registers_info): Send all output to
34         ``file'' instead of ``gdb_stdout''.
35
36 2002-09-10  Michael Snyder  <msnyder@redhat.com>
37
38         * mips-tdep.c (mips_extract_struct_value_address): Make val a
39         LONGEST, and use signed register read (addresses are sign-
40         extended for mips).
41
42 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
43
44         * event-loop.c (gdb_do_one_event): Make public.
45         * event-loop.h (gdb_do_one_event): Declare.
46
47 2002-09-10  Jeff Law  <law@redhat.com>
48
49         * infttrace.c (child_resume): Simplify and rework to avoid
50         TT_PROC_CONTINUE.
51
52 2002-09-09  Fred Fish  <fnf@intrinsity.com>
53
54         * printcmd.c (print_scalar_formatted): "len" is the number of
55         target bytes, NOT the number of target bits.
56
57 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
58
59         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
60         * top.c (init_main): Set rl_terminal_name.
61
62 2002-09-08  Aidan Skinner <aidan@velvet.net>
63
64         * ada-lang.c (ada_array_bound, ada_type_match,
65         _initialize_ada_language): Fix K&R definitions.
66         * ada-tasks.c (get_current_task): Fix K&R definitions.
67         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
68                         
69 2002-09-07  Christopher Faylor  <cgf@redhat.com>
70
71         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
72         Add XP.
73
74 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
75
76         * i386-tdep.c (i386_register_virtual_type,
77         i386_register_convertible, i386_register_convert_to_virtual,
78         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
79         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
80         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
81         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
82         Don't set push_arguments twice.
83
84         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
85         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
86         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
87         sigtramp_end to NULL.
88         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
89         defines.
90         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
91
92         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
93         whitespace.
94
95         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
96         * gdbarch.h, gdbarch.c: Re-generate.
97         * blockframe.c (find_pc_sect_partial_function): Convert to use
98         SIGTRAMP_START_P predicate.
99
100 2002-09-05  Michael Snyder  <msnyder@redhat.com>
101
102         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
103         generic_dummy_frame method and old method.  Also distinguish
104         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
105         (arm_extract_return_value): Use new regcache method.
106
107         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
108         adjustment that doesn't conform to the ABI.
109         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
110         saved regcache, not from current regcache.
111
112 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
113
114         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
115         * README: Update.
116
117 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
118
119         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
120         if arm_apcs_32 is false.
121
122 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
123
124         GDB 5.3 branch created.
125
126 2002-09-03  Theodore A. Roth  <troth@verinet.com>
127
128         * gdb/avr-tdep.c (avr_gdbarch_init): Use
129         generic_unwind_get_saved_register.
130
131 2002-09-03  David Carlton  <carlton@math.stanford.edu>
132
133         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
134         argument (PR gdb/653).  Update call to smash_to_method_type.
135         (read_structure_scope): Update call to dwarf2_add_member_fn.
136
137 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
138
139         * x86-64-linux-tdep.c: Include gdb_string.h
140         * x86-64-linux-nat.c: Ditto.
141
142 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
143
144         * ada-exp.y (yyname, yyrule): Remap global variables that appear
145         when YYDEBUG is set to 1.  
146         * c-exp.y: Likewise.
147         * f-exp.y: Likewise.
148         * jv-exp.y: Likewise.
149         * m2-exp.y: Likewise.
150         * p-exp.y: Likewise.
151
152 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
153
154         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
155         dependency list.
156         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
157         solib_svr4_fetch_link_map_offsets to
158         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
159         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
160         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
161         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
162         solib-svr4.o, and solib-legacy.o.
163         * config/i386/tm-nbsd.h: Include solib.h.
164
165 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
166
167         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
168         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
169         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
170         comment noting that this needs its own target configuration.
171         * config/i386/nbsd.mt: New file.
172         * config/i386/nbsdaout.mt: Remove.
173         * config/i386/nbsdelf.mt: Ditto.
174         * config/i386/tm-nbsdaout.h: Ditto. 
175
176 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
177
178         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
179         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
180         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
181         tdep->sigtramp_end.
182         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
183         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
184         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
185
186 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
187
188         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
189         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
190         * i386-tdep.h (i386bsd_init_abi): New prototype.
191         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
192         function declaration.
193         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
194         for NetBSD-a.out or NetBSD-ELF.
195         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
196         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
197         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
198         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
199         and nbsd-tdep.h.
200         (i386nbsd_pc_in_sigtramp): New function.
201         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
202         i386nbsd_pc_in_sigtramp.
203         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
204         and i386nbsdelf_init_abi OS ABI handlers.
205         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
206         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
207
208 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
209
210         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
211         registers if the target really has them.
212
213 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
214
215         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
216         than nbsd-tdep.h.
217
218 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
219
220         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
221         list.
222         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
223         (alphanbsd_skip_sigtramp_frame): New functions. 
224         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
225         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
226         to alphanbsd_sigcontext_addr. 
227
228 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
229
230         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
231         list.
232         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
233         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
234         nbsd_pc_in_sigtramp. 
235         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
236         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
237         * nbsd-tdep.c: Include gdb_string.h.
238         (nbsd_pc_in_sigtramp): New function. 
239         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
240         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
241         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
242         ppcnbsd_pc_in_sigtramp. 
243         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
244         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
245         shnbsd_pc_in_sigtramp. 
246         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
247         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
248         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
249
250 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
251
252         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
253         watchpoints to NULL.
254         (insert_breakpoints): set val field of watchpoints if NULL.
255
256
257 2002-08-29  Jim Blandy  <jimb@redhat.com>
258
259         * symtab.c (lookup_symbol_aux): In the cases where we find a
260         minimal symbol of an appropriate name and use its address to
261         select a symtab to read and search, use `name' (as passed to us)
262         as the demangled name when searching the symtab's global and
263         static blocks, not the minsym's name.
264
265 2002-08-29  Keith Seitz  <keiths@redhat.com>
266
267         * stack.c (print_frame_info_base): Always set current_source_symtab
268         and current_source_line.
269
270 2002-08-29  Donn Terry  <donnte@microsoft.com>
271
272         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
273
274 2002-08-28  Keith Seitz  <keiths@redhat.com>
275
276         * stack.c (select_frame): Add FIXME concerning selected-frame
277         events.
278         (select_frame_command): Send selected-frame-level-changed
279         event notification, but only if the level actually changed.
280         (up_silently_base): Add selected-frame-level-changed event
281         notification.
282         (down_silently_base): Likewise.
283
284 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
285
286         * Makefile.in: Update dependencies for all gdb/*.c files.
287
288 2002-08-27  Tom Tromey  <tromey@redhat.com>
289
290         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
291         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
292         Update dependencies.
293         * i387-tdep.c: Include gdb_string.h.
294         * osabi.c: Likewise.
295         * i386-linux-nat.c: Likewise.
296         * lin-lwp.c: Likewise.
297         * ax-gdb.c: Likewise.
298         * signals/signals.c: Likewise.
299         * jv-valprint.c: Likewise.
300         * p-lang.c: Likewise.
301         * c-valprint.c: Likewise.
302         * cp-abi.c: Likewise.
303
304 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
305
306         * cli/cli-script.h (copy_command_lines): Export.
307         * breakpoint.c: Include cli/cli-script.h.
308         * Makefile.in (breakpoint.o): Update dependencies.
309
310 2002-08-26  Michael Snyder  <msnyder@redhat.com>
311
312         * breakpoint.c (insert_breakpoints): Protect all references
313         to 'process_warning'.  Shorten long lines.
314
315 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
316
317         * cli/cli-script.c (copy_command_lines): New function.
318         * defs.h (copy_command_lines): Export.
319         * testsuite/gdb.base/commands.exp: New tests for commands
320         attached to a temporary breakpoint, and for commands that
321         delete the breakpoint they are attached to.
322         
323 2002-08-26  Michael Snyder  <msnyder@redhat.com>
324
325         * breakpoint.c (bpstat_stop_status): Instead of copying the 
326         pointer to the breakpoint commands struct, make a new copy
327         of the struct and point to that.
328         (bpstat_clear): Free the commands struct.
329         (bpstat_clear_actions): Free the commands struct.
330         (bpstat_do_actions): Free the command actions.  Also execute
331         the local cleanups, instead of deleting them.
332         (delete_breakpoint): Leave the commands field of the bpstat
333         chain alone -- it will be freed later.
334
335 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
336
337         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
338         deleted in 2002-08-20 commit.  This function is still used by
339         ppc-linux-nat.c.
340
341 2002-08-26  Keith Seitz  <keiths@redhat.com>
342
343         * gdb-events.sh: Add selected-frame-level-changed event.
344         * gdb-events.c: Regenerated.
345         * gdb-events.h: Regenerated.
346         
347 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
348
349         Fix PR gdb/393:
350         * inflow.c (terminal_save_ours): New function to save terminal
351         settings.
352         * inferior.h (terminal_save_ours): Declare.
353         * target.c (debug_to_terminal_save_ours): New function.
354         (cleanup_target): Defaults to_terminal_save_ours.
355         (update_current_target): Inherit to_terminal_save_ours.
356         (setup_target_debug): Set to_terminal_save_ours.
357         * target.h (target_terminal_save_ours): New to save terminal settings.
358         (target_ops): New member to_terminal_save_ours.
359         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
360         * hpux-thread.c (init_hpux_thread_ops): Likewise.
361         * inftarg.c (init_child_ops): Likewise.
362         * m3-nat.c (init_m3_ops): Likewise.
363         * procfs.c (init_procfs_ops): Likewise.
364         * wince.c (init_child_ops): Likewise.
365         * win32-nat.c (init_child_ops): Likewise.
366         * sol-thread.c (init_sol_thread_ops): Likewise.
367
368 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
369
370         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
371         use regcache_* functions.
372         (i386_gdbarch_init): Set store_return_value instead of
373         deprecated_store_return_value.
374
375         * regcache.c (regcache_raw_write_signed,
376         regcache_raw_write_unsigned): New functions.
377         * regcache.h (regcache_raw_write_signed,
378         regcache_raw_write_unsigned): New prototypes.
379
380 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
381
382         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
383         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
384         source file dependencies.  Cleanup corresponding generator rules.
385
386 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
387
388         * regcache.h (register_offset_hack): Declare.
389         (regcache_cooked_read_using_offset_hack): Declare.
390         (regcache_cooked_write_using_offset_hack): Declare.
391
392         * regcache.c (register_offset_hack): New function.
393         (regcache_cooked_read_using_offset_hack): New function.
394         (regcache_cooked_write_using_offset_hack): New function.
395         (regcache_dump): Check that the registers, according to their
396         offset, are packed hard against each other.
397         (cooked_xfer_using_offset_hack): New function.
398
399 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
400
401         * regcache.c (struct regcache_descr): Add field register_type.
402         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
403         in as a parameter
404         (init_regcache_descr): Initialize register_type.  Pass the descr
405         to init_legacy_regcache_descr.  Use register_type instead of
406         REGISTER_VIRTUAL_TYPE.
407         (register_type): New function.
408         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
409         * regcache.h (register_type): Declare.
410
411 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
412
413         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
414         instead of deprecated_store_return_value.  Fix fallout from
415         2002-08-23 Andrew Cagney <cagney@redhat.com>.
416
417 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
418
419         * regcache.c (max_register_size): New function.
420         (init_legacy_regcache_descr): Ensure that max_register_size is
421         large enough for REGISTER_VIRTUAL_SIZE.
422         * regcache.h (max_register_size): Declare.
423
424 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
425
426         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
427         store_return_value.
428         (e500_extract_return_value): Change type of valbuf pointer to
429         void.
430
431 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
432
433         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
434         workaround.
435
436         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
437         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
438         long long) to prevent compiler warning on 64-bit systems.
439
440 2002-08-23  Andrew Cagney  <cagney@redhat.com>
441
442         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
443         (DEPRECATED_STORE_RETURN_VALUE): New method.
444         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
445         * gdbarch.h, gdbarch.c: Re-generate.
446
447         * values.c (set_return_value): Pass current_regcache to
448         STORE_RETURN_VALUE.
449         * arch-utils.h (legacy_store_return_value): Declare.
450         * arch-utils.c (legacy_store_return_value): New function.
451         (legacy_extract_return_value): Update parameters.
452
453         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
454         STORE_RETURN_VALUE.
455         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
456         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
457         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
458         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
459         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
460         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
461         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
462         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
463         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
464         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
465
466         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
467         * i386-tdep.c (i386_extract_return_value): Update.
468         * arch-utils.c (legacy_extract_return_value): Update.
469         * frv-tdep.c (frv_gdbarch_init): Update.
470         * cris-tdep.c (cris_gdbarch_init): Update.
471         * d10v-tdep.c (d10v_gdbarch_init): Update.
472         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
473         * m68k-tdep.c (m68k_gdbarch_init): Update.
474         * mcore-tdep.c (mcore_gdbarch_init): Update.
475         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
476         * s390-tdep.c (s390_gdbarch_init): Update.
477         * sparc-tdep.c (sparc_gdbarch_init): Update.
478         * sh-tdep.c (sh_gdbarch_init): Update.
479         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
480         * v850-tdep.c (v850_gdbarch_init): Update.
481         * avr-tdep.c (avr_gdbarch_init): Update.
482         * ia64-tdep.c (ia64_gdbarch_init): Update.
483         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
484         * vax-tdep.c (vax_gdbarch_init): Update.
485         * alpha-tdep.c (alpha_gdbarch_init): Update.
486         * arm-tdep.c (arm_gdbarch_init): Update.
487         * mips-tdep.c (mips_gdbarch_init): Update.
488         * i386-tdep.c (i386_gdbarch_init): Update.
489
490 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
491
492         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
493         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
494
495 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
496
497         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
498         problems.
499
500 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
501
502         * infrun.c (handle_inferior_event): Move a comment outside of a
503         function call, in order to avoid indent reformatting this part
504         of the code in an unreadable way.
505
506 2002-08-23  Grace Sainsbury  <graces@redhat.com>
507
508         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
509         when breakpoints fail. Move general breakpoint error messages to
510         insert_breakpoints.  
511         * breakpoint.c (insert_breakpoints): Change warnings when
512         breakpoints are nto inserted to specify the type. Remove call to
513         memory_error when hardware breakpoints can't be inserted. Remove
514         multiple calls to warning so all messages are sent to the user at
515         once.
516         (delete_breakpoints): Make insert error messsages more explicit.
517
518 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
519
520         * ChangeLog: Move gdbserver entries after GDB 5.2 to
521         gdbserver/ChangeLog.
522
523 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
524
525         * i386-tdep.c: Include "objfiles.h".
526         (i386_svr4_init_abi): Set in_solib_call_trampoline and
527         skip_trampoline_code.
528         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
529         (CPLUS_MARKER): Define to '.'.
530
531         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
532         member.
533         (linux_corefile_thread_callback): Increase args->num_notes.
534         (linux_make_note_section): Initialize thread_args.num_notes, and
535         use it to determine whether notes for any threads were created.
536
537 2002-08-23  Donn Terry  <donnte@microsoft.com>
538
539         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
540         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
541         and PCUNKILL.
542         (write_with_trace): Conditionalize out the switch branch handling
543         PCSHOLD if the corresponding macro is not defined. Likewise for
544         PRSABORT and PRSTOP.
545         This change will be needed by the Interix port.
546
547 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
548
549         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
550         write_register wherever possible instead of manipulating the
551         register bytes directly.
552         Assign VALUE_CONTENTS to a variable and use that.
553         The GPR numbers are now dependent on the architecture.
554         
555 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
556
557         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
558         ev_offset fields.
559         (skip_prologue): Add support for BookE/e500 instructions.
560         (e500_extract_return_value): New function.
561         (frame_get_saved_regs): Add support for saving ev registers and
562         pseudo gpr's.
563         (e500_store_return_value): New function.
564         (rs6000_gdbarch_init): Move up default intializations of
565         deprecated_extract_return_value and store_return_value.  Overwrite
566         init of store_return_value with e500 specific version.
567         Set extract_return_value for e500.
568         
569 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
570
571         * blockframe.c (generic_call_dummy_register_unwind): Use
572         regcache_cooked_read to catch cases in which the variable is
573         stored in a pseudo register.
574
575 2002-08-22  Andrew Cagney  <cagney@redhat.com>
576
577         * NEWS: Mention that the i960 has been made obsolete.
578         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
579         i960-tdep.c
580         (remote-nrom.o): Obsolete target.
581         (remote-nindy.o, i960-tdep.o): Ditto.
582         * remote-nrom.c: Make file obsolete.
583         * remote-nindy.c, remote-vx960.c: Ditto.
584         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
585         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
586         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
587         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
588         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
589         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
590         i960-*-vxworks* obsolete.
591         * MAINTAINERS: Note that the i960 is obsolete.
592
593 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
594
595         * aix-thread.c (aix_thread_detach): Disable thread debugging on
596         detach to allow reinitialization.
597
598 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
599
600         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
601         attempt).
602
603 2002-08-22  Jim Blandy  <jimb@redhat.com>
604
605         * coffread.c (coff_symfile_read): Don't try to read the line
606         number table from disk if the image file doesn't have a symbol
607         table; we'll never actually look at the info anyway, and Windows
608         ships DLL's with bogus file offsets for the line number data.
609
610 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
611
612         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
613         an e500 executable.
614
615 2002-08-21  Michael Snyder  <msnyder@redhat.com>
616
617         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
618         (MSYMBOL_SIZE): Replace macro with function.
619         (DEFAULT_MIPS_TYPE): Delete unused macro.
620         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
621         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
622
623 2002-08-21  Jim Blandy  <jimb@redhat.com>
624
625         * valops.c (value_cast): Simplify and correct logic for doing a
626         static cast from a pointer to a base class to a pointer to a
627         derived class.
628
629 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
630
631         * infcmd.c (default_print_registers_info): Replace
632         do_registers_info.
633         (registers_info): Use gdbarch_print_registers_info instead of
634         DO_REGISTERS_INFO.
635         * inferior.h (default_print_registers_info): Replace
636         do_registers_info.
637         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
638         (DO_REGISTERS_INFO): Change to a predicate function.
639         * gdbarch.h, gdbarch.c: Regenerate.
640         
641 2002-08-21  Keith Seitz  <keiths@redhat.com>
642
643         * gdb-events.sh: Add target-changed event.
644         * gdb-events.c: Regenerated.
645         * gdb-events.c: Regenerated.
646         * valops.c (value_assign): Add target-changed event notification
647         to inlval_register, lval_memory, and lval_reg_frame_relative.
648
649 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
650
651         * NEWS: Add an entry regarding the improvement of the next/step
652         operation on Alpha Tru64 multi-processor machines.
653
654 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
655
656         * Makefile.in: Update dependencies for mi/ cli/ and tui/
657         directores.
658         * Makefile.in: Update all _h macro definitions.
659         * Makefile.in (install-gdbtk): Move to install section.
660         (rdi-share/libangsd.a): Move to end of file.
661
662 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
663
664         * frame.c (frame_register_unwind): When a register, set addrp to
665         the register's byte.
666
667 2002-08-20  Michael Snyder  <msnyder@redhat.com>
668
669         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
670         used locally, so move them from the target machine header to here.
671         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
672         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
673         Make static.
674         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
675
676 2002-08-20  Andrew Cagney  <cagney@redhat.com>
677
678         * NEWS: Mention that the Apollo line was made obsolete.
679         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
680         m68*-hp-hpux* obsolete.
681         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
682         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
683         * buildsym.c (make_blockvector): Make static.
684         * buildsym.h (make_blockvector): Make extern declaration obsolete.
685         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
686         (ALLDEPFILES): Remove dstread.c.
687         (dstread.o): Obsolete make rule.
688         * dstread.c: Makefile obsolete.
689         * dst.h: Ditto.
690         * config/m68k/hp300hpux.mt: Ditto.
691         * config/m68k/hp300hpux.mh: Ditto.
692         * config/m68k/hp300bsd.mt: Ditto.
693         * config/m68k/hp300bsd.mh: Ditto.
694         * config/m68k/apollo68b.mt: Ditto.
695         * config/m68k/apollo68v.mh: Ditto.
696         * config/m68k/apollo68b.mh: Ditto.
697
698 2002-08-20  Michael Snyder  <msnyder@redhat.com>
699
700         * mips-tdep.c (mips_in_return_stub): Make static.
701         (mips_gdbarch_init): Set in_solib_return_trampoline.
702         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
703
704 2002-08-20  Michael Snyder  <msnyder@redhat.com>
705
706         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
707         * gdbarch.c, gdbarch.h: Regenerate.
708         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
709         Add.
710         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
711
712 2002-08-20  Michael Snyder  <msnyder@redhat.com>
713
714         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
715         (mips_gdbarch_init): Set skip_trampoline_code, 
716         in_solib_call_trampoline.
717         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
718         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
719
720 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
721
722         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
723
724         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
725         vector type for ev registers.
726         (e500_pseudo_register_read): New function.
727         (e500_pseudo_register_write): New function.
728         (e500_dwarf2_reg_to_regnum): New function.
729         (PPC_UISA_NOFP_SPRS): New macro.
730         (PPC_EV_REGS): New macro.
731         (PPC_GPRS_PSEUDO_REGS): New macro.
732         (registers_e500): New register set for e500.
733         (variants): Add e500 variant.
734         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
735         before setting architectural dependent variations.  Initialize ev
736         registers numbers.  Add case for e500 architecture.  Set the
737         number of pseudo registers.
738
739 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
740
741         * rs6000-tdep.c: Clean up comments.
742
743 2002-08-20  Andrew Cagney  <cagney@redhat.com>
744
745         * h8300-tdep.c: Re-indent file.
746
747 2002-08-20  Jim Blandy  <jimb@redhat.com>
748
749         * Makefile.in (LDFLAGS): Allow the configure script to establish a
750         default for this.
751
752 2002-08-20  Keith Seitz  <keiths@redhat.com>
753
754         * breakpoints.c (watch_command_1): Use internal breakpoint
755         when setting a watchpoint_scope breakpoint.
756
757 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
758
759         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
760         (build_builtin_type_vec64i): Ditto.
761         (build_builtin_type_vec128): Ditto.
762         (build_builtin_type_vec128i): Ditto.
763
764 2002-08-19  Michael Snyder  <msnyder@redhat.com>
765
766         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
767         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
768         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
769         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
770         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
771         CALL_DUMMY_ADDRESS): Delete.
772         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
773         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
774         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
775         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
776         push_return_address.
777         (mips_register_raw_size, mips_eabi_use_struct_convention, 
778         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
779         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
780         mips_init_extra_frame_info, mips_eabi_push_arguments, 
781         mips_n32n64_push_arguments, mips_push_return_address,
782         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
783         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
784
785 2002-08-19  Michael Snyder  <msnyder@redhat.com>
786
787         * mips-tdep.c (mips_frame_num_args): New function.
788         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
789         frame_saved_pc, frame_args_address, frame_locals_address, 
790         frame_num_args, and frame_args_skip.
791         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
792         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
793         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
794         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
795
796 2002-08-20  Michael Snyder  <msnyder@redhat.com>
797
798         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
799         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
800         * mips-tdep.c (mips_store_struct_return): New function.
801         (mips_extract_struct_value_address): New function.
802         (mips_gdbarch_init): Set store_struct_return and
803         extract_struct_value_address.
804
805 2002-08-20  David Carlton  <carlton@math.stanford.edu>
806
807         * dwarf2read.c (dwarf2_build_psymtabs): Check that
808         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
809         (read_file_scope): Check that line_header is nonzero before
810         decoding macro information.
811
812 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
813
814         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
815         flag the general-purpose registers as floating-point on targets
816         that don't support the floating-point registers.
817
818 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
819
820         * rs6000-tdep.c (altivec_register_p): Delete.
821         (rs6000_do_altivec_registers): Delete.
822         (rs6000_altivec_registers_info): Delete.
823         (rs6000_do_registers_info): Delete.
824         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
825         (rs6000_gdbarch_init): Remove setting of do_registers_info.
826
827 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
828
829         * infcmd.c (do_registers_info): Print vector registers in hex
830         format only.
831         (print_vector_info): Check that printing registers
832         makes sense.
833         (print_float_info): Ditto.
834
835 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
836
837         * mips-tdep.c (mips_gdbarch_init): Update.
838         (mips_o32_extract_return_value): Rewrite.
839         (mips_o32_store_return_value): Rewrite.
840         (mips_o32_xfer_return_value): New function.
841         (mips_xfer_register): Tweak debug print message.  Allow for
842         buf_offset when dumping the value transfered.
843
844 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
845
846         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
847         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
848         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
849         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
850         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
851
852 2002-08-14  Michael Snyder  <msnyder@redhat.com>
853
854         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
855
856 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
857
858         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
859         register.
860         (P): New macro to define a register as a pseudo register.
861         (R, R4, R8, R16, FR32, R64, R0): Updated.
862         (struct variant): Add new fields for number of pseudo registers
863         and number of total registers.
864         (tot_num_registers): New macro replacing....
865         (num_registers): ...deleted macro.
866         (num_registers): New function.
867         (num_pseudo_registers): New function.
868         (variants): Update all variants to intialize new fields correctly.
869         Postpone initialization of number of pseudo regs and real regs.
870         (init_variants): New function.
871         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
872         registers offsets.
873
874 2002-08-19  David Carlton  <carlton@math.stanford.edu>
875
876         * valops.c (search_struct_field): Change error message to treat
877         return value of 0 from value_static_field as meaning that field is
878         optimized out.
879         (value_struct_elt_for_reference): Ditto.
880         * values.c (value_static_field): Treat an unresolved location the
881         same as a nonexistent symbol.  Fix PR gdb/635.
882         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
883         enclosed.  Fix PR gdb/574.
884         * MAINTAINERS: Add self to Write After Approval list.
885
886 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
887
888         * mips-tdep.c (mips_xfer_register): New function.
889         (mips_n32n64_extract_return_value): Rewrite.
890         (mips_gdbarch_init): For N32 and N64, set extract_return_value
891         instead of deprecated_extract_return_value.
892
893 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
894
895         * rs6000-tdep.c (TDEP): Delete macro.
896         (branch_dest): Replace use of TDEP macro with its body.
897         (rs6000_pop_frame): Ditto.
898         (rs6000_push_arguments): Ditto.
899         (rs6000_skip_trampoline_code): Ditto.
900         (rs6000_frame_saved_pc): Ditto.
901         (rs6000_frame_chain): Ditto.
902         (rs6000_register_name): Ditto.
903         (rs6000_register_byte): Ditto.
904         (rs6000_register_raw_size): Ditto.
905         (rs6000_register_virtual_type): Ditto.
906         (rs6000_register_convertible): Ditto.
907         (rs6000_convert_from_func_ptr_addr): Ditto.
908
909 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
910
911         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
912         conditionally.
913         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
914         MIPS_LINUX_JB_ELEMENT_SIZE.
915         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
916         for MAX_REGISTER_RAW_SIZE arrays.
917         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
918         MIPS_LINUX_JB_ELEMENT_SIZE.
919
920 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
921
922         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
923
924 2002-08-19  Aidan Skinner <aidan@velvet.net>
925
926         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
927         ada-valprint.c ada-tasks.c.
928         (YYFILES): Add ada-exp.y.
929         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
930         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
931         (ada-exp.tab.o): New target.
932                 
933 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
934
935         * regcache.c (regcache_xfer_part): New function.
936         (regcache_raw_read_part): New function.
937         (regcache_raw_write_part): New function.
938         (regcache_cooked_read_part): New function.
939         (regcache_cooked_write_part): New function.
940         * regcache.h (regcache_raw_read_part): Declare.
941         (regcache_raw_write_part): Declare.
942         (regcache_cooked_read_part): Declare.
943         (regcache_cooked_write_part): Declare.
944
945 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
946
947         * remote.c (remote_open_1): Add async_p.
948         (remote_async_open_1): Delete.
949         (open_remote_target): Delete.
950         (remote_open, extended_remote_open): Update calls to remote_open_1.
951         (remote_async_open, extended_remote_async_open): Call
952         remote_open_1 instead of remote_async_open_1.
953
954 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
955
956         * blockframe.c: Fix a few coding standard violations.
957
958 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
959
960         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
961         here from ...
962         * config/i386/tm-i386sco5.h: ... here.  File removed.
963         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
964
965         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
966         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
967         (TM_FILE): Set to tm-i386.h.
968         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
969         * config/i386/tm-i386v.h: Remove file.
970         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
971         instead of "i386/tm-i386v.h".
972         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
973         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
974         "i386/tm-i386v.h".
975         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
976         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
977         "i386/tm-i386.h".
978
979 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
980
981         * config/i386/nm-i386v.h: Add protection against
982         multiple-inclusion.
983         (i386_register_u_addr): Remove prototype.
984         (register_u_addr): New prototype.
985         (REGISTER_U_ADDR): Redefine accordingly.
986         * i386v-nat.c: Improve several comments.
987         (i386_register_u_addr): Change signature and rename to
988         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
989         ubase variable.
990
991 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
992
993         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
994         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
995         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
996         deprecated_extract_return_value.
997         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
998         rename mips_o32o64_push_arguments.
999         (mips_gdbarch_init): Update.
1000         (mips_extract_return_value): Delete.
1001         (mips_o32_extract_return_value): Clone mips_extract_return_value.
1002         (mips_o64_extract_return_value): Clone mips_extract_return_value.
1003         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1004         (mips_n32n64_extract_return_value): Clone
1005         mips_extract_return_value.
1006         (mips_store_return_value): Delete.
1007         (mips_o32_store_return_value): Clone mips_store_return_value.
1008         (mips_o64_store_return_value): Clone mips_store_return_value.
1009         (mips_eabi_store_return_value): Clone mips_store_return_value.
1010         (mips_n32n64_store_return_value): Clone mips_store_return_value.
1011
1012 2002-08-18  Aidan Skinner <aidan@velvet.net>
1013
1014         * ada-lang.c: Use gdb_string.h instead of <string.h>.
1015         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1016                 
1017 2002-08-18  Aidan Skinner <aidan@velvet.net>
1018
1019         * ada-lang.c: Run through gdb_indent.sh.
1020         * ada-lang.h: Run through gdb_indent.sh.
1021         * ada-tasks.c: Run through gdb_indent.sh.
1022         * ada-typeprint.c: Run through gdb_indent.sh.
1023         * ada-valprint.c: Run through gdb_indent.sh.
1024
1025 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
1026
1027         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1028         ABI.
1029
1030 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
1031
1032         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1033
1034         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1035         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1036
1037         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1038         write_register_gen instead of write_register_bytes.
1039
1040         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1041         i[3456]-*-osf1mk* configurations have been made obsolete.
1042         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1043         i[3456]86-*-osf1mk* hosts obsolete.
1044         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1045         targets obsolete.
1046         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1047         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1048         config/i386/i386m3.mt, config/i386/nm-m3.h,
1049         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1050         config/i386/i386mk.mh, config/i386/i386mk.mt,
1051         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1052         obsolete.
1053         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1054         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1055         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1056
1057 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
1058
1059         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1060         (hppa_value_returned_from_stack): Declare.
1061         (hppa_extract_return_value): Declare.
1062         * config/pa/hppa.mt: New file.
1063         * configure.tgt: Recognize hppa*-*-*.
1064         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
1065
1066 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
1067
1068         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1069         comment.
1070
1071 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
1072
1073         * top.c (gdb_rl_operate_and_get_next): Make sure
1074         operate-and-get-next functions correctly even when the history
1075         list is completely filled.
1076
1077 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
1078
1079         * MAINTAINERS (Target Instruction Set Architectures): Rename
1080         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
1081         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
1082         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
1083         already listed under Host/Native.
1084
1085         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1086         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
1087         mips*-*-*.
1088
1089 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
1090
1091         * config/ia64/ia64.mt: New file.
1092         * config/alpha/alpha.mt: New file.
1093         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1094         ia64-linux-gnu.  Mention that ia64-elf is broken.
1095         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1096
1097 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
1098
1099         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1100         generic_func_frame_valid instead of func_frame_valid.
1101
1102 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
1103
1104         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1105         procfs appears to be broken when debugging on multi-processor
1106         machines. So enable software single stepping in order to avoid
1107         using the procfs interface to do next/step operations, using
1108         internal breakpoints instead.
1109
1110         * infrun.c (handle_inferior_event): Readjust the stop_pc by
1111         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1112         make this pc address equal to the value it would have if the
1113         system stepping capability was used. Also set a new flag used
1114         to ensure that we don't readjust the PC one more time later.
1115
1116         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1117         address by DECR_PC_AFTER_BREAK when software single step is
1118         in use for this architecture, as this has already been taken
1119         care of in handle_inferior_event().
1120
1121 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
1122
1123         * infrun.c (handle_inferior_event): Minor reformatting, to make
1124         a rather long condition expression easier to read.
1125
1126 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
1127
1128         * Makefile.in (gdbtk.o): Move to end of file.
1129         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1130         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1131         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1132         (gdbtk-wrapper.o, gdbres.o): Ditto.
1133
1134 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
1135
1136         * Makefile.in (copying.o): Separate out compile rule.
1137         (hpux-thread.o, procfs.o, signals.o): Ditto.
1138         (v850ice.o, z8k-tdep.o): Ditto.
1139         (tui-file.o): Move to TUI section.
1140         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1141         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1142
1143 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
1144
1145         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1146         skip_trampoline_code, for better namespace-proofing.   
1147
1148         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1149
1150 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
1151
1152         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1153
1154 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
1155
1156         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1157         signal, check whether we hit a breakpoint before checking for a
1158         single step breakpoint. Otherwise, GDB fails to notice that a
1159         breakpoint has been hit when stepping onto a breakpoint.
1160
1161 2002-08-16  Keith Seitz  <keiths@redhat.com>
1162
1163         * gdb-events.sh (clear_gdb_event_hooks): New function.
1164         * gdb-events.c: Regenerate.
1165         * gdb-events.h: Regenerate.
1166
1167 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
1168
1169         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1170         not_a_sw_breakpoint.
1171         * breakpoint.h (bpstat_stop_status): Add parameter names.
1172
1173 2002-08-16  Grace Sainsbury  <graces@redhat.com>
1174
1175         * remote.c (remote_insert_hw_breakpoint)
1176         (remote_remove_hw_breakpoint): Fix calculation of length field
1177         for Z-packet.
1178
1179 2002-08-15  Michael Snyder  <msnyder@redhat.com>
1180
1181         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1182         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1183         (supply_fpregset): Ditto.
1184         
1185         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
1186         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
1187         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1188         (TARGET_READ_SP): Delete.
1189         (DO_REGISTERS_INFO): Delete.
1190         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1191         Delete.
1192         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1193         from macros to functions.
1194
1195         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1196         (mips_register_convertible, mips_register_convert_to_virtual,
1197         mips_register_convert_to_raw): Make static.
1198         (mips_read_sp): New function.
1199         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1200         (mips_do_registers_info): Make static.
1201         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1202         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1203         (mips_register_convert_from_type, mips_register_convert_to_type):
1204         New functions.
1205         (mips_gdbarch_init): Set up function_start_offset, 
1206         register_virtual_size, pc_in_sigtramp.
1207
1208 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
1209
1210         * infcmd.c (vector_info): New function.
1211         (_initialize_infcmd): Add command "info vector".
1212         (print_vector_info): New function.
1213
1214         * gdbarch.sh (PRINT_VECTOR_INFO): New method
1215         * gdbarch.h, gdbarch.c: Regenerate.
1216
1217 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
1218
1219         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1220         ``print_all''.  Only print vector registers when ``print_all''.
1221
1222 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
1223
1224         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1225         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1226
1227         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1228         Add `args' parameter.
1229         * gdbarch.h, gdbarch.c: Regenerate.
1230         
1231         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1232         
1233         * infcmd.c (float_info): Call print_float_info.
1234         (print_float_info): New function.  By default, print the
1235         floating-point registers.
1236
1237         * arch-utils.h (default_print_float_info): Delete declaration.
1238         * arch-utils.c (default_print_float_info): Delete function.
1239         
1240 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
1241
1242         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1243         out define.
1244
1245         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1246         FRAME.
1247
1248         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1249         * configure.host: Make i[3456]86-*-aix host obsolete.
1250         * configure.tgt: Make i[3456]86-*-aix target obsolete.
1251         * config/i386/i386aix.mh, config/i386/i386aix.mt,
1252         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1253         config/i386/xm-i386aix.h: Make files obsolete.
1254         * i386aix-nat.c: Make file obsolete.
1255         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1256         (i386aix-nat.o): Make target obsolete.
1257
1258         * config/i386/nm-gnu.h: Removed.
1259         * config/i386/nm-i386gnu.h: New file.
1260         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1261         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1262         Moved here from ...
1263         * config/i386/tm-i386gnu.h: ... here.  Removed.
1264         * config/i386/xm-i386gnu.h: Removed.
1265         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1266         (NAT_FILE): Set to nm-i386gnu.h.
1267         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1268         * i386-tdep.c: New file.
1269         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1270         (i386gnu-tdep.o): Specify dependencies.
1271
1272 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
1273
1274         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1275         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1276         Adjust a few comments to reflect reality a bit closer.
1277         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1278         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1279         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1280         target_insert_watchpoint, target_remove_watchpoint):
1281         Move defines to ...
1282         * config/i386/nm-i386sco5.h: ... here.
1283         (kernel_u_size): Add prototype.  Improve a few comments and add
1284         protection against multiple inclusion.
1285         
1286         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1287         out define.
1288
1289         * uw-thread.c (SP_ARG0): Define if not already defined.
1290         * config/i386/tm-i386.h (SO_ARG0): Remove define.
1291
1292         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1293
1294         * config/i386/tm-i386.h: Don't include "regcache.h".
1295
1296         * i387-tdep.h (i387_print_float_info): New prototype.
1297         * i387-tdep.c (print_i387_value, print_i387_ext,
1298         print_i387_status_word, print_i387_control_word): Add `struct
1299         ui_file *' argument and use it for output.
1300         (i387_print_float_info): Renamed from i387_float_info.  Add
1301         `struct gdbarch *' and `struct ui_file *' arguments and use the
1302         latter for output.
1303         * i386-tdep.c: Include "i387-tdep.h".
1304         (i386_gdbarch_init): Set print_float_info.
1305         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1306         (FLOAT_INFO): Remove define.
1307
1308 2002-08-13  Michael Snyder  <msnyder@redhat.com>
1309
1310         * mips-tdep.c (mips_push_arguments): Rename to
1311         mips_eabi_push_arguments, and tune for EABI.
1312         (MIPS_REGS_HAVE_HOME_P): Delete.
1313         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1314         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1315         Delete references to mips_regs_have_home_p.
1316
1317 2002-08-14  Keith Seitz  <keiths@redhat.com>
1318
1319         * Makefile.in (install-gdbtk): Create insight plugin directory.
1320         Install plugins.tcl file.
1321
1322 2002-08-14  Keith Seitz  <keiths@redhat.com>
1323
1324         * configure.in: Move SUBDIRS to near top of the file so that
1325         --enable options may add things to it.
1326         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1327         * configure: Regenerate.
1328
1329 2002-08-13  Michael Snyder  <msnyder@redhat.com>
1330
1331         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
1332         cloned from mips_push_arguments, tuned for o32/o64 ABI.
1333         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1334
1335 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
1336
1337         * vax-tdep.c (vax_get_saved_register): Delete function.
1338         (vax_gdbarch_init): Update.
1339         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1340         (ns32k_gdbarch_init): Update.
1341         * alpha-tdep.c (alpha_get_saved_register): Delete function.
1342         (alpha_gdbarch_init): Update.
1343
1344 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1345
1346         * regcache.c (init_regcache_descr): Overallocate the
1347         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1348         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1349         nr_raw_registers.
1350         (set_register_cached): Add range checking assertions.  Use
1351         current_regcache.
1352
1353 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
1354
1355         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1356         numbers for MMX registers.
1357
1358 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1359
1360         * i386-tdep.c (i386_gdbarch_init): Use
1361         generic_unwind_get_saved_register.
1362
1363 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
1364
1365         * procfs.c (procfs_can_use_hw_breakpoint): New function.
1366         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1367         target vector.
1368         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1369         Delete.  Add comment regarding this now-deleted target method.
1370
1371 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1372
1373         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1374         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1375         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1376         real PC and the page number (if it's within the memory bank window).
1377         (m68hc11_pseudo_register_write): Likewise when saving.
1378         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1379         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1380         (m68hc11_register_raw_size): And use 32-bit for it.
1381         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1382         16K memory bank is used by the prog; also use the virtual pc.
1383
1384 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1385
1386         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1387         (m68hc11_gdbarch_init): Install it in gdbarch.
1388         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1389         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1390         (MSYMBOL_SIZE): New for documentation.
1391         (insn_return_kind): Enum to specify how a function returns.
1392         (frame_extra_info): Cleanup and record the return mode.
1393         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
1394         register in address computation.
1395         (m68hc11_get_return_insn): New to obtain the return instruction used
1396         by the function.
1397         (m68hc11_frame_init_saved_regs): Take into account the return
1398         instruction used by the function for far and interrupt functions.
1399         (m68hc11_init_extra_frame_info): Take into account page register.
1400         (m68hc11_frame_args_address): Adjust according to the return mode.
1401         (show_regs): Print page register only when it's used.
1402
1403 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1404
1405         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1406         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1407         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1408         registers.
1409         (m68hc11_register_raw_size): Likewise.
1410
1411 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1412
1413         * i386-tdep.c (i386_register_name): Handle mmx registers.
1414         (mmx_regnum_p): New function.
1415         (i386_mmx_names): New array.
1416         (mmx_num_regs): New variable.
1417         (i386_pseudo_register_read): New function.
1418         (i386_pseudo_register_write): New function.
1419         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1420
1421         * regcache.c (regcache_raw_read_unsigned): New function.
1422         (regcache_raw_read_signed): New function.
1423         * regcache.h (regcache_raw_read_unsigned): Declare.
1424         (regcache_raw_read_signed): Declare.
1425
1426 2002-08-13  Andrew Cagney  <cagney@redhat.com>
1427
1428         * regcache.c (regcache_raw_read_as_address): Delete function.
1429         (regcache_cooked_read_signed): New function.
1430         (regcache_cooked_read_unsigned): New function.
1431         * regcache.h (regcache_cooked_read_signed): Declare.
1432         (regcache_cooked_read_unsigned): Declare.
1433         (regcache_raw_read_as_address): Delete declaration.
1434
1435         * blockframe.c (generic_read_register_dummy): Use
1436         regcache_cooked_read_unsigned.
1437         * i386-tdep.c (i386_extract_struct_value_address): Use
1438         regcache_cooked_read_unsigned.
1439
1440 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1441
1442         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1443         double sizes according to ELF ABI flags.
1444         (gdbarch_tdep): Record elf_flags.
1445
1446 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
1447
1448         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1449         (m6812_prolog): They can appear in 68HC12 function prologue.
1450         (m68hc11_frame_chain): Cleanup.
1451
1452 2002-08-12  Andrew Cagney  <cagney@redhat.com>
1453
1454         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1455         declarations.
1456         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1457         (i386_linux_register_raw_size): Delete function.
1458         (i386_linux_init_abi): Update.
1459         * i386-tdep.c (i386_register_raw_size): Delete function.
1460         (i386_register_byte): Delete function.
1461         (i386_gdbarch_init): Update.
1462         (i386_register_size): Delete array.
1463         (i386_register_offset): Delete array.
1464
1465         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1466         (REGISTER_RAW_SIZE): Delete macro.
1467         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1468         (REGISTER_BYTE): Delete macro.
1469
1470 2002-08-11  Aidan Skinner <aidan@velvet.net>
1471
1472         * ada-lang.c (ada_lookup_partial_symbol)
1473         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1474         prototype names so that grep ^func works properly.
1475
1476         * ada-lang.c (ada_array_element_type)
1477         (ada_lookup_partial_symbol): Fix typos in parameter list.
1478
1479         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1480         Fix prototype names so that grep ^func works properly.
1481         
1482 2002-08-10  Andrew Cagney  <cagney@redhat.com>
1483             Elena Zannoni  <ezannoni@redhat.com>
1484             Martin M. Hunt  <hunt@redhat.com>
1485
1486         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1487         (build_builtin_type_vec128i): Set the vector bit.
1488         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1489         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1490         (build_builtin_type_vec64): New function.
1491         (build_builtin_type_vec64i): New function.
1492         (build_gdbtypes): Initialize builtin_type_vec64 and
1493         builtin_type_vec64i.
1494
1495 2002-08-09  Andrew Cagney  <cagney@redhat.com>
1496
1497         * regcache.c (regcache_dump): Compare the register offset
1498         with REGISTER_BYTE.
1499         * arch-utils.c (generic_register_byte): New function.
1500         * arch-utils.h (generic_register_byte): Declare.
1501         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1502         * gdbarch.h, gdbarch.c: Regenerate.
1503
1504 2002-08-09  Andrew Cagney  <cagney@redhat.com>
1505
1506         * regcache.c: Include "gdbcmd.h"
1507         (_initialize_regcache): Add commands "maintenance print
1508         registers", "maintenance print raw-registers" and "maintenance
1509         print cooked-registers".
1510         (enum regcache_dump_what): Define.
1511         (dump_endian_bytes): New function.
1512         (regcache_dump): New function.
1513         (regcache_print): New function.
1514         (maintenance_print_registers): New function.
1515         (maintenance_print_raw_registers): New function.
1516         (maintenance_print_cooked_registers): New function.
1517         * Makefile.in (regcache.o): Update dependencies.
1518
1519 2002-08-09  Michael Snyder  <msnyder@redhat.com>
1520
1521         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1522         (mips_push_arguments): Correct some comments.  Use paddr_nz
1523         for printing addresses in debug output.  Replace static
1524         allocation using MAX_REGISTER_RAW_SIZE with alloca.
1525         (mips_n32n64_push_arguments): New function, cloned from
1526         mips_push_arguments and tuned for the n32/n64 ABI.
1527         (mips_push_register): Buffer needs dynamic allocation.
1528         (mips_print_register): Ditto.
1529         (do_gp_register_row): Ditto.
1530         (mips_store_return_value): Ditto.
1531         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1532
1533 2002-08-09  Don Howard  <dhoward@redhat.com>
1534
1535         * memattr.c (mem_info_command): Print special case of upper bound
1536         as max CORE_ADDR + 1.
1537
1538 2002-08-08  Michael Snyder  <msnyder@redhat.com>
1539
1540         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
1541         returns structs by ref if they're too big to fit in two registers.
1542
1543 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
1544
1545         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1546         saved regs value.
1547         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1548         mips_find_saved_regs().
1549         (mips_pop_frame): Likewise.
1550
1551 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
1552
1553         * blockframe.c (frame_saved_regs_register_unwind): Revise
1554         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1555         frames are in use.
1556
1557 2002-08-09  Grace Sainsbury  <graces@redhat.com>
1558         
1559         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1560         T-packets; the 'a' is not taken as a register number.
1561         (remote_check_watch_resources, remote_stopped_by_watchpoint)
1562         (remote_stopped_data_address): New functions; add to target
1563         vector.
1564         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1565         prototypes to match other implementations of this
1566         function. replace integer argument with pointer -- the length
1567         field in the Z-packet is the length of what is pointed to or 1 if
1568         pointer is null. Add to target vector.
1569         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1570         target vector.
1571
1572         From Mark Salter:
1573         * remote.c (remote_wait): Add support to extract optional
1574         watchpoint information from T-packet. Ignore unrecognized
1575         optional info in T-packet.
1576         (remote_async_wait): Ditto.
1577
1578 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
1579
1580         * cli/cli-dump.c: Change fopen modes to use binary open modes
1581         as defined in include/fopen-bin.h throughout.
1582
1583 2002-08-08  Michael Snyder  <msnyder@redhat.com>
1584
1585         * mips-tdep.c: Minor whitespace and indentation clean-ups.
1586
1587 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
1588
1589         * doublest.c (store_floating): Avoid floatformat_from_doublest()
1590         assertion failure by returning early after a warning.
1591
1592 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
1593
1594         * mips-tdep.c (mips_find_saved_regs): Make static.
1595         (mips_frame_init_saved_regs): New function.
1596         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1597         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1598         (mips_find_saved_regs): Delete declaration.
1599
1600 2002-08-08  Grace Sainsbury  <graces@redhat.com>
1601
1602         * remote.c (remote_wait, remote_async_wait): Change
1603         thread_num from int to ULONGEST.
1604         (unpack_varlen_hex): Change result parameter from
1605         int * to ULONGEST *.
1606
1607 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
1608
1609         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1610         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1611         powerpc*-*-*.
1612         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1613
1614 2002-08-08  Andrew Cagney  <cagney@redhat.com>
1615
1616         * gcore.c (override_derive_stack_segment): Delete variable.
1617         (preempt_derive_stack_segment): Delete function.
1618         (derive_stack_segment): Delete function.
1619         (default_derive_stack_segment): Renamed to derive_stack_segment.
1620         (override_derive_heap_segment): Delete variable.
1621         (preempt_derive_heap_segment): Delete function.
1622         (derive_heap_segment): Delete function.
1623         (default_derive_heap_segment): Rename to derive_heap_segment.
1624
1625 2002-08-06  Michael Snyder  <msnyder@redhat.com>
1626
1627         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1628         * mips-tdep.c (mips_EABI_use_struct_convention, 
1629         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1630         New functions.  (mips_use_struct_convention): Delete.
1631         (mips_gdbarch_init): set use_gdbarch_convention.
1632
1633 2002-08-06  Michael Snyder  <msnyder@redhat.com>
1634
1635         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1636         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
1637         mips_o32_reg_struct_has_addr): New functions.
1638         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1639
1640 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
1641
1642         * regcache.c (pseudo_register): Delete function.
1643         (fetch_register): Delete function.
1644         (store_register): Delete function.
1645         (regcache_raw_read, legacy_read_register_gen): Use
1646         target_fetch_registers instead of fetch_register.
1647         (legacy_write_register_gen, regcache_raw_write): Use
1648         target_store_register instead of store_register.
1649         (write_register_bytes): Ditto.
1650
1651         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1652         (STORE_PSEUDO_REGISTER): Delete.
1653         * gdbarch.h, gdbarch.c: Regenerate.
1654
1655 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
1656
1657         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1658         write dump file binary.
1659
1660 2002-08-05  Michael Snyder  <msnyder@redhat.com>
1661
1662         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
1663         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
1664         (mips_gdbarch_init): Set N32 target to be mips64.
1665
1666 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
1667
1668         * frame.c (find_saved_register): Break out of loop once saved
1669         register address is found.  Don't mention sparc in loop comment
1670         anymore.
1671
1672 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
1673
1674         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1675         mips_default_saved_regsize to 8.
1676
1677 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
1678
1679         * gcore.c: Do not include <sys/procfs.h>.
1680         * Makefile.in (gcore.o): Update dependencies.
1681
1682 2002-08-06  Andrew Cagney  <cagney@redhat.com>
1683
1684         * configure.tgt: Make arc-*-* obsolete.
1685         * NEWS: Mention that arc-*-* has been identifed as obsolete.
1686         * MAINTAINERS: Make arc-elf obsolete.
1687         * arc-tdep.c: Make file obsolete.
1688         * config/arc/arc.mt: Ditto.
1689         * config/arc/tm-arc.h: Ditto.
1690
1691 2002-08-05  Theodore A. Roth  <troth@verinet.com>
1692
1693         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1694
1695 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
1696
1697         * mcore-tdep.c (mcore_gdbarch_init): Use
1698         generic_unwind_get_saved_register instead of
1699         generic_get_saved_register.
1700         * v850-tdep.c (v850_gdbarch_init): Ditto.
1701         * frv-tdep.c (frv_gdbarch_init): Ditto.
1702         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1703         * s390-tdep.c (s390_gdbarch_init): Ditto.
1704         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1705         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1706         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1707
1708 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
1709
1710         * objfiles.h: Add missing #include "symfile.h"
1711
1712         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1713
1714 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
1715
1716         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1717         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1718         of FIELD_BITSIZE.
1719
1720 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
1721
1722         * NEWS: Cleanup and nitpick.
1723
1724 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1725
1726         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
1727
1728 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
1729
1730         * Makefile.in (gdbtk-bp.o): Update dependencies.
1731         (gdbtk-register.o): Ditto.
1732         (gdbtk-varobj.o): Ditto.
1733
1734 2002-08-03  Andrew Cagney  <cagney@redhat.com>
1735
1736         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1737         m68hc11_fetch_pseudo_register.
1738         (m68hc11_pseudo_register_write): Replace
1739         m68hc11_store_pseudo_register.
1740         (m68hc11_gdbarch_init): Update.
1741
1742 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
1743
1744         * gdbarch.sh: Include "gdb_string.h".
1745         * gdbarch.c: Regenerate.
1746
1747         * regcache.c: Include "gdb_string.h".
1748         * ax-general.c: Ditto.
1749         * varobj.c: Ditto.
1750         * std-regs.c: Ditto.
1751         * fbsd-proc.c: Ditto.
1752         * thread.c: Ditto.
1753
1754         * Makefile.in (regcache.o): Update dependencies.
1755         (thread.o, gdbarch.o): Ditto.
1756         (ax-general.o, gdbarch.o): Ditto.
1757         (varobj.o, std-regs.o): Ditto.
1758         (fbsd-proc.o): Specify dependencies.
1759
1760 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1761
1762         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1763         regnum.
1764         (regcache_cooked_write): Ditto.
1765
1766 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
1767
1768         * regcache.c (regcache_cooked_read): New function.
1769         (regcache_cooked_write): New function.
1770         (read_register_gen): Rewrite using regcache_cooked_read.
1771         (write_register_gen): Rewrite using regcache_cooked_write.
1772
1773         * regcache.h (regcache_cooked_read, regcache_cooked_write):
1774         Declare.
1775
1776 2002-08-02  Andrew Cagney  <cagney@redhat.com>
1777
1778         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1779         Replace the architecture methods register_read and register_write.
1780         * gdbarch.h, gdbarch.c: Regenerate.
1781         * regcache.c (init_regcache_descr): Update.
1782         (read_register_gen): Update.
1783         (write_register_gen): Update.
1784         (supply_register): Update comment.
1785
1786         * sh-tdep.c (sh_gdbarch_init): Update.
1787         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1788         `regcache' and `gdbarch' parameters.  Make `buffer' a void
1789         pointer.  Update code.
1790         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1791         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
1792         void pointer.  Update code.
1793         (sh64_register_write): Delete.
1794         (sh4_register_read): Delete.
1795         (sh64_register_read): Delete.
1796         (sh4_register_write): Delete.
1797         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1798         void pointer, `to' parameter a void pointer.
1799         (sh_sh64_register_convert_to_raw): Ditto.
1800
1801 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1802
1803         * mips-tdep.c (mips_register_virtual_type): Use architecture
1804         invariant return values.
1805
1806 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1807
1808         * linux-proc.c: Include "gdb_string.h".
1809         * Makefile.in (linux-proc.o): Update dependency list.
1810
1811 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1812
1813         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
1814         comment.
1815
1816 2002-08-01  Grace Sainsbury  <graces@redhat.com>
1817
1818         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1819         to_insert_watchpoint, to_remove_watchpoint,
1820         to_stopped_by_watchpoint, to_stopped_data_address,
1821         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1822         target vecctor. Define their corresponding macros so they call
1823         them.
1824         
1825         * target.c: Add default and debug versions of for
1826         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1827         to_insert_watchpoint, to_remove_watchpoint,
1828         to_stopped_by_watchpoint, to_stopped_data_address,
1829         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1830
1831 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
1832
1833         * mips-tdep.c (mips_register_virtual_type): New function.
1834         (mips_gdbarch_init): Register mips_register_virtual_type()
1835         with gdbarch machinery.
1836         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1837         this file instead of tm-bigmips.h.
1838         (MIPS_REGSIZE): Delete this macro.
1839         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
1840         multiarch version in mips-tdep.c will be found.
1841
1842 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1843
1844         * NEWS: Menion that CHILL has been made obsolete.
1845
1846         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1847         * stabsread.c (read_range_type): Ditto.
1848         * gdbtypes.h: Ditto.
1849         * language.c (binop_type_check): Ditto.
1850         (binop_result_type): Ditto.
1851         (integral_type): Ditto.
1852         (character_type): Ditto.
1853         (string_type): Ditto.
1854         (boolean_type): Ditto.
1855         (structured_type): Ditto.
1856         (lang_bool_type): Ditto.
1857         (binop_type_check): Ditto.
1858         * language.h (_LANG_chill): Ditto.
1859         * dwarfread.c (set_cu_language): Ditto.
1860         * dwarfread.c (CHILL_PRODUCER): Ditto.
1861         * dwarfread.c (handle_producer): Ditto.
1862         * expression.h (enum exp_opcode): Ditto.
1863         * eval.c: Ditto for comments.
1864         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1865         * expprint.c (print_subexp): Ditto.
1866         (print_subexp): Ditto.
1867         * valops.c (value_cast): Ditto.
1868         (search_struct_field): Ditto.
1869         * value.h (COERCE_VARYING_ARRAY): Ditto.
1870         * symfile.c (init_filename_language_table): Ditto.
1871         (add_psymbol_with_dem_name_to_list): Ditto.
1872         * valarith.c (value_binop): Ditto.
1873         (value_neg): Ditto.
1874         * valops.c (value_slice): Ditto.
1875         * symtab.h (union language_specific): Ditto.
1876         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1877         (SYMBOL_DEMANGLED_NAME): Ditto.
1878         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1879         * defs.h (enum language): Ditto.
1880         * symtab.c (got_symtab): Ditto.
1881         * utils.c (fprintf_symbol_filtered): Ditto.
1882
1883         * ch-typeprint.c: Make file obsolete.
1884         * ch-valprint.c: Make file obsolete.
1885         * ch-lang.h: Make file obsolete.
1886         * ch-exp.c: Make file obsolete.
1887         * ch-lang.c: Make file obsolete.
1888
1889         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1890         CHILL_LIB.
1891         (TARGET_FLAGS_TO_PASS): Ditto.
1892         (CHILLFLAGS): Obsolete.
1893         (CHILL): Obsolete.
1894         (CHILL_FOR_TARGET): Obsolete.
1895         (CHILL_LIB): Obsolete.
1896         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1897         ch-valprint.c.
1898         (HFILES_NO_SRCDIR): Remove ch-lang.h.
1899         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1900         ch-lang.o.
1901         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1902         targets.
1903
1904 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
1905
1906         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1907         This does not change anything at the moment, but will be helpful
1908         later when full Ada support is integrated.
1909
1910 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1911
1912         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1913         help message.
1914
1915 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1916
1917         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1918         and save it in a local variable.  Use variable in later test.
1919
1920 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1921
1922         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1923         test.  (Thanks to Daniel Jacobowitz.)
1924         
1925 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1926
1927         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1928         (mips_abi_strings): Add "n64".
1929         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
1930
1931 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1932
1933         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1934         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1935
1936 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
1937
1938         * utils.c (host_pointer_to_address, address_to_host_pointer):
1939         Use gdb_assert() instead of explicit call to internal_error().
1940
1941 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
1942
1943         * Makefile.in (rs6000-nat.o): Update dependencies.
1944
1945         From Nicholas Duffek:
1946         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1947         (aix-thread.o): New rule.
1948         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1949         * config/powerpc/aix432.mh: New file.
1950
1951 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1952
1953         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1954         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1955         (fetch_core_registers, ppc_linux_supply_gregset)
1956         (ppc_linux_supply_fpregset): New functions.
1957         (ppc_linux_regset_core_fns): New.
1958         (_initialize_ppc_linux_tdep): Call add_core_fns.
1959         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1960         and ppc_linux_supply_gregset.
1961         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1962         (supply_fpregset): Call ppc_linux_supply_fpregset.
1963         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1964         corelow.o.
1965         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1966
1967 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
1968
1969         * symtab.c (lookup_symbol): Demangle before lowercasing.
1970
1971 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
1972
1973         * symtab.h: Replace #include "gdb_obstack.h" with opaque
1974         declaration.
1975         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1976         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1977         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1978         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1979         "gdb_string.h".
1980         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1981         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1982         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1983         (avr-tdep.o, mon960-rom.o): Ditto.
1984         (aout_stabs_gnu_h): Define.
1985         (symtab_h): Remove $(gdb_obstack_h).
1986
1987 2002-07-30  Jim Blandy  <jimb@redhat.com>
1988
1989         Patch from David Carlton <carlton@math.stanford.edu>:
1990         * gdbinit.in: Move the `dir' commands that add GDB's own source
1991         directory to the search path to the end, so that the `gdb' source
1992         directory will be searched first.
1993
1994 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
1995
1996         * gdb_obstack.h: New file.
1997         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1998         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1999         * objfiles.h: Include "gdb_obstack.h".
2000         * Makefile.in (gdb_obstack_h): Define.
2001         (symtab_h): Add $(gdb_obstack_h).
2002         (objfiles_h): Add $(gdb_obstack_h).
2003         
2004         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2005         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2006         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2007         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2008         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2009         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2010         * symfile.c, coffread.c, c-typeprint.c: Ditto.
2011         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2012
2013         * Makefile.in (bcache.o): Update dependencies.
2014         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2015         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2016         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2017         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2018         (stabsread.o, symfile.o, symmisc.o): Ditto.
2019         (symtab.o, typeprint.o, macroexp.o): Ditto.
2020         (macrotab.o, mdebugread.o): Ditto.
2021         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2022         (coff_ecoff_h, aout_aout64_h): Define.
2023         (aout_stabs_gnu_h, libaout_h): Define.
2024
2025 2002-07-29  Andrew Cagney  <cagney@redhat.com>
2026
2027         * regcache.c (struct regcache_descr): Rename nr_registers to
2028         nr_cooked_registers.  Revise comments describing the structure
2029         member fields.
2030         (init_regcache_descr): Update.
2031         (init_legacy_regcache_descr): Update.
2032         (read_register_gen, write_register_gen): When a cooked register in
2033         the raw register range, directly access the value from the raw
2034         register cache.
2035
2036 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
2037
2038         * z8k-tdep.c: Do not include "obstack.h".
2039         * h8300-tdep.c, h8500-tdep.c: Ditto.
2040         * m68hc11-tdep.c, sh-tdep.c: Ditto.
2041         * valprint.c, v850-tdep.c: Ditto.
2042         * d10v-tdep.c, mn10300-tdep.c: Ditto.
2043         * mn10200-tdep.c: Ditto.
2044
2045         * Makefile.in (z8k-tdep.o): Update dependencies.
2046         (m68hc11-tdep.o, valprint.o): Ditto.
2047         (v850-tdep.o, d10v-tdep.o): Ditto.
2048         (mn10300-tdep.o, sparc-tdep.o): Ditto.
2049         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2050         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2051         (sh_opc_h, gdb_sim_sh_h): Define.
2052         (elf_sh_h, elf_bfd_h): Define.
2053         (opcode_m68hc11_h): Define.
2054         (OPCODES_SRC, OPCODES_DIR): define.
2055         (OPCODES): Use $(OPCODES_DIR).
2056         (gdb_sim_d10v_h): Rename sim_d10v_h.
2057         (gdb_sim_arm_h): Rename sim_arm_h.
2058
2059 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
2060
2061         * utils.c (host_pointer_to_address, address_to_host_pointer):
2062         Change internal_error() message to indicate function responsible
2063         for the error.
2064
2065 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
2066
2067         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2068         calls to local_hex_string_custom().
2069
2070 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
2071
2072         * irix5-nat.c: Move IRIX shared library support from here...
2073         * solib-irix.c: ...to here.  Revised substantially to work with
2074         generic solib framework.
2075
2076         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2077         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2078         * mips-irix-tdep.c: New file.
2079
2080         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2081         (mips-irix-tdep.o, solib-irix.o): New rules.
2082         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2083         solib-irix.o.
2084         * config/mips/irix6.mt (TDEPFILES): Likewise.
2085         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2086
2087 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
2088
2089         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2090         disabled (via ``#if 0'') includes.
2091
2092 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
2093
2094         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2095         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2096         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2097         Add support for the fpscr register.
2098         * rs6000-nat.c (regmap, fetch_inferior_registers)
2099         (store_inferior_registers, fetch_core_registers): Likewise.
2100
2101 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
2102
2103         * rs6000-nat.c (language.h): Include.
2104         (special_regs): Delete this array.
2105         (regmap): New function.
2106         (fetch_register, store_register):  Use regmap() to map gdb
2107         register numbers to ptrace register numbers.  Also, use
2108         outputs from regmap() to make decisions regarding type of
2109         ptrace() call to make.  In particular, don't compare against
2110         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2111         (fetch_inferior_registers, store_inferior_registers): Where
2112         possible, obtain register numbers from tdep struct.  Don't
2113         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2114         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2115         (LAST_UISA_SP_REGNUM): Delete.
2116         
2117 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
2118
2119         * rs6000-nat.c (ppc-tdep.h): Include.
2120         (fetch_registers, store_register, fetch_core_registers): Don't
2121         access registers[] directly.  Instead, use supply_register() or
2122         regcache_collect() as appropriate.
2123         (find_toc_address): Format hex address with local_hex_string().
2124
2125 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
2126
2127         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2128         bfd/elf32-frv.c.
2129
2130 2002-07-24  Tom Tromey  <tromey@redhat.com>
2131
2132         * jv-exp.y: Marked all strings with _().
2133         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2134         internal_error.
2135         (MethodInvocation, CastExpression, parse_number, yyerror,
2136         java_type_from_name, push_expression_name, yylex): Typo fixes.
2137
2138 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
2139
2140         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2141         (tee_file_flush, tee_file_write, tee_file_fputs)
2142         (tee_file_isatty): New.
2143         * ui-file.h (tee_file_new): Add prototype.
2144
2145 2002-07-24  Aidan Skinner <aidan@velvet.net>
2146
2147         * ada-lang.c: Change k&r style function definitions to prototyped
2148         form.
2149         * ada-typeprint.c: Change k&r style function definitions to prototyped
2150         form.
2151         * ada-valprint.c: Change k&r style function definitions to prototyped
2152         form.
2153         
2154 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2155
2156         * README: Remove reference to remote-bug.
2157         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2158         remote-bug.c.
2159         (m88k-nat.o): Delete rule.
2160         (m88k-tdep.o): Delete rule.
2161         (remote-bug.o): Delete rule.
2162         * MAINTAINERS: Mark as obsolete.
2163         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2164         * m88k-tdep.c: Make file obsolete.
2165         * config/m88k/m88k.mh: Ditto.
2166         * config/m88k/delta88v4.mh: Ditto.
2167         * config/m88k/delta88v4.mt: Ditto.
2168         * config/m88k/delta88.mt: Ditto.
2169         * config/m88k/delta88.mh: Ditto.
2170         * remote-bug.c: Ditto.
2171         * config/m88k/tm-delta88.h: Ditto.
2172         * config/m88k/nm-delta88v4.h: Ditto.
2173         * config/m88k/xm-delta88.h: Ditto.
2174         * config/m88k/xm-dgux.h: Ditto.
2175         * config/m88k/tm-m88k.h: Ditto.
2176         * config/m88k/nm-m88k.h: Ditto.
2177         * config/m88k/tm-delta88v4.h: Ditto.
2178         * m88k-nat.c: Ditto.
2179         * cxux-nat.c: Ditto.
2180         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2181         and m88*-*-* obsolete.
2182         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2183         m88*-*-* obsolete.
2184
2185 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2186
2187         * findvar.c (extract_unsigned_integer): Make `addr' parameter
2188         constant.  Same for local pointer variables.
2189         (extract_signed_integer): Ditto.
2190         * defs.h (extract_unsigned_integer): Update.
2191         (extract_signed_integer): Update.
2192
2193 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2194
2195         * regcache.c (regcache_raw_write): Change buf parameter to a
2196         constant void pointer.
2197         (regcache_raw_read): Change buf parameter to a void pointer.
2198         (legacy_write_register_gen): Change myaddr parameter a constant
2199         void pointer.
2200         (supply_register): Change val parameter to a const void pointer.
2201         * regcache.h (regcache_raw_write): Update declaration.
2202         (regcache_raw_read): Update declaration.
2203         (supply_register): Update declaration.
2204
2205 2002-07-24  Tom Tromey  <tromey@redhat.com>
2206
2207         * defs.h (gdb_readline_wrapper): Declare.
2208         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2209         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2210         * top.c (gdb_readline_wrapper): New function.
2211         (command_line_input): Use it.
2212
2213 2002-07-24  Andrew Cagney  <cagney@redhat.com>
2214
2215         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2216         regcache_read and regcache_write.
2217         (regcache_raw_read_as_address): Replace regcache_read_as_address.
2218         * regcache.c: Update.
2219         * sh-tdep.c (sh64_push_arguments): Update comment.
2220         (sh_pseudo_register_read): Update.
2221         (sh_pseudo_register_write): Update.
2222         (sh4_register_read): Update.
2223         (sh4_register_write): Update.
2224         (sh64_pseudo_register_read): Update.
2225         (sh64_pseudo_register_write): Update.
2226         (sh64_register_read): Update.
2227         (sh64_register_write): Update.
2228         * i386-tdep.c (i386_extract_return_value): Update.
2229         (i386_extract_struct_value_address): Update.
2230         (i386_extract_return_value): Update.
2231         * blockframe.c (generic_read_register_dummy): Update.
2232         (generic_call_dummy_register_unwind): Update
2233         * infrun.c (write_inferior_status_register): Update.
2234
2235 2002-07-23  Jim Blandy  <jimb@redhat.com>
2236
2237         * parser-defs.h (expression_context_pc): Make this extern.
2238         (Thanks to Michael Snyder.)
2239
2240 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
2241
2242         GDB 5.2.1 released from 5.2 branch.
2243         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2244         * README: Update to mention 5.2.1.
2245
2246 2002-07-23  Mark Salter  <msalter@redhat.com>
2247
2248         * remote.c (remote_read_bytes): Fix check for error.
2249
2250 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2251
2252         * aix-thread.c (language.h): Include.
2253         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2254         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2255         Print newlines at end of debug messages.
2256         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2257         (pdc_write_data): Use local_hex_string() instead of %llx formats.
2258
2259 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2260
2261         * aix-thread.c (ppc-tdep.h): Include.
2262         (special_register_p): New function.
2263         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2264         (store_regs_user_thread): Use register number information from
2265         gdbarch_tdep struct instead of hardcoded offsets relative to
2266         FIRST_UISA_SP_REGNUM.
2267         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
2268         special_register_p() instead of using FPLAST_REGNUM and
2269         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2270         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
2271         will be MQ's register number.
2272
2273 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2274
2275         * aix-thread.c (ops): Rename to aix_thread_ops.
2276         (base_ops): Rename to base_target.
2277         (ops_attach): Rename to aix_thread_attach.
2278         (ops_detach): Rename to aix_thread_detach.
2279         (ops_resume): Rename to aix_thread_detach.
2280         (ops_wait):   Rename to aix_thread_wait.
2281         (ops_kill):   Rename to aix_thread_kill.
2282         (init_ops):   Rename to init_aix_thread_ops.
2283         (ops_fetch_register): Rename to aix_thread_fetch_register.
2284         (ops_store_register): Rename to aix_thread_store_register.
2285         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2286         (ops_thread_alive):   Rename to aix_thread_thread_alive.
2287         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2288         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
2289         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2290         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
2291         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2292         (store_regs_lib):  Rename to store_regs_user_thread.
2293         (store_regs_kern): Rename to store_regs_kernel_thread.
2294
2295 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2296
2297         * aix-thread.c (ops_prepare_to_store): Eliminate.
2298         (init_ops): Don't initialize ops.prepare_to_store.
2299         (store_regs_kern): Pre-fetch register buffers from child, 
2300         because some registers may not be in the cache.  Copy
2301         regs from register cache only if they are cached.
2302         (store_regs_lib): Copy regs from register cache only
2303         if they are cached.
2304         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2305         fill_gprs64): Ditto.
2306
2307 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
2308
2309         * aix-thread.c (gdb_assert.h): Include.
2310         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2311         register sizes (from register cache) match size of buffer holding
2312         register data.
2313         (fill_sprs32): Change parameter types to match those in the ptrace()
2314         buffer.
2315         (store_regs_lib): Likewise, but for 32-bit temporary variables.
2316         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2317
2318 2002-07-22  Michael Snyder  <msnyder@redhat.com>
2319
2320         * aix-thread.c (supply_sprs64): Cosmetic change.
2321         (supply_sprs32): Cosmetic change.
2322         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2323         (fill_sprs64): Use regcache_collect instead of read_register.
2324         (store_regs_lib): Use regcache_collect instead of 
2325         read_register.  Use fill_sprs32 instead of fill_sprs64,
2326         if debugging a 32-bit architecture.
2327         (store_regs_kern): Use fill_gprs64 etc. to pull the values
2328         out of the register cache, instead of passing a pointer into
2329         the register cache directly to ptrace.  Use regcache_collect
2330         insteaad of read_register.
2331         (ops_prepare_to_store): Use target_read_registers instead
2332         of read_register_bytes.
2333
2334 2002-07-20  Aidan Skinner <aidan@velvet.net>
2335
2336         * MAINTAINERS: Add self under write after approval. 
2337                 
2338 2002-07-20  Aidan Skinner <aidan@velvet.net>
2339
2340         * ada-tasks.c: Change k&r style function definitions to prototyped
2341         form.
2342                 
2343 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
2344
2345         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2346         * x86-64-tdep.c: Include "objfiles.h".
2347         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2348         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2349
2350 2002-07-17  Michal Ludvig  <michal@suse.cz>
2351
2352         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2353         (update_context): Initialise cfa variable.
2354
2355 2002-07-17  Michael Snyder  <msnyder@redhat.com>
2356
2357         * aix-thread.c: Shorten some long lines.  
2358         Bring comments into line with code spec.
2359
2360 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
2361
2362         * infrun.c: Re-indent using gdb_indent.sh.
2363
2364 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
2365
2366         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2367         Leave the indentation temporarily untouched, to minimize the diffs.
2368
2369 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
2370
2371         * stabsread.c: Make os9k sections of the code obsolete,
2372         for real this time.
2373         * stabsread.h: Make os9k sections of the code obsolete.
2374
2375 2002-07-18  Michal Ludvig <mludvig@suse.cz>
2376
2377         * linux-low.c (regsets_store_inferior_registers): Add free()
2378         at the end of a loop to prevent memory leak.
2379         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2380         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2381         * config/sparc/tm-sp64linux.h: Make the rest of #endif
2382         line a comment.
2383         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2384
2385 2002-07-17  Jim Blandy  <jimb@redhat.com>
2386
2387         * macrocmd.c (info_macro_command): Remove newline from error
2388         message.
2389
2390 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
2391
2392         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2393         (sh_gdbarch_init): Use it for sh-dsp.
2394
2395 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
2396
2397         * dwarf2read.c (read_initial_length): Handle older, non-standard,
2398         64-bit DWARF2 format.
2399
2400 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
2401
2402         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2403         <sys/proc.h> when not available.
2404
2405 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
2406
2407         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2408         * stabsread.c: Make os9k sections of the code obsolete.
2409         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2410         * config/i386/i386os9k.mt: Make file obsolete.
2411         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2412         (COMMON_OBS): Remove os9kread.o
2413         (SFILES): Remove os9kread.c.
2414         (os9kread.o, remote-os9k.o): Make target obsolete.
2415         * remote-os9k.c: Make file obsolete.
2416         * os9kread.c: Make file obsolete.
2417         * Makefile.in
2418
2419 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
2420
2421         * NEWS: Mention that the FR30 has been made obsolete.
2422         * fr30-tdep.c: Make file obsolete.
2423         * config/fr30/tm-fr30.h: Ditto.
2424         * config/fr30/fr30.mt: Ditto.
2425         * configure.tgt: Make fr30-*-elf obsolete.
2426         * MAINTAINERS: Make fr30-elf obsolete.
2427
2428 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2429
2430         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2431         found is not inside a section.
2432
2433 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2434
2435         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2436         strerror().
2437         (pdc_realloc): Use xrealloc() instead of realloc().
2438
2439 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2440
2441         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2442         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2443         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2444         macros.
2445
2446 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2447
2448         * aix-thread.c (ptrace_check): Eliminate goto.
2449         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
2450         problem.
2451
2452 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
2453
2454         * aix-thread.c (gdbcmd.h): Include.
2455         (DEBUG, DBG, DBG2, dbg): Eliminate.
2456         (debug_aix_thread): New static global.
2457         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2458         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2459         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2460         invocations to DBG and DBG2 macros to test against
2461         ``debug_aix_thread'' and call fprintf_unfiltered().
2462         (_initialize_aix_thread): Add new command "set debug aix-thread".
2463
2464 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
2465
2466         From Gerhard Tonn <TON@de.ibm.com>:
2467         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2468         instead of supply_register.
2469
2470 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
2471
2472         * dwarf2cfi.c: Include "gdb_assert.h".
2473         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2474         non-NULL.
2475         (update_context): Do not use __func__.  Add missing ``break''.
2476         (update_context): Do not use __func__.
2477
2478 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
2479
2480         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2481         and its setting.  Set gdbarch instruction printing functions
2482         directly.  For non-rs6000 case use new function
2483         gdb_print_insn_powerpc.
2484         (gdb_print_insn_powerpc): New function.
2485
2486 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
2487
2488         * NEWS: Mention that the d30v has been marked obsolete.
2489         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2490         * configure.tgt: Mark d30v-*-* as obsolete.
2491         * d30v-tdep.c: Mark file as obsolete.
2492         * config/d30v/d30v.mt: Ditto.
2493         * config/d30v/tm-d30v.h: Ditto.
2494
2495 2002-07-13  Aidan Skinner <aidan@velvet.net>
2496
2497         * ada-tasks.c (add_task_entry): replace calls to
2498         malloc() with xmalloc
2499         * ada-tasks.c (init_task_list): replace calls to free with xfree()
2500         
2501         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2502         ada_finish_decode_line_1, all_sals_for_line
2503         ada_breakpoint_rewrite): replace calls to free() with xfree()
2504                 
2505 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2506
2507         From Nicholas Duffek (with minor changes by Martin Hunt, 
2508         Louis Hamilton, and Kevin Buettner):
2509         * aix-thread.c: New file.
2510
2511 2002-07-12  Petr Sorfa <petrs@caldera.com>
2512
2513         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
2514         complaint for invalid attribute class or form.
2515         (read_func_scope): DW_AT_frame_base
2516         better handling of DW_AT_block*.
2517         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2518         better handling of DW_AT_block*.
2519         (read_common_block): DW_AT_location
2520         better handling of DW_AT_block*.
2521         (read_partial_die): DW_AT_location better handling
2522         of DW_AT_block*.
2523         (new_symbol): DW_AT_external better handling of
2524         DW_AT_block*. Proper initialization of variable
2525         "addr".
2526         (attr_form_is_block): New function that returns true
2527         if the attribute's form is of DW_FORM_block*.
2528
2529 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2530
2531         * valops.c (find_method_list): Remove comment about
2532         removed STATIC_MEMFUNCP argument.
2533         (value_find_oload_method_list): Likewise.
2534
2535 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2536
2537         From Nicholas Duffek:
2538         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2539         target_new_objfile_hook.
2540
2541 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
2542
2543         From Nicholas Duffek:
2544         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2545         csect.
2546
2547 2002-07-12  Andrew Cagney  <cagney@redhat.com>
2548
2549         * MAINTAINERS: Mention --enable-sim-build-warnings.
2550         (m68hc11-elf): Disable sim build warnings.
2551         (m32r-elf): Mark as broken obsolete candidate.
2552         (x86_64-linux-gnu): Mark as buildable with -Werror.
2553         (arm-elf): Change -w to ``,'' which enables warnings but not
2554         -Werror.
2555
2556 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
2557
2558         * bcache.h: Update copyright.
2559         (struct bstring, struct bcache): Move definition to "bcache.c".
2560         Replaced by opaque declaration.
2561         (bcache_xfree): Replace free_bcache.
2562         (bcache_xmalloc, bcache_memory_used): Declare.
2563         
2564         * bcache.c: Update copyright.
2565         (struct bstring, struct bcache): Moved to here from "bcache.h".
2566         Update comments.
2567         (bcache_xmalloc, bcache_memory_used): New functions.
2568         (bcache_xfree): Replace function free_bcache.
2569         
2570         * Makefile.in (objfiles.o): Add $(bcache_h).
2571         (objfiles_h): Remove $(bcache_h).
2572         (symfile.o): Add $(bcache_h).
2573
2574         * symmisc.c: Update copyright.
2575         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2576         (print_objfile_statistics): Use bcache_memory_used.
2577
2578         * symfile.c: Include "bcache.h".
2579         (reread_symbols): Use bcache_xfree.
2580         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2581         (add_psymbol_to_list): Pass psymbol_cache by value.
2582         (add_psymbol_with_dem_name_to_list): Ditto.
2583
2584         * objfiles.h: Update copyright.
2585         (struct bcache): Declare opaque.  Do not include "bcache.h".
2586         (struct objfile): Change psymbol_cache and macro_cache to ``struct
2587         bcache'' pointers.
2588         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2589
2590         * objfiles.c: Include "bcache.h".  Update copyright.
2591         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2592         macro_cache.
2593         (free_objfile): Use bcache_xfree.
2594
2595 2002-07-11  Grace Sainsbury  <graces@redhat.com>
2596
2597         * monitor.c (monitor_fetch_register): Make name a constant.
2598         (monitor_store_register): Same.
2599
2600 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
2601
2602         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2603         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2604         (finish_block) For non-function blocks, hash the symbol table.  For
2605         function blocks, mark the symbol table as unhashed.
2606         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2607         (msymbol_hash_iw): Likewise.
2608         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2609         value.
2610         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2611         (lookup_minimal_symbol): Likewise for both.
2612         * symtab.h (struct block): Add `hashtable' flag.  Comment the
2613         hashtable.
2614         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2615         (ALL_BLOCK_SYMBOLS): Update.
2616         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2617         (struct symbol): Add `hash_next' pointer.
2618         * symtab.c (lookup_block_symbol): Search using the hash table when
2619         possible.
2620         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2621         (search_symbols, find_addr_symbol): Likewise.
2622
2623         * dstread.c (process_dst_block): Clear hashtable bit for new block.
2624         (read_dst_symtab): Likewise.
2625         * jv-lang.c (get_java_class_symtab): Likewise.
2626         * mdebugread.c: Include "gdb_assert.h".
2627         (shrink_block): Assert that the block being modified is not hashed.
2628         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2629         * symmisc.c (free_symtab_block): Walk the hash table when freeing
2630         symbols.
2631         (dump_symtab): Recognize hashed blocks.
2632         * printcmd.c (print_frame_args):  Assert that function blocks do not
2633         have hashed symbol tables.
2634         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2635         (fill_in_ada_prototype, debug_print_block): Likewise.
2636         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
2637
2638 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
2639
2640         * stack.c (print_frame): Use result of frame_address_in_block()
2641         instead of fi->pc when evaluating symbols.
2642         (backtrace_command_1): Ditto.
2643
2644 2002-07-11  Andrew Cagney  <cagney@redhat.com>
2645
2646         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2647         Make static.
2648
2649         * arm-tdep.c (arm_register_name): Make return type constant.
2650
2651 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
2652
2653         * win32-nat.c (has_detach_ability): Convert to strict ISO C
2654         prototype.
2655         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2656         * s390-tdep.c (s390_fp_regnum): Ditto.
2657         (s390_read_fp): Ditto.
2658         (s390_pop_frame): Ditto.
2659         (_initialize_s390_tdep): Ditto.
2660         * remote.c (get_remote_state): Ditto.
2661         * procfs.c (mappingflags): Ditto.
2662         * memattr.c (_initialize_mem): Ditto.
2663         * mcore-tdep.c (mcore_pop_frame): Ditto.
2664         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2665         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2666         * language.c (set_case_str): Ditto.
2667         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2668         * frv-tdep.c (new_variant): Ditto.
2669         (frv_stopped_data_address): Ditto.
2670         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2671         (context_alloc): Ditto.
2672         (frame_state_alloc): Ditto.
2673         (unwind_tmp_obstack_init): Ditto.
2674         (unwind_tmp_obstack_free): Ditto.
2675         (cfi_read_fp): Ditto.
2676         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2677         (cris_pop_frame): Ditto.
2678         * c-lang.c (scanning_macro_expansion): Ditto.
2679         (finished_macro_expansion): Ditto.
2680         (c_preprocess_and_parse): Ditto.
2681         * gdbarch.sh: Ditto.
2682         * gdbarch.h, gdbarch.c: Regenerate.
2683         * config/mn10200/tm-mn10200.h: Adjust indentation.
2684         * target.c: Adjust indentation.
2685         * symtab.h: Adjust indentation.
2686         * stabsread.h: Adjust indentation.
2687         * remote-es.c: Adjust indentation.
2688         * os9kread.c: Adjust indentation.
2689
2690 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
2691         
2692         * wince.c (_initialize_wince): Rename _initialize_inftarg.
2693         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2694
2695 2002-07-10  Grace Sainsbury  <graces@redhat.com>
2696         
2697         * NEWS: Mention m68k, mcore multi-arching.  
2698         * MAINTAINERS: Change status of m68k, mcore to reflect
2699         multi-arching.
2700
2701 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
2702
2703         * valops.c (find_overload_match): Free oload_syms.
2704
2705 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
2706
2707         Define HAVE_SYS_PROC_H if sys/proc.h exists
2708         * configure.in: Add check for sys/proc.h
2709         * config.in: Regenerate.
2710         * configure: Regenerate.
2711
2712 2002-07-09  Grace Sainsbury  <graces@redhat.com>
2713
2714         * config/m68k/tm-m68k.h: Remove macros wrapped in 
2715         #if !GDB_MULTI_ARCH. 
2716
2717 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
2718
2719         * config.in, configure: Regenerate.
2720
2721 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
2722
2723         * dwarf2cfi.c: Include "gcore.h".
2724         (execute_stack_op): Fix implementation of the
2725         DW_OP_deref and DW_OP_deref_size operators by letting do their
2726         lookup in the target.
2727
2728 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
2729
2730         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2731         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2732         tdep->sc_sp_offset.
2733
2734 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
2735
2736         Fix PR gdb/595, gdb/602
2737         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2738         Don't call value_cast, just read the vtable pointer; update comments
2739         to match.
2740
2741 2002-07-05  Grace Sainsbury  <graces@redhat.com>
2742
2743         * config/mcore/tm-mcore.h: Remove file.
2744         * config/mcore/mcore.mt: Remove definition of TM_FILE
2745         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2746
2747 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
2748
2749         * i386bsd-tdep.c: Include "gdb_string.h".
2750
2751 2002-07-04  Grace Sainsbury  <graces@redhat.com>
2752
2753         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2754         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2755         mcore-tdep.
2756         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2757         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2758         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2759         (RETVAL_REGNUM): Move macros from tm-mcore.h
2760         (mcore_reg_struct_has_addr): New function.
2761         (mcore_gdbarch_init): Added initializations for the macros removed
2762         from tm-mcore.h.
2763
2764 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2765
2766         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2767         traditonal string branding within the ELF header.
2768
2769 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
2770
2771         * symtab.c (remove_params): New function.
2772         (make_symbol_overload_list): Use it instead of cplus_demangle.
2773         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
2774
2775 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2776
2777         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2778
2779         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2780         New variables.
2781         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2782         and tdep->sigtramp_end.
2783         * i386obsd-nat.c: New file.
2784         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2785
2786         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2787         Don't call get_current_frame().
2788
2789 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2790
2791         * i386-nat.c (child_post_startup_inferior): New function
2792         calling i386_cleanup_dregs if
2793         I386_USE_GENERIC_WATCHPOINTS is defined.
2794         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2795         conditional to acknowledge that i386-nat.c has its
2796         own child_post_startup_inferior function.
2797
2798 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
2799
2800         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2801         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2802         instead of MAX_REGISTER_RAW_SIZE.
2803         (i386_extract_return_value, i386_extract_struct_value_address):
2804         Convert to use regcache.
2805         (i386_gdbarch_init): Set max_register_raw_size and
2806         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2807         Set extract_return_value and extract_struct_value_address instead
2808         of their deprecated variants.
2809
2810         Convert i386 target to generic dummy frames.
2811         * i386-tdep.c: Include "symfile.h".
2812         (i386_frameless_signal_p): Consider a function to be frameless if
2813         the pc points at the first instruction of the function.
2814         (i386_frame_chain): Handle (generic) call dummies.
2815         (i386_frame_saved_pc): Likewise.
2816         (i386_frame_init_saved_regs): Remove code dealing with call
2817         dummies on the stack.
2818         (i386_push_dummy_frame): Removed.
2819         (i386_call_dummy_words): Removed.
2820         (i386_fix_call_dummy): Removed.
2821         (i386_push_return_address): New function.
2822         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
2823         parameter, and don't call get_current_frame.
2824         (i386_pop_frame): New function.
2825         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2826         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2827         entry_point_address, set call_dummy_breakpoint_offset to 0, set
2828         call_dummy_length to 0, set call_dummy_words to NULL, set
2829         sizeof_call_dummy_words to 0, set fix_call_dummy to
2830         generic_fix_call_dummy, set pc_in_call_dummy to
2831         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2832         generic_push_dummy_frame, set push_return_address to
2833         i386_push_return_address and set frame_chain_valid to
2834         generic_file_frame_chain_valid.
2835
2836 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2837
2838         * gdbarch.sh (struct regcache): Add opaque declaration.
2839         (EXTRACT_RETURN_VALUE): New architecture method.
2840         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2841         * gdbarch.h, gdbarch.c: Regenerate.
2842         * arch-utils.c (legacy_extract_return_value): New function.
2843         * arch-utils.h (legacy_extract_return_value): Declare.
2844         * values.c (value_being_returned): Re-enable code handling
2845         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
2846         deprecated_grub_regcache_for_registers call to block handling
2847         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2848         (EXTRACT_RETURN_VALUE): Do not define.
2849
2850 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2851
2852         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2853         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2854         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2855         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2856         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2857         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2858         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2859         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2860         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2861         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2862         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2863         argument so the function fits the prototype in the architecture
2864         vector.
2865         (mcore_pop_frame): Remove argument so the function fits the
2866         prototype. Use get_current_frame instead of the argument.
2867         (mcore_push_arguments): Change type of struct_return so the
2868         function can be used in the architecture vector.
2869         (mcore_store_struct_return): Add.
2870         (mcore_frame_init_saved_regs): Add.
2871         (mcore_gdbarch_init): Add function calls to replace the macros
2872         removed from tm-mcore.h
2873
2874 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2875
2876         * infcmd.c (print_return_value): Remove compatibility code calling
2877         deprecated_grub_regcache_for_registers.
2878         
2879         * values.c: Include "regcache.h".
2880         (value_being_returned): Update.  Use
2881         deprecated_grub_regcache_for_registers to extract the register
2882         buffer address.  
2883         * value.h (value_being_returned): Change ``retbuf'' parameter to a
2884         ``struct regcache''.
2885         * Makefile.in (values.o): Add dependency on $(regcache_h).
2886
2887         * inferior.h (run_stack_dummy): Change type of second parameter to
2888         a ``struct regcache''.
2889         * valops.c (hand_function_call): Change type of retbuf to ``struct
2890         regcache''.  Allocate using regcache_xmalloc, clean using
2891         make_cleanup_regcache_xfree.
2892         * infcmd.c (run_stack_dummy): Update.  Use
2893         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2894
2895         * regcache.c (do_regcache_xfree): New function.
2896         (make_cleanup_regcache_xfree): New function.
2897         * regcache.h (make_cleanup_regcache_xfree): Declare.
2898
2899 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2900
2901         * event-top.c (command_line_handler): Don't read past
2902         beginning of buffer.
2903
2904 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2905         
2906         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
2907         struct frame_id. 
2908         (varobj_create): Store frame_id for root.
2909         (varobj_gen_name): Use xasprintf.
2910         (varobj_update): Save and restore frame using get_frame_id() and
2911         frame_find_by_id().
2912         (create_child): Use xasprintf.
2913         (new_root_variable): Initialize frame_id.
2914         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2915         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2916         to prevent memory leak.
2917
2918 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
2919
2920         * valops.c (hand_function_call): Move declaration of retbuf to
2921         start of function, allocate using malloc, add a cleanup but before
2922         the inf_status cleanup, cleanup the buffer.  Rename local variable
2923         old_chain to inf_status_cleanup.
2924
2925 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
2926
2927         * top.c (execute_command): Use cmd_func() and cmd_func_p().
2928
2929         * cli/cli-decode.c (cmd_func_p): New function.
2930         (cmd_func): New function.
2931
2932         * command.h: Add cmd_func() and cmd_func_p().   
2933         
2934 2002-07-03  Grace Sainsbury  <graces@redhat.com>
2935
2936         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2937         (REGISTER_SIZE): Remove.
2938         (MAX_REGISTER_RAW_SIZE): Remove.
2939         (REGISTER_VIRTUAL_TYPE): Remove.
2940         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2941         (REGISTER_NAME): Remove.
2942         (USE_GENERIC_DUMMY_FRAMES): Remove.
2943         (CALL_DUMMY): Remove.
2944         (CALL_DUMMY_START_OFFSET): Remove.
2945         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2946         (CALL_DUMMY_LOCATION): Remove.
2947         (FIX_CALL_DUMMY): Remove.
2948         (CALL_DUMMY_ADDRESS): Remove.
2949         (SIZEOF_CALL_DUMMY_WORDS): Remove.
2950         (SAVE_DUMMY_FRAME_TOS): Remove.
2951         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2952         (mcore_register_virtual_type): New function.
2953         (mcore_register_byte): New function.
2954         (mcore_register_size): New function.
2955         (mcore_register_name): New function.
2956         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2957         macros removed from tm-mcore.h.
2958         (mcore_dump_tdep): Add.
2959         (_initialize_mcore_tdep): Add gdbarch_register call.
2960
2961 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
2962
2963         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2964         frameless_look_for_prologue, such that we actually call this
2965         function.
2966
2967 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
2968
2969         * frame.h (frame_address_in_block): New function.
2970
2971         * blockframe.c (frame_address_in_block): New function extracted
2972         from get_frame_block().
2973         (get_frame_block): Use frame_address_in_block().
2974         (block_innermost_frame): Use frame_address_in_block() to match
2975         the frame pc address against the block boundaries rather than
2976         the frame pc directly. This prevents a failure when a frame pc
2977         is actually a return-address pointing immediately after the end
2978         of the given block. 
2979
2980 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2981
2982         * MAINTAINERS: Add self under write after approval. 
2983
2984 2002-07-02  Grace Sainsbury  <graces@redhat.com>
2985
2986         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2987         used in architecture vector. The default is
2988         m68k_local_breakpoint_from_pc.
2989         (m68k_local_breakpoint_from_pc): Add.
2990         (enum): Add register numbers from tm-m68k.h.
2991         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2992         vector.  
2993         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2994         GDB_MULTI_ARCH_PARTIAL.
2995         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2996         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2997         m68k-tdep.c.
2998         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2999         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3000         to enum in m68k-tdep.c
3001
3002 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
3003
3004         * solib-osf.c (open_map): Compute the list of shared libraries
3005         loaded by the inferior, rather than the list of libraries loaded
3006         by GDB itself.  Otherwise, GDB ends up reading the symbols from
3007         the wrong shared libraries...
3008
3009 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
3010
3011         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3012         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3013         macros.
3014         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3015         Remove functions.
3016         (FRAMELESS_SIGNAL): Remove function.
3017         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3018         i386_linux_saved_pc_after_call): Removed.
3019         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3020         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
3021         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3022
3023         * i386-tdep.c (i386_frameless_signal_p): New function.
3024         (i386_frame_chain): Deal with frameless signals.
3025         (i386_sigtramp_saved_sp): New function.
3026         (i386_frame_saved_pc): Deal with frameless signals.
3027         (i386_saved_pc_after_call): Make sure the correct value is
3028         returned just after entry into a sigtramp.
3029         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3030         i386fbsd4_sc_sp_offset): New variables.
3031         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3032         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
3033         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3034         similiar to what we already did for sc_pc_offset.
3035         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3036         tdep->sc_sp_offset.
3037
3038         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3039
3040 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
3041
3042         * config/i386/tm-x86-64linux.h: New.
3043         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3044         definitions.
3045         * config/i386/nm-x86-64.h: Rename to ...
3046         * config/i386/nm-x86-64linux.h: ... this one.
3047         * config/i386/x86-64linux.mh: Reflect the above change.
3048         
3049 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
3050
3051         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3052         with sigcontext_addr.  Add sc_sp_offset.
3053         (i386bsd_sigtramp_saved_pc): Remove prototype.
3054         (i386bsd_sicontext_addr): Add prototype.
3055         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3056         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3057         (i386_svr4_sigtramp_saved_pc): Removed.
3058         (i386_svr4_sigcontext_addr): New function.
3059         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3060         Initialize tdep->sigcontext_addr instead.  Initialize
3061         tdep->sc_pc_offset and tdep->sc_sp_offset.
3062         (i386_gdbarch_init): Likewise.
3063         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3064         any more.
3065         (i386bsd_sigtramp_saved_pc): Remove function.
3066         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3067         Initialize tdep->sigcontext_addr instead.  Initialize
3068         tdep->sc_pc_offset.
3069         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3070         of tdep->sigtramp_saved_pc.
3071         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3072         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
3073         instead.
3074
3075         * i386-tdep.c (i386_frameless_function_invocation,
3076         i386_frame_num_args, i386_frame_init_saved_regs,
3077         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3078         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3079         i386_extract_return_value, i386_store_return_value,
3080         i386_extract_struct_value_address, i386_register_virtual_type,
3081         i386_register_convertible, i386_register_convert_to_virtual,
3082         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3083         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3084         static.
3085
3086 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
3087
3088         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3089
3090         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3091         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3092         this macro.  Include "value.h".
3093
3094 2002-06-30  Aidan Skinner  <aidan@velvet.net>
3095
3096         * ada-exp.tab.c: remove as it's a generated file
3097         * ada-lex.c: remove as it's a generated file
3098                 
3099 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
3100
3101         * config/i386/tm-i386.h (struct frame_info, struct
3102         frame_saved_regs, struct value, struct type): Remove forward
3103         declarations.
3104
3105         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3106         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3107         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3108         (FILL_FPXREGSET): Define.
3109
3110         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3111
3112         * configure.tgt (i[3456]86-*-openbsd*): Fold into
3113         i[3456]86-*-netbsd* case.
3114         * config/i386/tm-obsd.h: Removed.
3115         * config/i386/obsd.mt: Removed.
3116         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3117         core-aout.o.
3118         (MH_CFLAGS): Add -DYYDEBUG=0.
3119
3120         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3121         i386nbsd_sc_pc_offset on OpenBSD too.
3122
3123         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3124         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3125         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3126         define.
3127         * i386bsd-tdep.c: Include "arch-utils.h".
3128         (i386bsd_aout_in_solib_call_trampoline): New function.
3129         (i386bsd_init_abi): Set in_solib_call_trampoline to
3130         i386bsd_aout_in_solib_call_trampoline.
3131         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3132         in_solib_call_trampoline to generic_in_solib_call_trampoline.
3133
3134 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
3135
3136         * macrotab.h: Do not include "obstack.h" or "bcache.h".
3137         (struct obstack, struct bcache): Add opaque declarations.
3138         * Makefile.in (macrotab_h): Update
3139
3140 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
3141
3142         * blockframe.c (generic_find_dummy_frame): Change return type to
3143         ``struct regcache''.
3144         (struct dummy_frame): Replace field ``registers'' with regcache, a
3145         struct regcache object.
3146         (generic_find_dummy_frame): Update.
3147         (generic_push_dummy_frame): Update.  Use regcache_xfree,
3148         regcache_xmalloc and regcache_cpy.
3149         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
3150         regcache_xfree.
3151         (deprecated_generic_find_dummy_frame): Update.
3152         (generic_read_register_dummy): Update.  Use
3153         regcache_read_as_address.
3154         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
3155         (generic_get_saved_register): Update.  Use regcache_read.
3156
3157 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
3158
3159         * Makefile.in (objfiles_h): Add $(bcache_h).
3160         * objfiles.h: Include "bcache.h".
3161
3162         * Makefile.in (symtab_h): Remove $(bcache_h).
3163         * symtab.h: Do not include "bcache.h".
3164
3165 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
3166
3167         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3168         generic_func_frame_chain_valid.
3169
3170 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
3171
3172         * config/i386/nm-fbsd.h: Include <sys/param.h>.
3173         * config/i386/tm-fbsd.h: Likewise.
3174
3175 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
3176
3177         * rs6000-tdep.c (rs6000_gdbarch_init): Use
3178         generic_unwind_get_saved_register.
3179
3180 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3181
3182         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3183         * regcache.c (supply_register): Add missing argument to
3184         register_buffer call.
3185
3186 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3187
3188         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
3189         Solaris /bin/grep does not not like it.  From Peter Schauer.
3190
3191 2002-06-26  Tom Tromey  <tromey@redhat.com>
3192
3193         * command.h (add_setshow_cmd): Declare.
3194         (add_setshow_cmd_full): Declare.
3195         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
3196         returns void.  Use add_setshow_cmd_full.
3197         (add_setshow_cmd_full): New function.
3198         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3199         (add_setshow_boolean_cmd): Likewise.
3200
3201 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
3202
3203         * config/vax/tm-vax.h: Protect from multiple inclusion.
3204         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3205         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3206         * config/vax/tm-vaxbsd.h: ...here.  New file.
3207         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3208
3209 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
3210
3211         * config/vax/tm-vax.h (BREAKPOINT): Remove.
3212         (BELIEVE_PCC_PROMOTION): Remove.
3213         (AP_REGNUM): Move to...
3214         * config/vax/nm-vax.h: ...here.
3215         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3216         (vax_breakpoint_from_pc): New function.
3217         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3218         and gdbarch_believe_pcc_promotion.
3219
3220 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
3221
3222         * Makefile.in (vax_tdep_h): Define.  
3223         (vax-tdep.o): Use $(vax_tdep_h).
3224         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3225         (vax_dump_tdep): New function. 
3226         (_initialize_vax_tdep): Register vax_dump_tdep.
3227         * vax-tdep.h: Include osabi.h.     
3228         (struct gdbarch_tdep): New. 
3229
3230 2002-06-26  Andrew Cagney  <cagney@redhat.com>
3231
3232         * frame.h (deprecated_generic_find_dummy_frame): Rename
3233         generic_find_dummy_frame.
3234         * blockframe.c (generic_find_dummy_frame): Make static.
3235         (deprecated_generic_find_dummy_frame): New function.
3236         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3237         generic_find_dummy_frame with deprecated_find_dummy_frame.
3238         (sh64_nofp_frame_init_saved_regs): Ditto.
3239         (sh_fp_frame_init_saved_regs): Ditto.
3240         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3241         (s390_frame_chain): Ditto.
3242         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3243
3244 2002-06-26  Grace Sainsbury  <graces@redhat.com>
3245
3246         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3247         gdbarch vector are at the top.
3248         (NUM_REGS): Remove.
3249         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3250         (FRAME_ARGS_ADDRESS): Remove.
3251         (FRAME_LOCALS_ADDRESS): Remove.
3252         (FRAME_NUM_ARGS): Remove.
3253         (FRAME_ARGS_SKIP): Remove.  
3254         * m68k-tdep.c (enum): Add eumeration of special register numbers.
3255         (m68k_gdbarch_init): Add gdbarch initializations for macros
3256         undefined in tm-m68k.h
3257
3258 2002-06-26  Grace Sainsbury  <graces@redhat.com>
3259
3260         * monitor.h: Add the function regname to monitor_ops
3261         structure. This way NUM_REGS does not have to be a constant.
3262         * monitor.c (monitor_fetch_register): Added support for regname
3263         function. The function is called if the array regnames is NULL.
3264         (monitor_store_register): Same.
3265         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3266         regnames array.
3267         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3268         cpu32bug_cmds.regname to point to new function.
3269         * abug-rom.c (abug_regname): Same as above.
3270         (init_abug_cmds): Same.
3271         * dbug-rom.c (dbug_regname): Same as above.
3272         (init_dbug_cmds): Same.
3273         * remote-est.c (est_regname): Same. 
3274         (init_est_cmds): Same.
3275         * rom68k-rom.c (rom68k_regname): Same. 
3276         (init_rom68k_cmds): Same.
3277
3278 2002-06-25  Tom Tromey  <tromey@redhat.com>
3279
3280         * breakpoint.c (delete_command): Don't repeat `delete' commands.
3281
3282 2002-06-25  Andrew Cagney  <cagney@redhat.com>
3283
3284         * infrun.c (stop_registers): Change variable's type to ``struct
3285         regcache'''.
3286         (xmalloc_inferior_status): Delete function.
3287         (free_inferior_status): Delete function.
3288         (normal_stop): Use regcache_cpy.
3289         (struct inferior_status): Change type of fields ``stop_registers''
3290         and ``registers'' to ``struct regcache''.
3291         (write_inferior_status_register): Use regcache_write.
3292         (save_inferior_status): Instead of calling
3293         xmalloc_inferior_status, allocate the inf_status buffer directly.
3294         Use regcache_dup_no_passthrough and regcache_dup to save the
3295         buffers.
3296         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3297         Replace the stop_registers regcache instead of overriding it.  Use
3298         regcache_xfree.  Instead of calling free_inferior_status, xfree
3299         the buffer directly.
3300         (discard_inferior_status): Use regcache_xfree.  Instead of calling
3301         free_inferior_status, xfree the buffer directly.
3302         (build_infrun): Use regcache_xmalloc.
3303         (_initialize_infrun): Delete redundant call to build_infrun.
3304
3305         * Makefile.in (infcmd.o): Add $(regcache_h).
3306
3307         * infcmd.c: Include "regcache.h".
3308         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3309         obtain the address of `stop_registers' register buffer.
3310         (print_return_value): Ditto.
3311
3312         * inferior.h (struct regcache): Add opaque declaration.
3313         (stop_registers): Change variable's declared type to ``struct
3314         regcache''.
3315
3316 2002-06-24  Tom Tromey  <tromey@redhat.com>
3317
3318         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3319         * target.c (initialize_targets): Fixed typo in
3320         trust-readonly-sections `show' documentation.
3321
3322         * main.c: Marked all strings with _().
3323
3324 2002-06-24  Don Howard  <dhoward@redhat.com>
3325
3326         * memattr.c (create_mem_region): Treat hi == 0 as a special case
3327         that means max CORE_ADDR+1.
3328         (lookup_mem_region): Ditto.
3329         (mem_info_command): Ditto.
3330
3331 2002-06-24  Grace Sainsbury  <graces@redhat.com>
3332
3333         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3334         (REGISTER_BYTES_OK): Remove.
3335         (REGISTER_BYTES): Remove.
3336         (STORE_STRUCT_RETURN): Remove.
3337         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3338         (STORE_RETURN_VALUE): Remove.
3339         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3340         (FRAME_CHAIN): Remove.
3341         (FRAMELESS_FUNCTION_INVOCATION): Remove.
3342         (FRAME_SAVED_PC): Remove.  
3343         * m68k-tdep.c (m68k_register_bytes_ok):Add.
3344         (m68k_store_struct_return): Add.
3345         (m68k_deprecated_extract_return_value): Add.
3346         (m68k_deprecated_extract_struct_value_address): Add.
3347         (m68k_store_return_value): Add.
3348         (m68k_frame_chain): Add.
3349         (m68k_frameless_function_invocation): Add.
3350         (m68k_frame_saved_pc): Add.
3351         (m68k_gdbarch_init): added set_gdbarch calls for new 
3352         functions and deleted macros.
3353
3354 2002-06-23  Tom Tromey  <tromey@redhat.com>
3355
3356         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3357         (ALLDEPFILES): Likewise.
3358         (udiheaders): Removed.
3359         (udip2soc.o): Likewise.
3360         (udi2go32.o): Likewise.
3361         (udr.o): Likewise.
3362         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3363
3364 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
3365
3366         * infrun.c (_initialize_infrun): Delete unnecessary call to
3367         build_infrun.
3368
3369         * regcache.h: Update comments describing the regcache_cpy family
3370         of functions.
3371         (regcache_save, regcache_restore): Delete declaration.
3372         (regcache_save_no_passthrough): Delete declaration.
3373         (regcache_restore_no_passthrough): Delete declaration.
3374         * regcache.c (regcache_save): Delete function.
3375         (regcache_save_no_passthrough): Delete function.
3376         (regcache_restore): Delete function.
3377         (regcache_restore_no_passthrough): Delete function.
3378
3379 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
3380
3381         * config/m68k/tm-m68k.h: Fix typo.
3382         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3383         (m68k_frame_init_saved_regs): Declare.
3384
3385 2002-06-21  Jim Blandy  <jimb@redhat.com>
3386
3387         Remove some vestiges of Harris 88k support.
3388         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3389         register numbering quirk.
3390         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3391         odd symbols occurring in Harris 88k ELF targets.
3392
3393 2002-06-21  Tom Tromey  <tromey@redhat.com>
3394
3395         * gdb_locale.h: New file.
3396         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3397         (defs_h): Added gdb_locale.h.
3398         * configure, config.in: Rebuilt.
3399         * configure.in (PACKAGE): Define.
3400         * defs.h: Include gdb_locale.h.
3401         * main.c (captured_main): Call setlocale, bindtextdomain,
3402         textdomain.
3403
3404 2002-06-21  Dave Brolley  <brolley@redhat.com>
3405
3406         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3407         * config/frv/frv.mt: New file.
3408         * config/frv/tm-frv.h: New file.
3409         * configure.tgt: Support frv-*-*.
3410         * Makefile.in (frv-tdep.o): New target.
3411         * frv-tdep.c: New file.
3412         * NEWS: Mention frv.
3413
3414 2002-06-21  Dave Brolley  <brolley@redhat.com>
3415
3416         * MAINTAINERS: Add self to "Write After Approval" list.
3417
3418 2002-06-21  Grace Sainsbury  <graces@redhat.com>
3419
3420         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3421         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3422         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3423         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3424         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3425
3426         * m68k-tdep.c: Include arch-utils.h
3427         (m68k_register_raw_size): Add.
3428         (m68k_register_virtual_size): Add.
3429         (m68k_register_virtual_type): Add.
3430         (m68k_register_name): Add.
3431         (m68k_stack_align): Add.
3432         (m68k_register_byte): Add.
3433         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3434         tm-m68k.h.
3435
3436 2002-06-21  Grace Sainsbury  <graces@redhat.com>
3437
3438         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3439         m68k_find_saved_regs.
3440         (m68k_pop_frame): Removed saved_regs structure, and replaced
3441         references to it with frame->saved_regs.
3442         (m68k_gdbarch_init): Added function calls to initialize the
3443         gdbarch structure.
3444         (m68k_fix_call_dummy): Add. 
3445         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3446         (CALL_DUMMY): Remove.
3447         (CALL_DUMMY_LENGTH): Remove.
3448         (CALL_DUMMY_START_OFFSET): Remove.
3449         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3450         (FIX_CALL_DUMMY): Remove.
3451         (PUSH_DUMMY_FRAME): Remove.
3452         (POP_FRAME): Remove.
3453
3454 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3455
3456         * parse.c (parse_fprintf): New function used to avoid calls to
3457         fprintf in bison parser generated debug code.
3458         * parser-defs.h: Declaration of new parse_fprintf function.
3459         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3460         Set YYDEBUG to 1 by default.
3461         Set YYFPRINTF as parse_fprintf.
3462
3463 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
3464
3465         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
3466         encoding anymore.
3467         (pointer_encoding, enum ptr_encoding): New.
3468         (execute_cfa_program): Take care about pointer encoding.        
3469         (dwarf2_build_frame_info): Only call parse_frame_info for 
3470         .debug_frame and .eh_frame.
3471         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3472         fixed augmentation handling, added relative addressing, 
3473         ignore duplicate FDEs. Added comments.
3474         * dwarf2cfi.c: Reindented.
3475         
3476 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
3477
3478         * event-top.c (command_handler): Don't use space_at_cmd_start
3479         unless there is sbrk() on the host. Assign time and space data
3480         to union fields of the appropriate length.
3481
3482 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
3483
3484         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
3485         x86_64_register_name. Return type changed to 'const char *'.
3486         (x86_64_register_name2nr): Rename to x86_64_register_number.
3487         (x86_64_gdbarch_init): Update to reflect the change.
3488         * x86-64-tdep.h: Ditto.
3489         * x86-64-linux-nat.c (x86_64_fxsave_offset)
3490         (supply_fpregset): Ditto.
3491
3492 2002-06-19  Andrew Cagney  <cagney@redhat.com>
3493
3494         * regcache.h: Update copyright.
3495         (struct regcache, struct gdbarch): Add opaque declarations.
3496         (current_regcache): Declare global variable.
3497         (regcache_read, regcache_write): Add gdbarch parameter.
3498         (regcache_save, regcache_save_no_passthrough)
3499         (regcache_restore, regcache_restore_no_passthrough)
3500         (regcache_dup, regcache_dup_no_passthrough)
3501         (regcache_cpy, regcache_cpy_no_passthrough)
3502         (deprecated_grub_regcache_for_registers)
3503         (deprecated_grub_regcache_for_register_valid)
3504         (regcache_valid_p): Add function declarations.
3505         
3506         * regcache.c: Update copyright.
3507         (regcache_descr_handle): New global variable.
3508         (struct regcache_descr): Define.
3509         (init_legacy_regcache_descr, init_regcache_descr): New functions.
3510         (regcache_descr, xfree_regcache_descr): New functions.
3511         (struct regcache): Define.
3512         (regcache_xmalloc, regcache_xfree): New functions.
3513         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3514         (regcache_dup, regcache_dup_no_passthrough): New functions.
3515         (regcache_valid_p, regcache_read_as_address): New functions.
3516         (deprecated_grub_regcache_for_registers): New function.
3517         (deprecated_grub_regcache_for_register_valid): New function.
3518         (current_regcache): New global variable.
3519         (register_buffer): Add regcache parameter.  Update calls.
3520         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
3521         (read_register_gen, write_register_gen): Update register_buffer
3522         call.  Test for legacy_p instead of gdbarch_register_read_p or
3523         gdbarch_register_write_p.
3524         (regcache_collect): Update register_buffer call.
3525         (build_regcache): Rewrite.  Use deprecated grub functions.
3526         (regcache_save, regcache_save_no_passthrough): New functions.
3527         (regcache_restore, regcache_restore_no_passthrough): New
3528         functions.
3529         (_initialize_regcache): Create the regcache_data_handle. Swap
3530         current_regcache global variable.
3531         
3532         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3533         parameter to regcache_read and regcache_write calls.
3534         (sh4_register_read): Ditto.
3535         (sh64_pseudo_register_read): Ditto.
3536         (sh64_register_read): Ditto.
3537         (sh_pseudo_register_write): Ditto.
3538         (sh4_register_write): Ditto.
3539         (sh64_pseudo_register_write): Ditto.
3540         (sh64_register_write): Ditto.
3541
3542         * defs.h (XCALLOC): Define.
3543
3544 2002-06-19  Grace Sainsbury  <graces@redhat.com>
3545
3546         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3547         * m68k-tdep.c (m68k_gdbarch_init): Added.
3548         (m68k_dump_tdep): Added.
3549
3550 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
3551
3552         * ada-lang.c (fill_in_ada_prototype): Update comment.
3553
3554 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
3555
3556         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
3557         MIPS_ABI_LAST.
3558         (mips_abi_string, mips_abi_strings): New.
3559         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3560         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
3561         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
3562         O32 if no ABI is found.
3563         (mips_dump_tdep): Use mips_abi_strings.
3564         (mips_abi_update): New function.
3565         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
3566         ``set mips abi'' and ``show mips abi''.  Check the size of
3567         mips_abi_strings.
3568
3569 2002-06-19  Andrew Cagney  <cagney@redhat.com>
3570
3571         * i386-linux-tdep.c (i386_linux_register_name): Make return type
3572         constant.
3573
3574 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
3575
3576         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
3577         current frame using only the first stack size adjustment. All
3578         subsequent size adjustments are not considered to be part of
3579         the "static" part of the current frame.
3580         Compute the address of the saved registers relative to the
3581         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3582         in use in this frame.
3583
3584 2002-06-18  Don Howard  <dhoward@redhat.com>
3585  
3586         * valops.c (value_ind): Use value_at_lazy() when dereferencing
3587         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
3588         suggesting this solution.
3589
3590 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
3591
3592         * config/romp/xm-rtbsd.h: Delete file.
3593         * config/romp/rtbsd.mh: Delete file.
3594
3595 2002-06-18  Keith Seitz  <keiths@redhat.com>
3596
3597         * breakpoint.c (condition_command): Post breakpoint_modify
3598         when a condition is added to an existing breakpoint.
3599         (commands_command): Likewise for commands.
3600         (set_ignore_count): Likewise for ignore counts.
3601         If no tty, do not simply return, still need to send event
3602         notification.
3603         (ignore_command): Only print a newline if the command came
3604         from a tty.
3605         Don't call breakpoints_changed, since this is now properly
3606         handled by set_ignore_count.
3607
3608 2002-06-18  Andrew Cagney  <cagney@redhat.com>
3609
3610         * MAINTAINERS: Note that cris-elf target can be compiled with
3611         -Werror.
3612         * cris-tdep.c (cris_register_name): Make return type constant.
3613         (cris_breakpoint_from_pc): Ditto.
3614
3615 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
3616
3617         * frame.h (struct frame_info): Change type of context to 
3618         'struct context'.
3619
3620 2002-06-17  Andrew Cagney  <cagney@redhat.com>
3621
3622         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3623         pointer.
3624         * gdbarch.h, gdbarch.c: Regenerate.
3625         * config/mips/tm-mips.h (mips_register_name): Update.
3626         * i386-tdep.h (i386_register_name): Update.
3627         * mips-tdep.c (mips_register_name): Update
3628         * alpha-tdep.c (alpha_register_name): Update.
3629         * arch-utils.c (legacy_register_name): Update.
3630         * arch-utils.h (legacy_register_name): Update.
3631         * avr-tdep.c (avr_register_name): Update.
3632         * ia64-tdep.c (ia64_register_name): Update.
3633         * i386-tdep.c (i386_register_name): Update.
3634         * sparc-tdep.c (sparc32_register_name): Update.
3635         (sparc64_register_name): Update.
3636         (sparclite_register_name): Update.
3637         (sparclet_register_name): Update.
3638         * sh-tdep.c (sh_generic_register_name): Update.
3639         (sh_sh_register_name): Update.
3640         (sh_sh3_register_name): Update.
3641         (sh_sh3e_register_name): Update.
3642         (sh_sh_dsp_register_name): Update.
3643         (sh_sh3_dsp_register_name): Update.
3644         (sh_sh4_register_name): Update.
3645         (sh_sh64_register_name): Update.
3646         * s390-tdep.c (s390_register_name): Update.
3647         * rs6000-tdep.c (rs6000_register_name): Update.
3648         * ns32k-tdep.c (ns32k_register_name_32082): Update.
3649         (ns32k_register_name_32382): Update.
3650         * d10v-tdep.c (d10v_ts2_register_name): Update.
3651         (d10v_ts3_register_name): Update.
3652         * xstormy16-tdep.c (xstormy16_register_name): Update.
3653         * vax-tdep.c (vax_register_name): Update.
3654         * v850-tdep.c (v850_register_name): Update.
3655         * m68hc11-tdep.c (m68hc11_register_name): Update.
3656         * mn10300-tdep.c (mn10300_generic_register_name): Update.
3657         (am33_register_name): Update.
3658
3659 2002-06-17  Grace Sainsbury  <graces@redhat.com>
3660
3661         * m68k-tdep.c: Reindented.
3662
3663 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
3664
3665         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3666         list of predefined types.
3667
3668 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
3669
3670         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3671         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3672         REGISTER_CONVERT_TO_RAW): Remove defines.
3673         (i386_register_virtual_type, i386_register_convertible,
3674         i386_register_convert_to_virtual, i386_register_convert_to_raw):
3675         Remove prototypes.
3676         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3677         macros mentioned above.
3678
3679         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3680         (i386lynx_saved_pc_after_call): Remove prototype.
3681         * i386ly-tdep.c: Include "i386-tdep.h".
3682         (i386lynx_saved_pc_after_call): Make static.  Use
3683         read_memory_nobpt instead of read_memory.  Use
3684         read_memory_unsigned_integer instead of read_memory_integer.
3685         (i386lynx_init_abi): New function.
3686         (i386lynx_coff_osabi_sniffer): New function.
3687         (_initialize_i386bsd_tdep): New function.
3688
3689         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3690         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3691         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3692         (i386_fix_call_dummy): Remove prototype.
3693         * i386-tdep.c (i386_call_dummy_words): New variable.
3694         (i386_gdbarch_init): Adjust for removal of the
3695         macros mentioned above.
3696
3697 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3698
3699         * command.h (add_setshow_auto_boolean_cmd): Replace
3700         add_set_auto_boolean_cmd.
3701         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3702         add_set_auto_boolean_cmd.
3703         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3704         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3705         mask-address'' command.
3706         (show_mask_address): Add cmd parameter.
3707         * remote.c (add_packet_config_cmd): Update.  Change type of
3708         set_func and show_func to cmd_sfunc_ftype.
3709         (_initialize_remote): Update `set remote Z-packet'
3710         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3711         (show_remote_protocol_e_packet_cmd): Ditto.
3712         (show_remote_protocol_E_packet_cmd): Ditto.
3713         (show_remote_protocol_P_packet_cmd): Ditto.
3714         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3715         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3716         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3717         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3718         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3719         (show_remote_protocol_Z_packet_cmd): Ditto.
3720         (show_remote_protocol_binary_download_cmd): Ditto.
3721         (show_remote_cmd): Pass NULL to all of above.
3722
3723 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3724
3725         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3726         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3727         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3728         POP_FRAME): Remove defines.
3729         (i386_push_arguments, i386_store_struct_return,
3730         i386_extract_return_value, i386_store_return_value,
3731         i386_extract_struct_value_address, i386_push_dummy_frame,
3732         i386_pop_frame): Renove prototypes.
3733         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3734         macros mentioned above.
3735
3736 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3737
3738         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3739         add_set_boolean_cmd.
3740         (add_setshow_cmd): New function.
3741         * command.h (add_setshow_boolean_cmd): Replace
3742         add_set_boolean_cmd.
3743         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3744         and ``set rdiromatzero''.
3745         * maint.c (_initialize_maint_cmds): Update commented out code.
3746         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3747         * target.c (initialize_targets): Update `set
3748         trust-readonly-sections'.
3749         * remote.c (_initialize_remote): Update `set remotebreak'.
3750
3751 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3752
3753         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3754         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3755         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3756         fit into multi-arch framework.
3757         (i386_breakpoint_from_pc): New function.
3758         (i386_gdbarch_init): Adjust for removal of the macros mentioned
3759         above.
3760
3761         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3762         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3763         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3764         (i386_frameless_function_invocation, i386_frame_num_args,
3765         i386_frame_init_saved_regs): Remove prototypes.
3766         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3767         macros mentioned above.
3768
3769 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3770
3771         * cli/cli-decode.c (set_cmd_cfunc): Update.
3772         (set_cmd_sfunc): Update.
3773         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3774         (set_cmd_sfunc, set_cmd_cfunc): Update.
3775         * cli/cli-decode.h: Update.
3776
3777 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3778
3779         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3780         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3781
3782 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
3783
3784         * defs.h (auto_boolean): Declare enum.
3785         * command.h (cmd_auto_boolean): Delete enum.
3786         * mips-tdep.c (mask_address_var): Update.
3787         (mips_mask_address_p): Update.
3788         (show_mask_address): Update.
3789         * remote.c (struct packet_config): Update.
3790         (update_packet_config): Update.
3791         (show_packet_config_cmd): Update.
3792         (packet_ok): Update.
3793         (add_packet_config_cmd): Update.
3794         (_initialize_remote): 
3795         * command.h: Update.
3796         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3797         (do_setshow_command): Update.
3798         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3799         * cli/cli-decode.h: Update.
3800
3801 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3802
3803         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3804         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3805         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3806         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3807         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3808         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3809
3810         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3811         list of DJGPP COFF targets.
3812
3813         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3814         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3815         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3816         (FP0_REGNUM): Remove define.
3817         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3818         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3819         (i386_register_virtual_size): Remove protoype.
3820         * i386-tdep.c (i386_register_virtual_size): Removed.
3821         (i386_extract_return_value, i386_store_return_value): Use
3822         FP0_REGNUM instead of NUM_FREGS to determine whether the
3823         floating-point registers are available.
3824         (i386_gdbarch_init): Tweak FIXME about FPU registers.
3825         Adjust for removal of macros mentioned above.
3826
3827 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3828
3829         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
3830         comments.
3831         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3832         Remove prototypes.
3833         (supply_gregset, fill_gregset): Remove use of register keyword and
3834         remove declaration for regmap.  Use I386_NUM_GREGS instead of
3835         NUM_REGS and NUM_FREGS.
3836         (FPREGSET_FSAVE_OFFSET): Remove.
3837         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3838         NUM_FREGS to determine whether the floating-point registers are
3839         available.
3840
3841         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3842         gnu_store_registers): Replace usage of NUM_GREGS with
3843         I386_NUM_GREGS.
3844
3845         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3846         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3847         usage of NUM_GREGS with I386_NUM_GREGS.
3848
3849         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3850
3851         * i386bsd-nat.c: Include "i386-tdep.h".
3852         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3853         I386_NUM_GREGS.
3854
3855         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3856         and associated comment.  They no longer make any sense, since we
3857         don't use this file anymore on Linux.
3858
3859         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3860         * i386-tdep.c (i386_register_offset, i386_register_size): Use
3861         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3862         elements in these arrays.
3863         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3864         MAX_NUM_REGS.
3865
3866 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
3867
3868         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3869         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3870
3871 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3872
3873         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3874         EXTRACT_RETURN_VALUE.
3875         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3876         EXTRACT_STRUCT_VALUE_ADDRESS.
3877         * gdbarch.h, gdbarch.c: Regenerate.
3878         
3879         * values.c (value_being_returned): Handle
3880         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3881         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3882
3883         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
3884         * arm-tdep.c (arm_gdbarch_init): Update.
3885         * avr-tdep.c (avr_gdbarch_init): Update.
3886         * cris-tdep.c (cris_gdbarch_init): Update.
3887         * d10v-tdep.c (d10v_gdbarch_init): Update.
3888         * ia64-tdep.c (ia64_gdbarch_init): Update.
3889         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3890         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3891         * s390-tdep.c (s390_gdbarch_init): Update.
3892         * sh-tdep.c (sh_gdbarch_init): Update.
3893         * s390-tdep.c (s390_gdbarch_init): Update.
3894         * sparc-tdep.c (sparc_gdbarch_init): Update.
3895         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3896         * v850-tdep.c (v850_gdbarch_init): Update.
3897         * vax-tdep.c (vax_gdbarch_init): Update.
3898         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3899         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3900
3901         * config/arc/tm-arc.h: Update.
3902         * config/d30v/tm-d30v.h: Update.
3903         * config/fr30/tm-fr30.h: Update.
3904         * config/h8300/tm-h8300.h: Update.
3905         * config/h8500/tm-h8500.h: Update.
3906         * config/i386/tm-i386.h: Update.
3907         * config/i386/tm-ptx.h: Update.
3908         * config/i386/tm-symmetry.h: Update.
3909         * config/i960/tm-i960.h: Update.
3910         * config/m32r/tm-m32r.h: Update.
3911         * config/m68k/tm-delta68.h: Update.
3912         * config/m68k/tm-linux.h: Update.
3913         * config/m68k/tm-m68k.h: Update.
3914         * config/m88k/tm-m88k.h: Update.
3915         * config/mcore/tm-mcore.h: Update.
3916         * config/mips/tm-mips.h: Update.
3917         * config/mn10200/tm-mn10200.h: Update.
3918         * config/pa/tm-hppa.h: Update.
3919         * config/pa/tm-hppa64.h: Update.
3920         * config/sparc/tm-sp64.h: Update.
3921         * config/sparc/tm-sparc.h: Update.
3922         * config/sparc/tm-sparclet.h: Update.
3923         * config/z8k/tm-z8k.h: Update.
3924
3925 2002-06-14  Andrew Cagney  <cagney@redhat.com>
3926
3927         * Makefile.in (i386_linux_tdep_h): Define.
3928         (i386_tdep_h, i387_tdep_h): Define.
3929         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3930         $(i386_tdep_h) and $(i387_tdep_h).
3931         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3932
3933 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
3934
3935         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3936         Already covered by the default.
3937
3938         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3939         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
3940         (i386_gdbarch_init): Initialize long_double_format and long_double
3941         bit.
3942
3943         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3944         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
3945         Move these to ...
3946         * config/i386/i386sol2.mh: ... here.
3947         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3948         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3949         (SIGCONTEXT_PC_OFFSET): Remove define.
3950         (IN_SIGTRAMP): Remove define.
3951         * i386-sol2-tdep.c: New file.
3952         
3953         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3954         * config/i386/tm-i386nw.h: Removed.
3955
3956         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3957         USE_STRUCT_CONVENTION): Remove defines.
3958         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3959         (get_longjmp_target): Remove prototype.
3960         (IN_SIGTRAMP): Remove define.
3961         (i386bsd_in_sigtramp): Remove prototype.
3962         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3963         function.  Update comment accordingly
3964         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3965         (FRAME_SAVED_PC): Remove define.
3966         (i386bsd_frame_saved_pc): Remove prototype.
3967         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3968         GET_LONGJMP_TARGET): Remove defines.
3969         (get_longjmp_target): Remove prototype.
3970         (IN_SIGTRAMP): Remove define.
3971         (i386bsd_in_sigtramp): Remove prototype.
3972         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3973         function.  Update comment accordingly
3974         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3975         (FRAME_SAVED_PC): Remove define.
3976         (i386bsd_frame_saved_pc): Remove prototype.
3977         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3978         Remove prototype.
3979         (USE_STRUCT_CONVENTION): Remove prototype.
3980         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3981         declaration.
3982         (_initialize_i386bsd_nat): Revise logic to determine some
3983         constants at compile time when compiling a native GDB.  Warn if
3984         things don't match up with what we expect.
3985         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3986         Remove variables.
3987         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
3988         to use date stored in `struct gdbarch_tdep'.
3989         (i386bsd_sigcontext_offset): Remove varaible.
3990         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
3991         stored in `struct gdbarch_tdep'.
3992         (i386bsd_frame_saved_pc): Make static.
3993         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3994         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3995         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3996         i386fbsd4_sc_pc_offset): New variables.
3997         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3998         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3999         functions.
4000         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4001         functions.
4002         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4003         Modify the value of i386fbsd_sigtramp_start and
4004         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4005         i386fbsd_sigtramp_end.
4006         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4007         function.
4008
4009         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4010         define to i386-linux-tdep.h.
4011         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4012         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4013         defines.
4014         (i386_linux_register_name, i386_linux_register_byte,
4015         i386_linux_register_raw_size): Remove prototypes.
4016         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4017         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4018         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4019         TARGET_WRITE_PC): Remove defines.
4020         (i386_linux_in_sigtramp, i386_linux_frame_chain,
4021         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4022         i386_linux_write_pc): Remove prototypes.
4023         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4024         (get_longjmp_target): Remove prototype.
4025         * i386-linux-tdep.h: New file.
4026         * i386-linux-nat.c: Include "i386-linux-tdep.h".
4027         * i386-linux-tdep.c: Include "i386-tdep.h" and
4028         "i386-linux-tdep.h".
4029         (i386_linux_register_name, i386_linux_register_byte,
4030         i386_linux_register_raw_size, i386_linux_in_sigtramp,
4031         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4032         Make static.
4033         (i386_linux_init_abi): New function.
4034         (_initialize_i386_linux_tdep): New function.
4035
4036         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4037         (i386_saved_pc_after_call): Remove prototype.
4038         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4039         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4040         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4041         (i386_register_name, i386_stab_reg_to_regnum,
4042         i386_dwarf_reg_to_regnum): Remove prototypes.
4043         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4044         SIZEOF_SSE_REGS): Remove defines.
4045         (REGISTER_BYTES): Remove define.
4046         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4047         (i386_register_byte, i386_register_raw_size): Remove prototypes.
4048         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4049         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4050         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4051         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4052         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4053         (get_longjmp_target): Remove prototype.
4054         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4055         (sigtramp_saved_pc): Remove define.
4056         (i386v4_sigtramp_saved_pc): Remove prototype.
4057         * config/i386/tm-go32.h (FRAME_CHAIN,
4058         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4059         (i386go32_frame_saved_pc): Remove prototype.
4060         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4061         (get_longjmp_target): Remove prototype.
4062         * i386-tdep.h: Include "osabi.h".
4063         (enum i386_abi): Removed.
4064         (enum struct_return): New enum.
4065         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4066         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4067         sc_pc_offset members.
4068         (i386_gdbarch_register_os_abi): Remove prototype.
4069         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4070         I386_SSE_NUM_REGS): New defines.
4071         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4072         I386_SSE_SIZEOF_REGS): New defines.
4073         (i386_register_name, i386_register_byte, i386_register_raw_size):
4074         New prototypes.
4075         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4076         (i386bsd_sigtramp_saved_pc): New prototype.
4077         * i386-tdep.c: Don't include "elf-bfd.h".
4078         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4079         i386_frame_chain, i386_saved_pc_after_call): Make static.
4080         (i386_frame_saved_pc): Rewrite to call architecture dependent
4081         function to deal with signal handlers.  Make static.
4082         (i386go32_frame_saved_pc): Removed.
4083         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4084         Removed.
4085         (i386_get_longjmp_target): New function.
4086         (default_struct_convention, pcc_struct_convention,
4087         reg_struct_convention, valid_conventions, struct_convention): New
4088         variables.
4089         (i386_use_struct_convention): New function.
4090         (i386v4_sigtramp_saved_pc): Renamed to
4091         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
4092         (i386_pc_in_sigtramp): New function.
4093         (i386_abi_names): Removed.
4094         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4095         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4096         Removed.
4097         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4098         i386_gdbarch_register_os_abi): Removed.
4099         (struct i386_abi_handler): Removed.
4100         (i386_abi_handler_list): Removed.
4101         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4102         functions.
4103         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4104         i386_nw_init_abi): New functions.
4105         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4106         Use set_gdbarch_xxx() calls instead of relying on macros for a
4107         number of calls.
4108         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4109         (_initialize_i386_tdep): Add new 'struct-convcention' command.
4110         Register the various architecture variants defined in this file.
4111
4112 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
4113
4114         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4115         (struct main_type): Remove arg_types member.  Update comments for
4116         struct field.
4117         (TYPE_ARG_TYPES): Remove.
4118         (TYPE_FN_FIELD_ARGS): Update.
4119         (smash_to_method_type): Update prototype.
4120
4121         * c-typeprint.c (cp_type_print_method_args): Take method type
4122         instead of argument list.  Use new argument layout.  Simplify.
4123         (c_type_print_args): Use new argument layout.  Simplify.
4124         (c_type_print_base): Update call to cp_type_print_method_args.
4125         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4126         argument; use die->type instead.  Update call to
4127         smash_to_method_type.
4128         (read_structure_scope): Update call to dwarf2_add_member_fn.
4129         * gdbtypes.c (allocate_stub_method): Update comment.
4130         (smash_to_method_type): Take new NARGS and VARARGS arguments.
4131         Use new argument layout.
4132         (check_stub_method): Use new argument layout.  Don't count
4133         void as an argument.
4134         (print_arg_types): Update comments.  Use new argument layout.
4135         (recursive_dump_type): Don't print arg_types member.
4136         * hpread.c (hpread_read_struct_type): Use new argument layout.
4137         (fixup_class_method_type): Likewise.
4138         (hpread_type_lookup): Likewise.
4139         * stabsread.c (read_type): Update calls to read_args and
4140         smash_to_method_type.
4141         (read_args): Use new argument layout.  Simplify.
4142         * valops.c (typecmp): Use new argument layout.  Update parameters
4143         and comments.  Simplify.
4144         (hand_function_call): Use new argument layout.
4145         (search_struct_method): Update call to typecmp.
4146         (find_overload_match): Use new argument layout.
4147
4148 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
4149
4150         * NEWS: Mention multithreaded debug support for gdbserver.
4151
4152 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
4153
4154         * MAINTAINERS: Mention NEWS.
4155
4156 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
4157
4158         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4159         (struct mips_objfile_private, compare_pdr_entries): New.
4160         (non_heuristic_proc_desc): Read the ".pdr" section if it
4161         is present.
4162
4163 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
4164
4165         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4166         (arm_debug): New static variable.
4167         (_initialize_arm_tdep): Add ``set debug arm'' command.
4168
4169 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
4170
4171         * Makefile.in (sim_arm_h): Define.
4172         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4173         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4174         (arm_register_sim_regno): New function, map an internal REGNUM
4175         onto a simulator register number.
4176         (arm_gdbarch_init): Set register_sim_regno.
4177
4178 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
4179
4180         * MAINTAINERS: Add self.
4181
4182 2002-06-11  Jim Blandy  <jimb@redhat.com>
4183
4184         * source.c (source_info): Mention whether the symtab has
4185         information about preprocessor macros.
4186
4187         Call the command `info macro', not `show macro'.
4188         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4189         Fix error message.
4190         (_initialize_macrocmd): Register `info_macro_command' in
4191         `infolist', not `showlist'.
4192
4193 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
4194
4195         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4196         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4197         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4198         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4199         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
4200         unconditionally.
4201         (set_mipsfpu_single_command, set_mipsfpu_double_command)
4202         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4203         (_initialize_mips_tdep): Remove dead code.
4204         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4205         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4206         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4207         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4208         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4209         MIPS_LAST_FP_ARG_REGNUM): Remove.
4210
4211 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
4212
4213         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4214         (unwind_tmp_obstack_free, parse_frame_info)
4215         (update_context, cfi_read_fp, cfi_write_fp)
4216         (cfi_frame_chain, cfi_init_extra_frame_info)
4217         (cfi_virtual_frame_pointer): Use the above function.
4218         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4219
4220 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
4221
4222         * v850-tdep.c (v850_type_is_scalar): New function.
4223         (v850_use_struct_convention): Match current gcc implementation
4224         as close as possible.
4225         (v850_push_arguments): Fix stack_offset handling.  Don't write
4226         struct_addr into register.  This is done by v850_store_struct_return.
4227         (v850_extract_return_value): Care for structs.
4228         (v850_store_return_value): Ditto.
4229         (v850_store_struct_return): Actually write address.
4230
4231 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
4232
4233         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4234         without debug information too.
4235
4236 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
4237
4238         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4239         Make multi-arch pure.
4240         * gdbarch.h, gdbarch.c: Re-generate.
4241         * arm-tdep.c (arm_print_float_info): Update.
4242         * arch-utils.h (default_print_float_info): Update.
4243         * arch-utils.c (default_print_float_info): Update.
4244         * infcmd.c (float_info): Update call.
4245
4246 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
4247
4248         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4249         the front of the initialize list.
4250
4251 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
4252
4253         * infrun.c (struct inferior_status): Replace fields
4254         selected_frame_address and selected_level with field
4255         selected_frame_id.
4256         (save_inferior_status): Update.  Use get_frame_id.
4257         (struct restore_selected_frame_args): Delete.
4258         (restore_selected_frame): Update.  Use frame_find_by_id.
4259         (restore_inferior_status): Update.
4260
4261         * breakpoint.h (struct breakpoint): Change type of
4262         watchpoint_frame to frame_id.
4263         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
4264         call to get_current_frame.
4265         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
4266         get_current_frame.
4267         (watchpoint_check): Use frame_find_by_id.
4268
4269         * frame.h (record_selected_frame): Delete declaration.
4270         * stack.c (record_selected_frame): Delete function.
4271         
4272         * frame.h (struct frame_id): Define.
4273         (get_frame_id): Declare.
4274         (frame_find_by_id): Declare.
4275         * frame.c (frame_find_by_id): New function.
4276         (get_frame_id): New function.
4277
4278 2002-06-10  Andrey Volkov <avolkov@transas.com>
4279
4280         * ser-e7kpc.c: Fix duplicated define and call of 
4281         _initialize_ser_e7000pc
4282             
4283 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
4284
4285         * signals/signals.c (target_signal_from_host): Fix #ifdef
4286         SIGRTMIN case.
4287         (do_target_signal_to_host): Likewise.
4288
4289 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
4290
4291         * mips-tdep.c (mips_find_abi_section): New function.
4292         (mips_gdbarch_init): Call it.
4293
4294 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4295
4296         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4297         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
4298         after Andrew's 2002-06-08 gdbarch change.
4299
4300 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4301
4302         * i386-linux-nat.c (suppy_gregset): Don't supply
4303         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4304         register cache.
4305         (fill_gregset): Don't fetch it under the same circumstances.
4306
4307 2002-06-09  Andrew Cagney  <cagney@redhat.com>
4308
4309         * Makefile.in (callback_h): Define.
4310         (remote_sim_h): Update path to remote-sim.h.
4311         (remote-rdp.o): Add $(callback_h).
4312         (remote-sim.o): Use $(callback_h).
4313         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4314         * remote-rdp.c: Include "gdb/callback.h".
4315
4316 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
4317
4318         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4319         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4320
4321 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4322
4323         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4324         * rdi-share/serpardr.c: Ditto.
4325         * rdi-share/unixcomm.c: Ditto.
4326         * rdi-share/serdrv.c: Ditto.
4327         * rdi-share/hostchan.h: Ditto.
4328         * rdi-share/hostchan.c: Ditto.
4329         * rdi-share/host.h: Ditto.
4330         * rdi-share/devsw.c: Ditto.
4331
4332         * objfiles.h: Change type of obj_private to void pointer.
4333         * pa64solib.c: Update copyright.  Don't include "assert.h", use
4334         strcmp instead of STREQ, use LONGEST, do not use PTR
4335         * somsolib.c: Ditto.
4336
4337         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4338         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4339         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4340
4341 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4342
4343         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4344         (default_get_saved_register): Delete function.
4345         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4346         generic_unwind_get_saved_register.
4347         * gdbarch.h, gdbarch.c: Re-generate.
4348         
4349 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4350
4351         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4352         generic_func_frame_chain_valid.
4353         * gdbarch.h, gdbarch.c: Re-generate.
4354         * blockframe.c (generic_func_frame_chain_valid): Only check
4355         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
4356         passing FP to PC_IN_CALL_DUMMY.
4357         Fix PR gdb/360.
4358
4359 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
4360
4361         * gdbarch.sh (struct gdbarch_data): Add field init_p.
4362         (register_gdbarch_data): Initialize init_p.
4363         (gdbarch_data): Initialize data pointer using the init function.
4364         (init_gdbarch_data): Delete function.
4365         (gdbarch_update_p): Update.
4366         (initialize_non_multiarch): Update.
4367         (struct gdbarch): Add field initialized_p.
4368         * gdbarch.h, gdbarch.c: Re-generate.
4369
4370 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
4371
4372         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4373         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4374         better do the things actually here.
4375         * x86-64-tdep.c (x86_64_register_name2nr): New.
4376         (x86_64_register_name): Renamed to x86_64_register_nr2name.
4377         (x86_64_gdbarch_init): Respect the above change.
4378         * x86-64-tdep.h (x86_64_register_name2nr)
4379         (x86_64_register_nr2name): Add prototypes.
4380         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4381
4382 2002-06-06  Michael Snyder  <msnyder@redhat.com>
4383
4384         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4385         Delete extra braces and re-indent.
4386         (d10v_store_return_value): Char return values
4387         must be shifted over by one byte in R0.
4388         (d10v_extract_return_value): Delete extra braces, re-indent.
4389
4390 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
4391
4392         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4393         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4394         (d10v_integer_to_address): Rewrite.
4395         (d10v_frame_init_saved_regs): When reading fp and sp registers use
4396         the d10v specific functions which take care of converting to the
4397         correct space.
4398
4399 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
4400
4401         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4402         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4403
4404 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
4405
4406         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4407         includes.
4408         * config/tm-linux.h: Ditto.
4409         * config/alpha/tm-alphalinux.h: Ditto.
4410         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4411         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4412         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4413         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4414         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4415         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4416         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4417         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4418         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4419         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4420         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4421         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4422         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4423         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4424         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4425         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4426         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4427         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4428         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4429         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4430         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4431         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4432         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4433         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4434         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4435         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4436         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4437         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4438         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4439         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4440         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4441         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4442         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4443         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4444         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4445         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4446         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4447
4448 2002-05-04  Aidan Skinner <aidan@velvet.net>
4449
4450         * ada-exp.tab.c: New file
4451         * ada-exp.y: New file
4452         * ada-lang.c: New file
4453         * ada-lang.h: New file
4454         * ada-lex.c: New file
4455         * ada-lex.l: New file
4456         * ada-tasks.c: New file
4457         * ada-typeprint.c: New file
4458         * ada-valprint.c: New file
4459         
4460 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
4461
4462         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4463         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4464
4465 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
4466
4467         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4468         insetead of ppc-linux-tdep.o.
4469         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4470         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4471
4472 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
4473
4474         2002-05-07 Christian Groessler <chris@groessler.org>
4475         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4476         bit register contents for little endian hosts.
4477
4478 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4479
4480         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4481         any maintainer.
4482
4483 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4484
4485         * gdbarch.h: Regenerate.
4486
4487 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4488
4489         * MAINTAINERS: Add everyone to write-after-approval list.
4490
4491 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
4492
4493         * stack.c (frame_info): Use frame_register_unwind instead of
4494         saved_regs.  Mention when the SP is on the stack or in a register.
4495
4496         * frame.h (frame_register_unwind_ftype): Define.  Document.
4497         (struct frame_info): Add field register_unwind and
4498         register_unwind_cache.
4499         (frame_register_unwind): Declare.
4500         (generic_unwind_get_saved_register): Declare.
4501
4502         * frame.c (frame_register_unwind): New function.
4503         (generic_unwind_get_saved_register): New function.
4504
4505         * blockframe.c (generic_call_dummy_register_unwind): New function.
4506         (frame_saved_regs_register_unwind): New function.
4507         (set_unwind_by_pc): New function.
4508         (create_new_frame): New function.
4509         (get_prev_frame): New function.
4510
4511 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
4512
4513         * a29k-share/: Delete directory.
4514         * remote-vx29k.c: Delete file.
4515
4516 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4517
4518         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4519         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4520
4521 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4522
4523         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4524         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4525         (sparc64nbsd-nat.o)
4526         (sparcnbsd-nat.o)
4527         (sparcnbsd-tdep.o): New dependency lists.
4528         * NEWS: Note new UltraSPARC NetBSD native configuration.
4529         * configure.host (sparc64-*-netbsd*): New host.
4530         * configure.tgt (sparc-*-netbsdelf*)
4531         (sparc-*-netbsd*): Set gdb_target to nbsd.
4532         (sparc64-*-netbsd*): New target.
4533         * sparc64nbsd-nat.c: New file.
4534         * sparcnbsd-nat.c: New file.
4535         * sparcnbsd-tdep.c: New file.
4536         * sparcnbsd-tdep.h: New file.
4537         * config/sparc/nbsd.mt: New file.
4538         * config/sparc/nbsd64.mh: New file.
4539         * config/sparc/nbsd64.mt: New file.
4540         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4541         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4542         (HOST_IPC): Remove.
4543         * config/sparc/nbsdaout.mt: Remove.
4544         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4545         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4546         (HOST_IPC): Remove.
4547         * config/sparc/nbsdelf.mt: Remove.
4548         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
4549         sparc-nat.c compatiblity defines.
4550         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
4551         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4552         * config/sparc/tm-nbsd64.h: New file.
4553         * config/sparc/tm-nbsdaout.h: Remove.
4554         * config/sparc/xm-nbsd.h: Remove.
4555
4556 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
4557
4558         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4559         * sparc-tdep.c: Include osabi.h.
4560         (gdbarch_tdep): Add osabi member.
4561         (_initialize_sparc_tdep): Use gdbarch_register.
4562         (sparc_gdbarch_init): Use generic OS ABI framework.
4563         (sparc_dump_tdep): New function.
4564
4565 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
4566
4567         * corefile.c (do_captured_read_memory_integer): Return non-zero
4568         result.
4569         (safe_read_memory_integer): Copy result of memory read when
4570         status is non-zero.  Also, add comments.
4571
4572 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
4573
4574         * Makefile.in (ppc_tdep_h): Define.
4575         (ppc-linux-nat.o)
4576         (ppc-linux-tdep.o)
4577         (rs6000-tdep.o): Use $(ppc_tdep_h).
4578         (ppc-sysv-tdep.o)
4579         (ppcnbsd-nat.o)
4580         (ppcnbsd-tdep.o): New dependency lists.
4581         * ppc-tdep.h: Use generic OS ABI framework.
4582         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4583         (ppc_linux_init_abi): New functions.
4584         (ppc_sysv_abi_broken_use_struct_convention)
4585         (ppc_sysv_abi_use_struct_convention)
4586         (ppc_sysv_abi_push_arguments): Move to...
4587         * ppc-sysv-tdep.c: ...here.
4588         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4589         * rs6000-tdep.c (process_note_abi_tag_sections)
4590         (get_elfosabi): Remove.
4591         (rs6000_gdbarch_init): Use generic OS ABI framework.
4592         (rs6000_dump_tdep): New function.
4593         (_initialize_rs6000_tdep): Use gdbarch_register.
4594         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4595         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4596         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4597         of ppc-linux-tdep.o.
4598         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4599         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4600         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4601         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4602         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4603         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4604
4605 2002-05-29  Jim Blandy  <jimb@redhat.com>
4606
4607         * macroscope.c (default_macro_scope): Put `void' in empty argument
4608         list.
4609
4610 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
4611
4612         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4613         * arch-utils.c: Include "sim-regno.h".
4614         * gdbarch.sh: Don't include "sim-regno.h".
4615         * gdbarch.h, gdbarch.c: Regenerate.
4616         * sim-regno.h (legacy_register_sim_regno): Move declaration from
4617         here.
4618         * arch-utils.h (legacy_register_sim_regno): To here.
4619         * remote-sim.c (legacy_register_sim_regno): Move function from
4620         here.
4621         * arch-utils.c (legacy_register_sim_regno): To here.
4622
4623 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4624
4625         * sim-regno.h: New file.
4626         * Makefile.in (sim_regno_h): Define.
4627         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4628         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4629         (legacy_register_sim_regno): New function.
4630         (one2one_register_sim_regno): New function.
4631         (gdbsim_fetch_register): Rewrite.
4632         (gdbsim_store_register): Only store a register when
4633         REGISTER_SIM_REGNO is valid.
4634         * d10v-tdep.c: Include "sim-regno.h".
4635         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4636         (d10v_ts3_register_sim_regno): Ditto.
4637         * gdbarch.sh: Include "sim-regno.h".
4638         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4639         * gdbarch.h, gdbarch.c: Regenerate.
4640         * arch-utils.h (default_register_sim_regno): Delete declaration.
4641         * arch-utils.c (default_register_sim_regno): Delete function.
4642
4643 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
4644
4645         * ppcnbsd-nat.c: Rewrite.
4646         * ppcnbsd-tdep.c: New file.
4647         * ppcnbsd-tdep.h: New file.
4648         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4649         solib.o, and solib-svr4.o.
4650         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4651         nbsd-tdep.o, and corelow.o.
4652
4653 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
4654
4655         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4656         `tr' and `sed'.  Mention that `broken' targets are not expected to
4657         build.
4658
4659 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
4660
4661         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4662         Let PC point right after the prologue before looking up symbols.
4663         
4664 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
4665
4666         * i386-tdep.c (i386_register_virtual_type): Return 
4667         builtin_type_vec128i for SSE registers.
4668
4669         * gdbtypes.h (builtin_type_vec128i): Declare.
4670
4671         * gdbtypes.c (build_builtin_type_vec128i): New function.
4672         (builtin_type_v2_double, builtin_type_v4_int64): New types.
4673         (builtin_type_vec128i): New type for SSE2 128-bit registers.
4674         (build_gdbtypes): Initialize new builtin vector types.
4675         (_initialize_gdbtypes): Register new vector types with gdbarch.
4676
4677 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4678
4679         * MAINTAINERS: ns32k is not longer an obsolete candidate,
4680         since it has been multi-arch'd.
4681         * NEWS: Note that ns32k-*-* is now partial multi-arch.
4682         Move Alpha and VAX multi-arch news entries to same section
4683         as other multi-arch news.
4684
4685 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4686
4687         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4688         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
4689         static.  Rename some register numbers to put them in ns32k-tdep
4690         private namespace.
4691         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4692         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4693         functions.
4694         (_initialize_ns32k_tdep): Use gdbarch_register.
4695         * ns32k-tdep.h: New file.
4696         * ns32knbsd-tdep.c: New file.
4697         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4698         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4699         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4700         REGISTER_BYTES, REGISTER_BYTE): Remove.
4701         * config/ns32k/tm-ns32k.h: New file.
4702         * config/ns32k/tm-umax.h: Remove.
4703
4704 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4705
4706         * ns32k-tdep.c (ns32k_saved_pc_after_call,
4707         ns32k_store_struct_return, ns32k_extract_return_value,
4708         ns32k_store_return_value, ns32k_extract_struct_value_address): New
4709         functions.
4710         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4711         ns32k_saved_pc_after_call.
4712         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4713         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4714         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4715         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4716         ns32k_extract_struct_value_address.
4717
4718 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4719
4720         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4721         ns32k_fix_call_dummy): New.
4722         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4723         ns32k_call_dummy_words.
4724         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4725         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4726         CALL_DUMMY_NARGS): Remove.
4727         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4728
4729 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4730
4731         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4732         ns32k_frame_saved_pc, ns32k_frame_args_address,
4733         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4734         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4735         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4736         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4737         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4738         (BREAKPOINT): Remove..
4739         (FRAME_CHAIN): Define as ns32k_frame_chain.
4740         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4741         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4742         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4743         (FRAME_FIND_SAVED_REGS): Remove.
4744         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4745         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4746         (POP_FRAME): Define as ns32k_pop_frame.
4747
4748 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4749
4750         * ns32k-tdep.c (ns32k_register_byte_32082,
4751         ns32k_register_byte_32382, ns32k_register_raw_size,
4752         ns32k_register_virtual_size, ns32k_register_virtual_type): New
4753         functions.
4754         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4755         ns32k_register_byte_32382.
4756         * config/ns32k/tm-umax.h: Update copyright years.
4757         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4758         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4759         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4760         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4761         (ns32k_get_enter_addr): Fix prototype.
4762
4763 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
4764
4765         * ns32k-tdep.c: Update copyright years.
4766         (ns32k_register_name_32082): New function.
4767         (ns32k_register_name_32382): Ditto.
4768         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4769         (REGISTER_NAME): Define as ns32k_register_name_32382.
4770         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4771         (REGISTER_NAME): Define as ns32k_register_name_32082.
4772
4773 2002-05-24  Jim Blandy  <jimb@redhat.com>
4774
4775         * dwarf2read.c (free_line_header): Use xfree, not free.
4776
4777 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
4778
4779         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4780         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4781
4782 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4783
4784         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4785
4786 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4787
4788         From Ross Alexander at NEC Europe:
4789         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4790
4791 2002-05-23  Michael Snyder  <msnyder@redhat.com>
4792
4793         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4794         for input, rather than parse_and_eval_address.  
4795
4796 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
4797
4798         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4799         * Makefile.in (sim_d10v_h): Update definition.
4800
4801 2002-05-24  Andrew Cagney  <cagney@redhat.com>
4802
4803         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4804         change `2002-05-22 Michael Snyder' below.
4805         (d10v_push_arguments): Ditto.
4806         (d10v_extract_return_value): Ditto.
4807
4808 2002-05-23  Jim Blandy  <jimb@redhat.com>
4809
4810         * macrotab.c (check_for_redefinition): Don't complain if the new
4811         definition is the same as the previous one.  Take more arguments
4812         to allow the comparison.
4813         (macro_define_object, macro_define_function): Pass more arguments
4814         to check_for_redefinition.
4815
4816 2002-05-22  Michael Snyder  <msnyder@redhat.com>
4817
4818         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4819         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4820         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4821         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4822         Don't bail if return_pc is PC_IN_CALL_DUMMY.
4823         Add a temp variable to save a call (and a memory read).
4824         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4825         if possible (so that PC_IN_CALL_DUMMY will work).
4826
4827 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
4828
4829         * MAINTAINERS: Remove status `OBSOLETE' from v850.
4830
4831 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
4832
4833         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4834         fde->cie_ptr.
4835         (dwarf2_build_frame_info): Corrected handling of eh_frame.
4836         (dwarf2_build_frame_info): Add offset to fde->initial_location 
4837         so that frames of shared libraries are mapped correctly.
4838         (execute_stack_op): Change type of 'result' from ULONGEST to
4839         CORE_ADDR.
4840         
4841 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4842
4843         * config/alpha/tm-nbsd.h: Include solib.h.
4844
4845 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4846
4847         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4848         assumptions about the host's byte order.
4849
4850 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4851
4852         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4853         to dependency list.
4854         * alphanbsd-tdep.c: Include solib-svr4.h.
4855         * shnbsd-tdep.c: Ditto.
4856
4857 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4858
4859         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4860         nbsd-tdep.h to dependency list.
4861         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4862         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4863         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4864         nbsdaout.mh and nbsdelf.mh consistently.
4865         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4866         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4867         nbsdaout.mt and nbsdelf.mh consistently.
4868         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
4869         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4870         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4871         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
4872         a.out shared library stuff from here...
4873         * config/nm-nbsdaout.h: ...to here.
4874         * config/tm-nbsd.h: Remove.
4875         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4876         * config/arm/nbsd.mh: Remove.
4877         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4878         nbsd-tdep.o.
4879         * config/arm/nbsdaout.mh: New file. 
4880         * config/arm/nbsdelf.mh: New file.
4881         * config/arm/nm-nbsdaout.h: New file.
4882         * config/i386/nbsd.mh: Remove.
4883         * config/i386/nbsd.mt: Remove.
4884         * config/i386/nbsdaout.mh: New file.
4885         * config/i386/nbsdaout.mt: New file.
4886         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4887         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4888         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
4889         i386_register_u_addr): Remove.
4890         * config/i386/nm-nbsdaout.h: New file.
4891         * config/i386/nm-nbsdelf.h: Remove.
4892         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4893         (USE_STRUCT_CONVENTION): Remove.
4894         * config/i386/tm-nbsdaout.h: New file.
4895         * config/i386/tm-nbsdelf.h: Remove.
4896         * config/m68k/nbsd.mh: Remove.
4897         * config/m68k/nbsd.mt: Remove.
4898         * config/m68k/nbsdaout.mh: New file.
4899         * config/m68k/nbsdaout.mt: New file. 
4900         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4901         * config/m68k/nm-nbsdaout.h: New file.
4902         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4903         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4904         * config/ns32k/nbsd.mh: Remove.
4905         * config/ns32k/nbsd.mt: Remove. 
4906         * config/ns32k/nbsdaout.mh: New file.
4907         * config/ns32k/nbsdaout.mt: New file.
4908         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
4909         * config/ns32k/nm-nbsdaout.h: New file.
4910         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
4911         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4912         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4913         (SVR4_SHARED_LIBS): Remove.
4914         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4915         * config/sparc/nbsd.mh: Remove.
4916         * config/sparc/nbsd.mt: Remove.
4917         * config/sparc/nbsdaout.mh: New file.
4918         * config/sparc/nbsdaout.mt: New file.
4919         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4920         * config/sparc/nbsdelf.mt: New file.
4921         * config/sparc/nm-nbsdaout.h: New file.   
4922         * config/sparc/nm-nbsdelf.h: Remove.
4923         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4924         * config/sparc/tm-nbsdaout.h: New file.
4925
4926 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4927
4928         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4929         mipsnbsd-tdep.c
4930         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4931
4932 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4933
4934         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4935         shnbsd-nat.c.
4936         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4937
4938 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4939
4940         * NEWS: Note new MIPS NetBSD native configuration. 
4941         * configure.host (mips*-*-netbsd*): New host. 
4942         * configure.tgt (mips*-*-netbsd*): New target. 
4943         * mipsnbsd-nat.c: New file.
4944         * mipsnbsd-tdep.c: New file.
4945         * mipsnbsd-tdep.h: New file.
4946         * config/mips/nbsd.mh: New file.
4947         * config/mips/nbsd.mt: New file.
4948         * config/mips/nm-nbsd.h: New file.
4949         * config/mips/tm-nbsd.h: New file.
4950
4951 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
4952
4953         * Makefile.in (SFILES): Add osabi.c.
4954         (COMMON_OBS): Add osabi.o.
4955         (osabi.o): New dependency list.
4956         * osabi.c: New file.
4957         * osabi.h: New file.
4958         * doc/gdbint.texinfo: Document new generic OS ABI framework.
4959
4960         * Makefile.in (alpha_tdep_h): Define and use instead of
4961         alpha-tdep.h.
4962         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4963         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4964         Remove.
4965         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4966         * alpha-tdep.h: Include osabi.h.
4967         (alpha_abi): Remove.
4968         (gdbarch_tdep): Use generic OS ABI framework.
4969         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4970         gdbarch_register_osabi.
4971         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4972         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4973         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4974
4975         * Makefile.in (sh_tdep_h): Add osabi.h.
4976         * sh-tdep.h (sh_osabi): Remove.
4977         (gdbarch_tdep): Use generic OS ABI framework.
4978         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4979         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4980         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4981         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4982
4983         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4984         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4985         gdbarch_register_osabi.
4986         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4987         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4988         (get_elfosabi): Rename to...
4989         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
4990         ABI framework support routines.
4991         (arm_gdbarch_init): Use generic OS ABI framework.
4992         (arm_dump_tdep): Likewise.
4993         (_initialize_arm_tdep): Likewise.
4994         * arm-tdep.h: Include osabi.h.
4995         (arm_abi): Remove.
4996         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
4997         osabi member.
4998         (arm_gdbarch_register_os_abi): Remove prototype.
4999         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5000         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5001
5002         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5003         * mips-tdep.c: Include osabi.h.
5004         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5005         OS ABI framework.
5006
5007 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
5008
5009         * h8300-tdep.c: Fix formatting.
5010
5011 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
5012
5013         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5014         printing vector registers.
5015
5016 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
5017
5018         From Fernando Nasser:
5019         * remote.c (remote_async_open_1): Re-throw the exception when the
5020         connection fails.
5021         (remote_cisco_open): Ditto.
5022         (remote_open_1): Ditto.
5023
5024 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
5025
5026         * remote.c (remote_start_remote_dummy): Add uiout parameter.
5027         (remote_start_remote): Add uiout parameter.  Pass through to
5028         remote_start_remote_dummy.
5029         (remote_open_1): Use catch_exception instead of catch_errors.
5030         (remote_async_open_1): Ditto.
5031         (remote_cisco_open): Ditto.
5032
5033 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
5034
5035         * remote.c (remote_start_remote): Replace PTR with void pointer.
5036         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
5037         static.
5038
5039 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
5040
5041         * gdb_indent.sh: Allow the script to be run in the sim directory.
5042
5043 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
5044
5045         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5046         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5047
5048         * corelow.c (core_open): Only call set_gdbarch_from_file if
5049         exec_bfd is NULL.
5050
5051 2002-05-17  Andrey Volkov <avolkov@transas.com>
5052
5053         * h8300-tdep.c: Add support of EXR register
5054         * config/h8300/tm-h8300.h: Ditto. 
5055         
5056 2002-05-17  Andrey Volkov <avolkov@transas.com>
5057
5058         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
5059         
5060 2002-05-17  Andrey Volkov <avolkov@transas.com>
5061
5062         * h8300-tdep.c: Change literal regnums to REGNO.
5063         
5064 2002-05-17  Jim Blandy  <jimb@redhat.com>
5065
5066         * NEWS: Note addition of macro support.
5067
5068         Expand preprocessor macros in C expressions.
5069         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5070         (scan_macro_expansion, scanning_macro_expansion,
5071         finished_macro_expansion): New function declarations.
5072         (expression_macro_lookup_func, expression_macro_lookup_baton): New
5073         variable declarations.
5074         * parser-defs.h (expression_context_pc): New declaration.
5075         * parse.c (expression_context_pc): New variable.
5076         (parse_exp_1): Set expression_context_pc, as well as
5077         expression_context_block.
5078         * c-exp.y (yylex): If we're not already reading the result of a
5079         macro expansion, try to macro-expand the next token.  When we're
5080         done scanning a macro expansion, switch back to the mainline text.
5081         Commas and `if's in a macro's expansion don't terminate the input.
5082         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5083         (macro_original_text, macro_expanded_text,
5084         expression_macro_lookup_func, expression_macro_lookup_baton): New
5085         variables.
5086         (scan_macro_expansion, scanning_macro_expansion,
5087         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5088         c_preprocess_and_parse): New functions.
5089         (c_language_defn, cplus_language_defn, asm_language_defn): Call
5090         c_preprocess_and_parse, instead of c_parse.
5091         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5092         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5093
5094 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
5095
5096         * sh-tdep.c (gdb_print_insn_sh64): Delete.
5097         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5098         (sh_gdbarch_init): Always use gdb_print_insn_sh.
5099
5100 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
5101
5102         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
5103
5104 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
5105
5106         * Makefile.in (sh_tdep_h): Define and use.
5107         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5108         register enum): Move to...
5109         * * sh-tdep.h: ...here.
5110         * sh-tdep.c: Include sh-tdep.h.
5111         * sh3-rom.c: Likewise.
5112         * shnbsd-tdep.c: Likewise.
5113
5114 2002-05-16  Michael Snyder  <msnyder@redhat.com>
5115
5116         * arm-tdep.c: Spelling fix in comment.
5117
5118 2002-05-16  Jim Blandy  <jimb@redhat.com>
5119
5120         Add commands for manually expanding macros and showing their
5121         definitions.
5122         * macrocmd.c, macroscope.c, macroscope.h: New files.
5123         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5124         (macroscope_h): New variable.
5125         (HFILES_NO_SRCDIR): Add macroscope.h.
5126         (COMMON_OBS): Add macrocmd.o, macroscope.o.
5127         (macroscope.o, macrocmd.o): New rules.
5128
5129         Teach the Dwarf 2 reader to read macro information.
5130         * dwarf2read.c: #include "macrotab.h".
5131         (dwarf_macinfo_buffer): New variable.
5132         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5133         dwarf_macinfo_size.
5134         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5135         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5136         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5137         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5138         dwarf2_macro_spaces_in_definition): New complaints.
5139         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5140         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5141         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5142         the partial symbol table.
5143         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5144         from what's recorded in the partial symbol table.
5145         (read_file_scope): If the compilation unit has a
5146         `DW_AT_macro_info' attribute, read its macro information.
5147         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5148
5149 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
5150
5151         Fix PR gdb/546
5152         * ser-tcp.c: Don't include <netinet/udp.h>.
5153
5154 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
5155
5156         * MAINTAINERS: Update my email address.
5157
5158 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
5159
5160         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5161         include file of the same name.
5162
5163 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
5164
5165         * configure.tgt: Mark v850 as multi-arched.
5166         * config/v850/tm-v850.h: Remove file.
5167         * config/v850/v850.mt: Eliminate TM_FILE.
5168
5169 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
5170
5171         * v850-tdep.c: Full multi-arch.
5172         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5173         Define GDB_MULTI_ARCH to 2.
5174
5175 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5176
5177         * p-exp.y (current_type): New static variable.
5178         Carries the type of the expression at the position that is parsed.
5179         (push_current_type, pop_current_type): Two new functions. Used
5180         to store/restore current_type in expression on specific tokens.
5181         (search_field): New static variable. Set to one after parsing a point
5182         as at that point only a FIELDNAME token should be searched.
5183         (FIELDNAME): New token. After a point only a token belonging to 
5184         current_type type definition is allowed.
5185         (all over token rules): reset and change current_type according
5186         to rules.
5187         (exp '[' rule): insert implicit array index field if
5188         exp is a pascal string type.
5189
5190 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
5191
5192         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
5193         frame info.  Use frame_info's saved_regs instead of matching member
5194         in extra_frame_info throughout.
5195         (v850_frame_init_saved_regs): New function.
5196         (v850_init_extra_frame_info): Move most functionality into
5197         v850_frame_init_saved_regs().
5198         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5199         (v850_frame_find_saved_regs): Remove declaration.
5200         (FRAME_FIND_SAVED_REGS): Remove definition.
5201         (v850_frame_init_saved_regs): Add declaration.
5202         (FRAME_INIT_SAVED_REGS): Add definition.
5203
5204 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
5205
5206         * v850-tdep.c: Begin multi-arch'ing v850.
5207         (v850_target_architecture_hook): Remove function.
5208         (v850_gdbarch_init): New function.  Add code previously in
5209         v850_target_architecture_hook().
5210         (_initialize_v850_tdep): Don't  set target_architecture_hook.
5211         Call register_gdbarch_init() instead.
5212
5213 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
5214
5215         * gdbtypes.h (struct cplus_struct_type): Remove args field.
5216         * hpread.c (hpread_read_struct_type): Remove assignments to args.
5217         (fixup_class_method_type): Likewise.
5218
5219 2002-05-15  Jim Blandy  <jimb@redhat.com>
5220
5221         Add macro structures to GDB's symbol tables.  Nobody puts anything
5222         in them yet.
5223         * symtab.h (struct symtab): New member: `macro_table'.
5224         * buildsym.h (pending_macros): New global variable.
5225         * buildsym.c: #include "macrotab.h".
5226         (buildsym_init): Initialize `pending_macros'.
5227         (end_symtab): If we found macro information while reading a CU's
5228         debugging info, do build a symtab structure for it.  Make the
5229         symtab point to the macro information, and clear the
5230         `pending_macros' pointer which held it while we were reading the
5231         debug info.
5232         (really_free_pendings): Free any pending macro table.
5233         * objfiles.h (struct objfile): New member: `macro_cache'.
5234         * objfiles.c (allocate_objfile): Set allocate and free functions
5235         for the macro cache's objstack.
5236         (free_objfile): Empty the macro cache's obstack.
5237         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5238         set new allocate and free functions for it.
5239         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5240         free functions for the macro cache's objstack.  (Why is this
5241         function building its own objfile?)
5242         * symmisc.c (print_objfile_statistics): Print statistics on the
5243         macro bcache.
5244         * Makefile.in: Note that buildsym.o depends on macrotab.h.
5245
5246 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
5247
5248         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5249         (REGISTER_U_ADDR): Delete definition.
5250         (arm_register_u_addr): Delete declaration.
5251
5252 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
5253
5254         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5255         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5256
5257 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
5258
5259         * regcache.c (register_valid): Revise comments refering to "Not
5260         available" and "unavailable".
5261         * frame.c (frame_register_read): Ditto.
5262         * findvar.c (value_of_register): Ditto.
5263
5264 2002-05-15  Andrew Cagney  <cagney@redhat.com>
5265
5266         * Makefile.in (remote_sim_h): Replace remote-sim_h.
5267         (remote-sim.o): Update dependencies.
5268         (d10v-tdep.o): Specify dependencies.
5269         (sim_d10v_h): Define.
5270
5271 2002-05-14  Jim Blandy  <jimb@redhat.com>
5272
5273         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5274         * macrotab.c (macro_lookup_inclusion, find_definition,
5275         new_macro_table): Same.
5276         
5277         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5278         not `! strcmp ()'.  This is a dubious improvement.
5279         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5280
5281         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5282         although it's not necessary, to avoid a warning.
5283
5284 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5285
5286         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5287         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5288         TYPE_INSTANCE_FLAGS.
5289         (struct main_type): New.
5290         (struct type): Move most members to struct main_type.  Change
5291         cv_type and as_type to new type_chain member.  Add instance_flags.
5292         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5293         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5294         (finish_cv_type): Remove prototype.
5295         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
5296         Set TYPE_CHAIN.
5297         (alloc_type_instance): New function.
5298         (smash_type): New function.
5299         (make_pointer_type, make_reference_type, make_function_type)
5300         (smash_to_member_type, smash_to_method_type): Call smash_type.
5301         (make_qualified_type): New function.
5302         (make_type_with_address_space): Call make_qualified_type.
5303         (make_cv_type): Likewise.
5304         (finish_cv_type): Remove unnecessary function.
5305         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
5306         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5307         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5308         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5309         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5310         * hpread.c (hpread_read_struct_type): Likewise.
5311         * stabsread.c (read_struct_type): Likewise.
5312
5313 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
5314
5315         * configure.tgt: Add a catch all sh* target, for cases like
5316         sh[2,3,4]-elf and sh-hms.
5317
5318 2002-05-14  Keith Seitz  <keiths@redhat.com>
5319
5320         * event-loop.c (create_file_handler): Don't do anything but
5321         update data when we are given a fd which we are already
5322         monitoring.
5323
5324 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
5325
5326         * dwarf2cfi.c (context_cpy): Copy registers correctly.
5327         (update_context): Use __func__ in warnings.
5328         
5329 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5330
5331         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
5332         and tcp_close to net_open and net_close.
5333         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
5334         using UDP if requested.  Don't try to disable Nagle on UDP
5335         sockets.
5336         * remote.c (remote_serial_open): New function.  Warn about UDP.
5337         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5338
5339 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
5340
5341         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5342
5343 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
5344
5345         * configure.tgt: Remove sh-hms target.
5346         * MAINTAINERS: Don't list sh-hms as a separate target.
5347
5348 2002-05-13  Jim Blandy  <jimb@redhat.com>
5349
5350         Add first preprocessor macro-expansion files.
5351         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5352         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5353         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5354         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5355         (COMMON_OBS): Add macrotab.o, macroexp.o.
5356         (macroexp.o, macrotab.o): New rules.
5357
5358 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
5359
5360         * config/m88k/tm-m88k.h: Update copyright.
5361         (m88k_target_write_pc): Declare
5362         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5363         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5364         (SHIFT_INST_REGS): Update definition.
5365         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
5366         using old definition of TARGET_WRITE_PC.
5367         * regcache.c (generic_target_write_pc): Delete code handling
5368         NNPC_REGNUM.
5369         * gdbarch.sh (NNPC_REGNUM): Delete.
5370         * gdbarch.h, gdbarch.c: Regenerate.
5371
5372 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
5373
5374         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5375         builtin reg number.
5376
5377 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
5378
5379         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5380         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5381         (gen_address_of, gen_struct_ref, gen_repeat): Use type
5382         access macros.
5383         * c-typeprint.c (cp_type_print_method_args): Likewise.
5384         (c_type_print_args): Likewise.
5385         * d10v-tdep.c (d10v_push_arguments): Likewise.
5386         (d10v_extract_return_value): Likewise.
5387         * expprint.c (print_subexp): Likewise.
5388         * gdbtypes.c (lookup_primitive_typename): Likewise.
5389         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5390         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5391         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5392         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5393         (TYPE_VECTOR): Likewise.
5394         * hpread.c (hpread_read_struct_type)
5395         (fix_static_member_physnames, fixup_class_method_type)
5396         (hpread_type_lookup): Likewise.
5397         * mdebugread.c (parse_symbol, parse_type): Likewise.
5398         * p-lang.c (is_pascal_string_type): Likewise.
5399         * valops.c (hand_function_call): Likewise.
5400         * x86-64-tdep.c (classify_argument): Likewise.
5401
5402         * hpread.c (hpread_read_function_type)
5403         (hpread_read_doc_function_type): Call replace_type.
5404         * dstread.c (create_new_type): Delete.
5405         (decode_dst_structure, process_dst_function): Call alloc_type.
5406         Use type access macros.
5407
5408 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5409
5410         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5411         the're not supported by the current architecture.
5412         (i387_fill_fxsave): Likewise.
5413
5414 2002-05-12  Fred Fish  <fnf@redhat.com>
5415
5416         * symfile.c (default_symfile_offsets): Arrange for uninitialized
5417         sect_index_xxx members to index the first slot in section_offsets
5418         if all of the section_offsets are zero.
5419
5420 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5421
5422         * configure.tgt (sparc-*openbsd): Remove entry accidentially
5423         checked in with last change.
5424
5425 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
5426
5427         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5428         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
5429         config.sub.
5430
5431 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
5432
5433         * Makefile.in: Update dependencies.
5434
5435 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5436
5437         * language.c (local_hex_string_custom): Simplify.  Do not depend
5438         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5439
5440         * memattr.c (mem_info_command): Replace calls to
5441         longest_local_hex_string and longest_local_hex_string_custom.
5442         * buildsym.c (make_blockvector): Ditto.
5443         * solib.c (info_sharedlibrary_command): Ditto.
5444         * tracepoint.c (tracepoints_info): Ditto.
5445         * symtab.c (print_msymbol_info): Ditto.
5446
5447         * language.c (local_hex_string): Delete.
5448         (local_hex_string_custom): Delete.
5449         (longest_local_hex_string): Rename to local_hex_string.
5450         (longest_local_hex_string_custom): Rename to
5451         local_hex_string_custom.
5452         * language.h (local_hex_string): Change parameter type to LONGEST.
5453         (local_hex_string_custom): Ditto.
5454         (longest_local_hex_string): Delete declaration.
5455         (longest_local_hex_string_custom): Ditto.
5456
5457         * solib.c: Update copyright.
5458         * memattr.c: Update copyright.
5459         
5460 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5461
5462         * arch-utils.h (legacy_register_to_value): Declare.
5463         (legacy_value_to_register): Declare.
5464         (legacy_convert_register_p): Declare.
5465         * arch-utils.c (legacy_register_to_value): New function.
5466         (legacy_value_to_register): New function.
5467         (legacy_convert_register_p): New function.
5468
5469         * gdbarch.sh (REGISTER_TO_VALUE): Define.
5470         (VALUE_TO_REGISTER): Define.
5471         (CONVERT_REGISTER_P): Define.
5472         * gdbarch.h, gdbarch.c: Regenerate.
5473
5474         * valops.c (value_assign): Use CONVERT_REGISTER_P and
5475         VALUE_TO_REGISTER.
5476         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5477         CONVERT_REGISTER_P.
5478
5479 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
5480             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
5481
5482         * Makefile.in: Update dependencies for valops.c.
5483         * valops.c: Include "gdb_assert.h".
5484         (typecmp): Skip THIS parameter to methods.
5485         (find_method_list): Remove static_memfuncp argument,
5486         update callers.  Check for stub methods.
5487         (find_value_oload_method_list): Don't set *static_memfuncp.
5488         (find_overload_match): Don't check for stub methods.  Assert
5489         that methods are not stubbed.  Handle static methods.
5490         (value_find_oload_method_list): Remove static_memfuncp argument.
5491         * gdbtypes.c (check_stub_method): Do not add THIS pointer
5492         to the argument list for static stub methods.
5493         * value.h (value_find_oload_method_list): Update prototype.
5494
5495 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5496
5497         * arch-utils.h (generic_register_size): Declare.
5498         (generic_register_raw_size, generic_register_virtual_size): Delete
5499         declarations.
5500         * arch-utils.c (generic_register_raw_size): Delete.
5501         (generic_register_size): New function.
5502         (generic_register_virtual_size): Delete.
5503
5504         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5505         default generic_register_size.
5506         * gdbarch.h, gdbarch.c: Re-generate.
5507         
5508         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5509         register_virtual_size.
5510         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5511         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5512
5513 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5514
5515         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5516         * gdbarch.h, gdbarch.c: Regenerate.
5517         * gnu-v3-abi.c: Update copyright.
5518         (vtable_address_point_offset): Update.
5519         (gnuv3_rtti_type): Update.
5520         (gnuv3_baseclass_offset): Update.
5521         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5522         (init_fetch_link_map_offsets): Update.
5523         * remote.c (get_remote_state): Update.
5524         
5525 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
5526
5527         * TODO: Remove value_headof/value_from_vtable_info comment.
5528         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5529         * values.c (value_headof, value_from_vtable_info): Delete.
5530         * value.h (value_from_vtable_info): Delete prototype.
5531
5532 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5533
5534         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5535         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5536         $(gdb_regex_h).
5537         (gdb_assert_h): Define.
5538         (gdb_wait_h): Define.
5539         (gdb_regex_h): Define.
5540
5541 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
5542
5543         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5544         * linespec.c (find_methods): Handle GCC 3.x template constructors.
5545
5546 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5547
5548         * nbsd-tdep.c: Fix comment.
5549
5550 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5551
5552         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5553         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5554         (nbsd-tdep.o): New dependency list.
5555         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
5556         nbsd-tdep.h.
5557         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5558         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5559         * nbsd-tdep.c: New file.
5560         * nbsd-tdep.h: New file.
5561         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
5562         nbsd-tdep.h.
5563         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5564         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5565         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5566         * config/sh/nbsd.mt (TDEPFILES): Ditto.
5567
5568 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5569
5570         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5571         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5572         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5573         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5574         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5575         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5576
5577 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5578
5579         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5580         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5581         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5582         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5583         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5584         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5585         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5586
5587 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5588
5589         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
5590         fetch_elfcore_registers to...
5591         * i386nbsd-tdep.c: ...here.
5592         (i386nbsd_use_struct_convention): Rename to...
5593         (i386nbsd_aout_use_struct_convention): ...this.
5594         (i386nbsd_supply_reg): New function.
5595         (i386nbsd_fill_reg): New function.
5596         (fetch_core_registers): Use i386nbsd_supply_reg.
5597         (fetch_elfcore_registers): Likewise.
5598         (_initialize_i386nbsd_tdep): New function.
5599         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5600         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5601         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5602         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5603         (i386nbsd_aout_use_struct_convention): ...this.
5604
5605 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5606
5607         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5608         (store_inferior_registers): Use shnbsd_fill_reg.
5609         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
5610         sh_nbsd_supply_register): Collapse into...
5611         (shnbsd_supply_reg): ...this.
5612         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5613         (shnbsd_fill_reg): ...this.
5614         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5615         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5616         (fetch_core_registers): Use shnbsd_supply_reg.
5617         (fetch_elfcore_registers): Use shnbsd_supply_reg.
5618         (sh_nbsd_core_fns): Rename to...
5619         (shnbsd_core_fns): ...this.
5620         (sh_nbsd_elfcore_fns): Rename to...
5621         (shnbsd_elfcore_fns): ...this.
5622         (sh_nbsd_init_abi): Rename to...
5623         (shnbsd_init_abi): ...this.
5624         (_initialize_sh_nbsd_tdep): Rename to...
5625         (_initialize_shnbsd_tdep): ...this.
5626         * shnbsd-tdep.h (sh_nbsd_supply_registers,
5627         sh_nbsd_supply_register, sh_nbsd_fill_registers,
5628         sh_nbsd_fill_register): Remove prototypes.
5629         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5630
5631 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5632
5633         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5634         (i387-nat.o): Delete dependency list.
5635         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5636         (x86-64-linux-nat.o): Likewise.
5637         * i387-nat.c: Delete file, moving contents to...
5638         * i387-tdep.c: ...here.
5639         * i387-nat.h: Rename...
5640         * i387-tdep.h: ...to this.
5641         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5642         * i386-linux-nat.c: Likewise.
5643         * i386bsd-nat.c: Likewise.
5644         * i386gnu-nat.c: Likewise.
5645         * i386nbsd-nat.c: Likewise.
5646         * i386v4-nat.c: Likewise.
5647         * x86-64-linux-nat.c: Likewise.
5648         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5649         * config/i386/go32.mh (NATDEPFILES): Likewise.
5650         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5651         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5652         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5653         * config/i386/linux.mh (NATDEPFILES): Likewise.
5654         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5655         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5656         * config/i386/obsd.mh (NATDEPFILES): Likewise.
5657         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5658
5659 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5660
5661         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5662         (alphanbsd-nat.o): Remove dependency list.
5663         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5664         * alphanbsd-nat.c: Delete.  Contents moved to...
5665         * alphanbsd-tdep.c: ...here.
5666         (_initialize_alphanbsd_tdep): Register core functions.
5667         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5668
5669 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
5670
5671         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5672         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5673         (alphanbsd-nat.o): Likewise.
5674         (alphabsd-tdep.o): New dependency list.
5675         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5676         (fill_gregset): Use alphabsd_fill_reg.
5677         (supply_fpregset): Use alphabsd_supply_fpreg.
5678         (fill_fpregset): Use alphabsd_fill_fpreg.
5679         (fetch_inferior_registers): Use struct reg and struct fpreg
5680         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
5681         and alphabsd_supply_fpreg.
5682         (store_inferior_registers): Use struct reg and struct fpreg
5683         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
5684         and alphabsd_fill_fpreg.
5685         * alphabsd-tdep.c: New file.
5686         * alphabsd-tdep.h: New file.
5687         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5688         (fetch_elfcore_registers): Use alphabsd_supply_reg and
5689         alphabsd_supply_fpreg.
5690         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5691         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5692
5693 2002-05-11  Eric Christopher  <echristo@redhat.com>
5694
5695         * mips-tdep.c (mips_double_register_type): Fix thinko.
5696         (mips_single_register_type): Ditto.
5697         * MAINTAINERS: Add self.
5698
5699 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
5700
5701         * i387-nat.c (i387_supply_register, i387_fill_fsave,
5702         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5703         right thing on architectures with different endianness and/or
5704         integer sizes.
5705
5706 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
5707
5708         From Christian Limpach <chris@Pin.LU>
5709         * configure.in: Change sed expression which comments out
5710         NATDEPFILES to also comment out continuation lines.
5711         * configure: Regenerate.
5712
5713 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5714
5715         * sh-tdep.c: Clean up code erroneously reintroduced by previous
5716         big patch.
5717
5718 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5719
5720         * sh-tdep.c: Include correct file.
5721
5722 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5723
5724         New support for sh64-elf (sh5) target.
5725
5726         * configure.tgt: For sh64-elf target, default to sh-elf.
5727
5728         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5729         (struct gdbarch_tdep): Add new fields for new registers and ABI
5730         info.
5731
5732         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5733         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5734         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5735         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5736         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5737         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5738         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5739         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5740         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5741         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5742         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5743         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5744         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5745         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5746         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5747         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5748         sh64_get_gdb_regnum, sh64_media_reg_base_num,
5749         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5750         sign_extend, sh64_nofp_frame_init_saved_regs,
5751         sh64_init_extra_frame_info, sh64_get_saved_register,
5752         sh64_extract_struct_value_address, sh64_pop_frame,
5753         sh64_push_arguments, sh64_extract_return_value,
5754         sh64_store_return_value, sh64_show_media_regs,
5755         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5756         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5757         sh_sh64_register_virtual_type,
5758         sh_sh64_register_convert_to_virtual,
5759         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5760         sh64_register_read, sh64_pseudo_register_write,
5761         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5762         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5763         sh64_do_pseudo_register, sh_compact_do_registers_info,
5764         sh64_do_registers_info, sh_gdbarch_init): New functions.
5765
5766 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
5767
5768         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5769
5770 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
5771
5772         * linespec.c (decode_line_1): Check for a double quote after
5773         a filename correctly.
5774
5775 2002-05-10  Jim Blandy  <jimb@redhat.com>
5776
5777         Properly track the size of the current objfile's .debug_line section.
5778         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5779         (DWARF_LINE_SIZE): New macro.
5780         (dwarf2_build_psymtabs_hard): Record the line section's size in
5781         the partial symbol table.
5782         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5783         symbol table.
5784
5785 2002-05-10  Petr Sorfa  <petrs@caldera.com>
5786
5787         * ia64-tdep.c: Handle breakpoints on L instruction type
5788         in MLX instruction bundle by moving the breakpoint to
5789         the third slot (X instruction type) as L holds only data.
5790
5791 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
5792
5793         * dbxread.c (discarding_local_symbols_complaint): New complaint.
5794         (process_one_symbol): Complain about discarding local symbols
5795         due to a misplaced N_LBRAC entry.
5796
5797 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
5798
5799         From Daniel Berlin <dan@cgsoftware.com>
5800         * linespec.c (find_toplevel_char): '<' and '>' also increase and
5801         decrease the depth we are at, in the case of templates.
5802
5803 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5804
5805         * mips-tdep.c (mips_float_register_type): New function.
5806         (mips_double_register_type): New function.
5807         (mips_print_register): Use them.
5808         (do_fp_register_row): Likewise.
5809
5810 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
5811
5812         * signals/signals.c (signals): Remove conditional compilation around
5813         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
5814         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5815
5816 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5817
5818         * remote-rdp.c (remote_rdp_can_run): Remove.
5819
5820 2002-05-09  Tom Tromey  <tromey@redhat.com>
5821
5822         * jv-valprint.c (java_val_print): Handle `char' as a special case
5823         of TYPE_CODE_INT.
5824
5825 2002-05-09  Michael Snyder  <msnyder@redhat.com>
5826
5827         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5828         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5829         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5830         str r(0123),[sp,#nn].
5831         (arm_skip_prologue): Ditto.  Also make disassembly
5832         order-independent by placing it in a loop.
5833
5834 2002-05-06  Michael Snyder  <msnyder@redhat.com>
5835
5836         * stabsread.c (read_type): Add recognition for new attribute:
5837         "@V;" means that an array type is actually a vector.
5838         This is analogous to the vector flag that's been added to dwarf2.
5839
5840 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
5841
5842         * i386-tdep.h (i386_abi): New enum.
5843         (struct gdbarch_tdep): Replace os_ident member with abi.
5844         (i386_gdbarch_register_os_abi): New prototype.
5845         * i386-tdep.c (i386_abi_names): New array.
5846         (process_note_abi_tag_sections): Removed.
5847         (process_note_sections): New function.
5848         (i386_elf_abi_from_note, i386_elf_abi): New functions.
5849         (struct i386_abi_handler): New struct.
5850         (i386_abi_handler_list): New variable.
5851         (i386_gdbarch_register_os_abi): New function.
5852         (i386_gdbarch_init): Adapt for the changes given above.
5853
5854 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
5855
5856         * gregset.h: Say "GNU/Linux".
5857
5858 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
5859
5860         * gdbtypes.c : Add new builtin type for 64 bit vectors.
5861         (build_gdbtypes): Build builtin_type_v2_float.
5862         (_initialize_gdbtypes): Register new builtin type.
5863
5864 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
5865
5866         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5867         (clear_gdbarch_swap): New function.
5868         (initialize_non_multiarch): Call.
5869         (gdbarch_update_p): Before calling init(), swap out and clear the
5870         existing architecture.
5871         * gdbarch.c: Regenerate.
5872
5873 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5874
5875         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5876         alphanbsd-tdep.c.
5877
5878 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5879
5880         * sh-nbsd-nat.c: Rename to...
5881         * shnbsd-nat.c: ...this.
5882         * sh-nbsd-tdep.c: Rename to...
5883         * shnbsd-tdep.c: ...this.
5884         * sh-nbsd-tdep.h: Rename to...
5885         * shnbsd-tdep.h: ...this.
5886         * config/sh/nbsd.mh: Use shnbsd-nat.o.
5887         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5888
5889 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
5890
5891         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5892         concatenation for command help messages.
5893
5894 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5895
5896         * NEWS: Note new sh*-*-netbsdelf* configuration.
5897         * configure.host: Set gdb_host_cpu to sh for all sh*.
5898         (sh*-*-netbsdelf*): New host.
5899         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5900         (sh*-*-netbsdelf*): New target.
5901         * sh-nbsd-nat.c: New file.
5902         * sh-nbsd-tdep.c: New file.
5903         * sh-nbsd-tdep.h: New file.
5904         * config/sh/nbsd.mh: New file.
5905         * config/sh/nbsd.mt: New file.
5906         * config/sh/nm-nbsd.h: New file.
5907         * config/sh/tm-nbsd.h: New file.
5908
5909 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
5910
5911         * sh-tdep.c (sh_osabi_names): Declare.
5912         (process_note_abi_tag_sections): New function.
5913         (get_elfosabi): Ditto.
5914         (sh_gdbarch_register_os_abi): Ditto.
5915         (sh_dump_tdep): Ditto.
5916         _initialize_sh_tdep): Use gdbarch_register to register
5917         sh_gdbarch_init and sh_dump_tdep.
5918         * config/sh/tm-sh.h (sh_osabi): Declare.
5919         (gdbarch_tdep): Add sh_osabi and osabi_name members.
5920
5921 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
5922
5923         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5924         (thumb_scan_prologue): Ditto.
5925         (arm_find_callers_reg): Ditto.
5926         (arm_frame_chain): Ditto.
5927         (arm_init_extra_frame_info): Ditto.
5928         (arm_frame_saved_pc): Ditto.
5929         (arm_pop_frame): Ditto.
5930         (arm_push_return_address): New function.
5931         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5932         call_dummy_location, call_dummy_breakpoint_offset_p,
5933         call_dummy_breakpoint_offset, call_dummy_p,
5934         call_dummy_stack_adjust_p, call_dummy_words,
5935         sizeof_call_dummy_words, call_dummy_start_offset,
5936         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5937         call_dummy_address, push_return_address and push_dummy_frame for
5938         generic dummy frames.
5939
5940 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5941
5942         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5943         size computation for alloca.
5944         (sh_fp_frame_init_saved_regs): Likewise.
5945
5946 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
5947
5948         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5949         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5950         * arm-tdep.c (arm_store_return_value): Use them.
5951         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5952         * remote-rdp.c (remote_rdp_fetch_register): Use
5953         ARM_MAX_REGISTER_RAW_SIZE.
5954         (remote_rdp_store_register): Likewise.
5955
5956 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
5957
5958         * dwarf2cfi.c: Code cleanup, removed unused variables,
5959         added default labels to switch {} statements.
5960         * x86-64-tdep.c: Ditto.
5961         * x86-64-linux-nat.c: Ditto.
5962
5963 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
5964
5965         * solib.h: Protect against multiple inclusion.
5966
5967 2002-05-06  Jim Blandy  <jimb@redhat.com>
5968
5969         Add first preprocessor macro-expansion files.
5970         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5971         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5972         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5973         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5974         (COMMON_OBS): Add macrotab.o, macroexp.o.
5975         (macroexp.o, macrotab.o): New rules.
5976
5977         Separate the job of reading the line number info statement program
5978         header (...expialidocious) out into its own function.
5979         * dwarf2read.c (struct line_head, struct filenames, struct
5980         directories): Replace with...
5981         (struct line_header): New structure, containing the full
5982         contents of the statement program header, including the
5983         include directory and file name tables.
5984         (read_file_scope): If we have line number info, instead of just
5985         calling dwarf_decode_lines to do all the work, call
5986         dwarf_decode_line_header first to get a `struct line_header'
5987         containing the data in the statement program header, and then
5988         pass that to dwarf_decode_lines, which will pick up where that
5989         left off.  Be sure to clean up the `struct line_header' object.
5990         (dwarf_decode_line_header, free_line_header, add_include_dir,
5991         add_file_name): New functions.
5992         (dwarf_decode_lines): Move all the code to read the statement
5993         program header into dwarf_decode_line_header.  Take the line
5994         header it built as the first argument, instead of the offset to
5995         the compilation unit's line number info.  Use the new `struct
5996         line_header' type instead of the old structures.  No need to do
5997         cleanups here now, since we don't allocate anything.
5998         (dwarf2_statement_list_fits_in_line_number_section,
5999         dwarf2_line_header_too_long): New complaints.
6000
6001 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
6002
6003         * gdbtypes.c (init_vector_type): New function.
6004         (build_builtin_type_vec128): Simplify the representation of SIMD
6005         registers.
6006         (build_gdbtypes): Initialize new builtin vector types.
6007         (_initialize_gdbtypes): Register new vector types with gdbarch.
6008         (builtin_type_v4_float, builtin_type_v4_int32,
6009         builtin_type_v8_int16, builtin_type_v16_int8,
6010         builtin_type_v2_int32, builtin_type_v4_int16,
6011         builtin_type_v8_int8): New (renamed) SIMD types.
6012
6013 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
6014
6015         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6016         (i387_fill_fxsave): Likewise.
6017
6018 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6019
6020         * alpha-tdep.c (alpha_extract_return_value): Don't use
6021         non-constant array size in prototype.
6022
6023 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6024
6025         From Brian Taylor <briant at model dot com>:
6026         * ui-out.c (ui_out_field_core_addr): Use the function
6027         longest_local_hex_string_custom'to format addresses > 32 bits
6028         wide.
6029
6030         * ui-out.c (ui_out_field_core_addr): Update comment.
6031
6032 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6033
6034         * stack.c (select_and_print_frame): Make static.  Delete the
6035         parameter `level'.
6036         (func_command): Update call.
6037         (select_frame_command): Delete code computing the frame level.
6038         * frame.h (select_and_print_frame): Delete declaration.
6039
6040 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6041
6042         * sparc-tdep.c (sparc_get_saved_register): Comment why
6043         get_prev_frame call is safe.
6044
6045 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6046
6047         * frame.h (select_frame): Delete level parameter.
6048         * stack.c (select_frame): Update.  Use frame_relative_level to
6049         obtain the frame's level.
6050         (select_and_print_frame): Update call.
6051         (select_frame_command): Ditto.
6052         (up_silently_base): Ditto.
6053         (down_silently_base): Ditto.
6054         * ocd.c (ocd_start_remote): Ditto.
6055         * remote-rdp.c (remote_rdp_open): Ditto.
6056         * remote-mips.c (mips_initialize): Ditto.
6057         (common_open): Ditto.
6058         * remote-e7000.c (e7000_start_remote): Ditto.
6059         * m3-nat.c (select_thread): Ditto.
6060         * hppa-tdep.c (child_get_current_exception_event): Ditto.
6061         (child_get_current_exception_event): Ditto.
6062         * varobj.c (varobj_create): Ditto.
6063         (varobj_update): Ditto.
6064         (c_value_of_root): Ditto.
6065         * tracepoint.c (finish_tfind_command): Ditto.
6066         * corelow.c (core_open): Ditto.
6067         * arch-utils.c (generic_prepare_to_proceed): Ditto.
6068         * thread.c (info_threads_command): Ditto.
6069         (switch_to_thread): Ditto.
6070         * infrun.c (normal_stop): Ditto.
6071         (restore_selected_frame): Ditto.
6072         (restore_inferior_status): Ditto.
6073         * breakpoint.c (insert_breakpoints): Ditto.
6074         (watchpoint_check): Ditto.
6075         (bpstat_stop_status): Ditto.
6076         (do_enable_breakpoint): Ditto.
6077         * blockframe.c (flush_cached_frames): Ditto.
6078         (reinit_frame_cache): Ditto.
6079
6080 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6081
6082         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6083         maintainer.
6084
6085 2002-05-04  Jim Blandy  <jimb@redhat.com>
6086
6087         * gdbtypes.c (replace_type): Doc fix.
6088
6089 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6090
6091         * valprint.c (strcat_longest): Delete commented out function.
6092         Update copyright.
6093
6094 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6095
6096         * MAINTAINERS: Mark a29k as deleted.
6097         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
6098         Move new configurations to the top.
6099         * configure.tgt: Remove a29k.
6100         * config/a29k/tm-vx29k.h: Delete.
6101         * config/a29k/vx29k.mt: Delete.
6102         * config/a29k/tm-a29k.h: Delete.
6103         * config/a29k/a29k-udi.mt: Delete.
6104         * config/a29k/a29k.mt: Delete.
6105         * a29k-tdep.c: Delete.
6106         * remote-udi.c: Delete.
6107         * remote-mm.c: Delete.
6108         * remote-eb.c: Delete.
6109         * remote-adapt.c: Delete.
6110         * Makefile.in: Remove obsolete code.
6111         * config/s390/s390x.mt: Ditto.
6112         * config/s390/s390.mt: Ditto.
6113         * config/sparc/sparclynx.mh: Ditto.
6114         * config/sparc/linux.mh: Ditto.
6115         * config/pa/hppaosf.mh: Ditto.
6116         * config/pa/hppabsd.mh: Ditto.
6117         * config/ns32k/nbsd.mt: Ditto.
6118         * config/mips/vr5000.mt: Ditto.
6119         * config/m68k/sun3os4.mh: Ditto.
6120         * config/m68k/nbsd.mt: Ditto.
6121         * config/m68k/m68klynx.mh: Ditto.
6122         * config/m32r/m32r.mt: Ditto.
6123         * config/i386/x86-64linux.mt: Ditto.
6124         * config/i386/nbsdelf.mt: Ditto.
6125         * config/i386/nbsd.mt: Ditto.
6126         * config/i386/i386lynx.mh: Ditto.
6127
6128 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
6129
6130         * target.c (debug_print_register): New function.  Handle oversize
6131         registers.
6132         (debug_to_fetch_registers): Call.
6133         (debug_to_store_registers): Call.
6134
6135 2002-05-03  Jim Blandy  <jimb@redhat.com>
6136
6137         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6138         (read_type): Doc fix.
6139         * gdbtypes.c (replace_type): Doc fix.
6140
6141         * stabsread.c (multiply_defined_struct): New complaint.
6142         (read_struct_type): If the type we were passed isn't empty, or
6143         incomplete, don't read the new struct type into it; complain,
6144         and return the original type unchanged.  Take a new `type_code'
6145         argument, which is the type code for the new type.
6146         (read_type): Rather than storing the type's type code here, pass
6147         it as an argument to read_struct_type, and let that take care of
6148         storing it.  That way, we don't overwrite the original type code,
6149         so read_struct_type can use it to decide whether we're overwriting
6150         something we shouldn't.
6151         (complain_about_struct_wipeout): New function.
6152
6153 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
6154
6155         * gdbarch.sh: Assert that gdbarch is non-NULL.
6156         * gdbarch.c: Regenerate.
6157
6158 2002-05-03  Jason Merrill  <jason@redhat.com>
6159
6160         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6161         and return NULL.
6162
6163 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
6164
6165         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6166         (x86_64_dwarf2gdb_regno_map_length),
6167         (x86_64_dwarf2_reg_to_regnum): Added.
6168         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6169         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6170         (_initialize_x86_64_tdep): Synced with the change above.
6171         (x86_64_skip_prologue): Reformulated message.
6172
6173 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
6174
6175         * f-exp.y: Also use new prev_lexptr variable
6176         to improve error reporting. Based on Michael Snyder
6177         2002-04-24 dated patch to c-exp.y.
6178         * jv-exp.y: Likewise.
6179         * m2-exp.y: Likewise.
6180
6181 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
6182
6183         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6184         we are dealing with vectors.
6185
6186 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6187
6188         * config/m68k/tm-nbsd.h: Obvious fix,
6189         correct machine name.
6190
6191 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6192
6193         * p-typeprint.c (pascal_type_print_base): Add support
6194         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6195
6196 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6197
6198         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6199         for fondamental pascal 'char' type.
6200
6201 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6202
6203         * p-lang.h (is_pascal_string_type): Declaration changed,
6204         new sixth argument of type char ** added.
6205         * p-lang.c (is_pascal_string_type): Implementation
6206         changed. Args length_pos, length_size, string_pos, char_size
6207         can now be NULL. New argument arrayname set to the field
6208         name of the char array. Return value set to char array
6209         field index plus one.
6210         * p-valprint.c (pascal_val_print): Adapt to new declaration of
6211         is_pascal_string_type function.
6212
6213 2002-05-02  Andrew Cagney  <cagney@redhat.com>
6214
6215         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6216         <cagney@redhat.com> change.
6217         * gdbarch.c: Regenerate.
6218
6219 2002-05-02  Andrew Cagney  <cagney@redhat.com>
6220
6221         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6222         before probing for a new one.  Detect errorenous gdbarch_init
6223         functions.
6224         * gdbarch.c: Regenerate.
6225
6226 2002-05-01  Andrew Cagney  <cagney@redhat.com>
6227
6228         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6229         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
6230         * config/v850/tm-v850.h: Ditto.  Update copyright.
6231
6232 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
6233
6234         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6235         current_gdbarch.
6236
6237 2002-04-30  Michael Snyder  <msnyder@redhat.com>
6238
6239         * arm-tdep.c: Whitespace clean-ups.
6240         (arm_skip_prologue): Fix thinko; two lines
6241         should have been removed as part of 4/24 change.
6242
6243 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
6244
6245         * rs6000-tdep.c: Added comment describing how fpscr register
6246         numbers were chosen.
6247
6248 2002-04-30  Michael Snyder  <msnyder@redhat.com>
6249
6250         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6251
6252 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
6253
6254         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6255         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6256         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6257
6258 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
6259
6260         From Louis Hamilton <hamilton@redhat.com>:
6261         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6262         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6263         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6264         not bfd-private xcoff data, to determine wordsize.
6265         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6266
6267 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
6268
6269         GDB 5.2 released from 5.2 branch.
6270
6271 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
6272
6273         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6274         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6275         (x86_64_register_info_table): Added comments with register numbers.
6276
6277 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
6278
6279         * rs6000-tdep.c (rs6000_extract_return_value,
6280         rs6000_store_return_value): Handle returning vectors.
6281         (rs6000_gdbarch_init): Use
6282         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6283         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6284         New function.
6285         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6286         vectors.
6287         (ppc_sysv_abi_push_arguments): Handle vector parameters.
6288         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6289
6290 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6291
6292         * hpread.c (hpread_psymtab_to_symtab_1,
6293         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6294         with fprintf_unfiltered (gdb_stderr,...).
6295
6296 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6297
6298         * remote-array.c (printf_monitor, write_monitor,
6299         array_insert_breakpoint, array_remove_breakpoint ):
6300         Replace fprintf (stderr,...
6301         with fprintf_unfiltered (gdb_stderr,....
6302         * remote-es.c: Likewise.
6303         * remote-os9k.c: Likewise.
6304         * remote-st.c: Likewise.
6305
6306 2002-04-28  Andreas Schwab  <schwab@suse.de>
6307
6308         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6309         linux-proc.o and gcore.o.
6310
6311 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
6312
6313         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6314         code without frame pointers.
6315
6316 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6317
6318         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6319         ON_STACK is needed.
6320
6321 2002-04-26  Ben Elliston  <bje@redhat.com>
6322
6323         * target.c (do_xfer_memory): Correct reference to the new option
6324         "trust-readonly-sections".
6325
6326 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
6327
6328         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6329         * gdbtypes.c (recursive_dump_type): Output the vector flag.
6330         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6331         vectors.
6332         (read_array_type): Record the fact that this array type is really a
6333         vector (i.e. are passed in by value).
6334
6335 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
6336
6337         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6338         * alpha-tdep.c (alpha_sigcontext_addr): New function.
6339         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6340         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6341         * alpha-linux-tdep.c: Include frame.h.
6342         (alpha_linux_sigcontext_addr): New function.
6343         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6344         alpha_linux_sigcontext_addr.
6345         * alpha-osf1-tdep.c: Include gdbcore.h.
6346         (alpha_osf1_sigcontext_addr): New function.
6347         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6348         alpha_osf1_sigcontext_addr.
6349         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6350         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6351
6352 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6353
6354         * stack.c (selected_frame_level):
6355         (select_frame): Do not set selected_frame_level.
6356         * frame.h (selected_frame_level): Delete declaration.
6357
6358 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
6359
6360         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6361         convert_from_func_ptr-addr when AIX / PowerOpen.
6362
6363 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6364
6365         * valops.c (hand_function_call): Call
6366         generic_save_call_dummy_addr.
6367         * frame.h (generic_save_call_dummy_addr): Declare.
6368         * blockframe.c (struct dummy_frame): Add fields call_lo and
6369         call_hi.
6370         (generic_find_dummy_frame): Check for PC in range call_lo to
6371         call_hi instead of entry_point_address.
6372         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6373         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
6374         (generic_save_call_dummy_addr): New function.
6375
6376 2002-04-24  David S. Miller  <davem@redhat.com>
6377
6378         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6379         sparc_skip_prologue.
6380         (sparc_skip_prologue): Kill frameless_p arg, and use line number
6381         information to find prologue when possible.
6382         (sparc_prologue_frameless_p): Call examine_prologue directly.
6383         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6384         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6385         second argument.
6386         (SKIP_PROLOGUE): Likewise.
6387
6388 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6389
6390         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6391         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6392         indicate that the condition it was testing is always true.
6393         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6394         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6395         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6396
6397 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6398
6399         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6400         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6401         tdep->jb_pc and tdep->jb_elt_size.
6402         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6403         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6404         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6405         * alpha-nat.c (get_longjmp_target): Remove.
6406         (JB_ELEMENT_SIZE): Ditto.
6407         (JB_PC): Ditto.
6408         * alpha-tdep.c (alpha_get_longjmp_target): New function.
6409         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
6410         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6411         to alpha_get_longjmp_target.
6412         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6413         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6414         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6415
6416 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6417
6418         * README: Update to GDB 5.2.
6419
6420 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
6421
6422         * gdbarch.sh (LC_ALL): Set to `c'.
6423
6424 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6425
6426         * avr-tdep.c: Ran through gdb_indent.sh.
6427
6428 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6429
6430         * MAINTAINERS: Add myself as AVR maintainer.
6431         * NEWS: Note new target avr.
6432
6433 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6434
6435         * Makefile.in: Add support for AVR target.
6436         * configure.tgt: Add support for AVR target.
6437         * avr-tdep.c: New file
6438         * config/avr/avr.mt: New file.
6439
6440 2002-04-25  Theodore A. Roth  <troth@verinet.com>
6441
6442         * MAINTAINERS: Add myself to write-after-approval.
6443
6444 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
6445
6446         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6447         with fprintf_unfiltered (gdb_stderr,....
6448
6449 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6450
6451         Fix PR gdb/508.
6452         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6453
6454 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6455
6456         * p-exp.y: Also use new prev_lexptr variable
6457         to improve error reporting. Based on Michael Snyder
6458         2002-04-24 dated patch to c-exp.y.
6459
6460 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6461
6462         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6463         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6464         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
6465         to 0.
6466         * config/alpha/tm-alpha.h: Remove forward decls of struct type
6467         and struct value.
6468         (FUNCTION_START_OFFSET): Remove.
6469         (BREAKPOINT): Ditto.
6470
6471 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
6472
6473         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6474         * NEWS: Ditto.
6475
6476 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6477
6478         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6479         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6480         alpha_linux_pc_in_sigtramp.
6481         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6482         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6483         alpha_osf1_pc_in_sigtramp.
6484         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6485         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6486         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6487         alphafbsd_pc_in_sigtramp.
6488         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6489         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6490         alphanbsd_pc_in_sigtramp.
6491         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6492         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6493
6494 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6495
6496         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6497
6498 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6499
6500         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6501         alphanbsd-tdep.c.
6502         (alphanbsd-nat.o): New dependency list.
6503         (alphanbsd-tdep.o): Ditto.
6504         * NEWS: Note new native NetBSD/alpha configuration.
6505         * alphanbsd-nat.c: New file.
6506         * alphanbsd-tdep.c: Ditto.
6507         * configure.host (alpha*-*-netbsd*): New host.
6508         * configure.tgt (alpha*-*-netbsd*): New target.
6509         * config/alpha/nbsd.mh: New file.
6510         * config/alpha/nbsd.mt: Ditto.
6511         * config/alpha/nm-nbsd.h: Ditto.
6512         * config/alpha/tm-nbsd.h: Ditto.
6513
6514 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6515
6516         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6517         (alpha-osf1-tdep.o): New dependency list.
6518         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6519         and skip_sigtramp_frame members.
6520         * alpha-linux-tdep.c: Include gdbcore.h.
6521         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6522         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6523         * alpha-osf1-tdep.c: New file.
6524         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6525         alpha-osf1-dep.c.
6526         (alpha_frame_past_sigtramp_frame): New function.
6527         (alpha_dynamic_sigtramp_offset): Ditto.
6528         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6529         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6530         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6531         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6532         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6533         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6534         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6535         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6536         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6537         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6538         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
6539         to find_solib_trampoline_target.
6540         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6541         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6542         (SKIP_TRAMPOLINE_CODE): Remove.
6543         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6544         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6545         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6546         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6547         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6548         (PROC_SIGTRAMP_MAGIC): Ditto.
6549         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6550         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6551         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6552         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6553         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6554
6555 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
6556
6557         * NEWS: Note that Alpha targets are now multi-arch.
6558
6559 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6560
6561         * parser-defs.h (prev_lexptr): New external variable.
6562         * parse.c (parse_exp_1): Set prev_lexptr to null before
6563         calling the language-specific parser.
6564         * c-exp.y (yylex): Set prev_lexptr to start of current token.
6565         (yyerror): Use prev_lexptr in error reporting.
6566
6567 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
6568
6569         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6570         * gregset.h: If FILL_FPXREGSET is defined, provide
6571         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6572         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6573         is defined, call fill_fpxregset.
6574
6575 2002-04-24  Roland McGrath  <roland@frob.com>
6576
6577         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6578         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6579         (supply_gregset, supply_fpregset): New functions.
6580
6581         * gnu-nat.c (gnu_find_memory_regions): New function.
6582         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6583         (gnu_xfer_memory): Add a cast.
6584
6585 2002-04-24  Michael Snyder  <msnyder@redhat.com>
6586
6587         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6588         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
6589         of argument regs ("str r(0123), [r11, #-nn"]).
6590         (arm_skip_prologue): Better handling for frameless functions.
6591         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
6592         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6593
6594 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
6595
6596         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6597         NUM_PSEUDO_REGS can be used.
6598
6599 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
6600
6601         * arch-utils.h: Update copyright.
6602
6603         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6604         * gdbarch.h, gdbarch.c: Re-generate.
6605
6606         * inferior.h (IN_SIGTRAMP): Delete definition.
6607         * arch-utils.c (legacy_pc_in_sigtramp): New function.
6608         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6609
6610         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6611         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6612         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
6613         (find_proc_framesize): Ditto.
6614         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6615         (alpha_init_extra_frame_info): Ditto.
6616         * infrun.c (handle_inferior_event): Ditto.
6617         (handle_inferior_event): Ditto.
6618         (check_sigtramp2): Ditto.
6619         * blockframe.c (create_new_frame): Ditto.
6620         (get_prev_frame): Ditto.
6621         * ppc-linux-tdep.c: Update comments.
6622         * i386-linux-tdep.c: Update comments.
6623         * breakpoint.c (bpstat_what): Update comment.
6624
6625 2002-04-24  David S. Miller  <davem@redhat.com>
6626
6627         * i960-tdep.c (register_in_window_p): New function.
6628         (i960_find_saved_register): Use it instead of
6629         REGISTER_IN_WINDOW_P.
6630         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6631
6632         * symtab.h (find_stab_function_addr): Kill extern.
6633         * minsyms.c (find_stab_function_addr): Remove from here...
6634         * dbxread.c: ... to here, and mark it static.
6635
6636 2002-04-20  David S. Miller  <davem@redhat.com>
6637
6638         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6639         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6640
6641 2002-04-21  David S. Miller  <davem@redhat.com>
6642
6643         * remote-vxsparc.c (vx_read_register): Fix typo, we want
6644         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6645         (vx_write_register): Likewise.
6646
6647 2002-04-23  J. Brobecker  <brobecker@gnat.com>
6648
6649         * source.c (is_regular_file): New function.
6650         (openp): Check wether file to open is a regular file
6651         to avoid opening directories.
6652
6653 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6654
6655         * findvar.c (extract_signed_integer): Cast printf argument
6656         to suppress format warning.
6657         (extract_unsigned_integer): Likewise.
6658         * infcmd.c (registers_info): Likewise.
6659         * top.c (get_prompt_1): Likewise.
6660         * valops.c (value_assign): Likewise.
6661         * valprint.c (print_decimal): Likewise.
6662
6663 2002-04-22  H.J. Lu  (hjl@gnu.org)
6664
6665         * c-exp.y (typebase): Support
6666
6667         [long|long long|short] [signed|unsigned] [int|]
6668
6669         and
6670
6671         signed [long|long long|short] int
6672
6673 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6674
6675         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6676         and vax-tdep.h.
6677         * vax-tdep.h: New file.
6678         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6679         Make several routines static.
6680         (vax_get_saved_register): New function.
6681         (vax_gdbarch_init): New function.
6682         (_initialize_vax_tdep): Register vax_gdbarch_init.
6683         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6684         Remove macros now under the control of gdbarch.
6685
6686 2002-04-22  Michael Snyder  <msnyder@redhat.com>
6687
6688         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6689         Some whitespace and coding standards tweaks.
6690
6691 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6692
6693         * vax-tdep.c: Include regcache.h.
6694         (vax_call_dummy_words): New.
6695         (sizeof_vax_call_dummy_words): New.
6696         (vax_fix_call_dummy): New function.
6697         (vax_saved_pc_after_call): Ditto.
6698         * config/vax/tm-vax.h: Don't include regcache.h.
6699         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6700         (CALL_DUMMY): Remove.
6701         (CALL_DUMMY_WORDS): Define.
6702         (SIZEOF_CALL_DUMMY_WORDS): Define.
6703         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6704
6705 2002-04-18  Michael Snyder  <msnyder@redhat.com>
6706
6707         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6708
6709 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6710
6711         * vax-tdep.c (vax_frame_chain): New function.
6712         (vax_push_dummy_frame): Ditto.
6713         (vax_pop_frame): Ditto.
6714         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6715         (FRAMELESS_FUNCTION_INVOCATION): Use
6716         generic_frameless_function_invocation_not.
6717         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6718         (POP_FRAME): Use vax_pop_frame.
6719
6720 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6721
6722         * vax-tdep.c (vax_store_struct_return): New function.
6723         (vax_extract_return_value): Ditto.
6724         (vax_store_return_value): Ditto.
6725         (vax_extract_struct_value_address): Ditto.
6726         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6727         vax_store_struct_return.
6728         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6729         (STORE_RETURN_VALUE): Use vax_store_return_value.
6730         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6731
6732 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6733
6734         * vax-tdep.c (vax_frame_saved_pc): New function.
6735         (vax_frame_args_address_correct): Ditto.
6736         (vax_frame_args_address): Ditto.
6737         (vax_frame_locals_address): Ditto.
6738         (vax_frame_num_args): Move code to be in proximity to
6739         other frame-related functions.
6740         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6741         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6742         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6743         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6744         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6745
6746 2002-04-22  H.J. Lu  (hjl@gnu.org)
6747
6748         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6749         includedir.
6750
6751 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6752
6753         * vax-tdep.c (vax_frame_init_saved_regs): New function.
6754         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6755         (FRAME_INIT_SAVED_REGS): New macro.
6756
6757 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6758
6759         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6760
6761 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6762
6763         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6764         where needed.
6765         (fetch_osf_core_registers): Likewise.
6766         (supply_gregset): Likewise.
6767
6768 2002-04-22  J. Brobecker  <brobecker@gnat.com>
6769
6770         * symfile.h (get_section_index): Define.
6771         * symfile.c (get_section_index): New function.
6772         * mdebugread.c (SC_IS_SBSS): New macro.
6773         (SC_IS_BSS): Return true for the scBss storage class only, as
6774         the scSBss storage class refers to the .sbss section.
6775         (parse_partial_symbols): Discard the symbols which associated
6776         section does not exist.
6777         Make sure to use the .sbss section index for symbols which
6778         storage class is scBss, rather than using the .bss section index.
6779
6780 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
6781
6782         * vax-tdep.c: Update copyright years.
6783         (vax_register_name): New function.
6784         (vax_register_byte): Ditto.
6785         (vax_register_raw_size): Ditto.
6786         (vax_register_virtual_size): Ditto.
6787         (vax_register_virtual_type): Ditto.
6788         * config/vax/tm-vax.h: Update copyright years.
6789         (REGISTER_NAMES): Remove.
6790         (REGISTER_NAME): Define.
6791         (REGISTER_BYTE): Use vax_register_byte.
6792         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6793         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6794         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6795
6796 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6797
6798         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6799         declaration
6800         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6801
6802 2002-04-21  David S. Miller  <davem@redhat.com>
6803
6804         * arch-utils.c (generic_prologue_frameless_p): Kill
6805         SKIP_PROLOGUE_FRAMELESS_P code.
6806         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6807         references.
6808         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6809         * arc-tdep.c (arc_prologue_frameless_p): Implement.
6810         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6811         references.
6812         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6813         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6814         (sparc_gdbarch_init): Pass it to
6815         set_gdbarch_prologue_frameless_p.
6816
6817 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6818
6819         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6820         (alphabsd-nat.o): New dependency list.
6821
6822 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6823
6824         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6825         alphafbsd-tdep.c.
6826         (alpha-linux-tdep.o): New dependency list.
6827         (alphafbsd-tdep.o): Likewise.
6828
6829 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6830
6831         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
6832         to here...
6833         * alpha-tdep.c: ...from here.
6834         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6835
6836 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6837
6838         * config/alpha/tm-alpha.h: Move alpha_software_single_step
6839         prototype from here...
6840         * alpha-tdep.h: ...to here.
6841
6842 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6843
6844         * frame.h (selected_frame_level): Document as deprecated.
6845         (frame_relative_level): Declare.
6846         * stack.c (frame_relative_level): New function.
6847         (selected_frame_level): Document as deprecated.
6848         (select_frame): Do not set the selected_frame_level.
6849
6850         * stack.c (frame_info, record_selected_frame): Update.
6851         (frame_command, current_frame_command): Update.
6852         (up_silently_base, up_command, down_silently_base): Update.
6853         (down_command): Update.
6854         * inflow.c (kill_command): Update.
6855         * tracepoint.c (finish_tfind_command): Update.
6856         * corelow.c (core_open): Update.
6857         * thread.c (info_threads_command): Update.
6858         (do_captured_thread_select): Update.
6859         * infcmd.c (finish_command): Update.
6860         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6861
6862 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6863
6864         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6865
6866 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6867
6868         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
6869         type const.
6870
6871 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6872
6873         * alphafbsd-tdep.c: Update copyright years.  Include
6874         alpha-tdep.h.
6875         (alphafbsd_use_struct_convention): Make static.
6876         (alphafbsd_init_abi): New function.
6877         (_initialize_alphafbsd_tdep): New function.
6878         * config/alpha/tm-fbsd.h: Update copyright years.
6879         (USE_STRUCT_CONVENTION): Remove.
6880
6881 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6882
6883         * alpha-tdep.c (alpha_abi_handler): New structure to describe
6884         an Alpha ABI variant.
6885         (alpha_abi_handler_list): Declare.
6886         (alpha_gdbarch_register_os_abi): New function.
6887         (alpha_gdbarch_init): Give registered ABI variant handlers a
6888         chance to tweak the gdbarch once we have set up defaults.
6889         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6890
6891 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6892
6893         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6894         to standard_coerce_float_to_double.
6895         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6896
6897 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6898
6899         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6900         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6901         from gdbarch_tdep rather than a constant.
6902         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6903         the default text address for all Alpha Unix ABIs.
6904         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6905         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6906
6907 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
6908
6909         * alpha-tdep.h: New file.  Includes several Alpha target constants
6910         taken from...
6911         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
6912         let gdbarch deal with.
6913         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6914         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6915         to dependency list.
6916         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
6917         Alpha target register names.
6918         * alphabsd-nat.c: Likewise.
6919         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
6920         Alpha target register names.  Make serveral routines static.
6921         (alpha_get_saved_register): New function.
6922         (alpha_abi_names): New.
6923         (process_note_abi_tag_sections): New function.
6924         (get_elfosabi): New function.
6925         (alpha_gdbarch_init): New function.
6926         (alpha_dump_tdep): New function.
6927         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6928
6929 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6930
6931         * frame.c (find_saved_register): Delete #ifdef
6932         HAVE_REGISTER_WINDOWS code.
6933         * config/sparc/tm-sparc.h: Update comments.
6934         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6935
6936 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6937
6938         * i960-tdep.c (i960_find_saved_register): New function.
6939         (i960_get_saved_register): New function.
6940         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6941         (i960_get_saved_register): Declare.
6942         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6943
6944 2002-04-20  David S. Miller  <davem@redhat.com>
6945
6946         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6947
6948 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6949
6950         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6951         instead of NUM_PSEUDO_REGS.
6952
6953 2002-04-20  David S. Miller  <davem@redhat.com>
6954
6955         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6956         GDB_MULTI_ARCH_PARTIAL
6957         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6958         define, let tm-sp64.h do it.
6959
6960 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
6961
6962         * frame.c (find_saved_register): Avoid a NULL pointer
6963         dereference and actually walk the frame list.
6964
6965 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
6966
6967         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6968         sorted in most most-recent-used order.  Document.
6969         * gdbarch.h, gdbarch.c: Regenerate.
6970
6971 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
6972
6973         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6974         instead of ->prev.
6975         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6976         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6977         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6978         instead of ->prev.
6979
6980 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
6981
6982         Fix PR gdb/471.
6983         * gdbtypes.c (init_simd_type): Rewrite using new functions.
6984         (build_builtin_type_vec128): Ditto.
6985         (append_composite_type_field): Fix calculation of type length in
6986         union case.
6987
6988 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
6989
6990         * config/djgpp/README: Update.
6991
6992         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6993         compiler warnings.
6994
6995 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
6996
6997         * alpha-tdep.c (setup_arbitrary_frame): Rename...
6998         (alpha_setup_arbitrary_frame): ...to this.
6999         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7000         for alpha_setup_arbitrary_frame.
7001
7002 2002-04-18  Andrew Cagney  <cagney@redhat.com>
7003
7004         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7005         * gdbarch.h, gdbarch.c: Regenerate.
7006
7007         * defs.h (breakpoint_from_pc_fn): Delete type definition.
7008         * target.h (memory_breakpoint_from_pc): Update declaration.
7009         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7010
7011         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7012         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7013         * mem-break.c (memory_breakpoint_from_pc): Ditto.
7014         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7015         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7016         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7017         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7018         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7019         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7020         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7021         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7022         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7023
7024         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7025         const pointer.
7026         * monitor.c (monitor_insert_breakpoint): Ditto.
7027         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7028
7029         * config/mcore/tm-mcore.h: Update copyright.
7030         * mem-break.c: Ditto.
7031         * xstormy16-tdep.c: Ditto.
7032
7033 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
7034
7035         * p-exp.y: Add precedence rule for '^' token.
7036         This removes the shift/reduce conflicts.
7037         Remove the comment concerning these shift/reduce conflicts.
7038
7039 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
7040
7041         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7042         (registers_powerpc_nofp): New register set for processors
7043         without floating point unit.
7044
7045 2002-04-18  David S. Miller  <davem@redhat.com>
7046
7047         * MAINTAINERS: Add myself to write-after-approval.
7048
7049 2002-04-17  Michael Snyder  <msnyder@redhat.com>
7050
7051         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7052
7053 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
7054
7055         * rs6000-tdep.c (frame_initial_stack_address): Use
7056         frame_register_read to read the alloca_reg.
7057
7058 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
7059
7060         * frame.c (find_saved_register): Find saved registers in the next
7061         not prev frame.
7062         Fix PR gdb/365.
7063
7064 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
7065
7066         * gdbarch.sh (LANG): Set to ``c''.
7067
7068 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
7069
7070         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7071
7072 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
7073
7074         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7075         Update copyright.
7076
7077         * hpread.c (hpread_get_lntt): Add declaration.
7078         Also fix PR gdb/391.
7079
7080 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
7081
7082         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7083         * aclocal.m4, configure: Re-generate.
7084         Fix PR gdb/391.
7085
7086 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
7087
7088         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7089         instead of tm_print_insn.
7090
7091 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
7092
7093         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7094
7095 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
7096
7097         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7098         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7099         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7100
7101 2002-04-12  Don Howard  <dhoward@redhat.com>
7102
7103         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7104         max_user_call_depth.
7105         (init_cmd_lists): Initialize the new value;
7106         * cli/cli-script.c (execute_user_command): Limit the call depth of
7107         user defined commands.  This avoids a core-dump when user commands
7108         are infinitly recursive.
7109
7110 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
7111
7112         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7113         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7114         from tdep struct instead of DEFAULT_LR_SAVE.
7115         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7116         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7117         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7118
7119 2002-04-12  Michael Snyder  <msnyder@redhat.com>
7120
7121         * Remote.c: Spelling fix.
7122         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7123         If no symbol found for "sbrk", try "_sbrk".
7124         (make_output_phdrs): Use bfd_section_name.
7125         (gcore_copy_callback): Use bfd_section_name.
7126         * eval.c: Indentation fix-ups.
7127         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7128         in case it gets applied to an address that is already
7129         in the instruction space.
7130         * cli/cli-decode.c (help_list): Allow long lines to wrap.
7131         * symfile.c: Fix indentation, long lines.
7132         * source.c: White space fix-up.
7133
7134 2002-04-12  Andrew Cagney  <cagney@redhat.com>
7135
7136         * defs.h (read_relative_register_raw_bytes): Delete declaration.
7137         * frame.c (frame_register_read): New function.  Return non-zero on
7138         success.
7139         (read_relative_register_raw_bytes_for_frame): Delete.
7140         (read_relative_register_raw_bytes): Delete.
7141         * frame.h (frame_register_read): Declare.
7142         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
7143         * sh-tdep.c: Ditto.
7144         * infcmd.c (do_registers_info): Ditto.
7145         * hppa-tdep.c: Ditto.
7146         * rs6000-tdep.c: Ditto.
7147         * h8500-tdep.c: Ditto.
7148         * mips-tdep.c: Ditto.
7149         * h8300-tdep.c: Ditto.
7150         * z8k-tdep.c: Ditto.
7151
7152 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
7153
7154         From Jimi X <jimix@watson.ibm.com>:
7155         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7156         64-bit SysV ABI.
7157
7158 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
7159
7160         From Jimi X <jimix@watson.ibm.com>:
7161         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7162         bfd info.
7163
7164 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
7165
7166         From Jimi X <jimix@watson.ibm.com>:
7167         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7168         register sets for these processor variants.
7169
7170 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
7171
7172         * regformats/reg-ppc.dat: Support FPSCR.
7173
7174 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
7175
7176         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7177         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7178         Add fpscr as an invalid/unfetchable register.
7179         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7180         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7181         (fill_fpregset): Add support for register fpscr.
7182         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7183         (fill_gregset): Account for the fact that register ``mq'' might
7184         not exist.
7185         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7186         (registers_power): Add fpscr to register set at slot 71.
7187         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7188         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
7189
7190 2002-04-11  Michael Snyder  <msnyder@redhat.com>
7191
7192         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7193         * configure: Regenerate.
7194         * config.in: Regenerate.
7195         * acconfig.h: Add define for _SYSCALL32.
7196         * core-sol2.c: Remove #define _SYSCALL32.
7197         * solib-legacy.c: Remove #define _SYSCALL32.
7198
7199 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
7200
7201         * stack.c (select_frame): Cleanup internal error message, do not
7202         use %p.
7203
7204 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
7205
7206         * stack.c (select_frame): Check that selected_frame and the
7207         specified level are as expected.
7208         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7209         Update copyright.
7210         * frame.h (struct frame_info): Add field `level'.  Update
7211         copyright.
7212         Work-in-progress PR gdb/464.
7213
7214 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
7215
7216         * maint.c (maint_print_section_info): Rename print_section_info.
7217         (print_bfd_section_info, print_objfile_section_info): Update.
7218         * inferior.h (struct gdbarch): Add opaque declaration.
7219         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7220         * gdbarch.h: Regenerate.
7221
7222 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
7223
7224         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7225         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7226         (kernel_u_size): Added.
7227         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7228         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7229
7230 2002-04-04  Jim Ingham  <jingham@apple.com>
7231
7232        * valarith.c (find_size_for_pointer_math): New function, either returns
7233        the size for a pointer's target, returns 1 for void *, or errors for
7234        incomplete types.
7235        (value_add, value_sub): use find_size_for_pointer_math.
7236
7237 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
7238
7239         * linux-low.c (linux_look_up_symbols): New hook.
7240         (linux_target_ops): Add linux_look_up_symbols.
7241         * remote-utils.c (decode_address): New function.
7242         (look_up_one_symbol): New function.
7243         * server.c (handle_query): Call target look_up_symbols hook.
7244         * server.h (look_up_one_symbol): Add prototype.
7245         * target.h (struct target_ops): Add look_up_symbols hook.
7246
7247 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
7248
7249         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7250         override FP_REGNUM with frame->fp.  Update copyright.
7251         * parse.c (num_std_regs, std_regs): Delete.
7252         (target_map_name_to_register): Do not search std_regs.  Update
7253         function description.
7254         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7255         declarations.  Update copyright.
7256         Fix PR gdb/251.
7257
7258 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
7259
7260         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7261         after the last symbol in a block.
7262
7263 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
7264
7265         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7266         is non zero as a found symbol.
7267
7268 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
7269
7270         * findvar.c: Include "builtin-regs.h".
7271         (value_of_register): Call value_of_builtin_reg when applicable.
7272         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7273         (target_map_name_to_register): Call
7274         builtin_reg_map_name_to_regnum.
7275         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7276         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7277         (builtin_regs_h): Define.
7278         (builtin-regs.o): New target.
7279         (findvar.o): Add $(builtin_regs_h).
7280         * builtin-regs.c, builtin-regs.h: New files.
7281         * std-regs.c: New file.
7282         Partial fix for PR gdb/251.
7283
7284 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7285
7286         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7287         it's no longer required.
7288
7289 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
7290
7291         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7292
7293 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7294
7295         From Jimi X <jimix@watson.ibm.com>:
7296         * rs6000-tdep.c (rs6000_software_single_step): Use
7297         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7298         and size.  Use target_insert_breakpoint() and
7299         target_remove_breakpoint() to insert and remove breakpoints
7300         instead of explicit memory reads and writes.
7301
7302 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7303
7304         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7305         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7306         ELF_OBJECT_FORMAT ifdef.
7307
7308 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7309
7310         From Jimi X <jimix@watson.ibm.com>:
7311         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7312
7313 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
7314
7315         From Jimi X <jimix@watson.ibm.com>:
7316         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7317         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7318
7319 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
7320
7321         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7322         s/asprintf/xasprintf/.
7323         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7324
7325 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7326
7327         I believe Jeff Law denies responsability for this one:
7328         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7329         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7330         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7331         Work-around for PR gdb/366.
7332
7333 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7334
7335         * remote-e7000.c (write_small, e7000_read_inferior_memory,
7336         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7337         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7338
7339 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
7340
7341         * sh-tdep.c (sh_fp_frame_init_saved_regs,
7342         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7343         information.
7344
7345 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7346
7347         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7348         maintainer.
7349
7350 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7351
7352         * README (Reporting Bugs in GDB): Document the bug web page as the
7353         prefered way of submitting bugs.
7354         Fix PR gdb/402.
7355
7356 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7357
7358         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7359         -1.  Update comment.
7360         * gdbarch.h, gdbarch.c: Re-generate.
7361
7362 2002-04-07  Andreas Schwab  <schwab@suse.de>
7363
7364         * m68klinux-nat.c (fill_fpregset): Properly pass address of
7365         buffer to regcache_collect.
7366
7367 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7368
7369         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
7370         * gdbarch.c, gdbarch.h: Re-generate.
7371
7372 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
7373
7374         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7375         declaration.  Fix -Werror.
7376
7377 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
7378
7379         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7380         * gdbarch.c: Regenerate.
7381
7382 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7383
7384         * breakpoint.c (clear_command): Rewrite middle section to
7385         combine two loops with identical control conditions.
7386         Add a cleanup to eliminate a memory leak.
7387         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7388
7389 2002-04-05  H.J. Lu  (hjl@gnu.org)
7390
7391         * solib-svr4.c (bkpt_names): Add "__start".
7392
7393 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7394
7395         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7396         as test for 64 bit target.
7397
7398 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
7399
7400         * h8500-tdep.c (h8500_write_fp): Delete function.
7401         * dwarf2cfi.c (cfi_write_fp): Document as not used.
7402         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7403         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7404         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7405         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7406         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7407         (s390_write_fp):
7408         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7409         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7410         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7411         (d10v_write_fp): Delete function.
7412         * inferior.h (write_fp, generic_target_write_fp): Delete
7413         declarations.
7414         * regcache.c (generic_target_write_fp): Delete function.
7415         (write_fp): Delete function.
7416         * gdbarch.sh (TARGET_WRITE_FP): Delete.
7417         * gdbarch.h, gdbarch.c: Regenerate.
7418         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7419         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7420         (sparc64_write_fp): Delete declaration.
7421         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7422         (h8500_write_fp): Delete declaration.
7423
7424 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
7425
7426         * sparc-tdep.c (sparc64_write_fp): Delete.
7427         (sparc_push_dummy_frame): Replace write_fp call with code to store
7428         the FP directly.
7429         (sparc_gdbarch_init): Do not initialize write_fp.
7430
7431 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
7432
7433         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7434         clause.
7435
7436 2002-03-29  Jim Blandy  <jimb@redhat.com>
7437
7438         * stack.c (get_selected_block): Add new argument `addr_in_block',
7439         used to return the exact code address we used to select the block,
7440         not just the block.
7441         * blockframe.c (get_frame_block, get_current_block): Same.
7442         * frame.h (get_frame_block, get_current_block,
7443         get_selected_block): Update declarations.
7444         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7445         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7446
7447 2002-04-05  Michael Snyder  <msnyder@redhat.com>
7448
7449         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7450         warning message.
7451
7452 2002-04-05  J. Brobecker  <brobecker@gnat.com>
7453
7454         * utils.c (xfullpath): New function.
7455         * defs.h (xfullpath): Add declaration.
7456         * source.c (openp): Use xfullpath in place of gdb_realpath to
7457         avoid resolving the basename part of filenames when the
7458         associated file is a symbolic link. This fixes a potential
7459         inconsistency between the filenames known to GDB and the
7460         filenames it prints in the annotations.
7461         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7462         to be able to match a filename with either the real filename, or
7463         the name of any symbolic link to this file.
7464         (lookup_partial_symtab): Ditto.
7465
7466 2002-04-04  Michael Snyder  <msnyder@redhat.com>
7467
7468         * breakpoint.c: Add support for hardware breakpoints in overlays.
7469         (overlay_events_enabled): New state variable.
7470         (insert_breakpoints): Use overlay_events_enabled to decide
7471         whether to attempt to set a breakpoint at the overlay load addr.
7472         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7473         (remove_breakpoint): Use overlay_events_enabled to decide
7474         whether breakpoints need to be removed from overlay load addr.
7475         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7476         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7477         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7478         disable_overlay_breakpoints): Update overlay_events_enabled.
7479
7480 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
7481
7482         * dwarf2read.c (struct function_range): New.
7483         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7484         (check_cu_functions): New.
7485         (read_file_scope): Initialize global function lists.
7486         Call dwarf_decode_line after processing children.
7487         (read_func_scope): Add to global function list.
7488         (dwarf_decode_lines): Call check_cu_functions everywhere
7489         record_line is called.  Call record_line with a linenumber
7490         of 0 to mark sequence ends.
7491
7492 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
7493
7494         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7495         change sync with glibc.
7496
7497 2002-04-03  Jim Blandy  <jimb@redhat.com>
7498
7499         * configure.in: Call AC_C_INLINE.
7500         * configure: Regenerated.
7501
7502 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
7503
7504         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7505         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7506
7507 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
7508
7509         * NEWS: Mention gcore support on FreeBSD/i386.
7510
7511         * fbsd-proc.c: New file.
7512         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7513         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7514
7515         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7516         while statement.
7517
7518 2002-03-29  Jim Blandy  <jimb@redhat.com>
7519
7520         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7521         unescaped newlines in string literals, but newer ones don't.  So
7522         escape them.
7523
7524 2002-03-26  Michael Snyder  <msnyder@redhat.com>
7525             Andrew Cagney <cagney@redhat.com>
7526
7527         * cli/cli-dump.c: New file.  Dump memory to file,
7528         restore file to memory.
7529         * cli/cli-dump.h: New file.
7530         * Makefile.in: Add rules, dependencies for cli-dump.o.
7531         * NEWS: Mention new commands.
7532
7533 2002-03-28  Michael Snyder  <msnyder@redhat.com>
7534
7535         * symfile.c (symbol_file_add): Move test for null symbols to later.
7536
7537 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7538
7539         From veksler at il.ibm.com:
7540         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7541         the xstrduped original path.
7542         Fix PR gdb/417.
7543
7544 2002-03-27  Michael Snyder  <msnyder@redhat.com>
7545
7546         * breakpoint.c (_initialize_breakpoint): Clean up help string.
7547         * infcmd.c (_initialize_infcmd): Ditto.
7548         * language.c (_initialize_language): Ditto.
7549         * symfile.c (_initialize_symfile): Ditto.
7550         * top.c (_init_main): Ditto.
7551         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7552
7553 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
7554
7555         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7556         vector registers handling.
7557         (skip_prologue): Handle new AltiVec instructions.  Fill in new
7558         fields of frame data.
7559         (frame_get_saved_regs): Fill in information for AltiVec registers.
7560
7561 2002-03-27  Jim Blandy  <jimb@redhat.com>
7562
7563         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7564         a function; leave this macro here to invoke that function.
7565         (symbol_init_mangled_name): Declaration for that function.
7566         * symtab.c (symbol_init_mangled_name): New function.
7567
7568 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7569
7570         * valarith.c: Replace strerror with safe_strerror.
7571         * tracepoint.c: Ditto.
7572         * lin-lwp.c: Ditto.
7573         * go32-nat.c: Ditto.
7574         * inflow.c: Ditto.
7575         * gnu-nat.c: Ditto.
7576
7577 2002-03-27  Andreas Schwab  <schwab@suse.de>
7578
7579         * event-top.c (command_line_handler): Remove useless if.
7580
7581 2002-03-27  Andreas Jaeger  <aj@suse.de>
7582
7583         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7584         comment.
7585
7586 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
7587
7588         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7589         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7590         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7591         (x86_64_linux_dr_get_status, supply_gregset),
7592         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7593         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7594         (x86_64_register_info_table): Add.
7595         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7596         (x86_64_register_raw_size, x86_64_register_virtual_type),
7597         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7598         general x86_64_register_info_table.
7599         (i386_gdbarch_init): gdbarch_register_bytes is now set
7600         dynamicaly during initialization.
7601         * regformats/reg-x86-64.dat: Synced with changes to registers above.
7602         * gdbserver/linux-x86-64-low.c: Ditto.
7603
7604 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7605
7606         * gdbserver/server.c (main): Call target_signal_to_host_p
7607         and target_signal_to_host on signals received from the remote.
7608         * gdbserver/remote-utils.c (prepare_resume_reply): Call
7609         target_signal_from_host on signals sent to the remote.
7610         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
7611         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
7612
7613 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7614
7615         * signals/signals.c: Include "server.h" in gdbserver build.
7616         (target_signal_from_name): Don't use STREQ.
7617         (_initialize_signals): Likewise.  Don't include function in
7618         gdbserver build.
7619
7620 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
7621
7622         * signals.c: Moved to...
7623         * signals/signals.c: Here.
7624         * Makefile (signals.o): Update.
7625
7626 2002-03-26  Jeff Law (law@redhat.com)
7627
7628         * somread.c (som_symtab_read): Remove some commented out code and
7629         updated related comments.  Do not set the minimal symbol table to
7630         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7631         in a dynamic executable.
7632         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7633         where we are unable to find the minimal symbol for the given
7634         PC value.
7635
7636 2002-03-25  Jeff Law (law@redhat.com)
7637
7638         * linux-proc.c (read_mapping): Scan up to end of line for filename.
7639
7640 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
7641
7642         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7643
7644 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7645
7646         * command.h: Update copyright.
7647         (struct cmd_list_element): Replace definition with opaque
7648         declaration.
7649         (enum cmd_types): Document that it will eventually be moved to
7650         cli/cli-decode.h
7651         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7652         (MALLOCED_REPLACEMENT): Delete macro.
7653         * Makefile.in (cli_decode_h): Add $(command_h).
7654         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7655         * top.c: Include "cli/cli-decode.h".
7656         * completer.c: Include "cli/cli-decode.h".
7657         * maint.c: Include "cli/cli-decode.h".
7658         * cli/cli-decode.h: Include "command.h".
7659         (enum command_class): Delete.
7660         (enum cmd_types): Comment out.
7661         (enum cmd_auto_boolean): Delete.
7662         (enum var_types): Delete.
7663
7664 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7665
7666         * cli/cli-decode.c: Include "gdb_assert.h".
7667         (add_set_or_show_cmd): New static function.
7668         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
7669         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
7670         all fields, such as func, from the set command.
7671
7672 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7673
7674         * MAINTAINERS (sh-elf): Change warning flag to -w.
7675
7676 2002-03-23  Andrew Cagney  <cagney@redhat.com>
7677
7678         * defs.h (error): Add printf format attribute.
7679         * thread-db.c (thread_from_lwp): Fix error format string.
7680         * stack.c (parse_frame_specification): Ditto.
7681         * cli/cli-decode.c (undef_cmd_error): Ditto.
7682         * scm-lang.c (scm_lookup_name): Ditto.
7683         * tracepoint.c (trace_error): Ditto.
7684         * remote-utils.c (usage): Ditto.
7685         * remote.c (compare_sections_command): Ditto.
7686         Fix PR gdb/328.
7687
7688 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
7689
7690         * gdbtypes.c (append_composite_type_field): New function.
7691         (init_composite_type): New function.
7692         * gdbtypes.h (append_composite_type_field): Declare.
7693         (init_composite_type): Ditto.
7694
7695 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
7696
7697         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7698         function.
7699         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7700         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7701         structure returning convention for SYSV ABI case, but not
7702         for GNU/Linux, FreeBSD, or NetBSD.
7703
7704 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
7705
7706         * symtab.h (lookup_block_symbol): Add mangled_name argument
7707         to prototype.
7708
7709         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7710         with new mangled_name argument.
7711         * linespec.c (decode_line_1): Likewise.
7712         * valops (value_of_this): Likewise.
7713         * symtab.c (lookup_transparent_type): Likewise.
7714         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
7715         (lookup_symbol): If we are given a mangled name, pass it down
7716         to lookup_symbol_aux.
7717         (lookup_block_symbol): If we are given a mangled name to check
7718         against, only return symbols which match it.
7719
7720 2002-03-22  Christopher Faylor  <cgf@redhat.com>
7721
7722         * win32-nat.c (child_create_inferior): Check for proper shell to use
7723         here, in case the user changes it on the fly.
7724         (_initialize_inftarg): Remove shell path considerations.
7725
7726 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
7727
7728         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7729         for gdbarch_max_register_raw_size and max_register_virtual_size.
7730         Adjust copyright year.
7731
7732 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
7733
7734          * dbxread.c (process_one_symbol): Extend the first N_SLINE
7735          in a function to cover the entire beginning of the function
7736          as well if it does not already.
7737
7738 2002-03-21  Tom Rix  <trix@redhat.com>
7739
7740         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7741         (rs6000_ptrace64): Renamed from ptrace64.
7742
7743 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7744
7745         * gdbserver/remote-utils.c (remote_open): Don't call
7746         getprotobyname, we're all using TCP here so just use
7747         IPPROTO_TCP.
7748         * gdbserver/gdbreplay.c (remote_open): Ditto.
7749
7750 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
7751
7752         * regcache.c (_initialize_regcache): No need to call
7753         build_regcache() at this time; it gets called whenever
7754         the gdbarch changes.
7755
7756 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
7757
7758         * sparc-nat.c:  Include sys/param.h where possible.
7759
7760 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
7761
7762         Fix PR gdb/422.
7763         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7764         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7765         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7766         complex types.
7767         * stabsread.c (rs6000_builtin_type): Likewise.
7768         (read_sun_floating_type): Likewise.
7769
7770 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7771
7772         * stabsread.c (read_member_functions): Remove skip code for duplicate
7773         constructor/destructor methods.  Use standard parsing for these
7774         methods and just do not chain them to the list of methods after
7775         parsing.
7776
7777 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
7778
7779         * coffread.c: Remove redundant static declarations.  Replace
7780         occurrences of `PTR' with `void *'.
7781         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7782         * top.h (quit_cover): Likewise.
7783         * defs.h (catch_errors): Likewise.
7784
7785 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7786
7787         * defs.h (XMALLOC): Define.
7788         * gdb-events.sh (XMALLOC): Delete macro.
7789         * gdb-events.c, gdb-events.h: Regenerate.
7790         * gdbarch.sh (XMALLOC): Delete macro.
7791         * gdbarch.c: Regenerate.
7792         * serial.c (XMALLOC): Delete macro.
7793         * ui-file.c (XMALLOC): Ditto.
7794         * ser-unix.h (XMALLOC): Ditto.
7795         * sh-tdep.c (XMALLOC): Ditto.
7796         * ui-out.c (XMALLOC): Ditto.
7797         * utils.c (XMALLOC): Ditto.
7798         * i386-tdep.c (XMALLOC): Ditto.
7799         * gdb-events.c (XMALLOC): Ditto.
7800         * d10v-tdep.c (XMALLOC): Ditto.
7801         * cli-out.c (XMALLOC): Ditto.
7802
7803         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7804         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7805         * ui-file.c, ui-out.c: Ditto.
7806
7807 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7808
7809         * command.h (struct cmd_list_element): Add field context.
7810         (set_cmd_context, get_cmd_context): Declare.
7811         * cli/cli-decode.h: Ditto.
7812         * cli/cli-decode.c (get_cmd_context): New function.
7813         (set_cmd_context): New function.
7814         (add_cmd): Initialize context.
7815         Part of fixing PR gdb/145 and PR gdb/146.
7816
7817 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7818
7819         * cli/cli-decode.c (cmd_type): New function.
7820         * command.h (cmd_type): Declare.
7821         * infrun.c (set_schedlock_func): Call function cmd_type.
7822         * kod.c (kod_set_os): Call cmd_type.
7823         * cris-tdep.c (cris_version_update): Use function cmd_type.
7824         (cris_mode_update, cris_abi_update): Ditto.
7825
7826         * command.h: (execute_cmd_post_hook): Declare.
7827         (execute_cmd_pre_hook): Declare.
7828         * cli/cli-script.c (clear_hook_in_cleanup): New function.
7829         (execute_cmd_post_hook, execute_cmd_pre_hook): New
7830         functions. Execute pre/post hook while ensuring that afterwords
7831         hook_in is cleared.
7832         * top.c (execute_command): Use execute_cmd_post_hook, and
7833         execute_cmd_pre_hook to execute pre/post commands.
7834         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7835         hook_stop_stub.
7836         (hook_stop_stub): Call execute_cmd_pre_hook.
7837
7838 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7839
7840         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
7841         set'' and this leads to a core dump.  Move xstrdup of
7842         operating_system to after check that it is not NULL.
7843
7844 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
7845
7846         * kod.c (kod_set_os): Remove unnecessary check that
7847         ``command->type'' is set_cmd.
7848
7849         * valprint.c (set_input_radix): Use input_radix.
7850         (set_output_radix): Use output_radix.
7851         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7852         isn't reverted.
7853
7854 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
7855
7856         * value.h (struct value): Delete field ``substring_addr''.  Change
7857         aligner fields to force_doublest_align, force_longest_align,
7858         force_core_addr_align and force_pointer_aligh.
7859
7860         * value.h (struct value): Fix typo in above change.
7861
7862 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7863
7864         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7865         to fix internal_error from ``maintenance print architecture''.
7866
7867 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7868
7869         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7870         for gcc versions after gcc-2.8.1.
7871
7872 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7873
7874         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7875         for method resolution.  Restore adjustment of ``this'' pointer after
7876         calling value_struct_elt, which was accidentally removed during the
7877         HP merge.
7878
7879 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
7880
7881         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7882         value_of_register.
7883         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
7884         get_saved_register.
7885         * value.h (value_of_register): Update.
7886
7887 2002-03-14  Richard Henderson  <rth@redhat.com>
7888
7889         * configure.in: Detect declaration for canonicalize_file_name.
7890         * utils.c (canonicalize_file_name): Declare, if needed.
7891         (gdb_realpath): Prefer realpath if available and usable.
7892         * config.in, configure: Rebuild.
7893
7894 2002-03-14  Richard Henderson  <rth@redhat.com>
7895
7896         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7897         a constant array bound.
7898
7899         * MAINTAINERS: Add myself to write-after-approval.
7900
7901 2002-03-14  Michael Snyder  <msnyder@redhat.com>
7902
7903         * symfile.c (syms_from_objfile): Return immediately if no syms.
7904         (symbol_file_add): Return immediately if no syms.
7905         (find_sym_fns): Return immediately if no syms.
7906
7907 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
7908
7909         * gdbserver/remote-util.c (remote_open): Print remote-side's
7910         IP address when remote debugging over the network.
7911
7912 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
7913
7914         * config/sparc/fbsd.mh: Fix copyright.
7915         * config/sparc/fbsd.mt: Likewise.
7916
7917 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
7918
7919         * MAINTAINERS: Fix typo in name of gdb warnings option.
7920         (x86-64): Fix formating so that this can be parsed by awk.
7921
7922 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7923
7924         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7925         * defs.h: Include "gdb/signals.h".
7926         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7927
7928 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
7929
7930         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7931         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7932         from x86-64-tdep.h
7933
7934 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
7935             Don Howard <dhoward@redhat.com>
7936
7937         * mips-tdep.c (ST0_FR): Define.
7938         (mips2_fp_compat): New function, temporarily disabled.
7939         (mips_read_fp_register_single): New function.
7940         (mips_read_fp_register_double): New function.
7941         (mips_print_register): Use them.
7942         (do_fp_register_row): Likewise.
7943
7944 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
7945
7946         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7947         approval''.
7948
7949 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7950
7951         * stabsread.c (read_member_functions): Fix is_stub test for
7952         static member functions, improve comment.
7953
7954 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7955
7956         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7957         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7958         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7959         commands that set boolean values.
7960         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7961         (arm_rdi_resume): Always initialize PC.
7962         (arm_rdi_open): Don't use rslt as a boolean.
7963         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7964         (arm_rdi_fetch_registers, arm_rdi_store_registers)
7965         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7966         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7967
7968 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
7969
7970         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7971         * configure: Rebuilt.
7972
7973 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7974
7975         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7976         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7977
7978 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
7979
7980         * cli/cli-decode.c (set_cmd_completer): New function.
7981         * command.h (set_cmd_completer): Declare.
7982         * cli/cli-decode.h (set_cmd_completer): Ditto.
7983
7984         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7985         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7986         * win32-nat.c (_initialize_inftarg): Ditto.
7987         * remote-rdi.c (_initialize_remote_rdi): Ditto.
7988         * proc-api.c (_initialize_proc_api): Ditto.
7989         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7990         * source.c (_initialize_source): Ditto.
7991         * exec.c (_initialize_exec): Ditto.
7992         * solib.c (_initialize_solib): Ditto.
7993         * top.c (init_main): Ditto.
7994         * tracepoint.c (_initialize_tracepoint): Ditto.
7995         * symfile.c (_initialize_symfile): Ditto.
7996         * printcmd.c (_initialize_printcmd): Ditto.
7997         * infcmd.c (_initialize_infcmd): Ditto.
7998         * corefile.c (_initialize_core): Ditto.
7999
8000 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
8001
8002         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8003
8004 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
8005
8006         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8007
8008 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
8009
8010         * NEWS: Update headings, 5.2 has branched.
8011
8012 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
8013
8014         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8015         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8016         (register_addr, REGISTER_RAW_SIZE): Likewise.
8017         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8018         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8019
8020 2002-03-03  Michal Ludvig <mludvig@suse.cz>
8021
8022         * MAINTAINERS (x86-64): Add myself.
8023         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8024         changed value_ptr -> struct value *
8025
8026 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
8027
8028         * configure.host (sparc64-*-freebsd): Add.
8029         * configure.tgt: Likewise.
8030         * config/sparc/fbsd.mh: New file.
8031         * config/sparc/fbsd.mt: Likewise.
8032         * config/sparc/nm-fbsd.h: Likewise.
8033         * config/sparc/tm-fbsd.h: Likewise.
8034
8035 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
8036
8037         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8038         regformats/reg-s390x.dat.
8039
8040 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
8041
8042         * utils.c: Add FIXME explaining true/false problem.
8043
8044 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
8045
8046         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8047
8048 2002-02-28  Michael Chastain  <mec@shout.net>
8049
8050         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8051
8052 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
8053
8054         * gdbserver/linux-s390-low.c: New file.
8055         * regformats/reg-s390.dat: New file.
8056         * regformats/reg-s390x.dat: New file.
8057         * gdbserver/configure.srv: Add S/390.
8058         * gdbserver/Makefile.in: Add S/390.
8059         * configure.tgt: Enable gdbserver for S/390.
8060
8061 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
8062
8063         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8064         first line of the doc string for "info dos", except at the end of
8065         the sentence, since the short help stops at the first period.
8066
8067 2002-02-28  Jason Merrill  <jason@redhat.com>
8068
8069         * dwarf2read.c (dwarf_cfi_name): Add new codes.
8070
8071 2002-02-27  Fred Fish  <fnf@redhat.com>
8072
8073         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8074         comment (dumy -> dummy).
8075
8076 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8077
8078         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8079
8080 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
8081
8082       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8083
8084 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
8085
8086         * gdbserver/acconfig.h: New file.
8087         * gdbserver/i387-fp.c: New file.
8088         * gdbserver/i387-fp.h: New file.
8089         * gdbserver/linux-x86-64.c: New file.
8090         * regformats/reg-x86-64.dat: New file.
8091         * configure.tgt: Add x86_64-*-linux* gdbserver support.
8092         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8093         * gdbserver/configure.in: Add support for regsets.
8094         * gdbserver/config.in: Regenerate.
8095         * gdbserver/configure: Regenerate.
8096         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
8097         * gdbserver/linux-low.h: New file.
8098         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
8099         for regsets.
8100         * gdbserver/linux-arm-low.c: Include "linux-low.h".
8101         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8102         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8103         * gdbserver/linux-mips-low.c: Include "linux-low.h".
8104         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8105         * gdbserver/linux-sh-low.c: Include "linux-low.h".
8106         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
8107         "i387-fp.h".  Add PTRACE_GETREGS and friends.
8108         * gdbserver/regcache.c (supply_register): New function.
8109         (supply_register_by_name): New function.
8110         (collect_register): New function.
8111         (collect_register_by_name): New function.
8112
8113 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
8114
8115         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8116         (config.status): Add configure.srv dependency.
8117         (server_h): Add config.h dependency.
8118
8119 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
8120
8121         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8122         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8123         * gdbserver/configure.srv: Change i386-*-linux* to use
8124         reg-i386-linux.o.
8125
8126 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
8127
8128         * x86-64-tdep.c: Re-indent.  Update copyright date.
8129
8130 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
8131
8132         From Michal Ludvig <mludvig@suse.cz>:
8133         * x86-64-tdep.c (value.h): Delete.
8134         (gdb_assert.h): Include.
8135         (x86_64_register_convert_to_virtual,
8136         x86_64_register_convert_to_raw ): Add check which lets only
8137         floating-point values to be converted.
8138         (value_push): Delete.
8139         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8140         (i386_gdbarch_init): Number of register_bytes fixed.
8141
8142 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
8143
8144         * MAINTAINERS: Add x86-64 target.
8145
8146 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
8147
8148         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8149         * osfsolib.c (solib_map_sections): Ditto.
8150         * irix5-nat.c (solib_map_sections): Ditto.
8151         * corelow.c (gdb_check_format): Ditto.
8152         * symfile.c (symfile_bfd_open): Ditto.
8153         * solib.c (solib_map_sections): Ditto.
8154         Fix PR gdb/354.
8155
8156 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
8157
8158         * remote.c (_initialize_remote): By default, disable ``e'' and
8159         ``E'' step out-of-range packets.
8160
8161 2002-02-26  Andreas Schwab  <schwab@suse.de>
8162
8163         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8164         m68k_linux_frame_saved_pc.
8165         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8166         in_sigtramp.
8167         (SIGCONTEXT_PC_OFFSET): Remove.
8168         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8169         m68k_linux_sigtramp_saved_pc): New functions.
8170         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8171         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8172         (UCONTEXT_PC_OFFSET): Define.
8173         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8174         non-RT and RT signal trampolines.
8175
8176 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
8177
8178         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8179         (TARGET_NBPG, STACK_END_ADDR): Delete
8180         (VARIABLES_INSIDE_BLOCK): Delete.
8181
8182 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
8183
8184         * utils.c (perror_with_name): Make string parameter constant.
8185         (print_sys_errmsg): Ditto.
8186         (query): Ditto.
8187         * defs.h (perror_with_name): Update.
8188         (print_sys_errmsg): Update.
8189         (query): Update.
8190
8191 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
8192
8193         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8194         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8195
8196 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8197
8198         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8199         if it already matches the current architecture from the exec file.
8200         Include arch-utils.h for gdbarch_info_init prototype.
8201         * Makefile.in (rs6000-nat.o): Update dependencies.
8202
8203 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
8204
8205         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8206          list of exported variables.
8207
8208 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
8209
8210         * gdbserver/configure.srv: New file.
8211         * gdbserver/configure.in: Use configure.srv instead
8212         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
8213         from it.
8214         * gdbserver/configure: Regenerated.
8215         * gdbserver/terminal.h: New file.
8216         * gdbserver/Makefile.in: Update for configure changes.  Remove
8217         more unneeded include paths.
8218
8219 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
8220
8221         From wiz at danbala:
8222         * config/sparc/tm-sp64.h: Fix grammar and typos.
8223         Fix PR gdb/287.
8224
8225 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
8226
8227         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8228         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
8229         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8230         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8231         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8232         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8233         * s390-tdep.c: Ditto.
8234         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8235         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8236         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8237         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8238         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8239         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8240         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8241         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8242         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8243         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8244         Fix PR gdb/378.
8245
8246 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8247
8248         * lin-thread.c: Delete file.
8249         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8250         to gdb_proc_service.h.
8251         * configure: Re-generate.
8252
8253         * ocd.c (ocd_open): Do not try to open the "ocd" device.
8254         * serial.c (serial_open): Delete check for "ocd".
8255         Fix PR gdb/349.
8256
8257         * Makefile.in (linux-thread.o): Delete target.
8258         * linux-thread.c: Delete file.
8259
8260         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
8261         renamed SH files to be consistent.
8262
8263         * symtab.c (sort_search_symbols): Use xfree.
8264
8265 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8266
8267         * arm-linux-tdep.c (arm_linux_init_abi): Register
8268         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8269         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8270         definition with undef, since we don't want the sysvr4 definition.
8271         (SKIP_TRAMPOLINE_CODE): Likewise.
8272
8273 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8274
8275         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8276
8277         * configure.in: (AC_CHECK_FUNCS) Added test for
8278         canonicalize_file_name Regenerated.
8279         * config.in, configure: Regenerated.
8280         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8281         defined use canonicalize_file_name.
8282
8283 2002-02-23  Michael Chastain  <mec@shout.net>
8284
8285         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8286
8287 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8288
8289         * README: Remove references to cygnus.com.
8290         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8291         dot com'' form.  Remove references to cygnus.com and sourceware.
8292
8293 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8294
8295         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8296         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8297         1003.1-2001 no longer allows "head -1".
8298         * gdb/Makefile.in (version.c): Likewise.
8299         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8300         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8301         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
8302
8303 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8304
8305         * cli/cli-decode.c (cmd_cfunc_eq): New function.
8306         * command.h (cmd_cfunc_eq): Declare.
8307         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8308
8309         * cli/cli-cmds.h (is_complete_command): Change parameter to a
8310         ``struct cmd_list_element *''.
8311         * cli/cli-cmds.c (is_complete_command): Update.  Use
8312         cmd_cfunc_eq.
8313         * top.c (execute_command): Pass the command to
8314         is_complete_command.
8315         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8316
8317 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
8318
8319         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8320         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8321         architecture defines.
8322         * s390-tdep.c (s390_gdbarch_init): Likewise.
8323
8324 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8325
8326         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8327         (arm_linux_push_arguments): Likewise.
8328         (arm_linux_init_abi): Register them.  Also register linux-specific
8329         call_dummy_words.
8330         (find_minsym_and_objfile): Use strcmp, not STREQ.
8331         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8332         (arm_linux_call_dummy_words): Delete declaration.
8333         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8334         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8335         declarations.
8336         (LOWEST_PC): Delete.
8337
8338 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8339
8340         * maint.c (print_section_info): Do not prepend `0x' to filepos
8341         output, it will be handled by local_hex_string_custom.
8342
8343 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
8344
8345         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8346         (store_newfpe_double, store_newfpe_extended, store_fpregister)
8347         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8348
8349 2002-02-22  Jim Blandy  <jimb@redhat.com>
8350
8351         Indicate that the bcache functions don't change the strings
8352         they're passed.
8353         * bcache.h (bcache, hash): Add `const' keywords to declarations.
8354         * bcache.c (bcache, hash): Add `const' keywords to definitions.
8355
8356 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
8357
8358         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8359
8360 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8361
8362         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8363         find the complete path to a loaded DLL.
8364
8365 2002-02-21  Fred Fish  <fnf@redhat.com>
8366
8367         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8368         that marks the end of the range of a function, enter a line number
8369         entry that has a line number of zero and a PC offset that matches
8370         the end of the function.  This starts a range of PC's for which no
8371         line number information is known.
8372         * symtab.c (find_pc_sect_line): If our best fit is in a range of
8373         PC's for which no line number info is found (line number is zero)
8374         then we didn't find any valid line information.
8375         * symtab.h: Document use of zero line number entry.
8376
8377 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
8378
8379         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8380         (have_ptrace_getvrregs): Define for run time checks.
8381         (gdb_vrregset_t): New type for Altivec register handling.
8382         (fetch_register, store_register): Fetch/store altivec register
8383         when needed.
8384         (fetch_altivec_register, store_altivec_register): New functions.
8385         (supply_vrregset, fill_vrregset): New functions.
8386         (fetch_altivec_registers, store_altivec_registers): New functions.
8387         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8388         registers as well.
8389
8390 2002-02-21  Jiri Smid  <smid@suse.cz>
8391
8392         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8393
8394 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8395
8396         * Makefile.in (armnbsd-nat.o): Update dependencies.
8397         * armnbsd-nat.c (supply_gregset): New function.  Common code to
8398         supply the integer register set.
8399         (supply_fparegset): New function.  Similar for FPA registers.
8400         (fetch_regs, fetch_fp_regs): Use them.
8401         (fetch_core_registers): Likewise.
8402         (fetch_elfcore_registers): New function.
8403         (arm_netbsd_elfcore_fns): New core-file type specification.
8404         (_initialize_arm_netbsd_nat): Register it.
8405
8406 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
8407
8408         * armnbsd-nat.c: Include gdbcore.h.
8409         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8410         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8411         'void' to declaration, to shut up ARI.
8412         (fetch_core_registers): Make static.  Rewrite using supply_register.
8413         (arm_netbsd_core_fns): New core-file type specification.
8414         (_initialize_arm_netbsd_nat): New function.
8415
8416 2002-02-21  Christopher Faylor  <cgf@redhat.com>
8417
8418         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8419         value.
8420
8421 2002-02-20  Christopher Faylor  <cgf@redhat.com>
8422
8423         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8424         fails.
8425
8426 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8427
8428         * jv-exp.y (parse_number): Change type of implicit longs
8429         to builtin_type_uint64.
8430
8431 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8432
8433         * gdbserver/linux-low.c (mywait): Change argument to waitpid
8434         to be an integer instead of a `union wait'.
8435
8436 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8437
8438         * mips-linux-nat.c: Call the operating system GNU/Linux.
8439         * mips-linux-tdep.c: Likewise.
8440         * mips-tdep.c: Likewise.
8441
8442 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8443
8444         Fix PR gdb/265.
8445         * jv-exp.y (parse_number): Handle 64-bit integers.
8446
8447 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
8448
8449         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
8450         AC_STDC_HEADERS to AC_HEADER_STDC.
8451         * gdbserver/configure: Regenerated.
8452
8453 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8454
8455         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8456         is defined.
8457         * sparc-tdep.c (get_longjmp_target): Likewise.
8458
8459 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
8460
8461         * News: Add news about ARM and Multi-arch.  Mention the new target
8462         arm*-*-netbsd*.
8463
8464 2002-02-19  Jim Blandy  <jimb@redhat.com>
8465
8466         * stabsread.c (error_type_complaint): Improve error message.
8467
8468 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
8469
8470         * gdbserver/README: Update documentation.
8471         * gdbserver/configure.in: Update configury to match documentation.
8472         * gdbserver/Makefile.in: Likewise.
8473         * gdbserver/configure: Regenerated.
8474         * gdbserver/aclocal.m4: New file, generated by aclocal.
8475         * gdbserver/config.in: New file, generated by autoheader.
8476
8477 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8478
8479         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8480         armnbsd-nat.c.
8481
8482 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8483
8484         * arm-tdep.h (enum arm_float_model): New enum.
8485         (struct gdbarch_tdep): Add fp_model.
8486         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
8487         up floating-point conversions until we know the floating-point model
8488         in use by the inferior.  Don't complain about being unable to
8489         determine the ABI of the inferior when we don't have one.
8490         (arm_extract_return_value): Support different floating-point models.
8491         (arm_store_return_value): Likewise.
8492         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8493         ARM_FLOAT_SOFT.
8494         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8495
8496 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8497
8498         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8499         of ``current_gdbarch''.
8500
8501 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8502
8503         * armnbsd-nat.c : ANSIfy all function declarations.
8504         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8505         (fetch_inferior_registers): Re-implement in terms of above.
8506         (store_register, store_regs, store_fp_register, store_fp_regs): New.
8507         (store_inferior_registers): Re-implement in terms of above.
8508
8509 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8510
8511         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8512         kernel.
8513         * arm-linux-tdep.c: Likewise.
8514         * config/arm/tm-linux.h: Likewise.
8515
8516 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8517
8518         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8519         * config/arm/nbsd.mt (TM_FILE): Delete.
8520         * config/arm/tm-nbsd.h: Delete.
8521
8522 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8523
8524         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8525         Initialize CALL_DUMMY_LENGTH.
8526
8527 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
8528
8529         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8530         function.
8531         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8532         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8533         defines one thing and that is incorrect for this port.
8534         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8535
8536 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8537
8538         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8539
8540 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8541
8542         * win32-nat.c (display_selector): New function. Displays information
8543         about the information returned by GetThreadSelectorEntry API function.
8544         (display_selectors): New function. Displays the infomation of
8545         the selector given as argument, or of CS, DS ans FS selectors
8546         if no argument is given.
8547         ( _initialize_inftarg): Add "w32" as info prefix command.
8548         Add "info w32 selector" as command calling display_selectors.
8549
8550 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
8551
8552         * i386-tdep.c (get_longjmp_target): Fix compilation failure
8553         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8554         if not defined.
8555
8556 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8557
8558         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8559
8560 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8561
8562         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8563         (arm_fix_call_dummy): Call it.
8564         (arm_call_dummy_breakpoint_offset): Delete.
8565         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8566         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8567
8568 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
8569
8570         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8571         Default to func_frame_chain_valid.
8572         * gdbarch.h, gdbarch.c: Re-generate.
8573         * frame.h (FRAME_CHAIN_VALID): Delete definition.
8574
8575 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
8576
8577         * ppc-linux-nat.c: Update copyright.
8578         (fetch_register, store_register): Add tid parameter, don't compute
8579         tid here.
8580         (fetch_ppc_registers, store_ppc_registers): Add tid
8581         parameter. Pass it along to callees.
8582         (fetch_inferior_registers, store_inferior_registers): Compute tid
8583         here, and pass it to calleed functions.
8584         (fill_gregset, supply_fpregset): Clean up formatting.
8585
8586 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8587
8588         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8589         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8590
8591 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
8592
8593         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8594         * gdbarch.c gdbarch.h: Regenerate.
8595         * breakpoint.c (create_longjmp_breakpoint): Always compile this
8596         function.
8597         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8598         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8599         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8600
8601         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8602         * arm-tdep.c (arm_get_longjmp_target): New function.
8603         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
8604         this to a positive value register arm_get_longjmp_target as the
8605         longjmp handler.
8606         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8607         (arm_linux_init_abi): Set up longjmp description in tdep.
8608         * armnbsd-nat.c (get_longjmp_target): Delete.
8609         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8610         description in tdep.
8611         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8612         (get_longjmp_target): Delete declaration.
8613         (GET_LONGJMP_TARGET): Delete.
8614         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8615         (GET_LONGJMP_TARGET): Delete.
8616
8617 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
8618
8619         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
8620         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8621         of ``current_gdbarch''.
8622
8623 2002-02-17  Tom Tromey  <tromey@redhat.com>
8624
8625         * cli/cli-cmds.c (compare_strings): New function.
8626         (complete_command): Only print each unique item once.
8627         * completer.h (complete_line): Declare.
8628         * completer.c (complete_line): New function.
8629         (line_completion_function): Use it.
8630
8631 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
8632
8633         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8634         * gdbarch.h, gdbarch.c: Re-generate.
8635
8636 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8637
8638         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8639
8640 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
8641
8642         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8643         * valops.c (value_arg_coerce): Don't take the address of a reference
8644         to convert an argument to a reference.
8645
8646 2002-02-15  Christopher Faylor  <cgf@redhat.com>
8647
8648         * win32-nat.c (get_image_name): New function.
8649         (handle_load_dll): Use get_image_name function.
8650         (get_child_debug_event): Avoid registering debug events until possibly
8651         execed process is started.
8652         (child_create_inferior): Allow invocation via shell so that command
8653         line redirection, etc.  works ok.
8654         (_initialize_inftarg): Add new command: "set shell" to control whether
8655         a shell is used to start a process.
8656
8657 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8658
8659         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8660         instead of find_register_by_number.
8661         (cannot_store_register): Likewise.
8662
8663 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8664
8665         * dwarf2read.c: Replace fprintf (stderr, ...) by
8666         fprintf_unfiltered (gdb_stderr, ...).
8667
8668 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
8669
8670         * gdbserver/gdbserver.1: Document --attach.
8671
8672 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8673
8674         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8675         descriptions.
8676         * arm-tdep.c (arm_default_arm_le_breakpoint)
8677         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8678         (arm_default_thumb_be_breakpoint): New.  Initialize them from
8679         traditional breakpoint defines.
8680         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8681         (arm_gdbarch_init): Initialize new breakpoint variables.
8682         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8683         (arm_linux_init_abi): Initialize linux-specific breakpoint.
8684         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8685         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8686         code out to ...
8687         (arm_netbsd_init_abi_common): ... here; new function.
8688         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8689         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8690         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8691         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8692
8693 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
8694
8695         * arm-tdep.h (enum arm_abi): New enum.
8696         (struct gdbarch_tdep): New structure.
8697         (LOWEST_PC): Provide a default.
8698         (arm_gdbarch_register_os_abi): Declare new function.
8699         * arm-tdep.c (arm_abi_names): New array.
8700         (process_note_abi_tag_sections): New function.
8701         (get_elfosabi): New function.
8702         (arm_gdbarch_register_os_abi): New function.
8703         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
8704         support for that ABI has been built in, then call the appropriate
8705         configuration routine.  Use gdbarch_num_regs() to get the number
8706         of registers.
8707         (arm_dump_tdep): New function.
8708         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8709         place-holder functions.
8710         (_initialize_arm_tdep): Register them.
8711         * config/arm/tm-arm.h (LOWEST_PC): Delete.
8712
8713         * armnbsd-tdep.c: New file.
8714         * Makefile.in (armnbsd-tdep.o): Add dependencies.
8715         * config/arm/nbsd.mt (TDEPFILES): Add it.
8716         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8717
8718         * armnbsd-nat.c: Include regcache.h.
8719         * Makefile.in (armnbsd-nat.o): Update dependency list.
8720
8721         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8722
8723 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8724
8725         * gdbserver/Makefile.in: Fix typos in target rules.
8726
8727 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8728
8729         Fix part of PR gdb/267.
8730         * linespec.c (find_methods): Handle constructors specially for now.
8731
8732 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
8733
8734         * arm-tdep.c (arm_push_arguments): Eliminate special float type
8735         handling.
8736         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8737         standard_coerce_float_to_double().
8738
8739 2002-02-14  Christopher Faylor  <cgf@redhat.com>
8740
8741         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8742         GDBINIT_FILENAME.
8743
8744 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
8745
8746         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8747         find_variant_by_name, because it confuses the multiarch
8748         framework. Return NULL if there isn't an architecture with the
8749         user supplied name, instead of forcing a different one without
8750         recording the change with the multiarch machinery.
8751         (find_variant_by_name): Delete.
8752
8753 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
8754
8755         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8756         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8757
8758 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
8759
8760         * stack.c (print_frame_info_base): When calling
8761         print_frame_info_listing_hook, set current_source_symtab.
8762
8763 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8764
8765         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8766         and remove unused $(INCLUDE_DIR).
8767         Add regcache.c to OBS.
8768         Add generated register protocol files to clean target.
8769         Update dependencies for new objects, obsolete old target code.
8770
8771         * gdbserver/linux-low.c: Remove all platform-specific code to
8772         new files.  Remove various dead code.  Update to use regcache
8773         functionality.
8774         * gdbserver/remote-utils.c (fromhex): Add return statement
8775         to quiet warning.
8776         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8777         constant.
8778         (input_interrupt): Add integer parameter to match prototype
8779         of a signal handler.
8780         (outreg): Use register_data ().
8781         (prepare_resume_reply): Use gdbserver_expedite_regs.
8782         * gdbserver/server.c (main): Dynamically allocate own_buf because
8783         PBUFSIZ is no longer constant.  Use registers_to_string () and
8784         registers_from_string ().
8785         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
8786         for error (), fatal (), and warning ().  Update definition of
8787         PBUFSIZ to use regcache functionality.  Add include guard.
8788         * gdbserver/utils.c (fatal): Add missing ``const''.
8789         (warning): New function.
8790
8791         * regformats/regdat.sh: Include "regcache.h" in generated files.
8792         Provide init_registers () function.
8793         * regformats/regdef.h: Add prototype for set_register_cache ().
8794         Add include guard.
8795
8796         * gdbserver/linux-arm-low.c: New file.
8797         * gdbserver/linux-i386-low.c: New file.
8798         * gdbserver/linux-ia64-low.c: New file.
8799         * gdbserver/linux-m68k-low.c: New file.
8800         * gdbserver/linux-mips-low.c: New file.
8801         * gdbserver/linux-ppc-low.c: New file.
8802         * gdbserver/linux-sh-low.c: New file.
8803
8804         * gdbserver/regcache.c: New file.
8805         * gdbserver/regcache.h: New file.
8806
8807         * gdbserver/low-linux.c: Removed obsolete file.
8808
8809 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8810
8811         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8812         * config/i386/linux.mt: Likewise.
8813         * config/ia64/linux.mt: Likewise.
8814         * config/m68k/linux.mh: Likewise.
8815         * config/powerpc/linux.mh: Likewise.
8816         * config/mips/linux.mt: Likewise.
8817
8818         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8819
8820         * config/i386/i386lynx.mh: Mark gdbserver variables
8821         as (currently) obsolete for this target.
8822         * config/i386/nbsd.mt: Likewise.
8823         * config/i386/nbsdelf.mt: Likewise.
8824         * config/m32r/m32r.mt: Likewise.
8825         * config/m68k/m68klynx.mh: Likewise.
8826         * config/m68k/nbsd.mt: Likewise.
8827         * config/m68k/sun3os4.mh: Likewise.
8828         * config/mips/vr5000.mt: Likewise.
8829         * config/ns32k/nbsd.mt: Likewise.
8830         * config/pa/hppabsd.mh: Likewise.
8831         * config/pa/hppaosf.mh: Likewise.
8832         * config/powerpc/nbsd.mt: Likewise.
8833         * config/rs6000/rs6000lynx.mh: Likewise.
8834         * config/s390/s390.mt: Likewise.
8835         * config/s390/s390x.mt: Likewise.
8836         * config/sparc/sparclynx.mh: Likewise.
8837         * config/sparc/sun4os4.mh: Likewise.
8838         * config/i386/x86-64linux.mt: Likewise.
8839         * config/sparc/linux.mh: Likewise.
8840
8841 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
8842
8843         * configure.tgt: Configure gdbserver only for known working
8844         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
8845         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
8846         SUBDIRS if it is configured.  Update comment for ${nativefile}.
8847         * configure: Regenerated.
8848
8849 2002-02-13  Michael Snyder  <msnyder@redhat.com>
8850
8851         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8852
8853         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8854         (default_gcore_mach): Just return 0, work around a problem in bfd.
8855         (default_gcore_target): OK to return NULL if exec_bfd is null.
8856         (make_mem_sec): Use a cast, avoid a warning.
8857
8858         * procfs.c (find_memory_regions_callback): Use a cast instead of
8859         calling host_pointer_to_address (which complains if
8860         sizeof (host pointer) != sizeof (target pointer)).
8861         (procfs_make_note_section): Avoid overflow in psargs string.
8862
8863         * procfs.c (procfs_make_note_section): Make the default
8864         implementation return an error.
8865
8866 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
8867
8868         * procfs.c (procfs_make_note_section): Provide a default definition
8869         (for alpha-dec-osf4.0f). Fix typos.
8870
8871 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
8872
8873         * linux-proc.c: Add include of regcache.h.
8874         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8875
8876 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
8877
8878         From 2002-01-18 Greg McGary <greg@mcgary.org>:
8879         * memattr.c (create_mem_region): Disallow useless empty region.
8880         Regions are half-open intervals, so allow [A..B) [B..C) as
8881         non-overlapping.
8882
8883 2002-02-13  Michael Chastain <mec@shout.net>
8884
8885         * defs.h: Kill CONST_PTR.
8886         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8887         * c-lang.c (c_builtin_types): Likewise.
8888         * ch-lang.c (ch_builtin_types): Likewise.
8889         * f-lang.c (f_builtin_types): Likewise.
8890         * language.c (unknown_builtin_types): Likewise.
8891         * m2-lang.c (m2_builtin_types): Likewise.
8892         * p-lang.c (pascal_builtin_types): Likewise.
8893         * scm-lang.c (c_builtin_types): Likewise.
8894
8895 2002-02-13  Keith Seitz  <keiths@redhat.com>
8896
8897         * arm-tdep.h (arm_get_next_pc): Add declaration.
8898
8899 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
8900
8901         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
8902         with other related struct-returning functions.
8903         (arm_extract_struct_value_address): New function.
8904         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
8905         initialize float_format, double_format and long_double_format as
8906         appropriate to the endianness of the target.
8907         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8908         (arm_use_struct_convention): Delete declaration.
8909         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8910
8911 2002-02-13  Keith Seitz  <keiths@redhat.com>
8912
8913         * defs.h (core_addr_to_string_nz): New function.
8914
8915 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
8916
8917         Apply missing bits of 2002-01-15 patch.
8918         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8919         (fill_fpregset): Use i387_fill_fsave.
8920
8921 2002-02-12  Keith Seitz  <keiths@redhat.com>
8922
8923         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8924         (core_addr_to_string_nz): New function.
8925
8926 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8927
8928         * arm-linux-nat.c: Really include arm-tdep.h.
8929         * config/arm/tm-linux.h (struct type, struct value): Declare.
8930
8931 2002-02-11  Michael Snyder  <msnyder@redhat.com>
8932
8933         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8934         (gcore section): Ifdef for Solaris and Unixware only.
8935         (procfs_do_thread_registers): Unixware needs one lwpstatus
8936         per thread (not one prstatus or pstatus).
8937         (procfs_make_note_section): Iterate only over kernel threads (lwps),
8938         not over all gdb threads.  For unixware, call elfcore_write_pstatus
8939         once before iterating over threads.
8940
8941 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8942
8943         * arm-tdep.h: New file.
8944         * arm-tdep.c: Include arm-tdep.h.
8945         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8946         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8947         (arm_print_float_info, arm_register_type, convert_to_extended)
8948         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8949         (arm_extract_return_value, arm_register_name): Make static.
8950         (arm_software_single_step): Similarly.  Fix types in declaration.
8951         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8952         (arm_store_return_value, arm_store_struct_return): New functions.
8953         (arm_gdbarch_init): Register the above functions.  Also register
8954         call_dummy_start_offset, sizeof_call_dummy_words,
8955         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8956         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8957         max_register_virtual_size, register_size.  Set up
8958         prologue_cache.saved_regs here, rather than ...
8959         (_initialize_arm_tdep): ... here.
8960         * config/arm/tm-arm.h (struct type, struct value): Delete forward
8961         declarations.
8962         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8963         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8964         (arm_print_float_info, arm_register_type, convert_to_extended)
8965         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8966         (arm_extract_return_value, arm_register_name): Delete declarations.
8967         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8968         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8969         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8970         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8971         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8972         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8973         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8974         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8975         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8976         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8977         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8978         (arm_get_next_pc): No-longer static -- these are needed by the RDI
8979         interface.
8980         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8981         * remote-rdi.c remote-rdp.c: Likewise.
8982         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8983         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8984         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8985         definition.
8986
8987         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8988         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8989         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8990         from non-ARM_ prefixed definitions.
8991         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8992         all uses of above.
8993         * remote-rdi.c remote-rdp.c: Likewise.
8994         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8995
8996 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
8997
8998         * arm-tdep.c (arm_frameless_function_invocation)
8999         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9000         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9001         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9002         (arm_pop_frame, arm_get_next_pc): Make static.
9003         (arm_gdbarch_init): Register above in gdbarch structure.
9004         (arm_read_fp): Renamed from arm_target_read_fp.
9005         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9006         * config/arm/tm-arm.h (arm_frameless_function_invocation)
9007         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9008         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9009         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9010         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9011         (arm_pc_is_thumb_dummy): Delete declarations.
9012         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9013         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9014         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9015         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9016
9017 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
9018
9019         * symtab.c (compare_search_syms): New function.
9020         (sort_search_symbols): New function.
9021         (search_symbols): Sort symbols after searching rather than
9022         before.
9023
9024 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9025
9026         * NEWS: Linux -> GNU/Linux.
9027
9028 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9029
9030         * gdbarch.sh: For for level one methods, disallow a definition
9031         when partially multi-arched.  Add comments explaining rationale.
9032         * gdbarch.h: Re-generate.
9033
9034 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9035
9036         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9037         multi-arch partial.
9038
9039 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9040
9041         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
9042         field.  Use diff -u.
9043         * gdbarch.c: Re-generate.
9044
9045 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9046
9047         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9048         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9049         partial.
9050
9051 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9052
9053         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9054         multi-arch partial.
9055         (PUSH_ARGUMENTS): Switch to using predefault.
9056         * gdbarch.c: Regenerate.
9057
9058 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
9059
9060         * valops.c (PUSH_ARGUMENTS): Delete definition.
9061         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9062         partial.  Default to default_push_arguments.
9063         * gdbarch.h, gdbarch.c: Regenerate.
9064
9065 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
9066
9067         * defs.h (throw_exception): Rename return_to_top_level.  Update
9068         comments.
9069         * utils.c (error_stream, internal_verror, quit): Ditto.
9070         * top.c (throw_exception, catcher): Ditto.
9071         * sparclet-rom.c (sparclet_load): Ditto.
9072         * remote.c (interrupt_query, minitelnet): Ditto.
9073         * remote-sds.c (interrupt_query): Ditto.
9074         * remote-mips.c (mips_error, mips_kill): Ditto.
9075         * ocd.c (interrupt_query): Ditto.
9076         * monitor.c (monitor_interrupt_query): Ditto.
9077         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9078         * target.h: Update comment.
9079
9080         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9081
9082 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
9083
9084         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9085         default_double_format.
9086         * gdbarch.h, gdbarch.c: Re-generate.
9087         * findvar.c (floatformat_unknown): Delete variable definition.
9088         * doublest.h (floatformat_unknown): Delete variable declaration.
9089
9090 2002-02-09  Jim Blandy  <jimb@redhat.com>
9091
9092         * stabsread.c (read_type): Add code to parse Sun's syntax for
9093         prototyped function types.
9094
9095 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
9096
9097         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9098         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9099
9100 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9101
9102         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9103         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
9104         now _initialize_xcoffsolib gets called again and overrides the
9105         commands from solib.c in a native configuration.
9106
9107 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
9108
9109         * doublest.c (store_typed_floating): Don't try to return a value.
9110         Fixes PR gdb/290.
9111
9112 2002-02-08  Jim Blandy  <jimb@redhat.com>
9113
9114         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9115         is prototyped and has no arguments, print its argument list as
9116         `(void)'.
9117
9118 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9119
9120         * MAINTAINERS (write-after-approval): Add myself.
9121         (paper-trail): I've escaped!
9122
9123 2002-02-08  Christopher Faylor  <cgf@redhat.com>
9124
9125         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9126         changes.
9127         (_initialize_check_for_gdb_ini): Ditto.
9128
9129 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
9130
9131         * win32-nat.c (cygwin_pid_to_str): Fix typo.
9132         xaprintf -> xasprintf.
9133
9134 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
9135
9136         * win32-nat.c: Remove use of printf and sprintf functions.
9137
9138 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
9139
9140         * arm-tdep.c (arm_frame_chain_valid): Make static.
9141         (arm_push_arguments): Likewise.
9142         (arm_gdbarch_init): New function.
9143         (_initialize_arm_tdep): Call it.
9144         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9145         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9146         (FRAME_CHAIN_VALID): Delete.
9147         (arm_frame_chain_valid): Delete declaration.
9148         (PUSH_ARGUMENTS): Delete.
9149         (arm_push_arguments): Delete declaration.
9150         (CALL_DUMMY_P): Delete.
9151
9152 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
9153             Corinna Vinschen  <vinschen@redhat.com>
9154
9155         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9156         on builtin float types.
9157
9158 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9159
9160         * utils.c: Include <curses.h> before "bfd.h".
9161         * tui/tui-hooks.c: Likewise.
9162         * tui/tui.c: Likewise.
9163         * tui/tuiCommand.c: Likewise.
9164         * tui/tuiData.c: Likewise.
9165         * tui/tuiDataWin.c: Likewise.
9166         * tui/tuiDisassem.c: Likewise.
9167         * tui/tuiGeneralWin.c: Likewise.
9168         * tui/tuiIO.c: Likewise.
9169         * tui/tuiLayout.c: Likewise.
9170         * tui/tuiRegs.c: Likewise.
9171         * tui/tuiSource.c: Likewise.
9172         * tui/tuiSourceWin.c: Likewise.
9173         * tui/tuiStack.c: Likewise.
9174         * tui/tuiWin.c: Likewise.
9175
9176 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
9177
9178         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9179         to include space for pseudoregs as well. Update loops accordingly.
9180         (sh_fp_frame_init_saved_regs): Ditto.
9181         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9182
9183 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9184
9185         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9186         Add Richard Earnshaw to Arm maintainers.
9187
9188 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9189
9190         * defs.h (warning_begin): Delete declaration.
9191
9192         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9193         Delete macro.
9194
9195 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9196
9197         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9198         Logic bug, remove misplaced else.
9199
9200 2002-02-07  Klee Dienes  <klee@apple.com>
9201
9202         * fork-inferior.c (fork_inferior): Add '!' to the list of
9203         characters that need to be quoted when building a string for the
9204         shell.  Quote '!' specifically with a backslash, since CSH chokes
9205         when trying to evaluate "str!str".
9206
9207 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
9208
9209         * rdi-share/host.h: Only provide a typedef for bool if it is not
9210         defined.
9211
9212 2002-02-04  Michael Snyder  <msnyder@redhat.com>
9213
9214         * breakpoint.h (enum bptype): Add new overlay event bp type.
9215         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9216
9217         * breakpoint.c (create_internal_breakpoint): New function.
9218         (internal_breakpoint_number): Moved into create_internal_breakpoint.
9219         (create_longjmp_breakpoint): Use create_internal_breakpoint.
9220         (create_thread_event_breakpoint): Ditto.
9221         (create_solib_event_breakpoint): Ditto.
9222         (create_overlay_event_breakpoint): New function.
9223         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9224         (update_breakpoints_after_exec): Delete and re-initialize
9225         overlay event breakpoints after an exec.  Add FIXME comment
9226         about longjmp breakpoint.
9227         (print_it_typical): Ignore overlay event breakpoints.
9228         (print_one_breakpoint): Ditto.
9229         (mention): Ditto.
9230         (bpstat_what): Do not stop for overlay event breakpoints.
9231         (delete_breakpoint): Don't delete overlay event breakpoints.
9232         (breakpoint_re_set_one): Delete the overlay event breakpoint.
9233         (breakpoint_re_set): Re-create overlay event breakpoint.
9234
9235         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9236         (overlay_manual_command): Disable overlay breakpoints.
9237         (overlay_off_command): Disable overlay breakpoints.
9238
9239 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
9240
9241         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9242         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9243         to here from config/tm-arm.h.
9244         (coff_sym_is_thumb): Make static.
9245         (arm_elf_make_msymbol_special): New function.
9246         (arm_coff_make_msymbol_special): New function.
9247         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9248         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9249         (coff_sym_is_thumb): Delete declaration.
9250         (arm_elf_make_msymbol_special): Declare.
9251         (arm_coff_make_msymbol_special): Declare.
9252         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9253         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9254
9255 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
9256
9257         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9258
9259 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
9260
9261         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9262         * gdbarch.c gdbarch.h: Regenerate.
9263         * arch-utils.c (default_print_float_info): New function.
9264         * arch-utils.h (default_print_float_info): Prototype it.
9265         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9266         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9267         (PRINT_FLOAT_INFO): Document it.
9268
9269         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9270         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9271         (PRINT_FLOAT_INFO): Define.
9272
9273 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
9274
9275         * win32-nat.c (_initialize_check_for_gdb_ini):
9276         Add typecast to sprintf argument to suppress a warning.
9277
9278 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
9279
9280         * win32-nat.c (last_sig): Changed type of variable to target_signal,
9281         to allow easier handling of pass state.
9282         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9283         that gives exception name and address.
9284         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9285         and set last_sig value to ourstatus->value.sig. Some missing
9286         exceptions added.
9287         (child_continue): Correctly report continue_status.
9288         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9289         TARGET_SIGNAL_0 (new default value).
9290         (child_resume): consider sig argument passed to decide if
9291         the exception should be passed to debuggee or not.
9292
9293 2002-02-05  Michael Snyder  <msnyder@redhat.com>
9294
9295         * regcache.c (fetch_register): Call target_fetch_register
9296         only if we don't call FETCH_PSEUDO_REGISTER.
9297         (store_register): Call target_store_register only if we
9298         don't call STORE_PSEUDO_REGISTER.
9299
9300 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
9301
9302         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9303         ELF_MAKE_MSYMBOL_SPECIAL.
9304         * gdbarch.c, gdbarch.h: Regenerate.
9305         * arch-utils.c (default_make_msymbol_special): New function.
9306         * arch-utils.h (default_make_msymbol_special): Export.
9307         * elfread.c (elf_symtab_read): Compile use of
9308         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9309         multiarched.
9310         * coffread.c (coff_symtab_read): Ditto, for
9311         COFF_MAKE_MSYMBOL_SPECIAL.
9312
9313 2002-02-05  Jim Blandy  <jimb@redhat.com>
9314
9315         * solib-svr4.c (svr4_truncate_ptr): New function.
9316         (svr4_relocate_section_addresses): Do the address arithmetic with
9317         the appropriate truncation for target addresses, even when
9318         CORE_ADDR is larger than a target address.
9319
9320 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9321
9322         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9323         to (int *).
9324
9325 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9326
9327         * gdbserver/linux-low.c (kill_inferior): Remove commented out
9328         code.
9329
9330 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9331
9332         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9333
9334 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9335
9336         * gdbserver/linux-low.c: Remove unused include files.
9337
9338 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9339
9340         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9341         (read_inferior_memory): Use it.
9342         (write_inferior_memory): Likewise.
9343
9344 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9345
9346         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9347         grubbing through sys_errlist.
9348
9349 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
9350
9351         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9352
9353 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9354         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9355
9356 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
9357
9358         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9359         (do_sfunc, set_cmd_sfunc): New functions.
9360
9361         * command.h (struct cmd_list_element): Add field func.
9362         * cli/cli-decode.h (struct cmd_list_element): Ditto.
9363         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9364         * cli/cli-decode.h: Ditto.
9365
9366         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9367         (help_all, help_cmd_list): Ditto.
9368         (find_cmd, complete_on_cmdlist): Ditto.
9369         * top.c (execute_command): Ditto.
9370
9371         * cli/cli-setshow.c (do_setshow_command): Call func instead of
9372         function.sfunc.
9373
9374         * infcmd.c (notice_args_read): Fix function signature.
9375
9376         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9377         * cli/cli-decode.c (add_set_cmd): Ditto.
9378         * utils.c (initialize_utils): Ditto.
9379         * maint.c (_initialize_maint_cmds): Ditto.
9380         * infrun.c (_initialize_infrun): Ditto.
9381         * demangle.c (_initialize_demangler): Ditto.
9382         * remote.c (add_packet_config_cmd): Ditto.
9383         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9384         * cris-tdep.c (_initialize_cris_tdep): Ditto.
9385         * proc-api.c (_initialize_proc_api): Ditto.
9386         * kod.c (_initialize_kod): Ditto.
9387         * valprint.c (_initialize_valprint): Ditto.
9388         * top.c (init_main): Ditto.
9389         * infcmd.c (_initialize_infcmd): Ditto.
9390         * corefile.c (_initialize_core): Ditto.
9391         * arm-tdep.c (_initialize_arm_tdep): Ditto.
9392         * arch-utils.c (initialize_current_architecture): Ditto.
9393         (_initialize_gdbarch_utils): Ditto.
9394         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9395
9396         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9397         * wince.c (_initialize_inftarg): Ditto.
9398         * symfile.c (_initialize_symfile): Ditto.
9399         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9400         * language.c (_initialize_language): Ditto.
9401         * arc-tdep.c (_initialize_arc_tdep): Ditto.
9402
9403 2002-02-04  Michael Snyder  <msnyder@redhat.com>
9404
9405         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9406
9407 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9408
9409         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9410         Add rules for building the register data files.
9411
9412 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9413
9414         * regformats/regdat.sh: Add braces to the definition of
9415         expedite_regs_${arch}.
9416
9417 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
9418
9419         * regformats/regdef.h (struct reg): Add comment describing the
9420         requirements for offset and size fields.
9421
9422 2002-02-04  Andreas Schwab  <schwab@suse.de>
9423
9424         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9425         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9426
9427 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
9428
9429         * gdbarch.sh (copyright): Update years in generated header.
9430         (SMASH_TEXT_ADDRESS): Add rule.
9431         * gdbarch.h, gdbarch.c: Re-generate.
9432         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9433         * dbxread.c: Likewise.
9434         * dwarfread.c: Likewise.
9435         * elfread.c: Likewise.
9436         * somread.c: Likewise.
9437
9438         * arm-tdep.c (arm_smash_text_address): New function.
9439         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9440
9441 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
9442
9443         Add support for hardware watchpoints on win32 native.
9444         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9445         CONTEXT_DEBUG_REGISTERS.
9446         (dr variable): New variable. Static array containing a local copy
9447         of debug registers.
9448         (debug_registers_changed): New variable.  Reflects when debug registers
9449         are changed and need to be written to inferior.
9450         (debug_registers_used): New variable. Reflects when any debug register
9451         was set, used when new threads are created.
9452         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9453         i386-nat code.
9454         (thread_rec): Set dr array if id is the thread of current_event .
9455         (child_continue, child_resume): Change the debug registers for all
9456         threads if debug_registers_changed.
9457         (child_add_thread): Change the debug registers if debug_registers_used.
9458         * config/i386/cygwin.mh: Add use of i386-nat.o file.
9459         Link nm.h to new nm-cygwin.h file.
9460         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9461         of hardware registers.
9462
9463 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
9464
9465         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9466         Restore behavour broken by 2002-01-20 Andrew Cagney
9467         <ac131313@redhat.com> IEEE_FLOAT removal.
9468
9469 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9470
9471         * c-valprint.c (c_val_print): Pass a proper valaddr to
9472         cp_print_class_method.
9473         * valops.c (search_struct_method): If there is only one method
9474         and args is NULL, return that method.
9475
9476 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9477
9478         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9479         accessing tag_name directly.
9480
9481 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9482
9483         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9484         of accessing tag_name directly.
9485
9486 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
9487
9488         PR gdb/280
9489         * gdbtypes.c (replace_type): New function.
9490         * gdbtypes.h (replace_type): Add prototype.
9491         * stabsread.c (read_type): Use replace_type.
9492
9493 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
9494
9495         * Makefile.in (memattr.o): Add missing dependencies rule.
9496
9497 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9498
9499         * breakpoint.c (break_at_finish_command): Really export.
9500         (break_at_finish_at_depth_command): Ditto.
9501         (tbreak_at_finish_command): Ditto.
9502         * hppa-tdep.c: Include completer.h.
9503         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9504         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9505
9506 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9507
9508         * utils.c (do_write): New function.
9509         (error_stream): Rewrite combining the code from error_begin and
9510         verror.
9511         (verror): Rewrite using error_stream.
9512         (error_begin): Delete function.
9513
9514 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9515
9516         * utils.c (error_begin): Make static.
9517         * defs.h (error_begin): Delete declaration.
9518
9519         * linespec.c (cplusplus_error): Replace cplusplus_hint.
9520         (decode_line_1): Use cplusplus_error instead of error_begin,
9521         cplusplus_hint and return_to_top_level.
9522         * coffread.c (coff_symfile_read): Use error instead of error_begin
9523         and return_to_top_level.
9524         * infrun.c (default_skip_permanent_breakpoint): Ditto.
9525
9526 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9527
9528         * language.h (type_error, range_error): Make string parameter
9529         constant.
9530         * language.c (warning_pre_print): Delete extern declaration.
9531         * dwarfread.c (warning_pre_print): Ditto.
9532         * language.c (type_error, range_error): Rewrite to use verror and
9533         vwarning instead of warning_begin.
9534
9535 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9536
9537         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9538         (set_ignore_count): Move misplaced comment back where it belongs.
9539
9540 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
9541
9542         * command.h (NO_FUNCTION): Delete macro.
9543         * cli/cli-decode.h (NO_FUNCTION): Ditto.
9544         * top.c (execute_command): Replace NO_FUNCTION with NULL.
9545         * tracepoint.c (_initialize_tracepoint): Ditto.
9546         * cli/cli-decode.c (add_set_cmd): Ditto.
9547         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9548
9549 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9550
9551         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9552         Update ``this'' pointer when calling virtual functions.
9553
9554 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9555
9556         * breakpoint.c (create_temp_exception_breakpoint): Delete.
9557         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9558
9559 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
9560
9561         * regformats/reg-arm.dat: New file.
9562         * regformats/reg-i386.dat: New file.
9563         * regformats/reg-ia64.dat: New file.
9564         * regformats/reg-m68k.dat: New file.
9565         * regformats/reg-mips.dat: New file.
9566         * regformats/reg-ppc.dat: New file.
9567         * regformats/reg-sh.dat: New file.
9568         * regformats/regdef.h: New file.
9569         * regformats/regdat.sh: New file.
9570
9571 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
9572
9573         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9574         (arm_frame_args_address, arm_frame_locals_address): New functions.
9575         (arm_frame_num_args): New function.
9576         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9577         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9578         (FRMA_NUM_ARGS): Call arm_frame_num_args.
9579
9580 2002-01-31  Michael Snyder  <msnyder@redhat.com>
9581
9582         * breakpoint.c (break_at_finish_command): Export.
9583         (break_at_finish_at_depth_command): Export.
9584         (tbreak_at_finish_command): Export.
9585         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9586         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9587         "tbreak" commands, which are HPPA specific.
9588
9589         * printcmd.c (disassemble_command): Remove an ancient
9590         artifact of an old merge.
9591
9592         * symfile.h (enum overlay_debugging_state):
9593         Define enum constant values for overlay mode.
9594         * symfile.c (overlay_debugging): Use enums instead of literals.
9595         (overlay_is_mapped, overlay_auto_command,
9596         overlay_manual_command): Ditto.
9597
9598         * breakpoint.c (insert_breakpoints, remove_breakpoint,
9599         breakpoint_here_p, breakpoint_inserted_here_p,
9600         breakpoint_thread_match, bpstat_stop_status,
9601         describe_other_breakpoints, check_duplicates, clear_command):
9602         Coding standard fixes.
9603
9604         * target.c (target_xfer_memory): Add spaces, coding standard.
9605         (do_xfer_memory): Add missing line to trust-readonly
9606         code: check bfd SEC_READONLY flag for section.
9607
9608 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
9609
9610         * PROBLEMS: Fix typo, 5.1->5.1.1.
9611
9612 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
9613
9614         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9615         data symbols, since we search based on textlow and texthigh.
9616         (find_pc_sect_symtab): Likewise.
9617
9618 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9619
9620         * defs.h (vwarning): Declare.
9621         * utils.c (vwarning): New function.
9622         (warning): Call vwarning.
9623         (warning_begin): Delete function.
9624
9625         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9626         the warning message.
9627         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9628         warning_begin.
9629
9630 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9631
9632         * NEWS: Mention "set trust-readonly-sections" command.
9633         Mention generate-core-file command.
9634
9635 2002-01-15  Michael Snyder  <msnyder@redhat.com>
9636
9637         * target.c: New command, "set trust-readonly-sections on".
9638         (do_xfer_memory): Honor the suggestion to trust readonly sections
9639         by reading them from the object file instead of from the target.
9640         (initialize_targets): Register command "set trust-readonly-sections".
9641
9642 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9643
9644         * parse.c (target_map_name_to_register): Simplify, search regs and
9645         pseudo-regs using a single loop.
9646
9647 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
9648
9649         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9650
9651 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
9652
9653         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9654         * config/i386/i386v42mp.mh: Add i387-nat.o .
9655         * i386v4-nat.c: Include i387-nat.h.
9656         (supply_fpregset): Use i387_supply_fsave.
9657         (fill_fpregset): Use i387_fill_fsave.
9658
9659 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
9660
9661         * arm-tdep.c (arm_call_dummy_words): Define.
9662         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9663         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9664         (CALL_DUMMY_WORDS): Define.
9665         (arm_call_dummy_words): Declare.
9666         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9667         (arm_linux_call_dummy_words): Declare.
9668
9669 2002-01-30  Andreas Schwab  <schwab@suse.de>
9670
9671         * m68klinux-nat.c: Fix last change to use regcache_collect
9672         instead of referencing registers[] directly.
9673
9674 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9675
9676         * parse.c (target_map_name_to_register): Delete code wrapped in
9677         #ifdef REGISTER_NAME_ALIAS_HOOK.
9678
9679 2002-01-28  Michael Snyder  <msnyder@redhat.com>
9680
9681         * regcache.c (legacy_read_register_gen): Need to be able to
9682         read pseudo-register as well as real register.
9683         (legacy_write_register_gen): Ditto.
9684
9685 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9686
9687         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9688         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9689         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9690         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9691         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9692         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9693         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9694         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9695         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9696         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9697         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9698         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9699         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9700         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9701         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9702         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9703         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9704         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9705         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9706         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9707
9708 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9709
9710         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9711         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9712         (initialize_current_architecture): Update target_byte_order using
9713         information from BFD.
9714         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9715         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9716
9717 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9718
9719         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9720         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
9721
9722         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9723         #ifdef INVALID_FLOAT.
9724         * infcmd.c (do_registers_info): Ditto.
9725         * values.c (unpack_double): Ditto.  Add comment.
9726
9727         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9728         already commented out.
9729
9730 2002-01-26  Andreas Schwab  <schwab@suse.de>
9731
9732         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9733         * m68klinux-nat.c: Update ptrace interface for fetching/storing
9734         registers and add support for PTRACE_GETREGS.
9735
9736 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
9737
9738         GDB 5.1.1 released from 5.1 branch.
9739         * NEWS: Add 5.1.1 news.
9740         * README: Sync with 5.1 branch.
9741
9742 2002-01-23  Fred Fish  <fnf@redhat.com>
9743
9744         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9745         stabstring on initial malloc.  Reallocing will copy it for us,
9746         if necessary.
9747
9748 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9749
9750         * Makefile.in (hpread_h): Delete.
9751         (HFILES_NO_SRCDIR): Remove hpread.h.
9752         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9753         (hpread.o): Update dependencies.
9754         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9755
9756         * hp-psymtab-read.c: Remove file.
9757         * hp-symtab-read.c: Remove file.
9758         * hpread.h: Remove file.
9759
9760         * hpread.c: Merge all contents of hp-psymtab-read.c,
9761         hp-symtab-read.c and hpread.h into this file, as it was prior to
9762         January 1999.
9763
9764         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9765         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9766         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9767         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9768
9769 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
9770
9771         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9772         fill_gregset): Call gdbarch_tdep() just once, assign result to
9773         variable and use that, instead of calling the function several
9774         times.
9775
9776 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
9777
9778         * configure.host: Accept sparcv9 as alias for sparc64.
9779         * configure.tgt: Likewise.
9780
9781 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
9782
9783         * solib-aix5.c (build_so_list_from_mapfile)
9784         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9785         arguments is not reversed.
9786         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9787         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9788
9789 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
9790
9791         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9792         modified version of obsolete sh_fetch_pseudo_register.
9793         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9794         (sh4_register_read): New function.
9795         (sh_pseudo_register_write): New function. Renamed and modified
9796         version of obsolete sh_store_pseudo_register.
9797         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9798         (sh4_register_write): New function.
9799         (sh_gdbarch_init): Remove setting of gdbarch function
9800         fetch_pseudo_register and store_pseudo_register. Remove setting of
9801         register_convert_to_raw, register_convert_to_virtual,
9802         register_convertible.
9803         (sh_sh4_register_convertible): Delete. No longer needed. All is
9804         taken care by architecture specific functions
9805         register_read/register_write.
9806         (sh_sh4_register_convert_to_virtual): Make static.
9807         (sh_sh4_register_convert_to_raw): Ditto.
9808
9809 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9810
9811         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9812         (floatformat_is_nan, floatformat_mantissa): Ditto.
9813
9814         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9815         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9816         builtin_type_ieee_double_little,
9817         builtin_type_ieee_double_littlebyte_bigword,
9818         builtin_type_m68881_ext, builtin_type_i960_ext,
9819         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9820         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9821         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9822         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9823
9824 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
9825
9826         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9827         parameter.  Set frameless flag if it exists and depended of
9828         whether the scanned function is frameless or not.
9829         (xstormy16_skip_prologue): If function is frameless, return
9830         result of xstormy16_scan_prologue().
9831         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9832         call.
9833
9834 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
9835
9836         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9837         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9838         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9839         sh_sh4_register_byte, sh_sh4_register_raw_size,
9840         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9841         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9842         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9843         sh_store_pseudo_register, sh_do_pseudo_register): Call
9844         gdbarch_tdep() just once, assign result to variable and use that,
9845         instead of calling the function several times.
9846
9847 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
9848
9849         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9850         macros instead of LAST_FPU_CTRL_REGNUM.
9851         (store_register): Likewise.
9852
9853 2002-01-21  Jim Blandy  <jimb@redhat.com>
9854
9855         * infcmd.c (run_command): Check that the `exec' target layer's BFD
9856         is up-to-date before running the program, not just when a program
9857         exits.
9858
9859 2002-01-21  Fred Fish  <fnf@redhat.com>
9860
9861         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9862         when we have found all instructions we are looking for.
9863
9864 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9865
9866         * arm-tdep.c (arm_register_name): New function.
9867         (arm_registers_names): Make static.
9868         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9869         (arm_register_name): Declare.
9870         (REGISTER_NAME): Use it.
9871
9872 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
9873             Kevin Buettner  <kevinb@redhat.com>
9874
9875         Convert arm targets to new FRAME interface.
9876         * arm-tdep.c (struct frame_extra_info): Remove fsr.
9877         (arm_frame_find_save_regs): Delete.
9878         (arm_frame_init_saved_regs): New.
9879         (arm_init_extra_frame_info): Alloacte saved_regs as required.
9880         Allocate extra_info as required.  Convert all uses of fsr.regs
9881         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9882         to use extra_info.
9883         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9884         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9885         (check_prologue_cache, save_prologue_cache): Likewise.
9886         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9887         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9888         (FRAME_FIND_SAVED_REGS): Delete.
9889         (arm_frame_find_saved_regs): Delete prototype.
9890         (arm_frame_init_saved_regs): New prototype.
9891         (FRAME_INIT_SAVED_REGS): Define.
9892
9893 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9894
9895         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9896
9897 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9898
9899         From Jeff Law <law@redhat.com>:
9900         * infttrace.c: Include <sys/pstat.h>.
9901         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
9902         exec file if the ttrace equivalent fails.
9903
9904 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9905
9906         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9907         (closeLogFile): Ditto.
9908
9909 2002-01-20  Michael Chastain  <mec@shout.net>
9910
9911         * top.c (print_gdb_version): Bump copyright year to 2002.
9912
9913 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9914
9915         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9916         Zannoni and Eli Zaretskii.
9917
9918 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9919
9920         * buildsym.c: Update copyright years.
9921         * c-typeprint.c: Likewise.
9922         * dwarf2read.c: Likewise.
9923         * f-typeprint.c: Likewise.
9924         * gdbtypes.c: Likewise.
9925         * gdbtypes.h: Likewise.
9926         * hp-symtab-read.c: Likewise.
9927         * hpread.c: Likewise.
9928         * mdebugread.c: Likewise.
9929         * p-typeprint.c: Likewise.
9930
9931 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9932
9933         * remote-sim.c (gdbsim_open): Simplify code testing the macro
9934         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
9935         byte-order selectable.
9936         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9937         * arch-utils.c: Ditto.
9938         (set_endian): Ditto.
9939         (set_endian_from_file): Ditto.
9940         * gdbserver/low-sim.c (create_inferior): Ditto.
9941         * gdbarch.sh: Ditto.
9942         * gdbarch.h: Re-generate.
9943         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9944         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9945         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9946         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9947         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9948         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9949         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9950         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9951         macro definition.
9952         * config/mips/tm-wince.h: Remove #undef of macro
9953         TARGET_BYTE_ORDER_SELECTABLE.
9954         * config/sh/tm-wince.h: Ditto.
9955
9956 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9957
9958         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9959         member function fields.  Add accessor macro
9960         TYPE_FN_FIELD_ARTIFICIAL.
9961         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9962         * c-typeprint.c (c_type_print_base): Skip artificial member
9963         functions.
9964
9965 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9966
9967         * f-typeprint.c: Delete unused function f_type_print_args.
9968         * p-typeprint.c: Delete unused function pascal_type_print_args.
9969
9970 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
9971
9972         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
9973         comment.  Add ``artificial'' to ``union field_location''.
9974
9975         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9976
9977         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9978         * mdebugread.c (parse_symbol): Likewise.
9979         * stabsread.c (define_symbol): Likewise.
9980         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9981         initializing TYPE_FIELD_BITPOS to n (obsolete).
9982         (hpread_doc_function_type): Likewise.
9983         * hpread.c (hpread_function_type): Likewise.
9984
9985 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9986
9987         * configure.in (host_makefile_frag): Only require a host makefile
9988         fragment when a native build.
9989         * configure: Re-generate.
9990
9991 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9992
9993         * doublest.h (floatformat_from_type): Declare.
9994         * doublest.c (floatformat_from_type): New function.
9995         (convert_typed_floating): Use.
9996
9997         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9998         call to function floatformat_from_type.
9999
10000         * gdbarch.sh (IEEE_FLOAT): Delete.
10001         * gdbarch.h, gdbarch.c: Re-generate.
10002         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10003         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10004         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10005         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10006         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10007         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10008         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10009         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10010         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10011         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10012         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10013         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10014
10015         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10016         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10017         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10018         * sh-tdep.c (sh_gdbarch_init): Ditto.
10019         * mips-tdep.c (mips_gdbarch_init): Ditto.
10020         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10021         * cris-tdep.c (cris_gdbarch_init): Ditto.
10022
10023 2002-01-20  Jiri Smid  <smid@suse.cz>
10024
10025         * configure.host, configure.tgt: Support x86-64.
10026         * NEWS: Note new target x86-64.
10027
10028         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10029         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10030         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10031         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10032         x86-64-linux-nat.o): Fix dependencies.
10033
10034 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10035
10036         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10037         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10038         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10039         * config/sparc/xm-sun4os4.h: Delete file.
10040         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10041
10042 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10043
10044         * config/sparc/sparclynx.mh (XM_FILE): Delete.
10045         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10046         * config/m68k/m68klynx.mh (XM_FILE): Delete.
10047         * config/i386/i386lynx.mh (XM_FILE): Delete.
10048         * config/rs6000/xm-rs6000ly.h: Delete file.
10049         * config/sparc/xm-sparclynx.h: Delete file.
10050         * config/m68k/xm-m68klynx.h: Delete file.
10051         * config/i386/xm-i386lynx.h: Delete file.
10052         * config/xm-lynx.h: Delete file.
10053         * config/djgpp/fnchange.lst: Update.
10054
10055 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
10056
10057         * alpha-tdep.c (alpha_register_byte): New function.
10058         (alpha_register_raw_size): Ditto.
10059         (alpha_register_virtual_size): Ditto.
10060         (alpha_skip_prologue_internal): Renamed from
10061         alpha_skip_prologue.
10062         (alpha_skip_prologue): New version that calls
10063         alpha_skip_prologue_internal.
10064         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10065         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10066         second argument from alpha_skip_prologue.
10067         (REGISTER_BYTE): Use alpha_register_byte.
10068         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10069         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10070         (FRAMELESS_FUNCTION_INVOCATION): Use
10071         generic_frameless_function_invocation_not.
10072         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10073         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10074
10075 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10076
10077         * config/mips/xm-news-mips.h: Delete file.
10078         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10079
10080         * config/m88k/xm-m88k.h: Delete file.
10081         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10082         * config/m88k/xm-delta88v4.h: Ditto.
10083         * config/m88k/xm-delta88.h: Ditto.
10084
10085         * config/alpha/xm-fbsd.h: Delete file.
10086         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10087
10088         * config/sparc/xm-sparc.h: Delete file.
10089         * Makefile.in (xm-sun4os4.h): Delete dependency.
10090         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10091         * config/sparc/xm-sun4os4.h: Ditto.
10092         * config/sparc/xm-linux.h: Ditto.
10093
10094         * config/i386/xm-windows.h: Delete file.
10095
10096 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10097
10098         * utils.c: Include <sys/param.h> for MAXPATHLEN.
10099         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10100
10101 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
10102
10103         * alpha-tdep.c (alpha_call_dummy_words): New.
10104         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10105         (CALL_DUMMY_P): Define.
10106         (CALL_DUMMY_WORDS): Define.
10107         (SIZEOF_CALL_DUMMY_WORDS): Define.
10108
10109 2002-01-19  Per Bothner  <per@bothner.com>
10110
10111         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
10112         isn't NULL, which can happen with some gcj-3.x-produced code.
10113
10114 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
10115
10116         * alpha-tdep.c (alpha_register_virtual_type): New function.
10117         (alpha_init_frame_pc_first): Ditto.
10118         (alpha_fix_call_dummy): Ditto.
10119         (alpha_store_struct_return): Ditto.
10120         (alpha_extract_struct_value_address): Ditto.
10121         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10122         alpha_register_virtual_type.
10123         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10124         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10125         alpha_extract_struct_value_address.
10126         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10127         (INIT_FRAME_PC): Use init_frame_pc_noop.
10128         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10129
10130 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
10131
10132         * i386gnu-nat.c: Include "i386-tdep.h".
10133         (fetch_fpregs): Simplify code dealing with uninitialized floating
10134         point states such that it doesn't require FP7_REGNUM.
10135
10136 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10137
10138         * alpha-tdep.c (frame_extra_info): New.
10139         (alpha_find_saved_regs): Make static.  Use
10140         frame->extra_info.
10141         (alpha_frame_init_saved_regs): New function.
10142         (alpha_frame_saved_pc): Use frame->extra_info.
10143         (temp_saved_regs): Don't declare as struct frame_saved_regs.
10144         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10145         (init_extra_frame_info): Rename to...
10146         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
10147         (alpha_print_extra_frame_info): New function.
10148         (alpha_frame_locals_address): Ditto.
10149         (alpha_frame_args_address): Ditto.
10150         (alpha_pop_frame): Use frame->extra_info.
10151         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10152         alpha_frame_args_address.
10153         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10154         (alpha_find_saved_regs): Remove prototype.
10155         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10156         (EXTRA_FRAME_INFO): Remove.
10157         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10158         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10159
10160 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10161
10162         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10163         (alpha_cannot_fetch_register): Ditto.
10164         (alpha_cannot_store_register): Ditto.
10165         (alpha_register_convertible): Ditto.
10166         (alpha_use_struct_convention): Ditto.
10167         * config/alpha/tm-alpha.h: Update copyright years.
10168         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10169         (INNER_THAN): Use core_addr_lessthan.
10170         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10171         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10172         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10173         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10174         (FRAME_CHAIN): Remove unnecessary cast.
10175
10176 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
10177
10178         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10179         obsolete.
10180
10181 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
10182
10183         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
10184         * monitor.c, remote-array.c, remote-bug.c: Ditto.
10185         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10186         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10187         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10188         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10189         * x86-64-linux-nat.c: Ditto.
10190
10191 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10192
10193         * alpha-tdep.c (alpha_register_name): New function.
10194         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10195         (REGISTER_NAME): Define.
10196
10197 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10198
10199         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10200
10201 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10202
10203         * alpha-tdep.c: Update copyright years.
10204         (alpha_next_pc): New function.
10205         (alpha_software_single_step): Ditto.
10206         * config/alpha/tm-alpha.h: Add prototype for
10207         alpha_software_single_step.
10208
10209 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
10210
10211         * alphabsd-nat.c: Update copyright years.
10212         (fill_gregset): Use regcache_collect.
10213         (fill_fpregset): Likewise.
10214         (fetch_inferior_registers): Only fetch integer registers
10215         if requested to do so.
10216         (store_inferior_registers): Only store integer registers
10217         if requested to do so.
10218
10219 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10220
10221         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10222         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10223         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10224         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10225         * config/alpha/fbsd.mh (XDEPFILES): Delete.
10226         * config/arm/linux.mh (XDEPFILES): Delete.
10227         * config/arm/nbsd.mh (XDEPFILES): Delete.
10228         * config/i386/i386dgux.mh (XDEPFILES): Delete.
10229         * config/i386/i386sol2.mh (XDEPFILES): Delete.
10230         * config/i386/i386m3.mh (XDEPFILES): Delete.
10231         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10232         * config/i386/i386gnu.mh (XDEPFILES): Delete.
10233         * config/i386/fbsd.mh (XDEPFILES): Delete.
10234         * config/i386/i386bsd.mh (XDEPFILES): Delete.
10235         * config/i386/i386sco5.mh (XDEPFILES): Delete.
10236         * config/i386/i386v4.mh (XDEPFILES): Delete.
10237         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10238         * config/i386/i386sco4.mh (XDEPFILES): Delete.
10239         * config/i386/i386aix.mh (XDEPFILES): Delete.
10240         * config/i386/go32.mh (XDEPFILES): Delete.
10241         * config/i386/cygwin.mh (XDEPFILES): Delete.
10242         * config/i386/i386lynx.mh (XDEPFILES): Delete.
10243         * config/i386/i386mach.mh (XDEPFILES): Delete.
10244         * config/i386/i386v32.mh (XDEPFILES): Delete.
10245         * config/i386/linux.mh (XDEPFILES): Delete.
10246         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10247         * config/i386/ncr3000.mh (XDEPFILES): Delete.
10248         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10249         * config/i386/i386sco.mh (XDEPFILES): Delete.
10250         * config/i386/i386v.mh (XDEPFILES): Delete.
10251         * config/i386/nbsd.mh (XDEPFILES): Delete.
10252         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10253         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10254         * config/i386/symmetry.mh (XDEPFILES): Delete.
10255         * config/i386/obsd.mh (XDEPFILES): Delete.
10256         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10257         * config/ia64/linux.mh (XDEPFILES): Delete.
10258         * config/ia64/aix.mh (XDEPFILES): Delete.
10259         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10260         * config/m68k/dpx2.mh (XDEPFILES): Delete.
10261         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10262         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10263         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10264         * config/m68k/linux.mh (XDEPFILES): Delete.
10265         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10266         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10267         * config/m68k/nbsd.mh (XDEPFILES): Delete.
10268         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10269         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10270         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10271         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10272         * config/m88k/delta88.mh (XDEPFILES): Delete.
10273         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10274         * config/m88k/m88k.mh (XDEPFILES): Delete.
10275         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10276         * config/mips/linux.mh (XDEPFILES): Delete.
10277         * config/mips/irix6.mh (XDEPFILES): Delete.
10278         * config/mips/irix5.mh (XDEPFILES): Delete.
10279         * config/mips/irix4.mh (XDEPFILES): Delete.
10280         * config/mips/irix3.mh (XDEPFILES): Delete.
10281         * config/mips/decstation.mh (XDEPFILES): Delete.
10282         * config/mips/mipsm3.mh (XDEPFILES): Delete.
10283         (NATDEPFILES): Move core-aout.o to here.
10284         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10285         * config/pa/hpux1020.mh (XDEPFILES): Delete.
10286         * config/pa/hppabsd.mh (XDEPFILES): Delete.
10287         * config/pa/hppahpux.mh (XDEPFILES): Delete.
10288         * config/pa/hpux11w.mh (XDEPFILES): Delete.
10289         * config/pa/hppaosf.mh (XDEPFILES): Delete.
10290         * config/pa/hpux11.mh (XDEPFILES): Delete.
10291         * config/powerpc/aix.mh (XDEPFILES): Delete.
10292         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10293         * config/powerpc/linux.mh (XDEPFILES): Delete.
10294         * config/romp/rtbsd.mh: Rename XDEPFILES.
10295         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10296         * config/rs6000/aix4.mh (XDEPFILES): Delete.
10297         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10298         * config/s390/s390.mh (XDEPFILES): Delete.
10299         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10300         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10301         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10302         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10303         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10304         * config/sparc/nbsd.mh (XDEPFILES): Delete.
10305         * config/sparc/linux.mh (XDEPFILES): Delete.
10306         * config/vax/vaxult.mh (XDEPFILES): Delete.
10307         * config/vax/vaxult2.mh (XDEPFILES): Delete.
10308         * Makefile.in (DEPFILES): Remove XDEPFILES.
10309
10310 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10311
10312         * utils.c (internal_verror): Fix comments, default is yes not no.
10313         Update queries to match.  Default to quit and dump core.
10314
10315 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10316
10317         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
10318         copyright.
10319         * defs.h, event-top.c, gdbcmd.h: Ditto.
10320         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10321         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10322         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10323         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10324         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10325         * mi/mi-main.c:Ditto.
10326
10327         * stack.c, symfile.c: Update copyright.
10328
10329 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10330
10331         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10332         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10333         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10334         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10335
10336 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
10337
10338         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10339         * gdbserver/low-lynx.c (myattach): Likewise.
10340         * gdbserver/low-nbsd.c (myattach): Likewise.
10341         * gdbserver/low-sim.c (myattach): Likewise.
10342         * gdbserver/low-sparc.c (myattach): Likewise.
10343         * gdbserver/low-sun3.c (myattach): Likewise.
10344
10345         * gdbserver/low-linux.c (myattach): New function.
10346
10347         * gdbserver/server.c (attach_inferior): New function.
10348         (main): Handle "--attach".
10349
10350 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
10351
10352         * MAINTAINERS (language support): Daniel Jacobwitz is C++
10353         maintainer.
10354
10355 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
10356
10357         * c-typeprint.c (is_type_conversion_operator): Add additional
10358         check for non-conversion operators.
10359
10360 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10361
10362         * linux-proc.c: Add "info proc" command, a la procfs.c.
10363         (read_mapping): New function, abstract and re-use code.
10364         (linux_find_memory_regions): Use new func read_mapping.
10365         (linux_info_proc_cmd): New function, implement "info proc".
10366         (_initialize_linux_proc): Add new command "info proc".
10367
10368 2002-01-15  Michael Snyder  <msnyder@redhat.com>
10369
10370         * symfile.c (generic_load): Use bfd_map_over_sections method
10371         instead of manipulating bfd structure members directly.
10372         (add_section_size_callback): New function, bfd sections callback
10373         used by generic_load.
10374         (load_sections_callback): New function, bfd sections callback
10375         used by generic_load.
10376
10377 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
10378
10379         [Based on work by Jim Blandy]
10380         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10381         (builtin_type_vec128): Export.
10382         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10383         types.
10384         (builtin_type_vec128): New builtin type for 128 bit vector
10385         registers.
10386         (build_gdbtypes): Initialize builtin_type_v16qi and
10387         builtin_type_v8hi. Create the vec128 register builtin type
10388         structure.
10389         (build_builtin_type_vec128): New function.
10390         (_initialize_gdbtypes): Register builtin_type_v16qi and
10391         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10392         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10393         AltiVec register to new builtin type.
10394
10395 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
10396
10397         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10398         to make_cv_type.
10399
10400 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10401
10402         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10403         CLEAN_UP_REGISTER_VALUE.
10404         * regcache.c (supply_register): Update only call.
10405
10406 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10407
10408         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10409         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10410         a29k-*-vxworks* targets as obsolete.
10411
10412 2002-01-14  Michael Snyder  <msnyder@redhat.com>
10413
10414         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10415         until we can resolve portability issues.
10416         * gregset.h: Remove references to fpxregs.
10417         * gcore.c (gcore_command): Initialize note_sec to NULL.
10418
10419 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10420
10421         * signals.c (target_signal_to_name): Rewrite.  Only use
10422         signals[].name when in bounds and non-NULL.
10423
10424 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10425
10426         From Petr Ledvina <ledvinap@kae.zcu.cz>:
10427         * signals.c (target_signal_to_name): Verify that SIG is within the
10428         bounds of the signals array.
10429
10430 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10431
10432         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10433
10434 2002-01-13  Keith Seitz  <keiths@redhat.com>
10435
10436         * stack.c (print_frame_info_base): Print the frame's pc
10437         only if when print_frame_info_listing_hook is not defined.
10438
10439 2002-01-13  Keith Seitz  <keiths@redhat.com>
10440
10441         * varobj.c (varobj_set_value): Make sure that there were no
10442         errors evaluating the object before attempting to set its
10443         value.
10444         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10445         so this offset adjustment is no longer necessary.
10446         (create_child): Don't set the error flag if the child is
10447         a CPLUS_FAKE_CHILD.
10448         (value_of_child): If value_fetch_lazy fails, return NULL
10449         so that callers will be notified that an error occurred.
10450         (c_value_of_variable): Delay check of variable's validity
10451         until later. We actually want all structs and unions to have
10452         the value "{...}".
10453         Do not return "???" for variables which could not be evaluated.
10454         This error condition must be returned to the caller so that it
10455         can get the error condition from gdb.
10456         (cplus_name_of_child): Adjust index for vptr before figuring
10457         out the name of the child.
10458         (cplus_value_of_child): If a child's (real) parent is not valid,
10459         don't even bother trying to give a value for it. Just return
10460         an error. Change all instances in this function.
10461         (cplus_type_of_child): If our parent is one of the "fake"
10462         parents, we need to get at the type of the real parent, and
10463         derive the child's true type using this information.
10464
10465 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10466
10467         From 2002-01-09 John Marshall <johnm@falch.net>:
10468         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10469         sources.redhat.com, and tweak some related URLs which had
10470         suffered from linkrot.
10471
10472 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10473
10474         From Jeff law:
10475         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10476         structures passed in registers.
10477
10478 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
10479
10480         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10481         white space which prevented compilation.  Reported by DSK
10482         <dsk@student.unsw.edu.au>.
10483
10484 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10485
10486         * symfile.c (build_section_addr_info_from_section_tab):
10487         Use bfd access method instead of manipulating bfd directly.
10488         (syms_from_objfile): Ditto.
10489         (simple_overlay_update_1): Ditto.
10490         (simple_overlay_update): Ditto.
10491         (generic_load): Ditto.
10492         (overlay_unmapped_address): FIXME comment, bfd access methods.
10493         (sections_overlap): FIXME comment, bfd access methods.
10494         (pc_in_mapped_range): FIXME comment, bfd access methods.
10495         (pc_in_unmapped_range): FIXME comment, bfd access methods.
10496         (section_is_mapped): FIXME comment, bfd access methods.
10497         (section_is_overlay): FIXME comment, bfd access methods.
10498
10499         * symfile.c (generic_load): Whitespace and long line cleanups.
10500         Remove duplicate variable, change several local variables to
10501         more appropriate data types.
10502         (print_transfer_performance): Use %lu instead of %ld for ulongs.
10503
10504 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10505
10506         From Peter Schauer:
10507         * language.c (longest_local_hex_string_custom): Use phex_nz to
10508         convert NUM to a hex string.
10509
10510 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
10511
10512         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10513         the function.
10514         Update Copyright year.
10515
10516 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
10517
10518         * language.c (longest_raw_hex_string): Delete unused function.
10519
10520 2002-01-11  Petr Sorfa  <petrs@caldera.com>
10521
10522         * MAINTAINERS (write-after-approval): Add myself.
10523         * dwarf2read.c (read_tag_string_type): Handling of
10524         DW_AT_byte_size.
10525         (read_tag_string_type): FORTRAN fix to prevent propagation of
10526         first string size.
10527         (set_cu_language): Handling of DW_LANG_Fortran95
10528
10529 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
10530
10531         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10532         GETPID(inferior_ptid).
10533         (store_inferior_registers): Likewise.
10534
10535 2002-01-10  Jason Merrill  <jason@redhat.com>
10536
10537         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10538         Fix DW_OP_minus.
10539
10540 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
10541
10542         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10543         and bfd/elf32-sh-nbsd.c.
10544
10545 2002-01-10  Michael Snyder  <msnyder@redhat.com>
10546
10547         * NEWS: Mention --pid and corefile/proc-id behavior change.
10548
10549         * Makefile.in: Add rules for gcore.o and linux-proc.o.
10550         * gcore.c: Include cli/cli-decode.h instead of command.h.
10551
10552         * main.c (captured_main): Add new command line option "--pid".
10553         If the second command line argument (following the symbol-file)
10554         begins with a digit, try to attach to it before trying to open
10555         it as a corefile.
10556         (print_gdb_help): Document the "--pid" argument.
10557
10558 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
10559
10560         * completer.c (command_completer): New function.
10561
10562         * completer.h <command_completer>: Add prototype.
10563
10564         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10565         completer for the "help" command.
10566
10567 2002-01-09  Jason Merrill  <jason@redhat.com>
10568
10569         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10570
10571 2002-01-09  Michael Snyder  <msnyder@redhat.com>
10572
10573         * i386-linux-nat.c (fill_fpxregset): Make global.
10574         (store_fpxregset): Ditto.
10575
10576         * gregset.h (gdb_fpxregset_t): Define.
10577         (supply_fpxregset): Prototype.
10578         (fill_fpxregset): Prototype.
10579
10580         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10581
10582 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10583
10584         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10585         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10586         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10587
10588 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
10589
10590         * MAINTAINERS: Update target maintainer rules so that any
10591         Maintainer can approve a tested patch for a maintenance-only
10592         target.
10593
10594 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
10595
10596         * MAINTAINERS (write-after-approval): Add myself.
10597
10598         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10599         IN_SIGTRAMP.
10600
10601 2002-01-08  Michael Snyder  <msnyder@redhat.com>
10602
10603         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10604         real name of the executable, rather than the /proc name.
10605
10606 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10607
10608         Implement a "generate-core-file" command in gdb, save target state.
10609         * gcore.c: New file.  Implement new command 'generate-core-file'.
10610         Save a corefile image of the current state of the inferior.
10611         * linux-proc.c: Add linux-specific code for saving corefiles.
10612         * target.h (struct target_ops): Add new target vectors for saving
10613         corefiles; to_find_memory_regions and to_make_corefile_notes.
10614         (target_find_memory_regions): New macro.
10615         (target_make_corefile_notes): New macro.
10616         * target.c (update_current_target): Inherit new target methods.
10617         (dummy_find_memory_regions): New place-holder method.
10618         (dummy_make_corefile_notes): New place-holder method.
10619         (init_dummy_target): Initialize new dummy target vectors.
10620         * exec.c (exec_set_find_memory_regions): New function.
10621         Allow the exec_ops vector for memory regions to be taken over.
10622         (exec_make_note_section): New function, target vector method.
10623         * defs.h (exec_set_find_memory_regions): Export prototype.
10624         * procfs.c (proc_find_memory_regions): New function, corefile method.
10625         (procfs_make_note_section): New function, corefile method.
10626         (init_procfs_ops): Set new target vector pointers.
10627         (find_memory_regions_callback): New function.
10628         (procfs_do_thread_registers): New function.
10629         (procfs_corefile_thread_callback): New function.
10630         * sol-thread.c (sol_find_memory_regions): New function.
10631         (sol_make_note_section): New function.
10632         (init_sol_thread_ops): Initialize new target vectors.
10633         * inftarg.c (inftarg_set_find_memory_regions): New function.
10634         Allow to_find_memory_regions vector to be taken over.
10635         (inftarg_set_make_corefile_notes): New function.
10636         Allow to_make_corefile_notes vector to be taken over.
10637         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10638         interface layer if not target_has_execution (may be a corefile).
10639         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10640         * config/sparc/sun4sol2.mh: Ditto.
10641         * config/alpha/alpha-linux.mh: Ditto.
10642         * config/arm/linux.mh: Ditto.
10643         * config/i386/x86-64linux.mh: Ditto.
10644         * config/ia64/linux.mh: Ditto.
10645         * config/m68k/linux.mh: Ditto.
10646         * config/mips/linux.mh: Ditto.
10647         * config/powerpc/linux.mh: Ditto.
10648         * config/sparc/linux.mh: Ditto.
10649
10650 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10651
10652         * arm-linux-nat.c: Remove references to regcache.c internal data
10653         (registers[] and register_valid[]).
10654
10655 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10656
10657         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
10658         so that attaching to a pid will automatically read the process's
10659         symbol file and shlibs.
10660         * Makefile.in: Add rule for linux-proc.o.
10661         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10662         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10663         * config/arm/linux.mh: Ditto.
10664         * config/i386/linux.mh: Ditto.
10665         * config/i386/x86-64linux.mh: Ditto.
10666         * config/ia64/linux.mh: Ditto.
10667         * config/m68k/linux.mh: Ditto.
10668         * config/mips/linux.mh: Ditto.
10669         * config/powerpc/linux.mh: Ditto.
10670         * config/sparc/linux.mh: Ditto.
10671
10672 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10673
10674         * win32-nat.c: Add i386-tdep.h dependency.
10675
10676 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10677
10678         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10679         instead of bfd_get_arch_size.  Don't bail out just because
10680         there's no exec_bfd.
10681
10682         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10683         * p-valprint.c (pascal_object_print_value): Ditto.
10684         * somread.c (som_symtab_read): Ditto.
10685         * symfile.c (simple_free_overlay_region_table): Ditto.
10686         * valops.c (value_assign): Ditto.
10687
10688         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10689         use tilde_expand and strerror for opening save-tracepoints file.
10690
10691         * thread-db.c (thread_db_new_objfile): Indendation fix.
10692
10693         * infptrace.c (GDB_MAX_ALLOCA): New define.
10694         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10695         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10696         can be overridden with whatever value is appropriate to the host).
10697         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10698         alloca to allocate potentially large buffer.
10699         * rs6000-nat.c (child_xfer_memory): Ditto.
10700         * symm-nat.c (child_xfer_memory): Ditto.
10701         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10702
10703 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
10704
10705         From Nick Clifton  <nickc@redhat.com>
10706         * d10v-tdep.c: Set STACK_START to 0x200bffe.
10707
10708 2002-01-07  Michael Snyder  <msnyder@redhat.com>
10709
10710         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10711         Don't use exec_bfd if it's NULL.
10712
10713 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
10714
10715         * valops.c (value_arg_coerce): Fix formatting.
10716
10717 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10718
10719         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10720         * gnu-nat.c: Ditto.
10721
10722 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10723
10724         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10725         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10726         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10727         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10728         z8k-coff have not been multi-arched.  Update z8k-coff build
10729         status.
10730
10731 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
10732
10733         * MAINTAINERS: Mark a29k target as obsolete.
10734         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10735         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
10736         comments.
10737         * NEWS: Note that a29k targets are obsolete.
10738         * a29k-tdep.c: Mark as obsolete.
10739         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10740         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10741         a29k-*-vxworks* targets as obsolete.
10742         * remote-adapt.c: Obsolete.
10743         * remote-eb.c: Obsolete.
10744         * remote-mm.c: Obsolete.
10745         * remote-udi.c: Obsolete.
10746         * config/a29k/a29k-udi.mt: Obsolete.
10747         * config/a29k/a29k.mt: Obsolete.
10748         * config/a29k/tm-a29k.h: Obsolete.
10749         * config/a29k/tm-vx29k.h: Obsolete.
10750         * config/a29k/vx29k.mt: Obsolete.
10751
10752 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10753
10754         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10755         with BFD_ENDIAN_BIG.
10756
10757 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10758
10759         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10760         * configure, config.in: Re-generate.
10761         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10762         * defs.h: Do not include <endian.h>.
10763
10764 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
10765
10766         * acconfig.h (HAVE_PT_GETXMMREGS): New.
10767         * config.in: Regenerate.
10768         * configure.in: Update copyright years.
10769         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10770         * configure: Regenerate.
10771         * i386bsd-nat.c: Update copyright years.
10772         (fill_gregset): Use regcache_collect.
10773         (fetch_inferior_registers): Only fetch integer registers
10774         if requested to do so.  Add support for XMM registers
10775         using PT_GETXMMREGS.
10776         (store_inferior_registers): Only store integer registers
10777         if requested to do so.  Add support for XMM registers
10778         using PT_SETXMMREGS.
10779         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10780         (store_inferior_registers): Remove.
10781         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10782         (fetch_elfcore_registers): New function.
10783         (i386nbsd_elfcore_fns): New.
10784         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10785         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10786         i386bsd-nat.o.
10787         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10788         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10789         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10790         * config/i386/tm-nbsd.h: Update copyright years.
10791         (HAVE_SSE_REGS): Define.
10792         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10793         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10794         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10795         (SIGCONTEXT_PC_OFFSET): Remove.
10796         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10797
10798 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
10799
10800         * configure.tgt: Remove powerpc-*-macos* target.
10801         * config/m68k/xm-mpw.h: Delete file.
10802         * config/xm-mpw.h: Delete file.
10803         * ser-mac.c: Delete file.
10804         * mpw-make.sed: Delete file.
10805         * mpw-config.in: Delete file.
10806         * mac-xdep.c: Delete file.
10807         * mac-gdb.r: Delete file.
10808         * mac-defs.h: Delete file.
10809         * mac-nat.c: Delete file.
10810         * config/powerpc/macos.mh: Delete file.
10811         * config/powerpc/macos.mt: Delete file.
10812         * config/powerpc/nm-macos.h: Delete file.
10813         * config/powerpc/tm-macos.h: Delete file.
10814         * source.c (openp, open_source_file): Remove obsolete code.
10815         * top.c (gdb_readline): Ditto.
10816         * utils.c (query): Ditto.
10817         * event-top.c (display_gdb_prompt): Ditto.
10818         * Makefile.in (ser-mac.o): Delete obsolete target.
10819         * NEWS: Update.
10820
10821 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10822
10823         * defs.h (BIG_ENDIAN): Delete macro definition.
10824         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10825         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10826         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10827         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10828         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10829         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10830         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10831         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10832         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10833         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10834         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10835         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10836         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10837         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10838         * gdbarch.c: Re-generate.
10839
10840 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10841
10842         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10843         for core files.
10844
10845 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10846
10847         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10848
10849 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10850
10851         * value.h (value_ptr): Delete typedef.
10852
10853 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10854
10855         * i386nbsd-nat.c: Update copyright years.
10856         Include i386-tdep.h.
10857
10858 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
10859
10860         * stabsread.c: Update copyright years.
10861
10862         From Debashis Mahata <debashis.mahata@wipro.com>:
10863         (read_struct_fields): Deal with Sun C compiler erroneous stab
10864         output for structs and unions.
10865         Fix PR gdb/269.
10866
10867 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10868
10869         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10870         prototype.
10871
10872 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10873
10874         * cp-abi.c: Fix whitespace.
10875         (baseclass_offset): New wrapper function.
10876         * cp-abi.h (baseclass_offset): Add prototype.
10877         (struct cp_abi_ops): Add baseclass_offset pointer.
10878
10879         * valops.c (vb_match): Move to...
10880         * gnu-v2-abi.c (vb_match): here.
10881         * valops.c (baseclass_offset): Move to...
10882         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10883
10884         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10885
10886         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10887         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10888         * hpacc-abi.c (init_hpacc_ops): Likewise.
10889
10890 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
10891
10892         * valops.c (find_overload_match): Accept obj as a
10893         reference parameter.  Update it before returning.
10894         * value.h (find_overload_match): Update prototype.
10895         * eval.c (evaluate_subexp_standard): Pass object to
10896         find_overload_match by reference.
10897
10898 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10899
10900         * valarith.c: Replace value_ptr with struct value pointer.  Remove
10901         register attribute from value declarations.
10902         * valops.c: Ditto.
10903         * value.h: Ditto.
10904         * scm-lang.c (scm_lookup_name): Ditto.
10905
10906 2002-01-03  Michael Snyder  <msnyder@redhat.com>
10907
10908         Abstract the functionality of iterating over mapped memory
10909         regions into a general purpose iterator function.
10910         * procfs.c (iterate_over_mappings): New function, general purpose
10911         iterator for memory sections.
10912         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10913         (solib_mappings_callback): New function, callback for above.
10914         (info_proc_mappings): Reimpliment using iterate_over_mappings.
10915         (info_mappings_callback): New function, callback for above.
10916
10917         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10918
10919 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
10920
10921         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10922         * i386-tdep.c: Include "elf-bfd.h".
10923         (process_note_abi_tag_sections): New function.
10924         (i386_gdbarch_init): Add code to recognize various OS/ABI
10925         combinations.
10926
10927         * maint.c (_initialize_maint_cmds): Add missing \ in
10928         string-literal.
10929
10930 For older changes see ChangeLog-2001
10931 \f
10932 Local Variables:
10933 mode: change-log
10934 left-margin: 8
10935 fill-column: 74
10936 version-control: never
10937 End: