* amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
[external/binutils.git] / gdb / ChangeLog
1 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
2
3         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
4         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5         (amd64_collect_fxsave): Likewise.
6
7         * i386-sol2-tdep.c: Include "gdb_string.h".
8         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9         name.
10         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
11
12 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
13
14         * i386-sol2-tdep.c: Include "solib-svr4.h".
15         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
16         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
17         * config/i386/tm-i386sol2.h: Include :solib.h".
18         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
19         solib-svr4.o and solib-legacy.o.
20         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
21         solib-svr4.o.
22
23 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
24
25         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
26         whether a register is supplied by PTRACE_GETFPREGS.
27         (store_inferior_registers): Likewise.
28         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
29         whether a register is supplied by PT_GETFPREGS.
30         (store_inferior_registers): Likewise.
31
32         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
33         * config/i386/linux64.mt (TDEPFILES): Likewise.
34
35         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
36
37         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
38         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
39         the program counter is in the range specified by `struct
40         gdbarch_tdep'.
41         * amd64-linux-tdep.c: Include "symtab.h".
42         (amd64_linux_pc_in_sigtramp): Remove function.
43         (amd64_linux_sigtramp_p): New function.
44         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
45         deprecated_pc_in_sigtramp.
46         * amd64nbsd-tdep.c: Include "symtab.h".
47         (amd64nbsd_sigtramp_p): New function.
48         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
49         deprecated_pc_in_sigtramp.
50         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
51         few comments.
52         (amd64obsd_pc_in_sigtramp): Remove function.
53         (amd64obsd_sigtramp_p): New function.
54         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
55         deprecated_pc_in_sigtramp.
56         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
57         (i386bsd_pc_ins_sigtramp): Remove prototype.
58         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
59         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
60         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
61         the program counter is in the range specified by `struct
62         gdbarch_tdep'.
63         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
64         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
65         (i386_go32_pc_in_sigtramp): Remove function.
66         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
67         Initialize TDEP->sigtramp_p.
68         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
69         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
70         deprecated_pc_in_sigtramp.
71         * i386-linux-tdep.c: Adjust comments.
72         (i386_linux_pc_in_sigtramp): Remove function.
73         (i386_linux_sigtramp_p): New function.
74         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
75         deprecated_pc_in_sigtramp.
76         * i386-nto-tdep.c: Update copyright year.
77         (i386nto_pc_in_sigtramp): Remove function.
78         (i386nto_sigtramp_p): New function.
79         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
80         SP_REGNUM.
81         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
82         deprecated_pc_in_sigtramp.
83         * i386-sol2-tdep.c: Update copyright year.
84         (i386_sol2_pc_in_sigtramp): Remove function.
85         (i386_sol2_sigtramp_p): New function.
86         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
87         deprecated_pc_in_sigtramp.
88         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
89         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
90         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
91         deprecated_sigtramp_start and deprecated_sigtramp_end.
92         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
93         (i386nbsd_pc_in_sigtramp): Remove function.
94         (i386nbsd_sigtramp_p): New function.
95         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
96         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
97         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
98         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
99         (i386obsd_pc_in_sigtramp): Remove function.
100         (i386obsd_sigtramp_p): New function.
101         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
102         functions.
103         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
104         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
105         TDEP->sigtramp_p.
106         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
107         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
108         dependencies.
109
110         * config/i386/i386aout.mt: Remove file.
111
112         * configure.tgt: Remove i[34567]86-*-go32*,
113         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
114         and i[34567]86-*-isc*.  Set gdb_target to i386 for
115         i[34567]86-*-netware* and i[34567]86-*-*.
116         * config/i386/i386.mt: New file.
117         * config/i386/embed.mt: Remove file.
118         * config/i386/go32.mt: Remove file.
119         * config/i386/i386nw.mt: Remove file.
120         * config/i386/i386v.mt: Remove file.
121         * config/i386/tm-go32.h: Remove file.
122
123         * tui/tui-hooks.c: Include "readline/readline.h" after
124         "gdb_curses.h" instead of before.
125         * tui/tui-io.c: Likewise.
126
127         * tui/tui.c: Fix typo in comment.
128
129         * sparc64-tdep.c (sparc_address_from_register): Remove function.
130
131 2004-04-08  Andrew Cagney  <cagney@redhat.com>
132
133         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
134         (deprecated_exception_support_initialized): Declare.
135         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support) 
136         (initialize_hp_cxx_exception_support)
137         (child_enable_exception_callback): Update.
138         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
139         (deprecated_exception_support_initialized): Rename
140         deprecated_exception_catchpoints_are_fragile and
141         deprecated_exception_support_initialized.
142         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
143
144         * symtab.c (deprecated_hp_som_som_object_present): Rename
145         hp_som_som_object_present.
146         * symtab.h (deprecated_hp_som_som_object_present): Declare.
147         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
148         Update.  Delete extern declaration.
149         * valops.c (hp_som_som_object_present): Ditto.
150         * parse.c (deprecated_hp_som_som_object_present) 
151         (parse_nested_classes_for_hpacc): Ditto.
152         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
153         * hppa-hpux-tdep.c (hp_som_som_object_present) 
154         (initialize_hp_cxx_exception_support): Ditto.
155         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
156         * cp-valprint.c (hp_som_som_object_present) 
157         (cp_print_class_method): Ditto.
158         * c-typeprint.c (hp_som_som_object_present): 
159         (c_type_print_base): Ditto.
160         * c-exp.y (hp_som_som_object_present): Ditto.
161
162 2004-04-08  Andrew Cagney  <cagney@redhat.com>
163
164         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
165         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
166         (frame_unwind_find_by_frame): Re-implement the unwind code so
167         that it can both prepend and append sniffers.  Replace
168         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
169         * tramp-frame.c (tramp_frame_append): Use
170         frame_unwind_prepend_unwinder.
171         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
172         frame_unwind_register_unwinder.
173         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
174         tramp_frame_append.
175         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
176         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi) 
177         (mips_linux_init_abi): Update.
178
179 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
180
181         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
182         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
183         file support.
184
185 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
186
187         * ia64-tdep.c (elf.h): Don't include.
188         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
189
190 2004-04-07  Jason Molenda  (jmolenda@apple.com)
191
192         * frame.h: Typeo corrections in comments.
193
194 2004-04-07  Jim Blandy  <jimb@redhat.com>
195
196         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
197         %esp and %ebp
198
199 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
200
201         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
202         * config/sparc/linux64.mt (TDEPFILES): Likewise.
203         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
204         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
205         and solib-legacy.o.
206         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
207         solib-svr4.o.
208         * config/sparc/tm-sol2.h: Update copyright year.  Include
209         "solib.h".
210
211         * sparc-sol2-tdep.c: Update copyright year.  Include
212         "solib-svr4.h".
213         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
214         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
215         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
216         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
217         dependencies.
218
219 2004-04-06  Andrew Cagney  <cagney@redhat.com>
220
221         * infttrace.c: Include "infttrace.h".
222         * infttrace.h: Include "target.h".
223         * Makefile.in (infttrace_h): Update.
224         (infttrace.o): Update.
225         
226 2004-04-06  Andrew Cagney  <cagney@redhat.com>
227
228         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
229         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
230         move extern declarations from here ...
231         * infttrace.h: ... to here.
232         * Makefile.in (hppah-nat.o): Update dependencies.
233
234         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
235         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
236         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32): 
237         (hppa_breakpoint_from_pc): Delete.
238
239         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
240
241 2004-04-05  Andrew Cagney  <cagney@redhat.com>
242
243         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
244         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
245         <sys/file.h>.
246         
247 2004-04-06  Randolph Chung  <tausq@debian.org>
248
249         Committed by Andrew Cagney (mechanical change).
250         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
251         exception_catchpoints_are_fragile, find_stub_with_shl_get,
252         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
253         child_enable_exception_callback, current_ex_event,
254         null_symtab_and_line, child_get_current_exception_event,
255         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
256         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
257         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
258         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
259         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
260         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
261         Move hpux-specific definitions ...
262         * hppa-hpux-tdep.c: ... to here.
263
264 2004-04-05  Andrew Cagney  <cagney@redhat.com>
265
266         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
267         skip_prologue_using_sal.
268
269 2004-04-05  Andrew Cagney  <cagney@redhat.com>
270
271         * config/i386/tm-i386.h: Delete file.
272         * config/i386/tm-vxworks.h: Update copyright, do not include
273         "tm-i386.h".
274         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
275         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
276         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
277         * config/i386/ncr3000.mt (TM_FILE): Delete.
278         * config/i386/interix.mt (TM_FILE): Delete.
279         * config/i386/i386v.mt (TM_FILE): Delete.
280         * config/i386/i386nw.mt (TM_FILE): Delete.
281         * config/i386/i386gnu.mt (TM_FILE): Delete.
282         * config/i386/i386aout.mt (TM_FILE): Delete.
283         * config/i386/embed.mt (TM_FILE): Delete.
284
285 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
286
287         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
288         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
289         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
290         (accg7_regnum): New constants.
291         (last_spr_regnum, last_pseudo_regnum): Update.
292         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
293         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
294         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
295         for accg registers.
296         (frv_register_sim_regno): Update spr_map[].
297
298 2004-04-04  Andrew Cagney  <cagney@redhat.com>
299
300         * config/mips/xm-riscos.h: Delete.
301         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
302         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
303         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
304         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
305         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
306         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
307         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
308         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
309         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
310         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
311         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
312         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
313         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
314         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
315         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
316         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
317         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
318         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
319         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
320         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
321         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
322         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
323         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
324         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
325         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
326         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
327         
328         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
329         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
330         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
331         * configure.host: Remove m680[01]0-sun-sunos3*,
332         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
333         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
334         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
335         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
336         mips-*-riscos*.
337         * NEWS: Mention removed systems.
338
339 2004-04-04  Andrew Cagney  <cagney@redhat.com>
340
341         GDB 6.1 release created from 6.1 branch.
342
343 2004-04-04  Andrew Cagney  <cagney@redhat.com>
344
345         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
346         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
347         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
348
349         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
350         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
351         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
352
353 2004-04-03  Jim Blandy  <jimb@redhat.com>
354
355         * MAINTAINERS: Chris Faylor has changed employers; add him to
356         "paper trail" section, and update his E-mail address.
357
358 2004-04-03  Andrew Cagney  <cagney@redhat.com>
359
360         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
361         generic dummy frames.
362         * dummy-frame.c: Update copyright.
363         (dummy_frame_sniffer): Delete check for generic dummy frames.
364
365         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
366         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS) 
367         (REG_PARM_STACK_SPACE): Delete.
368         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
369         Inline reference to REG_PARM_STACK_SPACE.
370
371         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
372         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
373         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
374         (FRAME_BASE_BEFORE_SIGTRAMP)
375         (hppa32_hpux_frame_base_before_sigtramp)
376         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
377         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
378         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
379         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
380         (FRAME_BASE_BEFORE_SIGTRAMP)
381         (hppa64_hpux_frame_base_before_sigtramp)
382         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
383
384 2004-04-03  Andrew Cagney  <cagney@redhat.com>
385
386         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
387
388 2004-04-02  Andrew Cagney  <cagney@redhat.com>
389
390         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
391         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
392         * dummy-frame.h: Delete out-of-date comments.
393         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
394         * gdbarch.h, gdbarch.c: Re-generate.
395
396 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
397         
398         Committed by Andrew Cagney <cagney@redhat.com>.
399         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
400         into account an instruction saving a register if we have already
401         seen an earlier instruction saving that same register.
402
403 2004-04-02  Andrew Cagney  <cagney@redhat.com>
404
405         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
406         * gdbarch.h, gdbarch.c: Re-generate.
407         * frame.c (legacy_get_prev_frame): Delete references to
408         DEPRECATED_INIT_FRAME_PC_FIRST.
409
410         * infrun.c (pc_in_sigtramp): Delete function.
411         (check_sigtramp2): Inline call to pc_in_sigtramp, use
412         get_frame_type.
413
414 2004-04-02  Andrew Cagney  <cagney@redhat.com>
415
416         * infrun.c (handle_step_into_function): Delete code conditional on
417         legacy_frame_p.
418         (handle_inferior_event, step_over_function): Ditto.
419
420 2004-04-02  Andrew Cagney  <cagney@redhat.com>
421
422         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
423         "previous frame inner to this frame" test.
424
425 2004-04-02  Andrew Cagney  <cagney@redhat.com>
426
427         * frame.c (safe_frame_unwind_memory): New function.
428         * frame.h (safe_frame_unwind_memory): Declare.  Update description
429         of /safe_/ methods.
430         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
431         "next_frame".  Use safe_frame_unwind_memory.
432         (tramp_frame_sniffer): Update call to tramp_frame_start.
433
434 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
435
436         * dwarf2read.c (dwarf2_objfile_data_key): New.
437         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
438         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
439         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
440         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
441         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
442         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
443         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
444         Remove variables.
445         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
446         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
447         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
448         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
449         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
450         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
451         Remove macros.
452         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
453         data.
454         (dwarf2_locate_sections, dwarf2_build_psymtabs)
455         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
456         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
457         (read_partial_die, read_full_die, read_indirect_string)
458         (dwarf_decode_line_header, dwarf_decode_macros)
459         (dwarf2_symbol_mark_computed): Remove use of removed macros.
460         Update uses of removed variables.
461         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
462         of removed macros.
463         (_initialize_dwarf2_read): New function.
464         * symfile.h (dwarf2_has_info): Update prototype.
465         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
466         * elfread.c (elf_symfile_read): Likewise.
467
468 2004-04-01  Jim Blandy  <jimb@redhat.com>
469
470         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
471         function for register numbers on all the rs6000-derived targets.
472         (rs6000_gdbarch_init): Don't register a separate
473         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
474         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
475         variants.
476
477         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
478         numbering.
479
480 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
481
482         * valarith.c: Update copyright notice.
483         (value_add): Handle range types.
484         (value_sub): Ditto.
485         (value_equal): Ditto.
486         (value_less): Ditto.
487         (value_neg): Ditto.
488         (value_complement): Ditto.
489         (value_binop): Simplify slightly by using is_integral_type and 
490         eliminiating unnecessary COERCE_ENUMs.
491         
492 2004-03-31  Andrew Cagney  <cagney@redhat.com>
493
494         * frame.h (frame_unwind_id): Declare.
495         * frame.c (frame_unwind_id): New function.
496         (get_prev_frame_1): New function.
497         (frame_debug_got_null_frame): New function.
498         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
499         code proper to prev_frame, update description.
500         * infrun.c (step_over_function): Use frame_unwind_id.
501
502 2004-04-31  J. Brobecker  <brobecker@gnat.com>
503
504         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
505         (hppa64_push_dummy_call): Likewise.
506
507 2004-03-30  Jim Blandy  <jimb@redhat.com>
508
509         From Ulrich Weigand:
510         * utils.c (query): Do not use a va_list variable multiple times.
511
512 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
513
514         * Makefile.in (linux_nat_h): Update dependencies.
515         * configure.in: Check for <gnu/libc-version.h>.
516         * configure: Regenerate.
517         * config.in: Regenerate.
518         * linux-nat.h: Include "target.h".  Add waitstatus field to
519         struct lwp_info.
520         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
521         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
522         to.
523         (lin_lwp_handle_extended): New function.  Handle clone events.
524         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
525         thread exit events.
526         (child_wait): Handle clone events.
527         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
528         * linux-nat.c (linux_enable_event_reporting): Turn on
529         PTRACE_O_TRACECLONE.
530         (linux_handle_extended_wait): Handle clone events.
531         * thread-db.c: Include <gnu/libc-version.h>.
532         (struct private_thread_info): Add dying flag.
533         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
534         higher.
535         (attach_thread): Update comments.  Handle dying threads.
536         (detach_thread): Set the dying flag.
537         (check_event): Always call attach_thread.
538
539 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
540
541         * mips-tdep.c (mips_pdr_data): New.
542         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
543         (_initialize_mips_tdep): Initialize mips_pdr_data.
544
545 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
546
547         * minsyms.c (install_minimal_symbols): Move dropping leading
548         char from linkage name from here...
549         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
550         test for "__gnu_compiled*" symbols.
551
552 2004-03-28  Jim Blandy  <jimb@redhat.com>
553
554         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
555         registers to temp register r0 and byte stores as prologue
556         instructions.
557
558 2004-03-28  Andrew Cagney  <cagney@redhat.com>
559
560         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
561         arm*-*-*.
562
563 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
564
565         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
566         and switch the layout to force a display of register window.
567
568 2004-02-26  J. Brobecker  <brobecker@gnat.com>
569
570         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
571         of the INTEGER class.
572
573 2004-03-26  Jim Blandy  <jimb@redhat.com>
574
575         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
576         bytes long on PPC GNU/Linux.
577
578 2004-03-26  David Carlton  <carlton@kealia.com>
579
580         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
581
582 2004-03-25  Andrew Cagney  <cagney@redhat.com>
583
584         * PROBLEMS: Add general section titles, remove references to
585         specific releases.
586
587 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
588
589         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
590         INT_REGISTER_SIZE.
591         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
592         FP_REGISTER_VIRTUAL_SIZE.
593         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
594         of DEPRECATED_REGISTER_RAW_SIZE.
595         (arm_register_type): Add gdbarch argument.
596         (arm_register_raw_size, arm_register_virtual_size): Delete.
597         (arm_register_byte, arm_extract_return_value)
598         (arm_store_return_value, arm_get_longjmp_target): Update references
599         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
600         (arm_gdbarch_init): Likewise.  Don't set
601         deprecated_register_raw_size, deprecated_register_virtual_size,
602         deprecated_max_register_raw_size,
603         deprecated_max_register_virtual_size, or
604         deprecated_max_register_virtual_type.  Do set register_type.
605         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
606         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
607         (FP_REGISTER_VIRTUAL_SIZE): Delete.
608         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
609         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
610         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
611         INT_REGISTER_SIZE.
612         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
613         (remote_rdp_store_register): Likewise.
614
615 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
616
617         * Makefile.in (mips-linux-tdep.o): Update dependencies.
618         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
619         to after osabi initialization.
620         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
621         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
622         functions.
623         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
624         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
625         variables.
626         (mips_linux_init_abi): Append signal trampoline unwinders.
627
628 2004-03-24  Andrew Cagney  <cagney@redhat.com>
629
630         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
631         * tramp-frame.c: Include "gdb_assert.h".
632         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
633         correct sizeof.
634         (tramp_frame_append): Validate the tramp frame's instructions.
635         * Makefile.in (tramp-frame.o): Update dependencies.
636
637 2004-03-23  Andrew Cagney  <cagney@redhat.com>
638
639         * trad-frame.h (trad_frame_set_reg_addr): Declare.
640
641 2004-03-23  Andrew Cagney  <cagney@redhat.com>
642
643         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
644         Nasser as past testsuite/lib/ (and other) maintainers.
645
646 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
647
648         * infcmd.c (attach_command): Reread symbols if we already have
649         an exec file.
650
651 2004-03-23  Andrew Cagney  <cagney@redhat.com>
652
653         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
654
655 2004-03-23  Andrew Cagney  <cagney@redhat.com>
656
657         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
658         * gdbarch.h, gdbarch.c: Re-generate.
659         * i386obsd-tdep.c (i386obsd_init_abi): Update.
660         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
661         * i386bsd-tdep.c (i386bsd_init_abi): Update.
662         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END) 
663         (DEPRECATED_SIGTRAMP_START): Update.
664         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END) 
665         (DEPRECATED_SIGTRAMP_START): Update.
666         * blockframe.c (find_pc_sect_partial_function): Update.
667         * arch-utils.c (legacy_pc_in_sigtramp): Update.
668
669 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
670
671         * remote.c (remote_open_1): Reopen the exec file and reread symbols
672         if necessary.
673
674 2004-03-23  Andrew Cagney  <cagney@redhat.com>
675
676         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
677         predicate, deprecate.
678         * gdbarch.h, gdbarch.c: Re-generate.
679         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
680         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
681         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
682         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
683         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
684         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
685         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
686         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
687         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
688         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
689         * blockframe.c (find_pc_partial_function): Update.
690         * breakpoint.c (bpstat_what): Update.
691         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
692         * frv-linux-tdep.c (frv_linux_init_abi): Update.
693         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
694         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
695         * i386-interix-tdep.c (i386_interix_init_abi): Update.
696         * i386-linux-tdep.c (i386_linux_init_abi): Update.
697         * i386-nto-tdep.c (i386nto_init_abi): Update.
698         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
699         * i386-tdep.c (i386_sigtramp_frame_sniffer)
700         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
701         * i386bsd-tdep.c (i386bsd_init_abi): Update.
702         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
703         * i386obsd-tdep.c (i386obsd_init_abi): Update.
704         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
705         * infrun.c (pc_in_sigtramp): Update.
706         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
707         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
708         * mips-tdep.c (mips_gdbarch_init): Update.
709         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
710         * ppc-linux-tdep.c: Update comment.
711         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
712         * shnbsd-tdep.c (shnbsd_init_abi): Update.
713         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
714         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
715         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
716         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
717         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
718         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
719         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
720         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
721         
722 2004-03-23  Andrew Cagney  <cagney@redhat.com>
723
724         * tramp-frame.h, tramp-frame.h: New files.
725         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
726         Update rules to include "tramp-frame.h" and "tramp-frame.c".
727
728         * Makefile.in: Update all dependencies.
729
730 2004-03-23  Andrew Cagney  <cagney@redhat.com>
731
732         * Makefile.in (trad_frame_h): Add $(frame_h).
733         * trad-frame.h: Update copyright.  Include "frame.h".
734         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
735         (trad_frame_set_id, trad_frame_get_id): Declare.
736         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
737         * trad-frame.c: Update copyright.
738         (struct trad_frame_cache): Define.
739         (trad_frame_cache_zalloc): New function.
740         (trad_frame_set_id, trad_frame_get_id): New functions.
741         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
742         
743 2004-03-22  Andrew Cagney  <cagney@redhat.com>
744
745         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
746         s390_pltstub_unwind_cache.
747         (s390_stub_frame_unwind_cache): Rename
748         s390_pltstub_frame_unwind_cache.
749         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
750         (s390_stub_frame_prev_register): Rename
751         s390_pltstub_frame_prev_register.
752         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
753         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
754
755         From Ulrich Weigand:
756         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
757         pointer calls like PLT calls.
758
759 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
760
761         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
762         PC rather than the partial function start address.  Use the start
763         address to sanity check the found PDR.
764
765 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
766
767         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
768         linux_handle_extended_wait.
769
770 2004-03-22  Andrew Cagney  <cagney@redhat.com>
771
772         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
773         function.
774
775         * frame.h (generic_pop_current_frame): Delete declaration.
776         (deprecate_pop_dummy_frame): Deprecate
777         generic_pop_dummy_frame.
778         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
779         (generic_pop_current_frame): Delete function.
780         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
781         generic_pop_current_frame.
782         * v850-tdep.c (v850_pop_frame): Update.
783         * mcore-tdep.c (mcore_pop_frame): Update.
784         * sh64-tdep.c (sh64_pop_frame): Update.
785         * h8300-tdep.c (h8300_pop_frame): Update.
786
787 2004-03-22  Andrew Cagney  <cagney@redhat.com>
788
789         * frame.h (deprecated_pc_in_call_dummy): Rename
790         generic_pc_in_call_dummy.
791         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
792         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
793         generic_pc_in_call_dummy.
794         (pc_in_dummy_frame): Make static.
795         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
796         * gdbarch.h, gdbarch.c: Re-generate.
797         * dummy-frame.c (dummy_frame_sniffer): Simplify.
798         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
799         (legacy_get_prev_frame): Ditto.
800         * inferior.h: Delete reference to generic_pc_in_call_dummy in
801         comment.
802         
803 2004-03-21  Andrew Cagney  <cagney@redhat.com>
804
805         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
806         declaration and out-of-date comment.
807         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
808         Delete function.
809         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
810         deprecated_pc_in_call_dummy.
811
812         * infrun.c (handle_inferior_event): For non legacy frames, use the
813         frame ID and frame type to identify a signal trampoline.  Update
814         comments.
815
816 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
817
818         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
819         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
820
821 2004-03-21  Andrew Cagney  <cagney@redhat.com>
822
823         * frame-unwind.h: Update copyright.
824         (struct frame_data): Add opaque declaration.
825         (frame_sniffer_ftype): Declare.
826         (struct frame_unwind): Add "unwind_data" and "sniffer".
827         (frame_unwind_register_unwinder): Declare.
828         (frame_unwind_find_by_frame): Add parameter "this_cache".
829         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
830         (legacy_get_prev_frame, legacy_get_prev_frame)
831         (get_frame_type): Pass the prologue_cache to
832         frame_unwind_find_by_frame.
833         * frame-unwind.c (struct frame_unwind_table_entry): Add field
834         "unwinder".
835         (frame_unwind_register_unwinder): New function.
836         (frame_unwind_find_by_frame): Handle an unwind sniffer.
837
838 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
839
840         * bcache.c (print_percentage): Use floating point to avoid
841         incorrect results when portion*100 overflows.
842
843 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
844
845         * ppc_tdep.h (ppc_linux_frame_saved_pc)
846         (ppc_linux_init_extra_frame_info)
847         (ppc_linux_frameless_function_invocation)
848         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
849         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
850         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
851         (rs6000_frame_chain): Delete declarations.
852         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
853         (ppc_linux_init_extra_frame_info)
854         (ppc_linux_frameless_function_invocation)
855         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
856         (ppc_linux_init_abi): Remove registration of above deleted functions.
857         * rs6000-tdep.c (rs6000_init_extra_frame_info)
858         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
859         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
860         (rs6000_pop_frame, rs6000_frameless_function_invocation)
861         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
862         (rs6000_gdbarch_init): Remove registration of above deleted functions.
863         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
864         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
865         frame management for all OSABIs.
866
867 2004-03-19  Andrew Cagney  <cagney@redhat.com>
868
869         Committed by Kevin Buettner <kevinb@redhat.com>.
870
871         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
872         Update copyright.
873         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
874         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
875         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
876         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
877         unwinders.  #ifdef legacy frame code.
878         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
879         "frame-base.h".
880         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
881         (struct rs6000_frame_cache, rs6000_frame_cache)
882         (rs6000_frame_this_id, rs6000_frame_prev_register)
883         (rs6000_frame_sniffer, rs6000_frame_unwind)
884         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
885         (rs6000_frame_base): Implement a traditional frame unwinder.
886         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
887         frame unwinder.
888
889 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
890
891         * breakpoint.c (adjust_breakpoint_address): Don't adjust
892         breakpoint address for watchpoints or the catch eventpoints.
893         Add new paramter ``bptype''.  Adjust all callers.
894
895 2004-03-19  Andrew Cagney  <cagney@redhat.com>
896
897         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
898
899         * PROBLEMS: Delete note that ARM does not use frame code, problem
900         fixed.
901
902 2004-03-18  Andrew Cagney  <cagney@redhat.com>
903
904         * stack.c (return_command): Delete code wrapped in #ifdef
905         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
906
907         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
908
909 2004-03-18  Andrew Cagney  <cagney@redhat.com>
910
911         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
912         DEPRECATED_IN_SIGTRAMP.
913         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
914         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
915         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
916         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
917         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
918         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
919         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
920         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
921         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
922         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
923
924 2004-03-18  Andrew Cagney  <cagney@redhat.com>
925
926         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
927         (struct frame_base_table_entry): Define.
928         (struct frame_base_table): Re-implement as a linked list.
929         (frame_base_init): Re-implement.
930         (frame_base_table): Delete function.
931         (append_predicate): Delete function.
932         (frame_base_append_sniffer): Update.
933         (frame_base_set_default): Update.
934         (frame_base_find_by_frame): Update.
935         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
936         * Makefile.in (frame-base.o): Update dependencies.
937
938 2004-03-17  Andrew Cagney  <cagney@redhat.com>
939
940         * frame.c (legacy_get_prev_frame): Pass correct frame to
941         frame_unwind_find_by_frame.
942
943 2004-03-17  David Carlton  <carlton@kealia.com>
944
945         * NEWS: Mention C++ nested types and namespaces
946
947 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
948
949         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
950         and "Regressions since gdb 5.3.".  Add known regressions since
951         gdb 6.0.
952
953 2004-03-16  David Carlton  <carlton@kealia.com>
954
955         * dwarf2read.c (process_structure_scope): Process children even
956         when we're a declaration.
957
958 2004-03-16  Andrew Cagney  <cagney@redhat.com>
959
960         * symtab.h (find_pc_sect_partial_function): Delete declaration.
961         * blockframe.c (find_pc_partial_function)
962         (find_pc_sect_partial_function): Merge into a single
963         find_pc_partial_function.
964
965 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
966
967         * i386bsd-nat.c: s/regno/regnum/g.
968         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
969         FP0_REGNUM.
970         (store_inferior_registers): Likewise.
971
972 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
973
974         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
975         of i387_fill_fsave.
976         (store_inferior_registers): Call i387_collect_fsave and
977         i387_collect_fxsave instead of i387_fill_fsave and
978         i387_fill_fxsave.
979
980 2004-03-15  Andrew Cagney  <cagney@redhat.com>
981
982         * Makefile.in (frame-unwind.o): Update dependencies.
983         * frame-unwind.c: Include "gdb_obstack.h".
984         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
985         parameter.
986         (append_predicate): Delete function.
987         (struct frame_unwind_table_entry): New structure.
988         (struct frame_unwind_table): Replace "sniffer" with "head" and
989         "tail".
990         (frame_unwind_append_sniffer): Update.
991         (frame_unwind_find_by_frame): Update.
992         (_initialize_frame_unwind): Registe frame_unwind_init using
993         gdbarch_data_register_pre_init.
994
995 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
996
997         * i386bsd-nat.c: Update copyright year.
998         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
999         define unconditionally.
1000
1001 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
1002
1003         * i387-tdep.h (i387_collect_fsave): New prototype.
1004         * i387-tdep.c (i387_collect_fsave): New function containing most
1005         of the code from i387_fill_fsave.
1006         (i387_fill_fsave): Call i387_collect_fsave.
1007
1008 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
1009
1010         * i386-linux-tdep.c: Update copyright year.
1011         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
1012         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
1013         svr4_ilp32_link_map_offsets instead of
1014         i386_linux_svr4_fetch_link_map_offsets.
1015
1016 2004-03-15  David Carlton  <carlton@kealia.com>
1017
1018         Fix for PR c++/1553:
1019         * dwarf2read.c (read_structure_type): Determine type name by
1020         calling determine_class_name.
1021         (determine_class_name): New.
1022         (determine_prefix): Look at TYPE_TAG_NAME and call
1023         determine_class_name when appropriate.
1024         (determine_prefix_aux, class_name): Delete.
1025         (read_namespace): Set die->type.
1026
1027 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
1028
1029         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
1030         unused macro definition.  The definition in target.h (or perhaps
1031         elsewhere) takes precedence.
1032
1033 2004-03-15  Andrew Cagney  <cagney@redhat.com>
1034
1035         * ppc-tdep.h: Update copyright.
1036         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
1037         function signatures to match "regsets.h".
1038         * ppc-linux-tdep.c: Include "regset.h".
1039         (ELF_GREGSET_SIZE): Delete.
1040         (right_supply_register): New function.
1041         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
1042         using right_supply_register.
1043         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
1044         functions.
1045         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
1046         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
1047         (_initialize_ppc_linux_tdep): Do not register
1048         ppc_linux_regset_core_fns.
1049         (ppc_linux_regset_from_core_section): Replace
1050         fetch_core_registers.
1051         (ppc_linux_regset_core_fns): Delete.
1052         * ppc-linux-nat.c: (right_fill_reg): New function.
1053         (supply_gregset): Update call to ppc_linux_supply_gregset.
1054         (fill_gregset): Clear the register set, use right_fill_reg.
1055         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
1056         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
1057
1058         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
1059         unsigned.
1060
1061 2004-03-15  Andrew Cagney  <cagney@redhat.com>
1062
1063         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
1064         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
1065         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
1066         and register_gdbarch_data.
1067         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
1068         (struct gdbarch_data): Replace "init" by "pre_init" and
1069         "post_init".
1070         * gdbarch.h, gdbarch.c: Re-generate.
1071         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
1072         with"obstack", use OBSTACK_ZALLOC.
1073         (dwarf2_frame_ops): Delete.
1074         (dwarf2_frame_set_init_reg): Use gdbarch_data.
1075         (dwarf2_frame_init_reg): Use gdbarch_data.
1076         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
1077         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets) 
1078         (_initialize_svr4_solib): Update.
1079         * user-regs.c (_initialize_user_regs): Update.
1080         * reggroups.c (_initialize_reggroup): Update.
1081         * regcache.c (_initialize_regcache): Update.
1082         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
1083         * libunwind-frame.c (_initialize_libunwind_frame): Update.
1084         * gnu-v3-abi.c (init_gnuv3_ops): Update.
1085         * frame-unwind.c (_initialize_frame_unwind): Update.
1086         * frame-base.c (_initialize_frame_base): Update.
1087         * user-regs.c (user_reg_add): Update.
1088         * reggroups.c (reggroup_add): Update.
1089         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
1090         * libunwind-frame.c (libunwind_frame_set_descr): Update.
1091         * frame-unwind.c (frame_unwind_append_sniffer): Update.
1092         * frame-base.c (frame_base_table): Update.
1093         * remote.c (_initialize_remote): Update.
1094         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
1095         
1096 2004-03-15  Andrew Cagney  <cagney@redhat.com>
1097
1098         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
1099
1100 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
1101
1102         * Makefile.in (frv-linux-tdep.o): Add dependencies.
1103         * frv-linux-tdep.c: New file.
1104         * frv-tdep.c (struct gdbarch_tdep): Add new field
1105         ``sigcontext_reg_addr''.
1106         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
1107         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
1108         (frv_sigramp_frame_sniffer): New functions.
1109         (frv_sigtramp_frame_unwind): New static global.
1110         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
1111         sniffers.
1112         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
1113         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
1114
1115 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
1116
1117         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
1118         but not via a call to error(), when unable to read memory.
1119
1120 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
1121
1122         * frv-tdep.c (frv_call_dummy_words): Delete.
1123         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
1124
1125 2004-03-15  Andrew Cagney  <cagney@redhat.com>
1126
1127         * infrun.c (handle_step_into_function, step_over_function): Only
1128         update and use STEP_FRAME_ID when the system is using legacy
1129         frames.  Update comments.
1130
1131 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
1132
1133         * amd64-linux-tdep.h: Remove file.
1134         * amd64-linux-tdep.c: Don't include "inferior.h" and
1135         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
1136         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
1137         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
1138         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
1139         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
1140         macros.
1141         (user_to_gdb_regmap): Remove variable.
1142         (amd64_linux_gregset_reg_offset): New variable.
1143         (amd64_core_fns): Remove variable.
1144         (fetch_core_registers): Remove function.
1145         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
1146         functions.
1147         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
1148         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
1149         * Makefile.in (amd64_linux_tdep_h): Remove.
1150         (amd64-linux-nat.o): Update dependencies.
1151         (amd64-linux-tdep.o): Update dependencies.
1152
1153         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1154         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
1155         functions.
1156         (fetch_inferior_registers, store_inferior_registers): Rewrite.
1157
1158         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
1159         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
1160
1161 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
1162
1163         * dwarf2read.c (read_structure_type): Rename from
1164         read_structure_scope.  Don't create a symbol or call process_die. 
1165         Return immediately if die->type is set.  Call read_type_die before
1166         dwarf2_add_member_fn.
1167         (process_structure_scope): New function.
1168         (read_enumeration_type, process_enumeration_scope): New functions,
1169         broken out from read_enumeration.  Don't create the enumeration
1170         type if it has already been created.
1171         (read_enumeration): Removed.
1172         (process_die): Call read_structure_type, process_structure_scope,
1173         read_enumeration_type, and process_enumeration_scope.  Just call
1174         new_symbol for base and subrange types.  Add a comment about other
1175         type dies.
1176         (read_type_die): Call read_enumeration_type.
1177         (add_partial_structure, new_symbol): Update comments.
1178
1179 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
1180
1181         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
1182
1183 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
1184
1185         * tui/tui-win.h (tui_get_cmd_list): Declare.
1186         * tui/tui-win.c (tui_command): New function.
1187         (tui_get_cmd_list): New function.
1188         (_initialize_tui_win): Moved initialization of tui command in
1189         tui_get_cmd_list.
1190
1191         * tui/tui-data.c (init_content_element): Setup new data members.
1192         (init_win_info): Likewise.
1193         (free_content_elements): Free it.
1194         * tui/tui-data.h (struct tui_data_element): Store the register
1195         content to print.
1196         (struct tui_data_info): Keep the current register group.
1197
1198         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
1199
1200         * tui/tui-regs.h (tui_show_registers): Update prototype.
1201         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
1202         (tui_resize_all): No need to calculate anything for register window.
1203         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
1204         (tui_set_register_element, tui_set_general_regs_content): Remove.
1205         (tui_set_special_regs_content): Remove.
1206         (tui_set_general_and_special_regs_content): Remove.
1207         (tui_set_float_regs_content): Remove.
1208         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
1209         (tui_set_regs_content): Remove.
1210         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
1211         (tui_v_show_registers_command_support): Remove.
1212         (tui_show_registers): Use a reggroup to specify the registers to show.
1213         (tui_show_register_group): New function.
1214         (tui_display_registers_from): Compute the layout of register window
1215         and refresh with new API; be sure to delete old register windows.
1216         (tui_check_register_values): Update to use tui_get_register and
1217         tui_display_data.
1218         (tui_display_register): Just refresh the register window part.
1219         (tui_register_format): Format registers and save in tui_data_element.
1220         (tui_get_register): New to combine tui_reg_value_has_changed and
1221         tui_get_register_raw_value; fix to use the new gdb API.
1222         (tui_show_float_command): Renamed tui_reg_float_command.
1223         (tui_show_general_command): Renamed tui_reg_general_command.
1224         (tui_show_special_command): Renamed tui_reg_system_command.
1225         (_initialize_tui_regs): Remove unused commands.
1226
1227 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
1228
1229         * NEWS (New native configurations): Mention OpenBSD/amd64.
1230
1231         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
1232         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
1233         Remove defines.
1234         * config/i386/nm-fbsd64.h: Likewise.
1235         * config/i386/nm-obsd.h: Likewise.
1236         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
1237         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
1238
1239 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
1240
1241         * frv-tdep.c (set_variant_scratch_registers): New function.
1242         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
1243         New constants.
1244
1245         From Richard Sandiford  <rsandifo@redhat.com>:
1246         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
1247
1248 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
1249
1250         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
1251         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
1252         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
1253         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
1254         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
1255         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
1256         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
1257         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
1258         definitions from frv-tdep.c to frv-tdep.h.
1259
1260 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
1261
1262         Add shared library support for FR-V FDPIC ABI:
1263         * Makefile.in (solib-frv.o): Add dependencies.
1264         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
1265         New functions.
1266         (frv_push_dummy_call): Add support for FDPIC ABI.
1267         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
1268         for FDPIC ABI.
1269         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
1270         (frv_fdpic_find_canonical_descriptor): Declare.
1271         * solib-frv.c: New file.
1272         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
1273         * config/frv/tm-frv.h (solib.h): Include.
1274
1275 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
1276
1277         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
1278         (frv-tdep.o): Update dependencies.
1279         * frv-tdep.h: New file.
1280         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
1281         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
1282         constants.
1283         (struct gdbarch_tdep): Add new member ``frv_abi''.
1284         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
1285         functions.
1286         (new_variant): Set ``frv_abi'' field.
1287         (gdb_arch_init): Detect FDPIC executables.
1288
1289 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
1290
1291         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
1292         wrapper.
1293
1294 2004-03-11  Andrew Cagney  <cagney@redhat.com>
1295
1296         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
1297
1298 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
1299
1300         * solist.h (master_so_list): New function.
1301         * solib.c (master_so_list): Likewise.
1302         * solib-svr4.c (enable_break): Iterate over so_list entries
1303         obtained from master list instead of entries obtained directly
1304         via svr4_current_sos().
1305
1306 2004-03-10  Ben Elliston  <bje@gnu.org>
1307
1308         * MAINTAINERS: Update my mail address.
1309
1310 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
1311
1312         * remote-m32r-sdi.c: Support hardware watchpoint.
1313
1314 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1315
1316         * user-regs.c: Update copyright years.
1317         (struct user_regs): Rename to gdb_user_regs.
1318         (append_user_reg, builtin_user_regs, user_regs_init)
1319         (user_reg_add, user_reg_map_name_to_regnum)
1320         (usernum_to_user_reg): Update.
1321
1322 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1323
1324         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
1325         (skip_children): New functions.
1326         (locate_pdi_sibling): Call skip_children.
1327
1328 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1329
1330         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
1331         * gdbtypes.c (check_typedef): Update comments.
1332
1333 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1334
1335         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
1336         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
1337         pointer.  Update comment about comp_unit_head.
1338         (struct abbrev_info): Shorten two int flags.
1339         (dwarf_alloc_abbrev): Take a CU argument.
1340         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
1341         each time through the loop.  Update cleanup argument.
1342         (psymtab_to_symtab_1): Update cleanup call.
1343         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
1344         abbrev_obstack.
1345         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
1346         Just call obstack_free and clear the pointer.
1347
1348 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1349
1350         * infrun.c (handle_inferior_event): Remove short-circuit code for
1351         events in a different thread.
1352
1353 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1354
1355         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
1356         print the whole transfer.
1357         (initialize_targets): Update description of "set debug target".
1358
1359 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
1360
1361         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
1362
1363 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
1364
1365         * MAINTAINERS (write after approval): Add myself.
1366
1367 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
1368
1369         * sh-tdep.c (sh_print_registers_info): Use for loop.
1370         Don't skip multiple registers when a float register is encountered.
1371
1372 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
1373
1374         Fix PR tdep/1291.
1375         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
1376         to official SH documentation.
1377
1378 2004-03-07  Andrew Cagney  <cagney@redhat.com>
1379
1380         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
1381         unused function.
1382
1383 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
1384
1385         * arm-tdep.c (thumb_get_next_pc): Handle BX.
1386         (arm_get_next_pc): Handle BX and BLX.
1387
1388 2004-03-07  Andrew Cagney  <cagney@redhat.com>
1389
1390         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
1391         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
1392         HPPA_SP_REGNUM.
1393         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
1394         (hppa_target_read_fp): Delete.
1395         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
1396         register_virtual_size, max_register_raw_size,
1397         max_register_virtual_size, register_byte, register_size,
1398         target_read_fp, fp_regnum, and register_bytes.  Set register_type
1399         instead of register_virtual_type.
1400         (hppa32_register_type, hppa64_register_type): Replace
1401         hppa32_register_virtual_type and hppa64_register_virtual_type.
1402         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
1403         (HPPA_FP_REGNUM): Define.
1404
1405         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
1406
1407         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
1408         (pa_do_registers_info): Delete.
1409         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
1410         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) 
1411         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
1412
1413         * infcall.c (legacy_push_dummy_code): Delete #ifdef
1414         GDB_TARGET_IS_HPPA code.
1415         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
1416         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED) 
1417         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
1418         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
1419         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid) 
1420         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments) 
1421         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc) 
1422         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
1423         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs) 
1424         (hppa_frameless_function_invocation, hppa64_store_return_value) 
1425         (hppa_store_struct_return, hppa64_extract_return_value) 
1426         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
1427         (hppa32_call_dummy_length, hppa64_call_dummy_length) 
1428         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
1429         (find_proc_framesize, deposit_21, restore_pc_queue) 
1430         (find_return_regnum, pc_in_interrupt_handler, deposit_14) 
1431         (rp_saved, pc_in_linker_stub): Delete.
1432
1433         Unconditionally enable 64-bit frame and ABI code.
1434         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
1435         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
1436         push_dummy_frame, fix_call_dummy, push_arguments,
1437         call_dummy_location, extract_return_value, use_struct_convention,
1438         store_return_value, store_struct_return, saved_pc_after_call,
1439         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
1440         frame_chain, frame_chain_valid, frameless_function_invocation,
1441         frame_saved_pc, and pop_frame.
1442
1443         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
1444         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
1445         (hppa_gdbarch_init): Do not set PC_REGNUM.
1446
1447 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
1448
1449         * config/alpha/tm-fbsd.h: Remove file.
1450         * config/alpha/fbsd.mt: Tweak comment.
1451         (TM_FILE): Set to tm-alpha.h.
1452
1453 2004-03-05  Andrew Cagney  <cagney@redhat.com>
1454
1455         * infrun.c (step_over_function): When non-legacy code, and no
1456         step_frame_id, use the unwinder to get the caller's frame ID.
1457
1458 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
1459
1460         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
1461         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
1462         bfd_arch_unknown.  Adjust comment.
1463
1464         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
1465         * i386obsd-tdep.c: Correct spelling in comment.
1466         * i386nbsd-tdep.c: Correct spelling in comment.
1467         * sparc-tdep.c: Correct spelling in comments.
1468
1469 2004-03-05  David Carlton  <carlton@kealia.com>
1470
1471         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
1472         bug.
1473
1474 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
1475
1476         * sparc-tdep.c: Fix typo in comment.
1477
1478 2004-03-04  J. Brobecker  <brobecker@gnat.com>
1479
1480         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
1481
1482 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
1483
1484         * dwarf2read.c: Add comment describing memory lifetimes.
1485         (struct dwarf2_pinfo): Update comment.
1486         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
1487         (read_enumeration, new_symbol): Don't use obsavestring.
1488
1489 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
1490
1491         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
1492         instead of amd64_fill_fxsave.
1493         * amd64bsd-nat.c (store_inferior_registers): Likewise.
1494         * amd64fbsd-nat.c (fill_fpregset): Likewise.
1495
1496         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
1497         Reorganize code a bit.
1498
1499 2004-03-04  Orjan Friberg  <orjanf@axis.com>
1500
1501         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
1502         when the frame pointer is pushed.  Don't set the frame pointer's 
1503         address on the stack unless it's actually located there.  
1504         Set the SRP's address on the stack correctly when the PC is still in
1505         the prologue.
1506         (cris_return_value): New function.
1507         (cris_gdbarch_init): Clear deprecated store_return_value,
1508         extract_return_value.
1509
1510 2004-03-02  Jim Blandy  <jimb@redhat.com>
1511
1512         * stabsread.c (reg_value_complaint): The maximum register number
1513         is one less than the number of registers.
1514
1515 2004-03-02  Andrew Cagney  <cagney@redhat.com>
1516
1517         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
1518         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
1519         trailing comma and redundant assignment of I386_ST0_REGNUM.
1520         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
1521         32-bit segment registers.
1522
1523 2004-03-01  Andrew Cagney  <cagney@redhat.com>
1524
1525         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
1526         use frame_relative_level and get_next_frame.
1527
1528 2004-02-29  Andrew Cagney  <cagney@redhat.com>
1529
1530         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
1531         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
1532         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
1533         Delete macro.
1534
1535 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
1536
1537         * inflow.c (terminal_inferior): Don't give up the terminal if we
1538         previously couldn't get the inferior's terminal state.
1539
1540 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
1541
1542         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
1543         PC_REGNUM.
1544
1545 2004-02-28  Andrew Cagney  <cagney@redhat.com>
1546
1547         * NEWS: Refer to GDB 6.1.
1548         * README: Refer to GDB 6.1.
1549         * PROBLEMS: Refer to GDB 6.1.
1550
1551 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
1552
1553         * thread-db.c (disable_thread_signals): Remove unused function.
1554
1555 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
1556
1557         * amd64-nat.c: Include "gdb_string.h".
1558         (amd64_collect_native_gregset): Zero-extend the 32-bit
1559         general-purpose registers and %eip.
1560
1561         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
1562         * amd64-tdep.c (amd64_collect_fxsave): New function.
1563         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
1564
1565         * i387-tdep.h: Update copyright year.
1566         (i387_collect_fxsave): New prototype.
1567         * i387-tdep.c: Update copyright year.
1568         (i387_collect_fxsave): New function containing most of the code
1569         from i387_fill_fxsave.
1570         (i387_fill_fxsave): Call i387_collect_fxsave.
1571
1572 2004-02-28  Andrew Cagney  <cagney@redhat.com>
1573
1574         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
1575         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
1576
1577 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
1578
1579         * amd64-tdep.c (amd64_frame_cache): Fix comment.
1580
1581 2004-02-28  Andrew Cagney  <cagney@redhat.com>
1582
1583         * utils.c: Use "", instead of <>, to include readline.
1584         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
1585         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
1586         * source.c, solib.c, exec.c, event-top.c: Ditto.
1587         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
1588         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
1589         * Makefile.in: Update all dependencies.
1590         (readline_tilde_h, readline_history_h): Define.
1591         (readline_headers): Delete.
1592
1593 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
1594
1595         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
1596         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
1597         "config/i386/tm-lx64.h".
1598
1599         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
1600         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
1601         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
1602
1603 2004-02-28  Andrew Cagney  <cagney@redhat.com>
1604
1605         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
1606
1607         * breakpoint.c (_initialize_breakpoint): Use
1608         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
1609         Add help to show command.
1610
1611 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
1612
1613         * i386-nat.c: Reformat to be closer to coding standards.
1614         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
1615         `retval'.  Make variables `align' and `size' local to while-loop.
1616         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
1617         (_initialize_i386_nat): New prototype.
1618
1619         * tui/tui.c: Include <readline/readline.h> instead of
1620         "readline/readline.h".  Include it after <term.h> and
1621         "gdb_curses.h".
1622
1623 2004-02-27  Andrew Cagney  <cagney@redhat.com>
1624
1625         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
1626         the new frame unwind code.
1627         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
1628         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
1629         PCOQ_HEAD_REGNUM.
1630
1631         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
1632         "return_value" and "push_dummy_call".
1633         (hppa32_use_struct_convention): Delete unused function.
1634         (hppa32_store_return_value): Delete unused function.
1635         (hppa32_extract_return_value): Delete unused function.
1636         (hppa32_stack_align): Delete function.
1637
1638 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
1639
1640         * coffread.c (enter_linenos): Don't let rawptr reference memory
1641         outside linetab[]'s limits.
1642
1643 2004-02-27  Andrew Cagney  <cagney@redhat.com>
1644
1645         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
1646         inferior stack space - the stack needs to grow upwards.
1647         (hppa32_frame_align): New function.
1648         (hppa64_frame_align): Replace hppa_frame_align.
1649         (hppa_gdbarch_init): Update.
1650
1651 2004-02-26  Orjan Friberg  <orjanf@axis.com>
1652
1653         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
1654         (dwarf2-frame.h): Include.
1655         (enum cris_regnums): New enum CRIS_FP_REGNUM.
1656         Remove static variables related to ABI setting.
1657         (struct gdbarch_tdep): Remove cris_abi member.
1658         (struct frame_extra_info): Remove.
1659         (cris_unwind_cache, stack_item): New structs.
1660         (cris_frame_unwind, cris_frame_base): New variables.
1661         (push_stack_item, pop_stack_item)
1662         (cris_frame_unwind_cache, cris_frame_this_id)
1663         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
1664         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
1665         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
1666         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
1667         (cris_reg_struct_has_addr): New functions.
1668         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
1669         (cris_frame_saved_pc, cris_saved_pc_after_call, 
1670         (cris_store_struct_return, cris_frameless_function_invocation)
1671         (cris_pop_frame, cris_skip_prologue_main)
1672         (cris_abi_original_store_return_value)
1673         (cris_abi_v2_store_return_value)
1674         (cris_abi_original_extract_return_value)
1675         (cris_abi_v2_extract_return_value)
1676         (cris_abi_original_reg_struct_has_addr)
1677         (cris_abi_v2_reg_struct_has_addr)
1678         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
1679         (cris_push_return_address, cris_abi_update): Remove.
1680         (_initialize_cris_tdep): Remove ABI command.
1681         (cris_dump_tdep): Ditto.
1682         (cris_gdbarch_init): Remove ABI command.  
1683         Set store_return_value, extract_return_value, push_dummy_code,
1684         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
1685         frame_unwind_append_sniffer, frame_base_set_default.
1686         Clear deprecated init_frame_pc, push_arguments, store_return_value,
1687         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
1688         sizeof_call_dummy_words, get_saved_register, push_return_address,
1689         pop_frame, store_struct_return, frame_init_saved_regs, 
1690         init_extra_frame_info, frameless_function_invocation, frame_chain,
1691         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
1692         dummy_write_sp.
1693         
1694 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
1695
1696         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
1697         * valprint.c (print_hex_chars): Change from static to external.
1698         (print_char_chars): New function.
1699         * printcmd.c (print_scalar_formatted): For integer and enum types
1700         that are longer than LONGEST, perform processing via appropriate
1701         print_*_chars routines.
1702
1703 2004-02-26  Andrew Cagney  <cagney@redhat.com>
1704
1705         * Makefile.in: Update dependencies.
1706         Changes from Ulrich Weigand,
1707         * s390-tdep.c: Include "dwarf2-frame.h".
1708         (s390_dwarf2_frame_init_reg): New function.
1709         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
1710         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
1711
1712 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
1713
1714         * breakpoint.c (pending_break_support): New setting variable.
1715         (break_command_1): Account for pending_break_support setting
1716         when creating pending breakpoints.
1717         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
1718         (_initialize_breakpoint): Add "set breakpoint pending" and
1719         "show breakpoint pending" commands.
1720
1721 2004-02-26  Andrew Cagney  <cagney@redhat.com>
1722
1723         Fix PR i18n/1570.
1724         * charset.c (backslashable, backslashed, represented): Remove 'e'
1725         from list of escaped characters, not part of ISO-C.
1726
1727 2004-02-25  J. Brobecker  <brobecker@gnat.com>
1728
1729         From Peter Schauer <schauer@pdf.de>:
1730         * tui/tui.c: Move system header includes after local includes.
1731         Fixes a build failure on solaris systems.
1732
1733 2004-02-25  J. Brobecker  <brobecker@gnat.com>
1734
1735         * configure.in: Refine the previous change.
1736         * configure: Regenerate.
1737
1738 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
1739
1740         * amd64-tdep.h: Renamed from x86-64-tdep.h.
1741         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
1742         "amd64-tdep.h" instead of "x86-64-tdep.h".
1743         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
1744         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
1745         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
1746         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
1747         and "x86-64-tdep.c".
1748         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
1749         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
1750         and "x86-64-tdep.c".
1751         * amd64bsd-nat.c: Update copyright year.
1752         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
1753         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
1754         "x86-64-tdep.h".
1755         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
1756         "x86-64-tdep.h".
1757         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
1758         "x86-64-tdep.h".
1759         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
1760         "x86-64-tdep.h".
1761         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
1762         "x86-64-tdep.h".
1763         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
1764         "x86-64-tdep.h".
1765         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64. 
1766         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
1767         * Makefile.in (amd64_linux_tdep_h): Renamed from
1768         x86_64_linux_tdep_h.
1769         (amd64_tdep_h): Renamed from x86_64_tdep_h.
1770         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
1771         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
1772         (amd64obsd-tdep.o): Update dependencies.
1773         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
1774         dependencies.
1775         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
1776         dependencies.
1777         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
1778         amd64-linux-nat.c amd64-linux-tdep.c.
1779         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
1780         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
1781         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
1782         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
1783         amd64-tdep.o and amd64-linux-tdep.o.
1784         (TM_FILE): Set to tm-linux64.h.
1785         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
1786         (NAT_FILE): Set to nm-linux64.h.
1787         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
1788         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
1789         amd64-tdep.o.
1790         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
1791         amd64-tdep.o.
1792         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
1793         amd64-tdep.o.
1794
1795 2004-02-25  Roland McGrath  <roland@redhat.com>
1796
1797         * remote.c (remote_protocol_qPart_auxv): New variable.
1798         (init_all_packet_configs): Initialize it.
1799         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
1800         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
1801         (show_remote_cmd): Call it.
1802         (_initialize_remote): Initialize commands.
1803         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
1804         service TARGET_OBJECT_AUXV requests.
1805
1806 2004-02-25  J. Brobecker  <brobecker@gnat.com>
1807
1808         * configure.in: Make sure that the wborder function is available.
1809         Otherwise, search for it in the cur_colr library.
1810         * configure: Regenerate.
1811
1812 2004-02-25  Andrew Cagney  <cagney@redhat.com>
1813
1814         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
1815
1816 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
1817
1818         * config/i386/tm-x86-64linux.h: Tweak comments.
1819
1820 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
1821
1822         * MAINTAINERS: Add self to write-after-approval list.
1823
1824 2004-02-25  Andrew Cagney  <cagney@redhat.com>
1825
1826         PR cli/1566.  Problem found, and fix suggested by David Allan.
1827         * cli/cli-script.c (execute_control_command): Unconditionally
1828         install a cleanup.  Default "ret" to "invalid_control".  Use
1829         "break" instead of "return" to escape from the switch.
1830
1831 2004-02-24  J. Brobecker  <brobecker@gnat.com>
1832
1833         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
1834         with the lines macro defined in term.h on AiX.
1835         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
1836         a collision with the label_width macro defined in term.h on AiX.
1837
1838 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
1839
1840         Committed by Kevin Buettner <kevinb@redhat.com>.
1841
1842         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
1843         * ia64-tdep.c (ia64_write_pc): Make it a global function.
1844         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
1845         instead of ia64_write_pc().
1846         * ia64-linux-tdep.c (regcache.h): Include.
1847         (ia64_linux_write_pc): New function.
1848
1849 2004-02-23  Roland McGrath  <roland@redhat.com>
1850
1851         * auxv.c (info_auxv_command): Fix typos in error messages.
1852
1853 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
1854
1855         * x86-64-tdep.h: Tweak comment.
1856         (enum amd64_regnum): New.
1857         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
1858         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
1859         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
1860         (X86_64_XMM1_REGNUM): Removed.
1861         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
1862         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
1863         prototypes for renamed functions.
1864         * x86-64-tdep.c: Fix typo.
1865         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
1866         register numbers.
1867         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
1868         Use constants from `enum amd64_regnum' for register numbers.
1869         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
1870         (amd64_analyze_prologue, amd64_frame_cache,
1871         amd64_sigtramp_frame_cache): Use constants from `enum
1872         amd64_regnum' for register numbers.
1873         (amd64_supply_fpregset): Adjust for renamed functions.
1874         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
1875         `enum amd64_regnum' for register numbers.
1876         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
1877         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
1878         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
1879         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
1880         (amd64_linux_fill_gregset): Adjust for renamed macros.
1881         (fetch_core_registers): Adjust for renamed functions.
1882         (amd64_linux_init_abi): Adjust for renamed functions.
1883         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
1884         renamed functions.
1885         * amd64-nat.c: Adjust for renamed macros.
1886         * amd64bsd-nat.c (fetch_inferior_registers)
1887         (store_inferior_registers): Use constants from `enum amd64_regnum'
1888         for register numbers.  Adjust for renamed variables.
1889         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
1890         renamed variables.
1891         (_initialize_amd64fbsd_nat): Use constants from `enum
1892         amd64_regnum' for register numbers.
1893         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
1894         `enum amd64_regnum' for register numbers.
1895         (amd64fbsd_init_abi): Adjust for renamed functions.
1896         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
1897         `enum amd64_regnum' for register numbers.
1898         (amd64nbsd_init_abi): Adjust for renamed functions.
1899         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
1900         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
1901         `enum amd64_regnum' for register numbers.
1902         (amd64obsd_init_abi): Adjust for renamed functions.
1903         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
1904
1905 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
1906
1907         * breakpoint.c (print_one_breakpoint): Do not output spaces
1908         after printing <PENDING> for a pending breakpoint.
1909
1910 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
1911
1912         * printcmd.c (print_scalar_formatted): Initialize val_long
1913         to remove compiler warning message.
1914
1915 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
1916
1917         * defs.h (nquery, yquery): New prototypes.
1918         * breakpoint.c (break_command_1): Use new nquery interface.
1919         * utils.c (defaulted_query, nquery, yquery): New functions.
1920
1921 2004-02-23  Andrew Cagney  <cagney@redhat.com>
1922
1923         * hppa-tdep.c (hppa_frame_align): New function.
1924         (hppa32_push_dummy_call): New function.
1925         (hppa64_push_dummy_call): New function.
1926         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
1927         disabled.
1928
1929         * infcall.c (legacy_push_dummy_code): Don't call deprecated
1930         FIX_CALL_DUMMY when push_dummy_call is available.
1931         (call_function_by_hand, push_dummy_code): Ditto.
1932
1933 2004-02-22  Andrew Cagney  <cagney@redhat.com>
1934
1935         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
1936         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
1937         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
1938         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
1939         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
1940         call_dummy_location to ON_STACK.
1941
1942 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
1943
1944         * x86-64-linux-tdep.c: Tweak comment.
1945         (amd64_linux_supply_gregset): Renamed from
1946         x86_64_linux_supply_gresget.
1947         (amd64_linux_fill_gregset): Renamed from
1948         x86_64_linux_fill_gregset.
1949         (fetch_core_registers): Adjust for renamed functions.
1950         (amd64_core_fns): Renamed from x86_64_core_fns.
1951         (amd64_linux_sigtramp_start): Renamed from
1952         x86_64_linux_sigtramp_start.
1953         (amd64_linux_pc_in_sigtramp): Renamed from
1954         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
1955         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
1956         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
1957         (amd64_linux_sigcontext_addr): Renamed from
1958         x86_64_linux_sigcontext_addr.
1959         (amd64_linux_sc_reg_offset): Renamed from
1960         x86_64_linux_sc_reg_offset.
1961         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
1962         Adjust for renamed functions and variables.
1963         (_initialize_amd64_linux_tdep): Renamed from
1964         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
1965         variables.
1966         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
1967         Adjust for renamed functions.
1968
1969         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
1970         from x86_64_linux_gregset64_reg_offset.
1971         (amd64_linux_gregset32_reg_offset): Rename from
1972         x86_64_linux_gregset64_reg_offset.
1973         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
1974         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
1975         (amd64_linux_dr_set_control): Renamed from
1976         x86_64_linux_dr_set_control.  Adjust for renamed functions.
1977         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
1978         Adjust for renamed functions.
1979         (amd64_linux_dr_reset_addr): Renamed from
1980         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
1981         (amd64_linux_dr_get_status): Renamed from
1982         x86_64_linux_dr_get_status.  Adjust for renamed functions.
1983         (_initialize_amd64_linux_nat): Renamed from
1984         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
1985         functions.
1986         * config/i386/nm-x86-64linux.h: Update copyright year.
1987         Adjust for renamed functions.
1988
1989         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
1990         amd64fbsd_sigtramp_start.
1991         (amd64fbsd_sigtramp_end_addr): Renamed from
1992         amd64fbsd_sigtramp_end.
1993         (amd64fbsd_init_abi): Adjust for renamed variables.
1994         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
1995         variables.
1996         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
1997         amd64fbsd_sigtramp_start.
1998         (amd64fbsd_sigtramp_end_addr): Renamed from
1999         amd64fbsd_sigtramp_end.
2000
2001 2004-02-22  Andrew Cagney  <cagney@redhat.com>
2002
2003         * hppa-tdep.c (hppa32_return_value): New function.
2004         (hppa64_return_value): New function.
2005         (hppa_gdbarch_init): Set return_value; keep disabled.
2006
2007         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
2008         struct-return and inferior function call methods.
2009
2010         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
2011         "frame-base.h".
2012         (struct hppa_frame_cache): Define.
2013         (hppa_frame_cache, hppa_frame_this_id): New functions.
2014         (hppa_frame_prev_register): New function.
2015         (hppa_frame_unwind, hppa_frame_base): New variables.
2016         (hppa_frame_unwind_sniffer): New function.
2017         (hppa_frame_base_address, hppa_unwind_pc): New function.
2018         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
2019         sniffer, and frame base sniffer; keep disabled.
2020         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
2021         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
2022
2023         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
2024         to predicates for "seriously old code".
2025
2026         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
2027         runtime if(0).
2028
2029         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
2030         unsigned.
2031         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
2032
2033         * config/pa/tm-hppa.h: Update copyright.
2034         (DEPRECATED_INIT_FRAME_PC): Delete macro.
2035         (deprecated_init_frame_pc_default): Delete declaration.
2036         (hppa_frame_init_saved_regs): Delete declaration.
2037         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2038         * hppa-tdep.c: Include "arch-utils.h".
2039         (hppa_gdbarch_init): Set deprecated init_frame_pc
2040         and deprecated frame_init_saved_regs.
2041         (hppa_frame_init_saved_regs): Make static.
2042
2043 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
2044
2045         Remove old 386BSD support.
2046         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
2047         * configure.host: Remove i[34567]86-*-bsd*.
2048         * configure.tgt: Remove i[34567]86-*-bsd*.
2049         * i386b-nat.c: Removed.
2050         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
2051         (i386b-nat.o): Remove dependencies.
2052
2053         * config/i386/i386bsd.mh: Removed.
2054         * config/i386/i386bsd.mt: Removed.
2055         * config/i386/nm-i386bsd.h: Removed.
2056         * config/i386/tm-i386bsd.h: Removed.
2057         * config/i386/xm-i386bsd.h: Removed.
2058
2059         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
2060
2061         * amd64fbsd-tdep.c: Include "solib-svr4.h".
2062         (amd64fbsd_init_abi): Set link map offsets.
2063         * amd64nbsd-tdep.c: Include "slib-svr4.h".
2064         (amd64nbsd_init_abi): Set link map offsets.
2065         * amd64obsd-tdep.c: Include "solib-svr4.h".
2066         (amd64obsd_init_abi): Set link map offsets.
2067         * i386fbsd-tdep.c: Include "solib-svr4.h".
2068         (i386fbsd_init_abi): Set link map offsets.
2069         * i386nbsd-tdep.c: Include "solib-svr4.h".
2070         (i386nbsdelf_init_abi): Set link map offsets.
2071         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
2072         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
2073         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
2074         solib-legacy.o and core-aout.o. Reformat.
2075         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
2076         solib-svr4.o, solib-legacy.o.  Reformat.
2077         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
2078         * config/i386/nbsdelf.mh: Reformat.
2079         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
2080         solib-svr4.o, solib-legacy.o and corelow.o.
2081         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
2082         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
2083         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
2084         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
2085         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
2086         (TM_FILE): Set to tm-fbsd.h.
2087         * config/i386/nbsd.mt (TDEPFILES): Reformat.
2088         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
2089         solib-svr4.o.
2090         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
2091         solib-svr4.o.
2092         (TM_FILE): Set to nm-nbsd.h.
2093         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
2094         Simplify shared library support.  Don't include "elf/common.h".
2095         (SVR4_SHARED_LIBS): Don't define.
2096         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
2097         "solib.h".
2098         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
2099         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
2100         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
2101         Don't include "i386/tm-i386.h".  Include "solib.h".
2102         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
2103         Don't include "i386/tm-i386.h".
2104         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
2105         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
2106         Include "i386/xm-i386.h".
2107         (HOST_LONG_DOUBLE_FORMAT): Remove.
2108
2109         Fix OpenBSD/i386 sigtramp recognition.
2110         * i386-tdep.h: Update copyright year.
2111         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
2112         (i386bsd_sigtramp_end): New prototypes.
2113         (i386fbsd_sigtramp_start_addr): Renamed from
2114         i386fbsd_sigtramp_start.
2115         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
2116         (i386obsd_sigtramp_start_addr): Renamed from
2117         i386obsd_sigtramp_start.
2118         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
2119         * i386bsd-tdep.c: Update copyright year.
2120         (i386bsd_pc_in_sigtramp): Make public.
2121         * i386fbsd-nat.c: Update copyright year.
2122         (_initialize_i386fbsd_nat): Adjust for renamed variables.
2123         * i386fbsd-tdep.c: Update copyright year.
2124         (i386fbsd_sigtramp_start_addr): Renamed from
2125         i386fbsd_sigtramp_start.
2126         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
2127         (i386fbsdaout_init_abi): Adjust for renamed variables.
2128         * i386obsd-nat.c: Update copyright year.
2129         (_initialize_i386obsd_nat): Adjust for renamed variables.
2130         * i386obsd-tdep.c: Include "target.h".
2131         (i386obsd_page_size): New variable.
2132         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
2133         (i386obsd_sigtramp_end): New functions.
2134         (i386obsd_sigtramp_start_addr): Renamed from
2135         i386obsd_sigtramp_start.
2136         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
2137         (i386obsd_init_abi): Adjust for renamed variables.  Set
2138         pc_in_sigtramp, sigtramp_start and sigtramp_end.
2139         * Makefile.in (i386obsd-tdep.o): Update dependencies.
2140
2141         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
2142         trampoline change in OpenBSD kernel.
2143
2144         * amd64-nat.c: Update copyright year.
2145         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
2146         architecture from REGCACHE.
2147
2148         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
2149         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
2150
2151 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
2152
2153         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
2154         i[34567]86-*-openbsd3.[0-3].
2155         * config/i386/obsdaout.mh: New file.
2156
2157         * config/i386/obsd.mh (MH_FLAGS): Remove.
2158
2159         Fix PR build/1549.
2160         * i386obsd-tdep.c: Update copyright years.  Include
2161         "solib-svr4.h".
2162         (i386obsd_init_abi): Don't set regset_from_core_section here.
2163         (i386obsd_aout_init_abi): New function.  Set
2164         regset_from_core_section here.
2165         (i386obsd_elf_init_abi): New function.
2166         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
2167         * Makefile.in (i386obsd-tdep.o): Update dependecies.
2168         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2169         (TM_FILE): Set to tm-nbsd.h.
2170
2171         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
2172         solib-sunos.o.
2173
2174         * solib-svr4.h: Update copyright year.
2175         (svr4_ilp32_fetch_link_map_offsets)
2176         (svr4_lp64_fetch_link_map_offsets): New prototype.
2177         * solib-svr4.c: Update copyright year.
2178         (svr4_ilp32_fetch_link_map_offsets)
2179         (svr4_lp64_fetch_link_map_offsets): New function.
2180
2181 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
2182
2183         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
2184         to the partial symbol table.
2185
2186 2004-02-20  J. brobecker  <brobecker@gnat.com>
2187
2188         * PROBLEMS: Add description of problem documented under gdb/1560.
2189
2190 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
2191
2192         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
2193         comments.
2194         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
2195         functions.
2196         (amd64obsd_init_abi): Reorder initializations.  Use
2197         amd64obsd_r_reg_offset to initialize the general-purpose register
2198         set details.  Set regset_from_core_section.
2199         (_initialize_amd64obsd_tdep): Rename from
2200         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
2201         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
2202         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
2203
2204         * NEWS (New native configurations): Mention OpenBSD/alpha.
2205         * configure.tgt: Add alpha*-*-openbsd*.
2206         * configure.host: Add alpha*-*-openbsd*.
2207         * alphanbsd-tdep.c: Update copyright year.
2208         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
2209
2210 2004-02-20  Andrew Cagney  <cagney@redhat.com>
2211
2212         Fix PR tdep/1372.
2213         * configure.tgt: Delete target "none-*-*".
2214         * configure.host: Delete host "none-*-*".
2215         * config/none/none.mh: Delete file.
2216         * config/none/none.mt: Delete file.
2217         * config/none/xm-none.h: Delete file.
2218         * config/none/tm-none.h: Delete file.
2219         * config/none/nm-none.h: Delete file.
2220
2221 2004-02-19  Fred Fish  <fnf@redhat.com>
2222
2223         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
2224         cache->uses_fp prior to setting it.
2225
2226 2004-02-19  Fred Fish  <fnf@redhat.com>
2227
2228         Fix for PR breakpoint/1558.
2229         * sh-tdep.c (IS_JSR): New macro.
2230         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
2231
2232 2004-02-19  Jim Blandy  <jimb@redhat.com>
2233
2234         * findvar.c (value_from_register): Doc fix.
2235
2236 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
2237
2238         * printcmd.c (print_scalar_formatted): Do not check for sizeof
2239         type being greater than sizeof of host's LONGEST.  Always use
2240         unpack_long() unless format 'f' chosen.
2241
2242 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
2243
2244         Committed by Elena Zannoni  <ezannoni@redhat.com>
2245
2246         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
2247         contains a symbol wich is the best, non-exact match for the given
2248         pc.  Update comments.
2249
2250 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
2251
2252         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
2253         macro, which was part of the now removed Mach 3 port.
2254         * utils.c (request_quit): Ditto.
2255
2256 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
2257
2258         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
2259         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
2260
2261 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2262
2263         Committed by Mark Kettenis  <kettenis@gnu.org>.
2264
2265         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
2266         Define.
2267
2268 2004-02-18  Andrew Cagney  <cagney@redhat.com>
2269
2270         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
2271         CONFIG_INSTALL and CONFIG_UNINSTALL.
2272         * configure: Re-generate.
2273         * interps.h (INTERP_TUI): Define.
2274         * Makefile.in: Update dependencies.
2275         (TUI): New macro.
2276         (tui-main.o): Specify dependencies.
2277         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
2278         * tui/tui-main.c: New file.
2279
2280 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
2281
2282         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
2283         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
2284         dependencies.
2285         * configure.host: Add x86_64-*-openbsd*.
2286         * configure.tgt: Add x86_64-*-openbsd*.
2287         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
2288
2289         * tui/tui.c: Don't include <malloc.h>.
2290
2291         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
2292         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
2293         amd64nbsd-tdep.c.
2294
2295         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
2296         static.  Remove extraneous whitespace.
2297         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
2298         static.
2299
2300 2004-02-17  Jim Blandy  <jimb@redhat.com>
2301
2302         * findvar.c (value_from_register): Doc fix.
2303
2304 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2305
2306         Committed by Jim Blandy  <jimb@redhat.com>.
2307
2308         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
2309         CORE_ADDR as type for selectors.  Correct types for GNU run time
2310         message lookup function to use double indirection.
2311         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
2312         * objc-lang.h (lookup_child_selector): Adapt prototype.
2313
2314         * s390-nat.c (SUBOFF): New macro.
2315         (supply_gregset, fill_gregset): Use it to handle debugging
2316         of 32-bit exectuables running under a 64-bit kernel.
2317         * s390-tdep.c: Include "solib-svr4.h".
2318         (s390_svr4_fetch_link_map_offset): New function.
2319         (s390x_svr_fetch_link_map_offset): Likewise.
2320         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
2321         * Makefile.in (s390-tdep.o): Update dependencies.
2322
2323         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
2324         "frame-unwind.h".
2325         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
2326         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
2327         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
2328         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
2329         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
2330         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
2331         S390_SIGNAL_FRAMESIZE,
2332         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
2333         (struct frame_extra_info): Remove.
2334         (s390_memset_extra_info): Remove.
2335         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
2336         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
2337         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
2338         (is_rse): Renamed to ...
2339         (is_rsy): ... this.  Support long displacements.
2340         (is_rxe): Renamed to ...
2341         (is_rxy): ... this.  Support long displacements.
2342         (compute_x_addr): Support long displacements.
2343         (struct s390_prologue_data): New data type.
2344         (s390_on_stack): Change API to use struct s390_prologue_data.
2345         (s390_store): Reimplement.
2346         (s390_load): New function.
2347         (s390_get_signal_frame_info): Remove.
2348         (s390_get_frame_info): Remove, replace by ...
2349         (s390_analyze_prolog): ... this new function.
2350         (s390_check_function_end): Remove.
2351         (s390_function_start): Remove.
2352         (s390_frameless_function_invokation): Remove.
2353         (s390_is_sigreturn): Remove.
2354         (s390_init_frame_pc_first): Remove.
2355         (s390_init_frame_extra_info): Remove.
2356         (s390_frame_init_saved_regs): Remove.
2357         (s390_frame_saved_pc_nofix): Remove.
2358         (s390_frame_saved_pc): Remove.
2359         (s390_frame_chain): Remove.
2360         (s390_fp_regnum, s390_read_fp): Remove.
2361         (s390_pop_frame_regular, s390_pop_frame): Remove.
2362         (s390_saved_pc_after_call): Remove.
2363         (s390_skip_prologue): Reimplement.
2364         (s390_in_function_epilogue_p): Support long displacements.
2365         (struct s390_unwind_cache): New data structure.
2366         (s390_frame_unwind_cache): New function.
2367         (s390_prologue_frame_unwind_cache): Likewise.
2368         (s390_backchain_frame_unwind_cache): Likewise.
2369         (s390_frame_this_id, s390_frame_prev_register): Likewise.
2370         (s390_frame_unwind): Define.
2371         (s390_frame_sniffer): New function.
2372         (struct s390_pltstub_unwind_cache): New data structure.
2373         (s390_pltstub_frame_unwind_cache): New function.
2374         (s390_pltstub_frame_this_id): Likewise.
2375         (s390_pltstub_frame_prev_register): Likewise.
2376         (s390_pltstub_frame_unwind): Define.
2377         (s390_pltstub_frame_sniffer): New function.
2378         (struct s390_sigtramp_unwind_cache): New data structure.
2379         (s390_sigtramp_frame_unwind_cache): New function.
2380         (s390_sigtramp_frame_this_id): Likewise.
2381         (s390_sigtramp_frame_prev_register): Likewise.
2382         (s390_sigtramp_frame_unwind): Define.
2383         (s390_sigtramp_frame_sniffer): New function.
2384         (s390_frame_base_address, s390_local_base_address): New functions.
2385         (s390_frame_base): Define.
2386         (s390_unwind_pc, s390_unwind_sp): New function.
2387         (s390_push_dummy_call): Use new frame base location.
2388         (s390_unwind_dummy_id): Likewise.
2389         (s390_gdbarch_init): Remove calls to:
2390         set_gdbarch_frameless_function_invocation,
2391         set_gdbarch_deprecated_init_frame_pc,
2392         set_gdbarch_deprecated_frame_chain,
2393         set_gdbarch_deprecated_frame_init_saved_regs,
2394         set_gdbarch_deprecated_pop_frame,
2395         set_gdbarch_deprecated_init_extra_frame_info,
2396         set_gdbarch_deprecated_init_frame_pc_first,
2397         set_gdbarch_deprecated_target_read_fp,
2398         set_gdbarch_deprecated_frame_saved_pc,
2399         set_gdbarch_deprecated_saved_pc_after_call,
2400         set_gdbarch_deprecated_fp_regnum.
2401         Add calls to:
2402         set_gdbarch_in_solib_call_trampoline,
2403         frame_unwind_append_sniffer,
2404         frame_base_set_default,
2405         set_gdbarch_unwind_pc,
2406         set_gdbarch_unwind_sp.
2407         * Makefile.in (s390-tdep.o): Update dependencies.
2408
2409         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
2410         (S390_STACK_FRAME_OVERHEAD): Remove.
2411         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
2412         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
2413         (s390_promote_integer_argument): Remove.
2414         (s390_cannot_extract_struct_value_address): Remove.
2415         (s390_use_struct_convention, s390_store_struct_return): Remove.
2416         (s390_extract_return_value, s390_store_return_value): Remove.
2417         (s390_return_value_convention, s390_return_value): New functions.
2418         (is_float_singleton): Handle typedefs.
2419         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
2420         Remove, replace by ...
2421         (s390_function_arg_pass_by_reference, s390_function_arg_float,
2422         s390_function_arg_integer): ... these new functions.
2423         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
2424         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
2425         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
2426         Fill in tdep->abi.
2427         Remove calls to:
2428         set_gdbarch_deprecated_store_struct_return,
2429         set_gdbarch_deprecated_extract_return_value,
2430         set_gdbarch_deprecated_store_return_value,
2431         set_gdbarch_use_struct_convention,
2432         set_gdbarch_extract_struct_value_address,
2433         set_gdbarch_deprecated_pc_in_call_dummy,
2434         set_gdbarch_deprecated_push_arguments,
2435         set_gdbarch_deprecated_save_dummy_frame_tos,
2436         set_gdbarch_deprecated_push_return_address,
2437         set_gdbarch_deprecated_sizeof_call_dummy_words,
2438         set_gdbarch_deprecated_call_dummy_words,
2439         set_gdbarch_deprecated_dummy_write_sp.
2440         Add calls to:
2441         set_gdbarch_push_dummy_call,
2442         set_gdbarch_unwind_dummy_id,
2443         set_gdbarch_return_value.
2444
2445         * config/s390/nm-linux.h: Update comments.
2446         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
2447         (STOPPED_BY_WATCHPOINT): Redefine.
2448         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
2449         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
2450         (s390_stopped_by_watchpoint): Likewise.
2451         (watch_area_cnt): Remove.
2452         * s390-nat.c: Update comments.
2453         (watch_area): Remove typedef.
2454         Global replace watch_area by struct watch_area.
2455         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
2456         (s390_stopped_by_watchpoint): Remove pid argument,
2457         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
2458         (s390_fix_watch_points): Remove pid argument,
2459         use s390_inferior_tid.  Recompute area spanned by watchpoints.
2460         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
2461         argument.  Reimplement.
2462
2463         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
2464         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
2465         (FETCH_INFERIOR_REGISTERS): Define.
2466         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
2467         core-regset.o.
2468         * config/s390/s390x.mt: Remove.
2469         * config/s390/tm-s390.h: Remove.
2470         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
2471         (TARGET_ELF64): Remove.
2472         (SKIP_TRAMPOLINE_CODE): Do not undefine.
2473         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
2474         s390*-*-* case; always set gdb_target to s390.
2475         * regformats/reg-s390.dat: Remove control registers.
2476         * regformats/reg-s390x.dat: Likewise.
2477         * s390-tdep.h: New file.
2478         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
2479         Include "inferior.h" and "s390-tdep.h".
2480         Remove private definition of offsetof.
2481         (s390_register_u_addr): Remove.
2482         (regmap_gregset, regmap_fpregset): Define.
2483         (supply_gregset, fill_gregset): Reimplement.
2484         (supply_fpregset, fill_fpregset): Likewise.
2485         (s390_inferior_tid): New function.
2486         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
2487         (fetch_inferior_registers, store_inferior_registers): Likewise.
2488         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
2489         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
2490         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
2491         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
2492         (struct gdbarch_tdep): Define.
2493         (struct s390_register_info): Define.
2494         (s390_register_info): New variable.
2495         (s390_register_name): Reimplement.
2496         (s390_register_type): New function.
2497         (s390_register_raw_size, s390x_register_raw_size): Remove.
2498         (s390_cannot_fetch_register): Remove.
2499         (s390_register_byte): Remove.
2500         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
2501         (s390_dwarf_regmap): New variable.
2502         (s390_dwarf_reg_to_regnum): New function.
2503         (s390_stab_reg_to_regnum): Remove.
2504         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
2505         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
2506         (s390_convert_register_p): Likewise.
2507         (s390_register_to_value, s390_value_to_register): Likewise.
2508         (s390_register_reggroup_p): Likewise.
2509         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
2510         s390_gregset, s390x_gregset, s390_fpregset): New variables.
2511         (s390_supply_regset, s390_regset_from_core_section): New functions.
2512         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
2513         (S390_FPR_SIZE): Likewise.
2514         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
2515         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
2516         (S390_NUM_GPRS): Move here from tm-s390.h.
2517         (S390_NUM_FPRS): Likewise.
2518         (s390_in_function_epilogue_p): New function.
2519         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
2520         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
2521         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
2522         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
2523         Replace S390_FP_REGNUM by S390_SP_REGNUM.
2524         Remove calls to:
2525         set_gdbarch_deprecated_max_register_raw_size,
2526         set_gdbarch_deprecated_max_register_virtual_size,
2527         set_gdbarch_deprecated_register_byte,
2528         set_gdbarch_cannot_fetch_register,
2529         set_gdbarch_cannot_store_register,
2530         set_gdbarch_deprecated_register_size,
2531         set_gdbarch_deprecated_register_raw_size,
2532         set_gdbarch_deprecated_register_virtual_size,
2533         set_gdbarch_deprecated_register_virtual_type,
2534         set_gdbarch_deprecated_register_bytes.
2535         Add calls to:
2536         set_gdbarch_num_pseudo_regs,
2537         set_gdbarch_register_type,
2538         set_gdbarch_convert_register_p,
2539         set_gdbarch_register_to_value,
2540         set_gdbarch_value_to_register,
2541         set_gdbarch_register_reggroup_p,
2542         set_gdbarch_regset_from_core_section,
2543         set_gdbarch_pseudo_register_read,
2544         set_gdbarch_pseudo_register_write,
2545         set_gdbarch_in_function_epilogue_p.
2546         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
2547         (s390_tdep_h): New variable.
2548
2549 2004-02-17  Jim Blandy  <jimb@redhat.com>
2550
2551         * findvar.c (value_from_register): If the type has no length, just
2552         return an acceptable value --- don't report an internal error.
2553
2554         * stabsread.c (read_type): If we find any type numbers that are
2555         forward references, complain if the references aren't resolved by
2556         the time we're finished reading.
2557         (cleanup_undefined_types): Make error message more appropriate for
2558         a complaint.
2559
2560 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
2561
2562         * Makefile.in (defs_h): Remove dependency on progress_h.
2563         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
2564         progress.h.
2565         * main.c (captured_main): Delete use of START_PROGRESS and
2566         END_PROGRESS.
2567
2568 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
2569
2570         * objfiles.c (terminate_minimal_symbol_table): Add back
2571         initialization of MSYMBOL_TYPE.
2572
2573 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
2574
2575         Committed by Andrew Cagney.
2576         * Makefile.in (ia64_tdep_h): New macro.
2577         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
2578         (ia64-tdep.o): Likewise.
2579         * ia64-tdep.h: New file.
2580         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
2581         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
2582         (ia64_aix_sigcontext_register_address): Likewise.
2583         (ia64_linux_getunwind_table): Delete declaration.
2584         * ia64-linux-tdep.c: Likewise.
2585
2586 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
2587
2588         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
2589         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
2590         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
2591
2592 2004-02-17  Andrew Cagney  <cagney@redhat.com>
2593
2594         * symtab.c (skip_prologue_using_sal): New function.
2595         * symtab.h (skip_prologue_using_sal): Declare.
2596         * frv-tdep.c: Include "symtab.h".
2597         (skip_prologue_using_sal): Delete function.
2598         * mips-tdep.c (skip_prologue_using_sal): Delete function.
2599         * rs6000-tdep.c (refine_prologue_limit): Mention
2600         skip_prologue_using_sal.
2601         * ia64-tdep.c (refine_prologue_limit): Ditto.
2602         * Makefile.in: Update dependencies.
2603
2604 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2605
2606         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
2607         START_INFERIOR_TRAPS_EXPECTED.
2608         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
2609         START_INFERIOR_TRAPS_EXPECTED.
2610         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
2611         Delete macro.
2612         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
2613         macro, moved to "nm-osf.h".  Update copyright.
2614         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
2615         update copyright.
2616
2617         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
2618         and function replacing FRAMELESS_FUNCTION_INVOCATION.
2619         * blockframe.c (legacy_frameless_look_for_prologue): Rename
2620         frameless_look_for_prologue.
2621         * frame.h (legacy_frameless_look_for_prologue): Rename
2622         frameless_look_for_prologue.
2623         * gdbarch.h, gdbarch.c: Re-generate.
2624         * sh64-tdep.c (sh64_gdbarch_init): Update.
2625         * sh-tdep.c (sh_gdbarch_init): Update.
2626         * s390-tdep.c (s390_gdbarch_init): Update.
2627         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2628         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2629         * m68k-tdep.c (m68k_gdbarch_init): Update.
2630         (delta68_frame_args_address): Update.
2631         * m32r-tdep.c (m32r_gdbarch_init): Update.
2632         * hppa-tdep.c (hppa_gdbarch_init): Update.
2633         * h8300-tdep.c (h8300_gdbarch_init): Update.
2634         * frv-tdep.c (frv_gdbarch_init): Update.
2635         (frv_frameless_function_invocation): Update.
2636         * cris-tdep.c (cris_gdbarch_init): Update.
2637         (cris_frameless_function_invocation): Update.
2638         * avr-tdep.c (avr_gdbarch_init): Update.
2639         * arm-tdep.c (arm_gdbarch_init): Update.
2640         * stack.c (frame_info): Update, call predicate.
2641         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
2642         * frame.c (legacy_get_prev_frame): Update, call predicate..
2643         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
2644         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
2645         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
2646         invocation.
2647         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2648         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2649         * vax-tdep.c (vax_gdbarch_init): Ditto.
2650
2651         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
2652         function.
2653
2654 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
2655
2656         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
2657         initializations.
2658
2659 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2660
2661         * tui/tui-windata.c: Include "gdb_string.h".
2662         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
2663         * tui/tui-layout.c, tui/tui-command.c: Ditto.
2664         * Makefile.in: Update dependencies.
2665
2666 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
2667
2668         * Makefile.in (infrun.o): Add $(gdb_assert_h).
2669         * infrun.c: Include "gdb_assert.h".
2670         (singlestep_ptid, saved_singlestep_ptid)
2671         (stepping_past_singlestep_breakpoint): New variables.
2672         (resume): Set singlestep_ptid.  Check for singlestep thread
2673         hop.
2674         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
2675         (handle_inferior_event): Handle singlestep thread hop.
2676
2677 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2678
2679         * dwarf2-frame.c (dwarf2_frame_ops): New function.
2680         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
2681         (dwarf2_frame_init_reg): Ditto.
2682
2683         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
2684         suggested by Joshua Neuheisel
2685
2686         * configure.in: Always check for curses, including pdcurses.
2687         Warn, instead of error, when no curses are found.  Enable TUI when
2688         curses is available.
2689         * configure: Re-generate.
2690
2691 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
2692
2693         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
2694         sh_sh4_register_convert_to_virtual.
2695         (sh_register_convert_to_raw): Rename from
2696         sh_sh4_register_convert_to_raw.
2697         (sh_pseudo_register_read): Accomodate above name change.
2698         (sh_pseudo_register_write): Ditto.
2699
2700 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
2701
2702         * sh-tdep.c (sh_generic_register_name): Remove.
2703         (sh_gdbarch_init): Use sh_sh_register_name in default case.
2704
2705 2004-02-15  Andrew Cagney  <cagney@redhat.com>
2706
2707         * configure.in (build_warnings): Add -Wunused-function.
2708         * configure: Re-generate.
2709
2710         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
2711         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
2712
2713         * procfs.c (procfs_init_inferior): Assume that
2714         START_INFERIOR_TRAPS_EXPECTED is defined.
2715         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
2716         * config/ns32k/tm-nbsd.h: Delete file,
2717         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
2718
2719         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
2720         * config/vax/tm-vax.h: Delete file.
2721
2722         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2723         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2724         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2725         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2726         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
2727         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2728         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
2729
2730 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
2731
2732         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
2733         * dwarf2-frame.c (dwarf2_frame_data): New variable.
2734         (struct dwarf2_frame_ops): New.
2735         (dwarf2_frame_default_init_reg): New function, based on
2736         dwarf2_frame_init_reg.
2737         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
2738         (dwarf2_frame_init_reg): Call architecture-specific function.
2739         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
2740         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
2741         instead of dwarf2_frame_data.
2742         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
2743         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
2744
2745 2004-02-15  Andrew Cagney  <cagney@redhat.com>
2746
2747         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
2748         register_gdbarch_swap.
2749         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
2750         * f-lang.c (_initialize_f_language): Update, use
2751         DEPRECATED_REGISTER_GDBARCH_SWAP.
2752         * remote.c (_initialize_remote): Ditto.
2753         * regcache.c (_initialize_regcache): Ditto.
2754         * parse.c (_initialize_parse): Ditto.
2755         * infrun.c (_initialize_infrun): Ditto.
2756         * mi/mi-main.c (_initialize_mi_main): Ditto.
2757         * gdbtypes.c (_initialize_gdbtypes): Ditto.
2758
2759         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
2760         poking .cacheable directly.
2761         * symfile.c (symfile_bfd_open): Ditto.
2762
2763         * Makefile.in: Update all dependencies.
2764
2765         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
2766         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
2767         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
2768         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
2769         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
2770
2771 2004-02-14  Andrew Cagney  <cagney@redhat.com>
2772
2773         * arch-utils.c (legacy_convert_register_p): Check
2774         DEPRECATED_REGISTER_CONVERTIBLE_P.
2775         * findvar.c (value_of_register): Ditto.
2776
2777         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
2778         * gdbarch.h, gdbarch.c: Re-generate.
2779         * arch-utils.c (deprecated_register_convertible_not): Delete.
2780         * arch-utils.h (deprecated_register_convertible_not): Delete.
2781         * mi/mi-main.c (get_register): Update.  Update copyright.
2782         * infcmd.c (default_print_registers_info): Update.
2783
2784         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
2785         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
2786         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
2787         * gdbarch.h, gdbarch.c: Re-generate.
2788         * frame.c (deprecated_get_next_frame_hack): Delete function.
2789         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
2790         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2791         Update.
2792         * infcall.c (call_function_by_hand): Update.
2793
2794 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
2795
2796         * symfile.c (init_entry_point_info, entry_point_address): Move
2797         from here...
2798         * objfiles.c (init_entry_point_info, entry_point_address):..to
2799         here.
2800         * symfile.h (init_entry_point_info, entry_point_address): Remove
2801         prototypes.
2802         * objfiles.h (init_entry_point_info, entry_point_address):Add
2803         prototypes.
2804         * cris-tdep.c: Remove include of symfile.h. Add include of
2805         objfiles.h.
2806         * infcall.c: Ditto.
2807         * mcore-tdep.c: Ditto.
2808         * mn10300-tdep.c: Ditto.
2809         * sh64-tdep.c: Ditto.
2810         * v850-tdep.c: Ditto.
2811         * arm-tdep.c: Remove include of symfile.h.
2812         * blockframe.c: Ditto.
2813         * coffread.c: Ditto.
2814         * dbxread.c: Ditto.
2815         * dwarf2read.c: Ditto.
2816         * dwarfread.c: Ditto.
2817         * frv-tdep.c: Ditto.
2818         * ia64-tdep.c: Ditto.
2819         * mdebugread.c: Ditto.
2820         * mipsread.c: Ditto.
2821         * rs6000-tdep.c: Ditto.
2822         * s390-tdep.c: Ditto.
2823         * sh-tdep.c: Ditto.
2824         * xstormy16-tdep.c: Ditto.
2825         * gdbarch.sh: Remove include of symfile.h.
2826         * gdbarch.c: Regenerate.
2827         * solib-irix.c (enable_break): Use entry_point_address().
2828         Add comment about include file.
2829         * xcoffread.c: Add comment about include file.
2830         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
2831         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
2832         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
2833         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
2834         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
2835
2836 2004-02-13  Andrew Cagney  <cagney@redhat.com>
2837
2838         * corelow.c (core_xfer_partial): Use "struct bfd_section".
2839         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
2840         copyright.
2841         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
2842
2843 2004-02-12  Fred Fish  <fnf@redhat.com>
2844
2845         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
2846          set_gdbarch_store_return_value.
2847
2848 2004-02-12  Andrew Cagney  <cagney@redhat.com>
2849
2850         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
2851         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
2852         (interrupt_query): Ditto.
2853         (ofunc): Delete unused variable.
2854         * cris-tdep.c (cris_abi): Delete unused function.
2855         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
2856         (cris_get_wide_opcode, cris_get_short_size): Ditto.
2857         (cris_get_asr_quick_shift_steps): Ditto.
2858         (cris_skip_prologue_frameless_p): Ditto.
2859         * arm-tdep.c (arm_push_return_address): Delete unused function.
2860         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
2861         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
2862         * s390-tdep.c (s390_function_start): Delete unused function.
2863
2864 2004-02-12  Andrew Cagney  <cagney@redhat.com>
2865
2866         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
2867         gdbarch.h, gdbarch.c: Re-generate.
2868         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
2869         to generic_prologue_frameless_p.
2870         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
2871         * arch-utils.c (generic_prologue_frameless_p): Delete function.
2872
2873 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
2874
2875         * mips-linux-tdep.c: Include "frame.h".
2876         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
2877         (mips_linux_skip_resolver): New functions.
2878         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
2879         and set_gdbarch_in_solib_call_trampoline.
2880         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
2881         to after set_gdbarch_in_solib_return_trampoline.  Only set the
2882         solib hooks to mips16 functions if the OS ABI is unknown.
2883         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
2884         including "config/tm-linux.h".
2885         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
2886         * Makefile.in (mips-linux-tdep.o): Update.
2887
2888 2004-02-11  David Carlton  <carlton@kealia.com>
2889
2890         * linespec.c (decode_compound): Only look for a class symbol when
2891         considering all but the rightmost component.
2892
2893 2004-02-11  Andrew Cagney  <cagney@redhat.com>
2894
2895         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
2896         abi code are are separatly grouped.
2897
2898 2004-02-11  Andrew Cagney  <cagney@redhat.com>
2899
2900         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
2901         * gdbarch.h, gdbarch.c: Re-generate.
2902         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2903         * v850-tdep.c (v850_gdbarch_init): Update.
2904         * sh64-tdep.c (sh64_gdbarch_init): Update.
2905         * sh-tdep.c (sh_gdbarch_init): Update.
2906         * s390-tdep.c (s390_gdbarch_init): Update.
2907         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2908         * mips-tdep.c (mips_gdbarch_init): Update.
2909         * mcore-tdep.c (mcore_gdbarch_init): Update.
2910         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2911         * m32r-tdep.c (m32r_gdbarch_init): Update.
2912         * ia64-tdep.c (ia64_gdbarch_init): Update.
2913         * hppa-tdep.c (hppa_gdbarch_init): Update.
2914         * h8300-tdep.c (h8300_gdbarch_init): Update.
2915         * frv-tdep.c (frv_gdbarch_init): Update.
2916         * d10v-tdep.c (d10v_gdbarch_init): Update.
2917         * cris-tdep.c (cris_gdbarch_init): Update.
2918         * avr-tdep.c (avr_gdbarch_init): Update.
2919         * arm-tdep.c (arm_gdbarch_init): Update.
2920         * alpha-tdep.c (alpha_gdbarch_init): Update.
2921
2922 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
2923
2924         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
2925         comma.
2926         (sh_sh4al_dsp_register_name): Ditto.
2927
2928 2004-02-10  Andrew Cagney  <cagney@redhat.com>
2929
2930         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
2931         (mips_init_frame_pc_first): Delete function.
2932         (mips_frame_saved_pc): Delete function.
2933         (mips_frame_chain): Delete function.
2934         (mips_init_extra_frame_info): Delete function.
2935         (mips_xfer_register): Delete unused variable "reg".
2936         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
2937         (mips_n32n64_return_value): Delete unused variable "reg".
2938         (mips_n32n64_return_value): Delete unused variable "pos".
2939         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
2940         (mips_o32_return_value): Delete unused variable "pos".
2941         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
2942         (mips_print_fp_register): Delete unused variable "namelen"
2943         (mips_print_fp_register): Delete unused variable "flt2"
2944         (get_frame_pointer): Delete function.
2945         (cached_proc_desc): Delete static variable.
2946         (mips_pop_frame): Delete function.
2947         (mips_find_saved_regs): Delete function.
2948         (mips_get_saved_register): Delete function.
2949         (mips_saved_pc_after_call): Delete function.
2950         (SIGFRAME_BASE): Delete macro.
2951         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
2952         (SIGFRAME_PC_OFF): Delete macro.
2953         (SIGFRAME_REGSAVE_OFF): Delete macro.
2954         (mips_dump_tdep): Do not print deleted macro definitions.
2955
2956 2004-02-10  Andrew Cagney  <cagney@redhat.com>
2957
2958         * Makefile.in (SFILES): Remove explictly listed tui files.
2959         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
2960
2961 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
2962
2963         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
2964         to use paddr functions to format ia64 addresses and long values.
2965         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
2966         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
2967         (get_kernel_table, ia64_find_proc_info_x): Ditto.
2968         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
2969         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
2970
2971 2004-02-10  Andrew Cagney  <cagney@redhat.com>
2972
2973         * defs.h: Do not include "tui.h".
2974         * gdb_curses.h: New file.
2975         * tui/tui-hooks.h: New file.
2976         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
2977         (tui_install_hooks, tui_remove_hooks): Delete declarations.
2978         (tui_initialize_io): Delete declaration.
2979         (tui_initialize_readline: Delete redundant declaration.
2980         (struct tui_point): Delete definition.
2981         * tui/tui-data.h (struct tui_point): Define.
2982         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
2983         * utils.c: Include "tui/tui.h".
2984         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
2985         * printcmd.c [TUI]: Include "tui/tui.h".
2986         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
2987         * tui/tui-command.c: Include "gdb_curses.h".
2988         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
2989         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
2990         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
2991         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
2992         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
2993         * Makefile.in: Update all dependencies.
2994         (tui_hooks_h, gdb_curses_h): Define.
2995         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
2996
2997 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
2998
2999         * objfiles.h (struct objfile): Remove unused fields auxf1 and
3000         auxf2. Add comments about some other rarely used fields.
3001
3002 2004-02-10  Andrew Cagney  <cagney@redhat.com>
3003
3004         * Makefile.in (init.c): Fix script removing duplicates. Problem
3005         reported by Peter Schauer.
3006
3007 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
3008
3009         * bcache.c (bcache_xmalloc): Use obstack_init instead of
3010         obstack_specify_allocation.
3011         * objfiles.c (allocate_objfile): Ditto.
3012         * solib-sunos.c (solib_add_common_symbols)
3013         (allocate_rt_common_objfile): Ditto.
3014         * symfile.c (reread_symbols): Ditto.
3015         * gdb_obstack.h: Add comment.
3016
3017 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
3018
3019         * linespec.c (decode_line_1, locate_first_half)
3020         (decode_compound, lookup_prefix_sym): Update comments. Delete old
3021         commented out code.
3022
3023 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
3024
3025         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
3026         obstack_free.
3027
3028 2004-02-09  Andrew Cagney  <cagney@redhat.com>
3029
3030         * blockframe.c (find_pc_partial_function): If find_pc_overlay
3031         fails, try find_pc_section.  Fix PR c++/1267.
3032         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
3033         instead of find_pc_mapped_section.
3034         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
3035         not default to the section containing PC.  Fix PR symtab/1519.
3036
3037 2004-02-09  Andrew Cagney  <cagney@redhat.com>
3038
3039         * Makefile.in (mips-tdep.o): Update dependencies.
3040         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
3041         "trad-frame.h".
3042         (mips_unwind_pc): Return the pseudo PC register.
3043         (mips_unwind_dummy_id): New function.
3044         (mips16_fetch_instruction): New function.
3045         (mips32_fetch_instruction): New function.
3046         (struct mips_frame_cache): Define.
3047         (mips_mdebug_frame_cache): New function.
3048         (mips_mdebug_frame_this_id): New function.
3049         (mips_mdebug_frame_prev_register): New function.
3050         (mips_mdebug_frame_unwind): Define.
3051         (mips_mdebug_frame_sniffer): New function.
3052         (mips_mdebug_frame_base_address): New function.
3053         (mips_mdebug_frame_base): Define.
3054         (mips_mdebug_frame_base_sniffer): New function.
3055         (mips_gdbarch_init): Append unwind and base sniffers.  Set
3056         unwind_dummy_id.
3057
3058 2004-02-08  Andrew Cagney  <cagney@redhat.com>
3059
3060         * frame.c: Print both the register number and name.
3061
3062         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
3063         and a sed into a single sed.  Make .c and .o patterns more robust.
3064         (OBS): Delete.
3065         (INIT_FILES): Replace OBS with COMMON_OBS.
3066         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
3067
3068 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
3069
3070         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
3071         the PT_WCOOKIE request.
3072
3073 2004-02-08  Andrew Cagney  <cagney@redhat.com>
3074
3075         * mips-tdep.c (mips_unwind_pc): New function.
3076         (mips_gdbarch_init): Set mips_unwind_pc.
3077
3078         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
3079         (get_frame_id): Allow the UNKNOWN_FRAME.
3080         (frame_register_unwind, get_frame_type): Ditto.
3081
3082         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
3083         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
3084         unwind_dummy_id indicates a legacy frame.
3085
3086         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
3087         * configure: Re-generate.
3088
3089         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
3090         methods.
3091
3092 2004-02-08  Andrew Cagney  <cagney@redhat.com>
3093
3094         * configure.in (CONFIG_ALL): Set to Makefile target, and not
3095         makefile macro.
3096         * configure: Re-generate.
3097         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
3098         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
3099         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
3100         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
3101         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
3102         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
3103         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
3104         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
3105         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
3106         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
3107
3108 2004-02-07  Andrew Cagney  <cagney@redhat.com>
3109
3110         * Makefile.in: Update all dependencies.
3111
3112         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
3113         * configure: Re-generate.
3114         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
3115         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
3116         (COMMON_OBS): Add "main.o" and "annotate.o".
3117         (ANNOTATE_OBS): Delete.
3118         (OBS): Remove ANNOTATE_OBS.
3119         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
3120         CONFIG_INITS.
3121         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
3122         against CONFIG_OBS and "main.o".
3123         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
3124         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
3125
3126         * tui/tui-command.c: Include "gdb_string.h", delete register
3127         attribute, use ISO-C function signatures.
3128         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
3129         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
3130         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
3131         * tui/tui.c: Ditto.
3132
3133         * tui/tui-command.c: Change variable and function names to lower
3134         case.
3135         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
3136         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
3137         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
3138         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
3139         * tui/tui-winsource.c, tui/tui.c: Ditto.
3140
3141 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
3142
3143         * buildsym.c (free_pending_blocks, finish_block)
3144         (record_pending_block, make_blockvector, end_symtab): Replace
3145         symbol_obstack with objfile_obstack.
3146         * coffread.c (process_coff_symbol, coff_read_struct_type)
3147         (coff_read_enum_type): Ditto.
3148         * cp-namespace.c (initialize_namespace_symtab)
3149         (check_one_possible_namespace_symbol): Ditto.
3150         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
3151         (dwarf2_symbol_mark_computed): Ditto.
3152         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
3153         * elfread.c (elf_symtab_read): Ditto.
3154         * hpread.c (hpread_symfile_init, hpread_symfile_init)
3155         (hpread_read_enum_type, hpread_read_function_type)
3156         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
3157         Ditto.
3158         * jv-lang.c (get_java_class_symtab, add_class_symbol)
3159         (java_link_class_type): Ditto.
3160         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
3161         (new_symbol): Ditto.
3162         * minsyms.c (install_minimal_symbols): Ditto.
3163         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
3164         (terminate_minimal_symbol_table): Replace symbol_obstack with
3165         objfile_obstack.
3166         (free_objfile): Remove freeing of symbol_obstack.
3167         * objfiles.h: Remove symbol_obstack field.
3168         * pa64solib.c (add_to_solist): Replace symbol_obstack with
3169         objfile_obstack.
3170         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
3171         symbol_obstack.
3172         (solib_add_common_symbols): Replace symbol_obstack with
3173         objfile_obstack.
3174         * somsolib.c (som_solib_add): Ditto.
3175         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
3176         (common_block_start, common_block_end): Ditto.
3177         * symfile.c (reread_symbols): Remove freeing and init of
3178         symbol_obstack.
3179         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
3180         * symfile.h: Update comment.
3181         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
3182         stats printing.
3183         * symtab.c (symbol_set_names): Replace symbol_obstack with
3184         objfile_obstack.
3185         * symtab.h (struct general_symbol_info, struct minimal_symbol):
3186         Update comments.
3187         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
3188         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
3189         objfile_obstack.
3190
3191 2004-02-07  Andrew Cagney  <cagney@redhat.com>
3192
3193         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
3194         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
3195         fields and variables.
3196         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
3197         (m_beInvisible): Delete macro.
3198         * tui/tui-data.h: Fix case case fields and variables.
3199         (m_genWinPtrIsNull): Delete macro.
3200         (tui_win_list): Rename winList.
3201         (TUI_SRC_WIN): Rename srcWin.
3202         (TUI_DISASM_WIN): Rename disassemWin.
3203         (TUI_DATA_WIN): Rename dataWin.
3204         (TUI_CMD_WIN): Rename cmdWin.
3205         (m_genWinPtrNotNull): Delete macro.
3206         (m_winPtrIsNull): Delete macro.
3207         (m_winPtrNotNull): Delete macro.
3208         (tui_win_is_source_type): Replace m_winIsSourceType
3209         (tui_win_is_auxillary): Replace m_winIsAuzillary.
3210         (tui_win_has_locator): Replace m_hasLocator.
3211         (tui_set_win_highlight): Replace m_setWinHighlightOn and
3212         m_setWinHighlightOff.
3213         * tui/tui-data.c: Update references.
3214         (tui_win_is_source_type, tui_set_win_highlight): New functions.
3215         (tui_win_has_locator, tui_win_is_auxillary): New functions.
3216         * tui/tui-command.c, tui/tui-disasm.c: Update references.
3217         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
3218         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
3219         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
3220         * tui/tui-winsource.c, tui/tui.c: Ditto.
3221
3222 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
3223
3224         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
3225         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
3226         StackGhost.
3227
3228         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
3229         variable `i6' to `i7'.
3230         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
3231
3232 2004-02-07  Andrew Cagney  <cagney@redhat.com>
3233
3234         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
3235         (TuiPoint, TuiPointPtr): Ditto.
3236         (TuiStatus, TuiStatusPtr): Ditto.
3237         (TuiWinType, TuiWinTypePtr): Ditto.
3238         (struct tui_point): Rename _TuiPoint.
3239         (tui_get_low_disassembly_address): Rename
3240         tuiGetLowDisassemblyAddress.
3241         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
3242         (tuiFree): Delete declaration.
3243         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
3244         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
3245         * tui/tui.c (tuiFree): Delete function.
3246         * cli/cli-cmds.c (disassemble_command): Update references.
3247         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
3248         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
3249         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
3250         * tui/tui-winsource.c: Ditto.
3251
3252 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
3253
3254         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
3255         coffstab_build_psymtabs, elfstab_build_psymtabs)
3256         (stabsect_build_psymtabs): Replace psymbol_obstack with
3257         objfile_obstack.
3258         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
3259         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
3260         Ditto.
3261         * dwarfread.c (scan_compilation_units): Ditto.
3262         * elfread.c (elfstab_offset_sections): Ditto.
3263         * hppa-tdep.c (read_unwind_info): Ditto.
3264         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
3265         (hpread_end_psymtab): Ditto.
3266         * mdebugread.c (mdebug_build_psymtabs, add_pending)
3267         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
3268         Ditto.
3269         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3270         * objfiles.c (add_to_objfile_sections)
3271         (build_objfile_section_table): Ditto.
3272         (allocate_objfile): Remove init of psymbol_obstack.
3273         (free_objfile): Remove freeing of psymbol_obstack.
3274         * objfiles.h (struct objfile): Remove field
3275         psymbol_obstack. Update comments.
3276         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
3277         psymbol_obstack with objfile_obstack.
3278         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
3279         psymbol_obstack.
3280         * somread.c (som_symfile_offsets, init_import_symbols)
3281         (init_export_symbols): Replace psymbol_obstack with
3282         objfile_obstack.
3283         * somsolib.c (som_solib_add_solib_objfile): Ditto.
3284         * symfile.c (default_symfile_offsets, syms_from_objfile)
3285         (reread_symbols): Remove freeing and init of psymbol_obstack.
3286         (cashier_psymtab): Update comment.
3287         * symmisc.c (print_objfile_statistics): Don't report stats for
3288         psymbol obstack.
3289         * symtab.h (struct general_symbol_info, struct partial_symtab):
3290         Update comments.
3291         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
3292         (xcoff_symfile_offsets): Replace psymbol_obstack with
3293         objfile_obstack.
3294
3295 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
3296
3297         * objfiles.h (struct objfile): Add objfile_obstack field.
3298         Remove type_obstack field.
3299
3300         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
3301         read_structure_scope read_enumeration, new_symbol): Replace
3302         type_obstack with objfile_obstack.
3303         * dwarfread.c (struct_type, enum_type): Ditto.
3304         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
3305         (lookup_fundamental_type): Ditto.
3306         * gdbtypes.h (TYPE_ALLOC): Ditto.
3307         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
3308         (hpread_read_doc_function_type, hpread_read_struct_type)
3309         (fix_static_member_physnames, hpread_read_array_type)
3310         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
3311         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
3312         (java_link_class_type): Ditto.
3313         * mdebugread.c (parse_type): Ditto.
3314         * objfiles.c (allocate_objfile, free_objfile): Ditto.
3315         * solib-sunos.c (solib_add_common_symbols): Ditto.
3316         * stabsread.c (define_symbol, read_type, read_member_functions,
3317         read_cpp_abbrev, read_one_struct_field): Ditto.
3318         * symfile.c (reread_symbols): Ditto.
3319         * symmisc.c (print_objfile_statistics): Ditto.
3320
3321 2004-02-07  Andrew Cagney  <cagney@redhat.com>
3322
3323         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
3324         (tui_exec_info_content): Rename TuiExecInfoContent.
3325         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
3326         (TuiWinInfo, TuiWinInfoPtr): Ditto.
3327         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
3328         (TuiList, TuiListPtr): Ditto.
3329         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
3330         (TuiDataType, TuiDataTypePtr): Ditto.
3331         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
3332         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
3333         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
3334         (TuiSourceElement, TuiSourceElementPtr): Ditto.
3335         (TuiDataElement, TuiDataElementPtr): Ditto.
3336         (TuiWinElement, TuiWinElementPtr): Ditto.
3337         (TuiDataInfo, TuiDataInfoPtr): Ditto.
3338         (TuiCommandElement, TuiCommandElementPtr): Ditto.
3339         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
3340         (TuiWhichElement, TuiWhichElementPtr): Ditto.
3341         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
3342         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
3343         * tui/tui-command.c, tui/tui-data.c: Update references.
3344         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
3345         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
3346         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
3347         * tui/tui-winsource.c, tui/tui.c: Ditto.
3348
3349 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
3350
3351         * dwarf2-frame.h: Update copyright.
3352         (enum dwarf2_frame_reg_rule): New.
3353         (struct dwarf2_frame_state_reg): New.
3354         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
3355         * dwarf2-frame.c: Update copyright.
3356         (enum dwarf2_reg_rule): Remove.
3357         (struct dwarf2_frame_state): Remove defenition of `struct
3358         dwarf2_frame_state_reg'.
3359         (read_reg): Call get_frame_arch to get the architecture instead of
3360         using CURRENT_GDBARCH.
3361         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
3362         DWARF2_FRAME_.
3363         (dwarf2_frame_init_reg): New function.
3364         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
3365         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
3366         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
3367         tags with DWARF2_FRAME_.
3368         (dwarf2_frame_prev_register): Call get_frame_arch to get the
3369         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
3370         dwarf2_reg_rule' tags with DWARF2_FRAME_.
3371
3372 2004-02-06  Andrew Cagney  <cagney@redhat.com>
3373
3374         * tui/tui-data.h (struct tui_list): Rename _TuiList.
3375         (enum tui_data_type): Rename _TuiDataType.
3376         (struct tui_layout_def): Rename _TuiLayoutDef.
3377         (struct tui_source_element): Rename _TuiSourceElement.
3378         (struct tui_data_element): Rename _TuiDataElement.
3379         (struct tui_command_element): Rename _TuiCommandElement.
3380         (struct tui_locator_element): Rename _TuiLocatorElement.
3381         (union tui_which_element): Define.
3382         (struct tui_win_element): Rename _TuiWinElement.
3383         (struct tui_data_info): Rename _TuiDataInfo.
3384         (struct tui_source_info): Rename _TuiSourceInfo.
3385         (struct tui_command_info): Rename _TuiCommandInfo.
3386         (tui_initialize_static_data): Rename initializeStaticData.
3387         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
3388         (tui_alloc_win_info): Rename allocWinInfo.
3389         (tui_init_generic_part): Rename initGenericPart.
3390         (tui_init_win_info): Rename initWinInfo.
3391         (tui_alloc_content): Rename allocContent.
3392         (tui_add_content_elements): Rename addContentElements.
3393         (tui_init_content_element): Rename initContentElement.
3394         (tui_free_window): Rename freeWindow.
3395         (tui_free_win_content): Rename freeWinContent.
3396         (tui_free_data_content): Rename freeDataContent.
3397         (tui_free_all_source_wins_content): Rename
3398         freeAllSourceWinsContent.
3399         (tui_del_window): Rename tuiDelWindow.
3400         (tui_del_data_windows): Rename tuiDelDataWindows.
3401         (tui_partial_win_by_name): Rename partialWinByName.
3402         (tui_win_name): Rename winName.
3403         (tui_current_layout): Rename currentLayout.
3404         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
3405         (tui_term_height): Rename termHeight.
3406         (tui_set_term_height_to): Rename setTermHeightTo.
3407         (tui_term_width): Rename termWidth.
3408         (tui_set_term_width_to): Rename setTermWidthTo.
3409         (tui_set_gen_win_origin): Rename setGenWinOrigin.
3410         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
3411         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
3412         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
3413         (tui_source_windows): Rename sourceWindows.
3414         (tui_clear_source_windows): Rename clearSourceWindows.
3415         (tui_clear_source_windows_detail): Rename
3416         clearSourceWindowsDetail.
3417         (tui_clear_win_detail): Rename clearWinDetail.
3418         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
3419         (tui_default_tab_len): Rename tuiDefaultTabLen.
3420         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
3421         (tui_win_with_focus): Rename tuiWinWithFocus.
3422         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
3423         (tui_layout_def): Rename tuiLayoutDef.
3424         (tui_win_resized): Rename tuiWinResized.
3425         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
3426         (tui_next_win): Rename tuiNextWin.
3427         (tui_prev_win): Rename tuiPrevWin.
3428         (tui_add_to_source_windows): Rename addToSourceWindows.
3429         * tui/tui-winsource.c, tui/tui-win.c: Update references.
3430         * tui/tui-layout.c, tui/tui-source.c: Ditto.
3431         * tui/tui-stack.c, tui/tui-io.c: Ditto.
3432         * tui/tui.c, tui/tui-data.c: Ditto.
3433         * tui/tui-interp.c, tui/tui-data.c: Ditto.
3434         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
3435
3436         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
3437         (struct symtab): Declare.
3438         (tui_set_source_content): Rename tuiSetSourceContent.
3439         (tui_show_symtab_source): Rename tuiShowSource.
3440         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
3441         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
3442         * tui/tui-source.c: Update copyright.  Update references.
3443         * tui/tui-win.c, tui/tui-winsource.c: Update references.
3444         * tui/tui-stack.c: Update references.
3445
3446         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
3447         (struct tui_win_info): Declare.
3448         (tui_scroll_forward): Rename tuiScrollForward.
3449         (tui_scroll_backward): Rename tuiScrollBackward.
3450         (tui_scroll_left): Rename tuiScrollLeft.
3451         (tui_scroll_right): Rename tuiScrollRight.
3452         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
3453         (tui_resize_all): Rename tuiResizeAll.
3454         (tui_refresh_all_win): Rename tuiRefreshAll.
3455         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
3456         * tui/tui-layout.c, * tui/tui-io.c: Update references.
3457         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
3458         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
3459
3460         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
3461         (tui_erase_data_content): Rename tuiEraseDataContent.
3462         (tui_display_all_data): Rename tuiDisplayAllData.
3463         (tui_check_data_values): Rename tuiCheckDataValues.
3464         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
3465         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
3466         (tui_first_data_element_no_in_line): Rename
3467         tuiFirstDataElementNoInLine.
3468         (tui_delete_data_content_windows): Rename
3469         tuiDeleteDataContentWindows.
3470         (tui_refresh_data_win): Rename tuiRefreshDataWin.
3471         (tui_display_data_from): Rename tuiDisplayDataFrom.
3472         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
3473         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
3474         * tui/tui-win.c, tui/tui-regs.c: Update references.
3475         * tui/tui-layout.c, tui/tui.c: Update references.
3476
3477         * tui/tui-wingeneral.h: Update copyright.
3478         (m_allBeVisible): Delete macro.
3479         (m_allBeInvisible): Delete macro.
3480         (struct tui_gen_win_info): Declare.
3481         (struct tui_win_info): Declare.
3482         (tui_unhighlight_win): Rename unhighlightWin.
3483         (tui_make_visible, tui_make_invisible): Replace makeVisible.
3484         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
3485         (tui_make_window): Rename makeWindow.
3486         (tui_copy_win): Rename copyWin.
3487         (tui_box_win): Rename boxWin.
3488         (tui_highlight_win): Rename highlightWin.
3489         (tui_check_and_display_highlight_if_needed): Rename
3490         checkAndDisplayHighlightIfNeeded.
3491         (tui_refresh_all): Rename refreshAll.
3492         (tui_delete_win): Rename tuiDelwin.
3493         (tui_refresh_win): Rename tuiRefreshWin.
3494         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
3495         (tui_make_visible, tui_make_invisible): New functions.
3496         (tui_make_all_visible, tui_make_all_invisible): New functions.
3497         (make_all_visible): Rename makeAllVisible.
3498         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
3499         * tui/tui-data.c, tui/tui-winsource.c: Update references.
3500         * tui/tui-windata.c, tui/tui-win.c: Update references.
3501         * tui/tui-regs.c, tui/tui-layout.c: Update references.
3502         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
3503
3504 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
3505
3506         * proc-api.c (write_with_trace): Initialize local variable to
3507         silence compiler warning.
3508
3509 2004-02-06  Andrew Cagney  <cagney@redhat.com>
3510
3511         * tui/tui-source.h: Do not include "defs.h".
3512         (struct tui_win_info): Declare.
3513         (tui_set_source_content_nil): Declare.
3514         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
3515         (union tui_line_or_address): Rename _TuiLineOrAddress.
3516         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
3517         (tui_update_source_window): Rename tuiUpdateSourceWindow.
3518         (tui_update_source_window_as_is): Rename
3519         tuiUpdateSourceWindowAsIs.
3520         (tui_update_source_windows_with_addr): Rename
3521         tuiUpdateSourceWindowsWithAddr.
3522         (tui_update_source_windows_with_line): Rename
3523         tuiUpdateSourceWindowsWithLine.
3524         (tui_clear_source_content): Rename tuiClearSourceContent.
3525         (tui_erase_source_content): Rename tuiEraseSourceContent.
3526         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
3527         (tui_show_source_content): Rename tuiShowSourceContent.
3528         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
3529         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
3530         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
3531         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
3532         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
3533         (tui_update_exec_info): Rename tuiUpdateExecInfo.
3534         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
3535         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
3536         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
3537         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
3538         (struct tui_win_info): Declare.
3539         * tui/tui-stack.c: Update references.
3540         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
3541         * tui/tui-win.c, tui/tui-source.c: Ditto.
3542         * tui/tui.c, tui/tui-disasm.c: Ditto.
3543
3544 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
3545
3546         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
3547         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
3548
3549 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
3550
3551         * infrun.c (handle_inferior_event): Allow for breakpoint
3552         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
3553         and SIGEMT.  Update comments.
3554         * NEWS (Revised SPARC target): Mention support for non-executable
3555         stack.
3556
3557 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
3558
3559         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
3560         * inftarg.c: Update copyright year.
3561         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
3562         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
3563         (sparc_xfer_wcookie): New function.
3564         * sparc-tdep.c (sparc_fetch_wcookie): New function.
3565         * Makefile.in (sparc-nat.o): Update dependencies.
3566         * config/sparc/nm-nbsd.h: Include "target.h".
3567         (NATIVE_XFER_WCOOKIE): New define.
3568         (sparc_xfer_wcookie): New prototype.
3569
3570 2004-02-04  Andrew Cagney  <cagney@redhat.com>
3571
3572         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
3573         SYSCALL_TRAP function.
3574         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
3575
3576 2004-02-04  Andrew Cagney  <cagney@redhat.com>
3577             Daniel Jacobowitz  <drow@mvista.com>
3578
3579         * objfiles.h: Delete comments refering to inside_entry_func and
3580         DEPRECATED_FRAME_CHAIN_VALID.
3581         * defs.h (inside_entry_func): Update prototype..
3582         * blockframe.c (inside_entry_func): Rename to
3583         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
3584         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
3585
3586 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
3587
3588         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
3589         outside of #ifdef SOLIB_ADD region.
3590         (do_restore_lang_radix_cleanup): Ditto.
3591         (resolve_pending_breakpoint): Ditto.
3592
3593 2004-02-03  Andrew Cagney  <cagney@redhat.com>
3594
3595         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
3596         (process_note_abi_tag_sections): Delete unused function.
3597         (ia64_read_fp): Delete unused function.
3598         (gdbarch_extract_struct_value_address): Delete declaration.
3599
3600 2004-02-02  Andrew Cagney  <cagney@redhat.com>
3601
3602         * vax-tdep.c (vax_frame_chain): Delete call to
3603         deprecated_inside_entry_file.
3604         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
3605
3606 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
3607
3608         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
3609         column that's "empty" or "same value" when eliminating REG_RA
3610         rules.
3611
3612 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3613
3614         * NEWS: Add information about new pending breakpoint support.
3615
3616 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3617
3618         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
3619         and pending fields for pending breakpoint support.
3620         * breakpoint.c (breakpoint_enabled): Add check for not pending.
3621         (condition_command): Only parse condition if not a pending
3622         breakpoint.
3623         (print_one_breakpoint): Add support for pending breakpoints.
3624         (describe_other_breakpoints): Add checks to verify we are not
3625         dealing with pending breakpoints.
3626         (check_duplicates): Don't check pending breakpoints.
3627         (set_raw_breakpoint): Initialize pending flag.
3628         (do_restore_lang_radix_cleanup): New cleanup routine.
3629         (resolve_pending_breakpoint): New function.
3630         (re_enable_breakpoints_in_shlibs): Try and resolve any
3631         pending breakpoints via resolve_pending_breakpoint.
3632         (mention): Add pending breakpoint support.
3633         (parse_breakpoint_sals): Add new parameter to pass to
3634         decode_line_1 to indicate silent errors when files or functions
3635         are not found.  Change all callers.
3636         (do_captured_parse_breakpoint): New function.
3637         (break_command_1): Change prototype to return an rc value and to
3638         take an optional pending breakpoint pointer.  Support creating
3639         a pending breakpoint if a "not found" form of error occurs when
3640         parsing the breakpoint.  Also support resolving an existing pending
3641         breakpoint and be silent if the resolution fails.
3642         (create_breakpoints): Change prototype to take pending breakpoint
3643         pointer.  When resolving a pending breakpoint, use the new pointer
3644         to provide a conditional or commands added by the end-user.
3645         (delete_breakpoint): Add appropriate check for pending.
3646         (breakpoint_re_set_one): Ditto.
3647         (do_enable_breakpoint): Ditto.
3648
3649 2004-02-02  David Carlton  <carlton@kealia.com>
3650
3651         * valops.c (enum oload_classification): New.
3652         (find_overload_match): Break implementation into separate
3653         functions; delete #if 0'd code; look for symbols within
3654         namespaces.
3655         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
3656         (find_oload_champ,oload_method_static,classify_oload_match): New.
3657         * cp-support.h: Add declaration for cp_func_name; update
3658         declaration for make_symbol_overload_list.
3659         * cp-support.c (cp_func_name): New.
3660         (overload_list_add_symbol): Fix comment, use
3661         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
3662         (make_symbol_overload_list): Take a function name and a namespace
3663         instead of a symbol; change implementation.
3664         (make_symbol_overload_list_using): New.
3665         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
3666
3667 2004-02-02  Fred Fish  <fnf@redhat.com>
3668
3669         * main.c (gdb_stdtarg): Move definition to group with other
3670         gdb_stdtarg definitions and update copyright years.
3671         * remote-sim.c (gdb_os_write_stderr): Write output to
3672         gdb_stdtargerr stream instead of gdb_stdtarg stream.
3673         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
3674         gdb_stderr stream and update copyright years.
3675
3676 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3677
3678         * Makefile.in (mips-linux-nat.o): Update dependencies.
3679         * mips-linux-nat.c: Include mips-tdep.h.
3680
3681 2004-02-01  Roland McGrath  <roland@redhat.com>
3682
3683         * sol-thread.c (sol_thread_xfer_partial): New function.
3684         (init_sol_thread_ops): Use that for to_xfer_partial hook.
3685         (init_sol_core_ops): Likewise.
3686
3687         * procfs.c (procfs_xfer_partial): New function.
3688         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
3689         * Makefile.in (procfs.o): Add $(auxv_h) dep.
3690
3691         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
3692         procfs_xfer_auxv function.
3693
3694         * procfs.c (procfs_make_note_section): If we can read
3695         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
3696         * linux-proc.c (linux_make_note_section): Likewise.
3697
3698         * auxv.h: New file.
3699         * auxv.c: New file.
3700         * Makefile.in (auxv_h): New variable.
3701         (COMMON_OBS): Add auxv.o here.
3702         (auxv.o): New target.
3703
3704         * corelow.c (core_xfer_partial): New function.
3705         (init_core_ops): Use it for core_ops.to_xfer_partial.
3706
3707         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
3708         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
3709         macro if that is defined.
3710
3711 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3712
3713         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
3714         and check the specified thread for each breakpoint.
3715         * breakpoint.h (bpstat_stop_status): Update prototype.
3716         * infrun.c (handle_inferior_event): Update calls to
3717         bpstat_stop_status.
3718
3719 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3720
3721         * Makefile.in (cli-cmds.o): Add $(readline_h).
3722
3723 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3724
3725         * cli/cli-cmds.c: Include readline.h.
3726         (complete_command): Pass the start of the last word to
3727         complete_line.
3728
3729 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
3730
3731         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
3732         argument, and change first argument to a CORE_ADDR.
3733         * breakpoint.h (bpstat_stop_status): Update prototype.
3734         * infrun.c (adjust_pc_after_break): Add a new comment.
3735         (handle_inferior_event): Update calls to bpstat_stop_status.
3736
3737 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
3738
3739         * breakpoint.h: Update copyright years.
3740
3741 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
3742
3743         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
3744         (bpstat_stop_status): Don't decrement PC.
3745         * breakpoint.h (software_breakpoint_inserted_here_p): Add
3746         prototype.
3747         * infrun.c (adjust_pc_after_break): New function.
3748         (handle_inferior_event): Call it, early.  Remove later references
3749         to DECR_PC_AFTER_BREAK.
3750         (normal_stop): Add commentary.
3751
3752 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
3753
3754         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
3755         2004-01-27 double-free fix.
3756
3757 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
3758
3759         * sparc-tdep.c (sparc_fetch_wcookie): New function.
3760         (sparc32_frame_prev_register): Handle StackGhost.
3761         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
3762
3763 2004-01-29  Roland McGrath  <roland@redhat.com>
3764
3765         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
3766         * configure: Regenerated.
3767
3768         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
3769         * Makefile.in (procfs.o): Add dep.
3770
3771 2004-01-28  Andrew Cagney  <cagney@redhat.com>
3772
3773         * tui/tui-stack.h: Update copyright.
3774         (struct frame_info): Add opaque declaration.
3775         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
3776         (tui_show_locator_content): Rename tuiShowLocatorContent.
3777         (tui_show_frame_info): Rename tuiShowFrameInfo.
3778         * tui/tui-stack.c: Update copyright.  Update references.
3779         * tui/tui-winsource.c: Update references.
3780         * tui/tui-win.c: Update references.
3781         * tui/tui-layout.c: Update references.
3782         * tui/tui-hooks.c: Update copyright, update references.
3783         * tui/tui.c: Update copyright, update references.
3784         * tui/tui-disasm.c: Update references.
3785
3786 2004-01-28  David Carlton  <carlton@kealia.com>
3787
3788         * dwarf2read.c (add_partial_structure): Use demangled name if
3789         namespace equals "".
3790
3791 2004-01-27  Jim Blandy  <jimb@redhat.com>
3792
3793         Clean up misapplied patch:
3794         * dwarf2read.c (determine_prefix): Change one of the two forward
3795         declarations for 'determine_prefix_aux' to a declaration for this.
3796         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
3797         argument to 'die_specification'.
3798
3799         * dwarf2read.c (read_func_scope): Re-indent comment.
3800
3801 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
3802
3803         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
3804         b->exp to NULL after freeing so that error during re-parsing or
3805         evaluation of expressions associated with breakpoint don't
3806         eventually lead to re-freeing of storage.
3807         Committed by Andrew Cagney.
3808
3809 2004-01-27  Andrew Cagney  <cagney@redhat.com>
3810
3811         * source.c (ambiguous_line_spec): Delete undefined declaration.
3812         * m32r-rom.c (m32r_set_board_address): Delete unused function.
3813         (m32r_set_server_address, m32r_set_download_path): Ditto.
3814         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
3815
3816 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
3817
3818         * dwarf2read.c: Update calls to changed and renamed functions, and
3819         references to moved variables.
3820
3821         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
3822         language, language_defn, list_in_scope, and ftypes members.
3823         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
3824         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
3825         (baseaddr): Remove globals.
3826
3827         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
3828         (set_cu_language, die_is_declaration, die_specification)
3829         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
3830         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
3831         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
3832         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
3833
3834         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
3835         cu.list_in_scope.  Don't initialize cu_header_offset.
3836         (add_partial_symbol): Add local baseaddr.
3837         (psymtab_to_symtab_1): Add local baseaddr.  Use
3838         objfile->section_offsets for consistency.  Don't initialize
3839         cu_header_offset; do initialize cu.header.offset and
3840         cu.list_in_scope.
3841         (read_file_scope, read_func_scope, read_lexical_block_scope)
3842         (dwarf_decode_lines, new_symbol): Add local baseaddr.
3843
3844 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
3845
3846         * PROBLEMS: Add gdb/1516.
3847
3848 2003-12-29  Robert Millan  <robertmh@gnu.org>
3849
3850         Patch committed by Andrw Cagney.
3851         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
3852         * configure.tgt: Match knetbsd*-gnu.
3853
3854 2004-01-26  Andrew Cagney  <cagney@redhat.com>
3855
3856         * breakpoint.c (catch_command_1): Delete #ifdef code.
3857         (catch_fork_command_1): Delete #ifdef wrapper.
3858         (catch_exec_command_1): Ditto.
3859         (catch_load_command_1): Ditto.
3860         (catch_unload_command_1): Ditto.
3861
3862         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
3863         (catch_breakpoint): Delete #if0ed function.
3864         (disable_catch_breakpoint): Ditto.
3865         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
3866         (disable_catch, enable_catch, delete_catch): Ditto.
3867
3868 2004-01-26  Andrew Cagney  <cagney@redhat.com>
3869
3870         * remote.c (echo_check, quit_flag): Delete variables.
3871         (cisco_kernel_mode): Delete variable.
3872         (minitelnet_return, tty_input, escape_count): Delete variables.
3873         (remote_cisco_mode): Delete variable.
3874         (remote_cisco_open, remote_cisco_close): Delete function.
3875         (remote_cisco_mourn, remote_cisco_wait): Delete function.
3876         (init_remote_cisco_ops): Delete function.
3877         (_initialize_remote): Do not install "remote cisco" code.
3878         (read_frame): Delete cisco specific code.
3879         (remote_info_process): Delete function.
3880         (remote_wait): Delete cisco specific code.
3881         (remote_cisco_section_offsets): Delete function.
3882         (remote_cisco_objfile_relocate): Delete function.
3883         (remote_async_wait): Delete cisco specific code.
3884         (minitelnet, readtty, readsocket): Delete function.
3885
3886 2004-01-26  Andrew Cagney  <cagney@redhat.com>
3887
3888         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
3889         comments mentioning extract_returned_value_address.
3890         * infcmd.c (print_return_value): Update.  Add comments on
3891         extract_returned_value_address.
3892         * stack.c (return_command): Add comments on
3893         extract_returned_value_address.
3894         * values.c: Update comment.
3895         * m32r-tdep.c: Update comment.
3896         * sparc-tdep.c: Update comment.
3897         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
3898         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3899         * sh64-tdep.c (sh64_gdbarch_init): Update.
3900         * sh-tdep.c (sh_gdbarch_init): Update.
3901         * s390-tdep.c (s390_gdbarch_init): Update.
3902         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3903         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
3904         * m68k-tdep.c (m68k_gdbarch_init): Update.
3905         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3906         * m32r-tdep.c (m32r_gdbarch_init): Update.
3907         * ia64-tdep.c (ia64_gdbarch_init): Update.
3908         * h8300-tdep.c (h8300_gdbarch_init): Update.
3909         * frv-tdep.c (frv_gdbarch_init): Update.
3910         * arm-tdep.c (arm_gdbarch_init): Update.
3911         * alpha-tdep.c (alpha_gdbarch_init): Update.
3912
3913 2004-01-26  Andrew Cagney  <cagney@redhat.com>
3914
3915         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
3916         SYMBOL_LOCATION_FUNCS
3917         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
3918         "struct symbol_ops".
3919         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
3920         type to "struct symbol_ops".
3921         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
3922         (struct symbol): Replace ".aux_value.loc.funcs" and
3923         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
3924         (SYMBOL_OBJFILE): Delete macro.
3925         (SYMBOL_LOCATION_FUNCS): Delete macro.
3926         (SYMBOL_LOCATION_BATON): Update.
3927         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
3928         intead of SYMBOL_LOCATION_FUNCS.
3929         * ax-gdb.c (gen_var_ref): Ditto.
3930         * printcmd.c (address_info): Ditto.
3931         * findvar.c (read_var_value): Ditto.
3932         (symbol_read_needs_frame): Ditto.
3933
3934 2004-01-26  Andrew Cagney  <cagney@redhat.com>
3935
3936         * dwarf2read.c (read_func_scope): Document frame-base hack.
3937
3938 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
3939
3940         * infcmd.c (print_return_value): Plug memory leak; delete
3941         ui_stream object.  Rename argument `structure_return' to
3942         `struct_return'.
3943
3944 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
3945
3946         * infcmd.c (print_return_value): Wrap long lines.
3947         (finish_command_continuation, finish_command): Remove unused
3948         variable `funcaddr'.  Fix some coding-standards problems.
3949
3950         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
3951         SECT_SIZE is large enough, not wheter it's exactly the right size.
3952         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
3953         TDEP->fpregset to zero.
3954
3955         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
3956         floating-point registers for traditional NetBSD core files.
3957         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
3958         TDEP->sizeof_fpregset here.
3959
3960 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
3961
3962         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
3963         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
3964         function with code split out from
3965         sparc32nbsd_sigcontext_frame_cache.
3966         (sparc32nbsd_sigcontext_frame_cache): Use
3967         sparc32nbsd_sigcontext_saved_regs.
3968         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
3969         OpenBSD.
3970         * sparcobsd-tdep.c: New file.
3971         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
3972         (sparcobsd-tdep.o): New dependency.
3973         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
3974         * config/sparc/obsd.mt: New file.
3975
3976         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
3977         TDEP->fpregset to be initialized to enable core file register
3978         sets.
3979
3980 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
3981
3982         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
3983         Add opaque declarations.
3984         (sparc64nbsd_sigcontext_saved_regs): New prototype.
3985         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
3986         function with code split out from
3987         sparc64nbsd_sigcontext_frame_cache.
3988         (sparc64nbsd_sigcontext_frame_cache): Use
3989         sparc64nbsd_sigcontext_saved_regs.
3990         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
3991         OpenBSD.
3992         * sparc64obsd-tdep.c: New file.
3993         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
3994         (sparc64obsd-tdep.o): New dependency.
3995         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
3996         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
3997         * config/sparc/obsd64.mt: New file.
3998
3999         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
4000         read the instruction at PC.
4001
4002         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
4003         value of GDB_OSABI_DEFAULT.
4004         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
4005         instead of GDB_OSABI_NETBSD_AOUT.
4006
4007 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
4008
4009         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
4010         copyright.
4011
4012 2004-01-23  Andrew Cagney  <cagney@redhat.com>
4013
4014         * printcmd.c (display_command): Replace tui_set_display call with
4015         tui_set_layout_for_display_command.
4016         * tui/tui.h (enum tui_win_type): Define.
4017         (tui_set_layout): Delete declaration.
4018         (tui_set_layout_for_display_command): Rename set_tui_layout.
4019         * tui/tui-data.h (enum tui_layout_type): Define.
4020         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
4021         "tui.h".
4022         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
4023         (tui_default_win_height): Rename tuiDefaultWinHeight.
4024         (tui_default_win_viewport_height): Rename
4025         tuiDefaultWinViewportHeight.
4026         (tui_set_layout): RenametuiSetLayout.
4027         * tui/tui-layout.c: Update references.
4028         * tui/tui.c: Update references.
4029         * tui/tui-disasm.c: Update references.
4030
4031 2004-01-23  David Carlton  <carlton@kealia.com>
4032
4033         Partial workaround for PR c++/1511:
4034         * cp-namespace.c: Include frame.h.
4035         (cp_lookup_transparent_type): New
4036         (cp_lookup_transparent_type_loop): New.
4037         * cp-support.h: Declare cp_lookup_transparent_type.
4038         * symtab.c (basic_lookup_transparent_type): Renamed from
4039         lookup_transparent_type.
4040         (lookup_transparent_type): Replace old body by a call to
4041         current_language->la_lookup_transparent_type.
4042         * symtab.h: Update copyright.  Declare
4043         basic_lookup_transparent_type.
4044         * language.h: Update copyright.
4045         (struct language_defn): Add la_lookup_transparent_type.
4046         * language.c: Update copyright.
4047         (unknown_language_defn): Add basic_lookup_transparent_type.
4048         (auto_language_defn): Add basic_lookup_transparent_type.
4049         (local_language_defn): Add basic_lookup_transparent_type.
4050         * ada-lang.c: Update copyright.
4051         (ada_language_defn): Add basic_lookup_transparent_type.
4052         * c-lang.c: Update copyright.
4053         (c_language_defn): Add basic_lookup_transparent_type.
4054         (cplus_language_defn): Add basic_lookup_transparent_type.
4055         (asm_language_defn): Add basic_lookup_transparent_type.
4056         (minimal_language_defn): Add basic_lookup_transparent_type.
4057         * f-lang.c: Update copyright.
4058         (f_language_defn): Add basic_lookup_transparent_type.
4059         * jv-lang.c: Update copyright.
4060         (java_language_defn): Add basic_lookup_transparent_type.
4061         * m2-lang.c: Update copyright.
4062         (m2_language_defn): Add basic_lookup_transparent_type.
4063         * objc-lang.c: Update copyright.
4064         (objc_language_defn): Add basic_lookup_transparent_type.
4065         * p-lang.c: Update copyright.
4066         (p_language_defn): Add basic_lookup_transparent_type.
4067         * scm-lang.c: Update copyright.
4068         (scm_language_defn): Add basic_lookup_transparent_type.
4069         * Makefile.in (cp-namespace.o): Depend on frame.h.
4070
4071 2004-01-23  David Carlton  <carlton@kealia.com>
4072
4073         Patch for PR c++/1520:
4074         * dwarf2read.c (read_func_scope): Set processing_current_prefix
4075         properly if we have a specification die.
4076         (determine_prefix_aux): Rename from determine_prefix.
4077         (determine_prefix): Like the old determine_prefix, but never
4078         returns NULL.
4079
4080 2004-01-23  Theodore A. Roth  <troth@openavr.org>
4081
4082         * avr-tdep.c: Update copyright.
4083         (avr_iaddr_p): Delete unused function.
4084         (avr_saddr_p): Delete unused function.
4085
4086 2004-01-23  David Carlton  <carlton@kealia.com>
4087
4088         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
4089         Fix for PR symtab/1534.
4090
4091 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
4092
4093         * NEWS (New native configurations): Mention OpenBSD/sparc and
4094         OpenBSD/sparc64.
4095         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
4096         * configure.host: Likewise.
4097         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
4098         handler for OpenBSD.
4099         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
4100
4101 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
4102
4103         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
4104         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
4105
4106         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
4107         * cli/cli-cmds.c (shell_escape): Likewise.
4108
4109         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
4110         OpenBSD .note.openbsd.ident sections.
4111
4112 2004-01-22  David Carlton  <carlton@kealia.com>
4113
4114         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
4115         get_scope_pc_bounds.
4116         (read_file_scope): Ditto.
4117         (get_scope_pc_bounds): New function, produced by extracting code
4118         from the above two functions, consolidating it, and adding support
4119         for DW_TAG_namespace.
4120
4121 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
4122
4123         * osabi.c (MAX_NOTESZ): New define.
4124         (check_note): New function.
4125         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
4126         check_note.
4127
4128 2004-01-21  Roland McGrath  <roland@redhat.com>
4129
4130         * MAINTAINERS (write after approval): Add myself.
4131
4132 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
4133
4134         * utils.c (init_page_info): Move declarations of `rows' and
4135         `cols' before the __GO32__-specific code.  Move the closing brace
4136         outside the #ifdef __GO32__..#endif block.
4137         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
4138
4139 2004-01-21  Paul Brook  <paul@codesourcery.com>
4140
4141         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
4142         BPSTAT_WHAT_CHECK_SHLIBS.
4143
4144 2004-01-21  Paul Brook  <paul@codesourcery.com>
4145
4146         * MAINTAINERS: Add myself to write-after-approval.
4147
4148 2004-01-20  Andrew Cagney  <cagney@redhat.com>
4149
4150         * ax-gdb.c (print_axs_value): Delete unused function.
4151         * jv-lang.c (java_lookup_type): Delete unused function.
4152         * cli/cli-dump.c (dump_filetype): Delete unused function.
4153         * remote-mips.c (remote_mips_insert_hw_breakpoint)
4154         (remote_mips_remove_hw_breakpoint): Delete unused functions.
4155         (mips_getstring): Delete unused function.
4156         (pmon_insert_breakpoint): Delete #if0ed function.
4157         (PMON_MAX_BP): Delete #if0ed MACRO.
4158         (mips_pmon_bp_info): Delete #if0ed variable.
4159         (pmon_remove_breakpoint): Delete #if0ed function.
4160         * monitor.c (monitor_write_even_block): Delete unused function.
4161         (monitor_write_memory_block): Delete #if0ed code.
4162         * dink32-rom.c (dink32_load): Delete unused function.
4163         (_initialize_dink32_rom): Delete #if0ed code.
4164         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
4165
4166         * tui/tui-command.c: Update references.
4167         * tui/tui-io.c: Update references.
4168         * tui/tui-command.h: Update copyright.
4169         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
4170
4171         * source.c (ambiguous_line_spec): Delete never-defined function.
4172         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
4173         * gdbtypes.c (add_name, add_mangled_type): Ditto.
4174         * cli/cli-cmds.c (validate_comname): Ditto.
4175
4176         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
4177         "tui-data.h".
4178         (tui_set_disassem_content): Rename tuiSetDisassemContent.
4179         (tui_show_disassem): Rename tuiShowDisassem.
4180         (tui_show_disassem_and_update_source): Rename
4181         tuiVerticalDisassemScroll.
4182         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
4183         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
4184         * tui/tui.h: Update copyright.
4185         (enum tui_status): Define.
4186         * tui/tui-data.h (enum tui_scroll_direction): Define.
4187         * tui/tui-disasm.c: Update copyright.  Update references.
4188         * tui/tui-winsource.c:  Update copyright.  Update references.
4189         * tui/tui-win.c: Update references.
4190         * tui/tui-layout.c: Update references.
4191
4192 2004-01-20  Andrew Cagney  <cagney@redhat.com>
4193
4194         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
4195         sym2 to start of block.
4196
4197 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
4198
4199         * MAINTAINERS: Delete mmalloc.
4200         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
4201         * NEWS: Mention removal of --with-malloc.
4202         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
4203         * config.in: Regenerate.
4204         * configure: Regenerate.
4205         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
4206         USE_MMALLOC, MMCHECK_FORCE.
4207         * gdbinit.in: Remove mmalloc.
4208         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
4209         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
4210         * config/i386/go32.mh: Likewise.
4211         * config/i386/interix.mh: Likewise.
4212         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4213
4214 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
4215
4216         * linespec.c (decode_variable, symtab_from_filename):  Call
4217         error_silent with error message instead of throwing an exception
4218         directly.
4219         * defs.h (error_silent, error_output_message): Add prototypes.
4220         (catch_exceptions_with_msg): Ditto.
4221         * utils.c (error_silent, error_output_message): New functions.
4222         * top.c (catch_exceptions_with_msg): New function.
4223
4224 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
4225
4226         * mi/mi-cmds.h (enum print_values): Add definition.
4227
4228         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
4229         type and value for simple data types and just the name and type
4230         for complex ones, if required.
4231
4232         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
4233         children, if required.
4234
4235 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
4236
4237         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
4238         unused declarations.
4239
4240 2004-01-19  Andrew Cagney  <cagney@redhat.com>
4241
4242         * top.h (mapped_symbol_files): Delete declaration.
4243         * main.c (captured_main): Delete option "m" and "mapped".
4244         * objfiles.c (mapped_symbol_files): Delete variable.
4245         * symfile.c (symbol_file_command): Delete mmap code.
4246         (symbol_file_add_with_addrs_or_offsets): Ditto.
4247         (add_symbol_file_command, reread_separate_symbols): Ditto.
4248         * objfiles.h (OBJF_MAPPED): Delete.
4249         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
4250         (free_objfile) [USE_MMALLOC]: Ditto.
4251         (open_existing_mapped_file): Delete function.
4252         (open_mapped_file): Delete function.
4253         (map_to_file): Delete function.
4254
4255 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
4256
4257         * infrun.c (step_into_function): Account for possible breakpoint
4258         adjustment when computing ``stop_func_start''.
4259
4260 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
4261
4262         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
4263         the region size against the size of a pointer, not the size of
4264         a register as given by DEPRECATED_REGISTER_SIZE.
4265
4266 2004-01-19  Andrew Cagney  <cagney@redhat.com>
4267
4268         * tui/tui-regs.h: Include "tui-data.h".
4269         (tuiFirstRegElementNoInLine): Delete declaration.
4270         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
4271         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
4272         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
4273         (tui_calculate_regs_column_count): Rename
4274         tuiCalculateRegsColumnCount.
4275         (tui_check_register_values): Rename tuiCheckRegisterValues.
4276         (tui_show_registers): Rename tuiShowRegisters.
4277         (tui_display_registers_from_line): Rename
4278         tuiDisplayRegistersFromLine.
4279         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
4280         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
4281         (tui_first_reg_element_no_inline): Rename
4282         tuiFirstRegElementNoInLine.
4283         * tui/tui-data.h: Update copyright.
4284         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
4285         * tui/tui-windata.c: Update copyright, update references.
4286         * tui/tui-regs.c: Update copyright, update references.
4287         * tui/tui-win.c: Update copyright, update references.
4288         * tui/tui-layout.c: Update copyright, update references.
4289
4290 2004-01-18  Andrew Cagney  <cagney@redhat.com>
4291
4292         * tui/tui-io.c: Update copyright.
4293         (key_is_end_sequence, key_is_backspace): New functions.
4294         (key_is_command_char, key_is_start_sequence): New function.
4295         (tui_getc): Update references.
4296         * tui/tui-io.h: Update copyright.
4297         (m_tuiStartNewLine): Delete macro.
4298         (m_isBackspace, m_isDeleteChar): Delete macros.
4299         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
4300         (m_isNextPage, m_isPrevPage): Delete macros.
4301         (m_isLeftArrow, m_isRightArrow): Delete macros.
4302         (m_isXdbStyleCommandChar): Delete macro.
4303         (key_is_start_sequence): Declare, replace m_isStartSequence.
4304         (key_is_end_sequence): Declare, replace m_isEndSequence.
4305         (key_is_backspace): Declare ,replace m_isBackspace.
4306         (key_is_command_char): Declare, replace m_isCommandChar.
4307         * tui/tui-command.c: Update copyright.
4308         (tuiDispatchCtrlChar): Update references.
4309
4310         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
4311         tuiSourceWin.h.
4312
4313         * tui/tui-command.c: Rename tui/tuiCommand.c.
4314         * tui/tui-command.h: Rename tui/tuiCommand.h.
4315         * tui/tui-data.c: Rename tui/tuiData.c.
4316         * tui/tui-data.h: Rename tui/tuiData.h.
4317         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
4318         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
4319         * tui/tui-io.c: Rename tui/tuiIO.c.
4320         * tui/tui-io.h: Rename tui/tuiIO.h.
4321         * tui/tui-layout.c: Rename tui/tuiLayout.c.
4322         * tui/tui-layout.h: Rename tui/tuiLayout.h.
4323         * tui/tui-regs.c: Rename tui/tuiRegs.c.
4324         * tui/tui-regs.h: Rename tui/tuiRegs.h.
4325         * tui/tui-source.c: Rename tui/tuiSource.c.
4326         * tui/tui-source.h: Rename tui/tuiSource.h.
4327         * tui/tui-stack.c: Rename tui/tuiStack.c.
4328         * tui/tui-stack.h: Rename tui/tuiStack.h.
4329         * tui/tui-win.c: Rename tui/tuiWin.c.
4330         * tui/tui-win.h: Rename tui/tuiWin.h.
4331         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
4332         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
4333         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
4334         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
4335         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
4336         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
4337         * tui/tui-file.c: Update includes.
4338         * tui/tui-hooks.c: Update includes.
4339         * tui/tui-interp.c: Update includes.
4340         * tui/tui.c: Update includes.
4341         * Makefile.in: Update all tui/ dependencies.
4342         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
4343
4344         * Makefile.in: Update copyright.  Update dependencies.
4345
4346         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
4347         problem.
4348
4349 2004-01-18  Andrew Cagney  <cagney@redhat.com>
4350
4351         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
4352         instead of register_gdbarch_init.
4353
4354         * remote-sds.c (tohex): Delete unused function.  Update copyright.
4355         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
4356         * v850-tdep.c (v850_register_virtual_size): Ditto.
4357         * target.c (normal_target_post_startup_inferior): Ditto.
4358         * source.c (ambiguous_line_spec): Ditto.
4359         * remote.c (adapt_remote_get_threadinfo): Ditto.
4360         * mi/mi-out.c (out_field_fmt): Ditto.
4361         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
4362         (output_control_change_notification): Ditto.
4363         * m68k-tdep.c (m68k_register_byte): Ditto.
4364         (m68k_remote_breakpoint_from_pc): Ditto.
4365         * ui-out.c (init_ui_out_state): Delete unused declaration.
4366         * stabsread.c (search_value): Ditto.
4367         * mi/mi-cmd-env.c (env_cli_command): Ditto.
4368         * maint.c (print_section_table): Ditto.
4369         * infrun.c (set_follow_fork_mode_command): Ditto.
4370
4371 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
4372
4373         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
4374         DW_CFA_def_cfa_exporession.  Add support for
4375         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
4376         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
4377
4378 2004-01-18  Andrew Cagney  <cagney@redhat.com>
4379
4380         * ocd.c: Update copyright.
4381         (bdm_read_register_command): Delete unused function.
4382         (_initialize_remote_ocd): Delete commented out reference.
4383         (get_quoted_char, reset_packet): Delete #if0ed function.
4384         (output_packet, put_quoted_char): Delete #if0ed function.
4385         (stu_put_packet, stu_get_packet): Delete #if0ed function.
4386         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
4387         (BDM_BREAKPOINT): Delete #if0ed macro.
4388         (remote_timeout): Delete #if0ed variable.
4389
4390 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
4391
4392         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
4393         (core-sol2.o): Remove dependency.
4394         * core-sol2.c: Remove file.
4395
4396 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4397
4398         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
4399         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
4400         enums.
4401
4402 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
4403
4404         * remote.c: Update copyright years.
4405
4406 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
4407
4408         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
4409
4410 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4411
4412         * mdebugread.c: Update copyright.
4413         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
4414         (parse_type, parse_procedure): Ditto.
4415         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
4416
4417         * cris-tdep.c (cris_store_struct_return): Put back accidently
4418         deleted function.
4419
4420         * gdbarch.sh: Update copyright year.
4421         * gdbarch.h, gdbarch.c: Re-generate.
4422
4423 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
4424
4425         Suggested by George Anzinger.
4426         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
4427         correct stack offset.  Include unknown opcode numbers in the error
4428         message.
4429
4430 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4431
4432         * x86-64-tdep.c (x86_64_init_abi): No need to clear
4433         extract_struct_value_address, i386 does not set it.
4434         * sparc64-tdep.c (sparc64_init_abi): Do not set
4435         extract_struct_value_address, never called.
4436         (sparc64_extract_struct_value_address): Delete function.
4437         * m68hc11-tdep.c: Update copyright.
4438         (m68hc11_gdbarch_init): Delete redundant assignment of
4439         extract_struct_value_address.
4440         * i386-tdep.c: Update copyright.
4441         (i386_gdbarch_init): Do not set extract_struct_value_address,
4442         never called.
4443         (i386_extract_struct_value_address): Delete function.
4444         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
4445         extract_struct_value_address, never called.
4446         (sparc32_extract_struct_value_address): #if 0 function.  Add
4447         comments explaining its future.
4448
4449 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
4450
4451         * arm-tdep.c (arm_write_pc): New function.
4452         (arm_gdbarch_init): Call set_gdbarch_write_pc.
4453
4454 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
4455
4456         * breakpoint.c (must_shift_inst_regs): Delete.
4457         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
4458         and SHIFT_INST_REGS.
4459         * infcmd.c (step_1, step_1_continuation): Delete references to
4460         SHIFT_INST_REGS.
4461         * infrun.c (keep_going): Likewise.
4462         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
4463         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
4464
4465 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4466
4467         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4468         * gdbarch.h, gdbarch.c: Re-generate.
4469         * infcmd.c (print_return_value): Delete reference to
4470         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4471
4472         * cris-tdep.c (cris_gdbarch_init): Do not set
4473         deprecated_extract_struct_value_address.
4474
4475         * xstormy16-tdep.c: Update copyright.
4476         (xstormy16_extract_struct_value_address): Update to current
4477         extract struct value address interface.
4478         (xstormy16_gdbarch_init): Set extract_struct_value_address.
4479         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
4480         current extract struct value address interface.
4481         (sh64_gdbarch_init): Set extract_struct_value_address.
4482
4483         * cris-tdep.c: Update copyright.
4484         (cris_extract_struct_value_address): Delete function.
4485         (struct_return_address): Delete variable.
4486         (cris_store_struct_return): Do not set struct_return_address.
4487
4488         * mcore-tdep.c: Update copyright.
4489         (mcore_extract_struct_value_address): Delete function.  Update
4490         comments.
4491         (mcore_gdbarch_init): Update.
4492         * mn10300-tdep.c: Update copyright.
4493         (mn10300_extract_struct_value_address): Delete function.
4494         (mn10300_gdbarch_init): Update.
4495         * v850-tdep.c: Update copyright.
4496         (v850_extract_struct_value_address): Delete.
4497         (v850_gdbarch_init): Update.
4498         * ns32k-tdep.c: Update copyright.
4499         (ns32k_extract_struct_value_address): Delete.
4500         (ns32k_gdbarch_init): Update.
4501         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
4502         (hppa_gdbarch_init): Update.
4503         * vax-tdep.c: Update copyright.
4504         (vax_extract_struct_value_address): Delete.
4505         (vax_gdbarch_init): Update.
4506
4507         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
4508         * gdbarch.h, gdbarch.c: Re-generate.
4509         * procfs.c (procfs_fetch_registers): Delete reference to
4510         DEPRECATED_NPC_REGNUM.
4511         (procfs_store_registers): Ditto.
4512         * regcache.c (generic_target_write_pc): Simplify.
4513         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
4514
4515         * core-sol2.c (fetch_core_registers): Replace
4516         DEPRECATED_NPC_REGNUM with equivalent tdep value.
4517
4518         * hppa-tdep.c: Update copyright year.
4519         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
4520         NPC_REGNUM.
4521         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
4522
4523         * mips-tdep.c (mips_write_pc): New function.
4524         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
4525         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
4526         (mips_find_saved_regs, mips_software_single_step: Ditto.
4527         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
4528         mips_init_extra_frame_info, mips_pop_frame): Ditto.
4529
4530 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4531
4532         * mips-tdep.c: Re-indent.  Group functions by ABI.
4533
4534 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4535
4536         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
4537         * gdbarch.c: Re-generate.
4538         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4539         DECR_PC_AFTER_BREAK to zero.
4540         * vax-tdep.c (vax_gdbarch_init): Ditto.
4541         * v850-tdep.c (v850_gdbarch_init): Ditto.
4542         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
4543         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4544         * sh-tdep.c (sh_gdbarch_init): Ditto.
4545         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4546         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4547         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4548         * mips-tdep.c (mips_gdbarch_init): Ditto.
4549         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4550         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4551         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4552         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4553         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
4554         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4555         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4556         * frv-tdep.c (frv_gdbarch_init): Ditto.
4557         * cris-tdep.c (cris_gdbarch_init): Ditto.
4558         * avr-tdep.c (avr_gdbarch_init): Ditto.
4559         * arm-tdep.c (arm_gdbarch_init): Ditto.
4560         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
4561
4562 2004-01-17  J. Brobecker  <brobecker@gnat.com>
4563
4564         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
4565         Delete, no longer used.
4566         (read_subrange_type): New function, mostly extracted from
4567         read_array_type().
4568         (read_array_type): Replace extracted code by call to
4569         read_subrange_type().
4570         (dwarf2_get_attr_constant_value): New function.
4571         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
4572         (add_partial_symbol): Likewise.
4573         (process_die): Likewise.
4574         (new_symbol): Likewise.
4575         (read_type_die): Likewise.
4576
4577 2004-01-16  Andrew Cagney  <cagney@redhat.com>
4578
4579         * symfile.c: Update copyright year.
4580         (compare_symbols): Delete unused function.
4581         * stabsread.c: Update copyright year.
4582         (lrs_general_complaint): Delete unused function.
4583         (ref_search_value): Ditto.
4584         (get_substring): Delete declaration.
4585         * sh64-tdep.c: Update copyright year.
4586         (sh64_get_gdb_regnum): Delete unused function.
4587         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
4588         Delete unused function.
4589
4590 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
4591
4592         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
4593         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
4594
4595 2004-01-16  Andrew Cagney  <cagney@redhat.com>
4596
4597         Changes from Peter Schauer.
4598         * rs6000-tdep.c: Update copyright year.
4599         (rs6000_push_dummy_call): Update the stack pointer before
4600         accessing the corresponding stack region.
4601         * rs6000-nat.c: Update copyright year.
4602         (set_host_arch): Set "info.abfd" to "exec_bfd".
4603
4604 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
4605
4606         * blockframe.c: Update copyright year.
4607         (inside_entry_func): Don't treat a zero PC specially.
4608
4609 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
4610
4611         * gcore.c (gcore_copy_callback): Use paddr_d to print size
4612         variable.
4613         (gcore_create_callback): Ditto.  Skip any memory segment that has
4614         no permissions set.
4615
4616 2004-01-14  David Carlton  <carlton@kealia.com>
4617
4618         Change symbols for C++ nested types to contain the fully qualified
4619         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
4620         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
4621         c++/895.
4622         * c-exp.y (qualified_type): Handle types nested within classes.
4623         * cp-namespace.c: Update comments.
4624         (cp_set_block_scope): Delete #if 0.
4625         (cp_lookup_nested_type): Handle types nested within classes.
4626         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
4627         when appropriate.
4628         (add_partial_symbol): Add the name of the enclosing namespace to
4629         types.
4630         (pdi_needs_namespace): New.
4631         (add_partial_namespace): Tweak comment.
4632         (add_partial_structure): New.
4633         (psymtab_to_symtab_1): Initialize processing_current_prefix
4634         here...
4635         (process_die): instead of here.
4636         (read_structure_scope): Try to figure out the name of the class or
4637         namespace that the structure might be defined within.
4638         (read_enumeration): Generate fully-qualified names, if possible.
4639         (read_namespace): Don't set name to NULL.
4640         (die_specification): New.
4641         (new_symbol): Generate fully-qualified names for types.
4642         (read_type_die): Determine appropriate prefix.
4643         (determine_prefix): New.
4644         (typename_concat): New.
4645         (class_name): New.
4646         * valops.c (value_aggregate_elt): Pass NOSIDE to
4647         value_struct_elt_for_reference.
4648         (value_struct_elt_for_reference): Make static, add NOSIDE
4649         parameter, call value_maybe_namespace_elt as a last resort.
4650         (value_namespace_elt): Break out code into
4651         value_maybe_namespace_elt.
4652         (value_maybe_namespace_elt): New.
4653
4654 2004-01-12  Andrew Cagney  <cagney@redhat.com>
4655
4656         * mips-tdep.c (mips_convert_register_p): Handle both raw and
4657         cooked floating-point registers.
4658         (mips_gdbarch_init): Set convert_register_p, register_to_value,
4659         and value_to_register.
4660
4661 2004-01-13  Andrew Cagney  <cagney@redhat.com>
4662
4663         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
4664         * gdbarch.c: Re-generate.
4665         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4666         FUNCTION_START_OFFSET.
4667         * v850-tdep.c (v850_gdbarch_init): Ditto.
4668         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
4669         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4670         * sh-tdep.c (sh_gdbarch_init): Ditto.
4671         * s390-tdep.c (s390_gdbarch_init): Ditto.
4672         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4673         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4674         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4675         * mips-tdep.c (mips_gdbarch_init): Ditto.
4676         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4677         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4678         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4679         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4680         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4681         * i386-tdep.c (i386_gdbarch_init): Ditto.
4682         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4683         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4684         * frv-tdep.c (frv_gdbarch_init): Ditto.
4685         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4686         * cris-tdep.c (cris_gdbarch_init): Ditto.
4687         * avr-tdep.c (avr_gdbarch_init): Ditto.
4688         * arm-tdep.c (arm_gdbarch_init): Ditto.
4689         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4690
4691 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
4692
4693         * infrun.c (follow_fork_mode_ask): Remove.
4694         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
4695         (follow_fork): Simplify and remove internal error for
4696         follow_fork_mode_ask.
4697         (_initialize_infrun): Update "set follow-fork-mode" help text.
4698
4699 2004-01-13  Andrew Cagney  <cagney@redhat.com>
4700
4701         * configure.in: Update copyright year.
4702         (build_warnings): Add -Wunused-label.
4703         * configure: Re-generate.
4704
4705 2004-01-12  Andrew Cagney  <cagney@redhat.com>
4706
4707         * exec.h (exec_ops): Make "extern".
4708
4709         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
4710         the function is void.
4711         (mips_pseudo_register_write): Ditto.
4712
4713 2004-01-12  Andrew Cagney  <cagney@redhat.com>
4714
4715         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
4716         call.  Never defined.
4717         * sparc-tdep.h (struct frame_info): Add opaque declaration.
4718         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
4719         (struct sparc_gregset, struct regcache): Ditto.
4720         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
4721
4722 2004-01-12  Andrew Cagney  <cagney@redhat.com>
4723
4724         * mi/ChangeLog: Delete file.  Renamed to ...
4725         * mi/ChangeLog-1999-2003: New file.
4726         * tui/ChangeLog: Delete file.  Renamed to ...
4727         * tui/ChangeLog-1998-2003: New file.
4728
4729 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
4730
4731         * sparc64nbsd-tdep.c: Include "regset.h".
4732         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
4733         Remove variables.
4734         (fetch_core_registers): Remove function.
4735         (sparc64nbsd_core_fns): Remove variable.
4736         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
4737         functions.
4738         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
4739         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
4740         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
4741
4742         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
4743         sparc_extract_struct_value_address.
4744         (sparc32_gdbarch_init): Set extract_struct_value_address.
4745         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
4746         function.
4747         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
4748         return_value_on_stack.
4749
4750         * NEWS: Mention that %cs and %ss have been added to the AMD64
4751         configurations
4752
4753         * frame.c: Update copyright year.
4754         (get_prev_frame): Improve comment.
4755
4756         * sparc64fbsd-tdep.c: Include "regset.h".
4757         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
4758         Remove variables.
4759         (fetch_core_registers): Remove function.
4760         (sparc64fbsd_core_fns): Remove variable.
4761         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
4762         functions.
4763         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
4764         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
4765         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4766
4767         * sparcnbsd-tdep.c: Include "regset.h".
4768         (fetch_core_registers): Remove function.
4769         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
4770         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
4771         functions.
4772         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
4773         TDEP->fpregset.
4774         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4775
4776         * sparc-tdep.h (struct regset): Provide opaque declaration.
4777         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
4778         fpregset and sizeof_fpregset members.
4779         * sparc-tdep.c (struct regset): Provide opaque declaration.
4780         (sparc_regset_from_core_section): New function.
4781         (sparc32_gdbarch_init): Initialize TDEP->gregset,
4782         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
4783         Set regset_from_core_section when appropriate.
4784
4785 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
4786
4787         * x86-64-tdep.c (amd64_non_pod_p): New function.
4788         (amd64_classify_aggregate): Return class memory for non-POD
4789         C++ structure types.
4790
4791         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
4792         argument.  Use it to reserve a register if necessary.
4793         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
4794         amd64_push_arguments.
4795
4796         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
4797
4798         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
4799         register numbers in comments.
4800         * x86-64-tdep.h: Update copyright year.
4801         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
4802         Adjust for addition of %cs and %ss.
4803         * amd64fbsd-nat.c: Update copyright year.
4804         (reg_offset): Add register offsets for %cs and %ss.
4805         * amd64fbsd-tdep.c: Update copyright year.
4806         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
4807         (amd64fbsd_sc_reg_offset): Likewise.
4808         * x86-64-linux-nat.c: Update copyright year.
4809         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
4810         and %ss.
4811         * amd64nbsd-nat.c: Update copyright year.
4812         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
4813         * amd64nbsd-tdep.c: Update copyright year.
4814         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
4815         * x86-64-linux-tdep.c: Update copyright year.
4816         (user_to_gdb_regmap): Add mapping for %cs and %ss.
4817         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
4818         * regformats/reg-x86-64.dat: Add %cs and %ss.
4819
4820         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
4821         variables to prevent long lines.  Update comments to reflect
4822         reality.
4823
4824 2004-01-09  David Carlton  <carlton@kealia.com>
4825
4826         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
4827         * dwarf2read.c (read_namespace): Pull out name-generating code
4828         into namespace_name. Rename previous_namespace to previous_prefix
4829         and processing_current_namespace to processing_current_prefix..
4830         (namespace_name): New function.
4831         (add_partial_symbol): Substitute uses of pdi->name with
4832         actual_name.
4833         * cp-support.h: Rename processing_current_namespace to
4834         processing_current_prefix.
4835         Update copyright year.
4836         * cp-namespace.c: Rename processing_current_namespace to
4837         processing_current_prefix.
4838         Update copyright year.
4839
4840 2004-01-09  Andrew Cagney  <cagney@redhat.com>
4841
4842         * jv-valprint.c, ser-unix.c: Add missing copyright years.
4843
4844 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
4845
4846         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
4847         complaining.
4848         (process_one_symbol): Deal with N_PATCH stabs.
4849
4850 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
4851
4852         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
4853         ifdeffed code.
4854         Update copyright year.
4855
4856 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
4857
4858         * config/pa/tm-hppa.h: Update extern declarations for
4859         hppa32_hpux_frame_saved_pc_in_sigtramp,
4860         hppa32_hpux_frame_base_before_sigtramp, and
4861         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
4862
4863 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
4864
4865         * config/pa/tm-hppah.h: Update copyright years.
4866
4867 2004-01-08  Andrew Cagney  <cagney@redhat.com>
4868
4869         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
4870         (mips_o32_reg_struct_has_addr): Delete function.
4871         (mips_gdbarch_init): Update.
4872         (mips_extract_struct_value_address): Delete function.
4873
4874 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
4875
4876         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
4877         reality.
4878
4879 2004-01-07  Andrew Cagney  <cagney@redhat.com>
4880
4881         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
4882         architecture's elf flags (when available).
4883
4884         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
4885         FPU to the start, check the MIPS FPU when looking for an old
4886         architecture.
4887         (set_mipsfpu_single_command): Update the architecture.
4888         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
4889
4890         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
4891         (mips_mask_address_p): Add "tdep" parameter.
4892         (show_mask_address, mips_addr_bits_remove): Update.
4893         (mips_dump_tdep): Update.
4894         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
4895         (MIPS_STACK_ARGSIZE): Delete macro.
4896         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
4897         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
4898         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
4899         (mips_dump_tdep): Update.
4900         (MIPS_SAVED_REGSIZE): Delete macro.
4901         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
4902         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
4903         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
4904         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
4905         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
4906         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
4907         (mips_pop_frame, return_value_location): Update.
4908         (mips_n32n64_return_value, mips_dump_tdep): Update.
4909
4910         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
4911         MIPS ABI.
4912
4913         * mips-tdep.c: Update copyright.
4914         (mips_gdbarch_init): Merge two code blocks handling the register
4915         name and number layout.
4916
4917 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
4918
4919         * tracepoint.c (validate_actionline): Fix segv at EOF
4920
4921 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
4922
4923         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
4924         properly for static fields.
4925
4926 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
4927             Jason Molenda  <jmolenda@apple.com>
4928
4929         * disasm.c: Update copyright to include 2004.
4930         (do_mixed_source_and_assembly): For uiout asm list
4931         and tuple cleanups, initialize to null_cleanup instead of
4932         NULL and do so prior to loop.  Only reset when we close off
4933         the tuple/list.  Move check for whether to close off the
4934         asm tuple/list to after dump_insns call where it will be run
4935         on each loop iteration.
4936
4937 2004-01-05  Andrew Cagney  <cagney@redhat.com>
4938
4939         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
4940         should be a switch case and not a label.
4941         * mips-tdep.c (mips32_next_pc): Delete unused labels
4942         "greater_equal_branch" and "less_zero_branch".
4943         * jv-valprint.c (java_print_value_fields): Delete unused label
4944         "flush_it".
4945
4946         * target.c (unpush_target): Only close a target that is in the
4947         target stack.
4948
4949 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
4950
4951         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
4952         address from [sp + 64] instead of %o2.
4953
4954         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
4955         fixes PR backtrace/1476.
4956
4957 2004-01-05  Andrew Cagney  <cagney@redhat.com>
4958
4959         * libunwind-frame.h (struct frame_id): Add opaque declaration,
4960         move to start of file.
4961         * i386-tdep.h (struct regcache): Add opaque declaration.
4962         * config/ia64/nm-linux.h (struct target_ops): Add opaque
4963         declaration.
4964         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
4965         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
4966         * win32-nat.c (fake_create_process): Use ISO C style definition.
4967         * stabsread.c (define_symbol): Delete #ifndef
4968         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
4969         stabs_argument_has_addr call, macro never defined.
4970
4971 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
4972
4973         * op50-rom.c: Delete.
4974         * w89k-rom.c: Delete.
4975         * Makefile.in: Remove references.
4976
4977 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
4978
4979         * x86-64-tdep.c: Update copyright year.
4980         (struct amd64_register_info): Rename from x86_64_register_info.
4981         (amd64_register_info): Rename from x86_64_register_info.
4982         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
4983         (amd64_register_name): Rename from x86_64_register_name.
4984         (amd64_register_type): Rename from x86_64_register_type.
4985         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
4986         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
4987         (amd64_dwarf_reg_to_regnum): Rename from
4988         x86_64_dwarf_reg_to_regnum.
4989         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
4990         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
4991         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
4992         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
4993         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
4994         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
4995         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
4996         (amd64_frame_cache): Rename from x86_64_frame_cache.
4997         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
4998         (amd64_frame_prev_register): Rename from
4999         x86_64_frame_prev_register.
5000         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
5001         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
5002         (amd64_sigtramp_frame_cache): Rename from
5003         x86_64_sigtramp_frame_cache.
5004         (amd64_sigtramp_frame_prev_register): Rename from
5005         x86_64_sigtramp_frame_prev_register.
5006         (amd64_sigtramp_frame_unwind): Rename from
5007         x86_64_sigtramp_frame_unwind.
5008         (amd64_sigtramp_frame_sniffer): Rename from
5009         x86_64_sigtramp_frame_sniffer.
5010         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
5011         (amd64_frame_base): Rename from x86_64_frame_base.
5012         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
5013         (amd64_frame_align): Rename from x86_64_frame_align.
5014         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
5015         (amd64_regset_from_core_section): Rename from
5016         x86_64_regset_from_core_section.
5017         (x86_64_init_abi): Update comments.
5018
5019 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
5020
5021         * MAINTAINERS (write after approval): Add myself.
5022
5023 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
5024
5025         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5026         `float' arguments.
5027
5028 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
5029
5030         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
5031         such that it mentions a specific version of GCC that exhibits this
5032         bug.
5033
5034 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
5035
5036         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
5037         structure that has a single `float' member, store it in %f1 in
5038         addition to %f0.
5039
5040         * sparc-sol2-nat.c: Add missing '\'.
5041
5042         * sparc-tdep.c (sparc32_return_value): New function.
5043          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
5044         Remove functions.
5045         (sparc32_gdbarch_init): Set return_value, don't set
5046         extract_return_value, store_return_value, use_struct_convention
5047         and return_value_on_stack.
5048
5049         * sparc-sol2-nat.c: Add missing ')'.
5050
5051 2004-01-03  J. Brobecker  <brobecker@gnat.com>
5052
5053         * infrun.c (handle_step_into_function): New function.
5054         (handle_inferior_event): Extract out some code into the new
5055         function above.
5056
5057 2004-01-03  J. Brobecker  <brobecker@gnat.com>
5058
5059         * infrun.c (handle_inferior_event): Move the declaration of
5060         real_stop_pc inside the if blocks where it is used.
5061
5062 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
5063
5064         * sparc64-tdep.c (sparc64_16_byte_align_p)
5065         (sparc64_store_floating_fields, sparc64_store_floating_fields):
5066         Use check_typedef to get subtypes of structures and unions.
5067         (sparc64_store_return_value): Fix calculation of the appropriate
5068         offset into VALBUF when storing a structure or union.
5069         (sparc64_return_value): New function.
5070         (sparc64_use_struct_convention): Remove function.
5071         (sparc64_init_abi): Set return_value, don't set
5072         extract_return_value, store_return_value and
5073         use_struct_convention.
5074
5075 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
5076
5077         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
5078         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
5079         gdb/config/alpha/xm-alphaosf.h,
5080         gdb/config/powerpc/tm-ppcle-eabi.h,
5081         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
5082         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
5083         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
5084         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
5085         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
5086         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
5087         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
5088         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
5089         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
5090         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
5091         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
5092         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
5093         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
5094         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
5095         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
5096         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
5097         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
5098         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
5099         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
5100         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
5101         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
5102         Remove lines for .cvsignore files.
5103
5104 2004-01-03  J. Brobecker  <brobecker@gnat.com>
5105
5106         * infrun.c: Back out the previous change.
5107
5108 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
5109
5110         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
5111         sparc-*-sunos4* to the list of REMOVED configurations.
5112
5113         * configure.tgt: Add back sparc-*-vxworks*.
5114         * remote-vxsparc.c: Remove all includes except for "defs.h",
5115         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
5116         Include "sparc-tdep.h".
5117         (SPARC_R_G1): New define.
5118         (vxsparc_gregset): New variable.
5119         (ext_format_sparc): Remove extern declaration.
5120         (vx_read_register): Rewrite to use sparc32_supply_gregset and
5121         sparc32_supply_fpregset.
5122         (vx_write_register): Rewrite to use sparc32_collect_gregset,
5123         sparc_collect_rwindow and sparc32_collect_fpregset.
5124         * config/sparc/tm-vxworks.h: New file, based on recently removed
5125         tm-vxsparc.h.
5126         * config/sparc/vxworks.mt: New file, based on recently removed
5127         vxworks.mt.
5128
5129 2004-01-03  J. Brobecker  <brobecker@gnat.com>
5130
5131         * infrun.c (handle_step_into_function): New function.
5132         (handle_inferior_event): Extract out some code into the new
5133         function above.
5134
5135 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
5136
5137         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
5138         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
5139         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
5140         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
5141         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
5142         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
5143         (sparc_nat_h): New variable.
5144         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
5145         (tm-sun4os4.h): Remove dependency.
5146         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
5147         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
5148         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
5149         sparc-tdep.o): Update dependencies.
5150         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
5151         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
5152         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
5153         dependencies.
5154         * configure.host: Remove existing sparc-*-lynxos*,
5155         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
5156         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
5157         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
5158         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
5159         triplets.
5160         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
5161         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
5162         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
5163         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
5164         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
5165         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
5166         sparc64-*-solaris2* and sparc64-*-* triplets.
5167         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
5168         "symtab.h" and "objfiles.h".
5169         (BIAS): Remove define.
5170         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
5171         (X_DISP19): Remove macros.
5172         (sparc_fetch_instruction): Remove function.
5173         (struct gdbarch_tdep): Remove definition.
5174         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
5175         (sparc_breakpoint_from_pc): Remove function.
5176         (struct sparc64_frame_cache): Remove definition.
5177         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
5178         sparc64_unwind_pc): Remove functions.
5179         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
5180         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
5181         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
5182         (sparc64_frame_cache): Change return type to `struct
5183         sparc_frame_cache *'.  Simply call sparc_frame_cache.
5184         (sparc64_frame_this_id, sparc64_frame_prev_register,
5185         sparc64_frame_base_address): Use `struct sparc_frame_cache'
5186         instead of `struct sparc64_frame_cache.
5187         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
5188         sparc_analyze_control_transfer, sparc_software_single_step,
5189         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
5190         _initialize_sparc64_tdep): Remove functions.
5191         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
5192         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
5193         macros.
5194         (sparc64_supply_gregset, sparc64_collect_gregset,
5195         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
5196         (sparc64_init_abi): New function.
5197         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
5198         inclusion guard.  Include "sparc-tdep.h".
5199         (BIAS): Define.
5200         (r_tstate_offset, r_fprs_offset): New defines.
5201         (enum sparc_regnum): Remove defenition.
5202         (enum sparc64_regnum): Reformat.
5203         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
5204         (sparc64_init_abi, sparc64_supply_gregset,
5205         sparc64_collect_gregset, sparc64_supply_fpregset,
5206         sparc64_collect_fpregset): New prototypes.
5207         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
5208         Add extern declarations.
5209         (sparc64_sol2_init_abi): New prototype.
5210         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
5211         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
5212         prototypes.
5213         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
5214         "sparnbsd-nat.h".
5215         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
5216         functions.
5217         (_initialize_sparc64fbsd_nat): Remove initialization of
5218         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
5219         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
5220         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
5221         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
5222         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
5223         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
5224         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
5225         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
5226         (sparc64fbsd_r_y_offset): Remove variables.
5227         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
5228         Make static and const.
5229         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
5230         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
5231         functions.
5232         (sparc64fbsd_gregset): New variable.
5233         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
5234         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
5235         and sparc64_supply_fpregset.
5236         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
5237         (sparc64fbsd_sigtramp_frame_this_id)
5238         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
5239         (sparc64fbsd_sigtramp_frame_unwind): New variable.
5240         (sparc64fbsd_sigtramp_frame_sniffer): New function.
5241         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
5242         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
5243         * sparcnbsd-tdep.c: Update copyright year.  Include
5244         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
5245         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
5246         "value.h" and "sparcnbsd-tdep.h".
5247         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
5248         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
5249         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
5250         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
5251         defines.
5252         (sparcnbsd_gregset): New variable.
5253         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
5254         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
5255         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
5256         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
5257         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
5258         variables.
5259         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
5260         (sparc32nbsd_sigcontext_frame_this_id)
5261         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
5262         (sparc32nbsd_sigcontext_frame_unwind): New variable.
5263         (sparc32nbsd_sigtramp_frame_sniffer): New function.
5264         (sparcnbsd_get_longjmp_target_32,
5265         sparcnbsd_get_longjmp_target_64): Remove functions.
5266         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
5267         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
5268         sparcnbsd_init_elf): Remove.
5269         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
5270         (sparcnbsd_elf_init_abi): New functions.
5271         (_initialize_sparcnbsd_tdep): New prototype.
5272         (_initialize_sparnbsd_tdep): Update.
5273         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
5274         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
5275         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
5276         * config/sparc/linux.mh: Update comment.
5277         (XM_FILE, HOST_IPC): Remove variables.
5278         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
5279         sparc-linux-nat.o.
5280         * config/sparc/linux.mt: Update comment.
5281         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
5282         * config/sparc/nbsd.mt: Reformat.
5283         * config/sparc/nbsd64.mh: Update comment.
5284         (NATDEPFILES): Add sparc-nat.o.
5285         * config/sparc/nbsd64.mt: Update comment.
5286         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
5287         (TM_FILE): Set to tm-nbsd.h.
5288         * config/sparc/nbsdelf.mh: Update comment.
5289         (NATDEPFILES): Add sparc-nat.o.
5290         (XM_FILE): Delete.
5291         * config/sparc/nbsdaout.mh: Update comment.
5292         (NATDEPFILES): Add sparc-nat.o
5293         (XM_FILE): Delete.
5294         * config/sparc/nm-linux.h: Update copyright year.  Don't include
5295         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
5296         inclusion.
5297         (KERNEL_U_SIZE): Remove define.
5298         (kernel_u_size): Remove prototype.
5299         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
5300         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
5301         "regcache.h".
5302         (CHILD_PREPARE_TO_STORE): Remove define.
5303         * config/sparc/nm-nbsdaout.h: Tweak some comments.
5304         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
5305         sparcnbsd-nat.c: Rewrite files.
5306         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
5307         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
5308         sparcnbsd-tdep.h: Remove files.
5309         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
5310         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
5311         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
5312         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
5313         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
5314         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
5315         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
5316         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
5317         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
5318         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
5319         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
5320         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
5321         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
5322         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
5323         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
5324         * config/sparc/linux64.mh, config/sparc/linux64.mt,
5325         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
5326         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
5327         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
5328
5329 2004-01-02  Andrew Cagney  <cagney@redhat.com>
5330
5331         From 2003-12-18 Kazuhiro Inaoka:
5332         * configure.host: Add m32r-linux target.
5333
5334 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
5335
5336         * top.c (print_gdb_version): Update year to 2004.
5337
5338 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
5339
5340         * MAINTAINERS: Add myself to the write-after-approval category.
5341
5342 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
5343
5344         From Bernardo Innocenti <bernie@develer.com>:
5345         * configure.tgt: Add uClinux target.
5346
5347 2004-01-02  Andrew Cagney  <cagney@redhat.com>
5348
5349         * utils.c (do_my_cleanups): Make static, add forward declaration.
5350         * defs.h (do_my_cleanups): Delete declaration.
5351
5352 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
5353
5354         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
5355         bfd/ChangeLog-0203.
5356
5357 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
5358
5359         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
5360         in <machine/reg.h>.
5361         * configure, config.in: Regenerate.
5362
5363 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
5364 tui/ChangeLog-1998-2003.
5365 \f
5366 Local Variables:
5367 mode: change-log
5368 left-margin: 8
5369 fill-column: 74
5370 version-control: never
5371 End: