OSDN Git Service

* amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
[pf3gnuchains/pf3gnuchains3x.git] / gdb / ChangeLog
1 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
2
3         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
4         amd64fbsd_sigtramp_start.
5         (amd64fbsd_sigtramp_end_addr): Renamed from
6         amd64fbsd_sigtramp_end.
7         (amd64fbsd_init_abi): Adjust for renamed variables.
8         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9         variables.
10         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11         amd64fbsd_sigtramp_start.
12         (amd64fbsd_sigtramp_end_addr): Renamed from
13         amd64fbsd_sigtramp_end.
14
15 2004-02-22  Andrew Cagney  <cagney@redhat.com>
16
17         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
18         struct-return and inferior function call methods.
19
20         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
21         "frame-base.h".
22         (struct hppa_frame_cache): Define.
23         (hppa_frame_cache, hppa_frame_this_id): New functions.
24         (hppa_frame_prev_register): New function.
25         (hppa_frame_unwind, hppa_frame_base): New variables.
26         (hppa_frame_unwind_sniffer): New function.
27         (hppa_frame_base_address, hppa_unwind_pc): New function.
28         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
29         sniffer, and frame base sniffer; keep disabled.
30         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
31         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
32
33         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
34         to predicates for "seriously old code".
35
36         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
37         runtime if(0).
38
39         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
40         unsigned.
41         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
42
43         * config/pa/tm-hppa.h: Update copyright.
44         (DEPRECATED_INIT_FRAME_PC): Delete macro.
45         (deprecated_init_frame_pc_default): Delete declaration.
46         (hppa_frame_init_saved_regs): Delete declaration.
47         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
48         * hppa-tdep.c: Include "arch-utils.h".
49         (hppa_gdbarch_init): Set deprecated init_frame_pc
50         and deprecated frame_init_saved_regs.
51         (hppa_frame_init_saved_regs): Make static.
52
53 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
54
55         Remove old 386BSD support.
56         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
57         * configure.host: Remove i[34567]86-*-bsd*.
58         * configure.tgt: Remove i[34567]86-*-bsd*.
59         * i386b-nat.c: Removed.
60         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
61         (i386b-nat.o): Remove dependencies.
62
63         * config/i386/i386bsd.mh: Removed.
64         * config/i386/i386bsd.mt: Removed.
65         * config/i386/nm-i386bsd.h: Removed.
66         * config/i386/tm-i386bsd.h: Removed.
67         * config/i386/xm-i386bsd.h: Removed.
68
69         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
70
71         * amd64fbsd-tdep.c: Include "solib-svr4.h".
72         (amd64fbsd_init_abi): Set link map offsets.
73         * amd64nbsd-tdep.c: Include "slib-svr4.h".
74         (amd64nbsd_init_abi): Set link map offsets.
75         * amd64obsd-tdep.c: Include "solib-svr4.h".
76         (amd64obsd_init_abi): Set link map offsets.
77         * i386fbsd-tdep.c: Include "solib-svr4.h".
78         (i386fbsd_init_abi): Set link map offsets.
79         * i386nbsd-tdep.c: Include "solib-svr4.h".
80         (i386nbsdelf_init_abi): Set link map offsets.
81         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
82         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
83         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
84         solib-legacy.o and core-aout.o. Reformat.
85         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
86         solib-svr4.o, solib-legacy.o.  Reformat.
87         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
88         * config/i386/nbsdelf.mh: Reformat.
89         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
90         solib-svr4.o, solib-legacy.o and corelow.o.
91         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
92         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
93         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
94         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
95         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
96         (TM_FILE): Set to tm-fbsd.h.
97         * config/i386/nbsd.mt (TDEPFILES): Reformat.
98         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
99         solib-svr4.o.
100         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
101         solib-svr4.o.
102         (TM_FILE): Set to nm-nbsd.h.
103         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
104         Simplify shared library support.  Don't include "elf/common.h".
105         (SVR4_SHARED_LIBS): Don't define.
106         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
107         "solib.h".
108         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
109         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
110         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
111         Don't include "i386/tm-i386.h".  Include "solib.h".
112         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
113         Don't include "i386/tm-i386.h".
114         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
115         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
116         Include "i386/xm-i386.h".
117         (HOST_LONG_DOUBLE_FORMAT): Remove.
118
119         Fix OpenBSD/i386 sigtramp recognition.
120         * i386-tdep.h: Update copyright year.
121         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
122         (i386bsd_sigtramp_end): New prototypes.
123         (i386fbsd_sigtramp_start_addr): Renamed from
124         i386fbsd_sigtramp_start.
125         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
126         (i386obsd_sigtramp_start_addr): Renamed from
127         i386obsd_sigtramp_start.
128         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
129         * i386bsd-tdep.c: Update copyright year.
130         (i386bsd_pc_in_sigtramp): Make public.
131         * i386fbsd-nat.c: Update copyright year.
132         (_initialize_i386fbsd_nat): Adjust for renamed variables.
133         * i386fbsd-tdep.c: Update copyright year.
134         (i386fbsd_sigtramp_start_addr): Renamed from
135         i386fbsd_sigtramp_start.
136         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
137         (i386fbsdaout_init_abi): Adjust for renamed variables.
138         * i386obsd-nat.c: Update copyright year.
139         (_initialize_i386obsd_nat): Adjust for renamed variables.
140         * i386obsd-tdep.c: Include "target.h".
141         (i386obsd_page_size): New variable.
142         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
143         (i386obsd_sigtramp_end): New functions.
144         (i386obsd_sigtramp_start_addr): Renamed from
145         i386obsd_sigtramp_start.
146         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
147         (i386obsd_init_abi): Adjust for renamed variables.  Set
148         pc_in_sigtramp, sigtramp_start and sigtramp_end.
149         * Makefile.in (i386obsd-tdep.o): Update dependencies.
150
151         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
152         trampoline change in OpenBSD kernel.
153
154         * amd64-nat.c: Update copyright year.
155         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
156         architecture from REGCACHE.
157
158         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
159         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
160
161 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
162
163         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
164         i[34567]86-*-openbsd3.[0-3].
165         * config/i386/obsdaout.mh: New file.
166
167         * config/i386/obsd.mh (MH_FLAGS): Remove.
168
169         Fix PR build/1549.
170         * i386obsd-tdep.c: Update copyright years.  Include
171         "solib-svr4.h".
172         (i386obsd_init_abi): Don't set regset_from_core_section here.
173         (i386obsd_aout_init_abi): New function.  Set
174         regset_from_core_section here.
175         (i386obsd_elf_init_abi): New function.
176         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
177         * Makefile.in (i386obsd-tdep.o): Update dependecies.
178         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
179         (TM_FILE): Set to tm-nbsd.h.
180
181         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
182         solib-sunos.o.
183
184         * solib-svr4.h: Update copyright year.
185         (svr4_ilp32_fetch_link_map_offsets)
186         (svr4_lp64_fetch_link_map_offsets): New prototype.
187         * solib-svr4.c: Update copyright year.
188         (svr4_ilp32_fetch_link_map_offsets)
189         (svr4_lp64_fetch_link_map_offsets): New function.
190
191 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
192
193         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
194         to the partial symbol table.
195
196 2004-02-20  J. brobecker  <brobecker@gnat.com>
197
198         * PROBLEMS: Add description of problem documented under gdb/1560.
199
200 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
201
202         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
203         comments.
204         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
205         functions.
206         (amd64obsd_init_abi): Reorder initializations.  Use
207         amd64obsd_r_reg_offset to initialize the general-purpose register
208         set details.  Set regset_from_core_section.
209         (_initialize_amd64obsd_tdep): Rename from
210         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
211         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
212         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
213
214         * NEWS (New native configurations): Mention OpenBSD/alpha.
215         * configure.tgt: Add alpha*-*-openbsd*.
216         * configure.host: Add alpha*-*-openbsd*.
217         * alphanbsd-tdep.c: Update copyright year.
218         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
219
220 2004-02-20  Andrew Cagney  <cagney@redhat.com>
221
222         Fix PR tdep/1372.
223         * configure.tgt: Delete target "none-*-*".
224         * configure.host: Delete host "none-*-*".
225         * config/none/none.mh: Delete file.
226         * config/none/none.mt: Delete file.
227         * config/none/xm-none.h: Delete file.
228         * config/none/tm-none.h: Delete file.
229         * config/none/nm-none.h: Delete file.
230
231 2004-02-19  Fred Fish  <fnf@redhat.com>
232
233         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
234         cache->uses_fp prior to setting it.
235
236 2004-02-19  Fred Fish  <fnf@redhat.com>
237
238         Fix for PR breakpoint/1558.
239         * sh-tdep.c (IS_JSR): New macro.
240         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
241
242 2004-02-19  Jim Blandy  <jimb@redhat.com>
243
244         * findvar.c (value_from_register): Doc fix.
245
246 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
247
248         * printcmd.c (print_scalar_formatted): Do not check for sizeof
249         type being greater than sizeof of host's LONGEST.  Always use
250         unpack_long() unless format 'f' chosen.
251
252 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
253
254         Committed by Elena Zannoni  <ezannoni@redhat.com>
255
256         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
257         contains a symbol wich is the best, non-exact match for the given
258         pc.  Update comments.
259
260 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
261         
262         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
263         macro, which was part of the now removed Mach 3 port.
264         * utils.c (request_quit): Ditto.
265
266 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
267
268         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
269         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
270
271 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
272
273         Committed by Mark Kettenis  <kettenis@gnu.org>.
274
275         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
276         Define.
277
278 2004-02-18  Andrew Cagney  <cagney@redhat.com>
279
280         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
281         CONFIG_INSTALL and CONFIG_UNINSTALL.
282         * configure: Re-generate.
283         * interps.h (INTERP_TUI): Define.
284         * Makefile.in: Update dependencies.
285         (TUI): New macro.
286         (tui-main.o): Specify dependencies.
287         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
288         * tui/tui-main.c: New file.
289
290 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
291
292         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
293         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
294         dependencies.
295         * configure.host: Add x86_64-*-openbsd*.
296         * configure.tgt: Add x86_64-*-openbsd*.
297         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
298
299         * tui/tui.c: Don't include <malloc.h>.
300
301         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
302         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
303         amd64nbsd-tdep.c.
304
305         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
306         static.  Remove extraneous whitespace.  
307         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
308         static.
309
310 2004-02-17  Jim Blandy  <jimb@redhat.com>
311
312         * findvar.c (value_from_register): Doc fix.
313
314 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
315
316         Committed by Jim Blandy  <jimb@redhat.com>.
317
318         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use 
319         CORE_ADDR as type for selectors.  Correct types for GNU run time
320         message lookup function to use double indirection.
321         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
322         * objc-lang.h (lookup_child_selector): Adapt prototype.
323
324         * s390-nat.c (SUBOFF): New macro.
325         (supply_gregset, fill_gregset): Use it to handle debugging
326         of 32-bit exectuables running under a 64-bit kernel.
327         * s390-tdep.c: Include "solib-svr4.h".
328         (s390_svr4_fetch_link_map_offset): New function.
329         (s390x_svr_fetch_link_map_offset): Likewise.
330         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
331         * Makefile.in (s390-tdep.o): Update dependencies.
332
333         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
334         "frame-unwind.h".
335         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
336         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
337         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
338         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
339         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
340         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
341         S390_SIGNAL_FRAMESIZE, 
342         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
343         (struct frame_extra_info): Remove.
344         (s390_memset_extra_info): Remove.
345         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
346         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
347         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
348         (is_rse): Renamed to ...
349         (is_rsy): ... this.  Support long displacements.
350         (is_rxe): Renamed to ...
351         (is_rxy): ... this.  Support long displacements.
352         (compute_x_addr): Support long displacements.
353         (struct s390_prologue_data): New data type.
354         (s390_on_stack): Change API to use struct s390_prologue_data.
355         (s390_store): Reimplement.
356         (s390_load): New function.
357         (s390_get_signal_frame_info): Remove.
358         (s390_get_frame_info): Remove, replace by ...
359         (s390_analyze_prolog): ... this new function.
360         (s390_check_function_end): Remove.
361         (s390_function_start): Remove.
362         (s390_frameless_function_invokation): Remove.
363         (s390_is_sigreturn): Remove.
364         (s390_init_frame_pc_first): Remove.
365         (s390_init_frame_extra_info): Remove.
366         (s390_frame_init_saved_regs): Remove.
367         (s390_frame_saved_pc_nofix): Remove.
368         (s390_frame_saved_pc): Remove.
369         (s390_frame_chain): Remove.
370         (s390_fp_regnum, s390_read_fp): Remove.
371         (s390_pop_frame_regular, s390_pop_frame): Remove.
372         (s390_saved_pc_after_call): Remove.
373         (s390_skip_prologue): Reimplement.
374         (s390_in_function_epilogue_p): Support long displacements.
375         (struct s390_unwind_cache): New data structure.
376         (s390_frame_unwind_cache): New function.
377         (s390_prologue_frame_unwind_cache): Likewise.
378         (s390_backchain_frame_unwind_cache): Likewise.
379         (s390_frame_this_id, s390_frame_prev_register): Likewise.
380         (s390_frame_unwind): Define.
381         (s390_frame_sniffer): New function.
382         (struct s390_pltstub_unwind_cache): New data structure.
383         (s390_pltstub_frame_unwind_cache): New function.
384         (s390_pltstub_frame_this_id): Likewise.
385         (s390_pltstub_frame_prev_register): Likewise.
386         (s390_pltstub_frame_unwind): Define.
387         (s390_pltstub_frame_sniffer): New function.
388         (struct s390_sigtramp_unwind_cache): New data structure.
389         (s390_sigtramp_frame_unwind_cache): New function.
390         (s390_sigtramp_frame_this_id): Likewise.
391         (s390_sigtramp_frame_prev_register): Likewise.
392         (s390_sigtramp_frame_unwind): Define.
393         (s390_sigtramp_frame_sniffer): New function.
394         (s390_frame_base_address, s390_local_base_address): New functions.
395         (s390_frame_base): Define.
396         (s390_unwind_pc, s390_unwind_sp): New function.
397         (s390_push_dummy_call): Use new frame base location.
398         (s390_unwind_dummy_id): Likewise.
399         (s390_gdbarch_init): Remove calls to:
400         set_gdbarch_frameless_function_invocation,
401         set_gdbarch_deprecated_init_frame_pc,
402         set_gdbarch_deprecated_frame_chain,
403         set_gdbarch_deprecated_frame_init_saved_regs,
404         set_gdbarch_deprecated_pop_frame,
405         set_gdbarch_deprecated_init_extra_frame_info,
406         set_gdbarch_deprecated_init_frame_pc_first,
407         set_gdbarch_deprecated_target_read_fp,
408         set_gdbarch_deprecated_frame_saved_pc,
409         set_gdbarch_deprecated_saved_pc_after_call,
410         set_gdbarch_deprecated_fp_regnum.
411         Add calls to:
412         set_gdbarch_in_solib_call_trampoline,
413         frame_unwind_append_sniffer,
414         frame_base_set_default,
415         set_gdbarch_unwind_pc,
416         set_gdbarch_unwind_sp.
417         * Makefile.in (s390-tdep.o): Update dependencies.
418
419         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
420         (S390_STACK_FRAME_OVERHEAD): Remove.
421         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
422         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
423         (s390_promote_integer_argument): Remove.
424         (s390_cannot_extract_struct_value_address): Remove.
425         (s390_use_struct_convention, s390_store_struct_return): Remove.
426         (s390_extract_return_value, s390_store_return_value): Remove.
427         (s390_return_value_convention, s390_return_value): New functions.
428         (is_float_singleton): Handle typedefs.
429         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref): 
430         Remove, replace by ...
431         (s390_function_arg_pass_by_reference, s390_function_arg_float,
432         s390_function_arg_integer): ... these new functions.
433         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
434         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
435         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
436         Fill in tdep->abi.
437         Remove calls to:
438         set_gdbarch_deprecated_store_struct_return,
439         set_gdbarch_deprecated_extract_return_value,
440         set_gdbarch_deprecated_store_return_value,
441         set_gdbarch_use_struct_convention,
442         set_gdbarch_extract_struct_value_address,
443         set_gdbarch_deprecated_pc_in_call_dummy,
444         set_gdbarch_deprecated_push_arguments,
445         set_gdbarch_deprecated_save_dummy_frame_tos,
446         set_gdbarch_deprecated_push_return_address,
447         set_gdbarch_deprecated_sizeof_call_dummy_words,
448         set_gdbarch_deprecated_call_dummy_words,
449         set_gdbarch_deprecated_dummy_write_sp.
450         Add calls to:
451         set_gdbarch_push_dummy_call,
452         set_gdbarch_unwind_dummy_id,
453         set_gdbarch_return_value.
454         
455         * config/s390/nm-linux.h: Update comments.
456         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
457         (STOPPED_BY_WATCHPOINT): Redefine.
458         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
459         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
460         (s390_stopped_by_watchpoint): Likewise.
461         (watch_area_cnt): Remove.
462         * s390-nat.c: Update comments.
463         (watch_area): Remove typedef.
464         Global replace watch_area by struct watch_area.
465         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
466         (s390_stopped_by_watchpoint): Remove pid argument, 
467         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
468         (s390_fix_watch_points): Remove pid argument,
469         use s390_inferior_tid.  Recompute area spanned by watchpoints.
470         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
471         argument.  Reimplement.
472
473         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
474         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
475         (FETCH_INFERIOR_REGISTERS): Define.
476         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and 
477         core-regset.o.
478         * config/s390/s390x.mt: Remove.
479         * config/s390/tm-s390.h: Remove.
480         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
481         (TARGET_ELF64): Remove.
482         (SKIP_TRAMPOLINE_CODE): Do not undefine.
483         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
484         s390*-*-* case; always set gdb_target to s390.
485         * regformats/reg-s390.dat: Remove control registers.
486         * regformats/reg-s390x.dat: Likewise.
487         * s390-tdep.h: New file.
488         * s390-nat.c: Do not include <asm/processor.h> or <value.h>. 
489         Include "inferior.h" and "s390-tdep.h".
490         Remove private definition of offsetof.
491         (s390_register_u_addr): Remove.
492         (regmap_gregset, regmap_fpregset): Define.
493         (supply_gregset, fill_gregset): Reimplement.
494         (supply_fpregset, fill_fpregset): Likewise.
495         (s390_inferior_tid): New function.
496         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
497         (fetch_inferior_registers, store_inferior_registers): Likewise.
498         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
499         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
500         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
501         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
502         (struct gdbarch_tdep): Define.
503         (struct s390_register_info): Define.
504         (s390_register_info): New variable.
505         (s390_register_name): Reimplement.
506         (s390_register_type): New function.
507         (s390_register_raw_size, s390x_register_raw_size): Remove.
508         (s390_cannot_fetch_register): Remove.
509         (s390_register_byte): Remove.
510         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
511         (s390_dwarf_regmap): New variable.
512         (s390_dwarf_reg_to_regnum): New function.
513         (s390_stab_reg_to_regnum): Remove.
514         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
515         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
516         (s390_convert_register_p): Likewise.
517         (s390_register_to_value, s390_value_to_register): Likewise.
518         (s390_register_reggroup_p): Likewise.
519         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
520         s390_gregset, s390x_gregset, s390_fpregset): New variables.
521         (s390_supply_regset, s390_regset_from_core_section): New functions.
522         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
523         (S390_FPR_SIZE): Likewise.
524         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
525         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
526         (S390_NUM_GPRS): Move here from tm-s390.h.
527         (S390_NUM_FPRS): Likewise.
528         (s390_in_function_epilogue_p): New function.
529         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
530         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
531         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
532         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
533         Replace S390_FP_REGNUM by S390_SP_REGNUM.
534         Remove calls to:
535         set_gdbarch_deprecated_max_register_raw_size,
536         set_gdbarch_deprecated_max_register_virtual_size, 
537         set_gdbarch_deprecated_register_byte, 
538         set_gdbarch_cannot_fetch_register,
539         set_gdbarch_cannot_store_register, 
540         set_gdbarch_deprecated_register_size,
541         set_gdbarch_deprecated_register_raw_size,
542         set_gdbarch_deprecated_register_virtual_size,
543         set_gdbarch_deprecated_register_virtual_type,
544         set_gdbarch_deprecated_register_bytes.
545         Add calls to:
546         set_gdbarch_num_pseudo_regs,
547         set_gdbarch_register_type,
548         set_gdbarch_convert_register_p,
549         set_gdbarch_register_to_value,
550         set_gdbarch_value_to_register,
551         set_gdbarch_register_reggroup_p,
552         set_gdbarch_regset_from_core_section,
553         set_gdbarch_pseudo_register_read,
554         set_gdbarch_pseudo_register_write,
555         set_gdbarch_in_function_epilogue_p.
556         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
557         (s390_tdep_h): New variable.
558
559 2004-02-17  Jim Blandy  <jimb@redhat.com>
560
561         * findvar.c (value_from_register): If the type has no length, just
562         return an acceptable value --- don't report an internal error.
563
564         * stabsread.c (read_type): If we find any type numbers that are
565         forward references, complain if the references aren't resolved by
566         the time we're finished reading.
567         (cleanup_undefined_types): Make error message more appropriate for
568         a complaint.
569
570 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
571
572         * Makefile.in (defs_h): Remove dependency on progress_h.
573         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
574         progress.h.
575         * main.c (captured_main): Delete use of START_PROGRESS and
576         END_PROGRESS.
577
578 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
579         
580         * objfiles.c (terminate_minimal_symbol_table): Add back
581         initialization of MSYMBOL_TYPE.
582
583 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
584
585         Committed by Andrew Cagney.
586         * Makefile.in (ia64_tdep_h): New macro.
587         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
588         (ia64-tdep.o): Likewise.
589         * ia64-tdep.h: New file.
590         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
591         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
592         (ia64_aix_sigcontext_register_address): Likewise.
593         (ia64_linux_getunwind_table): Delete declaration.
594         * ia64-linux-tdep.c: Likewise.
595
596 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
597
598         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
599         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
600         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
601
602 2004-02-17  Andrew Cagney  <cagney@redhat.com>
603
604         * symtab.c (skip_prologue_using_sal): New function.
605         * symtab.h (skip_prologue_using_sal): Declare.
606         * frv-tdep.c: Include "symtab.h".
607         (skip_prologue_using_sal): Delete function.
608         * mips-tdep.c (skip_prologue_using_sal): Delete function.
609         * rs6000-tdep.c (refine_prologue_limit): Mention
610         skip_prologue_using_sal.
611         * ia64-tdep.c (refine_prologue_limit): Ditto.
612         * Makefile.in: Update dependencies.
613
614 2004-02-16  Andrew Cagney  <cagney@redhat.com>
615
616         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
617         START_INFERIOR_TRAPS_EXPECTED.
618         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
619         START_INFERIOR_TRAPS_EXPECTED.
620         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
621         Delete macro.
622         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
623         macro, moved to "nm-osf.h".  Update copyright.
624         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
625         update copyright.
626
627         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
628         and function replacing FRAMELESS_FUNCTION_INVOCATION.
629         * blockframe.c (legacy_frameless_look_for_prologue): Rename
630         frameless_look_for_prologue.
631         * frame.h (legacy_frameless_look_for_prologue): Rename
632         frameless_look_for_prologue.
633         * gdbarch.h, gdbarch.c: Re-generate.
634         * sh64-tdep.c (sh64_gdbarch_init): Update.
635         * sh-tdep.c (sh_gdbarch_init): Update.
636         * s390-tdep.c (s390_gdbarch_init): Update.
637         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
638         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
639         * m68k-tdep.c (m68k_gdbarch_init): Update.
640         (delta68_frame_args_address): Update.
641         * m32r-tdep.c (m32r_gdbarch_init): Update.
642         * hppa-tdep.c (hppa_gdbarch_init): Update.
643         * h8300-tdep.c (h8300_gdbarch_init): Update.
644         * frv-tdep.c (frv_gdbarch_init): Update.
645         (frv_frameless_function_invocation): Update.
646         * cris-tdep.c (cris_gdbarch_init): Update.
647         (cris_frameless_function_invocation): Update.
648         * avr-tdep.c (avr_gdbarch_init): Update.
649         * arm-tdep.c (arm_gdbarch_init): Update.
650         * stack.c (frame_info): Update, call predicate.
651         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
652         * frame.c (legacy_get_prev_frame): Update, call predicate..
653         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
654         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
655         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
656         invocation.
657         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
658         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
659         * vax-tdep.c (vax_gdbarch_init): Ditto.
660
661         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
662         function.
663
664 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
665
666         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
667         initializations.
668
669 2004-02-16  Andrew Cagney  <cagney@redhat.com>
670
671         * tui/tui-windata.c: Include "gdb_string.h".
672         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
673         * tui/tui-layout.c, tui/tui-command.c: Ditto.
674         * Makefile.in: Update dependencies.
675
676 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
677
678         * Makefile.in (infrun.o): Add $(gdb_assert_h).
679         * infrun.c: Include "gdb_assert.h".
680         (singlestep_ptid, saved_singlestep_ptid)
681         (stepping_past_singlestep_breakpoint): New variables.
682         (resume): Set singlestep_ptid.  Check for singlestep thread
683         hop.
684         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
685         (handle_inferior_event): Handle singlestep thread hop.
686
687 2004-02-16  Andrew Cagney  <cagney@redhat.com>
688
689         * dwarf2-frame.c (dwarf2_frame_ops): New function.
690         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
691         (dwarf2_frame_init_reg): Ditto.
692
693         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
694         suggested by Joshua Neuheisel
695
696         * configure.in: Always check for curses, including pdcurses.
697         Warn, instead of error, when no curses are found.  Enable TUI when
698         curses is available.
699         * configure: Re-generate.
700
701 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
702
703         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
704         sh_sh4_register_convert_to_virtual.
705         (sh_register_convert_to_raw): Rename from
706         sh_sh4_register_convert_to_raw.
707         (sh_pseudo_register_read): Accomodate above name change.
708         (sh_pseudo_register_write): Ditto.
709
710 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
711
712         * sh-tdep.c (sh_generic_register_name): Remove.
713         (sh_gdbarch_init): Use sh_sh_register_name in default case.
714
715 2004-02-15  Andrew Cagney  <cagney@redhat.com>
716
717         * configure.in (build_warnings): Add -Wunused-function.
718         * configure: Re-generate.
719
720         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
721         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
722
723         * procfs.c (procfs_init_inferior): Assume that
724         START_INFERIOR_TRAPS_EXPECTED is defined.
725         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
726         * config/ns32k/tm-nbsd.h: Delete file,
727         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
728
729         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
730         * config/vax/tm-vax.h: Delete file.
731
732         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
733         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
734         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
735         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
736         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
737         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
738         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
739
740 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
741
742         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
743         * dwarf2-frame.c (dwarf2_frame_data): New variable.
744         (struct dwarf2_frame_ops): New.
745         (dwarf2_frame_default_init_reg): New function, based on
746         dwarf2_frame_init_reg.
747         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
748         (dwarf2_frame_init_reg): Call architecture-specific function.
749         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
750         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
751         instead of dwarf2_frame_data.
752         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
753         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
754
755 2004-02-15  Andrew Cagney  <cagney@redhat.com>
756
757         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
758         register_gdbarch_swap.
759         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
760         * f-lang.c (_initialize_f_language): Update, use
761         DEPRECATED_REGISTER_GDBARCH_SWAP.
762         * remote.c (_initialize_remote): Ditto.
763         * regcache.c (_initialize_regcache): Ditto.
764         * parse.c (_initialize_parse): Ditto.
765         * infrun.c (_initialize_infrun): Ditto.
766         * mi/mi-main.c (_initialize_mi_main): Ditto.
767         * gdbtypes.c (_initialize_gdbtypes): Ditto.
768         
769         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
770         poking .cacheable directly.
771         * symfile.c (symfile_bfd_open): Ditto.
772
773         * Makefile.in: Update all dependencies.
774
775         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
776         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
777         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
778         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
779         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
780
781 2004-02-14  Andrew Cagney  <cagney@redhat.com>
782
783         * arch-utils.c (legacy_convert_register_p): Check
784         DEPRECATED_REGISTER_CONVERTIBLE_P.
785         * findvar.c (value_of_register): Ditto.
786
787         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
788         * gdbarch.h, gdbarch.c: Re-generate.
789         * arch-utils.c (deprecated_register_convertible_not): Delete.
790         * arch-utils.h (deprecated_register_convertible_not): Delete.
791         * mi/mi-main.c (get_register): Update.  Update copyright.
792         * infcmd.c (default_print_registers_info): Update.
793
794         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
795         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
796         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
797         * gdbarch.h, gdbarch.c: Re-generate.    
798         * frame.c (deprecated_get_next_frame_hack): Delete function.
799         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
800         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
801         Update.
802         * infcall.c (call_function_by_hand): Update.
803
804 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
805
806         * symfile.c (init_entry_point_info, entry_point_address): Move
807         from here...  
808         * objfiles.c (init_entry_point_info, entry_point_address):..to
809         here.
810         * symfile.h (init_entry_point_info, entry_point_address): Remove
811         prototypes.
812         * objfiles.h (init_entry_point_info, entry_point_address):Add
813         prototypes.  
814         * cris-tdep.c: Remove include of symfile.h. Add include of
815         objfiles.h.
816         * infcall.c: Ditto.
817         * mcore-tdep.c: Ditto.
818         * mn10300-tdep.c: Ditto.
819         * sh64-tdep.c: Ditto.
820         * v850-tdep.c: Ditto.
821         * arm-tdep.c: Remove include of symfile.h.
822         * blockframe.c: Ditto.
823         * coffread.c: Ditto.
824         * dbxread.c: Ditto.
825         * dwarf2read.c: Ditto.
826         * dwarfread.c: Ditto.
827         * frv-tdep.c: Ditto.    
828         * ia64-tdep.c: Ditto.
829         * mdebugread.c: Ditto.
830         * mipsread.c: Ditto.
831         * rs6000-tdep.c: Ditto. 
832         * s390-tdep.c: Ditto.
833         * sh-tdep.c: Ditto.
834         * xstormy16-tdep.c: Ditto. 
835         * gdbarch.sh: Remove include of symfile.h.
836         * gdbarch.c: Regenerate.
837         * solib-irix.c (enable_break): Use entry_point_address().
838         Add comment about include file.
839         * xcoffread.c: Add comment about include file.
840         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) 
841         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) 
842         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) 
843         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) 
844         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
845
846 2004-02-13  Andrew Cagney  <cagney@redhat.com>
847
848         * corelow.c (core_xfer_partial): Use "struct bfd_section".
849         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
850         copyright.
851         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
852
853 2004-02-12  Fred Fish  <fnf@redhat.com>
854
855         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
856          set_gdbarch_store_return_value.
857
858 2004-02-12  Andrew Cagney  <cagney@redhat.com>
859
860         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
861         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
862         (interrupt_query): Ditto.
863         (ofunc): Delete unused variable.
864         * cris-tdep.c (cris_abi): Delete unused function.
865         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
866         (cris_get_wide_opcode, cris_get_short_size): Ditto.
867         (cris_get_asr_quick_shift_steps): Ditto.
868         (cris_skip_prologue_frameless_p): Ditto.
869         * arm-tdep.c (arm_push_return_address): Delete unused function.
870         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
871         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
872         * s390-tdep.c (s390_function_start): Delete unused function.
873
874 2004-02-12  Andrew Cagney  <cagney@redhat.com>
875
876         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
877         gdbarch.h, gdbarch.c: Re-generate.
878         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
879         to generic_prologue_frameless_p.
880         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
881         * arch-utils.c (generic_prologue_frameless_p): Delete function.
882
883 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
884
885         * mips-linux-tdep.c: Include "frame.h".
886         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
887         (mips_linux_skip_resolver): New functions.
888         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
889         and set_gdbarch_in_solib_call_trampoline.
890         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
891         to after set_gdbarch_in_solib_return_trampoline.  Only set the
892         solib hooks to mips16 functions if the OS ABI is unknown.
893         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
894         including "config/tm-linux.h".
895         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
896         * Makefile.in (mips-linux-tdep.o): Update.
897
898 2004-02-11  David Carlton  <carlton@kealia.com>
899
900         * linespec.c (decode_compound): Only look for a class symbol when
901         considering all but the rightmost component.
902
903 2004-02-11  Andrew Cagney  <cagney@redhat.com>
904
905         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
906         abi code are are separatly grouped.
907
908 2004-02-11  Andrew Cagney  <cagney@redhat.com>
909
910         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
911         * gdbarch.h, gdbarch.c: Re-generate.
912         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
913         * v850-tdep.c (v850_gdbarch_init): Update.
914         * sh64-tdep.c (sh64_gdbarch_init): Update.
915         * sh-tdep.c (sh_gdbarch_init): Update.
916         * s390-tdep.c (s390_gdbarch_init): Update.
917         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
918         * mips-tdep.c (mips_gdbarch_init): Update.
919         * mcore-tdep.c (mcore_gdbarch_init): Update.
920         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
921         * m32r-tdep.c (m32r_gdbarch_init): Update.
922         * ia64-tdep.c (ia64_gdbarch_init): Update.
923         * hppa-tdep.c (hppa_gdbarch_init): Update.
924         * h8300-tdep.c (h8300_gdbarch_init): Update.
925         * frv-tdep.c (frv_gdbarch_init): Update.
926         * d10v-tdep.c (d10v_gdbarch_init): Update.
927         * cris-tdep.c (cris_gdbarch_init): Update.
928         * avr-tdep.c (avr_gdbarch_init): Update.
929         * arm-tdep.c (arm_gdbarch_init): Update.
930         * alpha-tdep.c (alpha_gdbarch_init): Update.
931
932 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
933
934         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
935         comma.
936         (sh_sh4al_dsp_register_name): Ditto.
937
938 2004-02-10  Andrew Cagney  <cagney@redhat.com>
939
940         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
941         (mips_init_frame_pc_first): Delete function.
942         (mips_frame_saved_pc): Delete function.
943         (mips_frame_chain): Delete function.
944         (mips_init_extra_frame_info): Delete function.
945         (mips_xfer_register): Delete unused variable "reg".
946         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
947         (mips_n32n64_return_value): Delete unused variable "reg".
948         (mips_n32n64_return_value): Delete unused variable "pos".
949         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
950         (mips_o32_return_value): Delete unused variable "pos".
951         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
952         (mips_print_fp_register): Delete unused variable "namelen"
953         (mips_print_fp_register): Delete unused variable "flt2"
954         (get_frame_pointer): Delete function.
955         (cached_proc_desc): Delete static variable.
956         (mips_pop_frame): Delete function.
957         (mips_find_saved_regs): Delete function.
958         (mips_get_saved_register): Delete function.
959         (mips_saved_pc_after_call): Delete function.
960         (SIGFRAME_BASE): Delete macro.
961         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
962         (SIGFRAME_PC_OFF): Delete macro.
963         (SIGFRAME_REGSAVE_OFF): Delete macro.
964         (mips_dump_tdep): Do not print deleted macro definitions.
965
966 2004-02-10  Andrew Cagney  <cagney@redhat.com>
967
968         * Makefile.in (SFILES): Remove explictly listed tui files.
969         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
970
971 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
972         
973         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
974         to use paddr functions to format ia64 addresses and long values.
975         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
976         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
977         (get_kernel_table, ia64_find_proc_info_x): Ditto.
978         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
979         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
980
981 2004-02-10  Andrew Cagney  <cagney@redhat.com>
982
983         * defs.h: Do not include "tui.h".
984         * gdb_curses.h: New file.
985         * tui/tui-hooks.h: New file.
986         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
987         (tui_install_hooks, tui_remove_hooks): Delete declarations.
988         (tui_initialize_io): Delete declaration.
989         (tui_initialize_readline: Delete redundant declaration.
990         (struct tui_point): Delete definition.
991         * tui/tui-data.h (struct tui_point): Define.
992         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
993         * utils.c: Include "tui/tui.h".
994         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
995         * printcmd.c [TUI]: Include "tui/tui.h".
996         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
997         * tui/tui-command.c: Include "gdb_curses.h".
998         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
999         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
1000         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
1001         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
1002         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
1003         * Makefile.in: Update all dependencies.
1004         (tui_hooks_h, gdb_curses_h): Define.
1005         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
1006
1007 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
1008
1009         * objfiles.h (struct objfile): Remove unused fields auxf1 and
1010         auxf2. Add comments about some other rarely used fields.
1011
1012 2004-02-10  Andrew Cagney  <cagney@redhat.com>
1013
1014         * Makefile.in (init.c): Fix script removing duplicates. Problem
1015         reported by Peter Schauer.
1016
1017 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
1018
1019         * bcache.c (bcache_xmalloc): Use obstack_init instead of
1020         obstack_specify_allocation.
1021         * objfiles.c (allocate_objfile): Ditto.
1022         * solib-sunos.c (solib_add_common_symbols) 
1023         (allocate_rt_common_objfile): Ditto.
1024         * symfile.c (reread_symbols): Ditto.
1025         * gdb_obstack.h: Add comment.
1026
1027 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
1028
1029         * linespec.c (decode_line_1, locate_first_half)
1030         (decode_compound, lookup_prefix_sym): Update comments. Delete old
1031         commented out code.
1032
1033 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
1034
1035         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
1036         obstack_free.
1037
1038 2004-02-09  Andrew Cagney  <cagney@redhat.com>
1039
1040         * blockframe.c (find_pc_partial_function): If find_pc_overlay
1041         fails, try find_pc_section.  Fix PR c++/1267.
1042         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
1043         instead of find_pc_mapped_section.
1044         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
1045         not default to the section containing PC.  Fix PR symtab/1519.
1046
1047 2004-02-09  Andrew Cagney  <cagney@redhat.com>
1048
1049         * Makefile.in (mips-tdep.o): Update dependencies.
1050         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
1051         "trad-frame.h".
1052         (mips_unwind_pc): Return the pseudo PC register.
1053         (mips_unwind_dummy_id): New function.
1054         (mips16_fetch_instruction): New function.
1055         (mips32_fetch_instruction): New function.
1056         (struct mips_frame_cache): Define.
1057         (mips_mdebug_frame_cache): New function.
1058         (mips_mdebug_frame_this_id): New function.
1059         (mips_mdebug_frame_prev_register): New function.
1060         (mips_mdebug_frame_unwind): Define.
1061         (mips_mdebug_frame_sniffer): New function.
1062         (mips_mdebug_frame_base_address): New function.
1063         (mips_mdebug_frame_base): Define.
1064         (mips_mdebug_frame_base_sniffer): New function.
1065         (mips_gdbarch_init): Append unwind and base sniffers.  Set
1066         unwind_dummy_id.
1067
1068 2004-02-08  Andrew Cagney  <cagney@redhat.com>
1069
1070         * frame.c: Print both the register number and name.
1071
1072         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
1073         and a sed into a single sed.  Make .c and .o patterns more robust.
1074         (OBS): Delete.
1075         (INIT_FILES): Replace OBS with COMMON_OBS.
1076         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
1077
1078 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
1079
1080         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
1081         the PT_WCOOKIE request.
1082
1083 2004-02-08  Andrew Cagney  <cagney@redhat.com>
1084
1085         * mips-tdep.c (mips_unwind_pc): New function.
1086         (mips_gdbarch_init): Set mips_unwind_pc.
1087
1088         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
1089         (get_frame_id): Allow the UNKNOWN_FRAME.
1090         (frame_register_unwind, get_frame_type): Ditto.
1091
1092         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
1093         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
1094         unwind_dummy_id indicates a legacy frame.
1095
1096         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
1097         * configure: Re-generate.
1098
1099         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
1100         methods.
1101
1102 2004-02-08  Andrew Cagney  <cagney@redhat.com>
1103
1104         * configure.in (CONFIG_ALL): Set to Makefile target, and not
1105         makefile macro.
1106         * configure: Re-generate.
1107         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
1108         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
1109         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
1110         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
1111         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
1112         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
1113         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
1114         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
1115         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
1116         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
1117
1118 2004-02-07  Andrew Cagney  <cagney@redhat.com>
1119
1120         * Makefile.in: Update all dependencies.
1121
1122         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
1123         * configure: Re-generate.
1124         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
1125         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
1126         (COMMON_OBS): Add "main.o" and "annotate.o".
1127         (ANNOTATE_OBS): Delete.
1128         (OBS): Remove ANNOTATE_OBS.
1129         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
1130         CONFIG_INITS.
1131         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
1132         against CONFIG_OBS and "main.o".
1133         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
1134         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
1135
1136         * tui/tui-command.c: Include "gdb_string.h", delete register
1137         attribute, use ISO-C function signatures.
1138         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
1139         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
1140         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
1141         * tui/tui.c: Ditto.
1142
1143         * tui/tui-command.c: Change variable and function names to lower
1144         case.
1145         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
1146         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
1147         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
1148         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
1149         * tui/tui-winsource.c, tui/tui.c: Ditto.
1150
1151 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
1152
1153         * buildsym.c (free_pending_blocks, finish_block)
1154         (record_pending_block, make_blockvector, end_symtab): Replace
1155         symbol_obstack with objfile_obstack.
1156         * coffread.c (process_coff_symbol, coff_read_struct_type) 
1157         (coff_read_enum_type): Ditto.
1158         * cp-namespace.c (initialize_namespace_symtab) 
1159         (check_one_possible_namespace_symbol): Ditto.
1160         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) 
1161         (dwarf2_symbol_mark_computed): Ditto.
1162         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
1163         * elfread.c (elf_symtab_read): Ditto.
1164         * hpread.c (hpread_symfile_init, hpread_symfile_init)
1165         (hpread_read_enum_type, hpread_read_function_type)
1166         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
1167         Ditto.
1168         * jv-lang.c (get_java_class_symtab, add_class_symbol) 
1169         (java_link_class_type): Ditto.
1170         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab) 
1171         (new_symbol): Ditto.
1172         * minsyms.c (install_minimal_symbols): Ditto.
1173         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
1174         (terminate_minimal_symbol_table): Replace symbol_obstack with
1175         objfile_obstack.
1176         (free_objfile): Remove freeing of symbol_obstack.
1177         * objfiles.h: Remove symbol_obstack field.
1178         * pa64solib.c (add_to_solist): Replace symbol_obstack with
1179         objfile_obstack.
1180         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
1181         symbol_obstack.
1182         (solib_add_common_symbols): Replace symbol_obstack with
1183         objfile_obstack.
1184         * somsolib.c (som_solib_add): Ditto.
1185         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
1186         (common_block_start, common_block_end): Ditto.
1187         * symfile.c (reread_symbols): Remove freeing and init of
1188         symbol_obstack.
1189         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
1190         * symfile.h: Update comment.
1191         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
1192         stats printing.
1193         * symtab.c (symbol_set_names): Replace symbol_obstack with
1194         objfile_obstack.
1195         * symtab.h (struct general_symbol_info, struct minimal_symbol):
1196         Update comments.
1197         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
1198         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
1199         objfile_obstack.
1200
1201 2004-02-07  Andrew Cagney  <cagney@redhat.com>
1202
1203         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
1204         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
1205         fields and variables.
1206         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
1207         (m_beInvisible): Delete macro.
1208         * tui/tui-data.h: Fix case case fields and variables.
1209         (m_genWinPtrIsNull): Delete macro.
1210         (tui_win_list): Rename winList.
1211         (TUI_SRC_WIN): Rename srcWin.
1212         (TUI_DISASM_WIN): Rename disassemWin.
1213         (TUI_DATA_WIN): Rename dataWin.
1214         (TUI_CMD_WIN): Rename cmdWin.
1215         (m_genWinPtrNotNull): Delete macro.
1216         (m_winPtrIsNull): Delete macro.
1217         (m_winPtrNotNull): Delete macro.
1218         (tui_win_is_source_type): Replace m_winIsSourceType
1219         (tui_win_is_auxillary): Replace m_winIsAuzillary.
1220         (tui_win_has_locator): Replace m_hasLocator.
1221         (tui_set_win_highlight): Replace m_setWinHighlightOn and
1222         m_setWinHighlightOff.
1223         * tui/tui-data.c: Update references.
1224         (tui_win_is_source_type, tui_set_win_highlight): New functions.
1225         (tui_win_has_locator, tui_win_is_auxillary): New functions.
1226         * tui/tui-command.c, tui/tui-disasm.c: Update references.
1227         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
1228         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
1229         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
1230         * tui/tui-winsource.c, tui/tui.c: Ditto.
1231
1232 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
1233
1234         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
1235         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
1236         StackGhost.
1237
1238         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
1239         variable `i6' to `i7'.
1240         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
1241
1242 2004-02-07  Andrew Cagney  <cagney@redhat.com>
1243
1244         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
1245         (TuiPoint, TuiPointPtr): Ditto.
1246         (TuiStatus, TuiStatusPtr): Ditto.
1247         (TuiWinType, TuiWinTypePtr): Ditto.
1248         (struct tui_point): Rename _TuiPoint.
1249         (tui_get_low_disassembly_address): Rename
1250         tuiGetLowDisassemblyAddress.
1251         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
1252         (tuiFree): Delete declaration.
1253         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
1254         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
1255         * tui/tui.c (tuiFree): Delete function.
1256         * cli/cli-cmds.c (disassemble_command): Update references.
1257         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
1258         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
1259         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
1260         * tui/tui-winsource.c: Ditto.
1261
1262 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
1263
1264         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
1265         coffstab_build_psymtabs, elfstab_build_psymtabs)
1266         (stabsect_build_psymtabs): Replace psymbol_obstack with
1267         objfile_obstack.
1268         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
1269         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
1270         Ditto.
1271         * dwarfread.c (scan_compilation_units): Ditto.
1272         * elfread.c (elfstab_offset_sections): Ditto.
1273         * hppa-tdep.c (read_unwind_info): Ditto.
1274         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
1275         (hpread_end_psymtab): Ditto.
1276         * mdebugread.c (mdebug_build_psymtabs, add_pending)
1277         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
1278         Ditto.
1279         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
1280         * objfiles.c (add_to_objfile_sections) 
1281         (build_objfile_section_table): Ditto.
1282         (allocate_objfile): Remove init of psymbol_obstack.
1283         (free_objfile): Remove freeing of psymbol_obstack.
1284         * objfiles.h (struct objfile): Remove field
1285         psymbol_obstack. Update comments.
1286         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
1287         psymbol_obstack with objfile_obstack.
1288         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
1289         psymbol_obstack.
1290         * somread.c (som_symfile_offsets, init_import_symbols)
1291         (init_export_symbols): Replace psymbol_obstack with
1292         objfile_obstack.
1293         * somsolib.c (som_solib_add_solib_objfile): Ditto.
1294         * symfile.c (default_symfile_offsets, syms_from_objfile)
1295         (reread_symbols): Remove freeing and init of psymbol_obstack.
1296         (cashier_psymtab): Update comment.
1297         * symmisc.c (print_objfile_statistics): Don't report stats for
1298         psymbol obstack.
1299         * symtab.h (struct general_symbol_info, struct partial_symtab):
1300         Update comments.
1301         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
1302         (xcoff_symfile_offsets): Replace psymbol_obstack with
1303         objfile_obstack.
1304
1305 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
1306
1307         * objfiles.h (struct objfile): Add objfile_obstack field.
1308         Remove type_obstack field.
1309
1310         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
1311         read_structure_scope read_enumeration, new_symbol): Replace
1312         type_obstack with objfile_obstack.
1313         * dwarfread.c (struct_type, enum_type): Ditto.
1314         * gdbtypes.c (alloc_type, alloc_type_instance, init_type) 
1315         (lookup_fundamental_type): Ditto.
1316         * gdbtypes.h (TYPE_ALLOC): Ditto.
1317         * hpread.c (hpread_read_enum_type, hpread_read_function_type) 
1318         (hpread_read_doc_function_type, hpread_read_struct_type) 
1319         (fix_static_member_physnames, hpread_read_array_type) 
1320         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
1321         * jv-lang.c (java_lookup_class, type_from_class, type_from_class) 
1322         (java_link_class_type): Ditto.
1323         * mdebugread.c (parse_type): Ditto.
1324         * objfiles.c (allocate_objfile, free_objfile): Ditto.
1325         * solib-sunos.c (solib_add_common_symbols): Ditto.
1326         * stabsread.c (define_symbol, read_type, read_member_functions,
1327         read_cpp_abbrev, read_one_struct_field): Ditto.
1328         * symfile.c (reread_symbols): Ditto.
1329         * symmisc.c (print_objfile_statistics): Ditto.
1330         
1331 2004-02-07  Andrew Cagney  <cagney@redhat.com>
1332
1333         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
1334         (tui_exec_info_content): Rename TuiExecInfoContent.
1335         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
1336         (TuiWinInfo, TuiWinInfoPtr): Ditto.
1337         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
1338         (TuiList, TuiListPtr): Ditto.
1339         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
1340         (TuiDataType, TuiDataTypePtr): Ditto.
1341         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
1342         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
1343         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
1344         (TuiSourceElement, TuiSourceElementPtr): Ditto.
1345         (TuiDataElement, TuiDataElementPtr): Ditto.
1346         (TuiWinElement, TuiWinElementPtr): Ditto.
1347         (TuiDataInfo, TuiDataInfoPtr): Ditto.
1348         (TuiCommandElement, TuiCommandElementPtr): Ditto.
1349         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
1350         (TuiWhichElement, TuiWhichElementPtr): Ditto.
1351         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
1352         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
1353         * tui/tui-command.c, tui/tui-data.c: Update references.
1354         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
1355         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
1356         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
1357         * tui/tui-winsource.c, tui/tui.c: Ditto.
1358         
1359 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
1360
1361         * dwarf2-frame.h: Update copyright.
1362         (enum dwarf2_frame_reg_rule): New.
1363         (struct dwarf2_frame_state_reg): New.
1364         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
1365         * dwarf2-frame.c: Update copyright.
1366         (enum dwarf2_reg_rule): Remove.
1367         (struct dwarf2_frame_state): Remove defenition of `struct
1368         dwarf2_frame_state_reg'.
1369         (read_reg): Call get_frame_arch to get the architecture instead of
1370         using CURRENT_GDBARCH.
1371         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
1372         DWARF2_FRAME_.
1373         (dwarf2_frame_init_reg): New function.
1374         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
1375         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
1376         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
1377         tags with DWARF2_FRAME_.
1378         (dwarf2_frame_prev_register): Call get_frame_arch to get the
1379         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
1380         dwarf2_reg_rule' tags with DWARF2_FRAME_.
1381
1382 2004-02-06  Andrew Cagney  <cagney@redhat.com>
1383
1384         * tui/tui-data.h (struct tui_list): Rename _TuiList.
1385         (enum tui_data_type): Rename _TuiDataType.
1386         (struct tui_layout_def): Rename _TuiLayoutDef.
1387         (struct tui_source_element): Rename _TuiSourceElement.
1388         (struct tui_data_element): Rename _TuiDataElement.
1389         (struct tui_command_element): Rename _TuiCommandElement.
1390         (struct tui_locator_element): Rename _TuiLocatorElement.
1391         (union tui_which_element): Define.
1392         (struct tui_win_element): Rename _TuiWinElement.
1393         (struct tui_data_info): Rename _TuiDataInfo.
1394         (struct tui_source_info): Rename _TuiSourceInfo.
1395         (struct tui_command_info): Rename _TuiCommandInfo.
1396         (tui_initialize_static_data): Rename initializeStaticData.
1397         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
1398         (tui_alloc_win_info): Rename allocWinInfo.
1399         (tui_init_generic_part): Rename initGenericPart.
1400         (tui_init_win_info): Rename initWinInfo.
1401         (tui_alloc_content): Rename allocContent.
1402         (tui_add_content_elements): Rename addContentElements.
1403         (tui_init_content_element): Rename initContentElement.
1404         (tui_free_window): Rename freeWindow.
1405         (tui_free_win_content): Rename freeWinContent.
1406         (tui_free_data_content): Rename freeDataContent.
1407         (tui_free_all_source_wins_content): Rename
1408         freeAllSourceWinsContent.
1409         (tui_del_window): Rename tuiDelWindow.
1410         (tui_del_data_windows): Rename tuiDelDataWindows.
1411         (tui_partial_win_by_name): Rename partialWinByName.
1412         (tui_win_name): Rename winName.
1413         (tui_current_layout): Rename currentLayout.
1414         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
1415         (tui_term_height): Rename termHeight.
1416         (tui_set_term_height_to): Rename setTermHeightTo.
1417         (tui_term_width): Rename termWidth.
1418         (tui_set_term_width_to): Rename setTermWidthTo.
1419         (tui_set_gen_win_origin): Rename setGenWinOrigin.
1420         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
1421         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
1422         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
1423         (tui_source_windows): Rename sourceWindows.
1424         (tui_clear_source_windows): Rename clearSourceWindows.
1425         (tui_clear_source_windows_detail): Rename
1426         clearSourceWindowsDetail.
1427         (tui_clear_win_detail): Rename clearWinDetail.
1428         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
1429         (tui_default_tab_len): Rename tuiDefaultTabLen.
1430         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
1431         (tui_win_with_focus): Rename tuiWinWithFocus.
1432         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
1433         (tui_layout_def): Rename tuiLayoutDef.
1434         (tui_win_resized): Rename tuiWinResized.
1435         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
1436         (tui_next_win): Rename tuiNextWin.
1437         (tui_prev_win): Rename tuiPrevWin.
1438         (tui_add_to_source_windows): Rename addToSourceWindows.
1439         * tui/tui-winsource.c, tui/tui-win.c: Update references.
1440         * tui/tui-layout.c, tui/tui-source.c: Ditto.
1441         * tui/tui-stack.c, tui/tui-io.c: Ditto.
1442         * tui/tui.c, tui/tui-data.c: Ditto.
1443         * tui/tui-interp.c, tui/tui-data.c: Ditto.
1444         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
1445
1446         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
1447         (struct symtab): Declare.
1448         (tui_set_source_content): Rename tuiSetSourceContent.
1449         (tui_show_symtab_source): Rename tuiShowSource.
1450         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
1451         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
1452         * tui/tui-source.c: Update copyright.  Update references.
1453         * tui/tui-win.c, tui/tui-winsource.c: Update references.
1454         * tui/tui-stack.c: Update references.
1455
1456         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
1457         (struct tui_win_info): Declare.
1458         (tui_scroll_forward): Rename tuiScrollForward.
1459         (tui_scroll_backward): Rename tuiScrollBackward.
1460         (tui_scroll_left): Rename tuiScrollLeft.
1461         (tui_scroll_right): Rename tuiScrollRight.
1462         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
1463         (tui_resize_all): Rename tuiResizeAll.
1464         (tui_refresh_all_win): Rename tuiRefreshAll.
1465         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
1466         * tui/tui-layout.c, * tui/tui-io.c: Update references.
1467         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
1468         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
1469
1470         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
1471         (tui_erase_data_content): Rename tuiEraseDataContent.
1472         (tui_display_all_data): Rename tuiDisplayAllData.
1473         (tui_check_data_values): Rename tuiCheckDataValues.
1474         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
1475         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
1476         (tui_first_data_element_no_in_line): Rename
1477         tuiFirstDataElementNoInLine.
1478         (tui_delete_data_content_windows): Rename
1479         tuiDeleteDataContentWindows.
1480         (tui_refresh_data_win): Rename tuiRefreshDataWin.
1481         (tui_display_data_from): Rename tuiDisplayDataFrom.
1482         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
1483         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
1484         * tui/tui-win.c, tui/tui-regs.c: Update references.
1485         * tui/tui-layout.c, tui/tui.c: Update references.
1486
1487         * tui/tui-wingeneral.h: Update copyright.
1488         (m_allBeVisible): Delete macro.
1489         (m_allBeInvisible): Delete macro.       
1490         (struct tui_gen_win_info): Declare.
1491         (struct tui_win_info): Declare.
1492         (tui_unhighlight_win): Rename unhighlightWin.
1493         (tui_make_visible, tui_make_invisible): Replace makeVisible.
1494         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
1495         (tui_make_window): Rename makeWindow.
1496         (tui_copy_win): Rename copyWin.
1497         (tui_box_win): Rename boxWin.
1498         (tui_highlight_win): Rename highlightWin.
1499         (tui_check_and_display_highlight_if_needed): Rename
1500         checkAndDisplayHighlightIfNeeded.
1501         (tui_refresh_all): Rename refreshAll.
1502         (tui_delete_win): Rename tuiDelwin.
1503         (tui_refresh_win): Rename tuiRefreshWin.
1504         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
1505         (tui_make_visible, tui_make_invisible): New functions.
1506         (tui_make_all_visible, tui_make_all_invisible): New functions.
1507         (make_all_visible): Rename makeAllVisible.
1508         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
1509         * tui/tui-data.c, tui/tui-winsource.c: Update references.
1510         * tui/tui-windata.c, tui/tui-win.c: Update references.
1511         * tui/tui-regs.c, tui/tui-layout.c: Update references.
1512         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
1513
1514 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
1515
1516         * proc-api.c (write_with_trace): Initialize local variable to
1517         silence compiler warning.
1518
1519 2004-02-06  Andrew Cagney  <cagney@redhat.com>
1520
1521         * tui/tui-source.h: Do not include "defs.h".
1522         (struct tui_win_info): Declare.
1523         (tui_set_source_content_nil): Declare.
1524         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
1525         (union tui_line_or_address): Rename _TuiLineOrAddress.
1526         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
1527         (tui_update_source_window): Rename tuiUpdateSourceWindow.
1528         (tui_update_source_window_as_is): Rename
1529         tuiUpdateSourceWindowAsIs.
1530         (tui_update_source_windows_with_addr): Rename
1531         tuiUpdateSourceWindowsWithAddr.
1532         (tui_update_source_windows_with_line): Rename
1533         tuiUpdateSourceWindowsWithLine.
1534         (tui_clear_source_content): Rename tuiClearSourceContent.
1535         (tui_erase_source_content): Rename tuiEraseSourceContent.
1536         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
1537         (tui_show_source_content): Rename tuiShowSourceContent.
1538         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
1539         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
1540         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
1541         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
1542         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
1543         (tui_update_exec_info): Rename tuiUpdateExecInfo.
1544         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
1545         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
1546         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
1547         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
1548         (struct tui_win_info): Declare.
1549         * tui/tui-stack.c: Update references.
1550         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
1551         * tui/tui-win.c, tui/tui-source.c: Ditto.
1552         * tui/tui.c, tui/tui-disasm.c: Ditto.
1553
1554 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
1555
1556         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
1557         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
1558
1559 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
1560
1561         * infrun.c (handle_inferior_event): Allow for breakpoint
1562         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
1563         and SIGEMT.  Update comments.
1564         * NEWS (Revised SPARC target): Mention support for non-executable
1565         stack.
1566
1567 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
1568
1569         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
1570         * inftarg.c: Update copyright year.
1571         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
1572         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
1573         (sparc_xfer_wcookie): New function.
1574         * sparc-tdep.c (sparc_fetch_wcookie): New function.
1575         * Makefile.in (sparc-nat.o): Update dependencies.
1576         * config/sparc/nm-nbsd.h: Include "target.h".
1577         (NATIVE_XFER_WCOOKIE): New define.
1578         (sparc_xfer_wcookie): New prototype.
1579
1580 2004-02-04  Andrew Cagney  <cagney@redhat.com>
1581
1582         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
1583         SYSCALL_TRAP function.
1584         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
1585
1586 2004-02-04  Andrew Cagney  <cagney@redhat.com>
1587             Daniel Jacobowitz  <drow@mvista.com>
1588
1589         * objfiles.h: Delete comments refering to inside_entry_func and
1590         DEPRECATED_FRAME_CHAIN_VALID.
1591         * defs.h (inside_entry_func): Update prototype..
1592         * blockframe.c (inside_entry_func): Rename to
1593         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
1594         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
1595
1596 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
1597
1598         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
1599         outside of #ifdef SOLIB_ADD region.
1600         (do_restore_lang_radix_cleanup): Ditto.
1601         (resolve_pending_breakpoint): Ditto.
1602
1603 2004-02-03  Andrew Cagney  <cagney@redhat.com>
1604
1605         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
1606         (process_note_abi_tag_sections): Delete unused function.
1607         (ia64_read_fp): Delete unused function.
1608         (gdbarch_extract_struct_value_address): Delete declaration.
1609
1610 2004-02-02  Andrew Cagney  <cagney@redhat.com>
1611
1612         * vax-tdep.c (vax_frame_chain): Delete call to
1613         deprecated_inside_entry_file.
1614         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
1615
1616 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
1617
1618         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
1619         column that's "empty" or "same value" when eliminating REG_RA
1620         rules.
1621
1622 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
1623
1624         * NEWS: Add information about new pending breakpoint support.
1625
1626 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
1627
1628         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
1629         and pending fields for pending breakpoint support.
1630         * breakpoint.c (breakpoint_enabled): Add check for not pending.
1631         (condition_command): Only parse condition if not a pending
1632         breakpoint.
1633         (print_one_breakpoint): Add support for pending breakpoints.
1634         (describe_other_breakpoints): Add checks to verify we are not
1635         dealing with pending breakpoints.
1636         (check_duplicates): Don't check pending breakpoints.
1637         (set_raw_breakpoint): Initialize pending flag.
1638         (do_restore_lang_radix_cleanup): New cleanup routine.
1639         (resolve_pending_breakpoint): New function.
1640         (re_enable_breakpoints_in_shlibs): Try and resolve any
1641         pending breakpoints via resolve_pending_breakpoint.
1642         (mention): Add pending breakpoint support.
1643         (parse_breakpoint_sals): Add new parameter to pass to
1644         decode_line_1 to indicate silent errors when files or functions
1645         are not found.  Change all callers.
1646         (do_captured_parse_breakpoint): New function.
1647         (break_command_1): Change prototype to return an rc value and to
1648         take an optional pending breakpoint pointer.  Support creating
1649         a pending breakpoint if a "not found" form of error occurs when
1650         parsing the breakpoint.  Also support resolving an existing pending
1651         breakpoint and be silent if the resolution fails.
1652         (create_breakpoints): Change prototype to take pending breakpoint
1653         pointer.  When resolving a pending breakpoint, use the new pointer
1654         to provide a conditional or commands added by the end-user.
1655         (delete_breakpoint): Add appropriate check for pending.
1656         (breakpoint_re_set_one): Ditto.
1657         (do_enable_breakpoint): Ditto.
1658
1659 2004-02-02  David Carlton  <carlton@kealia.com>
1660
1661         * valops.c (enum oload_classification): New.
1662         (find_overload_match): Break implementation into separate
1663         functions; delete #if 0'd code; look for symbols within
1664         namespaces.
1665         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
1666         (find_oload_champ,oload_method_static,classify_oload_match): New.
1667         * cp-support.h: Add declaration for cp_func_name; update
1668         declaration for make_symbol_overload_list.
1669         * cp-support.c (cp_func_name): New.
1670         (overload_list_add_symbol): Fix comment, use
1671         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
1672         (make_symbol_overload_list): Take a function name and a namespace
1673         instead of a symbol; change implementation.
1674         (make_symbol_overload_list_using): New.
1675         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
1676
1677 2004-02-02  Fred Fish  <fnf@redhat.com>
1678
1679         * main.c (gdb_stdtarg): Move definition to group with other
1680         gdb_stdtarg definitions and update copyright years.
1681         * remote-sim.c (gdb_os_write_stderr): Write output to
1682         gdb_stdtargerr stream instead of gdb_stdtarg stream.
1683         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
1684         gdb_stderr stream and update copyright years.
1685
1686 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
1687
1688         * Makefile.in (mips-linux-nat.o): Update dependencies.
1689         * mips-linux-nat.c: Include mips-tdep.h.
1690
1691 2004-02-01  Roland McGrath  <roland@redhat.com>
1692
1693         * sol-thread.c (sol_thread_xfer_partial): New function.
1694         (init_sol_thread_ops): Use that for to_xfer_partial hook.
1695         (init_sol_core_ops): Likewise.
1696
1697         * procfs.c (procfs_xfer_partial): New function.
1698         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
1699         * Makefile.in (procfs.o): Add $(auxv_h) dep.
1700
1701         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
1702         procfs_xfer_auxv function.
1703
1704         * procfs.c (procfs_make_note_section): If we can read
1705         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
1706         * linux-proc.c (linux_make_note_section): Likewise.
1707
1708         * auxv.h: New file.
1709         * auxv.c: New file.
1710         * Makefile.in (auxv_h): New variable.
1711         (COMMON_OBS): Add auxv.o here.
1712         (auxv.o): New target.
1713
1714         * corelow.c (core_xfer_partial): New function.
1715         (init_core_ops): Use it for core_ops.to_xfer_partial.
1716
1717         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
1718         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
1719         macro if that is defined.
1720
1721 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
1722
1723         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
1724         and check the specified thread for each breakpoint.
1725         * breakpoint.h (bpstat_stop_status): Update prototype.
1726         * infrun.c (handle_inferior_event): Update calls to
1727         bpstat_stop_status.
1728
1729 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
1730
1731         * Makefile.in (cli-cmds.o): Add $(readline_h).
1732
1733 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
1734
1735         * cli/cli-cmds.c: Include readline.h.
1736         (complete_command): Pass the start of the last word to
1737         complete_line.
1738
1739 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
1740
1741         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
1742         argument, and change first argument to a CORE_ADDR.
1743         * breakpoint.h (bpstat_stop_status): Update prototype.
1744         * infrun.c (adjust_pc_after_break): Add a new comment.
1745         (handle_inferior_event): Update calls to bpstat_stop_status.
1746
1747 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
1748
1749         * breakpoint.h: Update copyright years.
1750
1751 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
1752
1753         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
1754         (bpstat_stop_status): Don't decrement PC.
1755         * breakpoint.h (software_breakpoint_inserted_here_p): Add
1756         prototype.
1757         * infrun.c (adjust_pc_after_break): New function.
1758         (handle_inferior_event): Call it, early.  Remove later references
1759         to DECR_PC_AFTER_BREAK.
1760         (normal_stop): Add commentary.
1761
1762 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
1763
1764         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
1765         2004-01-27 double-free fix.
1766
1767 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
1768
1769         * sparc-tdep.c (sparc_fetch_wcookie): New function.
1770         (sparc32_frame_prev_register): Handle StackGhost.
1771         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
1772
1773 2004-01-29  Roland McGrath  <roland@redhat.com>
1774
1775         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
1776         * configure: Regenerated.
1777
1778         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
1779         * Makefile.in (procfs.o): Add dep.
1780
1781 2004-01-28  Andrew Cagney  <cagney@redhat.com>
1782
1783         * tui/tui-stack.h: Update copyright.
1784         (struct frame_info): Add opaque declaration.
1785         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
1786         (tui_show_locator_content): Rename tuiShowLocatorContent.
1787         (tui_show_frame_info): Rename tuiShowFrameInfo.
1788         * tui/tui-stack.c: Update copyright.  Update references.
1789         * tui/tui-winsource.c: Update references.
1790         * tui/tui-win.c: Update references.
1791         * tui/tui-layout.c: Update references.
1792         * tui/tui-hooks.c: Update copyright, update references.
1793         * tui/tui.c: Update copyright, update references.
1794         * tui/tui-disasm.c: Update references.
1795
1796 2004-01-28  David Carlton  <carlton@kealia.com>
1797
1798         * dwarf2read.c (add_partial_structure): Use demangled name if
1799         namespace equals "".
1800
1801 2004-01-27  Jim Blandy  <jimb@redhat.com>
1802
1803         Clean up misapplied patch:
1804         * dwarf2read.c (determine_prefix): Change one of the two forward
1805         declarations for 'determine_prefix_aux' to a declaration for this.
1806         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
1807         argument to 'die_specification'.
1808
1809         * dwarf2read.c (read_func_scope): Re-indent comment.
1810
1811 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
1812
1813         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
1814         b->exp to NULL after freeing so that error during re-parsing or
1815         evaluation of expressions associated with breakpoint don't
1816         eventually lead to re-freeing of storage.
1817         Committed by Andrew Cagney.
1818
1819 2004-01-27  Andrew Cagney  <cagney@redhat.com>
1820
1821         * source.c (ambiguous_line_spec): Delete undefined declaration.
1822         * m32r-rom.c (m32r_set_board_address): Delete unused function.
1823         (m32r_set_server_address, m32r_set_download_path): Ditto.
1824         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
1825
1826 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
1827
1828         * dwarf2read.c: Update calls to changed and renamed functions, and
1829         references to moved variables.
1830
1831         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
1832         language, language_defn, list_in_scope, and ftypes members.
1833         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
1834         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
1835         (baseaddr): Remove globals.
1836
1837         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
1838         (set_cu_language, die_is_declaration, die_specification)
1839         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
1840         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
1841         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
1842         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
1843
1844         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
1845         cu.list_in_scope.  Don't initialize cu_header_offset.
1846         (add_partial_symbol): Add local baseaddr.
1847         (psymtab_to_symtab_1): Add local baseaddr.  Use
1848         objfile->section_offsets for consistency.  Don't initialize
1849         cu_header_offset; do initialize cu.header.offset and
1850         cu.list_in_scope.
1851         (read_file_scope, read_func_scope, read_lexical_block_scope)
1852         (dwarf_decode_lines, new_symbol): Add local baseaddr.
1853
1854 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
1855
1856         * PROBLEMS: Add gdb/1516.
1857
1858 2003-12-29  Robert Millan  <robertmh@gnu.org>
1859
1860         Patch committed by Andrw Cagney.
1861         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
1862         * configure.tgt: Match knetbsd*-gnu.
1863
1864 2004-01-26  Andrew Cagney  <cagney@redhat.com>
1865
1866         * breakpoint.c (catch_command_1): Delete #ifdef code.
1867         (catch_fork_command_1): Delete #ifdef wrapper.
1868         (catch_exec_command_1): Ditto.
1869         (catch_load_command_1): Ditto.
1870         (catch_unload_command_1): Ditto.
1871
1872         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
1873         (catch_breakpoint): Delete #if0ed function.
1874         (disable_catch_breakpoint): Ditto.
1875         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
1876         (disable_catch, enable_catch, delete_catch): Ditto.
1877
1878 2004-01-26  Andrew Cagney  <cagney@redhat.com>
1879
1880         * remote.c (echo_check, quit_flag): Delete variables.
1881         (cisco_kernel_mode): Delete variable.
1882         (minitelnet_return, tty_input, escape_count): Delete variables.
1883         (remote_cisco_mode): Delete variable.
1884         (remote_cisco_open, remote_cisco_close): Delete function.
1885         (remote_cisco_mourn, remote_cisco_wait): Delete function.
1886         (init_remote_cisco_ops): Delete function.
1887         (_initialize_remote): Do not install "remote cisco" code.
1888         (read_frame): Delete cisco specific code.
1889         (remote_info_process): Delete function.
1890         (remote_wait): Delete cisco specific code.
1891         (remote_cisco_section_offsets): Delete function.
1892         (remote_cisco_objfile_relocate): Delete function.
1893         (remote_async_wait): Delete cisco specific code.
1894         (minitelnet, readtty, readsocket): Delete function.
1895
1896 2004-01-26  Andrew Cagney  <cagney@redhat.com>
1897
1898         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
1899         comments mentioning extract_returned_value_address.
1900         * infcmd.c (print_return_value): Update.  Add comments on
1901         extract_returned_value_address.
1902         * stack.c (return_command): Add comments on
1903         extract_returned_value_address.
1904         * values.c: Update comment.
1905         * m32r-tdep.c: Update comment.
1906         * sparc-tdep.c: Update comment.
1907         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
1908         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1909         * sh64-tdep.c (sh64_gdbarch_init): Update.
1910         * sh-tdep.c (sh_gdbarch_init): Update.
1911         * s390-tdep.c (s390_gdbarch_init): Update.
1912         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1913         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
1914         * m68k-tdep.c (m68k_gdbarch_init): Update.
1915         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1916         * m32r-tdep.c (m32r_gdbarch_init): Update.
1917         * ia64-tdep.c (ia64_gdbarch_init): Update.
1918         * h8300-tdep.c (h8300_gdbarch_init): Update.
1919         * frv-tdep.c (frv_gdbarch_init): Update.
1920         * arm-tdep.c (arm_gdbarch_init): Update.
1921         * alpha-tdep.c (alpha_gdbarch_init): Update.
1922
1923 2004-01-26  Andrew Cagney  <cagney@redhat.com>
1924
1925         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
1926         SYMBOL_LOCATION_FUNCS
1927         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
1928         "struct symbol_ops".
1929         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
1930         type to "struct symbol_ops".
1931         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
1932         (struct symbol): Replace ".aux_value.loc.funcs" and
1933         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
1934         (SYMBOL_OBJFILE): Delete macro.
1935         (SYMBOL_LOCATION_FUNCS): Delete macro.
1936         (SYMBOL_LOCATION_BATON): Update.
1937         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
1938         intead of SYMBOL_LOCATION_FUNCS.
1939         * ax-gdb.c (gen_var_ref): Ditto.
1940         * printcmd.c (address_info): Ditto.
1941         * findvar.c (read_var_value): Ditto.
1942         (symbol_read_needs_frame): Ditto.
1943
1944 2004-01-26  Andrew Cagney  <cagney@redhat.com>
1945
1946         * dwarf2read.c (read_func_scope): Document frame-base hack.
1947
1948 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
1949
1950         * infcmd.c (print_return_value): Plug memory leak; delete
1951         ui_stream object.  Rename argument `structure_return' to
1952         `struct_return'.
1953
1954 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
1955
1956         * infcmd.c (print_return_value): Wrap long lines.
1957         (finish_command_continuation, finish_command): Remove unused
1958         variable `funcaddr'.  Fix some coding-standards problems.
1959
1960         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
1961         SECT_SIZE is large enough, not wheter it's exactly the right size.
1962         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
1963         TDEP->fpregset to zero.
1964
1965         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
1966         floating-point registers for traditional NetBSD core files.
1967         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
1968         TDEP->sizeof_fpregset here.
1969
1970 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
1971
1972         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
1973         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
1974         function with code split out from
1975         sparc32nbsd_sigcontext_frame_cache.
1976         (sparc32nbsd_sigcontext_frame_cache): Use
1977         sparc32nbsd_sigcontext_saved_regs.
1978         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
1979         OpenBSD.
1980         * sparcobsd-tdep.c: New file.
1981         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
1982         (sparcobsd-tdep.o): New dependency.
1983         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
1984         * config/sparc/obsd.mt: New file.
1985
1986         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
1987         TDEP->fpregset to be initialized to enable core file register
1988         sets.
1989
1990 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
1991
1992         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1993         Add opaque declarations.
1994         (sparc64nbsd_sigcontext_saved_regs): New prototype.
1995         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
1996         function with code split out from
1997         sparc64nbsd_sigcontext_frame_cache.
1998         (sparc64nbsd_sigcontext_frame_cache): Use
1999         sparc64nbsd_sigcontext_saved_regs.
2000         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
2001         OpenBSD.
2002         * sparc64obsd-tdep.c: New file.
2003         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
2004         (sparc64obsd-tdep.o): New dependency.
2005         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
2006         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
2007         * config/sparc/obsd64.mt: New file.
2008
2009         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
2010         read the instruction at PC.
2011
2012         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
2013         value of GDB_OSABI_DEFAULT.
2014         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
2015         instead of GDB_OSABI_NETBSD_AOUT.
2016
2017 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
2018
2019         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
2020         copyright.
2021
2022 2004-01-23  Andrew Cagney  <cagney@redhat.com>
2023
2024         * printcmd.c (display_command): Replace tui_set_display call with
2025         tui_set_layout_for_display_command.
2026         * tui/tui.h (enum tui_win_type): Define.
2027         (tui_set_layout): Delete declaration.
2028         (tui_set_layout_for_display_command): Rename set_tui_layout.
2029         * tui/tui-data.h (enum tui_layout_type): Define.
2030         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
2031         "tui.h".
2032         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
2033         (tui_default_win_height): Rename tuiDefaultWinHeight.
2034         (tui_default_win_viewport_height): Rename
2035         tuiDefaultWinViewportHeight.
2036         (tui_set_layout): RenametuiSetLayout.
2037         * tui/tui-layout.c: Update references.
2038         * tui/tui.c: Update references.
2039         * tui/tui-disasm.c: Update references.
2040
2041 2004-01-23  David Carlton  <carlton@kealia.com>
2042
2043         Partial workaround for PR c++/1511:
2044         * cp-namespace.c: Include frame.h.
2045         (cp_lookup_transparent_type): New
2046         (cp_lookup_transparent_type_loop): New.
2047         * cp-support.h: Declare cp_lookup_transparent_type.
2048         * symtab.c (basic_lookup_transparent_type): Renamed from
2049         lookup_transparent_type.
2050         (lookup_transparent_type): Replace old body by a call to
2051         current_language->la_lookup_transparent_type.
2052         * symtab.h: Update copyright.  Declare
2053         basic_lookup_transparent_type.
2054         * language.h: Update copyright.
2055         (struct language_defn): Add la_lookup_transparent_type.
2056         * language.c: Update copyright.
2057         (unknown_language_defn): Add basic_lookup_transparent_type.
2058         (auto_language_defn): Add basic_lookup_transparent_type.
2059         (local_language_defn): Add basic_lookup_transparent_type.
2060         * ada-lang.c: Update copyright.
2061         (ada_language_defn): Add basic_lookup_transparent_type.
2062         * c-lang.c: Update copyright.
2063         (c_language_defn): Add basic_lookup_transparent_type.
2064         (cplus_language_defn): Add basic_lookup_transparent_type.
2065         (asm_language_defn): Add basic_lookup_transparent_type.
2066         (minimal_language_defn): Add basic_lookup_transparent_type.
2067         * f-lang.c: Update copyright.
2068         (f_language_defn): Add basic_lookup_transparent_type.
2069         * jv-lang.c: Update copyright.
2070         (java_language_defn): Add basic_lookup_transparent_type.
2071         * m2-lang.c: Update copyright.
2072         (m2_language_defn): Add basic_lookup_transparent_type.
2073         * objc-lang.c: Update copyright.
2074         (objc_language_defn): Add basic_lookup_transparent_type.
2075         * p-lang.c: Update copyright.
2076         (p_language_defn): Add basic_lookup_transparent_type.
2077         * scm-lang.c: Update copyright.
2078         (scm_language_defn): Add basic_lookup_transparent_type.
2079         * Makefile.in (cp-namespace.o): Depend on frame.h.
2080
2081 2004-01-23  David Carlton  <carlton@kealia.com>
2082
2083         Patch for PR c++/1520:
2084         * dwarf2read.c (read_func_scope): Set processing_current_prefix
2085         properly if we have a specification die.
2086         (determine_prefix_aux): Rename from determine_prefix.
2087         (determine_prefix): Like the old determine_prefix, but never
2088         returns NULL.
2089
2090 2004-01-23  Theodore A. Roth  <troth@openavr.org>
2091
2092         * avr-tdep.c: Update copyright.
2093         (avr_iaddr_p): Delete unused function.
2094         (avr_saddr_p): Delete unused function.
2095
2096 2004-01-23  David Carlton  <carlton@kealia.com>
2097
2098         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
2099         Fix for PR symtab/1534.
2100
2101 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
2102
2103         * NEWS (New native configurations): Mention OpenBSD/sparc and
2104         OpenBSD/sparc64.
2105         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
2106         * configure.host: Likewise.
2107         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
2108         handler for OpenBSD.
2109         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
2110
2111 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
2112
2113         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
2114         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
2115
2116         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
2117         * cli/cli-cmds.c (shell_escape): Likewise.
2118
2119         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
2120         OpenBSD .note.openbsd.ident sections.
2121
2122 2004-01-22  David Carlton  <carlton@kealia.com>
2123
2124         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
2125         get_scope_pc_bounds.
2126         (read_file_scope): Ditto.
2127         (get_scope_pc_bounds): New function, produced by extracting code
2128         from the above two functions, consolidating it, and adding support
2129         for DW_TAG_namespace.
2130
2131 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
2132
2133         * osabi.c (MAX_NOTESZ): New define.
2134         (check_note): New function.
2135         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
2136         check_note.
2137
2138 2004-01-21  Roland McGrath  <roland@redhat.com>
2139
2140         * MAINTAINERS (write after approval): Add myself.
2141
2142 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
2143
2144         * utils.c (init_page_info): Move declarations of `rows' and
2145         `cols' before the __GO32__-specific code.  Move the closing brace
2146         outside the #ifdef __GO32__..#endif block.
2147         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
2148
2149 2004-01-21  Paul Brook  <paul@codesourcery.com>
2150
2151         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
2152         BPSTAT_WHAT_CHECK_SHLIBS.
2153
2154 2004-01-21  Paul Brook  <paul@codesourcery.com>
2155
2156         * MAINTAINERS: Add myself to write-after-approval.
2157
2158 2004-01-20  Andrew Cagney  <cagney@redhat.com>
2159
2160         * ax-gdb.c (print_axs_value): Delete unused function.
2161         * jv-lang.c (java_lookup_type): Delete unused function.
2162         * cli/cli-dump.c (dump_filetype): Delete unused function.
2163         * remote-mips.c (remote_mips_insert_hw_breakpoint)
2164         (remote_mips_remove_hw_breakpoint): Delete unused functions.
2165         (mips_getstring): Delete unused function.
2166         (pmon_insert_breakpoint): Delete #if0ed function.
2167         (PMON_MAX_BP): Delete #if0ed MACRO.
2168         (mips_pmon_bp_info): Delete #if0ed variable.
2169         (pmon_remove_breakpoint): Delete #if0ed function.
2170         * monitor.c (monitor_write_even_block): Delete unused function.
2171         (monitor_write_memory_block): Delete #if0ed code.
2172         * dink32-rom.c (dink32_load): Delete unused function.
2173         (_initialize_dink32_rom): Delete #if0ed code.
2174         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
2175
2176         * tui/tui-command.c: Update references.
2177         * tui/tui-io.c: Update references.
2178         * tui/tui-command.h: Update copyright.
2179         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
2180
2181         * source.c (ambiguous_line_spec): Delete never-defined function.
2182         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
2183         * gdbtypes.c (add_name, add_mangled_type): Ditto.
2184         * cli/cli-cmds.c (validate_comname): Ditto.
2185
2186         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
2187         "tui-data.h".
2188         (tui_set_disassem_content): Rename tuiSetDisassemContent.
2189         (tui_show_disassem): Rename tuiShowDisassem.
2190         (tui_show_disassem_and_update_source): Rename
2191         tuiVerticalDisassemScroll.
2192         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
2193         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
2194         * tui/tui.h: Update copyright.
2195         (enum tui_status): Define.
2196         * tui/tui-data.h (enum tui_scroll_direction): Define.
2197         * tui/tui-disasm.c: Update copyright.  Update references.
2198         * tui/tui-winsource.c:  Update copyright.  Update references.
2199         * tui/tui-win.c: Update references.
2200         * tui/tui-layout.c: Update references.
2201
2202 2004-01-20  Andrew Cagney  <cagney@redhat.com>
2203
2204         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
2205         sym2 to start of block.
2206
2207 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
2208
2209         * MAINTAINERS: Delete mmalloc.
2210         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
2211         * NEWS: Mention removal of --with-malloc.
2212         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
2213         * config.in: Regenerate.
2214         * configure: Regenerate.
2215         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
2216         USE_MMALLOC, MMCHECK_FORCE.
2217         * gdbinit.in: Remove mmalloc.
2218         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
2219         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
2220         * config/i386/go32.mh: Likewise.
2221         * config/i386/interix.mh: Likewise.
2222         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2223
2224 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
2225
2226         * linespec.c (decode_variable, symtab_from_filename):  Call
2227         error_silent with error message instead of throwing an exception
2228         directly.
2229         * defs.h (error_silent, error_output_message): Add prototypes.
2230         (catch_exceptions_with_msg): Ditto.
2231         * utils.c (error_silent, error_output_message): New functions.
2232         * top.c (catch_exceptions_with_msg): New function.
2233
2234 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
2235
2236         * mi/mi-cmds.h (enum print_values): Add definition.
2237
2238         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
2239         type and value for simple data types and just the name and type
2240         for complex ones, if required.
2241
2242         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
2243         children, if required.
2244
2245 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
2246
2247         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
2248         unused declarations.
2249
2250 2004-01-19  Andrew Cagney  <cagney@redhat.com>
2251
2252         * top.h (mapped_symbol_files): Delete declaration.
2253         * main.c (captured_main): Delete option "m" and "mapped".
2254         * objfiles.c (mapped_symbol_files): Delete variable.
2255         * symfile.c (symbol_file_command): Delete mmap code.
2256         (symbol_file_add_with_addrs_or_offsets): Ditto.
2257         (add_symbol_file_command, reread_separate_symbols): Ditto.
2258         * objfiles.h (OBJF_MAPPED): Delete.
2259         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
2260         (free_objfile) [USE_MMALLOC]: Ditto.
2261         (open_existing_mapped_file): Delete function.
2262         (open_mapped_file): Delete function.
2263         (map_to_file): Delete function.
2264
2265 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
2266
2267         * infrun.c (step_into_function): Account for possible breakpoint
2268         adjustment when computing ``stop_func_start''.
2269
2270 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
2271
2272         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
2273         the region size against the size of a pointer, not the size of
2274         a register as given by DEPRECATED_REGISTER_SIZE.
2275
2276 2004-01-19  Andrew Cagney  <cagney@redhat.com>
2277
2278         * tui/tui-regs.h: Include "tui-data.h".
2279         (tuiFirstRegElementNoInLine): Delete declaration.
2280         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
2281         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
2282         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
2283         (tui_calculate_regs_column_count): Rename
2284         tuiCalculateRegsColumnCount.
2285         (tui_check_register_values): Rename tuiCheckRegisterValues.
2286         (tui_show_registers): Rename tuiShowRegisters.
2287         (tui_display_registers_from_line): Rename
2288         tuiDisplayRegistersFromLine.
2289         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
2290         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
2291         (tui_first_reg_element_no_inline): Rename
2292         tuiFirstRegElementNoInLine.
2293         * tui/tui-data.h: Update copyright.
2294         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
2295         * tui/tui-windata.c: Update copyright, update references.
2296         * tui/tui-regs.c: Update copyright, update references.
2297         * tui/tui-win.c: Update copyright, update references.
2298         * tui/tui-layout.c: Update copyright, update references.
2299
2300 2004-01-18  Andrew Cagney  <cagney@redhat.com>
2301
2302         * tui/tui-io.c: Update copyright.
2303         (key_is_end_sequence, key_is_backspace): New functions.
2304         (key_is_command_char, key_is_start_sequence): New function.
2305         (tui_getc): Update references.
2306         * tui/tui-io.h: Update copyright.
2307         (m_tuiStartNewLine): Delete macro.
2308         (m_isBackspace, m_isDeleteChar): Delete macros.
2309         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
2310         (m_isNextPage, m_isPrevPage): Delete macros.
2311         (m_isLeftArrow, m_isRightArrow): Delete macros.
2312         (m_isXdbStyleCommandChar): Delete macro.
2313         (key_is_start_sequence): Declare, replace m_isStartSequence.
2314         (key_is_end_sequence): Declare, replace m_isEndSequence.
2315         (key_is_backspace): Declare ,replace m_isBackspace.
2316         (key_is_command_char): Declare, replace m_isCommandChar.
2317         * tui/tui-command.c: Update copyright.
2318         (tuiDispatchCtrlChar): Update references.
2319
2320         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
2321         tuiSourceWin.h.
2322
2323         * tui/tui-command.c: Rename tui/tuiCommand.c.
2324         * tui/tui-command.h: Rename tui/tuiCommand.h.
2325         * tui/tui-data.c: Rename tui/tuiData.c.
2326         * tui/tui-data.h: Rename tui/tuiData.h.
2327         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
2328         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
2329         * tui/tui-io.c: Rename tui/tuiIO.c.
2330         * tui/tui-io.h: Rename tui/tuiIO.h.
2331         * tui/tui-layout.c: Rename tui/tuiLayout.c.
2332         * tui/tui-layout.h: Rename tui/tuiLayout.h.
2333         * tui/tui-regs.c: Rename tui/tuiRegs.c.
2334         * tui/tui-regs.h: Rename tui/tuiRegs.h.
2335         * tui/tui-source.c: Rename tui/tuiSource.c.
2336         * tui/tui-source.h: Rename tui/tuiSource.h.
2337         * tui/tui-stack.c: Rename tui/tuiStack.c.
2338         * tui/tui-stack.h: Rename tui/tuiStack.h.
2339         * tui/tui-win.c: Rename tui/tuiWin.c.
2340         * tui/tui-win.h: Rename tui/tuiWin.h.
2341         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
2342         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
2343         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
2344         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
2345         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
2346         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
2347         * tui/tui-file.c: Update includes.
2348         * tui/tui-hooks.c: Update includes.
2349         * tui/tui-interp.c: Update includes.
2350         * tui/tui.c: Update includes.
2351         * Makefile.in: Update all tui/ dependencies.
2352         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
2353
2354         * Makefile.in: Update copyright.  Update dependencies.
2355
2356         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
2357         problem.
2358
2359 2004-01-18  Andrew Cagney  <cagney@redhat.com>
2360
2361         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
2362         instead of register_gdbarch_init.
2363
2364         * remote-sds.c (tohex): Delete unused function.  Update copyright.
2365         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
2366         * v850-tdep.c (v850_register_virtual_size): Ditto.
2367         * target.c (normal_target_post_startup_inferior): Ditto.
2368         * source.c (ambiguous_line_spec): Ditto.
2369         * remote.c (adapt_remote_get_threadinfo): Ditto.
2370         * mi/mi-out.c (out_field_fmt): Ditto.
2371         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
2372         (output_control_change_notification): Ditto.
2373         * m68k-tdep.c (m68k_register_byte): Ditto.
2374         (m68k_remote_breakpoint_from_pc): Ditto.
2375         * ui-out.c (init_ui_out_state): Delete unused declaration.
2376         * stabsread.c (search_value): Ditto.
2377         * mi/mi-cmd-env.c (env_cli_command): Ditto.
2378         * maint.c (print_section_table): Ditto.
2379         * infrun.c (set_follow_fork_mode_command): Ditto.
2380
2381 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
2382
2383         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
2384         DW_CFA_def_cfa_exporession.  Add support for
2385         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
2386         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
2387
2388 2004-01-18  Andrew Cagney  <cagney@redhat.com>
2389
2390         * ocd.c: Update copyright.
2391         (bdm_read_register_command): Delete unused function.
2392         (_initialize_remote_ocd): Delete commented out reference.
2393         (get_quoted_char, reset_packet): Delete #if0ed function.
2394         (output_packet, put_quoted_char): Delete #if0ed function.
2395         (stu_put_packet, stu_get_packet): Delete #if0ed function.
2396         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
2397         (BDM_BREAKPOINT): Delete #if0ed macro.
2398         (remote_timeout): Delete #if0ed variable.
2399
2400 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
2401
2402         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
2403         (core-sol2.o): Remove dependency.
2404         * core-sol2.c: Remove file.
2405
2406 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2407
2408         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
2409         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
2410         enums.
2411
2412 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2413
2414         * remote.c: Update copyright years.
2415
2416 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2417
2418         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
2419
2420 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2421
2422         * mdebugread.c: Update copyright.
2423         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
2424         (parse_type, parse_procedure): Ditto.
2425         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
2426
2427         * cris-tdep.c (cris_store_struct_return): Put back accidently
2428         deleted function.
2429
2430         * gdbarch.sh: Update copyright year.
2431         * gdbarch.h, gdbarch.c: Re-generate.
2432
2433 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2434
2435         Suggested by George Anzinger.
2436         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
2437         correct stack offset.  Include unknown opcode numbers in the error
2438         message.
2439
2440 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2441
2442         * x86-64-tdep.c (x86_64_init_abi): No need to clear
2443         extract_struct_value_address, i386 does not set it.
2444         * sparc64-tdep.c (sparc64_init_abi): Do not set
2445         extract_struct_value_address, never called.
2446         (sparc64_extract_struct_value_address): Delete function.
2447         * m68hc11-tdep.c: Update copyright.
2448         (m68hc11_gdbarch_init): Delete redundant assignment of
2449         extract_struct_value_address.
2450         * i386-tdep.c: Update copyright.
2451         (i386_gdbarch_init): Do not set extract_struct_value_address,
2452         never called.
2453         (i386_extract_struct_value_address): Delete function.
2454         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
2455         extract_struct_value_address, never called.
2456         (sparc32_extract_struct_value_address): #if 0 function.  Add
2457         comments explaining its future.
2458
2459 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2460
2461         * arm-tdep.c (arm_write_pc): New function.
2462         (arm_gdbarch_init): Call set_gdbarch_write_pc.
2463
2464 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2465
2466         * breakpoint.c (must_shift_inst_regs): Delete.
2467         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
2468         and SHIFT_INST_REGS.
2469         * infcmd.c (step_1, step_1_continuation): Delete references to
2470         SHIFT_INST_REGS.
2471         * infrun.c (keep_going): Likewise.
2472         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
2473         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
2474
2475 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2476
2477         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2478         * gdbarch.h, gdbarch.c: Re-generate.
2479         * infcmd.c (print_return_value): Delete reference to
2480         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2481
2482         * cris-tdep.c (cris_gdbarch_init): Do not set
2483         deprecated_extract_struct_value_address.
2484
2485         * xstormy16-tdep.c: Update copyright.
2486         (xstormy16_extract_struct_value_address): Update to current
2487         extract struct value address interface.
2488         (xstormy16_gdbarch_init): Set extract_struct_value_address.
2489         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
2490         current extract struct value address interface.
2491         (sh64_gdbarch_init): Set extract_struct_value_address.
2492
2493         * cris-tdep.c: Update copyright.
2494         (cris_extract_struct_value_address): Delete function.
2495         (struct_return_address): Delete variable.
2496         (cris_store_struct_return): Do not set struct_return_address.
2497
2498         * mcore-tdep.c: Update copyright.
2499         (mcore_extract_struct_value_address): Delete function.  Update
2500         comments.
2501         (mcore_gdbarch_init): Update.
2502         * mn10300-tdep.c: Update copyright.
2503         (mn10300_extract_struct_value_address): Delete function.
2504         (mn10300_gdbarch_init): Update.
2505         * v850-tdep.c: Update copyright.
2506         (v850_extract_struct_value_address): Delete.
2507         (v850_gdbarch_init): Update.
2508         * ns32k-tdep.c: Update copyright.
2509         (ns32k_extract_struct_value_address): Delete.
2510         (ns32k_gdbarch_init): Update.
2511         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
2512         (hppa_gdbarch_init): Update.
2513         * vax-tdep.c: Update copyright.
2514         (vax_extract_struct_value_address): Delete.
2515         (vax_gdbarch_init): Update.
2516
2517         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
2518         * gdbarch.h, gdbarch.c: Re-generate.
2519         * procfs.c (procfs_fetch_registers): Delete reference to
2520         DEPRECATED_NPC_REGNUM.
2521         (procfs_store_registers): Ditto.
2522         * regcache.c (generic_target_write_pc): Simplify.
2523         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
2524
2525         * core-sol2.c (fetch_core_registers): Replace
2526         DEPRECATED_NPC_REGNUM with equivalent tdep value.
2527
2528         * hppa-tdep.c: Update copyright year.
2529         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
2530         NPC_REGNUM.
2531         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
2532
2533         * mips-tdep.c (mips_write_pc): New function.
2534         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
2535         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
2536         (mips_find_saved_regs, mips_software_single_step: Ditto.
2537         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
2538         mips_init_extra_frame_info, mips_pop_frame): Ditto.
2539
2540 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2541
2542         * mips-tdep.c: Re-indent.  Group functions by ABI.
2543
2544 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2545
2546         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
2547         * gdbarch.c: Re-generate.
2548         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2549         DECR_PC_AFTER_BREAK to zero.
2550         * vax-tdep.c (vax_gdbarch_init): Ditto.
2551         * v850-tdep.c (v850_gdbarch_init): Ditto.
2552         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
2553         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2554         * sh-tdep.c (sh_gdbarch_init): Ditto.
2555         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2556         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2557         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2558         * mips-tdep.c (mips_gdbarch_init): Ditto.
2559         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2560         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2561         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2562         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2563         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2564         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2565         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2566         * frv-tdep.c (frv_gdbarch_init): Ditto.
2567         * cris-tdep.c (cris_gdbarch_init): Ditto.
2568         * avr-tdep.c (avr_gdbarch_init): Ditto.
2569         * arm-tdep.c (arm_gdbarch_init): Ditto.
2570         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
2571
2572 2004-01-17  J. Brobecker  <brobecker@gnat.com>
2573
2574         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
2575         Delete, no longer used.
2576         (read_subrange_type): New function, mostly extracted from
2577         read_array_type().
2578         (read_array_type): Replace extracted code by call to
2579         read_subrange_type().
2580         (dwarf2_get_attr_constant_value): New function.
2581         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
2582         (add_partial_symbol): Likewise.
2583         (process_die): Likewise.
2584         (new_symbol): Likewise.
2585         (read_type_die): Likewise.
2586
2587 2004-01-16  Andrew Cagney  <cagney@redhat.com>
2588
2589         * symfile.c: Update copyright year.
2590         (compare_symbols): Delete unused function.
2591         * stabsread.c: Update copyright year.
2592         (lrs_general_complaint): Delete unused function.
2593         (ref_search_value): Ditto.
2594         (get_substring): Delete declaration.
2595         * sh64-tdep.c: Update copyright year.
2596         (sh64_get_gdb_regnum): Delete unused function.
2597         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
2598         Delete unused function.
2599
2600 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
2601
2602         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
2603         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
2604
2605 2004-01-16  Andrew Cagney  <cagney@redhat.com>
2606
2607         Changes from Peter Schauer.
2608         * rs6000-tdep.c: Update copyright year.
2609         (rs6000_push_dummy_call): Update the stack pointer before
2610         accessing the corresponding stack region.
2611         * rs6000-nat.c: Update copyright year.
2612         (set_host_arch): Set "info.abfd" to "exec_bfd".
2613
2614 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
2615
2616         * blockframe.c: Update copyright year.
2617         (inside_entry_func): Don't treat a zero PC specially.
2618
2619 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
2620
2621         * gcore.c (gcore_copy_callback): Use paddr_d to print size
2622         variable.
2623         (gcore_create_callback): Ditto.  Skip any memory segment that has
2624         no permissions set.
2625
2626 2004-01-14  David Carlton  <carlton@kealia.com>
2627
2628         Change symbols for C++ nested types to contain the fully qualified
2629         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
2630         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
2631         c++/895.
2632         * c-exp.y (qualified_type): Handle types nested within classes.
2633         * cp-namespace.c: Update comments.
2634         (cp_set_block_scope): Delete #if 0.
2635         (cp_lookup_nested_type): Handle types nested within classes.
2636         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
2637         when appropriate.
2638         (add_partial_symbol): Add the name of the enclosing namespace to
2639         types.
2640         (pdi_needs_namespace): New.
2641         (add_partial_namespace): Tweak comment.
2642         (add_partial_structure): New.
2643         (psymtab_to_symtab_1): Initialize processing_current_prefix
2644         here...
2645         (process_die): instead of here.
2646         (read_structure_scope): Try to figure out the name of the class or
2647         namespace that the structure might be defined within.
2648         (read_enumeration): Generate fully-qualified names, if possible.
2649         (read_namespace): Don't set name to NULL.
2650         (die_specification): New.
2651         (new_symbol): Generate fully-qualified names for types.
2652         (read_type_die): Determine appropriate prefix.
2653         (determine_prefix): New.
2654         (typename_concat): New.
2655         (class_name): New.
2656         * valops.c (value_aggregate_elt): Pass NOSIDE to
2657         value_struct_elt_for_reference.
2658         (value_struct_elt_for_reference): Make static, add NOSIDE
2659         parameter, call value_maybe_namespace_elt as a last resort.
2660         (value_namespace_elt): Break out code into
2661         value_maybe_namespace_elt.
2662         (value_maybe_namespace_elt): New.
2663
2664 2004-01-12  Andrew Cagney  <cagney@redhat.com>
2665
2666         * mips-tdep.c (mips_convert_register_p): Handle both raw and
2667         cooked floating-point registers.
2668         (mips_gdbarch_init): Set convert_register_p, register_to_value,
2669         and value_to_register.
2670
2671 2004-01-13  Andrew Cagney  <cagney@redhat.com>
2672
2673         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
2674         * gdbarch.c: Re-generate.
2675         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2676         FUNCTION_START_OFFSET.
2677         * v850-tdep.c (v850_gdbarch_init): Ditto.
2678         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
2679         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2680         * sh-tdep.c (sh_gdbarch_init): Ditto.
2681         * s390-tdep.c (s390_gdbarch_init): Ditto.
2682         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2683         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2684         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2685         * mips-tdep.c (mips_gdbarch_init): Ditto.
2686         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2687         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2688         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2689         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2690         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2691         * i386-tdep.c (i386_gdbarch_init): Ditto.
2692         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2693         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2694         * frv-tdep.c (frv_gdbarch_init): Ditto.
2695         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2696         * cris-tdep.c (cris_gdbarch_init): Ditto.
2697         * avr-tdep.c (avr_gdbarch_init): Ditto.
2698         * arm-tdep.c (arm_gdbarch_init): Ditto.
2699         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2700
2701 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
2702
2703         * infrun.c (follow_fork_mode_ask): Remove.
2704         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
2705         (follow_fork): Simplify and remove internal error for
2706         follow_fork_mode_ask.
2707         (_initialize_infrun): Update "set follow-fork-mode" help text.
2708
2709 2004-01-13  Andrew Cagney  <cagney@redhat.com>
2710
2711         * configure.in: Update copyright year.
2712         (build_warnings): Add -Wunused-label.
2713         * configure: Re-generate.
2714
2715 2004-01-12  Andrew Cagney  <cagney@redhat.com>
2716
2717         * exec.h (exec_ops): Make "extern".
2718
2719         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
2720         the function is void.
2721         (mips_pseudo_register_write): Ditto.
2722
2723 2004-01-12  Andrew Cagney  <cagney@redhat.com>
2724
2725         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
2726         call.  Never defined.
2727         * sparc-tdep.h (struct frame_info): Add opaque declaration.
2728         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
2729         (struct sparc_gregset, struct regcache): Ditto.
2730         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
2731
2732 2004-01-12  Andrew Cagney  <cagney@redhat.com>
2733
2734         * mi/ChangeLog: Delete file.  Renamed to ...
2735         * mi/ChangeLog-1999-2003: New file.
2736         * tui/ChangeLog: Delete file.  Renamed to ...
2737         * tui/ChangeLog-1998-2003: New file.
2738
2739 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
2740
2741         * sparc64nbsd-tdep.c: Include "regset.h".
2742         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
2743         Remove variables.
2744         (fetch_core_registers): Remove function.
2745         (sparc64nbsd_core_fns): Remove variable.
2746         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
2747         functions.
2748         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
2749         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
2750         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
2751
2752         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
2753         sparc_extract_struct_value_address.
2754         (sparc32_gdbarch_init): Set extract_struct_value_address.
2755         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
2756         function.
2757         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
2758         return_value_on_stack.
2759
2760         * NEWS: Mention that %cs and %ss have been added to the AMD64
2761         configurations
2762
2763         * frame.c: Update copyright year.
2764         (get_prev_frame): Improve comment.
2765
2766         * sparc64fbsd-tdep.c: Include "regset.h".
2767         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
2768         Remove variables.
2769         (fetch_core_registers): Remove function.
2770         (sparc64fbsd_core_fns): Remove variable.
2771         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
2772         functions.
2773         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
2774         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
2775         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
2776
2777         * sparcnbsd-tdep.c: Include "regset.h".
2778         (fetch_core_registers): Remove function.
2779         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
2780         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
2781         functions.
2782         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
2783         TDEP->fpregset.
2784         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
2785
2786         * sparc-tdep.h (struct regset): Provide opaque declaration.
2787         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
2788         fpregset and sizeof_fpregset members.
2789         * sparc-tdep.c (struct regset): Provide opaque declaration.
2790         (sparc_regset_from_core_section): New function.
2791         (sparc32_gdbarch_init): Initialize TDEP->gregset,
2792         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
2793         Set regset_from_core_section when appropriate.
2794
2795 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
2796
2797         * x86-64-tdep.c (amd64_non_pod_p): New function.
2798         (amd64_classify_aggregate): Return class memory for non-POD
2799         C++ structure types.
2800
2801         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
2802         argument.  Use it to reserve a register if necessary.
2803         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
2804         amd64_push_arguments.
2805
2806         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
2807
2808         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
2809         register numbers in comments.
2810         * x86-64-tdep.h: Update copyright year.
2811         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
2812         Adjust for addition of %cs and %ss.
2813         * amd64fbsd-nat.c: Update copyright year.
2814         (reg_offset): Add register offsets for %cs and %ss.
2815         * amd64fbsd-tdep.c: Update copyright year.
2816         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
2817         (amd64fbsd_sc_reg_offset): Likewise.
2818         * x86-64-linux-nat.c: Update copyright year.
2819         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
2820         and %ss.
2821         * amd64nbsd-nat.c: Update copyright year.
2822         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
2823         * amd64nbsd-tdep.c: Update copyright year.
2824         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
2825         * x86-64-linux-tdep.c: Update copyright year.
2826         (user_to_gdb_regmap): Add mapping for %cs and %ss.
2827         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
2828         * regformats/reg-x86-64.dat: Add %cs and %ss.
2829
2830         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
2831         variables to prevent long lines.  Update comments to reflect
2832         reality.
2833
2834 2004-01-09  David Carlton  <carlton@kealia.com>
2835
2836         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
2837         * dwarf2read.c (read_namespace): Pull out name-generating code
2838         into namespace_name. Rename previous_namespace to previous_prefix
2839         and processing_current_namespace to processing_current_prefix..
2840         (namespace_name): New function.
2841         (add_partial_symbol): Substitute uses of pdi->name with
2842         actual_name.
2843         * cp-support.h: Rename processing_current_namespace to
2844         processing_current_prefix.
2845         Update copyright year.
2846         * cp-namespace.c: Rename processing_current_namespace to
2847         processing_current_prefix.
2848         Update copyright year.
2849
2850 2004-01-09  Andrew Cagney  <cagney@redhat.com>
2851
2852         * jv-valprint.c, ser-unix.c: Add missing copyright years.
2853
2854 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
2855
2856         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
2857         complaining.
2858         (process_one_symbol): Deal with N_PATCH stabs.
2859
2860 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
2861
2862         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
2863         ifdeffed code.
2864         Update copyright year.
2865
2866 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
2867
2868         * config/pa/tm-hppa.h: Update extern declarations for
2869         hppa32_hpux_frame_saved_pc_in_sigtramp,
2870         hppa32_hpux_frame_base_before_sigtramp, and
2871         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
2872
2873 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
2874
2875         * config/pa/tm-hppah.h: Update copyright years.
2876
2877 2004-01-08  Andrew Cagney  <cagney@redhat.com>
2878
2879         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
2880         (mips_o32_reg_struct_has_addr): Delete function.
2881         (mips_gdbarch_init): Update.
2882         (mips_extract_struct_value_address): Delete function.
2883
2884 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
2885
2886         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
2887         reality.
2888
2889 2004-01-07  Andrew Cagney  <cagney@redhat.com>
2890
2891         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
2892         architecture's elf flags (when available).
2893
2894         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
2895         FPU to the start, check the MIPS FPU when looking for an old
2896         architecture.
2897         (set_mipsfpu_single_command): Update the architecture.
2898         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
2899
2900         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
2901         (mips_mask_address_p): Add "tdep" parameter.
2902         (show_mask_address, mips_addr_bits_remove): Update.
2903         (mips_dump_tdep): Update.
2904         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
2905         (MIPS_STACK_ARGSIZE): Delete macro.
2906         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
2907         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
2908         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
2909         (mips_dump_tdep): Update.
2910         (MIPS_SAVED_REGSIZE): Delete macro.
2911         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
2912         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
2913         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
2914         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
2915         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
2916         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
2917         (mips_pop_frame, return_value_location): Update.
2918         (mips_n32n64_return_value, mips_dump_tdep): Update.
2919
2920         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
2921         MIPS ABI.
2922
2923         * mips-tdep.c: Update copyright.
2924         (mips_gdbarch_init): Merge two code blocks handling the register
2925         name and number layout.
2926
2927 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
2928
2929         * tracepoint.c (validate_actionline): Fix segv at EOF
2930
2931 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
2932
2933         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
2934         properly for static fields.
2935
2936 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
2937             Jason Molenda  <jmolenda@apple.com>
2938
2939         * disasm.c: Update copyright to include 2004.
2940         (do_mixed_source_and_assembly): For uiout asm list
2941         and tuple cleanups, initialize to null_cleanup instead of
2942         NULL and do so prior to loop.  Only reset when we close off
2943         the tuple/list.  Move check for whether to close off the
2944         asm tuple/list to after dump_insns call where it will be run
2945         on each loop iteration.
2946
2947 2004-01-05  Andrew Cagney  <cagney@redhat.com>
2948
2949         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
2950         should be a switch case and not a label.
2951         * mips-tdep.c (mips32_next_pc): Delete unused labels
2952         "greater_equal_branch" and "less_zero_branch".
2953         * jv-valprint.c (java_print_value_fields): Delete unused label
2954         "flush_it".
2955
2956         * target.c (unpush_target): Only close a target that is in the
2957         target stack.
2958
2959 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
2960
2961         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
2962         address from [sp + 64] instead of %o2.
2963
2964         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
2965         fixes PR backtrace/1476.
2966
2967 2004-01-05  Andrew Cagney  <cagney@redhat.com>
2968
2969         * libunwind-frame.h (struct frame_id): Add opaque declaration,
2970         move to start of file.
2971         * i386-tdep.h (struct regcache): Add opaque declaration.
2972         * config/ia64/nm-linux.h (struct target_ops): Add opaque
2973         declaration.
2974         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
2975         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
2976         * win32-nat.c (fake_create_process): Use ISO C style definition.
2977         * stabsread.c (define_symbol): Delete #ifndef
2978         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
2979         stabs_argument_has_addr call, macro never defined.
2980
2981 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
2982
2983         * op50-rom.c: Delete.
2984         * w89k-rom.c: Delete.
2985         * Makefile.in: Remove references.
2986
2987 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
2988
2989         * x86-64-tdep.c: Update copyright year.
2990         (struct amd64_register_info): Rename from x86_64_register_info.
2991         (amd64_register_info): Rename from x86_64_register_info.
2992         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
2993         (amd64_register_name): Rename from x86_64_register_name.
2994         (amd64_register_type): Rename from x86_64_register_type.
2995         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
2996         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
2997         (amd64_dwarf_reg_to_regnum): Rename from
2998         x86_64_dwarf_reg_to_regnum.
2999         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
3000         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
3001         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
3002         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
3003         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
3004         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
3005         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
3006         (amd64_frame_cache): Rename from x86_64_frame_cache.
3007         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
3008         (amd64_frame_prev_register): Rename from
3009         x86_64_frame_prev_register.
3010         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
3011         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
3012         (amd64_sigtramp_frame_cache): Rename from
3013         x86_64_sigtramp_frame_cache.
3014         (amd64_sigtramp_frame_prev_register): Rename from
3015         x86_64_sigtramp_frame_prev_register.
3016         (amd64_sigtramp_frame_unwind): Rename from
3017         x86_64_sigtramp_frame_unwind.
3018         (amd64_sigtramp_frame_sniffer): Rename from
3019         x86_64_sigtramp_frame_sniffer.
3020         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
3021         (amd64_frame_base): Rename from x86_64_frame_base.
3022         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
3023         (amd64_frame_align): Rename from x86_64_frame_align.
3024         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
3025         (amd64_regset_from_core_section): Rename from
3026         x86_64_regset_from_core_section.
3027         (x86_64_init_abi): Update comments.
3028
3029 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
3030
3031         * MAINTAINERS (write after approval): Add myself.
3032
3033 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
3034
3035         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
3036         `float' arguments.
3037
3038 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
3039
3040         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
3041         such that it mentions a specific version of GCC that exhibits this
3042         bug.
3043
3044 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
3045
3046         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
3047         structure that has a single `float' member, store it in %f1 in
3048         addition to %f0.
3049
3050         * sparc-sol2-nat.c: Add missing '\'.
3051
3052         * sparc-tdep.c (sparc32_return_value): New function.
3053          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
3054         Remove functions.
3055         (sparc32_gdbarch_init): Set return_value, don't set
3056         extract_return_value, store_return_value, use_struct_convention
3057         and return_value_on_stack.
3058
3059         * sparc-sol2-nat.c: Add missing ')'.
3060
3061 2004-01-03  J. Brobecker  <brobecker@gnat.com>
3062
3063         * infrun.c (handle_step_into_function): New function.
3064         (handle_inferior_event): Extract out some code into the new
3065         function above.
3066
3067 2004-01-03  J. Brobecker  <brobecker@gnat.com>
3068
3069         * infrun.c (handle_inferior_event): Move the declaration of
3070         real_stop_pc inside the if blocks where it is used.
3071
3072 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
3073
3074         * sparc64-tdep.c (sparc64_16_byte_align_p)
3075         (sparc64_store_floating_fields, sparc64_store_floating_fields):
3076         Use check_typedef to get subtypes of structures and unions.
3077         (sparc64_store_return_value): Fix calculation of the appropriate
3078         offset into VALBUF when storing a structure or union.
3079         (sparc64_return_value): New function.
3080         (sparc64_use_struct_convention): Remove function.
3081         (sparc64_init_abi): Set return_value, don't set
3082         extract_return_value, store_return_value and
3083         use_struct_convention.
3084
3085 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
3086
3087         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
3088         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
3089         gdb/config/alpha/xm-alphaosf.h,
3090         gdb/config/powerpc/tm-ppcle-eabi.h,
3091         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
3092         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
3093         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
3094         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
3095         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
3096         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
3097         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
3098         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
3099         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
3100         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
3101         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
3102         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
3103         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
3104         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
3105         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
3106         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
3107         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
3108         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
3109         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
3110         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
3111         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
3112         Remove lines for .cvsignore files.
3113
3114 2004-01-03  J. Brobecker  <brobecker@gnat.com>
3115
3116         * infrun.c: Back out the previous change.
3117
3118 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
3119
3120         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
3121         sparc-*-sunos4* to the list of REMOVED configurations.
3122
3123         * configure.tgt: Add back sparc-*-vxworks*.
3124         * remote-vxsparc.c: Remove all includes except for "defs.h",
3125         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
3126         Include "sparc-tdep.h".
3127         (SPARC_R_G1): New define.
3128         (vxsparc_gregset): New variable.
3129         (ext_format_sparc): Remove extern declaration.
3130         (vx_read_register): Rewrite to use sparc32_supply_gregset and
3131         sparc32_supply_fpregset.
3132         (vx_write_register): Rewrite to use sparc32_collect_gregset,
3133         sparc_collect_rwindow and sparc32_collect_fpregset.
3134         * config/sparc/tm-vxworks.h: New file, based on recently removed
3135         tm-vxsparc.h.
3136         * config/sparc/vxworks.mt: New file, based on recently removed
3137         vxworks.mt.
3138
3139 2004-01-03  J. Brobecker  <brobecker@gnat.com>
3140
3141         * infrun.c (handle_step_into_function): New function.
3142         (handle_inferior_event): Extract out some code into the new
3143         function above.
3144
3145 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
3146
3147         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
3148         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
3149         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
3150         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
3151         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
3152         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
3153         (sparc_nat_h): New variable.
3154         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
3155         (tm-sun4os4.h): Remove dependency.
3156         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
3157         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
3158         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
3159         sparc-tdep.o): Update dependencies.
3160         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
3161         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
3162         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
3163         dependencies.
3164         * configure.host: Remove existing sparc-*-lynxos*,
3165         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
3166         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
3167         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
3168         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
3169         triplets.
3170         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
3171         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
3172         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
3173         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
3174         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
3175         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
3176         sparc64-*-solaris2* and sparc64-*-* triplets.
3177         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
3178         "symtab.h" and "objfiles.h".
3179         (BIAS): Remove define.
3180         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
3181         (X_DISP19): Remove macros.
3182         (sparc_fetch_instruction): Remove function.
3183         (struct gdbarch_tdep): Remove definition.
3184         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
3185         (sparc_breakpoint_from_pc): Remove function.
3186         (struct sparc64_frame_cache): Remove definition.
3187         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
3188         sparc64_unwind_pc): Remove functions.
3189         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
3190         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
3191         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
3192         (sparc64_frame_cache): Change return type to `struct
3193         sparc_frame_cache *'.  Simply call sparc_frame_cache.
3194         (sparc64_frame_this_id, sparc64_frame_prev_register,
3195         sparc64_frame_base_address): Use `struct sparc_frame_cache'
3196         instead of `struct sparc64_frame_cache.
3197         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
3198         sparc_analyze_control_transfer, sparc_software_single_step,
3199         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
3200         _initialize_sparc64_tdep): Remove functions.
3201         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
3202         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
3203         macros.
3204         (sparc64_supply_gregset, sparc64_collect_gregset,
3205         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
3206         (sparc64_init_abi): New function.
3207         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
3208         inclusion guard.  Include "sparc-tdep.h".
3209         (BIAS): Define.
3210         (r_tstate_offset, r_fprs_offset): New defines.
3211         (enum sparc_regnum): Remove defenition.
3212         (enum sparc64_regnum): Reformat.
3213         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
3214         (sparc64_init_abi, sparc64_supply_gregset,
3215         sparc64_collect_gregset, sparc64_supply_fpregset,
3216         sparc64_collect_fpregset): New prototypes.
3217         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
3218         Add extern declarations.
3219         (sparc64_sol2_init_abi): New prototype.
3220         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
3221         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
3222         prototypes.
3223         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
3224         "sparnbsd-nat.h".
3225         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
3226         functions.
3227         (_initialize_sparc64fbsd_nat): Remove initialization of
3228         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
3229         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
3230         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
3231         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
3232         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
3233         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
3234         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
3235         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
3236         (sparc64fbsd_r_y_offset): Remove variables.
3237         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
3238         Make static and const.
3239         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
3240         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
3241         functions.
3242         (sparc64fbsd_gregset): New variable.
3243         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
3244         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
3245         and sparc64_supply_fpregset.
3246         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
3247         (sparc64fbsd_sigtramp_frame_this_id)
3248         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
3249         (sparc64fbsd_sigtramp_frame_unwind): New variable.
3250         (sparc64fbsd_sigtramp_frame_sniffer): New function.
3251         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
3252         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
3253         * sparcnbsd-tdep.c: Update copyright year.  Include
3254         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
3255         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
3256         "value.h" and "sparcnbsd-tdep.h".
3257         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
3258         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
3259         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
3260         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
3261         defines.
3262         (sparcnbsd_gregset): New variable.
3263         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
3264         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
3265         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
3266         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
3267         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
3268         variables.
3269         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
3270         (sparc32nbsd_sigcontext_frame_this_id)
3271         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
3272         (sparc32nbsd_sigcontext_frame_unwind): New variable.
3273         (sparc32nbsd_sigtramp_frame_sniffer): New function.
3274         (sparcnbsd_get_longjmp_target_32,
3275         sparcnbsd_get_longjmp_target_64): Remove functions.
3276         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
3277         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
3278         sparcnbsd_init_elf): Remove.
3279         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
3280         (sparcnbsd_elf_init_abi): New functions.
3281         (_initialize_sparcnbsd_tdep): New prototype.
3282         (_initialize_sparnbsd_tdep): Update.
3283         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
3284         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
3285         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
3286         * config/sparc/linux.mh: Update comment.
3287         (XM_FILE, HOST_IPC): Remove variables.
3288         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
3289         sparc-linux-nat.o.
3290         * config/sparc/linux.mt: Update comment.
3291         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
3292         * config/sparc/nbsd.mt: Reformat.
3293         * config/sparc/nbsd64.mh: Update comment.
3294         (NATDEPFILES): Add sparc-nat.o.
3295         * config/sparc/nbsd64.mt: Update comment.
3296         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
3297         (TM_FILE): Set to tm-nbsd.h.
3298         * config/sparc/nbsdelf.mh: Update comment.
3299         (NATDEPFILES): Add sparc-nat.o.
3300         (XM_FILE): Delete.
3301         * config/sparc/nbsdaout.mh: Update comment.
3302         (NATDEPFILES): Add sparc-nat.o
3303         (XM_FILE): Delete.
3304         * config/sparc/nm-linux.h: Update copyright year.  Don't include
3305         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
3306         inclusion.
3307         (KERNEL_U_SIZE): Remove define.
3308         (kernel_u_size): Remove prototype.
3309         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
3310         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
3311         "regcache.h".
3312         (CHILD_PREPARE_TO_STORE): Remove define.
3313         * config/sparc/nm-nbsdaout.h: Tweak some comments.
3314         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
3315         sparcnbsd-nat.c: Rewrite files.
3316         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
3317         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
3318         sparcnbsd-tdep.h: Remove files.
3319         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
3320         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
3321         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
3322         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
3323         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
3324         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
3325         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
3326         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
3327         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
3328         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
3329         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
3330         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
3331         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
3332         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
3333         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
3334         * config/sparc/linux64.mh, config/sparc/linux64.mt,
3335         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
3336         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
3337         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
3338
3339 2004-01-02  Andrew Cagney  <cagney@redhat.com>
3340
3341         From 2003-12-18 Kazuhiro Inaoka:
3342         * configure.host: Add m32r-linux target.
3343
3344 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
3345
3346         * top.c (print_gdb_version): Update year to 2004.
3347
3348 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
3349
3350         * MAINTAINERS: Add myself to the write-after-approval category.
3351
3352 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
3353
3354         From Bernardo Innocenti <bernie@develer.com>:
3355         * configure.tgt: Add uClinux target.
3356
3357 2004-01-02  Andrew Cagney  <cagney@redhat.com>
3358
3359         * utils.c (do_my_cleanups): Make static, add forward declaration.
3360         * defs.h (do_my_cleanups): Delete declaration.
3361
3362 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
3363
3364         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
3365         bfd/ChangeLog-0203.
3366
3367 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
3368
3369         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
3370         in <machine/reg.h>.
3371         * configure, config.in: Regenerate.
3372
3373 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
3374 tui/ChangeLog-1998-2003.
3375 \f
3376 Local Variables:
3377 mode: change-log
3378 left-margin: 8
3379 fill-column: 74
3380 version-control: never
3381 End: