2004-12-13 Randolph Chung <tausq@debian.org>
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2004-12-13  Randolph Chung  <tausq@debian.org>
2
3         * Makefile.in (pa64solib_h, somsolib_h): Delete.
4         (solib_pa64_h, solib_som_h): New.
5         (HFILES_NO_SRCDIR, ALLDEPFILES): Replace somsolib.h with solib-som.h.
6         (hppa-hpux-tdep.o, hpread.o): Update dependencies.
7         (pa64solib.o, somsolib.o): Delete.
8         (solib-pa64.o, solib-som.o): New.
9         * hppa-hpux-tdep.c: Include new solib interfaces.
10         (hppa_hpux_som_init_abi): Attach to SOM solib interface.
11         (hppa_hpux_elf_init_abi): Attach to PA64 ELF solib interface.
12         * hppa-tdep.c (internalize_unwinds): If solib_get_text_base method
13         is available, use it to determine the base of unwind records.
14         * hppa-tdep.h (gdbarch_tdep): Add new solib methods.
15         * hpread.c: Replace somsolib.h with solib-som.h.
16         (hpread_process_one_debug_symbol): Use target vector to get thread 
17         start address.
18         * config/pa/hppa64.mt (TDEPFILES): Use new solib interface.
19         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
20         * config/pa/hpux.mh (NATDEPFILES): Delete references to target objects.
21         * config/pa/tm-hppah.h: Use new solib interface.
22
23 2004-12-13  Randolph Chung  <tausq@debian.org>
24
25         * tramp-frame.c (tramp_frame_sniffer): Allow frames with names or 
26         sections to be trampolines too.
27
28 2004-12-13  Ben Elliston  <bje@au.ibm.com>
29
30         * f-exp.y (typename): Remove unused nonterminal.
31         (name): Likewise.
32
33 2004-12-12  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
34
35         Committed by Andrew Cagney.
36         * abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n
37         markup.
38         
39 2004-12-12  Andrew Cagney  <cagney@gnu.org>
40
41         * frame.c (get_prev_frame): When unwinding normal frames, check
42         that the PC isn't zero.
43         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
44         zero PC.
45
46         * MAINTAINERS: Reword description of what "Target Instruction Set
47         Architectures" covers.
48
49 2004-12-12  Mark Kettenis  <kettenis@gnu.org>
50
51         * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
52
53 2004-12-11  Mark Kettenis  <kettenis@gnu.org>
54
55         * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
56         (hppa_hpux_save_state_offset): New function, replacing variable
57         with the same name.
58         (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
59         functions.
60         (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
61         Use new hppa_hpux_save_state_offset function.  Add special
62         handling for handling 64-bit "flags" register.
63         (hppa_hpux_store_register): Likewise.
64         (hppa_hpux_child_can_run): Tweak comment.
65
66         * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
67         (inf_ttrace_attach): Likewise.
68         (inf_ttrace_resume_callback): New function.
69         (inf_ttrace_resume): Don't use TT_PROC_CONTINUE.  Iterate over all
70         lwps and call inf_ttrace_resume_callback instead.
71         (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
72
73         * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
74
75 2004-12-10  Michael Snyder  <msnyder@redhat.com>
76
77         * mn10300-tdep.c: New file.  This is a re-implementation of
78         the mn10300 target back-end using the new frame api etc.
79         * mn10300-tdep.h: New file.
80         * config/mn10300/mn10300.mt: New file (or replace old file).
81         * configure.tgt: Add mn10300 target.
82
83 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
84
85         * configure.host (hppa*-*-hpux11*): Remove.
86         * config/pa/hpux11.mh: Remove file.
87
88         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
89         typo.
90
91 2004-12-10  Kris Warkentin  <kewarken@qnx.com>
92
93         * nto-tdep.h: Include osabi.h.  Prototypes for generic Neutrino
94         osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
95         function and nto_set_target function.
96         (struct nto_target_ops): Put comments inline with struct.  Add osabi
97         sniffer hook.  Redefine macros to permit testing/assignment.  Remove
98         nto_ prefix from members.
99         * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
100         dynamically to support arbitrary root paths.  Check for basename of
101         lib in search path and then check for absolute.
102         (nto_in_dynsym_resolve_code): New function.
103         (nto_core_sniffer): New function.
104         (regset_core_fns): Register core sniffer.
105         (nto_initialize_signals): New function.
106         (_initialize_nto_tdep): Move signal initialization code to above to
107         avoid initialization race conditions.
108         (nto_set_target): New function.
109         * nto-procfs.c: Minor formatting/indenting changes.
110         (procfs_is_nto_target): New function.
111         (procfs_open): Set nto_is_nto_target.
112         (_initialize_procfs): Ditto.  Remove notice_signals() call to avoid
113         initialization race conditions.
114         (procfs_create_inferior): Resume inferior after creation.
115         * i386-nto-tdep.c: Declare i386_nto_target.
116         (init_i386nto_ops): Initialize i386_nto_target instead of
117         current_nto_target.
118         (i386nto_init_abi): Initialize signals.  Call nto_set_target.  Set
119         TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
120         (_initialize_i386nto_tdep): Call init_i386nto_ops.  Register osabi
121         sniffer.
122
123 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
124
125         * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
126         (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
127         (hppa_hpux_init_abi): Reformat long line.
128
129 2004-12-09  Mark Kettenis  <kettenis@gnu.org>
130
131         * hppa-hpux-tdep.c: Include "regset.h".
132         (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
133         (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
134         (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
135         (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
136         (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
137         (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
138         functions.
139         (hppa_hpux_regset): New variable.
140         (hppa_hpux_regset_from_core_section): New function.
141         (hppa_hpux_init_abi): Set regset_from_core_section.
142         (hppa_hpux_core_osabi_sniffer): New function.
143         (_initialize_hppa_hpux_tdep): Register
144         hppa_hpux_core_osabi_sniffer.
145         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
146         * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
147
148 2004-12-09  Randolph Chung  <tausq@debian.org>
149
150         * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
151         text and data sections.
152         (pa64_current_sos): Also include the dld in the list of current shared
153         objects.
154         (pa64_solib_get_solib_by_pc): Update comments.
155         (pa64_solib_get_text_base): New function.
156         (pa64_solib_select): Set solib_get_text_base method.
157
158 2004-12-08  Daniel Jacobowitz  <dan@debian.org>
159
160         * linux-thread-db.c (BUILD_THREAD): Delete.
161         (thread_get_info_callback): Include LWP ID in thread ID.
162         (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
163         (lwp_from_thread): Use the LWP ID from the thread ID.
164
165 2004-12-07  Randolph Chung  <tausq@debian.org>
166
167         * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
168         register for both 32- and 64-bit targets.
169
170 2004-12-07  Randolph Chung  <tausq@debian.org>
171
172         * frame.c (get_prev_frame): Don't terminate unwinding at main if we
173         are unwinding through a dummy frame.
174
175 2004-12-07  Randolph Chung  <tausq@debian.org>
176
177         * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
178         * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
179         (hppa_hpux_init_abi) Set unwind_adjust_stub method.
180         * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
181         if defined.
182
183 2004-12-07  Randolph Chung  <tausq@debian.org>
184
185         * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if 
186         unwinding from a frame with pc == 0.
187         (hppa_stub_frame_this_id): Likewise.
188         (hppa_stub_frame_prev_register): Only provide real values if the frame
189         cache is not NULL.
190
191 2004-12-07  Randolph Chung  <tausq@debian.org>
192
193         * solib-som.c: New file.
194         * solib-som.h: New file.
195         * solib-pa64.c: New file.
196         * solib-pa64.h: New file.
197
198 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
199
200         * Makefile.in (inf-ttrace.o): Fix typo.
201
202 2004-12-07  Jim Blandy  <jimb@redhat.com>
203
204         * remote.c (remote_threads_info, remote_current_thread): Use
205         strtoul to parse thread ID numbers.
206
207 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
208
209         * inf-ttrace.c: Include "gdbthread.h".
210         (inf_ttrace_num_lwps): New variable.
211         (inf_ttrace_num_lwps_in_syscall): Renamed from
212         inf_ttrace_num_threads_in_syscall.
213         (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
214         TTEVT_LWP_TERMINATE events.
215         (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
216         zero.
217         (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
218         (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
219         Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
220         events.
221         (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
222         default.  Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
223         TTEVT_LWP_TERMINATE events.
224         (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
225         (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
226         * Makefile.in (inf-ttrace.o): Update dependencies.
227
228         * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
229         prototypes.
230         * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
231         Make global.  Remove HP-UX specific code.  Use
232         frame_unwind_register_unsigned instead of
233         frame_unwind_register_signed.
234         (hppa_write_pc): Rename from hppa_target_write_pc.  Make global.
235         Remove HP-UX specific code.
236         (hppa_unwind_pc): Make global.  Remove HP-UX specific code.
237         (hppa_frame_prev_register_helper): Set "flags" register to zero
238         for all unwound frames.
239         (hppa_gdbarch_init): Adjust.
240         * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
241         (hppa_hpux_read_pc, hppa_hpux_write_pc)
242         (hppa_hpux_unwind_pc): New functions.
243         (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
244
245 2004-12-07  Andreas Schwab  <schwab@suse.de>
246
247         * main.c (long_options): Add entry for "-l".
248         (print_gdb_help): Add line for -l option.
249         * NEWS: Mention it.
250
251 2004-12-05  Randolph Chung  <tausq@debian.org>
252
253         * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
254         DEPRECATED_REGISTER_BYTE.
255
256 2004-12-05  Randolph Chung  <tausq@debian.org>
257
258         * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
259         records.
260
261 2004-12-05  Mark Kettenis  <kettenis@gnu.org>
262
263         * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
264         * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
265
266         * hppa-hpux-tdep.c: Update copyright notice and year.
267
268 2004-12-05  Richard Earnshaw  <rearnsha@arm.com>
269
270         * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
271         (get_field, put_field): Assert that the format is one we can handle.
272         Simplify logic accordingly.
273         (floatformat_normalize_byteorder): New function.
274         (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
275         to normalize and select modified byte order. Pass modified byte order
276         to get_field.
277         (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa): 
278         Likewise.
279         (convert_doublest_to_floatformat): Select an appropriate intermediate
280         byte order if necessary.  Always convert to the final format before
281         returning.
282
283 2004-12-04  Daniel Jacobowitz  <dan@debian.org>
284
285         PR tui/1703
286         * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
287         Suggested by Joshua Neuheisel.
288
289 2004-12-03  Randolph Chung  <tausq@debian.org>
290
291         * gdbarch.sh (instruction_nullified): Delete.
292         * gdbarch.c: Regenerate.
293         * gdbarch.h: Regenerate.
294         * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
295         nullified.
296         (hppa_unwind_pc): Likewise. 
297         (hppa_instruction_nullified): Delete.
298         (hppa_gdbarch_init): Don't set instruction_nullified method.
299         * infrun.c (infwait_states): Remove infwait_nullified_state.
300         (handle_inferior_event): Remove handling of infwait_nullified_state.
301         Remove handling of nullified instructions.
302
303 2004-12-03  Mark Kettenis  <kettenis@gnu.org>
304
305         * inf-ttrace.c: Include <sys/mman.h>.
306         (struct inf_ttrace_page): New.
307         (struct inf_ttrace_page_dict): New.
308         (inf_ttrace_num_threads_in_syscall)
309         (inf_ttrace_reenable_page_protections): New variables.
310         (inf_ttrace_enable_syscall_events)
311         (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
312         (inf_ttrace_add_page, inf_ttrace_insert_page)
313         (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
314         (inf_ttrace_enable_page_protections)
315         (inf_ttrace_disable_page_protections)
316         (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
317         (inf_ttrace_can_use_hw_breakpoint)
318         (inf_ttrace_region_size_ok_for_hw_watchpoint)
319         (inf_ttrace_stopped_by_watchpoint): New functions.
320         (inf_ttrace_him): Remove unsused varaible `tts'.
321         (inf_ttrace_create_inferior): Add assertionts.
322         (inf_ttrace_mourn_inferior): Clear page dictionary.
323         (inf_ttrace_attach): Set initial event mask.
324         (inf_ttrace_detach): Reset number of threads in system call.
325         (inf_ttrace_wait): Deal with system call events.
326         (inf_ttrace_target): Initialize "hardware" watchpoint-related
327         parts of the target vector.
328         (_initialize_inf_ttrace): New prototype and function.
329
330         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
331         type of `gp' variable.
332
333 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
334
335         * README: Remove config.if from directory listing.
336
337 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
338
339         * alpha-tdep.c (alpha_register_name): Add comment.
340         (alpha_cannot_fetch_register): Exclude registers numbers which
341         are no longer used from the list of registers that can be fetched.
342         (alpha_cannot_store_register): Exclude registers numbers which
343         are no longer used from the list of registers that can be stored.
344         * alpha-nat.c (fetch_osf_core_registers): Add missing value in
345         core_reg_mapping array.
346
347 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
348
349         * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
350         the register value from the correct frame.
351
352 2004-11-30  Randolph Chung  <tausq@debian.org>
353
354         * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
355         (hppa_linux_in_dyncall): Check that we are inside the range of 
356         $$dyncall, not necessarily at the first insn.
357         (hppa_linux_in_solib_call_trampoline): Identify a trampoline 
358         even if the pc does not point to the first insn of the trampoline.
359
360 2004-11-30  Randolph Chung  <tausq@debian.org>
361
362         * breakpoint.c (break_at_finish_command): Delete.
363         (break_at_finish_command_1): Delete.
364         (break_at_finish_at_depth_command): Delete.
365         (break_at_finish_at_depth_command_1): Delete.
366         (tbreak_at_finish_command): Delete.
367         * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
368         and bx commands.
369
370 2004-11-30  Andrew Cagney  <cagney@gnu.org>
371
372         * config/nm-gnu.h: Delete file.
373         * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
374
375         * config/nm-sysv4.h: Delete file.
376         * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
377         * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
378         * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
379         * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
380         * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
381
382 2004-11-29  Andrew Cagney  <cagney@gnu.org>
383
384         * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
385         Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
386         as can-commit architecture developers.
387
388 2004-11-29  Mark Kettenis  <kettenis@gnu.org>
389
390         * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
391         (sparc32_skip_prologue): Skip instructions that store arguments in
392         registers into their corresponding stack slots.
393
394         * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
395         tm-solib.h.
396         * config/m68k/obsd.mh (NAT_FILE): Likewise.
397
398         * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
399         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
400         * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
401         sparc32nbsd_elf_init_abi.  Remove duplicate code.
402
403         * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
404         * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
405         * config/sparc/nm-nbsd.h: Remove file.
406         * config/sparc/nm-nbsdaout.h: Remove file.
407
408         * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
409         (sparc_xfer_partial): New function.
410         (sparc_target): Save value of to_xfer_partial from ptrace vector.
411         Set to_xfer_partial.
412
413         * fork-child.c (fork_inferior): Fork instead of vfork if
414         PRE_TRACE_FUN is non-null.
415
416 2004-11-24  Fred Fish  <fnf@specifixinc.com>
417
418         * rs6000-tdep.c (skip_prologue): Use line table info to skip over
419         compiler generated function calls made as part of a prologue.
420
421 2004-11-23  Mark Kettenis  <kettenis@gnu.org>
422
423         * inf-ttrace.c: New file.
424         * inf-ttrace.h: New file.
425         * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
426         Include "inf-ttrace.h".
427         (ss_mpsfu_high): Define to ss_tlsp if necessary.
428         (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
429         ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
430         ptrace systems.
431         (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
432         instead of inf_ptrace_target.
433         * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
434         * Makefile.in (inf_ttrace_h): New variable.
435         (hppa-hpux-nat.o): Update dependency.
436         (inf-ttrace.o): New dependency.
437         (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
438
439 2004-11-23  Randolph Chung  <tausq@debian.org>
440
441         * arch-utils.c (generic_instruction_nullified): New.
442         * arch-utils.h (generic_instruction_nullified): New.
443         * gdbarch.sh (instruction_nullified): New method.
444         * gdbarch.c: Regenerate.
445         * gdbarch.h: Regenerate.
446         * infrun.c (INSTRUCTION_NULLIFIED): Delete.
447         (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
448         new gdbarch method.
449         * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
450         * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
451         static.  Rewrite to work directly off the passed regcache.
452         (hppa_gdbarch_init): Set instruction_nullified method.
453
454 2004-11-23  Joel Brobecker  <brobecker@gnat.com>
455
456         * sparc-tdep.c (sparc_is_unimp_insn): New function.
457         (sparc32_frame_cache): For functions where there is no debugging
458         information to help us determine whether it's a struct-return
459         function or not, fallback on checking whether the instruction
460         at the return address is an "unimp" instruction or not.
461
462 2004-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
463
464         * MAINTAINERS: Add myself to write after approval section.
465
466         * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
467         hpux-thread.c to suppress children from running.
468         (hppa_hpux_child_can_run): New function.
469         (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
470         * hpux-thread.c: Include string.h and hppa-tdep.h.
471         (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
472         HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
473         (hpux_thread_store_registers): Replace deprecated_registers with
474         calls to regcache_raw_read.
475         * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
476
477 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
478
479         * sparc64fbsd-nat.c: Update copyright year.
480         (_initialize_sparc64fbsd_nat): Construct and add target vector.
481         * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
482         inftarg.o.
483
484 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
485
486         * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
487
488 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
489
490         * linux-nat.c (my_waitpid): New function.
491         (linux_test_for_tracefork): Make more robust and verbose.  Take
492         an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
493         (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
494         argument.  Update calls to linux_test_for_tracefork.
495         (linux_enable_event_reporting, child_follow_fork)
496         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
497         (child_insert_exec_catchpoint): Update calls to
498         linux_supports_tracefork and linux_supports_tracevforkdone.
499
500 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
501
502         * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
503         (value_subscripted_rvalue): Likewise.
504         * valops.c (search_struct_field, value_slice): Likewise.
505
506 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
507
508         * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
509         Reorder includes a bit.  Fix comment.
510         * Makefile.in (inf-ptrace.o): Update dependencies.
511
512 2004-11-21  Andreas Schwab  <schwab@suse.de>
513
514         * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
515         (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
516         svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
517         to glibc_skip_solib_resolver.
518         * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
519         solib-legacy.o.
520         * Makefile.in (m68klinux-tdep.o): Update dependencies.
521
522 2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
523
524         * infttrace.h (ttrace_write_reg_64): Add prototype.
525         * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
526         expression.  
527         (store_inferior_registers): Correct formatting.  Replace uses of
528         deprecated_registers with calls to regcache_raw_read,
529         regcache_raw_write_part and regcache_raw_read_part.
530
531 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
532
533         * config/pa/hppahpux.mh: Remove file.
534         * config/pa/hpux1020.mh: Remove file.
535
536 2004-11-20  Andreas Schwab  <schwab@suse.de>
537
538         * configure.host: Set host floatformat for m68k.
539
540 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
541
542         * config/djgpp/fnchange.lst: Resolve file-name clash between
543         hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
544
545 2004-11-20  Mark Kettenis  <kettenis@gnu.org>
546
547         * hppa-hpux-nat.c: New file.
548         * config/pa/hpux.mh (NATDEPFILES): New file.
549         * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
550         (hppa-hpux-nat.o): New dependency.
551         * configure.host: Remove hppa*-*-hpux10.20.
552         (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
553
554         * inf-ptrace.c: Fix coding style.
555
556         * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
557         * infptrace.c (call_ptrace): Simply call ptrace with four
558         arguments.
559
560         * dbxread.c (process_one_symbol): Fix a few coding standard
561         issues.  Improve code formatting.
562
563         * dbxread.c: Include "gdb_string.h".
564         (record_minimal_symbol, read_ofile_symtab): Replace
565         DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
566         * Makefile.in (dbxread.o): Update dependencies.
567
568         * dwarf2-frame.c (read_encoded_value): Correctly calculate number
569         of bytes read for aligned LEB128 encodings.
570
571 2004-11-19  Mark Kettenis  <kettenis@gnu.org>
572
573         * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
574         parse_and_eval_address to u_long before converting it to a pointer
575         type.
576         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
577         ps_strings from int to u_long.
578         * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
579         u_long instead of CORE_ADDR.
580
581 2004-11-18  Mark Kettenis  <kettenis@gnu.org>
582
583         * dbxread.c (process_one_symbol): Do not adjust address of first
584         N_SLINE stab for a function for code generated by non-GCC
585         compilers.
586
587 2004-11-18  Kevin Buettner  <kevinb@redhat.com>
588
589         * solib-null.c: New file.
590
591 2004-11-17  Andrew Cagney  <cagney@gnu.org>
592
593         * MAINTAINERS: Drop MIPS and remote.
594
595 2004-11-15  Andrew Cagney  <cagney@gnu.org>
596
597         * findvar.c (value_of_register): Set the frame ID.
598         * value.c (value_primitive_field): Copy the frame ID.
599         * valops.c (value_assign): Simplify lval_register case, there's
600         always a frame.
601
602 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
603
604         * Makefile.in (mips-linux-tdep.o): Update dependencies.
605         * mips-linux-tdep.c: Include "regcache.h".
606         (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
607
608 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
609
610         * Makefile.in (linux-thread-db.o): Fix typo in last change.
611
612 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
613
614         * linux-thread-db.c: New file, renamed from thread-db.c.
615         * thread-db.c: Remove.
616         * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
617         * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
618         to linux-thread-db.o.
619         * config/arm/linux.mh (NATDEPFILES): Likewise.
620         * config/i386/linux.mh (NATDEPFILES): Likewise.
621         * config/i386/linux64.mh (NATDEPFILES): Likewise.
622         * config/ia64/linux.mh (NATDEPFILES): Likewise.
623         * config/m32r/linux.mh (NATDEPFILES): Likewise.
624         * config/m68k/linux.mh (NATDEPFILES): Likewise.
625         * config/mips/linux.mh (NATDEPFILES): Likewise.
626         * config/pa/linux.mh (NATDEPFILES): Likewise.
627         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
628         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
629         * config/s390/s390.mh (NATDEPFILES): Likewise.
630         * config/sparc/linux.mh (NATDEPFILES): Likewise.
631         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
632
633 2004-11-13  Andrew Cagney  <cagney@gnu.org>
634
635         * config/i386/i386lynx.mh: Delete file.
636         * config/i386/i386lynx.mt: Delete file.
637         * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
638         * i386ly-tdep.c: Delete.
639
640         * config/tm-lynx.h: Delete, inline contents ...
641         * config/rs6000/tm-rs6000ly.h: ... here.
642
643         * config/tm-sysv4.h: Delete file, inlining contents.
644         * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
645         * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
646         * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
647
648         * regcache.h (deprecated_register_valid): Delete.
649         (deprecated_registers): Delete.
650         * regcache.c (deprecated_register_valid): Delete.
651         (deprecated_registers): Delete.
652         (deprecated_read_register_byte, _initialize_regcache)
653         (deprecated_write_register_bytes, build_regcache): Update.
654         * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
655         remote-sds.o.
656         * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
657         * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
658
659         * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
660         v850-*-* under removed.
661         * configure.host: Delete ns32k-*-netbsd*.
662         * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
663         ns32k-*-netbsd*, and v850*-*-*.
664         * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
665         "Deleted"
666         * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
667         * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
668         * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
669         * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
670         * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
671         * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
672         * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
673         * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
674         * v850-tdep.c: Delete.
675         
676 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
677
678         * irix5-nat.c (fetch_core_registers): Replace use of
679         deprecated_registers by equivalent code.
680
681 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
682
683         * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
684         with equivalent code.
685         (fill_fpregset): Likewise.
686
687 2004-11-13  Andrew Cagney  <cagney@gnu.org>
688
689         * MAINTAINERS: Do not list "Deleted" architectures.
690
691         * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
692         m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
693         sparc-*-vxworks*.
694         * NEWS: Mention that vxworks was deleted.
695         * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
696         * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
697         * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
698         * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
699         * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
700         * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
701         * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
702         * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
703         * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
704         * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
705         * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
706         * remote-vxmips.c, remote-vx.c: Delete.
707         * remote-vx68.c: Delete.
708         * config/m68k/tm-os68k.h: Remove reference to VxWorks.
709         * config/m68k/os68k.mt, ada-lang.h: Ditto.
710         * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
711         (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
712
713 2004-11-13  Eli Zaretskii  <eliz@gnu.org>
714
715         * config/i386/xm-go32.h: Don't include fopen-bin.h.
716         Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
717
718         * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
719         branch that doesn't define CRLF_SOURCE_FILES; always use
720         binary-mode open.
721         (print_source_lines_base, forward_search_command)
722         (reverse_search_command): Enable the code that accepts DOS-style
723         CRLF line endings on all platforms (this removes the need for
724         CRLF_SOURCE_FILES).
725
726         * defs.h: Fix wording of the comment before FOPEN_RB.
727         (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
728
729         * config/djgpp/fnchange.lst: Group renames for opcode directory
730         together.
731
732         * config/djgpp/djconfig.sh: Replace file names that don't exist
733         anymore with existing files, for checking the unpacked
734         distribution.
735
736         * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
737         Export pre-cooked values in configure-* targets that begin with
738         "@test -f stage_last".
739
740 2004-11-12  Andrew Cagney  <cagney@gnu.org>
741
742         * defs.h (enum lval_type): Delete lval_reg_frame_relative.
743         * value.h (struct value): Update comment.
744         * valops.c (value_assign): Fold lval_reg_fame_relative into
745         lval_register.
746         * findvar.c (value_from_register, locate_var_value): Ditto.
747
748 2004-11-12  Randolph Chung  <tausq@debian.org>
749
750         * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
751         * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
752         (write_exp_msymbol): Remove conditional check for symbols starting 
753         with $.  Update comments.
754
755 2004-11-12  Randolph Chung  <tausq@debian.org>
756
757         * pa64solib.c (pa64_solib_thread_start_addr): Rename from 
758         so_lib_thread_start_addr.
759         * pa64solib.h (so_list): Forward declare.
760         (pa64_solib_thread_start_addr): Prototype.
761         * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
762         (no_shared_libraries): Remove.
763         (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
764         * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
765         * hpread.c (hpread_process_one_debug_symbol): Use either the som or
766         the elf solib handler to find the start address.
767
768         * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support 
769         files to the target makefile.
770         * config/pa/hpux1020.mh (NATDEPFILES):  Likewise.
771         * config/pa/hpux11.mh (NATDEPFILES): Likewise.
772         * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
773
774         * config/pa/hppa64.mt (TDEPFILES): Put target-specific support 
775         files for symbol reading and shared library handling here.
776         * config/pa/hppahpux.mt (TDEPFILES): Likewise.  
777         (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target 
778         without bringing in 64-bit support.
779
780 2004-11-12  Andrew Cagney  <cagney@gnu.org>
781
782         * sparc-tdep.c: Replace VALUE_TYPE with value_type.
783         * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
784         * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
785         * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
786         * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
787         * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
788         * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
789
790         Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
791         * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
792         (VALUE_REGNUM): Define.
793         (struct value): Delete location.regnum, rename "regno" to
794         "regnum".
795         * value.c, valops.c, valarith.c, findvar.c: Update.
796
797         * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
798         (VALUE_BITPOS): Delete.
799         (value_type, value_offset, value_bitsize, value_bitpos): Declare.
800         * value.c (value_type, value_offset, value_bitpos)
801         (value_bitsize): New functions.  Update references.
802         * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
803         * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
804         * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
805         * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
806         * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
807         * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
808         * valops.c, eval.c, findvar.c, breakpoint.c: Update.
809         * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
810         * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
811
812 2004-11-12  Andrew Cagney  <cagney@gnu.org>
813
814         * cris-tdep.c (cris_register_offset): Delete, never called.
815         (cris_spec_reg_applicable): Delete cris_ver_sim.
816         * MAINTAINERS: List d10v as OBSOLETE.
817         * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
818         FOPEN_WB et.al., defined by "fopen-bin.h".
819
820 2004-11-12  Randolph Chung  <tausq@debian.org>
821
822         * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
823         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
824         * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
825         * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
826
827 2004-11-12  Mark Kettenis  <kettenis@jive.nl>
828
829         * tui/tui-io.c: Don't include "terminal.h".
830         * Makefile.in (tui-io.o): Update dependencies.
831
832 2004-11-12  Kei Sakamoto  <sakamoto.kei@renesas.com>
833
834         * Makefile.in (m32r-linux-tdep.o): Update dependencies.
835         * m32r-linux-tdep.c (m32r_linux_init_abi): Call
836         set_gdbarch_regset_from_core_section for core file support.
837         (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
838         New functions.
839
840 2004-11-11  Randolph Chung  <tausq@debian.org>
841
842         * hppa-tdep.c (skip_prologue_hard_way): Make static, add
843         stop_after_branch parameter and use it to determine if we should look
844         at the delay slot of the first branch insn to find prologue insns.
845         (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
846         (hppa_frame_cache): Likewise.
847
848 2004-11-11  Randolph Chung  <tausq@debian.org>
849
850         * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
851         register so that it can be unwound from anywhere in the prologue.
852
853 2004-11-10  msnyder  <msnyder@redhat.com>
854
855         * rs6000-tdep.c (skip_prologue): After saving lr_offset, 
856         must invalidate lr_reg (so we don't try to save it again).  
857         Ditto for cr_offset and cr_reg.
858
859 2004-11-05  Jon Beniston <jon@beniston.com>
860
861         Committed by Andrew Cagney.
862         * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK 
863         when an unexpected packet is received, as the target stubs 
864         continually retransmit the same packet until ACKed.
865         
866 2004-11-10  Randolph Chung  <tausq@debian.org>
867
868         * frame.c (get_prev_frame): Use get_frame_type to retrieve the 
869         frame's type.
870
871 2004-11-10  Randolph Chung  <tausq@debian.org>
872
873         * blockframe.c (inside_entry_func): Move to .....
874         * frame.c (inside_entry_func): ... here, and make static.
875         (backtrace_past_entry): New flag.
876         (get_prev_frame): Stop backtrace at the entry function if enabled
877         by flag.  Update comments.
878         (_initialize_frame): Add command to set backtrace_past_entry flag.
879         * defs.h (inside_entry_func): Remove prototype.
880
881 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
882
883         * dwarf2read.c: Fix formatting.
884
885 2004-11-10  Andrew Cagney  <cagney@gnu.org>
886
887         * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
888         (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
889         macros with function declarations.
890         * value.c (coerce_ref, coerce_array, coerce_number)
891         (coerce_enum): New functions.
892         (value_as_long, value_as_address): Update.
893         * ada-lang.c (ada_coerce_ref, ada_value_binop) 
894         (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
895         * jv-lang.c (evaluate_subexp_java): Update.
896         * valarith.c (value_less, value_neg, value_complement)
897         (value_binop, value_add, value_subscript, value_x_binop) 
898         (value_logical_not, value_sub): Update.
899         * valops.c (check_field, value_struct_elt, value_ind)
900         (value_find_oload_method_list, value_cast, value_assign): Update.
901         * eval.c (evaluate_subexp_standard): Update.
902
903 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
904
905         * mips-tdep.c (mips32_relative_offset): Change return type to
906         LONGEST, change argument type to ULONGEST.  Fix sign-extension.
907
908 2004-11-10  Randolph Chung  <tausq@debian.org>
909
910         * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
911         (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
912         (hppa_fetch_pointer_argument): Likewise.
913         (hppa_frame_cache): Use safe_frame_unwind_memory instead of 
914         deprecated_read_memory_nobpt.
915         (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
916         add_set_cmd sequence with add_setshow_boolean_cmd.
917
918 2004-11-09  Andrew Cagney  <cagney@gnu.org>
919
920         GDB 6.3 released from GDB 6.3 branch.
921
922 2004-11-09  Andrew Cagney  <cagney@gnu.org>
923
924         * values.c: Rename to ...
925         * value.c: ..., new file.
926         * Makefile.in: Update.
927
928 2004-11-09  Daniel Jacobowitz  <dan@debian.org>
929
930         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
931         size.
932
933 2004-11-09  Andrew Cagney  <cagney@gnu.org>
934
935         * TODO: Delete.
936
937         * value.h (struct value): Delete field bfd_section.
938         (VALUE_BFD_SECTION): Delete macro.
939         (COERCE_REF): Update.
940         (value_at, value_at_lazy): Delete asection parameter.
941         * printcmd.c (print_formatted, x_command): Update.
942         (do_examine): Delete asection parameter.
943         (next_section): Delete variable.
944         * valops.c (value_cast, value_at, value_at_lazy)
945         (value_coerce_function, value_addr, value_ind, value_string) 
946         (find_rt_vbase_offset, value_full_object): Update.
947         * hpacc-abi.c (hpacc_virtual_fn_field)
948         (hpacc_value_rtti_type): Update.
949         * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) 
950         (gnuv3_baseclass_offset): Update.
951         * f-valprint.c (f_val_print): Update.
952         * c-valprint.c (c_val_print): Update.
953         * p-valprint.c (pascal_val_print): Update.
954         * jv-valprint.c (java_value_print): Update.
955         * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
956         * ada-lang.c (ada_value_primitive_packed_val)
957         (ada_evaluate_subexp): Update.
958         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
959         * expprint.c (print_subexp_standard): Update.
960         * infcall.c (call_function_by_hand): Update.
961         * valarith.c (value_add): Update.
962         * eval.c (evaluate_subexp_standard): Update.
963         * values.c (allocate_value, value_copy, value_static_field): Update.
964         * findvar.c (read_var_value, locate_var_value): Update.
965         
966 2004-11-09  Andrew Cagney  <cagney@gnu.org>
967
968         * i386-linux-tdep.c: Include "dwarf2-frame.h".
969         * Makefile.in: Update all dependencies.
970
971 2004-11-08  Andrew Cagney  <cagney@gnu.org>
972
973         * sentinel-frame.c (sentinel_frame_prev_pc): New function.
974         (sentinel_frame_unwinder): Add the prev_pc method.
975         * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
976         available.  Do not handle the sentinel-frame case.
977         * frame-unwind.h (frame_prev_register_ftype): Define.
978         (struct frame_unwind): Add prev_pc;
979
980 2004-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
981
982         * configure.in: Check for ncurses/term.h.
983         * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
984         * utils.c: Include gdb_curses.h instead of curses.h and term.h.
985         * tui/tui.c: Don't include term.h.
986         * configure, config.in: Rebuilt.
987
988 2004-11-08  Mark Kettenis  <kettenis@gnu.org>
989
990         * m68kbsd-nat.c: Include "inf-ptrace.h".
991         (_initialize_m68kbsd_nat): Fix pasto.
992         * Makefile.in (m68kbsd-nat.o): Update dependencies.
993
994 2004-11-08  Randolph Chung  <tausq@debian.org>
995
996         * infrun.c (debug_infrun): New variable.
997         (resume, proceed, wait_for_inferior): Annotate with debug messages.
998         (handle_inferior_event, keep_going): Likewise.
999         (_initialize_infrun): Register "set debug infrun" command.
1000
1001 2004-11-08  Andreas Schwab  <schwab@suse.de>
1002
1003         * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
1004         PTRACE_EVENT_VFORKDONE.
1005         (child_follow_fork): Adjust.
1006
1007 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1008
1009         * README: Refer to 6.3, not 6.2, update directory listing droppng
1010         references to intl/ and mmalloc/.
1011         * PROBLEMS: Refer to 6.3 not 6.2.
1012
1013         * PROBLEMS: Delete no-longer applicable problems.
1014
1015 2004-11-07  Andrew Cagney  <cagney@redhat.com>
1016             Daniel Jacobowitz  <dan@debian.org>
1017             Roland McGrath  <roland@redhat.com>
1018
1019         * Makefile.in (symfile-mem.o): Update dependencies.
1020         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
1021         (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
1022         * inf-ptrace.c (inf_ptrace_attach): Call
1023         observer_notify_inferior_created.
1024         * inftarg.c (child_attach): Likewise.
1025         * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
1026         (symbol_file_add_from_memory): Take NAME argument.  Use it for
1027         the new BFD's filename.
1028         (add_symbol_file_from_memory_command): Update call to
1029         symbol_file_add_from_memory.
1030         (struct symbol_file_add_from_memory_args, add_vsyscall_page)
1031         (symbol_file_add_from_memory_wrapper): New.
1032         (_initialize_symfile_mem): Register add_vsyscall_page as an
1033         inferior_created observer.
1034
1035 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1036
1037         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
1038         fetch_inferior_registers.  Make static.
1039         (m68kbsd_store_inferior_registers): Rename from
1040         store_inferior_registers.  Make static.
1041         (_initialize_m68kbsd_nat): Construct and add target vector.
1042         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1043         inftarg.o.  Add inf-ptrace.o.
1044         (NAT_FILE): Set to tm-solib.h.
1045         (LOADLIBES): New variable.
1046         * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1047         inftarg.o.  Add inf-ptrace.o.
1048         (NAT_FILE): Delete variable.
1049         * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1050         inftarg.o.  Add inf-ptrace.o.
1051         (NAT_FILE): Set to tm-solib.h.
1052         * config/m68k/nm-nbsdaout.h: Remove file.
1053
1054 2004-11-07  Daniel Jacobowitz  <dan@debian.org>
1055
1056         * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1057         (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1058         (dwarf2_signal_frame_unwind): New.
1059         (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1060         * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1061
1062 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1063
1064         * Makefile.in (mips64obsd-tdep.o): Fix typo.
1065
1066         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1067         from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets.  Trim sizes
1068         to only include the structure members we actually need.
1069         (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1070         mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets.  Trim sizes to
1071         only include the structure members we actually need.
1072         (mipsnbsd_init_abi): Update.
1073
1074         * mips64obsd-nat.c: Include "mips-tdep.h".
1075         (MIPS64OBSD_NUM_REGS): Remove define.
1076         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1077         (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1078         floating-point registers correctly.
1079         * Makefile.in (mips64obsd-nat.o): Update dependencies.
1080
1081         * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1082         "gdb_assert.h".
1083         (mips64obsd_sigframe_init): New function.
1084         (mips64obsd_sigframe): New variable.
1085         (mips64obsd_init_abi): Add comments.  Prepend mips64obsd_sigrame
1086         unwinder.
1087         * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1088
1089 2004-11-06  Joel Brobecker  <brobecker@gnat.com>
1090
1091         * alpha-mdebug-tdep.c: #include mdebugread.h.
1092         Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1093         * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1094
1095 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1096
1097         * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1098         CFI and the init_reg method leave the register unspecified.
1099         Include the register name in the "Incomplete CFI data" complaint.
1100         Supress leading zeros in the address.
1101
1102 2004-11-05  Mark Kettenis  <kettenis@gnu.org>
1103
1104         * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1105         skipping a personality routine in a CIE augmentation.
1106
1107 2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>
1108
1109         * defs.h (fatal, vfatal): New function prototypes.
1110         * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1111         via catch_errors.
1112         (backtrace_command): Change to call backtrace_command_stub via
1113         catch_errors instead of calling backtrace_command_1 directly.
1114         (backtrace_full_command): Ditto.
1115         * utils.c (error_stream_1): New static function.
1116         (verror): Change to call error_stream_1 instead of error_stream.
1117         (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1118         (vfatal, fatal): New functions.
1119
1120 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1121
1122         * stack.c (parse_frame_specification_1): Clear selected_frame_p
1123         when not using selected frame.
1124
1125 2004-11-05  Mark Kettenis  <kettenis@jive.nl>
1126
1127         * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1128         personality routine in a CIE augmentation.
1129
1130 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
1131
1132         * stack.c (set_current_sal_from_frame): New function.
1133         (print_args_stub): Use it.
1134         (print_frame_info): Don't set sal here.
1135
1136 2004-11-04  Mark Kettenis  <kettenis@gnu.org>
1137
1138         * dwarf2-frame.c (read_encoded_value): Change type of third
1139         argument to `unsigned char *'.  Add support for LEB128 encodings.
1140
1141 2004-11-04  Jim Blandy  <jimb@redhat.com>
1142
1143         * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
1144         prevent cross-objfile references.
1145         (make_cv_type): Doc fix.  Don't create cross-objfile references,
1146         even for stub types.
1147         (replace_type): Add assertion to prevent cross-objfile references.
1148         (check_typedef): Never resolve a stub type by copying over a type
1149         from another file.
1150
1151 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1152
1153         * Makefile.in (m32r-tdep.o): Update dependencies.
1154         * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1155         ABI-specific overrides.
1156
1157 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1158
1159         * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1160         unnecessary parallel execution bit.
1161         (m32r_memory_remove_breakpoint): Ditto.
1162         (m32r_breakpoint_from_pc): Update.
1163
1164 2004-11-03  Randolph Chung  <tausq@debian.org>
1165
1166         * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1167         frame_func_unwind to locate the unwind entry.
1168         (hppa_frame_this_id): Likewise.
1169
1170 2004-11-03  Andrew Cagney  <cagney@gnu.org>
1171
1172         * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1173         packet, obsolete configurations, end-of-life deprecated_registers.
1174
1175 2004-11-02  Mark Kettenis  <kettenis@gnu.org>
1176
1177         * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1178         encodings as well as unsigned encodings.
1179
1180 2004-11-02  Andrew Cagney  <cagney@gnu.org>
1181
1182         * value.h (COERCE_VARYING_ARRAY): Delete.
1183         * valops.c (value_cast, value_slice): Delete use.
1184         * valarith.c (value_subscript, value_concat): Delete use.
1185
1186 2004-11-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
1187
1188         * NEWS: GDB understands GNAT Ada.
1189
1190 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1191
1192         * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1193         (amd64-sol2-tdep.o): Add dependencies.
1194         * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1195         config/i386/sol2-64.mt: New files.
1196         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1197         amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1198         (supply_gregset): Correct order of arguments to
1199         amd64_supply_native_gregset.
1200         (fill_gregset): Correct order of arguments to
1201         amd64_collect_native_gregset.
1202         * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1203         * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1204         * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1205         for definition of NEW_PROC_API.
1206         * configure: Regenerate.
1207
1208 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1209
1210         * MAINTAINERS (Write After Approval): Add myself.
1211
1212 2004-11-01  Andrew Cagney  <cagney@gnu.org>
1213
1214         * configure.tgt: Mark d10v-*-* as obsolete.
1215         * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1216
1217 2004-11-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
1218
1219         * values.c (modify_field): Correct handling of bit-fields that
1220         don't fit in 32 bits.  Use unsigned operations throughout and 
1221         simplify the code a bit.  Document preconditions.
1222
1223 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1224
1225         * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1226         * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1227         (in_plt_section): Delete.
1228
1229         * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1230         (mips_gdbarch_init): Do not set same.
1231
1232         * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1233         * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1234
1235         * gdbarch.sh (in_solib_call_trampoline): Delete.
1236         * gdbarch.h, gdbarch.c: Re-generate.
1237
1238         * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1239         IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1240         * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1241         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1242         * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1243
1244 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1245
1246         * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1247         (mipsnbsd_fetch_inferior_registers): Rename from
1248         fetch_inferior_registers.  Make static.
1249         (mipsnbsd_store_inferior_registers): Rename from
1250         store_inferior_registers.  Make static.
1251         (_initialize_mipsnbsd_nat): New function and prototype.
1252         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1253         * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1254         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
1255         inf-ptrace.o.
1256
1257 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1258
1259         * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1260         (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1261         delete corresponding unused function.
1262         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1263         in_solib_call_trampoline.
1264         * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1265         * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1266         * config/mips/tm-nbsd.h: Ditto.
1267         * config/arm/tm-linux.h: Ditto.
1268         * config/mips/tm-linux.h: Ditto.
1269
1270         * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1271         (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1272         in_solib_call_trampoline, delete corresponding unused function.
1273         * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline) 
1274         (vaxnbsd_aout_init_abi): Ditto.
1275         * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline) 
1276         (sparc32nbsd_aout_init_abi): Ditto.
1277         * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline) 
1278         (ppc_linux_init_abi): Ditto.
1279         * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline) 
1280         (ns32knbsd_init_abi_aout): Ditto.
1281         * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1282         * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1283         * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline) 
1284         (m68kbsd_aout_init_abi): Ditto.
1285         * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline) 
1286         (i386_cygwin_init_abi): Ditto.
1287         * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline) 
1288         (i386bsd_init_abi): Ditto.
1289
1290         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1291         in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1292         isn't used by this architecture.
1293         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1294         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1295         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1296         * s390-tdep.c (s390_gdbarch_init): Ditto.
1297         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1298         * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1299         * i386-tdep.c (i386_svr4_init_abi): Ditto.
1300         * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1301         * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1302         * amd64-tdep.c (amd64_init_abi): Ditto.
1303
1304         * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1305         in_solib_call_trampoline to its default value of
1306         generic_in_solib_call_trampoline.
1307         * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1308         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1309         * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1310         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1311         * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1312         * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1313
1314         * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1315
1316         * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1317
1318         * config/mips/tm-mips.h: Delete file.
1319         * remote-mips.c: Delete tm-mips.h from comment.
1320         * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1321         * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1322         * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1323         * config/mips/tm-linux.h: Don't include tm-mips.h.
1324         * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1325         * config/mips/irix5.mt (DEPRECATED_TM_FILE): 
1326         * config/mips/tm-wince.h: Don't include.
1327
1328         * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1329         * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1330         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1331         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1332
1333         * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1334         * mdebugread.c (ecoff_relocate_efi): Delete function.
1335         * objfiles.c (objfile_relocate): Delete #ifdef
1336         MDEBUG_EFI_SYMBOL_NAME code.
1337
1338 2004-10-31  Orjan Friberg <organ.friberg@axis.com>
1339             Andrew Cagney  <cagney@gnu.org>
1340
1341         * gdbarch.sh (single_step_through_delay): Add.
1342         * gdbarch.h, gdbarch.c: Re-generate.
1343         * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1344         (mips_step_skips_delay): Delete.
1345         * mips-tdep.c (mips_single_step_through_delay): Replace
1346         mips_step_skips_delay.
1347         (mips_gdbarch_init): Set single_step_through_delay.
1348         (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1349         
1350 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1351
1352         * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1353         from TRAMP_FRAME frame type.
1354
1355 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1356
1357         * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1358
1359         * mips-tdep.c (mips_ignore_helper): Delete.
1360         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1361         * infrun.c (handle_inferior_event): Delete #ifdef
1362         DEPRECATED_IGNORE_HELPER_CALL code.
1363
1364         * config/mips/tm-mips.h (RA_REGNUM): Delete.
1365
1366 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1367
1368         * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1369         (fill_fpregset): Do not compile for 64-bit systems.
1370         * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1371         * Makefile.in (i386-sol2-nat.o): Update dependencies.
1372         * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1373
1374 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1375
1376         * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1377         (struct mdebug_extra_func_info): Define.
1378         * config/alpha/tm-alpha.h: Delete same.
1379         * config/mips/tm-mips.h: Delete same.
1380         * mdebugread.c: Delete same.
1381         * Makefile.in: Update dependencies.
1382         * mips-mdebug-tdep.c: Include "mdebugread.h".
1383
1384         * objfiles.c: Include "mdebugread.h".
1385         * mdebugread.c: Include "mdebugread.h".
1386         (ecoff_relocate_cfi): Delete.
1387         * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1388         * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1389         * mdebugread.h (ecoff_relocate_efi): New file.
1390         * Makefile.in: Update dependencies.
1391         
1392         * mips-tdep.c (struct frame_extra_info): Delete.
1393         (temp_proc_desc): Delete.
1394
1395         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1396         MIPS_EFI_SYMBOL_NAME.
1397         (mips_extra_func_info_t, mips_extra_func_info): Delete.
1398         (struct mdebug_extra_func_info): Replace struct
1399         alpha_extra_func_info and alpha_extra_func_info_t.
1400         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1401         MIPS_EFI_SYMBOL_NAME.
1402         (struct mdebug_extra_func_info): Replace struct
1403         alpha_extra_func_info and alpha_extra_func_info_t.
1404         * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1405         * mdebugread.c, alpha-mdebug-tdep.c: 
1406
1407         Suggested by Mark Kettenis.
1408         * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1409         fields frame_adjust and high_addr.
1410         * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1411         (non_heuristic_proc_desc): Delete references.
1412
1413         * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1414         * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1415         * mips-tdep.c: Update.
1416
1417         * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1418         (MIPS_LAST_EMBED_REGNUM): Add.
1419         * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1420         (LAST_EMBED_REGNUM): Delete.
1421         * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1422
1423         * config/mips/tm-mips.h (PS_REGNUM): Delete.
1424         * mips-tdep.h (MIPS_PS_REGNUM): Add.
1425         * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1426         * mips-linux-nat.c: Update.
1427
1428         * mips-tdep.h: Add comments on registers.
1429         (MIPS_UNUSED_REGNUM): Define.
1430         * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1431         (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1432         * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1433         * mips-linux-nat.c, remote-mips.c: Update.
1434
1435         * config/mips/tm-mips.h (t_insn): Delete.
1436         * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1437         Replace t_insn with ULONGEST.
1438
1439 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1440
1441         * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1442         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1443         (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1444         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1445         (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1446         (mipsnbsd_core_osabi_sniffer): New function.
1447         (mipsnbsd_init_abi): Set regset_from_core_section.
1448         (_initialize_mipsnbsd_tdep): Remove calls to
1449         deprecated_add_core_fns.
1450         (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1451         (mipsnbsd_regset_from_core_section): New functions.
1452         (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1453         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1454
1455         * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1456         Remove optimization for DEPRECATED_FP_REGNUM.
1457
1458 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1459
1460         * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1461         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1462         (alpha_setup_arbitrary_frame): Delete.
1463         * mips-tdep.c (setup_arbitrary_frame): Delete.
1464         * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1465         (setup_arbitrary_frame): Delete.
1466         * stack.c (parse_frame_specification_1): When specified, call
1467         create_new_frame with two parameters.  Delete #ifdef
1468         SETUP_ARBITRARY_FRAME.
1469
1470         * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1471         (MIPS_INSTLEN): Delete.
1472         * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1473         MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1474         * remote-mips.c, mips-tdep.c: Update.
1475
1476         * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1477         * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1478         * mips-tdep.c (mips_mdebug_frame_cache)
1479         (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1480         (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1481         (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1482         (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1483         (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1484         (mips_gdbarch_init): Do not append mdebug sniffers.
1485         (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) 
1486         (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) 
1487         (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) 
1488         (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1489         * Makefile.in: Update dependencies.
1490
1491         * mips-tdep.h (mips_abi_regsize): Declare.
1492         * mips-tdep.c (mips_abi_regsize): Make non-static.
1493
1494         * mips-tdep.c (gdb_print_insn_mips): Simplify.
1495         (make_mips16_addr): Delete.
1496
1497 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1498
1499         * i386-sol2-nat.c: New file.
1500         * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1501         i386-sol2-tdep.c.
1502         (i386-sol2-nat.o): Update dependencies.
1503         * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1504         i386-sol2-nat.o.
1505
1506 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1507
1508         Total breakage identified by Joel Brobecker.
1509         * mips-tdep.c (after_prologue): Delete.
1510         (mips_skip_prologue): Use skip_prologue_using_sal.
1511         (heuristic_proc_desc): Delete, unused.
1512
1513 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1514
1515         * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1516         (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1517         Cleanup coding style.
1518
1519 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1520
1521         * mips-tdep.h (mips_pc_is_mips16): Declare.
1522         * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1523         non-static.  Update calls.
1524
1525         * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1526         * command.h (add_setshow_enum_cmd): Declare.
1527         * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1528
1529         * mips-tdep.c (_initialize_mips_tdep): Use
1530         add_setshow_zinteger_cmd.
1531         
1532         * mips-tdep.c (mips_eabi_extract_return_value)
1533         (mips_o64_extract_return_value, mips_o64_store_return_value)
1534         (return_value_location, mips_eabi_reg_struct_has_addr)
1535         (mips_eabi_use_struct_convention)
1536         (mips_eabi_store_return_value): Delete.
1537         (mips_eabi_store_return_value): New function.
1538         (mips_eabi_return_value): New function.
1539         (mips_gdbarch_init): For O64 and EABI, delete
1540         extract_return_value, store_return_value, use_struct_convention
1541         and reg_struct_has_addr, add return_value.
1542
1543         * mips-tdep.c (read_signed_register): Use
1544         regcache_cooked_read_signed.
1545
1546 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1547
1548         * mipsread.c: Cleanup coding style.
1549         (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1550         (mipscoff_symfile_finish): Remove prototypes.
1551
1552 2004-10-29  Mark Kettenis  <kettenis@gnu.org>
1553
1554         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1555         (mips_mdebug_frame_cache, mips16_scan_prologue)
1556         (mips32_scan_prologue, mips_stub_frame_cache)
1557         (heuristic_proc_start, heuristic_proc_desc)
1558         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1559         (mips_n32n64_return_value, mips_o32_push_dummy_call)
1560         (mips_o32_return_value, mips_o64_push_dummy_call)
1561         (mips_step_skips_delay, mips_skip_trampoline_code)
1562         (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1563         MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1564         T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1565         instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1566         and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1567         (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1568         T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1569         MIPS16_INSTLEN.  Use MIPS_A0_REGNUM instead of A0_REGNUM.
1570         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1571         (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1572         ZERO_REGNUM.
1573         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1574         (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1575         ZERO_REGNUM.
1576         (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1577         A0_REGNUM.
1578         * mipsnbsd-nat.c: Include "mips-tdep.h".
1579         (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1580         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1581
1582 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1583
1584         * stack.c (parse_frame_specification_1): New function based on
1585         parse_frame_specification.  Add message and selected_frame_p
1586         paramters.  Truely always return non-NULL.
1587         (parse_frame_specification): Call parse_frame_specification_1.
1588         (frame_info): Update.  Eliminate target_has_stack check.
1589         (select_frame_command): Update.
1590
1591 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1592
1593         * frame.h (get_selected_frame): Add message parameter.
1594         * frame.c (get_selected_frame): Add and use message parameter.
1595         * stack.c (current_frame_command, return_command, locals_info)
1596         (catch_info, args_info, up_silently_base, down_silently_base): Use
1597         get_selected_frame with an explicit message.
1598         * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1599         * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1600         * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1601         * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1602         * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1603         * breakpoint.c: Update.
1604
1605 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1606
1607         * trad-frame.c (trad_frame_get_prev_register): Use
1608         frame_unwind_register instead of frame_register_unwind, do not
1609         recurse the register's location.
1610         * xstormy16-tdep.c (xstormy16_frame_prev_register): 
1611         * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1612         * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1613         * sh-tdep.c (sh_frame_prev_register): Ditto.
1614         * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1615         * i386-tdep.c (i386_frame_prev_register): Ditto.
1616         * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1617         * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1618
1619 2004-10-28  Mark Kettenis  <kettenis@jive.nl>
1620
1621         * proc-events.c: Fix several coding-style issues.  Consistently
1622         use #ifdef instead of #if defined().
1623         (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1624         ARRAY_SIZE.
1625         (_initialize_proc_events): New prototype.
1626
1627         * proc-why.c: Fix several coding-style issues.
1628         (proc_prettyfprint_why): Use ARRAY_SIZE.
1629
1630 2004-10-27  Jim Blandy  <jimb@redhat.com>
1631
1632         * remote.c (fetch_register_using_p): Construct 'p' packet in a
1633         manner independent of the host byte order.
1634
1635 2004-10-27  Mark Kettenis  <kettenis@gnu.org>
1636
1637         * mips-tdep.c (id_delayed): Remove prototype.
1638
1639 2004-10-26  Mark Kettenis  <kettenis@gnu.org>
1640
1641         * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1642         MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1643         to enum with register numbers.
1644         (enum mips_insn_size): New enum.
1645
1646 2004-10-26  Andrew Cagney  <cagney@gnu.org>
1647
1648         * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1649         * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1650         (mips_gdbarch_init): Update.
1651         (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1652
1653         * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1654         * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1655         IN_SOLIB_RETURN_TRAMPOLINE.
1656         * mips-tdep.c (mips_dump_tdep): Do not print
1657         IN_SOLIB_RETURN_TRAMPOLINE.
1658         (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1659         (mips_gdbarch_init): Update.
1660
1661         * mips-tdep.h (mips_software_single_step): Move to here ...
1662         * config/mips/tm-mips.h: ... from here.
1663         * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P) 
1664         (SOFTWARE_SINGLE_STEP): Delete.
1665         * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1666
1667 2004-10-25  Andrew Cagney  <cagney@gnu.org>
1668
1669         * NEWS: Add Changes since GDB 6.3 section.
1670
1671 2004-10-23  Andreas Schwab  <schwab@suse.de>
1672
1673         * ada-lang.c (grow_vect): Return the new array instead of
1674         expecting pointer to pointer to avoid violation of aliasing rules.
1675         * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1676
1677 2004-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1678
1679         * s390-tdep.c (enum pv_boolean): Remove.
1680         (pv_is_array_ref): Remove.
1681         (s390_on_stack): Remove.
1682         (S390_NUM_SPILL_SLOTS): Remove.
1683         (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1684         add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1685         (s390_store): Track all stores of orginal incoming registers to the
1686         stack constant offsets relative to the CFA, instead of only tracking
1687         stores into specific spill slots.
1688         (s390_load): Likewise.
1689         (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1690         (s390_prologue_frame_unwind_cache): Likewise.  Only track registers
1691         defined as call-saved by the ABI.
1692         (s390_push_dummy_call): Use bottom of dummy call argument save area
1693         as return value, not the top.  Do not store to the called function's
1694         register save area.
1695         (s390_unwind_dummy_id): Adapt accordingly.
1696
1697 2004-10-23  Andrew Cagney  <cagney@gnu.org>
1698
1699         * objfiles.h (struct objfile): Rename obj_private to
1700         deprecated_obj_private, sym_private to deprecated_sym_private, and
1701         sym_stab_info to deprecated_sym_stab_info.
1702         * gdb-stabs.h: Update.
1703         * elfread.c: Update.
1704         * dbxread.c: Update.
1705         * coffread.c: Update.
1706         * xcoffread.c: Update.
1707         * symfile.c: Update.
1708         * somread.c: Update.
1709         * nlmread.c: Update.
1710         * mdebugread.c: Update.
1711         * hpread.c: Update.
1712         * coffread.c: Update.
1713
1714 2004-10-23  Mark Kettenis  <kettenis@gnu.org>
1715
1716         * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1717         * configure.host: Add mips64*-*-openbsd*.
1718         * configure.tgt: Add mips64*-*-openbsd*.
1719         * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1720         mips64obsd-tdep.c.
1721         (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1722         * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1723
1724 2004-10-21  Joel Brobecker  <brobecker@gnat.com>
1725
1726         * symtab.c (symbol_search_name): Minor reformatting.
1727
1728 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
1729
1730         * symtab.h: Fix typo in comment.
1731
1732 2004-10-19  Mark Kettenis  <kettenis@gnu.org>
1733
1734         * dwarf2read.c (struct comp_unit_head): Fix coding style.
1735         (dwarf_decode_line_header): Likewise.
1736
1737 2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
1738
1739         * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1740
1741 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1742
1743         GDB 6.3 branch created.
1744         * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1745
1746 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1747
1748         * dwarf2read.c (set_cu_language): Set language to Ada for
1749         DW_LANG_Ada83 and DW_LANG_Ada95.
1750
1751 2004-10-15  Michael Chastain  <mec.gnu@mindspring.com>
1752
1753         From Andreas Schwab <schwab@suse.de>:
1754         * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1755         for xmalloc and xrealloc.
1756
1757 2004-10-15  Andrew Cagney  <cagney@gnu.org>
1758
1759         * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1760         * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1761         * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1762         Update dependencies.
1763
1764 2004-10-15  Paul Hilfinger  <Hilfinger@gnat.com>
1765
1766         * ada-lang.c (ada_lookup_symbol): Correct comment.
1767         (ada_evaluate_subexp): Change error message for
1768         OP_FUNCALL case so as not to indicate an internal error.
1769         
1770 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1771
1772         Committed by Paul Hilfinger.
1773         * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1774         type sizes in XVE/XVU types, and emit a warning when that happens,
1775         instead of rounding up the size of the resulting type.
1776         Some minor reformatting.
1777         (ada_is_aligner_type): Do not consider a type as an aligner type 
1778         if there is a corresponding XVS type as well.
1779         (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we 
1780         have several levels of pointer indirection to the array.
1781         
1782 2004-10-15  Jerome Guitton  <guitton@gnat.com>
1783
1784         Committed by Paul Hilfinger.
1785         * ada-lang.c (check_size): New function.
1786         (coerce_unspec_val_to_type): call check_size to make sure
1787         that the object size is reasonable.
1788         (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1789         Implements the case when we get a reference when we evaluate
1790         the expression of one of the bounds of the slice.
1791         (ada_value_struct_elt): when a packed array field is
1792         a reference, use ada_coerce_ref to dereference it; use 
1793         ada_value_ind only if it is a pointer.
1794
1795 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1796
1797         * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1798         a bit to avoid the necessity of an advance declaration. Remove
1799         declaration.
1800         (set_reg_offset): Move implemenation up.
1801         (mips16_get_imm): Likewise.
1802         (mips16_scan_prologue): Likewise.
1803         (reset_saved_regs): Likewise.
1804         (mips32_scan_prologue): Likewise.
1805
1806 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1807
1808         * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1809         Remove sp as a parameter, compute it internally instead. Move
1810         prologue scanning limit from heuristic_proc_desc to here.
1811         (mips16_scan_prologue): Likewise.
1812         (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1813         by call to mips16_scan_prologue.
1814         (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1815         by call to mips32_scan_prologue.
1816         (heuristic_proc_desc): Remove code that's no longer necessary.
1817         Update calls to mips16_scan_prologue and mips32_scan_prologue.
1818         (mips_skip_prologue): Update calls to mips16_scan_prologue
1819         and mips32_scan_prologue.
1820
1821 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1822
1823         * mips-tdep.c (mips16_scan_prologue): Merge code from
1824         mips16_skip_prologue.  Now return the address of the first
1825         instruction past the function prologue.
1826         (mips16_skip_prologue): Remove, no longer necessary.
1827         (mips_skip_prologue): Replace call to mips16_skip_prologue
1828         by call to mips16_scan_prologue.
1829
1830 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1831
1832         * mips-tdep.c (mips32_scan_prologue): Merge code from
1833         mips32_skip_prologue.  Now return the address of the first
1834         instruction past the function prologue.
1835         (mips32_skip_prologue): Remove.  No longer necessary.
1836         (mips16_skip_prologue): Add parameter end_pc instead of
1837         computing it.
1838         (mips_skip_prologue): Compute the upper limit for the
1839         prologue scanning. Update call to mips16_skip_prologue.
1840         Replace call to mips32_skip_prologue by call to
1841         mips32_scan_prologue.
1842
1843 2004-10-14  Mark Kettenis  <kettenis@gnu.org>
1844
1845         * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1846         NetBSD system call stubs that store %rp in the ERP slot of the
1847         stack frame.
1848
1849         * source.c: Always define O_BINARY to 0 if not defined already.
1850         (openp): Unconditionally use O_BINARY.
1851
1852         * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1853         * event-top.c (gdb_readline2): Likewise.
1854
1855 2004-10-14  Orjan Friberg  <orjanf@axis.com>
1856
1857         * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1858         deprecated_add_core_fns which was removed by mistake.
1859
1860 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
1861
1862         * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1863         references to deprecated_registers[] with equivalent code.
1864
1865 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
1866
1867         * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1868         ``deprecated_registers'' with equivalent code.  Use gdb_assert()
1869         instead of explicit test and print statement.
1870
1871 2004-10-12  Mark Kettenis  <kettenis@gnu.org>
1872
1873         * sparc-nat.c: Include "inf-ptrace.h".
1874         (sparc_target): New function.
1875         * sparc-nat.h: Update copyright year.
1876         (sparc_target): New prototype.
1877         * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1878         (_initialize_sparcnbsd_nat): Construct and add target vector.
1879         * sparc64nbsd-nat.c: Include "target.h".
1880         (_initialize_sparc64nbsd_nat): Construct and add target vector.
1881         * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1882         Update dependencies.
1883         * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1884         inftarg.o, add inf-ptrace.o.
1885         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1886         inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1887         (NAT_FILE): Set to nm-bsd.h.
1888         (LOADLIBES): New variable.
1889         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1890         infarg.o, add inf-ptrace.o.
1891         * config/sparc/nm-nbsdaout.h: Remove file.
1892         * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1893         * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1894         * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1895
1896         * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1897         "fopen-same.h".  Update comment.
1898
1899 2004-10-11  Mark Kettenis  <kettenis@gnu.org>
1900
1901         * i386gnu-nat.c: Include "gdb_string.h".
1902         (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1903         registers when the floating-point state isn't initialized.
1904         * Makefile.in (i386gnu-nat.o): Update dependencies.
1905
1906 2004-10-11  David Anderson  <davea@sgi.com>
1907
1908         * regcache.c (regcache_raw_read): Comment was missing "to".
1909         Extraneous ' removed.
1910         * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1911         comment now describes use.
1912
1913 2004-10-11  Orjan Friberg  <orjanf@axis.com>
1914
1915         * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1916         (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1917         (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1918         (cris_sigtramp_frame_sniffer): New functions.
1919         (cris_gdbarch_init): Hook in signal trampoline unwinder.
1920         (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1921         (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1922         (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1923         (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1924         command.
1925         (cris_version_update): Remove, replace with ...
1926         (set_cris_version): New function.
1927         (struct gdbarch_tdep, cris_mode, cris_mode_update)
1928         (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1929         (_initialize_cris_tdep): Remove CRIS mode command.
1930         (cris_fpless_backtrace, _initialize_cris_tdep): Remove 
1931         cris-fpless-backtrace command.
1932         (cris_scan_prologue): Fix prologue scanning limit.
1933         (cris_register_type): Update to reflect actual registers.
1934         (cris_register_bytes_ok) Remove.
1935         (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1936         Remove set_gdbarch_deprecated_register_size,
1937         set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1938         
1939 2004-10-10  Andrew Cagney  <cagney@gnu.org>
1940
1941         * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1942         comment.
1943
1944 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1945
1946         * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1947
1948 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1949
1950         * mips-tdep.c (mips16_scan_prologue): Renames
1951         mips16_heuristic_proc_desc. Update comment.
1952         (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1953         (heuristic_proc_desc): Update calls to the 2 functions above.
1954
1955 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1956
1957         * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1958         Update comments. Also immediately return empty cache when the start
1959         address of our function could not be found.
1960         (mips_insn32_frame_cache): Likewise.
1961
1962 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1963
1964         * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1965         (mips_insn16_frame_cache): Pass frame cache in call to
1966         heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1967         Remove code that became redundant as a consequence.
1968         (mips32_heuristic_proc_desc): No longer compute a fake
1969         procedure descriptor. Compute the full frame cache instead.
1970         Some minor comment reformatting.
1971
1972 2004-10-10  Jim Blandy  <jimb@redhat.com>
1973
1974         * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1975         reader, tracing bytecode stuff): Remove self.
1976
1977 2004-10-10  Mark Kettenis  <kettenis@gnu.org>
1978
1979         * sparc64-linux-tdep.c: Update copyright year.  Don't include
1980         "solib-svr4.h".
1981         (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1982         (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1983         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1984
1985         * sparc-linux-tdep.c: Update copyright year.
1986         (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1987         to struct frame_info *.  Use safe_frame_unwind_memory instead of
1988         deprecated_read_memory_nobpt.
1989         (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1990         Change argumen from CORE_ADDR to struct frame_info *.  Adjust for
1991         changed signature of sparc_linux_sigtramp_start.
1992         (sparc32_linux_pc_in_sigtramp): Remove function.
1993         (sparc32_linux_sigtramp_p): New function.
1994         (sparc32_linux_sigtramp_frame_sniffer): Use
1995         sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1996
1997         * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1998         Remove function.
1999         (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2000
2001         * ada-lang.c (lim_warning): Re-implement as a varargs function.
2002         (decode_packed_array_type, value_subscript_packed)
2003         (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
2004         argument in call to lim_warning.
2005
2006         * configure.in: Really disable the TUI if an enhanced curses
2007         library isn't found.
2008         * configure: Regenerate.
2009
2010 2004-10-09  Mark Kettenis  <kettenis@gnu.org>
2011
2012         * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
2013         * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
2014         * config/i386/nm-nbsdaout.h: Remove file.
2015         * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
2016         (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
2017         (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
2018         (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
2019         (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
2020         (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
2021         (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
2022         (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
2023         (ldd, ld_un, ld_2): Remove defines.
2024         * config/i386/nm-obsd.h: Likewise.
2025
2026 2004-10-09  Paul Hilfinger  <hilfingr@nile.gnat.com>
2027
2028         * ada-lex.l: Remove useless rule whose right-context clause
2029         causes unreferenced static function warning for yyrealloc.
2030         (ada_flex_use): Remove the artificial reference to yyrealloc.
2031
2032 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2033
2034         * target.h (struct target_ops): Rename to_xfer_memory to
2035         deprecated_xfer_memory.
2036         * target.c: Update.
2037         (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
2038         * wince.c: Update.
2039         * win32-nat.c: Update.
2040         * v850ice.c: Update.
2041         * uw-thread.c: Update.
2042         * thread-db.c: Update.
2043         * sol-thread.c: Update.
2044         * remote.c: Update.
2045         * remote-vx.c: Update.
2046         * remote-st.c: Update.
2047         * remote-sim.c: Update.
2048         * remote-sds.c: Update.
2049         * remote-rdp.c: Update.
2050         * remote-rdi.c: Update.
2051         * remote-mips.c: Update.
2052         * remote-m32r-sdi.c: Update.
2053         * remote-e7000.c: Update.
2054         * procfs.c: Update.
2055         * ppc-bdm.c: Update.
2056         * nto-procfs.c: Update.
2057         * monitor.c: Update.
2058         * linux-nat.c: Update.
2059         * inftarg.c: Update.
2060         * hpux-thread.c: Update.
2061         * go32-nat.c: Update.
2062         * gnu-nat.c: Update.
2063         * exec.c: Update.
2064         * corelow.c: Update.
2065         * bsd-kvm.c: Update.
2066         * aix-thread.c: Update.
2067
2068 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2069
2070         * target.c (debug_target): Move to near start of file.
2071         (target_stopped_data_address_p): Re-org logic, add casts.
2072
2073 2004-10-02  Mark Kettenis  <kettenis@gnu.org>
2074
2075         * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2076         (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2077         (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2078         (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2079         New defines.
2080
2081 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2082
2083         * target.h (to_stopped_data_address): Change prototype to
2084         take a CORE_ADDR pointer and return an int.
2085         * target.c (update_current_target): Change to_stopped_data_address
2086         to match new prototype.
2087         (debug_to_stopped_data_address): Change appropriately.
2088         * breakpoint.c (bpstat_stop_status): Change call to
2089         target_stopped_data_address to use new prototype.
2090         * frv-tdep.c (frv_have_stopped_data_address): New function.
2091         (frv_stopped_data_address): Change to new prototype and
2092         functionality.
2093         * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2094         prototype and functionality.
2095         (ia64_stopped_by_watchpoint): New function.
2096         * i386-nat.c (i386_stopped_data_address): Change to new
2097         prototype and functionality.
2098         (i386_stopped_by_watchpoint): New function.
2099         * remote.c (remote_stopped_data_address): Change to new prototype
2100         and functionality.
2101         * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2102         * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2103         (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2104         * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2105         new i386_stopped_by_watchpoint function.
2106         (i386_stopped_by_watchpoint): New prototype.
2107         (i386_stoppped_data_address): Change to new prototype.
2108         * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2109         new ia64_stopped_by_watchpoint function.
2110         (ia64_stopped_by_watchpoint): New prototype.
2111         (ia64_stopped_data_address): Ditto.
2112
2113 2004-10-08  Paul Hilfinger  <Hilfinger@gnat.com>
2114
2115         * ada-typeprint.c (ada_print_type): Use int_string for printing
2116         modulus of modular type.
2117         * ada-lang.h (ada_modulus): Change return type to unsigned.
2118         * ada-lang.c (ada_language_arch_info): Correct type of 
2119         string_char_type.
2120         (ada_modulus): Return unsigned result.
2121         (ada_lookup_symbol): Remove user disambiguation and modify comment 
2122         accordingly.
2123         
2124 2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>     
2125
2126         Committed by Paul Hilfinger.
2127         * ada-lang.c (decode_packed_array): On big-endian targets, 
2128         left-justify the value if it comes with a modular type.
2129
2130 2004-10-08  Joel Brobecker  <brobecker@gnat.com>        
2131
2132         Committed by Paul Hilfinger.
2133         * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2134         (is_name_suffix): Add support for "___JM" suffixes.
2135         (ada_check_typedef): Renames ada_completed_type. 
2136         Update all users of CHECK_TYPEDEF, check_typedef, and 
2137         ada_complete_type to call ada_check_typedef.
2138         * ada-typeprint.c: Likewise.
2139         * ada-valprint.c: Likewise.
2140
2141 2004-10-08  Corinna Vinschen  <vinschen@redhat.com>
2142
2143         * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2144
2145 2004-10-08  Nick Roberts  <nickrob@snap.net.nz>
2146
2147         * MAINTAINERS: Update e-mail address.
2148
2149 2004-10-07  Daniel Jacobowitz  <dan@debian.org>
2150
2151         From Maciej W. Rozycki  <macro@mips.com>:
2152         * mips-tdep.c (mips32_next_pc): Check the register's contents,
2153         not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2154
2155 2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
2156
2157         * m32r-tdep.c (decode_prologue): Support functions written
2158         in assembler language. Recognize trap instructions as the
2159         end of prologue.
2160         (m32r_frame_unwind_cache): Ditto.
2161         (m32r_skip_prologue): Extend search limit. Quit analyzing
2162         prologue if pc's location is not readable.
2163
2164 2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
2165
2166         * Makefile.in (.l.c): Do conversions of names of alloc and free 
2167         functions that are done for .y.c files, plus special one
2168         for yy_flex_realloc.  Also, correct missing-file tests here.
2169         * ada-lex.l (malloc, free): Remove macros.
2170         (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2171         xrealloc.
2172         (ada_flex_use): Dummy definition to remove warnings about unused
2173         functions.
2174         * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2175         to suppress warning.
2176         
2177 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2178
2179         * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2180         RETURN_VALUE.
2181         (sh_return_value_fpu): Ditto for CPUs with FPU.
2182         (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2183         RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2184         Install sh_return_value_nofpu resp. sh_return_value_fpu as
2185         RETURN_VALUE functions.
2186
2187 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2188
2189         * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
2190         (sh_pseudo_register_write): Ditto.
2191
2192 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2193
2194         * sh-tdep.c (IS_MACL_STS): New define.
2195         (IS_MOVI20): Ditto.
2196         (IS_MACL_LDS): Ditto.
2197         (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2198         instructions in prologue.
2199         (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2200         instructions in epilogue.
2201
2202 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2203
2204         * sh-tdep.c (SH_NUM_REGS): Define as 67.
2205         (sh_sh_register_name): Add eight empty register names.
2206         (sh_sh3_register_name): Ditto.
2207         (sh_sh3e_register_name): Ditto.
2208         (sh_sh2e_register_name): Ditto.
2209         (sh_sh2a_register_name): New function, defining SH2A register set.
2210         (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2211         in nofpu case.
2212         (sh_sh_dsp_register_name): Add eight empty register names.
2213         (sh_sh3_dsp_register_name): Ditto.
2214         (sh_sh4_register_name): Ditto.
2215         (sh_sh4_nofpu_register_name): Ditto.
2216         (sh_sh4al_dsp_register_name): Ditto.
2217         (sh2a_show_regs): New function.
2218         (sh2a_nofpu_show_regs): New function.
2219         (sh_sh2a_register_type): New function.
2220         (do_bank_register_info): New function.
2221         (sh_print_pseudo_register): Call do_bank_register_info.
2222         Call sh_print_pseudo_register for valid "bank" register.
2223         (sh_sh2a_register_sim_regno): New function.
2224         (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2225         Increment pseudo register count by one for all sh variants with
2226         pseudo registers to accomodate pseudo bank register.
2227         * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2228         IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2229         IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM. 
2230         Increment pseudo register numbers.
2231
2232 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2233
2234         * dwarf2read.c (read_subroutine_type): Call make_function_type
2235         instead of lookup_function_type.
2236
2237 2004-10-05  Jim Blandy  <jimb@redhat.com>
2238
2239         * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2240         (Previous change missed some uses.)
2241
2242 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2243
2244         * target.h (deprecated_child_ops): Rename child_ops.
2245         * wince.c: Update copyright.  Rename child_ops.
2246         * win32-nat.c: Rename child_ops.
2247         * target.c: Rename child_ops.
2248         * rs6000-nat.c: Rename child_ops.
2249         * linux-nat.c: Rename child_ops.
2250         * infttrace.c: Rename child_ops.
2251         * inftarg.c: Rename child_ops.
2252         * infptrace.c: Rename child_ops.
2253         * hppah-nat.c: Update copyright.  Rename child_ops.
2254         * hpux-thread.c: Update copyright.  Rename child_ops.
2255
2256 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2257
2258         * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2259
2260 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2261
2262         * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2263
2264 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2265
2266         * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2267         (die_ref_table): Remove.
2268         (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2269         (struct dwarf2_per_cu_data): Add PSYMTAB.  Add a comment describing
2270         the usage of this type.
2271         (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2272         (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2273         (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2274         (dwarf2_create_include_psymtab): Update comment.
2275         (find_partial_die): Remove third argument.  Remove unreachable call
2276         to error ().
2277         (dwarf2_find_containing_comp_unit): Update comments.  Change one
2278         assertion to an error.  Remove an unreachable error.
2279         (dwarf2_find_comp_unit): Update comments.
2280         (type_at_offset): Remove dead code.
2281         (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2282         (store_in_ref_table): Add CU argument.
2283         (follow_die_ref): Take DIE, attribute, and CU arguments.  Handle
2284         inter-compilation-unit references.
2285         (load_full_comp_unit, process_full_comp_unit): New functions, based
2286         on psymtab_to_symtab_1.
2287         (psymtab_to_symtab_1): Use them.
2288         (dwarf2_add_dependence): New function.
2289         (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu.  Always create
2290         a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2291         (partial_die_parent_scope, guess_structure_name): Update for changes
2292         to find_partial_die.
2293         (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2294         (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2295         (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2296         (read_die_and_children): Update call to store_in_ref_table.
2297         (do_free_die_list_cleanup): Remove.
2298         (fixup_partial_die): Update for changes to find_partial_die.
2299         (read_full_die): Handle queueing absolute references.
2300         (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2301         (dwarf2_attr, die_specification, die_type)
2302         (die_containing_type, dwarf2_extension): Update calls to
2303         follow_die_ref.
2304         (dump_die): Update DW_FORM_ref* handling.
2305         (dwarf2_get_ref_die_offset): Likewise.
2306         (free_one_comp_unit): Release the dies list.
2307         (dwarf2_mark_helper): New function.
2308         (dwarf2_mark): Use it.
2309
2310 2004-10-05  Mark Kettenis  <kettenis@jive.nl>
2311
2312         * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2313         when writing to memory.
2314
2315 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
2316
2317         * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2318         (m32r_extract_struct_value_address): Delete function.
2319         (m32r_return_value): New function.
2320         (m32r_gdbarch_init): Instead of store_return_value,
2321         extract_return_value, deprecated_extract_struct_value_address
2322         and deprecated_use_struct_convention, set return_value.
2323
2324 2004-10-03  Daniel Jacobowitz  <dan@debian.org>
2325
2326         * dwarf2read.c (read_subrange_type): Add comment for variable
2327         sized arrays.
2328
2329 2004-10-03  Paul Hilfinger  <hilfingr@nile.gnat.com>
2330
2331         * Makefile.in (.l.c): Modify rule for compatibility with recent
2332         versions of flex, and remove most command-line options.
2333         * ada-lex.l: Add %options line in place of -I -i and -s command-line
2334         options.
2335
2336 2004-10-02  Paul N. Hilfinger  <Hilfinger@gnat.com>
2337
2338         Turn on initial Ada support (mainly expression evaluation).
2339         
2340         * Makefile.in (SFILES): Remove ada-tasks.c.
2341         (HFILES_NO_SRCDIR): Add ada-lang.h.
2342         (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2343         (YYOBJ): Add ada-exp.o.
2344         (rule .l.c): Generalize to not mention ada.
2345         * symtab.c: Include ada-lang.h.
2346         (symbol_natural_name, symbol_demangled_name)
2347         (symbol_search_name): Add Ada case.
2348
2349 2004-10-01  Andrew Cagney  <cagney@gnu.org>
2350
2351         * Makefile.in (COMMON_OBS): Add inf-child.o.
2352         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2353         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2354         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2355         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2356         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2357         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2358         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2359         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2360         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2361         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2362         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2363         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2364         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2365
2366         * target.c (xfer_using_stratum): Change return type to LONGEST.
2367         On each iteration offset, readbuf and writebuf.
2368         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2369         partial_length, and read/modify/write predicate, update comments.
2370         Pass buffer.word to ptrace write.
2371
2372 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
2373
2374         * symfile.c (init_filename_language_table): Add extensions for
2375         Ada.
2376         * defs.h (enum language): Add language_ada.
2377         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2378         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2379         (add_symbols_from_enclosing_procs): Make a no-op for now.
2380         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2381         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2382         (find_line_in_linetable, find_next_line_in_linetable)
2383         (read_all_symtabs, is_plausible_func_for_line)
2384         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2385         (is_runtime_sym_defined, check_size): Remove declaration.
2386         (function_name_from_pc, ada_translate_error_message)
2387         (ada_lookup_minimal_symbol): Remove definition.
2388         (ada_add_block_symbols): Remove useless label.
2389         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
2390         useless declaration.
2391         (ada_is_exception_sym): Likewise.
2392
2393 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
2394
2395         Add m32r-linux support.
2396         * configure.tgt: Add m32r*-*-linux*.
2397         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2398         and m32r-linux-tdep.c.
2399         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2400         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2401         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2402         m32r-linux-tdep.c.
2403         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2404         config/m32r/linux.mh, config/m32r/linux.mt,
2405         config/m32r/nm-linux.h: New files.
2406
2407 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2408
2409         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2410         (mips32_fetch_instruction): Remove, unused.
2411
2412 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2413
2414         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2415         conditions that will always be true.
2416
2417 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
2418
2419         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2420         (vaxbsd_fetch_inferior_registers): Rename from
2421         fetch_inferior_registers.  Make static.
2422         (vaxbsd_store_inferior_registers): Rename from
2423         store_inferior_registers.  Make static.
2424         (_initialize_vaxbsd_nat): Construct and add target vector.
2425         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2426         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2427         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2428         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2429         (NAT_FILE): Remove.
2430         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2431         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2432         (NAT_FILE): Remove.
2433         * Makefile.in (vaxbsd-nat.o): Update dependencies.
2434
2435         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2436         (m88kbsd_fetch_inferior_registers): Rename from
2437         fetch_inferior_registers.  Make static.
2438         (m88kbsd_store_inferior_registers): Rename from
2439         store_inferior_registers.  Make static.
2440         (_initialize_m88kbsd_nat): New prototype and function.
2441         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2442         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2443         (NAT_FILE): Remove.
2444         * Makefile.in (m88kbsd-nat.o): Update dependencies.
2445
2446 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2447
2448         * target.c (target_xfer_partial): New function.
2449         (target_read_memory_partial, target_write_memory_partial) 
2450         (default_xfer_partial, target_read_partial, target_write_partial) 
2451         (xfer_using_stratum): Use.
2452         (debug_to_xfer_partial): Delete function.
2453         (setup_target_debug): Do not override to_xfer_partial.
2454
2455 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
2456
2457         * fork-child.c: Update copyright year.  Fix coding style.
2458
2459 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
2460
2461         * defs.h (msavestring, mstrsave): Remove prototypes.
2462         * utils.c (msavestring, mstrsave): Remove functions.
2463         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2464         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2465         of mstrsave.
2466         * source.c (find_and_open_source): Use xstrdup instead of
2467         mstrsave.
2468
2469 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2470
2471         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2472         (inf_ptrace_xfer_memory): Delete.
2473         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2474         (target_read_memory, target_write_memory): Use xfer_using_stratum
2475         when target_xfer_partial_p.
2476         (debug_target): Move to start of file.
2477         (target_read_memory_partial, target_write_memory_partial): Use
2478         to_xfer_partial when target_xfer_partial_p.
2479
2480         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2481         inf_ptrace_xfer_memory with equivalent code.
2482         * inftarg.c (child_xfer_partial): When performing a write, pass
2483         writebuf to child_xfer_memory.
2484
2485         * target.c (target_read_string): Use target_read_memory instead of
2486         target_xfer_memory.
2487
2488 2004-09-29  Andrew Cagney  <cagney@gnu.org>
2489
2490         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
2491         the address of status.
2492
2493         * infptrace.c (ptrace_wait): Mention problem with HPUX.
2494         (kill_inferior): Inline ptrace_wait call.
2495         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2496         * inftarg.c (child_wait): Inline ptrace_wait call.
2497
2498         * target.h (struct target_ops): Delete field to_post_wait.
2499         (target_post_wait): Delete macro.
2500         (child_post_wait): Delete declaration.
2501         * target.c (update_current_target, update_current_target)
2502         (debug_to_post_wait, setup_target_debug): Delete functions and
2503         references.
2504         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2505         * inftarg.c (child_post_wait): Delete.
2506         (init_child_ops): Do not set to_post_wait.
2507         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2508         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2509         * inf-child.c (inf_child_post_wait): Delete.
2510         (inf_child_target): Do not set to_post_wait.
2511         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2512         (inf_ptrace_target): Do not set to_post_wait.
2513
2514         * wince.c (child_ops): Delete.
2515         * win32-nat.c (child_ops): Delete.
2516
2517         * inftarg.c (inftarg_set_find_memory_regions) 
2518         (inftarg_set_make_corefile_notes): Delete functions.
2519         (_initialize_linux_nat): Inline calls.
2520
2521         * target.h (child_ops): Declare.
2522         * inftarg.c (child_ops): Move from here ...
2523         * target.c (child_ops): ... to here.
2524         * wince.c (child_ops): Delete extern declaration.
2525         * win32-nat.c (child_ops): Delete extern declaration.
2526         * linux-nat.c (child_ops): Delete extern declaration.
2527         * hpux-thread.c (child_ops): Delete extern declaration.
2528
2529 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2530
2531         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2532
2533 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2534
2535         * configure.in: Only set host_makefile_frag when building a native
2536         debugger.
2537         * configure: Regenerate.
2538
2539         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2540         for OpenBSD ELF.
2541
2542 2004-09-28  Andrew Cagney  <cagney@gnu.org>
2543
2544         Problem identified by Paul Hilfinger.
2545         * Makefile.in (ada_lex_c): Define.
2546         (ada-lex.o): Delete rule.
2547
2548         * linux-proc.c: Delete file.
2549         * Makefile.in: Update.
2550         * config/sparc/linux64.mh (NATDEPFILES): 
2551         * config/sparc/linux.mh (NATDEPFILES): Update.
2552         * config/s390/s390.mh (NATDEPFILES): Update.
2553         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2554         * config/powerpc/linux.mh (NATDEPFILES): Update.
2555         * config/pa/linux.mh (NATDEPFILES): Update.
2556         * config/mips/linux.mh (NATDEPFILES): Update.
2557         * config/m68k/linux.mh (NATDEPFILES): Update.
2558         * config/ia64/linux.mh (NATDEPFILES): Update.
2559         * config/i386/linux64.mh (NATDEPFILES): Update.
2560         * config/i386/linux.mh (NATDEPFILES): Update.
2561         * config/arm/linux.mh (NATDEPFILES): Update.
2562         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2563         * linux-nat.c: Update copyright.  Include <sys/param.h>,
2564         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2565         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2566         (O_LARGEFILE): Possibly define.
2567         (_initialize_linux_nat, linux_proc_pending_signals)
2568         (add_line_to_sigset, linux_proc_xfer_memory)
2569         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2570         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2571         (struct linux_corefile_thread_data)
2572         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2573         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2574
2575 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2576
2577         * lin-lwp.c: Delete file.
2578         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2579         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2580         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2581         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2582         (linux_nat_attach, detach_callback, linux_nat_detach)
2583         (resume_callback, resume_clear_callback, linux_nat_resume)
2584         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2585         (stop_wait_callback, linux_nat_has_pending, flush_callback)
2586         (status_callback, running_callback, count_events_callback)
2587         (select_singlestep_lwp_callback, select_event_lwp_callback)
2588         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2589         (child_wait, stop_and_resume_callback, linux_nat_wait)
2590         (kill_callback, kill_wait_callback, linux_nat_kill)
2591         (linux_nat_create_inferior, linux_nat_mourn_inferior)
2592         (linux_nat_xfer_memory, linux_nat_thread_alive)
2593         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2594         (_initialize_linux_nat): New functions.
2595         * Makefile.in: Update all dependencies.
2596         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2597         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2598         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2599         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2600         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2601         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2602         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2603         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2604         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2605         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2606         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2607         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2608         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2609
2610 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
2611
2612         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2613         config/i386/obsd64.mh (NAT_FILE): Remove variable.
2614
2615         * configure.in: Don't comment out NATDEPFILES in the generated
2616         Makefile if NAT_FILE is unset.
2617         * configure: Regenerate.
2618
2619 2004-09-27  Andrew Cagney  <cagney@gnu.org>
2620
2621         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2622         (insert_step_resume_breakpoint): Delete.
2623         (insert_step_resume_breakpoint_at_frame): New function.
2624         (insert_step_resume_breakpoint_at_sal): New function.
2625         (handle_inferior_event, step_into_function)
2626         (insert_step_resume_breakpoint): Simplify by using same.
2627
2628         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2629
2630 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2631
2632         * fbsd-proc.c: Remove file.
2633         * Makefile.in (fbsd-proc.o): Remove dependency.
2634
2635         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2636         code together.
2637
2638         * config/i386/nm-fbsd64.h: Remove file.
2639         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2640
2641 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2642
2643         * amd64-nat.h: Update copyright year.
2644         (amd64bsd_target): New prototype.
2645         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2646         (amd64bsd_target): New function.
2647         (amd64bsd_fetch_inferior_registers): Rename from
2648         fetch_inferior_registers.  Make static.
2649         (amd64bsd_store_inferior_registers): Rename from
2650         store_inferior_registers.  Make static.
2651         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2652         (_initialize_amd64fbsd_nat): Construct and add target vector.
2653         * amd64nbsd-nat.o: Include "target.h".
2654         (_initialize_amd64nbsd_nat): Construct and add target vector.
2655         * amd64obsd-nat.c: Include "target.h".
2656         (_initialize_amd64obsd_nat): Construct and add target vector.
2657         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2658         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2659         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
2660         fbsd-nat.o.
2661         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2662         Remove infptrace.o and inftarg.o.  Add inf-child.o and
2663         inf-ptrace.o.
2664         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2665         (amd64obsd-nat.o): Update dependencies.
2666
2667 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
2668
2669         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2670         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2671         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2672         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2673         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2674
2675         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2676         Inline attach call.
2677         (inf_ptrace_detach): Inline detach call.
2678
2679         * configure.in: Check for waddstr instead of mvwaddstr when
2680         searching for curses library.  Check for wborder.
2681         * configure, config.in: Regenerate.
2682         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2683         available.
2684
2685         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2686
2687 2004-09-24  Robert Picco <Robert.Picco@hp.com>
2688
2689         Committed by Andrew Cagney.
2690         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2691         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
2692         configuration.
2693         (fetch_register_using_p): Implement 'p' packet.  Based on code by
2694         Fernando Nasser.
2695         (remote_fetch_registers): Call fetch_register_using_p.
2696         (init_all_packet_configs, show_remote_cmd)
2697         (_initialize_remote): Add p-packet.
2698
2699 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
2700
2701         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2702         instead of call_ptrace.  Call wait directly instead of
2703         ptrace_wait.
2704         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2705         (inf_ptrace_wait): Inline ptrace_wait call.
2706
2707 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2708
2709         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
2710         rolled back instead.
2711
2712 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2713
2714         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2715         the new argument order.
2716
2717 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
2718
2719         * MAINTAINERS: Remove "broken" from XStormy16 entry.
2720         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2721         (struct gdbarch_tdep): Remove.
2722         (struct xstormy16_frame_cache): New frame cache structure.
2723         (xstormy16_register_byte, xstormy16_register_raw_size)
2724         (xstormy16_reg_virtual_type, xstormy16_register_type)
2725         (xstormy16_push_arguments, xstormy16_push_return_address)
2726         (xstormy16_pop_frame, xstormy16_store_struct_return)
2727         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2728         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2729         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2730         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2731         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2732         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2733         (xstormy16_use_struct_convention): Drop gcc_p parameter.
2734         (xstormy16_extract_return_value, xstormy16_store_return_value):
2735         Regcachify.  Drop useless struct convention handling.
2736         (xstormy16_register_type, xstormy16_return_value)
2737         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2738         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2739         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2740         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2741         (xstormy16_unwind_sp, xstormy16_unwind_pc)
2742         (xstormy16_unwind_dummy_id) : New functions.
2743         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2744         of xstormy16_scan_prologue.
2745         (xstormy16_frame_unwind): New frame_unwind structure.
2746         (xstormy16_frame_base): New frame_base structure.
2747         (xstormy16_gdbarch_init): Accomodate all of the above changes.
2748         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
2749
2750 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
2751
2752         * language.c (language_gdbarch_post_init): Fix off-by one error.
2753
2754 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
2755
2756         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2757         (struct dwarf2_offset_and_type): New.
2758         (set_die_type, reset_die_and_siblings_types, get_die_type)
2759         (offset_and_type_hash, offset_and_type_eq): New functions.
2760         (read_structure_type, read_enumeration_type, read_array_type)
2761         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2762         (read_tag_reference_type, read_tag_const_type)
2763         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2764         (read_typedef, read_base_type, read_subrange_type): Use
2765         set_die_type.
2766
2767 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2768
2769         * Makefile.in (dwarf2read.o): Update dependencies.
2770         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2771         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2772         and read_in_chain.
2773         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2774         mark, and has_form_ref_addr.
2775         (struct dwarf2_per_cu_data): New.
2776         (dwarf2_max_cache_age): New.
2777         (dwarf2_build_psymtabs_hard): Free cached compilation units
2778         after loading.  Create and manage the list of compilation units.
2779         Remove unnecessary NULL initialization.  Fix indentation.
2780         (psymtab_to_symtab_1): Initialize all of CU.
2781         (dwarf2_read_abbrevs): Set has_form_ref_addr.
2782         (find_partial_die): Use dwarf2_find_containing_comp_unit
2783         and load_comp_unit.
2784         (free_stack_comp_unit): Update comments.  Clear the per-cu
2785         pointer.  Handle aging.
2786         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2787         (age_cached_comp_units, free_one_cached_comp_unit)
2788         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2789         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2790         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2791         (show_dwarf2_cmd): New.
2792         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2793         and "maint show dwarf2 max-cache-age".
2794         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2795         externs.
2796         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2797         global.
2798
2799 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
2800
2801         * dwarf2read.c (typename_concat): Change prototype to accept obstack
2802         and dwarf2_cu struct pointer as arguments.  Change function to use
2803         obstack if provided and use dwarf2_cu to determine language-specific
2804         separator.
2805         (partial_die_parent_scope): Change comment to include java.  Use
2806         new version of typename_concat instead of obconcat.
2807         (partial_die_full_name): Use typename_concat.
2808         (read_namespace): Ditto.
2809         (read_enumeration_type): Use typename_concat instead of obconcat.
2810         (new_symbol): Ditto.
2811         (add_partial_symbol): Enhance tests for C++ to also test for Java.
2812         (guess_structure_name): Ditto.
2813         (read_subroutine_type): Ditto.
2814         (read_structure_type): Ditto.
2815         (is_vtable_name): Add Java support.
2816         (determine_class_name): Switch to new typename_concat call.
2817         (determine_prefix): Switch to new typename_concat call.
2818         * jv-exp.y (FuncStart): New pattern.
2819         (MethodInvocation): Add support for simple function calls.  Change
2820         warning message for other forms of inferior call currently not
2821         supported.
2822         * valarith.c (value_subscript): Treat an array with upper-bound
2823         of -1 as unknown size.
2824
2825 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2826
2827         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2828         (lookup_partial_symtab): Use symtab_to_fullname.
2829
2830 2004-09-19  Jim Blandy  <jimb@redhat.com>
2831
2832         * minsyms.c (lookup_minimal_symbol): Doc fix.
2833
2834 2004-09-20  Andrew Cagney  <cagney@gnu.org>
2835
2836         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2837         CHILD_RESUME.
2838         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2839         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2840         KILL_INFERIOR.
2841         * infptrace.c: Update.
2842
2843 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
2844
2845         * symtab.c (output_source_filename): Mark first argument as const.
2846         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2847         for "info sources" output.
2848
2849 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
2850
2851         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2852         <machine/vmparam.h>.
2853         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2854         (register_u_addr): Remove prototype.
2855
2856 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
2857
2858         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2859         (i386bsd_fetch_inferior_registers): Rename from
2860         fetch_inferior_registers.  Make static.
2861         (i386bsd_store_inferior_registers): Rename from
2862         store_inferior_registers.  Make static.
2863         (i386bsd_target): New function.
2864         * i386bsd-nat.h: New file.
2865         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2866         "i386bsd-nat.h".
2867         (i386fbsd_resume): Rename from child_resume.  Make static.
2868         (_initialize_i386fbsd_nat): Construct and add target vector.
2869         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2870         (_initialize_i386nbsd_nat): Construct and add target vector.
2871         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2872         Remove defines.
2873         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2874         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
2875         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2876         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
2877         (LOADLIBES): New variable.
2878         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2879         inf-ptrace.o.  Remove inftarg.o.
2880         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2881         inf-ptrace.o. Remove inftarg.o.
2882         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2883         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
2884         (LOADLIBES): New variable.
2885         * Makefile.in (i386bsd_nat_h): New variable.
2886         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2887         dependencies.
2888
2889         * sparc64nbsd-tdep.c: Include "objfiles.h".
2890         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2891         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
2892         svr4_lp64_fetch_link_map_offsets.
2893         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
2894         "nbsd-tdep.h".
2895         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2896         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
2897         svr4_lp64_fetch_link_map_offsets.
2898         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2899         dependencies.
2900
2901         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2902         * fbsd-nat.h: New file.
2903         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2904         (fbsd_nat_h): New variable.
2905         (fbsd-nat.o): New dependency.
2906
2907         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2908         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2909
2910         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2911         comment.
2912
2913 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
2914         
2915         * ada-exp.y (type_int): New function to add layer of abstraction
2916         around references to expression types.
2917         (type_long): Ditto.
2918         (type_long_long): Ditto.
2919         (type_float): Ditto.
2920         (type_double): Ditto.
2921         (type_long_double): Ditto.
2922         (type_char): Ditto.
2923         (type_system_address): Ditto.
2924         (simple_exp): Use type_* functions in place of builtin_* 
2925         variables.
2926         (exp): Ditto.
2927         (write_var_from_name): Ditto.
2928         (write_object_renaming): Ditto.
2929         * ada-lang.c (ada_create_fundamental_type): Remove redundant
2930         declaration.
2931         (build_ada_types): Remove, replacing with...
2932         (ada_language_arch_info): New function to initialize primitive
2933         type vector in language_arch_info.
2934         (ada_array_length): Remove use of builtin_type_ada_int.
2935         (value_pos_atr): Ditto.
2936         (ada_evaluate_subexp): Ditto.
2937         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2938         builtin_type_ada_long_long, builtin_type_ada_char, 
2939         builtin_type_ada_float, builtin_type_ada_double, 
2940         builtin_type_ada_long_double, builtin_type_ada_natural,
2941         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2942         (ada_builtin_types): Remove.
2943         (ada_language_defn): Remove entries for la_builtin_type_vector and
2944         string_char_type and use ada_language_arch_info.
2945         (_initialize_ada_language): Do type-vector initialization along
2946         the lines of c-lang.c.
2947         (ada_create_fundamental_type): Break up line.
2948         (ada_dump_symtab): Remove unused function.
2949         (enum ada_primitive_types): Define.
2950         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
2951         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
2952         builtin_type_ada_float, builtin_type_ada_double, 
2953         builtin_type_ada_long_double, builtin_type_ada_natural,
2954         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2955         * ada-lex.l: Use type_* functions in place of builtin_* variables.
2956         (processInt): Ditto.
2957         (processReal): Ditto.
2958         (name_lookup): Ditto.
2959         * ada-typeprint.c (print_range): Use builtin_type_int, not
2960         builtin_type_ada_int.
2961         
2962 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
2963
2964         * i386-tdep.c (i386_register_name): Rename regno to regnum.
2965
2966         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2967         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2968         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2969         * configure.in: Improve checks for curses library by checking for
2970         mvwaddstr instead of initscr.  Drop HP curses in favour of
2971         standard curses on HP-UX.
2972         * configure: Regenerated.
2973
2974 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
2975
2976         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2977         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
2978         Minor formatting changes.
2979         (empty_array): Slight rewrite for formatting.
2980         (emit_char,parse,ada_language_defn,build_ada_types,
2981         ada_is_exception_sym, _initialize_ada_language): Move 
2982         definitions around.
2983         (ada_dump_symtab): Remove unused definition.
2984         (ada_maybe_exception_partial_symbol): Remove unused definition.
2985
2986 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2987
2988         * inf-child.c: Include "gdb_string.h".
2989         (inf_child_core_file_to_sym_file): Delete.
2990         (inf_child_target): Set to_fetch_registers and to_store_registers.
2991         * inf-ptrace.c: Include "gdb_string.h".
2992         * Makefile.in: Update all dependencies.
2993
2994         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2995         problem.
2996
2997 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
2998
2999         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
3000         call to heuristic_proc_desc. Remove code that became redundant
3001         as a consequence.
3002         (read_next_frame_reg): Remove special case for SP_REGNUM.
3003         (set_reg_offset): Fix small typo.
3004         (reset_saved_regs): New procedure.
3005         (mips32_heuristic_proc_desc): No longer compute a fake
3006         procedure descriptor. Compute the full frame cache instead.
3007         Some minor comment reformatting.
3008
3009 2004-09-14  Andrew Cagney  <cagney@gnu.org>
3010
3011         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
3012         maintainer.
3013
3014         * thread-db.c (thread_db_new_objfile): Assume that there is a
3015         child process.
3016
3017 2004-09-13  Jim Blandy  <jimb@redhat.com>
3018
3019         * valops.c (value_assign): Move 'buffer' to the enclosing block,
3020         so that its storage isn't referenced after its lifetime ends.
3021
3022         * valops.c (value_assign): 'use_buffer' is initialized to zero,
3023         and never assigned to.   Delete it, and the 'if (use_buffer)'
3024         clauses.  Delete 'raw_buffer', since it is now unused.
3025
3026 2004-09-13  Andrew Cagney  <cagney@gnu.org>
3027
3028         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
3029         * configure: Re-generate.
3030         * nlm/Makefile.in (TAGS): Update.
3031         * Makefile.in (TAGS): Update.
3032         * config/vax/nbsd.mt (TM_FILE): Update.
3033         * config/sparc/vxworks.mt (TM_FILE): Update.
3034         * config/sparc/sol2.mt (TM_FILE): Update.
3035         * config/sparc/sol2-64.mt (TM_FILE): Update.
3036         * config/sparc/obsd64.mt (TM_FILE): Update.
3037         * config/sparc/obsd.mt (TM_FILE): Update.
3038         * config/sparc/nbsd64.mt (TM_FILE): Update.
3039         * config/sparc/nbsd.mt (TM_FILE): Update.
3040         * config/sparc/linux64.mt (TM_FILE): Update.
3041         * config/sparc/linux.mt (TM_FILE): Update.
3042         * config/sparc/fbsd.mt (TM_FILE): Update.
3043         * config/sh/wince.mt (TM_FILE): Update.
3044         * config/sh/nbsd.mt (TM_FILE): Update.
3045         * config/sh/linux.mt (TM_FILE): Update.
3046         * config/sh/embed.mt (TM_FILE): Update.
3047         * config/s390/s390.mt (TM_FILE): Update.
3048         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3049         * config/rs6000/rs6000.mt (TM_FILE): Update.
3050         * config/rs6000/aix4.mt (TM_FILE): Update.
3051         * config/powerpc/vxworks.mt (TM_FILE): Update.
3052         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3053         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3054         * config/powerpc/obsd.mt (TM_FILE): Update.
3055         * config/powerpc/nbsd.mt (TM_FILE): Update.
3056         * config/powerpc/linux.mt (TM_FILE): Update.
3057         * config/powerpc/aix.mt (TM_FILE): Update.
3058         * config/pa/obsd.mt (TM_FILE): Update.
3059         * config/pa/linux.mt (TM_FILE): Update.
3060         * config/pa/hppahpux.mt (TM_FILE): Update.
3061         * config/pa/hppa64.mt (TM_FILE): Update.
3062         * config/pa/hppa.mt (TM_FILE): Update.
3063         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3064         * config/mips/wince.mt (TM_FILE): Update.
3065         * config/mips/vxmips.mt (TM_FILE): Update.
3066         * config/mips/nbsd.mt (TM_FILE): Update.
3067         * config/mips/linux.mt (TM_FILE): Update.
3068         * config/mips/irix6.mt (TM_FILE): Update.
3069         * config/mips/irix5.mt (TM_FILE): Update.
3070         * config/mips/embed.mt (TM_FILE): Update.
3071         * config/m68k/vxworks68.mt (TM_FILE): Update.
3072         * config/m68k/st2000.mt (TM_FILE): Update.
3073         * config/m68k/os68k.mt (TM_FILE): Update.
3074         * config/m68k/obsd.mt (TM_FILE): Update.
3075         * config/m68k/nbsd.mt (TM_FILE): Update.
3076         * config/m68k/monitor.mt (TM_FILE): Update.
3077         * config/m68k/linux.mt (TM_FILE): Update.
3078         * config/m68k/cisco.mt (TM_FILE): Update.
3079         * config/ia64/linux.mt (TM_FILE): Update.
3080         * config/ia64/aix.mt (TM_FILE): Update.
3081         * config/ia64/ia64.mt (TM_FILE): Update.
3082         * config/i386/vxworks.mt (TM_FILE): Update.
3083         * config/i386/obsd64.mt (TM_FILE): Update.
3084         * config/i386/obsd.mt (TM_FILE): Update.
3085         * config/i386/nto.mt (TM_FILE): Update.
3086         * config/i386/nbsd64.mt (TM_FILE): Update.
3087         * config/i386/nbsd.mt (TM_FILE): Update.
3088         * config/i386/linux64.mt (TM_FILE): Update.
3089         * config/i386/linux.mt (TM_FILE): Update.
3090         * config/i386/i386sol2.mt (TM_FILE): Update.
3091         * config/i386/i386lynx.mt (TM_FILE): Update.
3092         * config/i386/fbsd64.mt (TM_FILE): Update.
3093         * config/i386/fbsd.mt (TM_FILE): Update.
3094         * config/i386/cygwin.mt (TM_FILE): Update.
3095         * config/h8300/h8300.mt (TM_FILE): Update.
3096         * config/frv/frv.mt (TM_FILE): Update.
3097         * config/cris/cris.mt (TM_FILE): Update.
3098         * config/arm/wince.mt (TM_FILE): Update.
3099         * config/arm/nbsd.mt (TM_FILE): Update.
3100         * config/arm/linux.mt (TM_FILE): Update.
3101         * config/arm/embed.mt (TM_FILE): Update.
3102         * config/alpha/nbsd.mt (TM_FILE): Update.
3103         * config/alpha/fbsd.mt (TM_FILE): Update.
3104         * config/alpha/alpha.mt (TM_FILE): Update.
3105         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3106         * config/alpha/alpha-linux.mt (TM_FILE): Update.
3107
3108         Eliminate event_loop_p, always has the value 1.
3109         * defs.h (event_loop_p): Delete macro.
3110         * breakpoint.c (until_break_command): Simplify.
3111         * utils.c (prompt_for_continue): Simplify.
3112         * tracepoint.c (read_actions): Simplify.
3113         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
3114         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
3115         (set_prompt, init_main): Simplify.
3116         (init_signals, disconnect): Delete, unused.
3117         * remote.c (remote_async_resume) 
3118         (extended_remote_async_create_inferior): Simplify.
3119         * mi/mi-interp.c (mi_input): Delete, unused.
3120         (mi_interpreter_resume, mi_command_loop): Simplify.
3121         * interps.c (current_interp_command_loop): Simplify.
3122         * infrun.c (proceed): Simplify.
3123         * infcmd.c (run_command, continue_command, step_1, jump_command)
3124         (until_command, advance_command, finish_command)
3125         (interrupt_target_command): Simplify.
3126         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3127
3128         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3129         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3130         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3131         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3132         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3133         * mips-tdep.c (mips_dump_tdep): Do not print same.
3134
3135 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3136
3137         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
3138         const.
3139         * Makefile.in (valprint.o): Delete explict rule.
3140
3141         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
3142         reported by Dave Anderson.
3143
3144         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3145
3146         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3147
3148 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
3149             Andrew Cagney  <cagney@gnu.org>
3150
3151         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3152         (mi_cmd_data_list_register_values)
3153         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3154         the register number computation.
3155
3156 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3157
3158         * ppcnbsd-nat.c: Include "inf-ptrace.h".
3159         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3160         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3161         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3162         target.
3163         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3164         inf-ptrace.o and inf-child.o.
3165         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3166         * Makefile.in: Update dependencies.
3167         
3168 2004-09-11  Andrew Cagney  <cagney@gnu.org>
3169
3170         * language.c (hex_string, hex_string_custom): Move from here ...
3171         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3172         (CELLSIZE): Increase to 50.
3173         * language.h (hex_string, hex_string_custom): Move from here ...
3174         * defs.h: ... to here.
3175         * Makefile.in: Update all dependencies.
3176         
3177 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
3178
3179         * language.c (local_hex_format_custom): Remove.
3180         (local_hex_string): Rename to hex_string, use C format, and move to
3181         utils.c
3182         (local_hex_string_custom): Rename to hex_string_custom and change
3183         interface.  Now uses C format.  Move to utils.c
3184         (local_octal_format_custom): Remove.
3185         (local_decimal_format_custom): Remove.
3186         (unknown_language_defn): Remove language-specific number 
3187         formatting entries.
3188         (auto_language_defn): Ditto.
3189         (local_language_defn): Ditto.
3190         * language.h (struct language_format_info): Delete declaration.
3191         (struct language_defn): Remove language_format_info fields
3192         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3193         (local_binary_format): Remove macro.
3194         (local_binary_format_prefix): Remove macro.
3195         (local_binary_format_specifier): Remove macro.
3196         (local_binary_format_suffix): Remove macro.
3197         (local_octal_format): Remove macro.
3198         (local_octal_format_prefix): Remove macro.
3199         (local_octal_format_specifier): Remove macro.
3200         (local_octal_format_suffix): Remove macro.
3201         (local_decimal_format): Remove macro.
3202         (local_decimal_format_prefix): Remove macro.
3203         (local_decimal_format_specifier): Remove macro.
3204         (local_decimal_format_suffix): Remove macro.
3205         (local_hex_format): Remove macro.
3206         (local_hex_format_prefix): Remove macro.
3207         (local_hex_format_specifier): Remove macro.
3208         (local_hex_format_suffix): Remove macro.
3209         (local_decimal_format_custom): Remove.
3210         (local_octal_format_custom): Remove.
3211         (local_hex_format_custom): Remove.
3212         (local_hex_string): Rename to hex_string and move to defs.h.
3213         (local_hex_string_custom): Rename to hex_string_custom, change
3214         interface, and move to defs.h.
3215         * utils.c: (int_string): New function.
3216         (hex_string): New function (from language.c).
3217         (hex_string_custom): New function (from language.c).
3218         (octal2str): New function.
3219         (decimal2str): Add width parameter.
3220         (paddr_u): Use new decimal2str interface.
3221         (paddr_d): Ditto.
3222         * defs.h (hex_string): Declare.
3223         (hex_string_custom): Declare.
3224         (int_string): Declare.
3225         * printcmd.c (print_scalar_formatted): Remove localized binary
3226         formatting.
3227         * valprint.c (print_longest): Use int_string.
3228         (print_floating): Use C hex format.
3229         (print_hex_chars): Ditto.
3230         (print_binary_chars): Remove language-specific formatting.
3231         (print_octal_chars): Use C octal format.
3232         (print_decimal_chars): Delocalize format.
3233         (print_decimal): Remove.
3234         * ada-lang.c (ada_language_defn): Remove language-specific number 
3235         formatting entries.
3236         * p-lang.c (pascal_language_defn): Ditto.
3237         * c-lang.c (c_language_defn): Ditto.
3238         (cplus_language_defn): Ditto.
3239         (asm_language_defn): Ditto.
3240         (minimal_language_defn): Ditto.
3241         * f-lang.c (f_language_defn): Ditto.
3242         * jv-lang.c (java_language_defn): Ditto.
3243         * m2-lang.c (m2_language_defn): Ditto.
3244         * scm-lang.c (scm_language_defn): Ditto.
3245         * objc-lang.c (objc_language_defn): Ditto.
3246         * memattr.c (mem_info_command): Use renamed hex_string_custom with
3247         new interface.
3248         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3249         * ui-out.c (ui_out_field_core_addr): Ditto.
3250         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3251         * exec.c (print_section_info): Ditto.
3252         * i387-tdep.c (print_i387_status_word): Ditto.
3253         (print_i387_control_word): Ditto.
3254         (i387_print_float_info): Ditto.
3255         * maint.c (maint_print_section_info): Ditto.
3256         * solib.c (info_sharedlibrary_command): Ditto.
3257         * somsolib.c (som_sharedlibrary_info_command): Ditto.
3258         * symtab.c (print_msymbol_info): Ditto.
3259         * tracepoint.c (tracepoints_info): Ditto.
3260         * solib-frv.c (lm_base): Ditto.
3261         (frv_current_sos): Ditto.
3262         (enable_break2): Ditto.
3263         (enable_break): Ditto.
3264         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3265         (process_one_symbol): Ditto.
3266         * infcmd.c (program_info): Ditto.
3267         * mdebugread.c (parse_partial_symbols): Ditto.
3268         * symfile.c (add_symbol_file_command): Ditto.
3269         * cli/cli-cmds.c (edit_command): Ditto.
3270         (list_command): Ditto.
3271         * infcall.c (call_function_by_hand): Ditto.
3272         * remote-vx.c (vx_run_files_info): Ditto.
3273         (vx_wait): Ditto.
3274         (vx_attach): Ditto.
3275         (vx_detach): Ditto.
3276         (vx_kill): Ditto.
3277         * aix-thread.c (pdc_symbol_addrs): Ditto.
3278         (pdc_read_regs): Ditto.
3279         (pdc_write_regs): Ditto.
3280         (pdc_read_data): Ditto.
3281         (pdc_write_data): Ditto.
3282         * d10v-tdep.c (display_trace): Ditto.
3283         * rs6000-nat.c (find_toc_address): Ditto.
3284         * aix-thread.c: Don't include language.h.
3285         * buildsym.c: Ditto.
3286         * dbxread.c: Ditto.
3287         * mdebugread.c: Ditto.
3288         * rs6000-nat.c: Ditto.
3289         * buildsym.c (make_blockvector): Use renamed hex_string.
3290         
3291 2004-09-10  Jason Molenda  (jmolenda@apple.com)
3292
3293         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3294         chars after 'if' or 'while' commands in user-defined commands.
3295
3296 2004-09-08  Jim Blandy  <jimb@redhat.com>
3297
3298         Fix bug reported and analyzed by Olivier Crete:
3299         * symfile.c (copy_section_addr_info): New function.
3300         (symbol_file_add_with_addrs_or_offsets): Use it to save the
3301         original set of address arguments, instead of handwritten code
3302         that uses one length to allocate and a different length to
3303         initialize.  Use make_cleanup_free_section_addr_info.
3304         * symfile.h (copy_section_addr_info): New declaration.
3305         * utils.c: #include "symfile.h".
3306         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3307         New functions.
3308         * defs.h (make_cleanup_free_section_addr_info): New declaration.
3309         * Makefile.in (utils.o): Update dependencies.
3310
3311 2004-09-08  Andrew Cagney  <cagney@gnu.org>
3312
3313         * thread-db.c (keep_thread_db): Delete.
3314         (thread_db_new_objfile, thread_db_create_inferior)
3315         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3316
3317 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
3318
3319         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3320         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3321         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3322         (i386_frameless_signal_p): Remove prototype.
3323         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3324         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3325         I386_SSE_NUM_REGS.
3326         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3327         instead of FP0_REGNUM.
3328         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3329         of FP0_REGNUM and FPC_REGNUM.
3330
3331         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3332         (sunos_solib_create_inferior_hook): Don't call
3333         sunos_relocate_main_executable.
3334
3335         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3336         solib_svr4_fetch_link_map_offsets to
3337         svr4_ilp32_fetch_link_map_offsets.
3338         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3339         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3340         svr4_ilp32_fetch_link_map_offsets.
3341         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3342
3343 2004-09-07  Jim Blandy  <jimb@redhat.com>
3344
3345         * frame.h (frame_register): Doc fix.
3346
3347 2004-09-07  Andrew Cagney  <cagney@gnu.org>
3348
3349         * vx-share/wait.h: Delete #ifdef USG.
3350         * utils.c (request_quit): Ditto.
3351         * tui/tui.c (tui_reset): Ditto.
3352         * remote.c: Ditto.
3353         * remote-sds.c: Ditto.
3354         * remote-rdi.c: Ditto.
3355         * mdebugread.c: Ditto.
3356         * m68klinux-nat.c: Ditto.
3357         * infttrace.c: Ditto.
3358         * infptrace.c: Ditto.
3359         * i386v-nat.c: Ditto.
3360         * exec.c: Ditto.
3361         * dbxread.c: Ditto.
3362         * core-aout.c: Ditto.
3363
3364 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
3365
3366         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3367         heuristic_proc_desc.
3368         (mips_insn32_frame_cache): Likewise.
3369
3370 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3371
3372         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3373         left behind by error.
3374
3375 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3376
3377         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3378         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3379
3380 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3381
3382         * config/rs6000/xm-aix4.h: Remove this file.
3383         * config/rs6000/aix4.mh (XM_FILE): Delete.
3384
3385 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3386
3387         * config/rs6000/xm-rs6000.h: Remove this file.
3388         * config/rs6000/rs6000.mh (XM_FILE): Remove.
3389
3390 2004-09-03  Andrew Cagney  <cagney@gnu.org>
3391
3392         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3393         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3394         only use.
3395
3396         * mips-tdep.c (temp_saved_regs): Delete.
3397         (set_reg_offset): Replace saved_regs parameter with this_cache.
3398         (heuristic_proc_desc, mips16_heuristic_proc_desc)
3399         (mips32_heuristic_proc_desc): Add this_cache parameter.
3400         (mips_insn32_frame_cache, mips_insn16_frame_cache)
3401         (after_prologue): Pass a NULL this_cache.
3402
3403         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3404         non-kernel trap prologues.
3405
3406         * mips-tdep.c (find_proc_desc): Delete function.
3407         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3408         simplify.
3409         (mips_insn16_frame_cache): Replace find_proc_desc with code from
3410         mips_insn32_frame_cache.
3411
3412         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3413         Simplify as NEXT_FRAME is NULL.
3414         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3415
3416         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3417         local variable.
3418         (mips_skip_prologue): Update.
3419
3420         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3421         "cur_frame" parameter.
3422         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3423         (mips_insn32_frame_cache, find_proc_desc): Update
3424
3425         * config/vax/nm-obsd.h: Delete file.
3426         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3427         * config/vax/nm-nbsd.h: Delete file.
3428         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3429         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3430         * config/sh/nm-nbsd.h: Delete file.
3431         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3432         * config/rs6000/nm-rs6000ly.h: Delete file.
3433         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3434         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3435         * config/powerpc/nm-obsd.h: Delete file.
3436         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3437         * config/powerpc/nm-nbsd.h: Delete file.
3438         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3439         * config/pa/nm-obsd.h: Delete file.
3440         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3441         * config/mips/nm-nbsd.h: Delete file.
3442         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3443         * config/m88k/nm-obsd.h: Delete file.
3444         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3445         * config/m68k/nm-nbsd.h: Delete file.
3446         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3447         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3448         * config/i386/nm-nbsd.h: Delete file.
3449         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3450         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3451         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3452         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3453         * config/i386/nm-i386lynx.h: Delete file.
3454         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3455         * config/arm/nm-nbsd.h: Delete file.
3456         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3457         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3458
3459         * config/i386/tm-fbsd.h: Delete file.
3460         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3461         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3462
3463         * config/rs6000/tm-rs6000-aix4.h: Delete file.
3464         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3465         * config/rs6000/aix4.mt (TM_FILE): Set to
3466         config/rs6000/tm-rs6000.h.
3467         * config/powerpc/tm-ppc-aix.h: Delete file.
3468         * config/powerpc/aix.mt (TM_FILE): Set to
3469         config/rs6000/tm-rs6000.h.
3470         * config/m68k/tm-linux.h: Delete file.
3471         * config/m68k/linux.mt (TM_FILE): Set to solib.h
3472         * config/i386/tm-linux64.h: Delete file.
3473         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3474         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3475         
3476         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3477         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3478         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3479         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3480         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3481         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3482         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3483         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
3484         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3485
3486         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3487         gdb_host_cpu.
3488
3489 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
3490
3491         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3492         Minor reformatting. Some code factoring.
3493
3494 2004-09-02  Andrew Cagney  <cagney@gnu.org>
3495
3496         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3497         * config/vax/tm-nbsd.h: Delete file.
3498         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3499         * config/sparc/tm-vxworks.h: Delete file.
3500         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3501         * config/sparc/tm-nbsd.h: Delete file.
3502         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3503         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3504         * config/sparc/tm-linux.h: Delete file.
3505         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3506         * config/s390/tm-linux.h: Delete file.
3507         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3508         * config/pa/tm-bsd.h: Delete file.
3509         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3510         * config/m68k/tm-obsd.h: Delete file.
3511         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3512         * config/m68k/tm-nbsd.h: Delete file.
3513         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3514         * config/i386/tm-vxworks.h: Delete file.
3515         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3516         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3517         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3518         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3519         * config/i386/tm-nbsd.h: Delete file.
3520         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3521         * config/i386/tm-i386lynx.h: Delete file.
3522         * config/cris/cris.mt (TM_FILE): Set to solib.h.
3523         * config/cris/tm-cris.h: Delete file.
3524
3525         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3526         * configure: Re-generate.
3527         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3528         * config/arm/tm-nbsd.h: Delete file.
3529         
3530         * config/powerpc/tm-ppcle-sim.h: Delete.
3531         * config/powerpc/tm-ppcle-eabi.h: Delete.
3532         * config/powerpc/tm-nbsd.h: Delete.
3533         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3534         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3535         tm-ppcle-eabi.h.
3536
3537         * config/i386/nto.mh (NAT_FILE): Delete.
3538         * config/i386/nm-nto.h: Delete.
3539
3540         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3541         * config/m68k/tm-os68k.h: Ditto.
3542         * config/m68k/tm-monitor.h: Ditto.
3543         * config/m68k/tm-cisco.h: Ditto.
3544         * config/m68k/st2000.mt (TM_FILE): Delete.
3545         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3546         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3547         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3548         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3549
3550         * config/m68k/tm-st2000.h: Delete.
3551         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3552         * config/sparc/fbsd.mt (TM_FILE): Delete.
3553         * config/sparc/tm-fbsd.h: Delete.
3554
3555         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3556         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
3557         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3558
3559         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3560         GDB_TM_FILE and GDB_XM_FILE.
3561         * gdbarch.c: Re-generate.       
3562         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3563         quotes in macro definition.
3564         * configure.in: Re-generate.
3565
3566         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3567         validating architecture methods.
3568         * gdbarch.c: Re-generate.
3569         
3570         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3571         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
3572         GDB_MULTI_ARCH_PARTIAL.
3573         * gdbarch.h: Re-generate.
3574         
3575         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3576         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3577         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3578         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3579         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3580         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3581         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3582         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3583         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3584         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3585         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3586         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3587
3588 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3589
3590         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3591         and main_func_highpc.
3592         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3593         * objfiles.c (init_entry_point_info, objfile_relocate): Update
3594         * nlmread.c (nlm_symfile_read): Update.
3595
3596 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3597
3598         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3599         (mips_insn32_frame_cache): Inline call to find_proc_desc.
3600         (find_proc_desc): Remove dead code.
3601
3602 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3603
3604         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3605
3606 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
3607
3608         * observer.sh: Add struct so_list declaration.
3609         * Makefile.in: Add dependencies on observer.h for solib.c and
3610         breakpoint.c.
3611         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3612         function.
3613         (_initialize_breakpoint): Register 
3614         disable_breakpoints_in_unloaded_shlib as an observer of the 
3615         "solib unloaded" observation event.
3616         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3617         call decode_line_1 so unfound breakpoint errors are silent.
3618         * solib.c (update_solib_list): When a solib is discovered to have
3619         been unloaded by the program, notify all observers of the
3620         "solib unloaded" observation event.
3621
3622 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3623
3624         * frame.c: Include "objfiles.h".
3625         (inside_main_func): New function.
3626         (get_prev_frame): Use new inside_main_func.
3627         * Makefile.in (frame.o): Update dependencies.
3628         * defs.h (inside_main_func): Delete declaration.
3629         * blockframe.c (inside_main_func): Delete function.
3630
3631 2004-08-31  Jim Blandy  <jimb@redhat.com>
3632
3633         * dwarf2read.c (is_vtable_name): New function, based on logic from
3634         read_structure_type, but passing the correct length to strncmp,
3635         and using 'sizeof' instead of 'strlen'.
3636         (read_structure_type): Call it.
3637
3638 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
3639
3640         * config/powerpc/aix.mh: Add comment.
3641
3642 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
3643
3644         * MAINTAINERS: Add self to Write-After-Approval.
3645
3646 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
3647
3648         * MAINTAINERS: Add self to Write-After-Approval.
3649
3650 2004-08-30  Andrew Cagney  <cagney@gnu.org>
3651
3652         Fix PR breakpoints/1757.
3653         * infrun.c (struct execution_control_state): Replace
3654         remove_breakpoints_on_following_step with
3655         step_after_step_resume_breakpoint.
3656         (init_execution_control_state): Update.
3657         (handle_inferior_event): For signals, when stepping off a
3658         breakpoint, set step_after_step_resume_breakpoint.  When
3659         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3660         (keep_going): Delete code handling
3661         remove_breakpoints_on_following_step.
3662
3663 2004-08-29  David Lecomber  <david@streamline-computing.com>
3664         
3665         Fix PR gdb/648
3666         * language.h (enum array_ordering): New enum.
3667         * language.h (struct language_defn): New la_array_ordering 
3668         attribute.
3669         * language.c (unknown_language_defn, auto_language_defn)
3670         (local_language_defn): Ditto.
3671         * ada-lang.c (ada_language_defn): Ditto.
3672         * c-lang.c (c_language_defn, cplus_language_defn)
3673         (asm_language_defn, minimal_language_defn): Ditto.
3674         * f-lang.c (f_language_defn): Ditto.
3675         * jv-lang.c (java_language_defn): Ditto.
3676         * m2-lang.c (f_language_defn): Ditto.
3677         * objc-lang.c (objc_language_defn): Ditto.
3678         * p-lang.c (pascal_language_defn): Ditto.
3679         * scm-lang.c (scm_language_defn): Ditto.
3680         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3681         oriented large to small in type structure.
3682         * dwarf2read.c (read_array_order): New function.
3683         (read_array_type): Use read_array_order to check row/column
3684         major ordering.
3685
3686 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
3687
3688         * target.c (target_resize_to_sections): Check
3689         current_target.to_sections for an old value when updating.
3690
3691 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
3692
3693         * procfs.c (dbx_link_bpt_addr): New static global variable.
3694         (dbx_link_shadow_contents): New static global variable.
3695         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3696         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3697         if we just hit it.
3698         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3699         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3700         from run to run.
3701         (procfs_create_inferior): Remove syssgi syscall-exit notifications
3702         after the inferior has been forked.
3703         (remove_dbx_link_breakpoint): New function.
3704         (dbx_link_addr): New function.
3705         (insert_dbx_link_bpt_in_file): New function.
3706         (insert_dbx_link_bpt_in_region): New function.
3707         (insert_dbx_link_breakpoint): New function.
3708         (proc_trace_syscalls_1): New function, extracted from
3709         proc_trace_syscalls.
3710         (proc_trace_syscalls): Replace extract code by call to
3711         proc_trace_syscalls_1.
3712         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3713         is no longer valid.
3714
3715 2004-08-25  Jim Blandy  <jimb@redhat.com>
3716
3717         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3718
3719 2004-08-25  Andrew Cagney  <cagney@gnu.org>
3720
3721         * infrun.c (struct execution_control_state): Delete field
3722         "stepping_through_sigtramp".
3723         (init_execution_control_state): Do not set same.
3724         (context_switch): Do not pass same to save_infrun_state and
3725         load_infrun_state.
3726         * gdbthread.h (struct thread_info): Delete field
3727         stepping_through_sigtramp.
3728         (save_infrun_state, load_infrun_state): Delete parameter
3729         stepping_through_sigtramp.
3730         * thread.c (load_infrun_state, save_infrun_state): Update.
3731
3732         * infrun.c: Re-indent.  Move expression operators to the beginning
3733         of the line.  Remove long disabled #if 0 code.
3734
3735 2004-08-24  Andrew Cagney  <cagney@gnu.org>
3736
3737         * doublest.h (floatformat_ieee_quad): Rename
3738         floatformat_ia64_quad.
3739         * doublest.c (floatformat_ieee_quad): Rename
3740         floatformat_ia64_quad.
3741         (_initialize_doublest): Update.
3742
3743 2004-08-24  Jim Blandy  <jimb@redhat.com>
3744
3745         * dwarf2expr.h (struct dwarf_expr_context): New members
3746         'num_pieces' and 'pieces', for returning the result of an
3747         expression that uses DW_OP_piece.
3748         (struct dwarf_expr_piece): New struct type.
3749         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3750         pieces.
3751         (free_dwarf_expr_context): Free pieces, if any.
3752         (add_piece): New function.
3753         (execute_stack_op): Implement DW_OP_piece.
3754         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3755         expression is a list of pieces, print an error message.
3756         (dwarf2_loc_desc_needs_frame): If the expression yields
3757         pieces, and any piece is in a register, then we need a frame.
3758
3759         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3760         the stack until we've decided what sort of result the evaluation
3761         has produced.  Use separate variables, with more specific names.
3762
3763 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
3764
3765         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3766         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3767         (arm_netbsd_init_abi_common): Register them.
3768
3769 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
3770
3771         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3772
3773         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3774         safe_frame_unwind_memory instead of target_read_memory.
3775
3776         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3777         Reorder includes.
3778         (fetch_register, store_register): Remove prototypes.
3779         (child_resume): Reorganize code and comments such that it is
3780         grouped a bit more logically.
3781         (attach): Explicitly compare errno against 0.
3782         (detach): Likewise.  Use perror_with_name instead of
3783         print_sys_errmsg.
3784         * Makefile.in (infptrace.o): Update dependencies.
3785
3786         * ia64-linux-nat.c: Update copyright year.
3787         (fetch_debug_register, store_debug_register)
3788         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3789         PTRACE_TYPE_ARG3.
3790         * config/ia64/nm-linux.h: Update copyright year.
3791          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3792
3793         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3794         from CORE_ADDR to struct frame_info *.  Use
3795         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3796         (amd64_linux_sigtramp_p): Adjust for changed signature of
3797         and64_linux_sigtramp_start
3798
3799         * gdb_ptrace.h: GNU/Linux.
3800
3801         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3802         Remove defines.
3803
3804         * infptrace.c: Include "gdb_assert.h".
3805         (PTRACE_XFER_TYPE): Remove define.
3806         (offsetof): Only define if U_REGS_OFFSET isn't defined.
3807         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3808         Tweak comment.
3809         (fetch_inferior_registers, store_inferior_registers): Remove
3810         redundant culry braces.  Tweak comment.  s/regno/regnum.
3811         * Makefile.in (infptrace.o): Update dependencies.
3812
3813         * configure.in: Change test for return type of ptrace to default
3814         to `long' instead of `int'.
3815         * configure: Regenerate.        
3816
3817 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
3818
3819         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3820
3821         * configure.in: Check for ttrace function.
3822         * configure, config.in: Regenerate.     
3823
3824         * gdb_ptrace.h: New file.
3825         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3826         <sys/ptrace.h>.
3827         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3828         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3829         (attach): Don't define PT_ATTACH.
3830         (detach): Don't define PT_DETACH.
3831         * Makefile.in (gdb_ptrace_h): New variable.
3832         (infptrace.o): Update dependencies.
3833
3834 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
3835
3836         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3837         instead of `int' if not already defined.
3838         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3839         PTRACE_TYPE_ARG3.
3840         * infptrace.c (call_ptrace): Revert change that replaced
3841         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3842
3843 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
3844
3845         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3846         Remove defines.
3847
3848         * linux-nat.c (kill_inferior): Add missing third and fourth
3849         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
3850
3851         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3852         PTRACE_TYPE_RET.
3853
3854         * proc-why.c (proc_prettyfprint_why): Fix format string.
3855
3856         * solib-osf.c (osf_current_sos): Remove unsused label.
3857
3858         * configure.in: Add <ncurses/ncurses.h> to the list of possible
3859         curses headers.
3860         * configure, config.in: Regenerate.     
3861         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3862         <ncurses/ncurses.h>.
3863
3864         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3865         * config/nm-nbsd.h: Update copyright year.
3866         (PTRACE_ARG3_TYPE): Remove define.
3867
3868         * sparc-nat.c (fetch_inferior_registers)
3869         (store_inferior_registers, sparc_xfer_wcookie): 
3870         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3871
3872         * alphabsd-nat.c (fetch_inferior_registers):
3873         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3874         PTRACE_TYPE_ARG3.
3875         * amd64bsd-nat.c (fetch_inferior_registers)
3876         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3877         PTRACE_TYPE_ARG3.
3878         * armnbsd-nat.c: Update copyright year.
3879         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3880         (store_register, store_regs, store_fp_register, store_fp_regs):
3881         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3882         * hppabsd-nat.c (fetch_inferior_registers)
3883         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3884         PTRACE_TYPE_ARG3.
3885         * i386bsd-nat.c (fetch_inferior_registers)
3886         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3887         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3888         * m68kbsd-nat.c (fetch_inferior_registers)
3889         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3890         PTRACE_TYPE_ARG3.
3891         * m88kbsd-nat.c (fetch_inferior_registers)
3892         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3893         PTRACE_TYPE_ARG3.
3894         * mipsnbsd-nat.c: Update copyright year.
3895         (fetch_inferior_registers, store_inferior_registers):
3896         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3897         * ns32knbsd-nat.c: Update copyright year.
3898         (fetch_inferior_registers, store_inferior_registers):
3899         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3900         * ppcnbsd-nat.c (fetch_inferior_registers):
3901         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3902         PTRACE_TYPE_ARG3.
3903         * ppcobsd-nat.c (fetch_inferior_registers):
3904         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3905         PTRACE_TYPE_ARG3.
3906         * shnbsd-nat.c: Update copyright year.
3907         (fetch_inferior_registers, store_inferior_registers):
3908         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3909         * vaxbsd-nat.c (fetch_inferior_registers)
3910         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3911         PTRACE_TYPE_ARG3.
3912         
3913         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3914         PTRACE_TYPE_ARG3.
3915         * infptrace.c (call_ptrace, child_resume, attach, detach)
3916         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3917         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3918         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3919         PTRACE_TYPE_ARG3.
3920
3921 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
3922
3923         * defs.h: Remove out-of-date comment.
3924         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3925         [!GETENV_PROVIDED] (getenv): Remove prototype.
3926
3927         * standalone.c: Remove file.
3928         * Makefile.in (standalone.o): Remove dependency.
3929
3930         * i386-linux-nat.c (dummy_sse_values): Remove function and
3931         prototype.
3932         (i386_linux_dr_get): Fix typo in comment.
3933         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3934
3935         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3936
3937         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3938         from declaration.
3939         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3940         from definition.
3941
3942 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
3943
3944         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3945         parenthesis in definition.
3946         * configure: Regenerated.
3947
3948 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
3949
3950         * PROBLEMS: Mention build/1411.
3951
3952 2004-08-09  Robert Millan  <robertmh@gnu.org>
3953
3954         Committed by Nathanael Nerode.
3955         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3956         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3957
3958 2004-08-12  Andrew Cagney  <cagney@gnu.org>
3959
3960         * NEWS: Mention fixes in GDB 6.2.1.
3961         * PROBLEMS: Remove mention of mips-irix.
3962
3963 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3964
3965         * config/powerpc/xm-aix.h: Delete.
3966         * config/powerpc/aix.mh (MH_FILE): Remove.
3967         * config/powerpc/aix432.mh (MH_FILE): Remove.
3968
3969 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3970
3971         * config/powerpc/aix.mh: Remove obsolete comment.
3972         * config/powerpc/aix432.mh: Likewise.
3973
3974 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3975
3976         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3977
3978 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3979
3980         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3981         this file is now empty.
3982         * config/xm-aix4.h: Remove, this file is no longer included
3983         anywhere.
3984
3985 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3986
3987         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3988         that file is now empty.
3989         (termdef): Remove prototype, function no longer used.
3990
3991 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3992
3993         * doc/gdbint.texinfo (Host Definition): Remove documentation
3994         for USE_O_NOCTTY, no longer used.
3995         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3996         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3997
3998 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3999
4000         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
4001         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
4002         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
4003
4004 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
4005
4006         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
4007         instead of FIVE_ARG_PTRACE.
4008
4009         * inflow.c (O_NOCTTY): Define to zero if not already defined.
4010         (new_tty): Use O_NOCTTY unconditionally.
4011
4012 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4013
4014         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
4015         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
4016         fflush on stdout.
4017
4018 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
4019
4020         * xcoff_symfile_finish: Replace last call to xmfree by call
4021         to xfree.
4022
4023 2004-08-10  Andrew Cagney  <cagney@gnu.org>
4024
4025         * main.c (captured_main): Delete call to init_malloc.
4026         * defs.h (init_malloc): Delete declaration.
4027         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
4028         (init_malloc): Delete functions.
4029
4030         * defs.h (xmfree): Delete.
4031         * utils.c (xmfree): Delete function.
4032         (xfree): Inline calls to xmfree and mfree.
4033         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
4034         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
4035         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
4036         * somread.c (som_symfile_finish): Ditto.
4037         * objfiles.c (allocate_objfile, free_objfile): 
4038         * nlmread.c (nlm_symfile_finish): Ditto.
4039         * hpread.c (hpread_symfile_finish): Ditto.
4040         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
4041         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
4042         * coffread.c (coff_symfile_finish): Ditto.
4043
4044         * defs.h (xmcalloc): Delete declaration.
4045         * utils.c (xmcalloc): Delete.
4046         (xcalloc): Inline calls to xmcalloc and mcalloc.
4047         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4048         xcalloc and xfree.
4049         * symtab.c (create_demangled_names_hash): Ditto.
4050
4051         * defs.h (xmrealloc): Delete.
4052         * utils.c (xmrealloc): Delete.
4053         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4054         * symmisc.c (extend_psymbol_list): Use xrealloc.
4055         * source.c (find_source_lines): Ditto.
4056         * hpread.c (hpread_lookup_type): Ditto.
4057         * dbxread.c (add_bincl_to_list): Ditto.
4058
4059         * utils.c (xmmalloc): Delete.
4060         (xmalloc): Inline xmmalloc and mmalloc calls.
4061         (msavestring): Use xmalloc.
4062         * defs.h (xmmalloc): Delete declaration.
4063         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4064         xmmalloc.
4065         * symmisc.c (extend_psymbol_list): Ditto.
4066         * symfile.c (init_psymbol_list): Ditto.
4067         * source.c (find_source_lines): Ditto.
4068         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4069         * elfread.c (elf_symtab_read): Ditto.
4070         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4071         * coffread.c (coff_symfile_init): Ditto.
4072
4073 2004-08-10  David Carlton  <carlton@bactrian.org>
4074
4075         * MAINTAINERS: Remove David Carlton from c++ testsuite
4076         maintainers.
4077
4078 2004-08-10  Jerome Guitton  <guitton@gnat.com>
4079
4080         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4081         print a line feed before the prompt.
4082
4083 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4084
4085         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4086
4087 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
4088
4089         General cleanup of the AIX xm include file:
4090         * config/xm-aix4.h (fd_set): Remove undefine.
4091         Remove include of <sys/select.h>.
4092         (HAVE_TERMIO): Remove define.
4093         (USG): Likewise.
4094         (NULL): Remove redefine.
4095         (alloca): Remove #pragma.
4096         (vfork): Remove define.
4097         (termdef): Remove.
4098         (SIGWINCH_HANDLER): Remove.
4099         (SIGWINCH_HANDLER_BODY): Remove.
4100
4101 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4102
4103         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4104         GDB_OSABI_OPENBSD_ELF.
4105
4106 2004-08-07  Robert Millan  <robertmh@gnu.org>
4107
4108         * bsd-kvm.c: Check for nlist.h before including it.
4109
4110 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4111
4112         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4113         sigcontext' offset consistency checks for ancient BSD.
4114
4115         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4116
4117         * configure.in: Check for <sys/types.h>.  Check return and
4118         argument types of ptrace.
4119         * configure, config.in: Regenerate.     
4120
4121 2004-08-09  Jim Blandy  <jimb@redhat.com>
4122
4123         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4124         rs6000_register_sim_regno): Doc fixes.
4125
4126 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
4127
4128         * mips-tdep.c: Include "floatformat.h".
4129         (n32n64_floatformat_always_valid): New function.
4130         (floatformat_n32n64_long_double_big): New constant.
4131         (mips_gdbarch_init): Set size and format of long double
4132         for N32 and N64 ABIs.
4133         * Makefile.in (mips-tdep.o): Update dependencies.
4134
4135 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4136
4137         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
4138         print.  Improve script's error messages.
4139         * gdbarch.h: Re-generate.
4140
4141         * gdbarch.sh (pformat): New function.
4142         (float_format, double_format, long_double_format): List with bit
4143         members.  Use pformat when printing.
4144         * gdbarch.c, gdbarch.h: Re-generate.
4145         
4146 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
4147
4148         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4149         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4150         (ppcnbsd_supply_pcb): New function.
4151         (_initialize_ppcnbsd_nat): New prototype and function.
4152         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4153         (LOADLIBES): New variable.
4154         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4155
4156 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4157
4158         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4159         (builtin_type_ieee_double, builtin_type_ia64_quad)
4160         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4161         BE/LE floating-point types.
4162         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4163         (builtin_type_ieee_double, builtin_type_ia64_quad)
4164         (builtin_type_ia64_spill): Declare.
4165         * doublest.c (_initialize_doublest, floatformat_ieee_single)
4166         (floatformat_ieee_double, floatformat_arm_ext)
4167         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4168         of LE/BE floatformats.  
4169         * doublest.h: (struct floatformat, floatformat_ieee_single)
4170         (floatformat_ieee_double, floatformat_arm_ext)
4171         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4172
4173 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
4174
4175         * i386gnu-nat.c (gnu_store_registers): Fix typo.
4176
4177         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4178         instead of regcache_raw_supply when storing the registers.
4179
4180         * i386gnu-nat.c: Update copyright year.
4181         (gnu_store_registers): Don't use deprecated_registers and
4182         deprecated_registers_valid.  Use regcache_valid_p and
4183         regcache_raw_supply instead.
4184
4185         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4186         frame_pc_unwind.
4187
4188         * procfs.c (procfs_pid_to_str): Remove redundant and unused
4189         variables.  Incapitalized "process".
4190
4191         * configure.in: Add cursesX to the list of possible curses libs.
4192         Add cursesX.h to the list of possible curses headers. 
4193         * configure, config.in: Regenerate.     
4194
4195 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4196
4197         * configure.in: Test for struct lwp in <sys/lwp.h>.
4198         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4199         the offset of l_addr in struct lwp.
4200
4201 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4202
4203         * bsd-kvm.c: Include "gdbcore.h"
4204         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4205
4206 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4207
4208         * gdbtypes.c (build_flt, build_complex): New functions.
4209         (gdbtypes_post_init): Use.
4210
4211         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4212
4213         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4214         through to builtin_type_uint128.
4215
4216         * c-exp.y: Use builtin_type function to obtain builtin types.
4217
4218         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4219         builtin_uint128.
4220         * gdbtypes.c (gdbtypes_post_init): Update.
4221         (build_gdbtypes): Move initialization of builtin_type_int0
4222         through to builtin_type_uint128 from here ...
4223         (_initialize_gdbtypes): ... to here.
4224         * d10v-tdep.c (d10v_register_type): Update.
4225
4226         * doublest.c: Update copyright.
4227         (floatformat_from_length): Call error when floatformat is NULL.
4228         (extract_floating_by_length): Remove NULL fmt check.
4229         (store_floating_by_length): Ditto.
4230
4231 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4232
4233         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4234         that the register is valid.
4235
4236 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
4237
4238         * i386-linux-tdep.c (i386_linux_sigtramp_start)
4239         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4240         struct frame_info *.  Use safe_frame_unwind_memory instead of
4241         deprecated_read_memory_nobpt.
4242         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4243         changed signature of i386_linux_sigtramp_start and
4244         i386_linux_rt_sigtramp_start.
4245
4246         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4247         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
4248         instead of deprecated_read_memory_nobpt.
4249         (i386nbsd_sigtramp_p): Adjust for changed signature of
4250         i386nbsd_sigtramp_offset.
4251
4252         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4253         safe_frame_unwind_memory instead of target_read_memory.
4254
4255         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4256         !NO_SYS_FILE.
4257         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4258         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4259         (_initialize_kernel_u_addr): Remove prototype and function.
4260         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4261         !NO_SYS_FILE.
4262         * xcoffread.c: Likewise.
4263
4264 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
4265
4266         * vax-nat.c: New file.
4267         * vaxbsd-nat.c: Tweak comment.
4268         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4269         vaxnbsd-tdep.c.
4270         (vax-nat.o): New dependency.
4271         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4272         (vax-*-ultrix2*): Remove.
4273         * config/vax/vax.mh: New file.
4274         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4275         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4276         (vax_register_u_addr): New prototype.
4277         (REGISTER_U_ADDR): Define using vax_register_u_addr.
4278         * config/vax/vaxult2.mh: Remove file.
4279         * config/vax/vaxult.mh: Remove file.
4280         * config/vax/vaxbsd.mh: Remove file.
4281         * config/vax/vax.mt (TM_FILE): Remove.
4282         * config/vax/tm-vaxbsd.h: Remove file.
4283
4284 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
4285
4286         * aix-thread.c (get_signaled_thread): New function.
4287         (iter_trap): Delete, no longer used.
4288         (iter_tid): New function.
4289         (pd_update): Find the thread that received the SIGTRAP signal
4290         by first locating the kernel thread, and then finding its
4291         associated thread.
4292
4293 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
4294
4295         * lin-lwp.c (child_wait): Continue inferior after processing
4296         PTRACE_EVENT_CLONE event.
4297
4298 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4299
4300         * MAINTAINERS: Add self to Write-After-Approval.
4301
4302 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
4303
4304         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4305         libunwind-xxxx.so" where xxxx is UNW_TARGET.
4306
4307 2004-08-05  Andrew Cagney  <cagney@gnu.org>
4308
4309         * config/xm-sysv4.h: Delete file.
4310         * config/mips/xm-irix5.h: Delete file.
4311         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4312         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4313         * config/ia64/xm-aix.h: Delete file.
4314         * config/ia64/aix.mh (XM_FILE): Delete.
4315         * config/pa/xm-hppah.h: Delete file.
4316         * config/pa/hpux11w.mh (XM_FILE): Delete.
4317         * config/pa/hpux11.mh (XM_FILE): Delete.
4318         * config/pa/hpux1020.mh (XM_FILE): Delete.
4319         * config/pa/hppahpux.mh (XM_FILE): Delete.
4320
4321         * config/alpha/xm-alphalinux.h: Delete file.
4322         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4323         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4324         * config/alpha/xm-alphaosf.h: Delete file.
4325         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4326         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4327         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4328         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4329
4330         * config/i386/xm-i386v.h: Delete file.
4331         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4332         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4333         * config/i386/xm-i386sco.h: Delete file.
4334         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4335         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4336         * config/i386/xm-i386v4.h: Delete file.
4337         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4338         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4339         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4340         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4341
4342         * config/vax/xm-vax.h: Delete file.
4343         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4344         * config/vax/xm-vaxult2.h: Delete file.
4345         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4346         * config/vax/vaxult2.mh (XM_FILE): Delete.
4347         * config/vax/xm-vaxult.h: Delete file.
4348         * config/vax/vaxult.mh (XM_FILE): Delete.
4349         * config/vax/xm-vaxbsd.h: Delete file.
4350         * config/vax/vaxbsd.mh (XM_FILE): Delete.
4351
4352         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4353         * gdbarch.h, gdbarch.c: Re-generate.
4354         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4355         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4356         * frame.h: Delete deprecated_read_fp from comments.
4357         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4358         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4359
4360 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
4361
4362         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4363         trampoline in OpenBSD 3.5-current.
4364
4365         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4366         SSE registers.
4367
4368         * Makefile.in: Remove embedded page breaks.
4369
4370 2004-08-04  Jim Blandy  <jimb@redhat.com>
4371
4372         * regcache.c (regcache_raw_read): Assert that, after calling
4373         target_fetch_registers, the register we're reading is cached.
4374
4375         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4376         a call to 'internal_error', with a more helpful error message.
4377         * rs6000-tdep.c (e500_pseudo_register_read,
4378         e500_pseudo_register_write, rs6000_store_return_value): Same.
4379
4380 2004-08-04  Andrew Cagney  <cagney@gnu.org>
4381
4382         * Makefile.in: Update dependencies.
4383
4384 2004-08-04  Jim Blandy  <jimb@redhat.com>
4385
4386         Change the layout of the PowerPC E500 raw register cache to allow
4387         the lower 32-bit halves of the GPRS to be their own raw registers,
4388         not pseudoregisters.
4389         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4390         add ppc_ev0_upper_regnum flag.
4391         * rs6000-tdep.c: #include "reggroups.h".
4392         (spe_register_p): Recognize the ev upper half registers as SPE
4393         registers.
4394         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4395         registers.
4396         (e500_move_ev_register): New function.
4397         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4398         vector registers are the pseudo-registers now, formed by splicing
4399         together the gprs and the upper-half registers.
4400         (e500_register_reggroup_p): New function.
4401         (P): Macro deleted.
4402         (P8, A4): New macro.
4403         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4404         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4405         macros.
4406         (registers_e500): Rearrange register set so that the raw register
4407         set contains 32-bit GPRs and upper-half registers, and the SPE
4408         vector registers become pseudo-registers.
4409         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4410         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
4411         register numbers are now the same for the E500 as they are for
4412         other PowerPC variants.  Register e500_register_reggroup_p as the
4413         register group function for the E500.
4414         * Makefile.in (rs6000-tdep.o): Update dependencies.
4415
4416         Adapt PPC E500 native support to the new raw regcache layout.
4417         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4418         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4419         (fetch_spe_register, store_spe_register): Handle fetching/storing
4420         all the SPE registers at once, if regno == -1.  These now take
4421         over the job of fetch_spe_registers and store_spe_registers.
4422         (fetch_spe_registers, store_spe_registers): Deleted.
4423         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4424         unconditionally; they're always raw.  Fetch/store SPE upper half
4425         registers, if present, instead of ev registers.
4426         (fetch_register, store_register): Remove sanity checks: gprs are
4427         never pseudo-registers now, so we never need to even mention any
4428         registers that are ever pseudoregisters.
4429
4430         Use a fixed register numbering when communicating with the PowerPC
4431         simulator.
4432         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4433         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4434         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
4435         New functions.
4436         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
4437         init_sim_regno_table.
4438         * Makefile.in (gdb_sim_ppc_h): New variable.
4439         (rs6000-tdep.o): Update dependencies.
4440
4441 2004-08-02  Andrew Cagney  <cagney@gnu.org>
4442
4443         * cris-tdep.c (cris_register_size): Restore function, still used
4444         locally.
4445
4446         * gdbarch.sh (deprecated_target_read_fp)
4447         (deprecated_frame_locals_address, deprecated_frame_args_address)
4448         (deprecated_frame_chain_valid, deprecated_frame_chain)
4449         (deprecated_init_extra_frame_info, deprecated_pop_frame)
4450         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4451         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4452         * gdbarch.h, gdbarch.c: Re-generate.
4453         * regcache.c (deprecated_read_fp): Do not call
4454         DEPRECATED_TARGET_READ_FP_P.
4455         * infcmd.c (default_print_registers_info): Do not call
4456         DEPRECATED_DO_REGISTERS_INFO.
4457         * frame-base.c (default_frame_locals_address): Do not call
4458         DEPRECATED_FRAME_LOCALS_ADDRESS.
4459         (default_frame_args_address): Do not call
4460         DEPRECATED_FRAME_ARGS_ADDRESS.
4461
4462         * gdbarch.sh (deprecated_register_raw_size)
4463         (deprecated_register_virtual_size:int): Delete.
4464         * gdbarch.h, gdbarch.c: Re-generate.
4465         * cris-tdep.c (cris_register_size): Delete.
4466         (cris_gdbarch_init): Update.
4467         * alpha-tdep.c (alpha_register_raw_size)
4468         (alpha_register_virtual_size): Delete.
4469         (alpha_gdbarch_init): Update.
4470
4471         * gdbarch.sh (deprecated_register_virtual_type)
4472         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4473         (deprecated_dummy_write_sp): Delete.
4474         * gdbarch.h, gdbarch.c: Re-generate.
4475
4476         * gdbarch.sh (deprecated_register_bytes): Delete.
4477         * gdbarch.h, gdbarch.c: Re-generate.
4478         * regcache.c (deprecated_register_bytes): New function.
4479         * regcache.h (deprecated_register_bytes): Declare.
4480         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4481         * v850-tdep.c (v850_gdbarch_init): Update.
4482         * sh64-tdep.c (sh64_gdbarch_init): Update.
4483         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4484         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4485         * mcore-tdep.c (mcore_gdbarch_init): Update.
4486         * cris-tdep.c (cris_gdbarch_init): Update.
4487         * arm-tdep.c (arm_gdbarch_init): Update.
4488         * remote.c (init_remote_state): Update.
4489         * remote-vx.c (vx_prepare_to_store): Update.
4490         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4491         * irix5-nat.c (fetch_core_registers): Update.
4492         * cris-tdep.c (cris_register_bytes_ok): Update.
4493         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4494
4495         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4496         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4497         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4498         (mips_insn16_frame_base_address, mips_insn16_frame_base)
4499         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4500         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4501         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4502         (mips_insn32_frame_base_address, mips_insn32_frame_base)
4503         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4504         with mips_insn16 and mips_insn32.
4505
4506         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4507         * rs6000-tdep.c (rs6000_push_dummy_call)
4508         (rs6000_extract_return_value): Use register_size.
4509         * xstormy16-tdep.c (xstormy16_get_saved_register) 
4510         (xstormy16_extract_return_value): Ditto.
4511         * valops.c (value_assign): Ditto.
4512         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
4513         * v850-tdep.c (v850_extract_return_value): Ditto.
4514         * tracepoint.c (collect_symbol): Ditto.
4515         * target.c (debug_print_register): Ditto.
4516         * stack.c (frame_info): Ditto.
4517         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4518         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4519         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4520         (store_register_using_P): Ditto.
4521         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4522         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4523         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4524         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4525         * regcache.c (deprecated_read_register_bytes) 
4526         (deprecated_write_register_bytes, read_register) 
4527         (write_register): Ditto.
4528         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4529         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4530         * monitor.c (monitor_supply_register, monitor_fetch_register) 
4531         (monitor_store_register): Ditto.
4532         * mn10300-tdep.c (mn10300_pop_frame_regular) 
4533         (mn10300_print_register): Ditto.
4534         * mipsv4-nat.c (fill_fpregset): Ditto.
4535         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
4536         (mips64_fill_fpregset): Ditto.
4537         * mi/mi-main.c (register_changed_p, get_register)
4538         (mi_cmd_data_write_register_values): Ditto.
4539         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
4540         * irix5-nat.c (fill_gregset, fetch_core_registers): 
4541         * infrun.c (write_inferior_status_register): Ditto.
4542         * infptrace.c (fetch_register, store_register): Ditto.
4543         * infcmd.c (default_print_registers_info): Ditto.
4544         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4545         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4546         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4547         * hpux-thread.c (hpux_thread_fetch_registers)
4548         (hpux_thread_store_registers): Ditto.
4549         * hppah-nat.c (store_inferior_registers, fetch_register): 
4550         * findvar.c (value_from_register): Ditto.
4551         * dve3900-rom.c (fetch_bitmapped_register): 
4552         * cris-tdep.c (cris_gdbarch_init): Ditto.
4553         * alpha-tdep.h: Ditto.
4554         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4555
4556         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4557         DEPRECATED_REGISTER_RAW_SIZE from comments.
4558         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4559         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4560         DEPRECATED_REGISTER_RAW_SIZE.
4561         * findvar.c (value_of_register): Simplify by assuming that the
4562         registers raw and virtual sizes are identical.
4563         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4564         comment.
4565         * arch-utils.c (generic_register_size): Simplify by assuming
4566         register_type.
4567
4568         * regcache.c (legacy_read_register_gen, real_register) 
4569         (legacy_write_register_gen): Delete, not used.
4570
4571         * regcache.c (struct regcache_descr): Delete legacy_p.
4572         (init_legacy_regcache_descr): Delete function.
4573         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4574         Do not use deprecated register functions.
4575         (regcache_raw_read, deprecated_write_register_gen):
4576         (deprecated_read_register_gen, regcache_raw_write): Delete code
4577         predicated on legacy_p.
4578         (register_size): Delete check against register raw size.
4579
4580         * cris-tdep.c (cris_register_type): Replace
4581         cris_register_virtual_type.
4582         (cris_gdbarch_init): Update, set register_type.
4583
4584         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4585         * gdbarch.h, gdbarch.c: Re-generate.
4586         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
4587         (arm_gdbarch_init) Do not set frameless function invocation.
4588         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4589         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4590         * frv-tdep.c (frv_frameless_function_invocation): Delete.
4591         (frv_gdbarch_init): Do not set frameless function invocation.
4592         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4593         * sh-tdep.c (sh_gdbarch_init): Ditto.
4594         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4595         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4596         * avr-tdep.c (avr_gdbarch_init): Ditto.
4597
4598         * blockframe.c (legacy_frame_chain_valid): Delete function.
4599
4600         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4601         and pc.  Update comments.
4602         (pc_in_dummy_frame): Delete function.
4603         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4604         use the "id".
4605         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4606         call_hi, top and pc, use the id.
4607         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4608
4609         * dummy-frame.c: Include "gdb_string.h".
4610         (generic_save_call_dummy_addr, generic_push_dummy_frame)
4611         (generic_save_dummy_frame_tos): Delete.
4612         (dummy_frame_push): New function, replaces above.
4613         * dummy-frame.h: Update copyright.
4614         (dummy_frame_push): Declare.
4615         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4616         (generic_save_call_dummy_addr): Delete declarations.
4617         * infcall.c: Include "dummy-frame.h".
4618         (call_function_by_hand): Add locals caller_regcache,
4619         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
4620         with call to frame_save_as_regcache plus cleanup.  Delete calls to
4621         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4622         Move clear_proceed_status to just before the resume, add call to
4623         dummy_frame_push (discard cleanup).
4624         * Makefile.in (infcall.o): Add $(dummy_frame_h).
4625         (dummy-frame.o): Add $(gdb_string_h).
4626
4627 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4628
4629         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4630         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4631         * dummy-frame.c (find_dummy_frame): Delete.
4632         (struct dummy_frame_cache, dummy_frame_sniffer)
4633         (dummy_frame_prev_register, dummy_frame_this_id)
4634         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4635         frame unwinder using a dummy_frame_cache.
4636
4637 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4638
4639         * frame.h (frame_save_as_regcache): Declare.
4640         * frame.c (frame_save_as_regcache): New function.
4641         (do_frame_read_register): Replace do_frame_unwind_register.
4642         (frame_pop): Use frame_save_as_regcache.
4643         * dummy-frame.c (generic_push_dummy_frame): Use
4644         frame_save_as_regcache.
4645
4646 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
4647
4648         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4649         file as included until we record the first line in the linetable.
4650
4651 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4652
4653         * frame.h (deprecated_pop_dummy_frame)
4654         (deprecated_read_register_dummy)
4655         (deprecated_generic_find_dummy_frame): Delete.
4656         * dummy-frame.c (deprecated_generic_find_dummy_frame)
4657         (deprecated_read_register_dummy)
4658         (deprecated_find_dummy_frame_regcache)
4659         (discard_innermost_dummy)
4660         (deprecated_pop_dummy_frame): Delete.
4661         (dummy_frame_this_id): Simplify.
4662         (struct dummy_frame): Delete "fp" and "sp".
4663         (find_dummy_frame): Simplify.
4664         (generic_push_dummy_frame): Do not set "fp" or "sp".
4665         (fprint_dummy_frames): Do not print "fp" and "sp"
4666
4667 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
4668
4669         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4670         (struct i386_insn): New structure.
4671         (i386_match_insn): New function.
4672         (i386_frame_setup_skip_insns): New variable.
4673         (i386_analyze_frame_setup): Change to use i386_match_insn and the
4674         array i386_frame_setup_insns of instructions that should be
4675         skipped inside the frame setup sequence.
4676
4677 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4678
4679         * frame.h (deprecated_frame_xmalloc_with_cleanup)
4680         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4681         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4682         * stack.c (frame_info): Delete references to
4683         DEPRECATED_FRAME_INIT_SAVED_REGS and
4684         deprecated_get_frame_saved_regs.
4685         * frame.c (struct frame_info): Delete saved_regs and extra_info.
4686         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4687         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4688         (frame_unwind_register_signed)
4689         (frame_unwind_register_unsigned)
4690         (frame_unwind_unsigned_register): Use register_size.
4691         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4692         (deprecated_frame_xmalloc_with_cleanup)
4693         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4694         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4695
4696         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4697         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4698         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4699         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4700
4701         * infcall.c (call_function_by_hand): Do not use
4702         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4703         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4704         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4705         DEPRECATED_STACK_ALIGN.
4706
4707 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4708
4709         Committed by Andrew Cagney.
4710         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4711
4712 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4713
4714         * mips-tdep.c (mips16_frame_cache)
4715         (mips16_frame_this_id, mips16_frame_prev_register)
4716         (mips16_frame_unwind, mips16_frame_sniffer)
4717         (mips16_frame_base_address, mips16_frame_base)
4718         (mips16_frame_base_sniffer, mips32_frame_cache)
4719         (mips32_frame_this_id, mips32_frame_prev_register)
4720         (mips32_frame_unwind, mips32_frame_sniffer)
4721         (mips32_frame_base_address, mips32_frame_base)
4722         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4723         separate heuristic mips16 and mips32 unwinders.
4724         (mips_stub_frame_cache, mips_stub_frame_this_id)
4725         (mips_stub_frame_prev_register)
4726         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4727         (mips_stub_frame_base_address, mips_stub_frame_base)
4728         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4729         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4730         match true mdebug frames.
4731         (non_heuristic_proc_desc): Add forward declaration.
4732
4733 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4734
4735         * config/mips/tm-irix6.h: Delete file.
4736         * config/mips/tm-irix5.h: Delete file.
4737         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4738         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4739
4740         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4741         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4742         * config/nm-gnu.h (NO_CORE_OPS): Delete.
4743         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4744         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4745         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4746         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4747         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4748         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4749         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4750         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4751         (TARGET_SIGNAL_RAW_VALUES): Delete.
4752         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4753         Delete.
4754         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
4755         (TARGET_HW_WATCH_LIMIT): Delete.
4756         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4757         * minimon.h: Delete file.
4758
4759         * trad-frame.c (trad_frame_get_this_base)
4760         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4761         functions.
4762         * trad-frame.h (trad_frame_set_this_base)
4763         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4764
4765 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4766
4767         * trad-frame.c (trad_frame_get_prev_register): Rename
4768         trad_frame_get_prev_register.
4769         * vax-tdep.c (vax_frame_prev_register): Update.
4770         * trad-frame.h: Update.
4771         * trad-frame.c (trad_frame_get_register): Update.
4772         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4773         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4774         Update.
4775         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4776         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4777         Update.
4778         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4779         Update.
4780         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4781         Update.
4782         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4783         Update.
4784         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4785         Update.
4786         * s390-tdep.c (s390_frame_prev_register) 
4787         (s390_stub_frame_prev_register) 
4788         (s390_sigtramp_frame_prev_register): Update.
4789         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4790         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4791         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4792         * m88k-tdep.c (m88k_frame_prev_register) 
4793         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
4794         * m32r-tdep.c (m32r_frame_prev_register): Update.
4795         * hppa-tdep.c (hppa_frame_prev_register_helper) 
4796         * frv-tdep.c (frv_frame_prev_register): Update.
4797         * d10v-tdep.c (d10v_frame_prev_register): Update.
4798         * cris-tdep.c (cris_frame_prev_register): Update.
4799         * avr-tdep.c (avr_frame_prev_register): Update.
4800         * arm-tdep.c (arm_prologue_prev_register) 
4801         (arm_sigtramp_prev_register): Update.
4802
4803 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4804
4805         * frame.h (legacy_saved_regs_unwind)
4806         (legacy_frame_chain_valid, legacy_frame_p)
4807         (enum frame_type): Delete UNKNOWN_FRAME.
4808         * dummy-frame.c (dummy_frame_this_id): Simplify.
4809         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4810         * frame.c (struct frame_info): Delete the field "type".
4811         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4812         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4813         (legacy_saved_regs_unwind, legacy_frame_p)
4814         (frame_type_from_pc): Delete.
4815         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4816         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4817
4818 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
4819
4820         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4821         indentation.
4822
4823         * mips-nat.c: Remove file.
4824         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4825         (mips-nat.o): Remove dependency.
4826
4827         * infptrace.c: Update copyright year.
4828         (fetch_register): Pass NULL in regcache_raw_supply call instead of
4829         explicitly setting the buffer to all zeroes.
4830
4831         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4832         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4833
4834 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4835
4836         * GDB 6.2 released from gdb_6_2-branch.
4837
4838 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
4839
4840         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4841
4842         * exec.c (exec_file_attach):
4843         * nto-tdep.c (nto_find_and_open_solib):
4844         * pa64solib.c (pa64_solib_sizeof_symbol_table):
4845         * solib.c (solib_open):
4846         * somsolib.c (som_solib_sizeof_symbol_table):
4847         * source.c (is_regular_file, openp, open_source_file):
4848         * symfile.c (symfile_bfd_open):
4849         * wince.c (upload_to_device): Differentiate between the search for
4850         binary and source files.
4851
4852 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4853
4854         * complaints.c (_initialize_complaints): Pass NULL to
4855         add_setshow_zinteger_cmd for help_doc.
4856         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4857
4858 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4859
4860         Fix PR i18n/761.
4861         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4862         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4863         $(PACKAGE).pot and update-po.
4864         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4865         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4866         (update-po): New rules.
4867         (localedir): Define using autoconf.
4868         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4869         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4870         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4871         * configure.in: Generate CATALOGS and LINGUAS from contents of
4872         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
4873         * configure: Re-generate.
4874         * po/gdbtext: New file
4875         
4876 2004-07-30  Jerome Guitton  <guitton@gnat.com>
4877
4878         * MAINTAINERS: Reorder Write After Approval list in alphabetical
4879         order.
4880
4881 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
4882
4883         * dwarf2read.c (read_file_scope): Set producer if attribute 
4884         present.
4885         (struct dwarf2_cu): Added new member producer.
4886
4887 2004-07-30  Jerome Guitton  <guitton@gnat.com>
4888
4889         * inflow.c (kill_command): release file handles in BFD.
4890         * exec.c (exec_file_attach): Ditto.
4891         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4892
4893 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4894
4895         * PROBLEMS (mips-irix): Note that it is broken.
4896
4897 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4898
4899         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4900         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4901
4902         * config/xm-nbsd.h: Delete file.
4903         * config/arm/xm-nbsd.h: Delete file.
4904         * config/i386/xm-nbsd.h: Delete file.
4905         * config/ns32k/xm-nbsd.h: Delete file.
4906         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4907         * config/i386/nbsdelf.mh (XM_FILE): Delete.
4908         * config/i386/nbsdaout.mh (XM_FILE): Delete.
4909         * config/arm/nbsdelf.mh (XM_FILE): Delete.
4910         * config/arm/nbsdaout.mh (XM_FILE): Delete.
4911
4912         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4913         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4914         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4915         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4916         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4917         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4918
4919         * config/powerpc/xm-linux.h: Delete empty file.
4920         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4921         * config/powerpc/linux.mh (XM_FILE): Delete.
4922         * config/m68k/xm-linux.h: Delete empty file.
4923         * config/m68k/linux.mh (XM_FILE): Delete.
4924         * config/ia64/xm-linux.h: Delete empty file.
4925         * config/ia64/linux.mh (XM_FILE): Delete.
4926         * config/arm/xm-linux.h: Delete empty file.
4927         * config/arm/linux.mh (XM_FILE): Delete.
4928         
4929         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4930         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4931         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4932         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4933         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4934         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4935         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4936         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4937
4938         * config/m68k/xm-m68k.h: Delete file.
4939         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
4940         copyright.
4941         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4942         * config/pa/xm-linux.h: Delete empty file.
4943         * config/pa/linux.mh (XM_FILE): Delete.
4944         * config/i386/xm-i386.h: Delete empty file.
4945         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4946         "i386/xm-i386.h".
4947         * config/i386/obsdaout.mh (XM_FILE): Delete.
4948         * config/i386/obsd64.mh (XM_FILE): Delete.
4949         * config/i386/fbsd64.mh (XM_FILE): Delete.
4950         * config/i386/nto.mh (XM_FILE): Delete.
4951         * config/i386/obsd.mh (XM_FILE): Delete.
4952         * config/i386/linux64.mh (XM_FILE): Delete.
4953         * config/i386/linux.mh (XM_FILE): Delete.
4954         * config/i386/i386sol2.mh (XM_FILE): Delete.
4955         * config/i386/i386gnu.mh (XM_FILE): Delete.
4956         * config/i386/fbsd.mh (XM_FILE): Delete.
4957         * config/i386/nbsd64.mh (XM_FILE): Delete.
4958
4959 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4960
4961         * config/pa/xm-linux.h: Do not include "floatformat.h".
4962         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4963         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4964         * config/i386/xm-i386.h: Do not include "floatformat.h".
4965         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
4966         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4967         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4968         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
4969         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4970         GDB_HOST_LONG_DOUBLE_FORMAT instead.
4971         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4972         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4973         * configure, config.in: Regenerate.     
4974         * configure.host (gdb_host_float_format, gdb_host_double_format)
4975         (gdb_host_long_double_format): Set according to the host.
4976         
4977 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4978
4979         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4980
4981 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4982
4983         * PROBLEMS: Mention threads/1650.
4984         * NEWS: Mention the NPTL fix.
4985
4986 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4987
4988         * cli/cli-decode.c (add_setshow_cmd): Delete function.
4989         (add_setshow_cmd_full): Make static.
4990         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4991         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4992         * cli/cli-decode.c (add_setshow_filename_cmd) 
4993         (add_setshow_string_cmd): New functions.
4994         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
4995         * mips-tdep.c (_initialize_mips_tdep): Update.
4996         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
4997         * cli/cli-logging.c (_initialize_cli_logging): Update.
4998         * complaints.c (_initialize_complaints): Update.
4999         * remote.c (_initialize_remote): Update.
5000         
5001 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5002
5003         * cli/cli-decode.c (add_setshow_zinteger_cmd)
5004         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
5005         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
5006         print parameters.  Make string parameters constant.
5007         * command.h: Update.  Update copyright.
5008         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
5009         * observer.c (_initialize_observer): Ditto.
5010         * frame.c (_initialize_frame): Ditto.
5011         * complaints.c (_initialize_complaints): Ditto.
5012         * maint.c (_initialize_maint_cmds): Ditto.
5013         * target.c (initialize_targets): Ditto.
5014         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
5015         * infcall.c (_initialize_infcall): Ditto.
5016         * arm-tdep.c (_initialize_arm_tdep): Ditto.
5017         * m32r-rom.c (_initialize_m32r_rom): Ditto.
5018         * remote-rdi.c (_initialize_remote_rdi): Ditto.
5019         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
5020         * mips-tdep.c (_initialize_mips_tdep): Ditto.
5021
5022 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5023
5024         * gdbtypes.c (lookup_primitive_typename): Delete function.
5025         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
5026         * ada-lex.l: Use language_lookup_primitive_type_by_name.
5027         * gdbtypes.c (lookup_typename): Ditto.
5028         * f-exp.y (yylex): Ditto.
5029         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
5030
5031         * scm-lang.c (c_builtin_types): Delete extern declaration.
5032         (scm_language_defn): Replace
5033         string_char_type and primitive_type_vector with
5034         la_language_arch_info.
5035         * jv-lang.c (java_language_defn): Replace
5036         string_char_type and primitive_type_vector with
5037         la_language_arch_info.
5038         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
5039         c_builtin_types in comment.
5040         * c-lang.h (struct language_arch_info): Declare opaque.
5041         (c_language_arch_info): Declare.
5042         (c_builtin_types): Delete declaration.
5043         * c-lang.c (c_language_arch_info): Set string_char_type to
5044         builtin_char, not builtin_true_char.  Make global.
5045         (c_builtin_types): Delete array.
5046         (asm_language_defn, minimal_language_defn): Replace
5047         string_char_type and primitive_type_vector with
5048         la_language_arch_info.
5049
5050 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5051
5052         * gdbtypes.h (struct builtin_type): Rename true_char to
5053         builtin_true_char.
5054         * gdbtypes.c (gdbtypes_post_init): Update.
5055         * c-lang.c (arch_info): New function.
5056         (enum c_primitive_types): New enum.
5057         (c_language_defn): Instead of string_char_type and
5058         primitive_type_vector set la_language_arch_info.
5059
5060 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5061
5062         * language.h (struct language_arch_info): Fix typo
5063         s/primative/primitive/.
5064         * gdbtypes.c (lookup_primitive_typename): Ditto.
5065         * language.c (language_lookup_primitive_type_by_name)
5066         (unknown_language_arch_info): Ditto.
5067
5068 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5069
5070         * defs.h (enum language): Add nr_languages.
5071         * language.h (struct language_arch_info): Define.
5072         (struct language_defn): Add la_language_arch_info.
5073         (language_lookup_primative_type_by_name): Declare.
5074         (language_string_char_type): Declare.
5075         * language.c (_initialize_language, language_gdbarch_post_init)
5076         (struct language_gdbarch, language_gdbarch_data): Implement
5077         per-architecture language information.
5078         (unknown_language_arch_info, language_string_char_type)
5079         (language_lookup_primative_type_by_name): New functions.
5080         (unknown_language_defn, auto_language_defn)
5081         (local_language_defn): Set la_language_arch_info to
5082         unknown_language_arch_info.
5083         (unknown_builtin_types): Delete.
5084         * gdbtypes.c (lookup_primitive_typename): Use
5085         language_lookup_primative_type_by_name.
5086         (create_string_type): Use language_string_char_type.
5087         * values.c (value_from_string): Use language_string_char_type.
5088         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5089         * p-lang.c (pascal_language_defn): Ditto.
5090         * m2-lang.c (m2_language_defn): Ditto.
5091         * jv-lang.c (java_language_defn): Ditto.
5092         * objc-lang.c (objc_language_defn): Ditto.
5093         * f-lang.c (f_language_defn): Ditto.
5094         * c-lang.c (c_language_defn, cplus_language_defn) 
5095         (asm_language_defn, minimal_language_defn): Ditto.
5096         
5097 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5098
5099         * gdbtypes.h (struct builtin_type): Declare.
5100         (builtin_type): Declare.
5101         * d10v-tdep.c (d10v_register_type): Use builtin_type.
5102         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5103         (gdbtypes_post_init): New function.
5104         (builtin_type): New function.
5105
5106 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
5107
5108         * remote-m32r-sdi.c: Fix breakpoint bug.
5109         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5110         recv_char_data, recv_long_data): New functions to replace communication
5111         sequences.
5112
5113 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
5114
5115         Document PR threads/1650.
5116         * PROBLEMS (Threads): Document problem with many threads
5117
5118 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5119
5120         * gdb-mi.el: Move from here ...
5121         * mi/gdb-mi.el: ... to here.
5122
5123 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5124
5125         Problem reported by Ashley Pittman <ashley@quadrics.com>.
5126         * main.c (captured_main): When in batch mode always detach.
5127
5128 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5129
5130         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5131         and h8300 as broken.
5132         * NEWS: END-OF-LIFE frame compatibility module.
5133         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5134         specific comments.
5135
5136 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5137
5138         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5139         * xcoffsolib.c (_initialize_xcoffsolib): Update.
5140         * wince.c (_initialize_wince): Update.
5141         * win32-nat.c (_initialize_win32_nat): Update.
5142         * varobj.c (_initialize_varobj): Update.
5143         * valops.c (_initialize_valops): Update.
5144         * utils.c (initialize_utils, initialize_utils): Update.
5145         * tui/tui-win.c (_initialize_tui_win): Update.
5146         * top.c (init_main): Update.
5147         * symfile.c (_initialize_symfile): Update.
5148         * source.c (_initialize_source): Update.
5149         * somsolib.c (_initialize_som_solib): Update.
5150         * solib.c (_initialize_solib): Update.
5151         * solib-frv.c (_initialize_frv_solib): Update.
5152         * serial.c (_initialize_serial): Update.
5153         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5154         * remote.c (_initialize_remote, _initialize_remote): Update.
5155         * remote-vx.c (_initialize_vx): Update.
5156         * remote-utils.c (_initialize_sr_support): Update.
5157         * remote-sds.c (_initialize_remote_sds): Update.
5158         * remote-mips.c (_initialize_remote_mips): Update.
5159         * remote-e7000.c (_initialize_remote_e7000): Update.
5160         * proc-api.c (_initialize_proc_api): Update.
5161         * printcmd.c: Update.
5162         * parse.c (_initialize_parse): Update.
5163         * pa64solib.c (_initialize_pa64_solib): Update.
5164         * p-valprint.c (_initialize_pascal_valprint): Update.
5165         * monitor.c (_initialize_remote_monitors): Update.
5166         * mips-tdep.c (_initialize_mips_tdep): Update.
5167         * mcore-tdep.c (_initialize_mcore_tdep): Update.
5168         * maint.c (_initialize_maint_cmds): Update.
5169         * lin-lwp.c (_initialize_lin_lwp): Update.
5170         * language.c (_initialize_language): Update.
5171         * kod.c (_initialize_kod): Update.
5172         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5173         * i386-tdep.c (_initialize_i386_tdep): Update.
5174         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5175         * gdbarch.sh: Update.
5176         * gdbarch.c: Re-generate.
5177         * gdb-events.sh: Update.
5178         * gdb-events.c: Re-generate.
5179         * frame.c (_initialize_frame): Update.
5180         * exec.c: Update.
5181         * demangle.c (_initialize_demangler): Update.
5182         * dcache.c (_initialize_dcache): Update.
5183         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5184         * cp-valprint.c (_initialize_cp_valprint): Update.
5185         * corefile.c (_initialize_core): Update.
5186         * command.h: Update.
5187         * cli/cli-decode.h: Update.
5188         * cli/cli-cmds.c (init_cli_cmds): Update.
5189         * charset.c (_initialize_charset): Update.
5190         * breakpoint.c (_initialize_breakpoint): Update.
5191         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5192         * alpha-tdep.c (_initialize_alpha_tdep): Update.
5193         * aix-thread.c (_initialize_aix_thread): Update.
5194
5195 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5196
5197         Partial fix for PR backtrace/1718.
5198         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5199         that GCC migrates into the prolugue.  Don't handle any
5200         instructions that clobber %ebx.
5201
5202 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5203
5204         Use regcache_raw_collect instead of regcache_collect.
5205         * regcache.h (regcache_collect): Delete declaration.
5206         * regcache.c (regcache_colect): Delete function.
5207         * win32-nat.c (do_child_store_inferior_registers): Update.
5208         * sol-thread.c (sol_thread_store_registers): Update.
5209         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5210         * rs6000-nat.c (store_register): Update.
5211         * remote.c (store_register_using_P, remote_store_registers): Update.
5212         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5213         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
5214         (fill_vrregset, store_spe_registers, fill_gregset)
5215         (fill_gregset): Update.
5216         * nto-procfs.c (procfs_store_registers): Update.
5217         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5218         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5219         * m68klinux-nat.c (store_register, fill_gregset): Update.
5220         * m68k-tdep.c (fill_gregset): Update.
5221         * infptrace.c (store_register): Update.
5222         * i386-nto-tdep.c (i386nto_regset_fill): Update.
5223         * i386-linux-nat.c (store_register, fill_gregset): Update.
5224         * hppa-linux-nat.c (fill_gregset): Update.
5225         * go32-nat.c (store_register): Update.
5226         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5227         (store_fp_regs): Update.
5228         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
5229         (store_nwfpe_extended, store_fpregister, store_fpregs) 
5230         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5231         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5232         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5233         (store_regs_user_thread, store_regs_kernel_thread): Update.
5234
5235 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5236
5237         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5238         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5239         encoding.
5240         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5241         member of `struct comp_unit'.
5242
5243 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5244
5245         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5246         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5247
5248 2004-07-23  Martin Hunt  <hunt@redhat.com>
5249         Kevin Buettner <kevinb@redhat.com>
5250
5251         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5252         alignment was being added to the offset instead of multiplied.
5253
5254 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
5255
5256         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5257         changed signal trampoline in OpenBSD 3.5-current.
5258
5259         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5260         <machine/pcb.h> and "bsd-kvm.h".
5261         (sparc64nbsd_supply_pcb): New function.
5262         (_initialize_sparc64nbsd_nat): Renamed from
5263         _initialize_sparcnbsd_nat.  Enable libkvm interface.
5264         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5265         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5266         (LOADLIBES): New variable.
5267
5268         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5269
5270         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5271
5272 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5273
5274         Use regcache_raw_supply instead of supply_register.
5275         * regcache.h (supply_register): Delete declaration.
5276         * regcache.c (supply_register): Delete function.
5277         * wince.c (do_child_fetch_inferior_registers): Update.
5278         * win32-nat.c (do_child_fetch_inferior_registers) 
5279         (fetch_elf_core_registers): Update.
5280         * v850ice.c (v850ice_fetch_registers): Update.
5281         * thread-db.c (thread_db_store_registers): Update.
5282         * sol-thread.c (sol_thread_store_registers): Update.
5283         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5284         * rs6000-nat.c (fetch_register): Update.
5285         * rom68k-rom.c (rom68k_supply_one_register): Update.
5286         * remote.c (remote_wait, remote_async_wait): Update.
5287         * remote-st.c (get_hex_regs): Update.
5288         * remote-sim.c (gdbsim_fetch_register): Update.
5289         * remote-sds.c (sds_fetch_registers): Update.
5290         * remote-rdp.c (remote_rdp_fetch_register): Update.
5291         * remote-rdi.c (arm_rdi_fetch_registers): Update.
5292         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5293         * remote-m32r-sdi.c (m32r_fetch_register): Update.
5294         * remote-hms.c (init_hms_cmds): Update.
5295         * remote-est.c (init_est_cmds): Update.
5296         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
5297         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5298         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5299         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
5300         (fetch_register, supply_vrregset, supply_vrregset)
5301         (fetch_spe_registers): Update.
5302         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5303         * monitor.c (monitor_supply_register): Update.
5304         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5305         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5306         (mipsnbsd_supply_fpreg): Update.
5307         * mips-nat.c (fetch_inferior_registers)
5308         (fetch_core_registers): Update.
5309         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
5310         (supply_fpregset, mips64_supply_gregset)
5311         (mips64_supply_fpregset): Update.
5312         * m68klinux-nat.c (fetch_register, supply_gregset)
5313         (supply_fpregset): Update.
5314         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5315         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5316         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5317         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5318         * infptrace.c (fetch_register): Update.
5319         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5320         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5321         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
5322         (gnu_fetch_registers, gnu_store_registers): Update.
5323         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5324         * i386-linux-nat.c (fetch_register, supply_gregset)
5325         (dummy_sse_values): Update.
5326         * hpux-thread.c (hpux_thread_fetch_registers): Update.
5327         * hppah-nat.c (fetch_register): Update.
5328         * hppa-linux-nat.c (fetch_register, supply_gregset) 
5329         (supply_fpregset): Update.
5330         * go32-nat.c (fetch_register): Update.
5331         * dve3900-rom.c (fetch_bitmapped_register)
5332         (_initialize_r3900_rom): Update.
5333         * cris-tdep.c (supply_gregset): Update.
5334         * abug-rom.c (init_abug_cmds): Update.
5335         * core-aout.c (fetch_core_registers): Update.
5336         * armnbsd-nat.c (supply_gregset, supply_fparegset)
5337         (fetch_register, fetch_fp_register): Update.
5338         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5339         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5340         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5341         * alphanbsd-tdep.c (fetch_core_registers): Update.
5342         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5343         * alpha-nat.c (fetch_osf_core_registers) 
5344         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5345         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
5346         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5347
5348 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5349
5350         * PROBLEMS: Mention breakpoints/1702.
5351         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5352         that is known to work.
5353
5354 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5355
5356         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5357         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5358         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5359         (handle_inferior_event): Wrap call to deprecated
5360         IGNORE_HELPER_CALL in #ifdef.
5361         * config/mips/tm-nbsd.h: Update.
5362
5363 2004-07-20  Jim Blandy  <jimb@redhat.com>
5364
5365         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5366         bfd_mach_ppc has no segment registers.
5367
5368         Include PowerPC SPR numbers for special-purpose registers.
5369         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5370         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5371         new member in initializer.
5372         (S, S4, SN4, S64): New macros for defining special-purpose
5373         registers.
5374         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5375         registers_403, registers_403GC, registers_505, registers_860,
5376         registers_601, registers_602, registers_603, registers_604,
5377         registers_750, registers_e500): Use them.
5378
5379         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5380         replace references with expression used to initialize variable.
5381
5382 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5383
5384         * breakpoint.c (deprecated_read_memory_nobpt): Rename
5385         read_memory_nobpt.
5386         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5387         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5388         (s390_sigtramp_frame_sniffer): Update.
5389         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5390         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5391         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
5392         (mips32_fetch_instruction): Update.
5393         * mcore-tdep.c (get_insn): Update.
5394         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5395         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5396         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5397         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
5398         (i386_linux_rt_sigtramp_start): Update.
5399         * i386-linux-nat.c (child_resume): Update.
5400         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5401         * hppa-linux-tdep.c (insns_match_pattern): Update.
5402         * gdbcore.h: Update.
5403         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5404         * frame.c (safe_frame_unwind_memory): Update.
5405         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5406         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5407         * alpha-tdep.c (alpha_read_insn): Update.
5408
5409 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5410
5411         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5412         containing both bytes and mask.  Add "frame_type".
5413         * tramp-frame.c (tramp_frame_start): Update.
5414         (tramp_frame_prepend_unwinder): Update.
5415         * mips-linux-tdep.c (mips_linux_o32_sigframe)
5416         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5417         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
5418         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5419
5420 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
5421
5422         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5423         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5424         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5425         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5426
5427 2004-07-17  Andrew Cagney  <cagney@gnu.org>
5428
5429         * NEWS, PROBLEMS: Update for 6.2.
5430
5431         * README: Update to 6.2.
5432
5433         * utils.c (xvasprintf): Call xstrvprintf.
5434
5435         * parse.c: Update copyright.
5436         (null_post_parser): Eliminate ARGSUSED.
5437
5438         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5439         * tui/tui-win.c (tui_get_cmd_list): Ditto.
5440         * symfile-mem.c (_initialize_symfile_mem): Ditto.
5441         
5442         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5443         * ppc-linux-nat.c: Use "Linux kernel".
5444         * hppa-linux-tdep.c: Use GNU/Linux.
5445         * hppa-linux-nat.c: Use GNU/Linux.
5446         * dwarfread.c: Add [sic] to use of Linux.
5447
5448         * hppa-linux-nat.c: Do not include <string.h>.
5449         (supply_fpregset): Remove "register" attribute.
5450
5451         * solib-frv.c (fetch_loadmap): Use xfree, not free.
5452
5453 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
5454
5455         * configure.in: Define _MSE_INT_H on Solaris 9 too.
5456         * configure, config.in: Regenerated.
5457
5458         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5459         "bsd-kvm.h".
5460         (vaxbsd_supply_pcb): New function.
5461         (_initialize_vaxbsd_nat): New prototype and function.
5462         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5463         solib-sunos.o.
5464         (LOADLIBES): New variable.
5465         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5466         (LOADLIBES): New variable.
5467         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5468         (LOADLIBES): New variable.
5469         * Makefile.in (vaxbsd-nat.o): Update dependencies.
5470
5471 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5472
5473         * defs.h (event_loop_p): Replace variable declaration with macro,
5474         always 1.
5475         * main.c (captured_main): Delete options "-async" and "-noasync".
5476         (event_loop_p): Delete variable.
5477         * NEWS: Mention that "-async" and "-noasync" were removed.
5478
5479 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5480
5481         * remote-m32r-sdi.c: Re-indent.
5482
5483 2004-07-16  Jim Blandy  <jimb@redhat.com>
5484
5485         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5486         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5487         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5488         missing MPC823 SPRs.
5489         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5490         incorrect.  (This was corrected in GDB's register name tables on
5491         2004-07-14.)
5492
5493         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5494         should be "esasrr" ("ESA Save and Restore Register").
5495
5496 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5497
5498         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5499         calls, no longer applicable.  Update comments and rename parameter
5500         "step_frame" to "return_frame".
5501
5502 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5503
5504         * frame.c (fprint_field): New function.
5505         (fprint_frame_id): Use fprint_field.
5506
5507 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
5508
5509         * ada-lang.c (ada_language_defn): Remove commented out code.
5510
5511 2004-07-15  Jim Blandy  <jimb@redhat.com>
5512
5513         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5514         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5515
5516 2004-07-14  Jim Blandy  <jimb@redhat.com>
5517
5518         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5519
5520         * ppc-tdep.h (ppc_num_vrs): New enum constant.
5521
5522         * ppc-tdep.h (ppc_num_srs): New enum constant.
5523
5524         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5525         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5526         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5527         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5528         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5529         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5530         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5531         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5532         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5533         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5534         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5535         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5536         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5537         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5538         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5539         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5540         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5541         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5542         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5543         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5544         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5545         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5546         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5547         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5548         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5549         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5550         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5551         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5552         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5553         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5554         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5555         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5556         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5557         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5558         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5559         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5560         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5561         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5562         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5563         special-purpose register numbers.
5564
5565         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
5566         manual mentions 'md_twb', but many mention 'm_twb', and at that
5567         point in the register list.)
5568
5569 2004-07-14  Andrew Cagney  <cagney@gnu.org>
5570
5571         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5572         instead of "internal-error".
5573
5574 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
5575
5576         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5577         that was inserted inside a comment.
5578
5579 2004-07-10  Randolph Chung  <tausq@debian.org>
5580
5581         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
5582         function.
5583         (hppa_hpux_push_dummy_code): New function.
5584         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5585         Set find_global_pointer method.
5586
5587 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
5588
5589         * NEWS: Mention BSD libkvm interface.
5590
5591 2004-07-10  Michael Snyder  <msnyder@redhat.com>
5592
5593         * symfile.c (generic_load): Comment typo.
5594         * stack.c (get_selected_block): Ditto.
5595         * regcache.c (regcache_cooked_read): Ditto.
5596         * monitor.c (monitor_debug): Ditto.
5597         * mips-tdep.c (mips_read_pc): Ditto.
5598         * i386-linux-nat.c (ps_get_thread_area): Ditto.
5599         * gdb_mbuild.sh: Ditto.
5600         * gdbarch.sh: Ditto.
5601         * gdbarch.h: Ditto.
5602
5603 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
5604
5605         * ada-tasks.c: Remove file.
5606         
5607         Remove ARI problems:
5608         
5609         * ada-exp.y (write_var_from_sym): Reformat to put operator at
5610         beginning of line.
5611
5612         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5613         Add comment.
5614         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5615         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
5616         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
5617         (UMIN_OF_SIZE): Remove.
5618         (max_of_type): New function to replace orphan macro in gdbtypes.h
5619         (min_of_type): Ditto.
5620         (discrete_type_high_bound): Use max_of_type.
5621         (discrete_type_low_bound): Use min_of_type.
5622         (possible_user_operator_p): Move operator to beginning of line.
5623         (ada_is_variant_part): Ditto.
5624         (ensure_lval): Rewrite to avoid deprecated operations.
5625         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5626         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5627         (ada_enum_name): Remove assignments in 'if' statements.
5628         (build_ada_types): Add gdbarch parameter.
5629         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5630         with gdbarch_data_register_post_init.
5631         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
5632         add_show_from_set.
5633
5634         * ada-valprint.c (inspect_it): Remove declaration.
5635         (repeat_count_threshold): Remove declaration.
5636         (ada_print_floating): Remove assignments in 'if' statements.
5637         (print_str): Move operator to beginning of line.
5638         
5639 2004-07-08  Jim Blandy  <jimb@redhat.com>
5640
5641         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5642
5643 2004-07-08  Bob Rossi  <bob@brasko.net>
5644
5645         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5646
5647 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
5648
5649         * language.h (struct_language_defn): Add new function pointer:
5650         la_class_name_from_physname.  Also add new prototype for
5651         language_class_name_from_physname.
5652         * language.c (language_class_name_from_physname): New function.
5653         (unk_lang_class_name): Ditto.
5654         (unknown_language_defn, auto_language_defn): Change
5655         to add unk_lang_class_name function pointer for
5656         la_class_name_from_physname.
5657         (local_language_defn): Ditto.
5658         * dwarf2read.c (guess_structure_name): Change to call
5659         language_class_name_from_physname.
5660         (determine_class_name): Ditto.
5661         * cp-support.c (class_name_from_physname): Renamed.
5662         (cp_class_name_from_physname): New name of function.
5663         * cp-support.h: Ditto.
5664         * c-lang.c (c_language_defn): Change to add NULL
5665         for class_name_from_physname function pointer.
5666         (cplus_language_defn): Change to add cp_class_name_from_physname.
5667         * jv-lang.c (java_class_name_physname): New function.
5668         (java_find_last_component): New static routine.
5669         (java_language_defn): Add java_class_name_from_physname pointer.
5670         * ada-lang.c (ada_language_defn): Change to add NULL
5671         for class_name_from_physname function pointer.
5672         * f-lang.c (f_language_defn): Ditto.
5673         * m2-lang.c (m2_language_defn): Ditto.
5674         * objc-lang.c (objc_language_defn): Ditto.
5675         * p-lang.c (pascal_language_defn): Ditto.
5676         * scm-lang.c (scm_language_defn): Ditto. 
5677
5678 2004-07-06  Andrew Cagney  <cagney@gnu.org>
5679
5680         Patch from Bart Robinson.
5681         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5682         (O_LARGEFILE): Define to 0, if not defined.
5683
5684 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5685
5686         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5687         <machine/pcb.h> and "bsd-kvm.h".
5688         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5689         (m68kbsd_supply_pcb): New function.
5690         (_initialize_m68kbsd_nat): New prototype and function.
5691         * Makefile.in (m68kbsd-nat.o): Update dependencies.
5692         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5693         (LOADLIBES): New variable.
5694         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5695         (LOADLIBES): New variable.
5696
5697         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5698
5699 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5700
5701         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5702         <sys/proc.h>.
5703         (bsd_kvm_cmdlist): New variable.
5704         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5705         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5706         command and "kvm proc" command.
5707         * Makefile.in (bsd-kvm.o): Update dependencies.
5708
5709 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
5710
5711         * osabi.c: Update copyright year.
5712         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
5713         notes if EI_OSABI is set to ELFOSABI_HPUX.
5714
5715 2004-07-01  Michael Snyder  <msnyder@redhat.com>
5716
5717         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5718         that seems to have gotten whacked out of line.
5719
5720 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
5721
5722         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5723         code.
5724
5725 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5726
5727         * ada-lang.c (decode_packed_array): Minor change to comment.
5728         (ada_value_slice_ptr): New function. 
5729         (ada_value_slice): New function. 
5730         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5731         test.  Don't know why it is there.
5732         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5733         to avoid dereferencing huge arrays from which one is slicing.  
5734         (empty_array): Correct to return an array rather than
5735         a subrange value.
5736         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5737         on empty arrays (let'em use 'FIRST instead).
5738
5739 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5740
5741         Address complaints from gdb_ari.sh:
5742         
5743         * ada-exp.y: Include gdb_string.h rather than string.h.
5744         (convert_char_literal): Reformat declaration.
5745         * ada-lang.h: Include opaque struct declaration for struct frame_info.
5746         * ada-lex.l: Change use of free to xfree (the macro would do so
5747         anyway, but this is harmless).
5748         Include gdb_string.h rather than string.h.
5749         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5750         
5751         * ada-lang.c (parse): Remove K&Rism in parameter list.
5752         (is_name_suffix): Correct Linux => GNU/Linux in comment.
5753         
5754 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5755
5756         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5757         dead code.
5758
5759 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5760
5761         * alphabsd-nat.c: Update copyright year.
5762         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5763
5764 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
5765
5766         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5767         (i386_cygwin_in_solib_call_trampoline): New function.
5768         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5769         and skip_trampoline_code gdbarch methods.
5770
5771 2004-06-29  Jim Blandy  <jimb@redhat.com>
5772
5773         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5774         name actually used in the dependency lists.
5775
5776 2004-06-29  Randolph Chung  <tausq@debian.org>
5777
5778         * NEWS (New native configurations): Mention GNU/Linux/hppa.
5779
5780 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5781
5782         * win32-nat.c (child_pid_to_exec_file): New function.
5783         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5784         functionality.
5785
5786 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5787
5788         * defs.h (xstrvprintf): Declare.
5789         * utils.c (xstrvprintf): New function.
5790         (internal_vproblem, xstrprintf, xasprintf) 
5791         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5792         * serial.c (serial_printf): Ditto.
5793         * complaints.c (vcomplaint): Ditto.
5794
5795 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5796
5797         * infcmd.c (attach_command): Move call to target_terminal_inferior
5798         behind loading symbol table.
5799
5800 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5801
5802         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5803         change - add back extern deprecated_ui_loop_hook declaration.
5804
5805 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5806
5807         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5808         xstrprintf.
5809         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5810         (c_value_of_variable): Ditto.
5811         * utils.c (internal_vproblem): Ditto.
5812         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5813         * remote.c (add_packet_config_cmd): Ditto.
5814         * remote-rdp.c (rdp_set_command_line): Ditto.
5815         * regcache.c (regcache_dump): Ditto.
5816         * frv-tdep.c (new_variant, new_variant): Ditto.
5817         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5818         (fbsd_find_memory_regions): Ditto.
5819         * breakpoint.c (create_thread_event_breakpoint) 
5820         (create_breakpoints): Ditto.
5821         * aix-thread.c (aix_thread_pid_to_str): Ditto.
5822         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
5823
5824 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
5825
5826         * ada-lang.c: Re-indent file, with some massaging to help indent
5827         a bit when the result is otherwise really too ugly.
5828
5829 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
5830
5831         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
5832         code_addr_p and special_addr_p to 'unsigned int'.
5833
5834 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5835
5836         * i386v4-nat.c: Update copyright year and tweak comment.
5837         (regmap): Remove trailing comma.
5838         (supply_gregset): Rename local variable i to regnum.  Call
5839         regcache_raw_supply instead of supply_register.
5840         (fill_gregset): Rename argument regno to regnum.  Call
5841         regcache_raw_collect instead of regcache_collect.
5842
5843 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
5844
5845         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5846         and special_addr_p.
5847         (frame_id_build, frame_id_build_special): Update comments.
5848         (frame_id_build_wild): New prototype.
5849         * frame.c (frame_id_build, frame_id_build_special): Fill in new
5850         struct frame_id fields.
5851         (frame_id_build_wild): New function.
5852         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5853
5854 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5855
5856         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5857         hppabsd-tdep.c.
5858
5859 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
5860
5861         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5862
5863 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
5864
5865         * ada-lang.c: Re-indent file.
5866
5867 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
5868
5869         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5870         (no_symtab_msg): Likewise.
5871
5872 2004-06-27  Andreas Schwab  <schwab@suse.de>
5873
5874         * source.c: Fix whitespace.
5875
5876 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5877
5878         * configure.in: Include <sys/param.h> for td_pcb test.
5879         * configure: Regenerated.
5880
5881         * i386nbsd-nat.c: New file.
5882         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5883         i386obsd-nat.c and i386obsd-tdep.c.
5884         (i386nbsd-nat.o): New dependency.
5885         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5886         bsd-kvm.o.
5887         (LOADLIBES): New variable.
5888         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5889         bsd-kvm.o.
5890         (LOADLIBES): New variable.
5891
5892         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5893         (LOADLIBES): New variable.
5894
5895         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5896         fetching from BSD_KVM_PADDR.  Correctly lookup address for
5897         "_thread0".
5898
5899         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5900         "bsd-kvm.h".
5901         (amd64fbsd_supply_pcb): New funcion.
5902         (_initialize_amd64fbsd_nat): Enable libkvm interface.
5903
5904 2004-06-27    <david@streamline-computing.com>
5905
5906         Partial fix for PR cli/1056.
5907         * valarith.c: Check for zero in division and remainder 
5908         evaluation.
5909
5910 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5911
5912         * i387-tdep.c: Remove excessive whitespace.
5913
5914 2004-06-26  Andrew Cagney  <cagney@gnu.org>
5915
5916         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5917         * gdb-events.h, gdb-events.c: Re-generate.
5918         * tui/tui-hooks.c (tui_install_hooks): Update.
5919         (tui_remove_hooks): Update.
5920         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5921
5922 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
5923
5924         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5925         (gregset_t, fpregset_t): Remove typedefs.
5926         (REG_OFFSET): Rename argument.
5927         (amd64bsd_r_reg_offset): Rename from reg_offset.
5928         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5929         Remove functions.
5930         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5931         of reg_offset.
5932         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5933
5934         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5935
5936         * vax-tdep.c: Tweak comment.
5937
5938         Add OpenBSD/hppa support.
5939         * NEWS (New native configurations): Mention OpenBSD/hppa.
5940         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5941         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5942         files.
5943         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5944         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5945         * configure.host: Add hppa*-*-openbsd*.
5946         * configure.tgt: Add hppa*-*-openbsd*.
5947
5948 2004-06-25  Andrew Cagney  <cagney@gnu.org>
5949
5950         * defs.h (deprecated_ui_loop_hook): Deprecated.
5951         * wince.c (child_wait): Update.
5952         * win32-nat.c (child_wait): Update.
5953         * v850ice.c (v850ice_wait): Update.
5954         * top.c (deprecated_ui_loop_hook): Update.
5955         * serial.h: Update.
5956         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
5957         (do_unix_readchar): Update.
5958         * ser-tcp.c (net_open): Update.
5959         * remote-sim.c (gdb_os_poll_quit): Update.
5960         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5961
5962 2004-06-24  Andrew Cagney  <cagney@gnu.org>
5963
5964         * defs.h (deprecated_pre_add_symbol_hook)
5965         (deprecated_post_add_symbol_hook): Deprecated.
5966         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
5967         (symbol_file_add_with_addrs_or_offsets): Update references.
5968
5969 2004-06-24  Andrew Cagney  <cagney@gnu.org>
5970
5971         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5972         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5973         * wince.c (ui_loop_hook): Delete extern declaration.
5974         * win32-nat.c (ui_loop_hook): Delete extern declaration..
5975         * v850ice.c (ui_loop_hook): Delete extern declaration..
5976         * ser-unix.c (ui_loop_hook): Delete extern declaration..
5977         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5978         * remote-sim.c (ui_loop_hook): Delete extern declaration..
5979         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5980         ui_loop_hook declaration.
5981
5982 2004-06-24  Andrew Cagney  <cagney@gnu.org>
5983
5984         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5985         entry_func_highpc fields.
5986         * objfiles.c (init_entry_point_info): Do not clear
5987         entry_func_lowpc and entry_func_highpc.
5988         (objfile_relocate): Do not relocate entry_func_lowpc and
5989         entry_func_highpc.
5990         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5991         entry_func_highpc.
5992         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5993         entry_func_highpc.
5994         * blockframe.c (legacy_frame_chain_valid): Replace tests against
5995         entry_func_lowpc and entry_func_highpc with call to
5996         inside_entry_func.
5997
5998 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
5999
6000         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
6001         quad-precision floating point arguments in registers.
6002
6003 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6004
6005         From Michael Mueller <m.mueller99@kay-mueller.de>:
6006         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
6007         account.
6008
6009 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
6010
6011         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
6012         to -1.
6013         * breakpoint.c (bpstat_stop_status): Move check for ignoring
6014         untriggered watchpoints to a separate if clause.  Update function
6015         comment regarding STOPPED_BY_WATCHPOINT argument.
6016
6017 2004-06-22  Jim Blandy  <jimb@redhat.com>
6018
6019         * gdbarch.sh: Doc fix.
6020
6021 2004-06-21  Martin Hunt  <hunt@redhat.com>
6022         Kevin Buettner <kevinb@redhat.com>
6023
6024         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
6025         * mips-tdep.h (MIPS_SP_REGNUM): Define.
6026         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
6027         to set_gdbarch_sp_regnum().  Use cooked register number.
6028         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
6029
6030 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6031
6032         * gdbarch.sh: When the macro field is empty, do not generate a
6033         macro definition.  When the macro field is "=", generate the macro
6034         name from the upper-case function name.
6035         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
6036         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
6037         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
6038         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
6039         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
6040         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
6041         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
6042         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
6043         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
6044         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
6045         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
6046         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
6047         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6048         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6049         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6050         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6051         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6052         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6053         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6054         (DEPRECATED_USE_STRUCT_CONVENTION)
6055         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6056         (DEPRECATED_FRAME_INIT_SAVED_REGS)
6057         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6058         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6059         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6060         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6061         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6062         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6063         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6064         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6065         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6066         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6067         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6068         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6069         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6070         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6071         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6072         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6073
6074 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6075
6076         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6077         macro name, and the function rather than macro value.  Only wrap
6078         macro print statements in #ifdef.  Move format logic to where it
6079         is needed.
6080         * gdbarch.c: Re-generate.
6081         
6082         * gdbarch.sh (read): Delete "print_p" and "description", add
6083         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
6084         Delete references to print_p.
6085         (TARGET_ARCHITECTURE): Delete print predicate.
6086         * gdbarch.c: Re-generate.
6087         
6088         * gdbarch.sh: Check that multi-arch methods do not provide a
6089         macro.
6090         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6091         (print_registers_info, print_float_info, print_vector_info)
6092         (adjust_breakpoint_address, remote_translate_xfer_address)
6093         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6094         (address_class_type_flags_to_name, unwind_sp): Remove the macro
6095         name from the multi-arch definition.
6096         
6097 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6098
6099         * gdbarch.sh: Sort by the function, instead of macro name.
6100         * gdbarch.c: Re-generate.
6101         
6102 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6103
6104         * gdbarch.sh: Use the function, instead of macro name in
6105         errors and the log file.
6106         (return_value): Remove stray ":" in spec.
6107
6108         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6109         * gdbarch.h, gdbarch.c: Re-generate.
6110         * Makefile.in (arch-utils.o): Update dependencies.
6111         * values.c (using_struct_return): Move code calling
6112         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6113         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6114         to legacy_return_value, simplify.
6115         * infcmd.c (print_return_value): Move code calling
6116         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6117         to legacy_return_value, simplify.
6118         * infcall.c (call_function_by_hand): Move code calling
6119         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6120         * arch-utils.c: Update copyright.  Include "gdbcore.h".
6121         (legacy_return_value): New function.
6122         * arch-utils.h: Update copyright.
6123         (legacy_return_value): Declare.
6124         
6125 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6126
6127         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6128         * gdbarch.h, gdbarch.c: Re-generate.
6129         * values.c (using_struct_return): Update call.
6130         * mcore-tdep.c: Update comment.
6131         * infcall.c (call_function_by_hand): Update comment.
6132         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6133         * arch-utils.h (always_use_struct_convention): Update.
6134         * v850-tdep.c (v850_gdbarch_init): Update.
6135         * sh64-tdep.c (sh64_gdbarch_init): Update.
6136         * sh-tdep.c (sh_gdbarch_init): Update.
6137         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6138         * mips-tdep.c (mips_gdbarch_init): Update.
6139         * mcore-tdep.c (mcore_gdbarch_init): Update.
6140         * m32r-tdep.c (m32r_gdbarch_init): Update.
6141         * ia64-tdep.c (ia64_gdbarch_init): Update.
6142         * h8300-tdep.c (h8300_gdbarch_init): Update.
6143         * frv-tdep.c (frv_gdbarch_init): Update.
6144         * cris-tdep.c (cris_gdbarch_init): Update.
6145         * arm-tdep.c (arm_gdbarch_init): Update.
6146         * alpha-tdep.c (alpha_gdbarch_init): Update.
6147
6148 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
6149
6150         * PROBLEMS: Add more specific information, and a work-around,
6151         for PR gdb/1458.
6152
6153 2004-06-18  Andrew Cagney  <cagney@gnu.org>
6154
6155         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6156         * gdbarch.h, gdbarch.c: Re-generate.
6157         * ada-lang.c (ada_finish_decode_line_1): Update.
6158         * infrun.c (handle_inferior_event): Update.
6159         * infcall.c (find_function_addr): Update.
6160         * linespec.c (minsym_found): Update.
6161         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6162         Update.
6163         * blockframe.c (legacy_frameless_look_for_prologue): Update.
6164         * cli/cli-cmds.c (disassemble_command): Update.
6165         * vax-tdep.c (vax_gdbarch_init): Update.
6166
6167 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
6168
6169         * i386-tdep.c (i386_collect_fpregset): Fix comment.
6170
6171 2004-06-17  Andrew Cagney  <cagney@gnu.org>
6172
6173         GDB 6.1.1 released from the GDB 6.1 branch.
6174         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6175         * PROBLEMS: Ditto.
6176
6177 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
6178
6179         PR gdb/1658
6180         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6181         operation as a uleb128.  Found by Michael Coulter.
6182
6183 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
6184         
6185         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6186         make it non-static.
6187         * ada-lang.h (task_control_block): declaration moved from ada-task.c
6188         to ada-lang.h; this is needed to be able to implement the kill command
6189         in multi-task mode.
6190         (task_ptid): Ditto.
6191         (task_entry): Ditto.
6192         (task_list): Ditto.
6193         (ada_build_task_list): Ditto.
6194         
6195         * ada-lang.c: Conditionalize routines and data structures related 
6196         to breakpoints, exceptions, completion, and symbol caching on 
6197         GNAT_GDB, since these are not yet used in the submitted public sources.
6198         (ada_main_name): Editorial: Move definition out of exception-related 
6199         code.
6200
6201 2004-06-15  Andrew Cagney  <cagney@gnu.org>
6202
6203         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6204         deprecated_pc_in_call_dummy.
6205
6206 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
6207
6208         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6209         bfd_get_section_size_before_reloc or _raw_size.
6210         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6211         * dwarf2read.c (dwarf2_locate_sections): Likewise.
6212         (dwarf2_read_section): Likewise.
6213         * elfread.c (elf_locate_sections): Likewise.
6214         * gcore.c (derive_heap_segment): Likewise.
6215         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6216         * remote-e7000.c (e7000_load): Likewise.
6217         * remote-m32r-sdi.c (m32r_load): Likewise.
6218         * remote-mips.c (mips_load_srec): Likewise.
6219         (pmon_load_fast): Likewise.
6220         * remote.c (compare_sections_command): Likewise.
6221         * symfile.c (add_section_size_callback): Likewise.
6222         (load_section_callback): Likewise.
6223         (pc_in_unmapped_range): Likewise.
6224         (pc_in_mapped_range): Likewise.
6225         (sections_overlap): Likewise.
6226         (list_overlays_command): Likewise.
6227         (simple_overlay_update_1): Likewise.
6228         (simple_overlay_update): Likewise.
6229         * tracepoint.c (remote_set_transparent_ranges): Likewise.
6230         * win32-nat.c (core_section_load_dll_symbols): Likewise.
6231
6232 2004-06-14  Randolph Chung  <tausq@debian.org>
6233
6234         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6235         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
6236         static.
6237         (hppa_hpux_inferior_created): New function.
6238         (hppa_hpux_init_abi): Register observer.
6239         * symfile.c (hp_cxx_exception_support_initialized)
6240         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6241         (symbol_file_add_main_1, symbol_file_clear): Likewise.
6242
6243 2004-06-14  Randolph Chung  <tausq@debian.org>
6244
6245         * MAINTAINERS (Write After Approval): Alphabetize my entry
6246         correctly.
6247
6248 2004-06-14  Andrew Cagney  <cagney@gnu.org>
6249
6250         * MAINTAINERS (testsuite): List Michael Chastain as the lead
6251         testsuite maintainer.
6252
6253 2004-06-13  Andrew Cagney  <cagney@gnu.org>
6254
6255         * infcmd.c (print_return_value): Fix logic, allow
6256         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6257
6258         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6259         defining any macros.
6260         * gdbarch.h: Re-generate.
6261
6262         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
6263         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6264         * gdbarch.h: Re-generate.
6265
6266         * values.c (generic_use_struct_convention): Don't check gcc_p.
6267
6268         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6269         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6270         * gdbarch.h, gdbarch.c: Regenerate.
6271         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
6272         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6273         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6274         deprecated_max_register_raw_size and
6275         deprecated_max_register_virtual_size.
6276         * v850-tdep.c (v850_gdbarch_init): Ditto.
6277         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6278         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6279         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6280         * cris-tdep.c (cris_gdbarch_init): Ditto.
6281
6282         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6283         * gdbarch.h, gdbarch.c: Re-generate.
6284         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6285         (m68hc11_use_struct_convention): Delete function.
6286         (m68hc11_extract_struct_value_address): Delete function.
6287         (m68hc11_return_value): New function.
6288         (m68hc11_gdbarch_init): Instead of store_return_value,
6289         extract_return_value, return_value_on_stack,
6290         deprecated_extract_struct_value_address and use_struct_convention,
6291         set return_value.
6292         * values.c (using_struct_return): Do not call
6293         RETURN_VALUE_ON_STACK.
6294         * arch-utils.h (generic_return_value_on_stack_not): Delete
6295         declaration.
6296         * arch-utils.c (generic_return_value_on_stack_not): Delete
6297         function.
6298         
6299 2004-06-12  Andrew Cagney  <cagney@gnu.org>
6300
6301         * values.c (register_value_being_returned): Delete function.
6302         * infcmd.c (legacy_return_value): Delete function.
6303         * infcall.c (call_function_by_hand): Inline
6304         "register_value_being_returned", simplify.
6305         * values.c (using_struct_return): Update comment, refer to
6306         print_return_value instead of register_value_being_returned.
6307         * infcmd.c (print_return_value): Inline calls to
6308         register_value_being_returned and legacy_return_value.  Simplify.
6309
6310 2004-06-11  Randolph Chung  <tausq@debian.org>
6311
6312         * somread.c (som_symtab_read): Exclude gcc local symbols.
6313
6314 2004-06-11  Randolph Chung  <tausq@debian.org>
6315
6316         * infrun.c (handle_inferior_event): Handle the case when a
6317         trampoline ends up in the runtime resolver, and if the trampoline
6318         has no name.  Rearrange the code so that all the trampoline
6319         processing happens before other step-out-of-range handling.
6320
6321 2004-06-11  Martin Hunt  <hunt@redhat.com>
6322
6323         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6324         has no fpu.
6325
6326 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6327
6328         * blockframe.c (legacy_inside_entry_func): Delete.
6329         (legacy_frame_chain_valid): Inline call to
6330         legacy_inside_entry_func, simplify.
6331
6332 2004-06-10  Bob Rossi  <bob@brasko.net>
6333
6334         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6335         * dwarf2read.c (partial_die_info): Add dirname field.
6336         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6337         (read_partial_die): Save away DW_AT_comp_dir.
6338         * defs.h (symtab_to_filename): Removed.
6339         * source.c (find_and_open_source): Added.
6340         (open_source_file): Just calls find_and_open_source.
6341         (symtab_to_filename): Removed.
6342         (symtab_to_fullname, psymtab_to_fullname): Added.
6343         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6344         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6345         symtab_to_filename.
6346         * symtab.h (partial_symtab): Add dirname field.
6347         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6348         (mi_cmd_file_list_exec_source_file): Call new function
6349         symtab_to_fullname to find fullname.
6350         (mi_cmd_file_list_exec_source_files): Added.
6351         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6352         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6353
6354 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6355
6356         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6357         to generic_use_struct_convention, the default value.
6358
6359         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6360         of abort.
6361
6362         * ns32k-tdep.c (ns32k_push_arguments): New function.
6363         (ns32k_gdbarch_init): Set deprecated_push_arguments.
6364         * infcall.c (call_function_by_hand): Call error instead of
6365         legacy_push_arguments.
6366         * value.h (legacy_push_arguments): Delete declaration.
6367         * valops.c (legacy_push_arguments): Delete function.
6368         (value_push): Delete function.
6369
6370 2004-06-10  Brian Ford  <ford@vss.fsi.com>
6371
6372         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6373         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
6374         info.
6375         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6376
6377 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6378
6379         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6380         * gdbarch.h, gdbarch.c: Re-generate.
6381         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6382         parameters.
6383         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6384         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6385         deprecated_pc_in_call_dummy instead of
6386         DEPRECATED_PC_IN_CALL_DUMMY.
6387         (arm_skip_prologue): Ditto.
6388         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6389         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6390         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6391         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6392         Ditto.
6393         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
6394         (sh64_init_extra_frame_info, sh64_get_saved_register) 
6395         (sh64_pop_frame): Ditto.
6396         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6397         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
6398         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6399         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
6400         (h8300_pop_frame): Ditto.
6401         * blockframe.c (legacy_inside_entry_func) 
6402         (legacy_frame_chain_valid): Ditto.
6403         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6404         to deprecated_pc_in_call_dummy.
6405         
6406 2004-06-09  Andrew Cagney  <cagney@gnu.org>
6407
6408         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6409         provide a default value.
6410         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6411         * gdbarch.h, gdbarch.c: Re-generate.
6412         * arch-utils.c (generic_convert_register_p): Rename
6413         legacy_convert_register_p
6414         (legacy_register_to_value, legacy_value_to_register): Delete
6415         functions.
6416         * arch-utils.h (generic_convert_register_p): Rename
6417         legacy_convert_register_p.
6418         (legacy_register_to_value, legacy_value_to_register): Delete
6419         declarations.
6420
6421         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6422         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6423         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6424         * gdbarch.h, gdbarch.c: Re-generate.
6425         * infcmd.c (default_print_registers_info): Simplify.
6426         * findvar.c (value_of_register): Simplify.
6427         * mi/mi-main.c (get_register): Simplify.
6428         * arch-utils.c (legacy_convert_register_p): Always return 0.
6429         (legacy_register_to_value, legacy_value_to_register): Always call
6430         internal_error.
6431
6432         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6433         #ifdef CLEAR_INSN_CACHE code.
6434         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6435         Delete #ifdef CLEAR_DEFERRED_STORES code.
6436
6437         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6438
6439         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6440         copyright.
6441         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6442
6443         * config/mips/mipsv4.mh: Delete file.
6444
6445         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6446         unreferenced macro.
6447         (hpread_adjust_stack_address): Delete declaration.
6448
6449 2004-06-08  Andrew Cagney  <cagney@gnu.org>
6450
6451         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6452         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6453         PTRACE_ATTACH / PTRACE_DETACH available call error.
6454         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6455         * infttrace.c (update_thread_state_after_attach, attach, detach):
6456         Remove #ifdef wrappers.
6457         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6458         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6459         * config/nm-bsd.h (ATTACH_DETACH): Delete.
6460         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6461         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6462         * config/nm-linux.h (ATTACH_DETACH): Delete.
6463         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6464         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6465         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6466         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6467         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6468
6469 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
6470
6471         * configure.in: Set $configdir to the right OS specific value.
6472         Use value when setting $tcldir and $tkdir.
6473         * configure: Regenerate.
6474
6475 2004-06-06  Paul Brook  <paul@codesourcery.com>
6476
6477         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6478         records.
6479
6480 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
6481
6482         * ada-lang.c (lookup_symbol_in_language): New function to allow
6483         re-use of another language's symbol lookup code.  (Placed here
6484         temporarily while Ada support is being integrated into the public
6485         tree).  
6486         (restore_language): New auxiliary function for 
6487         lookup_symbol_in_language.
6488         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6489         temporarily while Ada support is being integrated into the public
6490         tree).
6491         
6492 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
6493
6494         * Makefile.in (check//%): New.
6495
6496         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6497         (mn10300_store_return_value): Rewrite.
6498         (mn10300_type_align): New.
6499         (mn10300_use_struct_convention): Rewrite.
6500         (mn10300_return_value): New, using all of the above.
6501         (mn10300_pop_frame_regular): Add saved_regs_size.
6502         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6503
6504         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6505         regs if PC is on movm.
6506
6507 2004-06-07  Jim Blandy  <jimb@redhat.com>
6508
6509         Add native Linux support for the PowerPC E500.
6510         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6511         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6512         all architectures except the E500.
6513         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6514         #definitions.
6515         (struct gdb_evrregset_t): New type.
6516         (have_ptrace_getsetevrregs): New variable.
6517         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
6518         fetch_spe_registers): New functions.
6519         (fetch_register): Call fetch_spe_register as appropriate.
6520         Assert that we're only passed raw register numbers.
6521         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6522         Don't fetch gprs if they're pseudoregisters.
6523         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6524         store_spe_registers): New functions.
6525         (store_register): Call store_spe_register as appropriate.
6526         Assert that we're only passed raw register numbers.
6527         (store_ppc_registers): Call store_spe_registers as appropriate.
6528         Don't store gprs if they're pseudoregisters.
6529         
6530 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
6531
6532         * thread-db.c (thread_get_info_callback): Fill in the thread_info
6533         struct if one exists, even if we are dealing with a zombie thread.
6534
6535 2004-06-07  Andrew Cagney  <cagney@gnu.org>
6536
6537         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6538         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6539         Rename PC_REQUIRES_RUN_BEFORE_USE.
6540         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
6541         #ifdef.
6542
6543 2004-06-07  Randolph Chung  <tausq@debian.org>
6544
6545         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6546         unwinding after sp has been saved to the stack but before the end
6547         of the prologue, and after the fp has been modified but before it has
6548         been saved to the stack.
6549         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
6550         Remove superfluous definitions.
6551         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6552
6553 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
6554
6555         Committed by Randolph Chung.
6556         * hppa-linux-nat.c: Include the correct version of the header file
6557         depending on the kernel version.
6558
6559 2004-06-06  Randolph Chung  <tausq@debian.org>
6560
6561         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6562         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6563
6564 2004-06-06  Randolph Chung  <tausq@debian.org>
6565
6566         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
6567         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6568         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6569         * hppa-tdep.c (hppa_symbol_address): New function definition.
6570         * hppa-tdep.h (hppa_symbol_address): New function declaration.
6571
6572 2004-06-06  Randolph Chung  <tausq@debian.org>
6573
6574         * hppa-tdep.h (struct value): Forward declaration.
6575         (gdbarch_tdep): Define tdep find_global_pointer method.
6576         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6577         associated with the function we are trying to call, and write it
6578         to the gp register.
6579         (hppa32_convert_from_funct_ptr_addr): New function.
6580         (hppa_find_global_pointer): New function.
6581         (hppa_gdbarch_init): Set default find_global_pointer method; set
6582         convert_from_func_ptr_addr method.
6583         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6584         (hppa_linux_init_abi): Set find_global_pointer method.
6585         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6586
6587 2004-06-06  Randolph Chung  <tausq@debian.org>
6588
6589         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6590         to struct value *function.
6591         * gdbarch.c: Regenerate.
6592         * gdbarch.h: Likewise.
6593         * infcall.c (call_function_by_hand): Pass entire function value
6594         to push_dummy_call.
6595
6596         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6597         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6598         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6599         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6600         * arm-tdep.c (arm_push_dummy_call): Likewise.
6601         * avr-tdep.c (avr_push_dummy_call): Likewise.
6602         * cris-tdep.c (cris_push_dummy_call): Likewise.
6603         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6604         * frv-tdep.c (frv_push_dummy_call): Likewise.
6605         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6606         * hppa-tdep.c (hppa32_push_dummy_call)
6607         (hppa64_push_dummy_call): Likewise.
6608         * i386-tdep.c (i386_push_dummy_call): Likewise.
6609         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6610         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6611         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6612         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6613         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6614         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6615         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6616         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6617         (ppc64_sysv_abi_push_dummy_call): Likewise.
6618         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6619         (ppc64_sysv_abi_push_dummy_call): Likewise.
6620         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6621         * s390-tdep.c (s390_push_dummy_call): Likewise.
6622         * sh-tdep.c (sh_push_dummy_call_fpu)
6623         (sh_push_dummy_call_nofpu): Likewise.
6624         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6625         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6626         * vax-tdep.c (vax_push_dummy_call): Likewise.
6627
6628 2004-06-04  Jim Blandy  <jimb@redhat.com>
6629
6630         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6631         gdbarch argument to register_size.
6632
6633         * rs6000-tdep.c (rs6000_store_return_value): Use
6634         regcache_cooked_write_part instead of
6635         deprecated_write_register_bytes.
6636         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6637         not gdbarch_deprecated_store_return_value.
6638
6639         * ppc-linux-nat.c (store_register, fetch_register): Remove
6640         incorrect assertions.  Simplify and generalize handling of
6641         transfers whose sizes are not multiples of, or less than, sizeof
6642         (PTRACE_XFER_TYPE).
6643
6644 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
6645
6646         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6647         as a new thread event.
6648         * thread-db.c (thread_get_info_callback): If the thread is a
6649         zombie, return TD_THR_ZOMBIE.
6650         (thread_from_lwp): If thread_get_info_callback returns
6651         TD_THR_ZOMBIE, check if the thread is still on the thread list
6652         and return a -1 ptid if not found.
6653         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6654         change the status to TARGET_WAITKIND_SPURIOUS.
6655
6656 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
6657
6658         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6659         double values in little endian mode.
6660
6661 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
6662
6663         Committed by Andrew Cagney.
6664         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6665         after last enum constant to avoid error from IBM C
6666         compiler.
6667
6668 2004-06-02  Jim Blandy  <jimb@redhat.com>
6669
6670         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6671         to 'message', and make it local to the lone block that uses it.
6672
6673         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6674
6675 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
6676
6677         * ada-exp.y: Update copyright notice.
6678         Include block.h.
6679         
6680         Replace REGNAME, LAST, INTERNAL_VARIABLE with
6681         SPECIAL_VARIABLE and unify the treatment of these cases.
6682
6683         (write_attribute_call0): Remove.
6684         (write_attribute_call1): Remove.
6685         (write_attribute_calln): Remove.
6686         (save_qualifier): Add missing semicolon.
6687
6688         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
6689         temporarily disabled to allow compilation with FSF head version.
6690
6691         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
6692         use individual operators (OP_*) for all attributes.
6693         (exp syntax): Use write_int.
6694         Handle STRING literals with OP_STRING.
6695         (variable syntax): Add limit parameter to calls to 
6696         write_object_renaming.  
6697
6698         (temp_parse_space): New definition to hold entities that need
6699         only live until the next call to ada_parse.
6700         (string_to_operator): Rename fields of ada_opname_table entries.
6701
6702         (write_var_from_sym): Record block.
6703         (write_var_from_name): Minor reformatting.
6704         Make sure saved name is properly encoded in the case of multiple 
6705         matches, and set its language to Ada.
6706         Update comment.
6707         Modify to indicate unresolved name as symbol in the UNRESOLVED 
6708         namespace, allocated in temp_parse_space.
6709         (write_int): New function.
6710
6711         (write_object_renaming): Add max_depth parameter to limit
6712         chains of object renamings.
6713         Handle case where root of renaming expression is itself a renaming.
6714         Use temp_parse_space for temporary name buffer.
6715         Handle renamings to dereferenced pointers (___XEXA suffices).
6716         
6717         (ada_parse, yyerror, string_to_operator, 
6718         write_var_from_sym, write_var_from_name, write_attribute_call0, 
6719         write_attribute_call1, write_attribute_calln, 
6720         write_object_renaming): Protoize.
6721
6722         (_initialize_ada_exp): New function.
6723         
6724         * ada-lang.c: Update copyright notice.
6725         General terminology change to conform to GNAT compiler usage:
6726         mangle => encode, demangle => decode
6727         Include gdb_obstack.h.
6728         Include gdb_regex.h
6729         Include frame.h
6730         Include hashtab.h
6731         Include completer.h
6732         Include gdb_stat.h
6733         Include block.h
6734         Include infcall.h
6735         
6736         (ADA_RETAIN_DOTS): Make sure this is defined.
6737         (TRUNCATION_TOWARDS_ZERO): Define.
6738         (struct string_vector): Define.
6739         (unresolved_names): Remove definition.
6740         (xnew_string_vector): New function.
6741         (string_vector_append): New function.
6742         (extract_string): Make static.
6743         (ada_unqualified_name): New function.
6744         (add_angle_brackets): New function.
6745         (function_name_from_pc): New function.
6746         (place_on_stack): Rename to ensure_lval.
6747
6748         (ensure_lval): Renamed from place_on_stack.
6749         Make identity on lvals.
6750         Update comment.
6751         (is_nonfunction): New interface.
6752         Only symbols in LOC_CONST class can be enumerals.
6753         (fill_in_ada_prototype): Remove; now independent of language.
6754         (add_defn_to_vec): Add obstack and symtab arguments.
6755         Use obstack to hold collected definitions.
6756         (num_defns_collected): New function.
6757         (defns_collected): New function.
6758         (ada_resolve_subexp): Rename to resolve_subexp.
6759         (resolve_subexp): Renamed from ada_resolve_subexp.
6760         (ada_op_name): Return non-const result.
6761         (ada_decoded_op_name): Renamed from ada_op_name, now used for
6762         other purposes.
6763
6764         (to_fixed_array_type): Add declaration.
6765         (coerce_unspec_val_to_type): Remove offset parameter.
6766         (find_sal_from_funcs_and_line): New interface.
6767         (find_line_in_linetable): Ditto.
6768
6769         (all_sals_for_line): Rename to ada_sals_for_line and make
6770         global.
6771         Add new parameter. When set, do not ask the user to choose the 
6772         instance, but use the first one found instead.
6773         Use given line number in returned sals.
6774         Fix comment. 
6775         Skip the prologue if funfirstline is set.
6776         Correct for memory leak when 0 lines found.
6777
6778         (value_pos_atr): Use pos_atr.
6779         (pos_atr): New function.
6780         (standard_lookup): Add block parameter.
6781
6782         (makeTimeStart): Remove declaration and uses.
6783         (makeTimeStop): Remove declaration and uses.
6784
6785         (ada_completer_word_break_characters): Allow for VMS.
6786         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6787         (raise_sym_name): New constant.
6788         (raise_unhandled_sym_name): New constant.
6789         (raise_assert_sym_name): New constant.
6790         (process_raise_exception_name): New constant.
6791         (longest_exception_template): New constant.
6792         (warning_limit): New variable to limit warnings during expression
6793         evaluation.
6794         (warnings_issued): New variable to keep track of warnings issued.
6795         (known_runtime_file_name_patterns): New constant.
6796         (known_auxiliary_function_name_patterns): New constant.
6797         (symbol_list_obstack): New variable.
6798         
6799         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6800         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6801         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6802         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
6803         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
6804         ada_variant_discrim_name, field_alignment, dynamic_template_type,
6805         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
6806         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
6807         and strcmp. 
6808
6809         (ada_get_field_index): New function.
6810         (lim_warning): New function.
6811         (ada_translate_error_message): New function.
6812         (MAX_OF_SIZE): New function.
6813         (MIN_OF_SIZE): New function.
6814         (UMAX_OF_SIZE): New function.
6815         (UMIN_OF_SIZE): New function.
6816         (discrete_type_high_bound): New function.
6817         (discrete_type_low_bound): New function.
6818         (base_type): New function.
6819         (do_command): Remove.
6820         
6821         (ada_update_initial_language): Use language_ada, not language_unknown.
6822         (ada_encode): Renamed from ada_mangle.
6823         Obey ADA_RETAIN_DOTS.
6824         (ada_decode): Renamed from ada_demangle.
6825         Update coding conventions.
6826         (decoded_names_store): New hash table.
6827         (ada_decode_symbol): New function.
6828         (ada_la_decode): New function.
6829         
6830         (modify_general_field): Correct computations of offset and bit 
6831         position.
6832         (desc_base_type): Handle ref types, too.
6833         (ada_is_direct_array_type): New function.
6834
6835         (ada_is_simple_array): Rename to ada_is_simple_array_type.
6836         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6837         (ada_is_bogus_array_descriptor,ada_type_of_array,
6838         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6839         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
6840         ada_is_array_descriptor_type.
6841         
6842         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6843         (ada_is_packed_array_type): Handle pointers or 
6844         references to packed arrays as well.
6845         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6846         (decode_packed_array_type): Search for the packed array type 
6847         symbol in the currently selected block and associated 
6848         superblocks too.
6849         Use lookup_symbol again.
6850
6851         (decode_packed_array): Handle pointers and references.
6852         Update call to coerce_unspec_val_to_type.
6853         (decode_packed_array_type,value_subscript_packed): Limit warnings.
6854         (ada_value_primitive_packed_val): Improve comment.
6855         
6856         (ada_index_type): Substitute int type for "undefined".
6857         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6858         ada_array_langth, ada_is_string_type): Use renamed 
6859         ada_is_simple_array_type.
6860         (empty_array): New function.
6861
6862         (ada_resolve):  Rename to resolve.
6863         (resolve): Make static.
6864         Call renamed resolve_subexp.
6865         Update comment.
6866         (ada_resolve_subexp): Rename to resolve_subexp.
6867         (resolve_subexp): Update comment.
6868         Decomment disabled code.
6869         Add LOC_COMPUTED* cases.
6870         Modify to use temporary struct symbols (marked as being in 
6871         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
6872         OP_UNRESOLVED_VALUE.
6873         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
6874         Add OP_STRING case.
6875         Remove OP_ARRAY.
6876         Use SYMBOL_PRINT_NAME instead of ada_demangle.
6877         Use new ada_lookup_symbol_list interface.
6878         Use new ada_resolve_function interface.
6879         Remove OP_TYPE case.
6880
6881         (ada_args_match): Idiot proof against null actuals.
6882         Use intermediate variables to clarify.
6883         (ada_resolve_function): Update comment and interface.
6884         (mangled_ordered_before): Rename to encoded_ordered_before and
6885         update comment.
6886         (sort_choices): Update comment and interface.
6887         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6888         (user_select_syms): New interface.
6889         Use new sort_choices interface.
6890         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6891         (possible_user_operator_p): Idiot-proof against null values.
6892         (ada_simple_renamed_entity): Don't make cleanup; rely on 
6893         caller to free result string.
6894         Remove const from return type.
6895         (make_array_descriptor): Rename uses of place_on_stack to 
6896         ensure_lval.
6897         Make sure that arrays are on stack.
6898         
6899         (HASH_SIZE): Define.
6900         (struct cache_entry): Define.
6901         (cache_space): Define.
6902         (cache): Define.
6903         (clear_ada_sym_cache): New function.
6904         (find_entry): New function.
6905         (lookup_cached_symbol): New function.
6906         (defn_vector_size): Define.
6907         (cache_symbol): New function.
6908         (defn_symbols): Remove.
6909         
6910         (standard_lookup): Use lookup_symbol_in_language to get effect of
6911         C lookup.
6912         Cache results.
6913         
6914         (symbol_completion_match): New function.
6915         (symbol_completion_add): New function.
6916         (ada_make_symbol_completion_list): New function.
6917
6918         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
6919         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
6920         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
6921         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6922         
6923         (ada_lookup_simple_minsym): New function.
6924         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6925
6926         (add_symbols_from_enclosing_procs): New interface.
6927         Conditionalize more helpfully.
6928         Don't bother if program isn't running.
6929         Use new interface to get_frame_block.
6930         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6931         
6932         (remove_extra_symbols): New interface.
6933         (xget_renaming_scope): New function.
6934         (is_package_name): New function.
6935         (renaming_is_visible): New function.
6936         (remove_out_of_scope_renamings): New function.
6937
6938         (ada_lookup_symbol_list): New interface.
6939         Properly reinitialize the symbol list obstack.
6940         Don't call add_symbols_from_enclosing_procs if we start from a
6941         static or global block.
6942         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
6943         add_symbols_from_enclosing_procs.
6944         Add symtab data to cached entries.
6945         Handle symbols prefixed with
6946         "standard__" specially; strip prefix and don't look in local symbols.
6947         Do not include out of scope renaming symbols in list of 
6948         symbols returned.
6949         Add const to block parameter.
6950         Move check for non-local, non-global symbols earlier.  
6951         Remove timing stuff.
6952         (ada_lookup_symbol): New interface.
6953         Find symtab as well.
6954         (ada_lookup_symbol_nonlocal): New function.
6955
6956         (is_name_suffix): Enhance suffix detection to recognize
6957         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6958         (is_dot_digits_suffix): New function.
6959         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6960         
6961         (ada_add_block_symbols): New interface.  Use obstack to return results
6962         in a vector of struct ada_symbol_infos.  Add symtab argument.
6963         Use new interface to add_defn_to_vec.
6964         Remove calls to fill_in_ada_prototype.
6965         Use BLOCK_BUCKETS, BLOCK_BUCKET.
6966         
6967         (ada_finish_decode_line_1): Add const qualification to local to fix
6968         warning.
6969         Start looking in static block for functions to avoid attempts 
6970         to search frame chain for up-level variables.
6971         Adapt to new ada_sals_for_line interface.
6972         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6973         Handle quoting of the function name inside the spec string.
6974         Skip prologue when funfirstline is set and update the 
6975         function documentation to that effect.
6976
6977         (debug_print_lines, debug_print_block, debug_print_blocks, 
6978         debug_print_symtab): Remove.
6979
6980         (ada_main_name): New function.  
6981         (ada_exception_breakpoint_type): New function.
6982         (is_known_support_routine): New function.
6983         (ada_find_printable_frame): Renamed from find_printable_frame and made
6984         global.
6985         Remove level parameter.
6986         Use new interface to select_frame.
6987
6988         (begin_command): Remove.
6989         (ada_adjust_exception_stop): New function.
6990         (ada_print_exception_stop): New function.
6991         (exception_name_from_cond): New function.
6992         (ada_report_exception_break): Replace disabled code with 
6993         conditionalization on GNAT_GDB.
6994         Get the exception name from the condition string.
6995         Remove and move functionality into new functions 
6996         ada_print_exception_breakpoint_task and 
6997         ada_print_exception_breakpoint_nontask.
6998         (error_breakpoint_runtime_sym_not_found): New function.
6999         (is_runtime_sym_defined): New function.
7000         (ada_breakpoint_rewrite): Uncomment suppressed code.
7001         Use symbolic error-message and runtime-symbol names.
7002         Surround runtime symbol names in quotes.
7003         Allow non-specific breakpoints on exceptions and assertions before
7004         program starts.
7005         
7006         (ada_is_tagged_type): Add parameter.
7007         (ada_is_tag_type): New function.
7008         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
7009         (ada_variant_discrim_type): Ditto.
7010         (value_tag_from_contents_and_address): New function.
7011         (type_from_tag): New function.
7012         (struct tag_args): New structure used to communicate with
7013         ada_tag_name_1.
7014         (ada_tag_name_1): New function.
7015         (ada_tag_name): New function.
7016
7017         (ada_scan_number): Update comment.
7018         (find_struct_field): New function.
7019         (ada_search_struct_field): Make static.
7020         (ada_value_struct_elt): New version that returns references when
7021         given pointers or references to structs.
7022         (ada_lookup_struct_elt_type): Add 'refok' parameter.
7023         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
7024         interface.
7025         (ada_value_ind): Use new ada_to_fixed_value interface.
7026         (ada_coerce_ref): Ditto.
7027         (field_offset): Remove.
7028
7029         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
7030         (ada_find_renaming_symbol): New function.
7031         (ada_prefer_type): Prefer named types over unnamed ones.
7032         (variant_field_index): New function.
7033         (contains_variant_part): Removed: subsumed by variant_field_index.
7034         (ada_template_to_fixed_record_type): New function, mostly from
7035         template_to_fixed_record_type.
7036         (template_to_fixed_record_type): 
7037         Do not scan the type fields beyond the last one; prevents a 
7038         potential SEGV.
7039         Handle case where variant field is listed BEFORE discriminant it 
7040         depends on.
7041         Fix calculation of record length when bit length is 
7042         not evenly divisible by char length.
7043         Move code to ada_template_to_fixed_record_type and call it.
7044
7045         (template_to_static_fixed_type): Revise comment.  
7046         Modify to work on ordinary record types as well as templates, 
7047         so as to handle fields that use ___XVE or ___XVU encodings. 
7048         (to_record_with_fixed_variant_part): Fill out comment.
7049         Initialize C++ stuff in right type.
7050         Allow case where DVAL is null.
7051         Handle case where variant field is not last.
7052         Fix typo concerning record length.
7053         (to_fixed_record_type): Decomment disabled code.
7054         (to_fixed_record_type): Use variant_field_index instead of 
7055         contains_variant_part.
7056         (to_fixed_variant_branch_type): Ditto.
7057         (to_fixed_array_type): Decomment disabled code.
7058         (ada_to_fixed_type): Convert tagged types to the specific type.
7059         Deactivate the size-check for array types in order to avoid 
7060         some false size alarms.
7061         (to_static_fixed_type): Decomment disabled code.
7062         Modify to call template_to_static_fixed_type
7063         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7064         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7065         Remove valaddr argument, as it is never really used.
7066         (ada_to_fixed_value): Change interface to act on single struct value*
7067         operand.
7068         (adjust_pc_past_prologue): New function.
7069         (ada_attribute_name): Modify to take enum exp_opcode argument.
7070                 
7071         (ada_enum_name): Recognize new homonym-distinguishing convention.
7072         Adjust local variable's type to remove compiler warning.
7073         Fix a small problem in the part that unqualifies the enumeration name.
7074         (ada_value_binop): New function.
7075         (ada_value_equal): New function.
7076
7077         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7078         Don't give error message when not doing normal evaluation 
7079         and a tagged type doesn't seem to contain a structure member.
7080         Give error message for packed arrays.
7081         For indexing arrays, handle pointers to packed arrays correctly.
7082         Handle case of 'first and 'last attributes of bare integral type 
7083         without encoded subtype info.  
7084         Remove some unnecessary casts.
7085         Fix uninitialized value of type in computing 'first, 'last, or 'length
7086         of array object.  
7087         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7088         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7089         calls.
7090         Attributes are now exp_opcode values.
7091         Correct treatment of 'modulus.
7092         Better error message for taking 'length of wrong kind of type; 
7093         improve comment.
7094         Change EVAL_NORMAL to noside for consistency.
7095         Use ada_value_binop for DIV, MOD, REM.
7096         Make special case out of array of length 0, since an argument 
7097         of 0 upsets some platforms' malloc.
7098         Use OP_STRING instead of OP_ARRAY.
7099         For slice, add check that we have an array type before extracting 
7100         a slice out of it.  Avoids a SEGV.
7101         When evaluating an array slice, if the array type is a reference to 
7102         an aligner type, then replace the aligner type by the actual type.
7103         Decomment disabled code.
7104         Remove some dead code.
7105         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
7106         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7107         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
7108         and UNOP_MBR to UNOP_IN_RANGE.
7109         If an array type has a parallel ___XVE type, then use it.
7110         Turn arrays into pointers for lvalue arrays.
7111         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7112         bounds error and handle 0-length slices.
7113         Use lim_warning.
7114         When selecting fields, apply ada_to_fixed_value (because the fields 
7115         might have ___XVU or ___XVE encodings even if not dynamic.)
7116         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7117         (ada_is_system_address_type): New function.
7118
7119         (get_var_value): Use new interface to ada_lookup_symbol_list.
7120         (get_int_var_value): New interface.
7121         (to_fixed_range_type): Allow unknown bound, with warning.
7122         (ada_is_modular_type): Decomment disabled code.
7123         (ADA_OPERATORS): New definition.
7124         (ada_operator_length): New function.
7125         (ada_expr_op_name): New function.
7126         (ada_forward_operator_length): New function.
7127         (ada_dump_subexp_body): New function.
7128         (ada_print_subexp): New function.
7129         (ada_exp_descriptor): New constant.
7130         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
7131         (ada_language_defn): Add ada_exp_descriptor entry.
7132         Change ada_parse => parse.
7133         Add post-parser entry.
7134         Use ada-specific non-local symbol lookup.
7135         Don't use C-style arrays. 
7136         String lower-bound is 1.
7137         Decomment disabled code.        
7138         (parse): New function.
7139         New fields ada_translate_error_message, ada_lookup_symbol, 
7140         ada_lookup_minimal_symbol.
7141         
7142         * ada-lang.h: Update copyright dates.
7143         Replace the mangle/demangle terminology throughout by the
7144         more appropriate encode/decode one. 
7145         Include breakpoint.h.
7146         Forward declare struct partial_symbol, struct block.
7147         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7148         (EXTRACT_ADDRESS): Remove.
7149         (EXTRACT_INT): Remove.
7150         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7151         (MAX_ENCLOSING_FRAME_LEVELS): Define.
7152         (MAX_RENAMING_CHAIN_LENGTH): Define.
7153         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7154
7155         (enum task_states): Remove.
7156         ada_task_states: Remove.
7157         (fat_string): Remove.
7158         (struct entry_call): Remove.
7159         (struct task_fields): Remove.
7160         (struct task_entry): Remove.
7161
7162         (struct ada_symbol_info): Define.
7163         (enum ada_attribute): Remove.
7164         (enum ada_operator): Define.
7165         
7166         (ada_get_field_index): Declare.
7167         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7168         (ada_is_simple_array): Rename to ada_is_simple_array_type.
7169         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7170         (ada_lookup_symbol_list): New interface.
7171         (ada_decode_symbol): Declare.
7172         (ada_decode): Declare.
7173         (ada_lookup_symbol): New interface.
7174         (ada_update_initial_language): Declare.
7175         (ada_lookup_simple_minsym): Declare.
7176         (user_select_syms): New interface.
7177         (ada_sals_for_line): Declare.
7178         (ada_is_tagged_type): New interface.
7179         (ada_tag_name): Declare.
7180         (ada_lookup_struct_elt_type): Remove declaration.
7181         (ada_search_struct_field): Remove declaration.
7182         (ada_attribute_name): New interface.
7183         (ada_is_system_address_type): Declare.
7184         (ada_to_fixed_value): Remove declaration.
7185         (ada_template_to_fixed_record_type_1): Declare.
7186         (get_int_var_value): New interface.
7187         (ada_find_any_symbol): Declare.
7188         (ada_find_renaming_symbol): Declare.
7189         (ada_mangle): Rename to ada_encode.
7190         (ada_simple_renamed_entity): Remove const.
7191         (ada_main_name): Declare.
7192         (get_current_task): Rename to ada_get_current_task.
7193         (get_entry_number): Remove declaration.
7194         (ada_report_exception_break): Remove declaration.
7195         (ada_print_exception_breakpoint_nontask): Declare.
7196         (ada_print_exception_breakpoint_task): Declare.
7197         (ada_find_printable_frame): Declare.
7198
7199         * ada-lex.l: Update copyright notices.
7200         Use xmalloc and xfree instead of malloc and free.
7201         Use new interface to name_lookup.
7202         Use new interface to 
7203         ada_mangle=>ada_encode.
7204         Redo handling of '$...' variable to parallel current treatment 
7205         in c-exp.y.  
7206         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7207         digit_to_int, strtoulst, processInt, processReal, processId, 
7208         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7209         yywrap): Protoize.
7210         
7211         (processInt): Use cast to remove harmless warning.
7212         (processReal): Modify to get rid of compiler warning on scan formats.
7213
7214         (processId): Replace xmalloc with obstack_alloc for name and remove
7215         call to ada_name_string_cleanup.
7216         Remove obsolete disabled code.
7217         (name_lookup): Ditto. 
7218         New interface.
7219         Use obsavestring on temp_parse_space instead of savestring 
7220         on name, and remove call to ada_name_string_cleanup.  
7221         Free string returned from ada_simple_renamed_entity.
7222         Use new interface to ada_lookup_symbol_list.
7223         Decomment disabled code.
7224         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
7225         not types.
7226         When a type name lookup succeeds as a result of 
7227         lookup_primitive_typename, check for regular type entry that has not 
7228         yet been read in.
7229         Limit length of chain of renamed symbols we are willing to follow.  
7230         Do not break names beginning with "standard__" into segments.  
7231         (block_lookup): Use new interface to ada_lookup_symbol_list.
7232         
7233         * ada-typeprint.c: Update copyright notice.
7234         (demangled_type_name): Rename to decoded_type_name.
7235         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7236         (print_range_bound):  Correct handling of negative
7237         bounds that make the index type looked unsigned under STABS.  
7238         (print_dynamic_range_bound): Use new interface to get_int_var_value.
7239         (print_range_type_named):  Use the builtin int type if no type 
7240         corresponding to the given type name could be found.
7241         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7242         Add some bullet-proofing.
7243         (print_variant_clauses): Allow for variant branches with ___XVU 
7244         encodings that are not dynamic fields.  
7245         Use new interface to ada_is_tagged_type.
7246         (print_record_type): Allow for fields with ___XVE encodings that 
7247         are not dynamic fields. 
7248         Use new interface to ada_is_tagged_type.
7249         (ada_print_type): ada_is_array_descriptor => 
7250         ada_is_array_descriptor_type.
7251
7252         * ada-valprint.c: Update copyright notice.
7253         Include gdb_string.h
7254         Include infcall.h
7255         (ui_memcpy): New function.
7256         (ada_print_floating): New function.
7257         (ada_print_str): Order arguments correctly.
7258         Correct handling of empty arrays and arrays of 0-length items. 
7259         ada_is_array_descriptor => ada_is_array_descriptor_type 
7260         Print values of type System.Address in hexadecimal format.
7261         Use ada_print_floating to print floating-point numbers in Ada format.
7262         Print class tag values with type names.  
7263         No longer print the address of reference values. Avoids 
7264         a potential confusion.  
7265         (ada_value_print): Stop printing the object type for reference
7266         values, but preserve that behavior for access types. Avoids
7267         a potential confusion.
7268         Simplify one conditional expression, as the first part is now
7269         necessarily true.
7270         ada_is_array_descriptor => ada_is_array_descriptor_type 
7271         Add check for arrays for null records, and print them by hand.
7272         
7273 2004-06-01  Jim Blandy  <jimb@redhat.com>
7274
7275         * ppc-tdep.h: Delete unused 'regoff' member.
7276         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7277
7278 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
7279
7280         Fix PR symtab/1661.
7281         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7282         (hpread_read_struct_type): Likewise.
7283
7284 2004-06-01  Andrew Cagney  <cagney@gnu.org>
7285
7286         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7287         instead of xasprintf.
7288         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
7289         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
7290         (mi_cmd_data_list_register_names) 
7291         (mi_cmd_data_list_changed_registers) 
7292         (mi_cmd_data_list_register_values) 
7293         (get_register, mi_cmd_data_write_register_values) 
7294         (mi_cmd_data_write_register_values) 
7295         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
7296         (mi_cmd_target_download, mi_cmd_target_select) 
7297         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
7298         (mi_execute_cli_command, mi_execute_async_cli_command) 
7299         (mi_execute_async_cli_command): Ditto.
7300         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7301         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7302
7303         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7304         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7305         error_last_message instead of mi_error_last_message.
7306         * mi/mi-main.c (mi_error_last_message): Delete function.
7307
7308         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7309         "invalid number of columns" error.  Delete redundant "out of
7310         memory" check.
7311
7312 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
7313
7314         * i386bsd-nat.c: Don't include <sys/procfs.h>.
7315         (gregset_t, fpregset_t): Remove typedefs.
7316         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7317         (REG_OFFSET): Rename argument.
7318         (i386bsd_r_reg_offset): Rename from reg_offset.
7319         (REG_ADDR): Remove macro.
7320         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7321         functions.
7322         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7323         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7324         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
7325         instead of supply_gregset.
7326         (store_inferior_registers): Use `struct reg' and `struct fpreg'
7327         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
7328         instead of fill_gregset.
7329         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7330
7331         * i386bsd-nat.c: Don't include "gregset.h".
7332         (supply_gregset, fill_gregset): Make static.
7333         (supply_fpregset, fill_fpregset): Remove.
7334         * Makefile.in (i386bsd-nat.o): Update dependencies.
7335
7336 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
7337
7338         * fbsd-proc.c: Include "regcache.h", "regset.h" and
7339         "gdb_assert.h".  Con't include "gregset.h".
7340         (fbsd_make_corefile_notes): Use regset-based core file support
7341         instead off fill_gregset and fill_fpregset.
7342         * Makefile.in (fbsd-proc.o): Update dependencies.
7343
7344         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7345         instructions.
7346         (m88k_frame_prev_register): Simplify code a bit.
7347
7348         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7349         (amd64_collect_fpregset): New function.
7350         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7351
7352         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7353
7354         * i386-tdep.c (i386_supply_gregset): Adjust comment.
7355         (i386_collect_gregset): New function.
7356         (i386_supply_fpregset): Adjust comment.
7357         (i386_collect_fpregset): New function.
7358         (i386_regset_from_core_section): Use i386_collect_gregset and
7359         i386_collect_fpregset.
7360
7361         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7362         handle VALUEP being null.
7363
7364         * regset.h (collect_regset_ftype): Unconstify fourth argument.
7365
7366 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
7367
7368         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
7369
7370         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7371         assembler in OpenBSD 3.5-current.
7372         (amd64obsd_sigcontext_addr): Likewise.
7373
7374 2004-05-28  Jim Blandy  <jimb@redhat.com>
7375
7376         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7377         register set, so our regcache isn't declared "legacy" and our E500
7378         pseudoregister read and write functions aren't ignored.
7379         (rs6000_register_byte, rs6000_register_raw_size,
7380         rs6000_register_virtual_type, rs6000_register_convertible,
7381         rs6000_register_convert_to_virtual,
7382         rs6000_register_convert_to_raw): Deleted.
7383         (rs6000_register_type, rs6000_convert_register_p,
7384         rs6000_register_to_value, rs6000_value_to_register): New
7385         functions.
7386         (rs6000_gdbarch_init): Don't register
7387         gdbarch_deprecated_register_size,
7388         gdbarch_deprecated_register_bytes,
7389         gdbarch_deprecated_register_byte,
7390         gdbarch_deprecated_register_raw_size,
7391         gdbarch_deprecated_register_virtual_type,
7392         gdbarch_deprecated_register_convertible,
7393         gdbarch_deprecated_register_convert_to_virtual, or
7394         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
7395         register gdbarch_register_type, gdbarch_convert_register_p,
7396         gdbarch_register_to_value, and gdbarch_value_to_register methods.
7397
7398 2004-05-26  Jim Blandy  <jimb@redhat.com>
7399
7400         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7401         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7402         functions, updated to match the register numberings used in GCC.
7403         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7404         rs6000_dwarf2_reg_to_regnum as register number conversions
7405         functions for STABS and Dwarf2.
7406
7407 2004-05-26  Randolph Chung  <tausq@debian.org>
7408
7409         * infttrace.h (target_waitkind): Forward declare type instead of pulling
7410         in header file.
7411
7412 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
7413
7414         * NEWS: Document new "start" command.
7415
7416 2004-05-25  Randolph Chung  <tausq@debian.org>
7417
7418         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7419         hppa-linux.
7420
7421 2004-05-25  Randolph Chung  <tausq@debian.org>
7422
7423         * hppa-hpux-tdep.c (offsetof): Define.
7424         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7425         (hppa32_hpux_frame_base_before_sigtramp)
7426         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7427         (hppa64_hpux_frame_saved_pc_in_sigtramp)
7428         (hppa64_hpux_frame_base_before_sigtramp)
7429         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
7430         functions.
7431         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7432         (hppa_hpux_sigtramp_frame_unwind_cache)
7433         (hppa_hpux_sigtramp_frame_this_id)
7434         (hppa_hpux_sigtramp_frame_prev_register)
7435         (hppa_hpux_sigtramp_frame_unwind)
7436         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7437         (hppa_hpux_init_abi): Register sigtramp unwinder.
7438         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7439
7440 2004-05-25  Randolph Chung  <tausq@debian.org>
7441
7442         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7443         and multiple stack unwinds.
7444         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7445
7446 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7447
7448         * symfile.h (symbol_file_add_from_memory): Delete declaration.
7449         * symfile-mem.h: Delete file.
7450         * symfile-mem.c: Do not include "symfile-mem.h".
7451         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7452         "struct bfd_section".  When an error do not bother returning NULL.
7453         (add_symbol_file_from_memory_command): Use "struct bfd" and
7454         "struct bfd_section".
7455         * Makefile.in (symfile_mem_h): Delete.
7456         (symfile-mem.o): Update dependencies.
7457
7458 2004-05-25  Nick Roberts  <nickrob@gnu.org>
7459
7460         * gdb-mi.el: New file.
7461
7462 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7463
7464         * inftarg.c: Include "observer.h".
7465         (child_attach, child_create_inferior): Notify inferior_created.
7466         * corelow.c: Include "observer.h".
7467         (core_open): Notify inferior_created.
7468         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7469
7470 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7471
7472         * target.h (struct target_ops): Add from_tty to
7473         to_create_inferior.
7474         (target_create_inferior, find_default_create_inferior): Update.
7475         * infcmd.c (run_command): Update.
7476         * wince.c (child_create_inferior): Update.
7477         * win32-nat.c (child_create_inferior): Update.
7478         * uw-thread.c (uw_thread_create_inferior): Update.
7479         * thread-db.c (thread_db_create_inferior): Update.
7480         * target.c (debug_to_create_inferior) 
7481         (find_default_create_inferior): Update.
7482         (maybe_kill_then_create_inferior): Update.
7483         * sol-thread.c (sol_thread_create_inferior): Update.
7484         * remote.c (extended_remote_async_create_inferior) 
7485         (extended_remote_create_inferior): Update.
7486         * remote-vx.c (vx_create_inferior): Update.
7487         * remote-st.c (st2000_create_inferior): Update.
7488         * remote-sim.c (gdbsim_create_inferior): Update.
7489         * remote-sds.c (sds_create_inferior): Update.
7490         * remote-rdp.c (remote_rdp_create_inferior): Update.
7491         * remote-rdi.c (arm_rdi_create_inferior): Update.
7492         * remote-m32r-sdi.c (m32r_create_inferior): Update.
7493         * remote-e7000.c (e7000_create_inferior): Update.
7494         * procfs.c (procfs_create_inferior): Update.
7495         * ocd.c (ocd_create_inferior): Update.
7496         * ocd.h (ocd_create_inferior): Update.
7497         * nto-procfs.c (procfs_create_inferior): Update.
7498         * monitor.c (monitor_create_inferior): Update.
7499         * lin-lwp.c (lin_lwp_create_inferior): Update.
7500         * inftarg.c (child_create_inferior): Update.
7501         * hpux-thread.c (hpux_thread_create_inferior): Update.
7502         * gnu-nat.c (gnu_create_inferior): Update.
7503
7504 2004-05-25  Andrew Cagney  <cagney@gnu.com>
7505
7506         * MAINTAINERS: Update e-mail address.
7507
7508 2004-05-24  Randolph Chung  <tausq@debian.org>
7509
7510         * thread.c (info_threads_command, thread_apply_all_command)
7511         (thread_apply_command, thread_command, do_captured_thread_select):
7512         Remove HPUXHPPA-specific code.
7513
7514 2004-05-24  Randolph Chung  <tausq@debian.org>
7515
7516         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7517         unused symbols.
7518         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7519         references.
7520
7521 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7522
7523         * infcmd.c (kill_if_already_running): New function, extracted
7524         from run_command().
7525         (run_command): Replace extracted code by call to
7526         kill_if_already_running().
7527         (start_command): New function.
7528         (_initialize_infcmd): Add "start" command.
7529
7530 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7531
7532         Add OpenBSD/m88k support.
7533         * NEWS (New native configurations): Mention OpenBSD/m88k.
7534         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7535         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7536         * Makefile.in (m88k_tdep_h): New variable.
7537         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7538         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7539         * configure.host: Add m88*-*-openbsd*.
7540         * configure.tgt: Add m88*-*-openbsd*.
7541
7542 2004-05-24  Jim Blandy  <jimb@redhat.com>
7543
7544         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7545         to approve changes.
7546
7547 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
7548
7549         * symtab.c (fixup_section): Search section table when lookup by
7550         name fails.
7551
7552 2004-05-24  Randolph Chung  <tausq@debian.org>
7553
7554         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
7555         be "small_struct".
7556
7557 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7558
7559         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7560         register number in regcache_raw_collect call.
7561         (m68kbsd_collect_fpregset): Likewise.
7562         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7563
7564         * regset.h (struct regset): Add back `regset' member.
7565
7566 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
7567
7568         * configure.in: Check for td_pcb in `struct thread'.
7569         * configure, config.in: Regenerated.
7570
7571         * dpx2-nat.c: Remove file.
7572         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7573         (dpx2-nat.o): Remove dependencies.
7574
7575         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7576         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7577         (amd64obsd_supply_pcb): New function.
7578         (_initialize_amd64obsd_nat): Enable libkvm interface.
7579         * Makefile.in (amd64obsd-nat.o): Update dependencies.
7580         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7581         (LOADLIBES): New variable.
7582
7583         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7584         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7585         (sparc32nbsd_supply_pcb): New function.
7586         (_initialize_sparcnbsd_nat): Enable libkvm interface.
7587         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7588         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7589         (LOADLIBES): New variable.
7590
7591 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
7592
7593         * bsd-kvm.c, bsd-kvm.h: New files.
7594         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7595         "bsd-kvm.h".
7596         (i386fbsd_supply_pcb): New function.
7597         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7598         (i386fbsd-nat.o): Update dependencies.
7599         (bsd_kvm_h): New variable.
7600         (bsd-kvm.o): New dependency.
7601         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7602         (LOADLIBES): New variable.
7603
7604         * regset.c: Tweak comment.
7605         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
7606         macro.
7607         * regset.h: Update copyright year.
7608         (struct regset): Remove `descr' member, add `gdbarch' member.
7609         (regset_alloc): Adjust prototype and comment.
7610         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7611         (i386_supply_fpregset): Likewise.
7612         (i386_regset_from_core_section): Update call to regset_alloc.
7613         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7614         REGSET->arch.
7615         (i386obsd_aout_regset_from_core_section): Update call to
7616         regset_alloc.
7617         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7618         REGSET->arch.
7619         (i386nbsd_aout_regset_from_core_section): Update call to
7620         regset_alloc.
7621         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7622         REGSET->arch.
7623         (amd64_regset_from_core_section): Update call to regset_alloc.
7624         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7625         REGSET->arch.
7626         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7627         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7628         &sparc32nbsd_gregset in sparc32_supply_gregset call.
7629         (sparc32nbsd_init_abi): Update call to regset_alloc.
7630         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7631         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7632         (sparc64obsd_init_abi): Update call to regset_alloc.
7633         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7634         &sparc64nbsd_gregset in sparc64_supply_gregset call.
7635         (sparc64nbsd_init_abi): Update call to regset_alloc.
7636         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7637         &sparc64fbsd_gregset in sparc64_supply_gregset call.
7638         (sparc64fbsd_init_abi): Update call to regset_alloc.
7639
7640 2004-05-22  Jim Blandy  <jimb@redhat.com>
7641
7642         * ppc-tdep.h (spe_register_p): New declaration.
7643         (struct gdbarch_tdep): New members: ppc_acc_regnum and
7644         ppc_spefscr_regnum.
7645         * rs6000-tdep.c (spe_register_p): New function.
7646         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7647         spefscr.
7648         (rs6000_gdbarch_init): Initialize the new members of the tdep
7649         structure.
7650
7651 2004-05-21  Jim Blandy  <jimb@redhat.com>
7652
7653         * ppc-linux-nat.c (fetch_register): Move code back to be next
7654         to the comment that describes it.  (Moved code, instead of
7655         comment, for symmetry with store_register.)
7656
7657         Allocate regset structures in the gdbarch's obstack, not using
7658         xmalloc.
7659         * regset.c (regset_alloc): Renamed from regset_xmalloc.
7660         Add 'arch' argument.  Allocate the regset on arch's obstack, not
7661         using xmalloc.
7662         * regset.h (regset_alloc): Update declaration.
7663         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7664         gdbarch argument.
7665         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7666         * i386-tdep.c (i386_regset_from_core_section): Same.
7667         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7668         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7669         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7670         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7671         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7672         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7673
7674 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
7675
7676         * config/djgpp/fnchange.lst: Undo previous change, was useless.
7677
7678 2004-05-21  Jim Blandy  <jimb@redhat.com>
7679
7680         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7681         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
7682
7683 2004-05-20  Jim Blandy  <jimb@redhat.com>
7684
7685         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7686
7687 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
7688
7689         * regset.h: Make prototype const-correct.
7690         * regset.c (regset_xmalloc): Make const-correct.
7691
7692 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
7693
7694         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7695         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7696         (symbol_search_name): Declare.
7697         
7698         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7699         (iter_name_next_hashed): Ditto.
7700         (iter_name_next_linear): Ditto.
7701         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7702
7703         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
7704         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7705         (symbol_search_name): New function.
7706         
7707         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7708         
7709         * minsyms.c (build_minimal_symbol_hash_tables): Change
7710         test for adding to demangled hash table to check for difference
7711         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7712         
7713 2004-05-19  Jim Blandy  <jimb@redhat.com>
7714
7715         Use a constructor function to create regset structures.
7716         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7717         (struct regset): Use supply_regset_ftype.  Add new
7718         'collect_regset' member.
7719         (regset_xmalloc): New declaration.
7720         * regset.c: New file.
7721         * am64-tdep.c (amd64_regset_from_core_section): Use
7722         regset_xmalloc to construct regset structures.
7723         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7724         * i386-tdep.c (i386_regset_from_core_section): Same.
7725         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7726         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7727         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7728         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7729         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7730         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7731         * Makefile.in (COMMON_OBS): Add regset.o.
7732         (regset.o): New rule.
7733
7734 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
7735
7736         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7737         and pthread_cond_wait.c.
7738
7739 2004-05-18  Jim Blandy  <jimb@redhat.com>
7740
7741         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7742         before the mach-specific switch, and then let the individual cases
7743         override the defaults, rather than leaving them uninitialized
7744         until the switch and then setting them in each case.
7745
7746 2004-05-18  Randolph Chung  <tausq@debian.org>
7747
7748         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7749         millicode functions.
7750
7751 2004-05-18  Randolph Chung  <tausq@debian.org>
7752
7753         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7754         references to dld_flags_buffer consistent.
7755
7756 2004-05-18  Randolph Chung  <tausq@debian.org>
7757
7758         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7759         it for unwinding the stack.
7760
7761 2004-05-18  Randolph Chung  <tausq@debian.org>
7762
7763         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7764         Undefine these so we can overide them using gdbarch.
7765
7766 2004-05-18  Randolph Chung <tausq@debian.org>
7767
7768         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7769         handling for 64-bit HPUX (elf).
7770
7771 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
7772
7773         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7774         constants.
7775         * amd64-tdep.c (amd64_skip_prologue): Likewise.
7776         * ia64-tdep.c (examine_prologue): Likewise.
7777         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7778         * v850-tdep.c (v850_fix_call_dummy): Likewise.
7779
7780 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
7781
7782         * vax-tdep.c (vax_return_value): Implement
7783         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7784
7785 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7786
7787         * vax-tdep.c (vax_return_value): Fix typo.
7788
7789 2004-05-17  Andrew Cagney  <cagney@redhat.com>
7790
7791         * MAINTAINERS: Mark Salter was also responsible for
7792         testsuite/config/
7793
7794         * NEWS: Mention signal fixes.
7795
7796 2004-05-17  Randolph Chung  <tausq@debian.org>
7797
7798         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7799         check to see if we are unwinding an export stub.  Export stubs clobber
7800         the %rp in the call path and stores the original rp in a stack slot.
7801
7802 2004-05-17  Jim Blandy  <jimb@redhat.com>
7803
7804         * MAINTAINERS: Update address for J.T. Conklin.
7805
7806 2004-05-17  Randolph Chung  <tausq@debian.org>
7807
7808         * hppa-tdep.c: Remove superfluous #include's.
7809         * Makefile.in (hppa-tdep.o): Update dependencies.
7810
7811 2004-05-17  Randolph Chung  <tausq@debian.org>
7812
7813         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7814         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7815         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7816         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7817         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7818         Remove static function declarations.
7819
7820 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7821
7822         * alphabsd-nat.c: Update copyright year.
7823         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7824
7825         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7826         and M68K_A2_REGNUM.
7827
7828         * m68k-tdep.c (m68k_svr4_return_value): Implement
7829         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7830
7831 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
7832
7833         * sol-thread.c Update copyright year.  Fix various coding
7834         standards violations.  Tweak a few comments.
7835         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7836         Delete prototypes.
7837
7838 2004-05-15  Randolph Chung  <tausq@debian.org>
7839
7840         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7841         as pointer instead of array reference since HPUX compiler does
7842         not accept unsized array arguments.
7843         * somsolib.c (dld_flags_buffer): Use constant array size.
7844
7845 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
7846
7847         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7848         offset with decimal offset.
7849         (amd64obsd_sigcontext_addr): Return correct address for entire
7850         signal trampoline.
7851
7852         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7853         instead of get_frame_base.
7854
7855         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7856         (fill_gregset): Use regcache_raw_collect.
7857
7858         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7859         ppcobsd-tdep.c.
7860
7861         * config/sparc/tm-nbsd64.h: Remove file.
7862         * config/tm-sunos.h: Remove file.
7863
7864 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
7865
7866         * rs6000-tdep.c (store_param_on_stack_p): New function,
7867         an improved version of some code extracted from skip_prologue().
7868         (skip_prologue): Use store_param_on_stack_p() to detect
7869         instructions saving a parameter on the stack. Detect when r0
7870         is used to save a parameter.
7871         Do not mark "li rx, SIMM" instructions as part of the prologue,
7872         unless the following instruction is also part of the prologue.
7873
7874 2004-05-14  Andrew Cagney  <cagney@redhat.com>
7875
7876         * infrun.c (handle_inferior_event): Simplify
7877         STEP_OVER_UNDEBUGGABLE.
7878
7879         * infrun.c (handle_step_into_function): Delete function.
7880         (handle_inferior_event): Inline calls to
7881         handle_step_into_function.
7882
7883 2004-05-14  Jerome Guitton  <guitton@gnat.com>
7884
7885         * rs6000-nat.c: Fix a comment.
7886
7887 2004-05-12  David Anderson <davea@sgi.com>
7888
7889         Committed by Jim Blandy <jimb@redhat.com>:
7890         * regcache.c (struct regcache_descr): fix comment spelling.
7891
7892 2004-05-13  J. Brobecker  <brobecker@gnat.com>
7893
7894         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7895         Fixes a link link failure.
7896
7897 2004-05-13  J. Brobecker  <brobecker@gnat.com>
7898
7899         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7900         error that was causing the build to fail.
7901
7902 2004-05-13  J. Brobecker  <brobecker@gnat.com>
7903
7904         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7905         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7906
7907 2004-05-13  Andrew Cagney  <cagney@redhat.com>
7908
7909         * infrun.c (handle_inferior_event): Check for
7910         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7911         calls.  Update comments.
7912
7913 2004-05-13  Jim Blandy  <jimb@redhat.com>
7914
7915         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7916         (fetch_regs_user_thread, fetch_regs_kernel_thread)
7917         (store_regs_user_thread, store_regs_kernel_thread): Use
7918         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7919         * ppc-linux-nat.c (fill_gregset): Same.
7920         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
7921         (ppc_linux_sigtramp_cache): Same.
7922         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
7923         (ppcnbsd_sigtramp_cache_init): Same.
7924         * rs6000-nat.c (fetch_core_registers): Same.
7925         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
7926         (rs6000_frame_cache): Same.
7927
7928         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7929         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7930         of assuming that the gprs are numbered starting with zero.
7931         * ppc-linux-nat.c (fill_gregset): Same.
7932         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7933         * ppcnbsd-nat.c (getregs_supplies): Same.
7934         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7935         * rs6000-nat.c (fetch_core_registers): Same.
7936         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7937
7938 2004-05-07  Michael Snyder  <msnyder@redhat.com>
7939
7940         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7941         LOC_COMPUTED_ARG, and LOC_INDIRECT.
7942
7943 2004-05-13  Andrew Cagney  <cagney@redhat.com>
7944
7945         * infrun.c (handle_inferior_event): Use frame_unwind_id.
7946
7947 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
7948
7949         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7950         base_address for shared libraries.
7951
7952 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
7953
7954         * MAINTAINERS (write after approval): Add myself.       
7955
7956 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
7957
7958         * breakpoint.c (bpstat_stop_status): Add new argument
7959         STOPPED_BY_WATCHPOINT.  Use it instead of testing
7960         target_stopped_data_address agaist 0 to check whether
7961         or not we stopped due to a hardware watchpoint.
7962         * breakpoint.h (bpstat_stop_status): Adapt prototype.
7963         * infrun.c (handle_inferior_event): Call bpstat_stop_status
7964         with new argument.
7965
7966 2004-05-12  Jim Blandy  <jimb@redhat.com>
7967
7968         * configure.in: When checking whether we should use the -bbigtoc
7969         option, don't forget to restore the original value of LDFLAGS.
7970         * configure: Regenerated.
7971
7972 2004-05-12  Andrew Cagney  <cagney@redhat.com>
7973
7974         * thread.c (load_infrun_state): Delete step_sp.
7975         * infrun.c (context_switch): Ditto.
7976         * inferior.h (step_sp): Ditto.
7977         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7978         * gdbthread.h (struct thread_info, save_infrun_state)
7979         (restore_infrun_state): Ditto.
7980
7981 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
7982
7983         * MAINTAINERS (write after approval): Add myself.
7984
7985 2004-05-12  Andrew Cagney  <cagney@redhat.com>
7986
7987         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7988         eliminate reference to step_sp.
7989         (struct execution_control_state, init_execution_control_state)
7990         (handle_inferior_event, keep_going): Delete update_step_sp and
7991         step_sp.
7992         * infcmd.c (step_sp): Note that variable is unused.
7993
7994 2004-05-11  Andrew Cagney  <cagney@redhat.com>
7995
7996         * infrun.c (step_over_function): Delete function.
7997         (handle_step_into_function): Use insert_step_resume_breakpoint.
7998         (insert_step_resume_breakpoint): Fix assertion.
7999
8000 2004-05-11  Nick Roberts  <nickrob@gnu.org>
8001
8002         * utils.c (defaulted_query): Just use the normal query input type
8003         when printing the annotations.
8004
8005 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8006
8007         * infrun.c (handle_inferior_event): Simplify code handling
8008         step-into or return-from a signal trampoline.
8009
8010 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8011
8012         * ppcnbsd-tdep.c: Include "gdb_assert.h".
8013         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
8014
8015 2004-05-10  Jim Blandy  <jimb@redhat.com>
8016
8017         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
8018         with a call to internal_error.
8019
8020         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
8021         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
8022         processor variant lacks those registers.
8023         (ppc_floating_point_unit_p): Change description to make it clear
8024         that this returns info about the ISA, not the ABI.
8025         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
8026         return true or false by checking tdep->ppc_fp0_regnum and
8027         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
8028         arch/mach switching done in rs6000_gdbarch_init; it's better to
8029         keep that logic there, and just check the results here.
8030         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
8031         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
8032         floating-point registers.
8033         (ppc_supply_fpregset, ppc_collect_fpregset)
8034         (rs6000_push_dummy_call, rs6000_extract_return_value)
8035         (rs6000_store_return_value): Assert that we have floating-point
8036         registers.
8037         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
8038         (rs6000_frame_cache): Don't note the locations at which
8039         floating-point registers were saved if we have no fprs.
8040         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
8041         registers.
8042         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8043         (store_regs_user_thread, store_regs_kernel_thread): Only call
8044         supply_fprs / fill_fprs if we actually have floating-point
8045         registers.
8046         (special_register_p): Check ppc_fpscr_regnum before matching
8047         against it.
8048         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8049         supply / collect fpscr if we don't have it.
8050         * ppc-bdm.c: #include "gdb_assert.h".
8051         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8052         have floating-point registers, since I can't test this code on
8053         FP-free systems to adapt it.
8054         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8055         fpscr and floating point register numbers if they don't exist.
8056         (fetch_register): Assert that we have floating-point registers
8057         before we reach the code that handles them.
8058         (store_register): Same.  And use tdep instead of calling
8059         gdbarch_tdep again.
8060         (fill_fpregset): Don't try to collect FP registers and fpscr if we
8061         don't have them.
8062         (ppc_linux_sigtramp_cache): Don't record the saved locations of
8063         fprs and fpscr if we don't have them.
8064         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8065         don't have them.
8066         * ppcnbsd-nat.c: #include "gdb_assert.h".
8067         (getfpregs_supplies): Assert that we have floating-point registers.
8068         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8069         * ppcobsd-tdep.c: #include "gdb_assert.h".
8070         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8071         have floating-point registers.
8072         * rs6000-nat.c (regmap): Don't match against the fpscr and
8073         floating point register numbers if they don't exist.
8074         (fetch_inferior_registers, store_inferior_registers,
8075         fetch_core_registers): Only fetch / store / supply the
8076         floating-point registers and the fpscr if we have them.
8077         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8078         (ppcobsd-tdep.o): Update dependencies.
8079         
8080 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8081
8082         * infrun.c (through_sigtramp_breakpoint): Delete variable.
8083         (context_switch): Do not switch through_sigtramp_breakpoint.
8084         * gdbthread.h (save_infrun_state, load_infrun_state)
8085         (struct thread_info): Delete through_sigtramp_breakpoint parameter
8086         and structure member.
8087         * thread.c (load_infrun_state, save_infrun_state): Update.
8088
8089 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
8090
8091         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8092
8093 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8094
8095         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
8096         throughout.
8097         * aclocal.m4: Regenerate.
8098
8099 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
8100
8101         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8102
8103 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8104
8105         * infrun.c (check_sigtramp2): Delete function.
8106         (handle_inferior_event): When single stepping, and taking a
8107         signal, set a breakpoint at the signal return address.  Delete
8108         redundant calls to check_sigtramp2.
8109         (insert_step_resume_breakpoint): New function.
8110         (through_sigtramp_breakpoint, handle_inferior_event)
8111         (follow_exec, wait_for_inferior, fetch_inferior_event)
8112         (currently_stepping, keep_going): Delete most uses of
8113         through_sigtramp_breakpoint, not that it should be deleted.
8114         (delete_breakpoint_current_contents): Delete function.
8115
8116 2004-05-10  Randolph Chung  <tausq@debian.org>
8117
8118         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8119         target.
8120         * config/pa/tm-linux.h: New file.
8121
8122 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
8123
8124         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8125         of prefixes.  Don't print the prefix twice in the CLI.
8126
8127 2004-05-10  Jim Blandy  <jimb@redhat.com>
8128
8129         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8130         collect all the gprs.
8131
8132         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8133         loop collecting gprs.
8134
8135 2004-05-09  Andrew Cagney  <cagney@redhat.com>
8136
8137         * remote-vx.c (net_step): Delete step-range code.
8138         * remote.c (remote_resume, init_all_packet_configs)
8139         (set_remote_protocol_E_packet_cmd)
8140         (show_remote_protocol_E_packet_cmd)
8141         (remote_protocol_E, show_remote_cmd, _initialize_remote)
8142         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8143         (show_remote_protocol_e_packet_cmd): Ditto.
8144
8145 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
8146
8147         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8148
8149         * hppa-tdep.h: Update copyright year.
8150         (struct trad_frame_saved_reg): Add opaque declaration.
8151
8152         * amd64-tdep.c (amd64_return_value): Implement
8153         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8154
8155         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8156         (m68k_value_to_register): New functions.
8157         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8158         value_to_register.
8159
8160         * defs.h (enum return_value_convention): Add
8161         RETURN_VALUE_ABI_RETURNS_ADDRESS and
8162         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8163         * infcmd.c (legacy_return_value): New function.
8164         (print_return_value): Rwerite to implement
8165         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8166         * values.c (using_struct_return): Check for inequality to
8167         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8168         RETURN_VALUE_STRUCT_CONVENTION.
8169         * i386-tdep.c (i386_return_value): Implement
8170         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8171
8172         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
8173         include "symtab.h", "opcode/vax.h" and "inferior.h".
8174         (vax_skip_prologue): Replace calls to read_memory_integer by calls
8175         to read_memory_unsigned_integer.
8176         (vax_gdbarch_init): Reorder.
8177         (_initialize_vax_tdep): Spell out prototype.
8178         * Makefile.in (vax-tdep.o): Update dependencies.
8179
8180 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8181
8182         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8183         * target.c (target_detach, target_disconnect): Ditto.
8184
8185         * infcall.c (call_function_by_hand): When no
8186         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8187         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8188         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8189         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8190         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8191         
8192         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8193         * gdbarch.h, gdbarch.c: Re-generate.
8194         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8195         deprecated_fix_call_dummy.
8196         * v850-tdep.c (v850_gdbarch_init): Ditto.
8197         * infcall.c (call_function_by_hand): Do not call
8198         DEPRECATED_FIX_CALL_DUMMY.
8199
8200         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8201         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8202         * gdbarch.h, gdbarch.c: Re-generate.
8203         * arm-linux-tdep.c (arm_linux_call_dummy_words)
8204         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8205         deprecated_sizeof_call_dummy_words.
8206         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8207         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8208         * v850-tdep.c (v850_gdbarch_init): Ditto.
8209         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8210         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8211         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8212         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8213         * arch-utils.h (legacy_call_dummy_words)
8214         (legacy_sizeof_call_dummy_words): Delete declarations.
8215         * arch-utils.c (legacy_call_dummy_words)
8216         (legacy_sizeof_call_dummy_words): Delete variables.
8217
8218         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8219         * gdbarch.h, gdbarch.c: Re-generate.
8220         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8221         * infcall.c (call_function_by_hand): Eliminate call to
8222         DEPRECATED_PUSH_DUMMY_FRAME.
8223         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8224         push_dummy_frame.
8225         (ns32k_push_dummy_frame): Delete function.
8226
8227         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8228         deprecated_call_dummy_breakpoint_offset or
8229         deprecated_call_dummy_start_offset.
8230         * dummy-frame.c, arm-tdep.c: Update comments.
8231         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8232         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8233         * gdbarch.h, gdbarch.c: Re-generate.
8234         
8235         * infcall.c (legacy_push_dummy_code): Delete function.
8236         (push_dummy_code): Delete call.
8237
8238         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8239         * gdbarch.h, gdbarch.c: Re-generate.
8240         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8241         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8242         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8243         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8244
8245         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8246         (struct frame_info): Delete opaque declaration.
8247         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8248         * frame.c (get_frame_type): Delete call.
8249
8250         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8251         pc_in_call_dummy.
8252         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8253         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8254
8255 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8256
8257         * alphanbsd-tdep.c: Include "gdb_string.h".
8258         * armnbsd-tdep.c: Update copyright year.
8259         Include "gdb_string.h".
8260         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8261         dependencies.
8262
8263         * delta68-nat.c: Remove file.
8264         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8265         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8266         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8267         (delta68-nat.o): Remove dependency.
8268
8269         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8270         function.
8271         (m68k_gdbarch_init): Don't set
8272         deprecated_frameless_function_invocation.
8273
8274 2004-05-07  Randolph Chung  <tausq@debian.org>
8275
8276         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
8277         read_memory_nobpt for code reading when doing frame unwinding.
8278         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8279
8280 2004-05-07  Randolph Chung  <tausq@debian.org>
8281
8282         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8283         instead of sp, handle sigaltstack case.
8284         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
8285         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8286         signal handler and not that of the caller.
8287         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8288         hppa_linux_sigtramp_find_sigcontext.
8289
8290 2004-05-07  Randolph Chung  <tausq@debian.org>
8291
8292         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8293         hppa-linux-nat.c.
8294         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8295         * hppa-linux-nat.c (fetch_register, store_register): Define.
8296         (fetch_inferior_registers, store_inferior_registers): Define.
8297         (supply_gregset): Add comment and clean up some unneeded code.
8298         (fill_gregset): Add comment and fix so that it saves registers in
8299         the right place in the gregset.
8300         (fill_fpregset): Fix buffer overrun problem.
8301         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8302
8303 2004-05-07  Randolph Chung  <tausq@debian.org>
8304
8305         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
8306         do common handling of the pcoqt register.
8307         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8308         to use helper function.
8309         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8310         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8311         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8312         generic fallback unwinder when all else fails.
8313         (hppa_gdbarch_init): Add fallback sniffer.
8314         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8315         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8316         to use helper function.
8317
8318 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
8319
8320         * config/djgpp/fnchange.lst: Add translation rules for
8321         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8322
8323 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8324
8325         * frame.c (get_prev_frame_1): Work around GCC bug.
8326         * frame.h: Add comment about GCC bug.
8327
8328 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8329
8330         * observer.c: Include "commands.h" and "gdbcmd.h".
8331         (observer_debug, _initialize_observer): Add the
8332         command "set/show debug observer".
8333         * observer.sh: When observer debugging, log notify calls.
8334         * Makefile.in (observer.o): Update dependencies.
8335
8336 2004-05-07  Jason Molenda  (jmolenda@apple.com)
8337
8338         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8339
8340 2004-05-07  Jim Blandy  <jimb@redhat.com>
8341
8342         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8343         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8344         to recognize gpr regnums, instead of assuming that
8345         tdep->ppc_fp0_regnum marks the end of the general-purpose
8346         registers.
8347
8348         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8349         the given architecture has floating-point registers. 
8350
8351 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8352
8353         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8354         macro defined to 1.
8355         * gdbarch.h, gdbarch.c: Re-generate.
8356         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8357         deprecated_use_generic_dummy_frames.
8358
8359 2004-05-07  Brian Ford  <ford@vss.fsi.com>
8360
8361         * NEWS: Mention Cygwin DWARF 2 support.
8362
8363 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8364
8365         * objfiles.h (struct entry_info): Delete unused fields
8366         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8367         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8368         * mipsread.c (mipscoff_symfile_read): Update.
8369         * mdebugread.c (parse_partial_symbols): Update.
8370         * dwarfread.c (read_file_scope): Update.
8371         * dwarf2read.c (read_file_scope): Update.
8372         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8373         * coffread.c (complete_symtab): Update.
8374
8375 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
8376
8377         * infcall.c (_initialize_infcall): Fix typo.
8378
8379 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8380
8381         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8382         * command.h (add_setshow_zinteger_cmd): Declare.
8383
8384 2004-05-06  Randolph Chung  <tausq@debian.org>
8385
8386         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8387         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8388         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8389         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8390         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8391         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8392         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
8393         definitions ...
8394         * hppa-tdep.h: ... to here, with HPPA_ prefix.
8395         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8396         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8397         (hppa64_hpux_frame_find_saved_regs_in_sig)
8398         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8399         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8400         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8401         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8402         (hppa_linux_sigtramp_frame_prev_register): Likewise.
8403         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8404         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8405         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8406         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8407         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8408         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8409         (hppa32_register_type, hppa_cannot_store_register)
8410         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8411         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8412         * hpread.c (hpread_process_one_debug_symbol): Likewise.
8413         * pa64solib.c (pa64_solib_have_load_event)
8414         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8415         (pa64_solib_unloaded_library_pathname): Likewise.
8416         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8417         (som_solib_library_pathname): Likewise.
8418
8419 2004-05-05  Jim Ingham  <jingham@apple.com>
8420         
8421         * breakpoint.c (create_breakpoints): Copy the ignore count and
8422         thread id over from the pended breakpoint to the actual
8423         breakpoint.
8424         
8425 2004-05-05  Andrew Cagney  <cagney@redhat.com>
8426
8427         * gdbarch.sh (PARM_BOUNDARY): Delete.
8428         gdbarch.h, gdbarch.c: Re-generate.
8429         * valops.c (PARM_BOUNDARY): Delete macro.
8430         (value_push): Delete PARM_BOUNDARY code.
8431         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8432
8433 2004-05-04  Jim Blandy  <jimb@redhat.com>
8434
8435         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8436         Don't assume that the gprs, fprs, and UISA sprs are
8437         contiguous, start at register number zero, and end with fpscr.
8438         Instead, use the numbers from the tdep structure.
8439
8440         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8441         should no longer be used in code specific to the RS6000 and its
8442         derivatives.
8443         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8444         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8445         tdep->ppc_fp0_regnum.
8446         (ppc_supply_fpregset, ppc_collect_fpregset)
8447         (rs6000_push_dummy_call, rs6000_extract_return_value)
8448         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8449         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8450         FP0_REGNUM. 
8451         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8452         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8453         Same.
8454         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8455         bdm_ppc_store_registers): Same.
8456         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
8457         (store_register, fill_fpregset): Same.
8458         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
8459         (ppc_linux_supply_fpregset): Same.
8460         * ppcnbsd-nat.c (getfpregs_supplies): Same.
8461         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8462         Same.
8463         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8464         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8465         ppc64_sysv_abi_return_value): Same.
8466         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8467         (store_inferior_registers, fetch_core_registers): Same.
8468
8469 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8470
8471         * m68knbsd-nat.c: Remove file.
8472         * m68knbsd-tdep.c: Remove file.
8473         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8474         dependencies.
8475         * configure.host: Add m68k-*-netbsdelf*.
8476         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8477         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8478         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
8479         (XM_FILE): Remove.
8480         * config/m68k/nbsdelf.mh: New file.
8481         * config/m68k/nbsd.mt: New file.
8482         * config/m68k/nbsdaout.mt: Remove file.
8483         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8484         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
8485         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8486         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8487         (use_struct_convention): Remove prototype.
8488         (USE_STRUCT_CONVENTION): Remove define.
8489         * config/m68k/xm-nbsd.h: Remove file.
8490
8491 2004-05-04  Michael Snyder  <msnyder@redhat.com>
8492
8493         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
8494         reg_struct_return method (as gcc usually does for cross targets).
8495
8496 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8497
8498         Committed by Andrew Cagney.
8499         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8500         alignment padding when accessing ucontext struct members.
8501
8502 2004-05-04  Jim Blandy  <jimb@redhat.com>
8503
8504         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8505         'ppc_gplast_regnum' member.
8506         (ppc_num_gprs): New enum constant.
8507         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8508         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8509         * rs6000-nat.c (regmap, fetch_inferior_registers,
8510         store_inferior_registers): Same.
8511         * rs6000-tdep.c (e500_pseudo_register_read)
8512         (e500_pseudo_register_write): Same.
8513         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8514
8515         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8516         * ppc-tdep.h (ppc_num_fprs): New enum constant.
8517         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8518         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8519         FPLAST_REGNUM.
8520         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8521         Same.
8522         * ppc-linux-nat.c (ppc_register_u_addr): Same.
8523         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8524         (store_inferior_registers): Same.
8525
8526         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8527         with FPLAST_REGNUM.
8528
8529 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
8530
8531         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8532         failure detected by recent versions of GCC.
8533         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8534         to be consistent with the usage in dwarf2_create_include_psymtab.
8535
8536 2004-05-03  Michael Snyder  <msnyder@redhat.com>
8537
8538         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8539         (heuristic_proc_start): Whitespace cleanup.
8540
8541 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
8542
8543         * sun3-nat.c: Remove file.
8544         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8545         dependencies.
8546         (ALLDEPFILES): Remove sun3-nat.c.
8547         (sun3-nat.o): Remove dependencies.
8548
8549         * i386-interix-nat.c, i386-interix-tdep.c,
8550         config/i386/nm-interix.h, config/i386/interix.mh,
8551         config/i386/interix.mt: Remove files.
8552         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8553         dependencies.
8554
8555 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
8556
8557         * m68k-tdep.h (struct gdbarch_tdep): Add member
8558         struct_value_regnum.
8559         (m68k_svr4_init_abi): New prototype.
8560         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
8561         different calling conventions.
8562         (m68k_extract_return_value): Remove code dealing with single-field
8563         structs.
8564         (m68k_store_return_value): Remove code dealing with single-field
8565         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
8566         (m68k_extract_struct_value_address): Remove function.
8567         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8568         (m68k_reg_struct_return_p, m68k_return_value)
8569         (m68k_svr4_return_value): New functions.
8570         (m68k_use_struct_convention): Remove function.
8571         (m68k_push_dummy_call): Use new struct_value_regnum member of
8572         `struct gdbarch_tdep' instead of hardcoded register number to
8573         store STRUCT_ADDR.
8574         (m68k_svr4_init_abi): New function.
8575         (m68k_gdbarch_init): Don't set extract_return_value,
8576         store_return_values, deprecated_extract_struct_value_address and
8577         use_struct_convention.  Set return_value instead.  Initialize new
8578         struct_value_regnum member of `struct gdbarch_tdep'.
8579         * m68klinux-tdep.c: Update copyright year.
8580         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8581         (m68k_linux_extract_struct_value_address): Remove function.
8582         (m68k_linux_init_abi): Don't set extract_return_value,
8583         store_return_values, deprecated_extract_struct_value_address and
8584         use_struct_convention.  Call m68k_svr4_init_abi but override the
8585         new struct_value_regnum member of `struct gdbarch_tdep'.
8586         * Makefile.in (m68k-tdep.o): Update dependencies.
8587
8588 2004-05-03  J. Brobecker  <brobecker@gnat.com>
8589
8590         * dwarf2read.c (line_header): Add new included_p field in
8591         field file_names.
8592         (partial_die_info): New field has_stmt_list. New field line_offset.
8593         (dwarf2_create_include_psymtab): New function.
8594         (dwarf2_build_include_psymtabs): New function.
8595         (add_file_name): Add forward declaration. Initialize new field.
8596         (dwarf_decode_lines): Add new parameter. Enhance this procedure
8597         to be able to determine the list of files included by the
8598         given unit, and build their associated psymtabs.
8599         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8600         files as well.
8601         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8602         (read_file_scope): Update call to dwarf_decode_lines.
8603         (read_partial_die): Handle DW_AT_stmt_list attributes.
8604
8605 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
8606
8607         Unfix PR gdb/1626.
8608         * configure.in: Revert special case for osf5.*.
8609         * configure: Regenerate.
8610
8611 2004-05-02  Jim Blandy  <jimb@redhat.com>
8612
8613         Move the symbol-file-from-memory functions into their own file.
8614         * symfile-mem.c, symfile-mem.h: New files.
8615         * symfile.c (symbol_file_add_from_bfd): New function.
8616         (symbol_file_add): Call symbol_file_add_from_bfd.
8617         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8618         Moved to symfile-mem.c.
8619         (_initialize_symfile): Move definition of
8620         add-symbol-file-from-memory command to symfile-mem.c.
8621         * symfile.h (symbol_file_add_from_bfd): New declaration.
8622         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8623         * config/powerpc/linux.mt (TDEPFILES): Same.
8624         * Makefile.in (SFILES): Add symfile-mem.c.
8625         (symfile_mem_h): New variable.
8626         (HFILES_NO_SRCDIR): Add symfile-mem.h.
8627         (symfile-mem.o): New rule.
8628
8629 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8630
8631         * breakpoint.c (insert_bp_location): Use get_frame_id, and
8632         frame_find_by_id instead of frame_relative_level.
8633         (do_enable_breakpoint): Ditto.
8634         * thread.c: Update copyright.
8635         (info_threads_command): Ditto, simplify.
8636
8637         * frame.c (deprecated_generic_get_saved_register): Delete
8638         function, moved to "xstormy16-tdep.c".
8639         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8640         deprecated_generic_get_saved_register from "frame.c".
8641         (xstormy16_frame_saved_register): Call
8642         xstormy16_get_saved_register.
8643         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8644         static.
8645         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8646         * frame.h (deprecated_generic_get_saved_register): Delete.
8647
8648 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
8649
8650         * dwarfread.c: Update documentation on the state of dwarf-1.
8651
8652 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8653
8654         * stack.c (select_frame_command): Delete call to
8655         frame_relative_level.
8656         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8657         Delete #if0 code.
8658         (frame_info): Do not print FRAMELESS.
8659         (print_block_frame_labels): Replace DEPRECATED_STREQ.
8660         (catch_info): Delete #if0 code.
8661
8662         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8663         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8664         of frame_relative_level.
8665         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8666         to SENTINEL_FRAME.
8667         * frame.h (enum frame_type): Add SENTINEL_FRAME.
8668         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8669         frame_relative_level.
8670
8671         * frame.h (deprecated_set_frame_type): Delete declaration.
8672         * frame.c (deprecated_set_frame_type): Delete function, update
8673         comments.
8674
8675         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8676         * gdbarch.h, gdbarch.c: Re-generate.
8677         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8678         (shnbsd_pc_in_sigtramp): Delete.
8679         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8680         pc_in_sigtramp.
8681         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8682         pc_in_sigtramp.
8683         * frame.h: Update comments.
8684         * ppc-linux-tdep.c: Update comments.
8685         * breakpoint.c (bpstat_what): Update comments.
8686
8687         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8688         m68klinux-tdep.o's dependencies, were previously added to
8689         m68klinux-nat.o.
8690
8691         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8692         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8693         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8694         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8695         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8696
8697         * Makefile.in (m68klinux-nat.o): Update dependencies.
8698         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8699         (m68k_linux_sigtramp_frame_cache)
8700         (m68k_linux_sigtramp_frame_this_id)
8701         (m68k_linux_sigtramp_frame_prev_register)
8702         (m68k_linux_sigtramp_frame_unwind)
8703         (m68k_linux_sigtramp_frame_sniffer)
8704         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8705         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8706         names, use trad-frame.h.
8707         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8708         (struct m68k_sigtramp_info): Delete.
8709         * m68k-tdep.c (m68k_sigtramp_frame_cache)
8710         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8711         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8712         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8713         "m68klinux-tdep.c".
8714
8715         * infrun.c (check_sigtramp2): Delete check for
8716         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8717
8718 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8719
8720         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8721
8722 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8723
8724         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8725         (frv_linux_sigtramp_frame_cache)
8726         (frv_linux_sigtramp_frame_this_id)
8727         (frv_linux_sigtramp_frame_prev_register)
8728         (frv_linux_sigtramp_frame_unwind)
8729         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8730         include "linux" in function and variable names, directly call
8731         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8732         the latest trad-frame code.
8733         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8734         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8735         * Makefile.in (frv-linux-tdep.o): Update dependencies.
8736         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8737         * frv-tdep.c (frv_sigtramp_frame_cache)
8738         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8739         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8740         frv-linux-tdep.c.
8741         (frv_gdbarch_init): Do not append a sigtramp sniffer.
8742         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8743         (frv_set_sigcontext_reg_addr): Delete function.
8744
8745         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8746         (DEPRECATED_SIGTRAMP_END): Delete.
8747         * gdbarch.h, gdbarch.c: Re-generate.
8748         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8749         * config/vax/tm-vaxbsd.h: Update copyright.
8750         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8751         (DEPRECATED_IN_SIGTRAMP): Define.
8752         * config/m68k/tm-nbsd.h: Update copyright.
8753         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8754         (DEPRECATED_IN_SIGTRAMP): Define.
8755
8756 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8757
8758         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8759         encondings.  Fixes PR gdb/1628.
8760
8761         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8762         DW_CFA_restore state without a matching DW_CFA_remember_state
8763         instead of aborting.  Fixes PR backtrace/1589.
8764
8765 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
8766
8767         * MAINTAINERS: Add self as AIX maintainer.
8768         Update my e-mail address in write-after-approval section.
8769
8770 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8771
8772         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8773         (legacy_get_prev_frame): Ditto.
8774
8775         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8776         (mips_gdbarch_init): Do not set pc_in_sigtramp.
8777         * mipsread.c (sigtramp_address): Delete extern variable.
8778         (mipscoff_new_init): Delete reference.
8779         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8780         (fixup_sigtramp): Delete function.
8781         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8782         (fixup_sigtramp): Delete declarations.
8783
8784         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8785         deprecated_pc_in_sigtramp.
8786         (ppcnbsd_pc_in_sigtramp): Delete function.
8787
8788 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8789
8790         * config/m68k/nm-nbsd.h: Tweak comments.
8791         * config/m68k/nm-nbsdaout.h: Likewise.
8792
8793 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8794
8795         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8796         legacy_pc_in_sigtramp.
8797         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8798
8799 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8800
8801         Add OpenBSD/m68k support.
8802         * NEWS (New native configurations): Mention OpenBSD/m68k.
8803         * m68kbsd-tdep.c: New file.
8804         * m68kbsd-nat.c: New file.
8805         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8806         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8807         * configure.host: Add m68k-*-openbsd.
8808         * configure.tgt: Add m68k-*-openbsd.
8809         * config/m68k/tm-obsd.h: New file.
8810         * config/m68k/obsd.mt: New file.
8811         * config/m68k/obsd.mh: New file.
8812         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8813         m68kbsd-tdep.c.
8814
8815 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8816
8817         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8818         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8819
8820 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
8821
8822         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8823         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8824
8825 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8826
8827         Revert 2004-04-16 change.
8828         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8829         (i386_coff_init_abi): Remove.
8830         * i386-tdep.h (i386_coff_init_abi): Remove.
8831         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8832
8833 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8834
8835         * blockframe.c (find_pc_partial_function): Delete use of
8836         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8837         DEPRECATED_SIGTRAMP_END.
8838
8839         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8840         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8841         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8842         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8843         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8844
8845         * defs.h (deprecated_inside_entry_file): Delete declaration.
8846         * blockframe.c (deprecated_inside_entry_file): Delete function.
8847         (legacy_frame_chain_valid): Delete call.
8848         * sh64-tdep.c (sh64_frame_chain): Delete call.
8849         * objfiles.h: Update comments.
8850         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8851         call.
8852         * frame.c (get_prev_frame): Delete call, update comments.
8853
8854 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8855
8856         * MAINTAINERS (Write After Approval): Add myself.
8857
8858 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8859
8860         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8861         * gdbarch.h, gdbarch.c: Re-generate.
8862         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8863         code.
8864
8865 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8866
8867         * gdb-events.sh (selected_thread_changed)
8868         (selected_frame_level_changed, target_changed): Delete.
8869         * gdb-events.h, gdb-events.c: Re-generate.
8870         * valops.c (value_assign): Update.
8871         * stack.c (select_frame_command, up_silently_base)
8872         (down_silently_base): Update.
8873
8874 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8875
8876         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8877         registers correctly.
8878         (print_gp_register_row, mips32_heuristic_proc_desc)
8879         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8880         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8881         references to mips_isa_regsize.
8882
8883 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8884
8885         * mips-tdep.c (struct gdbarch_tdep): Delete
8886         mips_fp_register_double.
8887         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8888         mips_abi_regsize.
8889         (mips_gdbarch_init): Do not set mips_fp_register_double.
8890         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8891
8892 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
8893
8894         Committed by Andrew Cagney.
8895         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8896         function calls.
8897
8898 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8899
8900         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8901         gdbarch, use mips_abi, update callers.
8902         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8903         mips_abi_regsize, update callers.
8904         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8905         mips_default_abi_regsize.
8906         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8907         mips_default_abi_regsize.
8908
8909 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8910
8911         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8912         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8913         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8914         mips_default_abi_regsize.
8915         (mips_isa_regsize): Rename mips_regisze.
8916         * mipsnbsd-tdep.c: Update.
8917         * mips-linux-tdep.c: Update.
8918         * irix5-nat.c: Update.
8919         * mips-tdep.h (mips_isa_regsize): Update.
8920
8921         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8922         Delete all disabled code.
8923         * gdb-events.h, gdb-events.c: Re-generate.
8924         
8925 2004-04-19  Jerome Guitton  <guitton@gnat.com>
8926             Mark Kettenis  <kettenis@gnu.org>
8927
8928         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8929         the function begins with a branch instruction.
8930
8931 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
8932
8933         * i386-tdep.c: Fix spelling mistakes.
8934
8935 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8936             Andrew Cagney  <cagney@redhat.com>
8937
8938         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8939         <sys/proc.h>.
8940         * acconfig.h: Provide default _KMEMUSER value.
8941         * config.in, configure: Re-generate.
8942         * NEWS: Mention fix.
8943
8944 2004-04-24  Randolph Chung  <tausq@debian.org>
8945
8946         * configure.host (hppa*-*-linux*): New target.
8947         * configure.tgt (hppa*-*-linux*): Likewise.
8948         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8949         gdbarch_init_osabi() call earlier so that osabi-specific frame
8950         unwinders can be registered first.
8951         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8952         hppa-linux-nat.c.
8953         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8954         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8955         * config/pa/linux.mh: New file.
8956         * config/pa/linux.mt: New file.
8957         * config/pa/nm-linux.h: New file.
8958         * config/pa/xm-linux.h: New file.
8959         * hppa-linux-nat.c: New file.
8960         * hppa-linux-tdep.c: New file.
8961
8962 2004-04-28  Randolph Chung  <tausq@debian.org>
8963
8964         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8965         return values.
8966         (hppa32_push_dummy_call): Fix small struct and floating point argument 
8967         passing, and make sure the stack frame is properly aligned.
8968
8969 2004-04-28  Andrew Cagney  <cagney@redhat.com>
8970
8971         * stack.c (print_stack_frame): Fix description.
8972
8973         * NEWS: Mention gdb/gdbserver/configure execute permission
8974         changed.  PR server/519.
8975
8976 2004-04-28  Andrew Cagney  <cagney@redhat.com>
8977
8978         * stack.c (print_stack_frame_stub): Delete declaration.
8979         (struct print_stack_frame_args, print_stack_frame)
8980         (print_frame_info, print_frame): Replace "source" with print what.
8981         Replace "print" with "print_level".  Replace "args" with
8982         "print_args".
8983         * frame.h (show_and_print_stack_frame, print_stack_frame)
8984         (print_frame_info): Update declarations.
8985         * stack.c (select_and_print_frame, frame_command)
8986         (current_frame_command, up_command, down_command): Update calls -
8987         use get_selected_frame, pass "enum print_what" for source, do not
8988         call frame_relative_level.
8989         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8990         * remote-rdp.c (remote_rdp_open): Ditto.
8991         * remote-mips.c (common_open): Ditto.
8992         * remote-e7000.c (e7000_start_remote): Ditto.
8993         * ocd.c (ocd_start_remote): Ditto.
8994         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8995         * infrun.c (normal_stop): Ditto.
8996         * inflow.c (kill_command): Ditto.
8997         * infcmd.c (finish_command): Ditto.
8998         * corelow.c (core_open): Ditto.
8999         * tracepoint.c (finish_tfind_command): Ditto.
9000         * thread.c (info_threads_command, info_threads_command) 
9001         (restore_current_thread, do_captured_thread_select): Ditto.
9002         * ada-tasks.c (task_command): Ditto.
9003
9004 2004-04-26  Orjan Friberg <orjanf@axis.com>
9005
9006         * frame.c: Include "observer.h".
9007         (frame_observer_target_changed): New function.
9008         (_initialize_frame): Attach target_changed observer.
9009         * regcache.c: Include "observer.h".
9010         (regcache_observer_target_changed): New function.
9011         (_initialize_regcache): Attach target_changed observer.
9012         * valops.c: Include "observer.h".
9013         (value_assign): Notify target_changed event when modifying register.
9014         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
9015
9016 2004-04-26  Orjan Friberg <orjanf@axis.com>
9017
9018         From Paul Koning <pkoning@equallogic.com>:
9019         * breakpoint.c (free_valchain): New function.
9020         (insert_bp_location, delete_breakpoint): Use free_valchain.
9021         (remove_breakpoint): Do not remove the valchain.
9022         (bpstat_stop_status): If not stopped by watchpoint, skip
9023         watchpoints when generating stop status list.
9024         * infrun.c (handle_inferior_event): Make
9025         stepped_after_stopped_by_watchpoint a global variable.
9026         * remote.c (remote_stopped_data_address): Return watch data
9027         address rather than zero if stepped_after_stopped_by_watchpoint is
9028         set.
9029
9030 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
9031
9032         Fix PR gdb/1626.
9033         * configure.in: Check for curses after termcap.
9034         On osf5.*, do not check for ncurses.
9035         * configure: Regenerate.
9036
9037 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
9038
9039         * ppcobsd-nat.c: Include "ppc-tdep.h".
9040         * Makefile.in (ppcobsd-nat.o): Update dependencies.
9041
9042         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
9043         Fixes PR tdep/1623 and PR tdep/1624.
9044
9045 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
9046
9047         * xmodem.h, xmodem.c: Remove files.
9048         * Makefile.in: Remove references to xmodem.h, xmodem.c.
9049
9050 2004-04-23  Randolph Chung  <tausq@debian.org>
9051
9052         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9053         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9054         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9055         for handling stackless frames.
9056         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
9057
9058 2004-04-23  Randolph Chung  <tausq@debian.org>
9059
9060         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9061         starts at a pc before the frame is created.
9062
9063 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
9064
9065         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9066
9067 2004-04-23  Jerome Guitton  <guitton@gnat.com>
9068
9069         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9070         use convert_typed_floating to get the appropriate format.
9071
9072 2004-04-22  Randolph Chung  <tausq@debian.org>
9073
9074         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9075         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9076         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9077         (hppa_sign_extend): Add prototype.
9078         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9079         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9080         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
9081         hppa targets will also use these functions.
9082         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9083         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9084         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9085         (hppa_gdbarch_init): Remove gdbarch setting of 
9086         skip_trampoline_code, in_solib_call_trampoline and
9087         in_solib_return_trampoline.
9088         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9089         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9090         hppa_in_solib_call_trampoline.
9091         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9092         Moved from hppa-tdep.c.
9093         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
9094         in_solib_call_trampoline and in_solib_return_trampoline.
9095
9096 2004-04-22  Randolph Chung  <tausq@debian.org>
9097
9098         * hppa-tdep.c (hppa_debug): New variable.
9099         (find_unwind_entry, hppa_frame_cache): Add debug output.
9100         (_initialize_hppa_tdep): Add command to set debug flag.
9101
9102 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9103
9104         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
9105         "trad-frame.h".
9106         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9107         signal trampoline unwinder.
9108         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9109
9110 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
9111
9112         Add OpenBSD/powerpc support.
9113         * NEWS (New native configurations): Mention OpenBSD/powerpc.
9114         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9115         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9116         (ppc_collect_fpregset): New prototypes.
9117         * ppcobsd-nat.c: New file.
9118         * ppcobsd-tdep.c: New file.
9119         * ppcobsd-tdep.h: New file.
9120         * rs6000-tdep.c: Include "regset.h".
9121         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9122         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9123         New functions.
9124         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9125         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9126         (rs6000-tdep.o): Update dependencies.
9127         * configure.host: Add powerpc-*-openbsd.
9128         * configure.tgt: Add powerpc-*-openbsd.
9129         * config/powerpc/obsd.mh: New file.
9130         * config/powerpc/nm-obsd.h: New file.
9131         * config/powerpc/obsd.mt: New file.
9132
9133 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9134
9135         * frame.h (show_frame_info): Delete declaration.
9136
9137         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9138         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9139         * m32r-tdep.c (m32r_frame_this_id): Ditto.
9140         * frv-tdep.c (frv_frame_this_id): Ditto.
9141         * avr-tdep.c (avr_frame_this_id): Ditto.
9142
9143 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
9144
9145         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9146
9147 2004-04-22  Jim Blandy  <jimb@redhat.com>
9148
9149         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9150         register number zero.
9151
9152 2004-04-21  Michael Snyder  <msnyder@redhat.com>
9153
9154         * mips-tdep.c (heuristic_proc_start): 
9155         Warning() already prefixes "Warning: ".
9156
9157 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9158
9159         * annotate.h (deprecated_annotate_starting_hook)
9160         (deprecated_annotate_stopped_hook)
9161         (deprecated_annotate_exited_hook)
9162         (deprecated_annotate_signal_hook)
9163         (deprecated_annotate_signalled_hook): Deprecate.
9164         * tracepoint.h (deprecated_create_tracepoint_hook)
9165         (deprecated_delete_tracepoint_hook)
9166         (deprecated_modify_tracepoint_hook)
9167         (deprecated_trace_find_hook)
9168         (deprecated_trace_start_stop_hook): Deprecate.
9169         * target.h (deprecated_target_new_objfile_hook): Deprecate.
9170         * remote.h (deprecated_target_resume_hook)
9171         (deprecated_target_wait_loop_hook): Deprecate.
9172         * gdbcore.h (deprecated_exec_file_display_hook)
9173         (deprecated_file_changed_hook): Deprecate.
9174         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9175         * defs.h (deprecated_modify_breakpoint_hook)
9176         (deprecated_command_loop_hook, deprecated_show_load_progress)
9177         (deprecated_print_frame_info_listing_hook)
9178         (deprecated_query_hook, deprecated_warning_hook)
9179         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9180         (deprecated_delete_breakpoint_hook)
9181         (deprecated_interactive_hook, deprecated_registers_changed_hook)
9182         (deprecated_readline_begin_hook, deprecated_readline_hook)
9183         (deprecated_readline_end_hook, deprecated_register_changed_hook)
9184         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9185         (deprecated_context_hook, deprecated_target_wait_hook)
9186         (deprecated_attach_hook, deprecated_detach_hook)
9187         (deprecated_call_command_hook, deprecated_set_hook)
9188         (deprecated_error_hook, deprecated_error_begin_hook)
9189         (deprecated_ui_load_progress_hook): Deprecate.
9190         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9191         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9192         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9193         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9194         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9195         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9196         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9197         * annotate.c, aix-thread.c: Update.
9198
9199 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9200
9201         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9202         * vaxnbsd-tdep.c: Include "gdb_string.h".
9203
9204         * symfile.c (symbol_file_add_from_memory): #if 0 function.
9205         (add_symbol_file_from_memory_command): #if 0 function body, call
9206         error instead.
9207
9208 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9209
9210         * gdbcore.h: Update copyright.
9211         (deprecated_add_core_fns): Rename add_core_fns.
9212         * win32-nat.c (_initialize_core_win32): Update.
9213         * sun3-nat.c (_initialize_core_sun3): Update.
9214         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9215         * rs6000-nat.c (_initialize_core_rs6000): Update.
9216         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9217         * nto-tdep.c (_initialize_nto_tdep): Update.
9218         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9219         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9220         * mips-nat.c (_initialize_core_mips): Update.
9221         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9222         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9223         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9224         * lynx-nat.c (_initialize_core_lynx): Update.
9225         * irix5-nat.c (_initialize_core_irix5): Update.
9226         * i386-interix-nat.c (_initialize_core_interix): Update.
9227         * cris-tdep.c (_initialize_cris_tdep): Update.
9228         * corelow.c (deprecated_add_core_fns): Update.
9229         * core-regset.c (_initialize_core_regset): Update.
9230         * core-aout.c (_initialize_core_aout): Update.
9231         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9232         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9233         * alpha-nat.c (_initialize_core_alpha): Update.
9234
9235 2004-04-21  Jim Blandy  <jimb@redhat.com>
9236
9237         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9238
9239 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
9240
9241         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9242         Delete.
9243         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
9244         (read_attribute_value): Update calls to dwarf_alloc_block.
9245         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9246         dwarf2_tmp_obstack.
9247         (psymtab_to_symtab_1): Likewise.  Clean up using
9248         free_stack_comp_unit.
9249         (add_to_cu_func_list): Use the comp_unit_obstack.
9250
9251 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
9252
9253         * dwarf2read.c (dwarf2_flag_true_p): New function.
9254         (die_is_declaration): Use the function above. Add some comments.
9255
9256 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
9257
9258         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9259         architecture when registering sparcnbsd_core_osabi_sniffer.
9260         Adjust comment.
9261
9262 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
9263
9264         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9265         return value.
9266
9267         Based on a patch from Brian Ford <ford@vss.fsi.com>:
9268         * i386-tdep.c: Correct register numbering scheme comments
9269         throughout.
9270         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9271         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9272         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9273         (i386_gdb_arch_init): Likewise.
9274
9275         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9276         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9277         ppcnbsd-tdep.o.
9278
9279         * m68k-tdep.h: Tweak comments.
9280         * m68k-tdep.c: Tweak comment.
9281
9282 2004-04-17  Randolph Chung  <tausq@debian.org>
9283
9284         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9285         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9286         (hppa_hpux_som_init_abi): Set is_elf to 0.
9287         (hppa_hpux_elf_init_abi): Set is_elf to 1.
9288         * hppa-tdep.c (low_text_segment_address): Remove global.
9289         (record_text_segment_lowaddr): Pass in low address as parameter. Use
9290         section offset to calculate segment address.
9291         (internalize_unwinds): Define low_text_segment_address as local and
9292         pass to record_text_segment_lowaddr for ELF targets.
9293         (hppa_gdbarch_init): Zero fill tdep structure.
9294         (hppa_dump_tdep): Print tdep structure.
9295         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9296
9297 2004-04-17  Randolph Chung  <tausq@debian.org>
9298
9299         * hppa-tdep.c (hppa_pseudo_register_read): Define.
9300         (hppa_gdbarch_init): Set pseudo_register_read.
9301         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9302         * regcache.c (supply_register): Remove check for
9303         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9304
9305 2004-04-17  Randolph Chung  <tausq@debian.org>
9306
9307         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9308         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9309         (hpread_adjust_stack_address): Move to hpread.c.
9310         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9311         obj_private_struct): Move from tm-hppa.h.
9312         * hpread.c (hppa-tdep.h): Include.
9313         (hpread_adjust_stack_address): Move from hppa-tdep.c.
9314         (hpread_read_function_type, hpread_read_doc_function_type)
9315         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
9316         directly.
9317         * pa64solib.c (hppa-tdep.h): Include.
9318         * somsolib.c (hppa-tdep.h): Include.
9319         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9320         inferior_status): Remove unused forward declarations.
9321         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9322         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
9323         obj_private_struct): Move to hppa-tdep.h.
9324         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9325
9326 2004-04-17  Randolph Chung  <tausq@debian.org>
9327
9328         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9329         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9330         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9331         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9332         Remove forward declaration and make static.
9333         (hppa_reg_struct_has_addr): Remove.
9334
9335 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9336
9337         * observer.sh: Move comments in sed command to first column.
9338
9339 2004-04-16  Jason Molenda  (jmolenda@apple.com)
9340
9341         * frame.c: Minor typeo corrections in comments.
9342
9343 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9344
9345         * observer.c (observer_test_first_notification_function): Update
9346         function profile.
9347         (observer_test_second_notification_function): Likewise.
9348         (observer_test_third_notification_function): Likewise.
9349
9350 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
9351
9352         From Brian Ford <ford@vss.fsi.com>:
9353         * i386-tdep.c (i386_coff_init_abi): New function.
9354         * i386-tdep.h (i386_coff_init_abi): New prototype.      
9355         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
9356         register number translation functions for DWARF and DWARF 2.
9357
9358 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9359
9360         * dwarf2read.c: Back out my previous change, it was incorrect.
9361
9362 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
9363
9364         * dwarf2read.c: Include "hashtab.h".
9365         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9366         has_namespace_info.
9367         (struct partial_die_info): Add comments.  Use bitfields to reduce
9368         memory footprint.  Add scope, scope_set, has_specification,
9369         spec_offset, die_parent, die_child, and die_sibling.
9370         (peek_die_abbrev): Add prototype.
9371         (partial_read_comp_unit_head): New function, broken out from
9372         dwarf2_build_psymtabs_hard.
9373         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9374         Use partial_read_comp_unit_head.  Initialize the CU and
9375         comp_unit_obstack.  Update calls to read_partial_die and
9376         scan_partial_symbols.  Use free_stack_comp_unit and
9377         load_partial_dies.
9378         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
9379         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
9380         Update calls to helper functions.  Remove NAMESPACE argument.
9381         Update comments.
9382         (partial_die_parent_scope, partial_die_full_name): New functions.
9383         (add_partial_symbol): Remove namespace argument.  Update call to
9384         pdi_needs_namespace.  Use partial_die_full_name.  Handle
9385         DW_TAG_namespace.  Check has_namespace_info flag.
9386         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
9387         tag.  Handle namespaces.
9388         (add_partial_namespace, add_partial_enumeration): Simplify.
9389         (guess_structure_name): New function, derived from
9390         add_partial_structure.
9391         (add_partial_structure): Remove.
9392         (determine_class_name): Update comment.
9393         (dwarf2_read_abbrevs): Set has_namespace_info flag.
9394         (is_type_tag_for_partial, load_partial_dies): New functions.
9395         (read_partial_die): Pass abbrev and abbrev_len as arguments.
9396         Record specifications instead of following them immediately.
9397         (find_partial_die_in_comp_unit, find_partial_die)
9398         (fixup_partial_die, free_stack_comp_unit)
9399         (hashtab_obstack_allocate, dummy_obstack_deallocate)
9400         (partial_die_hash, partial_die_eq): New functions.
9401         * Makefile.in (hashtab_h): Define.
9402         (dwarf2read.o): Update dependencies.
9403         (observer_inc, observer_h): Move to the correct section.
9404
9405 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9406
9407         * dwarf2read.c (dwarf2_attribute_true_p): New function.
9408         (die_is_declaration): Use the function above. Add comment.
9409
9410 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9411
9412         * dwarf2read.c (read_structure_scope): Identify stub types
9413         using die_is_declaration() only.
9414
9415 2004-04-15  Roland McGrath  <roland@redhat.com>
9416
9417         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9418         argument instead of NAME.
9419         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9420         in call to symbol_file_add_with_addrs_or_offsets.
9421         (build_addr_info): New function, helper for ...
9422         (symbol_file_add_from_memory): New function.
9423         (add_symbol_file_from_memory_command): New function using that.
9424         (_initialize_symfile): Register it for add-symbol-file-from-memory.
9425         (pre_add_symbol_hook): Add const to argument type.
9426         * symfile.h (symbol_file_add_from_memory): Declare it.
9427
9428 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9429
9430         * NEWS (New native configurations): Mention OpenBSD/vax.
9431         * configure.host: Add vax-*-openbsd*.
9432         * config/vax/obsd.mh: New file.
9433         * config/vax/nm-obsd.h: New file.
9434
9435         * vax-tdep.c: Include "regset.h".
9436         (vax_supply_gregset): New function.
9437         (vax_gregset): New variable.
9438         (vax_regset_from_core_section): New function.
9439         (vax_gdbarch_init): Set regset_from_core_section.
9440         * Makefile.in (vax-tdep.o): Update dependencies.
9441
9442 2004-04-15  Andrew Cagney  <cagney@redhat.com>
9443
9444         * observer.c (normal_stop_subject, observer_notify_normal_stop)
9445         (observer_normal_stop_notification_stub)
9446         (observer_attach_normal_stop, observer_detach_normal_stop):
9447         Delete, replaced by #include "observer.inc".
9448         * infrun.c (normal_stop): Pass "stop_bpstat" to
9449         observer_notify_normal_stop.
9450         * Makefile.in (observer_inc): Define.
9451         (observer.o): Update dependencies.
9452         (observer.h, observer.inc): New rules.
9453         * observer.h: Delete file.
9454         * observer.sh: New file.
9455
9456 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9457
9458         * vax-tdep.c (vax_frame_cache): Fix typo.
9459
9460 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9461
9462         * NEWS (New native configurations): Mention NetBSD/vax.
9463         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9464         * config/vax/nbsdelf.mh: New file.
9465         * config/vax/nbsdaout.mh: New file.
9466         * config/vax/nm-nbsd.h: New file.
9467         * config/vax/nm-nbsdaout.h: New file.
9468
9469         * vaxnbsd-tdep.c: New file.
9470         * Makefile.in (vaxnbsd-tdep.o): New dependency.
9471         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9472         * config/vax/nbsd.mt: New file.
9473         * config/vax/tm-nbsd.h: New file.
9474
9475         * Makefile.in (vaxbsd-nat.o): New dependency.
9476
9477         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9478         * vax-tdep.c (vax_store_arguments): Remove struct_return and
9479         struct_addr arguments.  Don't push return value address.
9480         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9481         arguments to vax_store_arguments.  Store return value address in
9482         R1.
9483         (vax_store_struct_return, vax_extract_return_value)
9484         (vax_store_return_value): Remove functions.
9485         (vax_return_value): New function.
9486         (vax_gdbarch_init): Set return value.  Don't set
9487         deprecated_store_struct_return, deprecated_extract_struct_return
9488         and deprecated_store_return_value.
9489
9490 2004-04-14  Andreas Schwab  <schwab@suse.de>
9491
9492         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9493         value buffer.
9494         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9495
9496 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9497
9498         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9499         (vax_unwind_dummy_id): New functions.
9500         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9501         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9502         variables.
9503         (vax_fix_call_dummy): Remove function.
9504         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9505         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9506         call_dummy_location, deprecated_call_dummy_words,
9507         deprecated_sizeof_call_dummy_words,
9508         deprecated_call_dummy_breakpoint_offset,
9509         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9510         and deprecated_dummy_write_sp.
9511
9512 2004-04-13  David Carlton  <carlton@kealia.com>
9513
9514         * MAINTAINERS: Move myself to "paper trail" section.
9515
9516 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
9517
9518         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9519         "trad-frame.h".
9520         (vax_frame_init_saved_regs): Remove function.
9521         (vax_sigtramp_saved_pc): Remove function.
9522         (vax_frame_saved_pc): Remove function.
9523         (vax_frame_args_address): Remove function.
9524         (vax_frame_num_args): Rewrite.
9525         (vax_frame_chain): Remove function.
9526         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9527         VAX_FP_REGNUM.
9528         (vax_pop_frame): Likewise.
9529         (vax_saved_pc_after_call): Remove function.
9530         (struct vax_frame_cache): New structure.
9531         (vax_frame_cache): New function.
9532         (vax_frame_this_id): New function.
9533         (vax_frame_prev_register): New function.
9534         (vax_frame_unwind): New variable.
9535         (vax_frame_sniffer): New function.
9536         (vax_frame_base_address): New function.
9537         (vax_frame_args_address): New function.
9538         (vax_frame_base): New variable.
9539         (vax_unwind_pc): New function.
9540         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9541         deprecated_fp_regnum, deprecated_saved_pc_after_call,
9542         deprecated_frame_chain, deprecated_frame_saved_pc,
9543         deprecated_frame_args_address and
9544         deprecated_frame_init_saved_regs.
9545         * Makefile.in (vax-tdep.o): Update dependencies.
9546
9547         * vaxbsd-nat.c: New file.
9548
9549         * vax-tdep.h: Update copyright year.  Adjust comments.
9550         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9551         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9552         (vax_regnum): New enum.  Replacing...
9553         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9554         (VAX_PS_REGNUM): ... these removed macros.
9555         * vax-tdep.c (vax_register_name): Remove prototype.
9556         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
9557         (vax_register_byte, vax_register_raw_size,
9558         vax_register_virtual_size, vax_register_virtual_type): Remove
9559         functions.
9560         (vax_register_type): New function.
9561         (vax_breakpoint_from_pc): Reorganize.
9562         (vax_gdbarch_init): Set register_type.  Don't set
9563         deprecated_register_size, deprecated_register_bytes,
9564         deprecated_register_byte, deprecated_register_raw_size,
9565         deprecated_max_register_raw_size,
9566         deprecated_register_virtual_size,
9567         deprecated_max_register_virtual_size and
9568         deprecated_register_virtual_type.  Add comment on stack direction.
9569
9570 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
9571
9572         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9573         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9574         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9575
9576 2004-04-10  Randolph Chung  <tausq@debian.org>
9577
9578         * MAINTAINERS (write after approval): Add myself.
9579
9580 2004-04-07  Randolph Chung  <tausq@debian.org>
9581
9582         * hppa-tdep.c (hppa_inner_than): Remove.
9583         (is_pa_2): Remove unused static variable.
9584         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9585
9586 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
9587
9588         * language.h (language_defn): Add new la_post_parser field.
9589         * parser-defs.h (null_post_parser): New declaration (default for
9590         la_post_parser).
9591
9592         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9593         insert call to that function.
9594         (parse_exp_in_context): New function, including code formerly in
9595         parse_exp_1.  Calls language-dependent post-parser after
9596         prefixification.
9597         (parse_expression_in_context): New exported function.
9598         (null_post_parser): New definition.
9599         * expression.h (parse_expression_in_context): Add declaration.
9600
9601         * p-lang.c (pascal_language_defn): Add trivial post-parser.
9602         * c-lang.c (c_language_defn): Ditto.
9603         (cplus_language_defn): Ditto.
9604         (asm_language_defn): Ditto.
9605         (minimal_language_defn): Ditto.
9606         * f-lang.c (f_language_defn): Ditto.
9607         * jv-lang.c (java_language_defn): Ditto.
9608         * language.c (unknown_language_defn): Ditto.
9609         (auto_language_defn): Ditto.
9610         (local_language_defn): Ditto.
9611         * m2-lang.c (m2_language_defn): Ditto.
9612         * scm-lang.c (scm_language_defn): Ditto.
9613         * obj-lang.c (objc_language_defn): Ditto.
9614
9615 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9616
9617         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9618         (amd64nbsd_mcontext_addr): New function.
9619         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9620         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
9621         with amd64nbsd_r_reg_offset, instead of building it on the fly.
9622
9623         * corelow.c (core_xfer_partial): Fix coding standards violation.
9624         Add support for TARGET_OBJECT_WCOOKIE.
9625
9626         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9627         deprecated_pc_in_sigtramp.
9628         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9629         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9630         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9631         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9632         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9633         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9634         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9635
9636         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9637         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9638         Fix typo.
9639
9640         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9641         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9642         (amd64_collect_fxsave): Likewise.
9643
9644         * i386-sol2-tdep.c: Include "gdb_string.h".
9645         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9646         name.
9647         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9648
9649 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9650
9651         * i386-sol2-tdep.c: Include "solib-svr4.h".
9652         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9653         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9654         * config/i386/tm-i386sol2.h: Include :solib.h".
9655         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9656         solib-svr4.o and solib-legacy.o.
9657         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9658         solib-svr4.o.
9659
9660 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
9661
9662         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9663         whether a register is supplied by PTRACE_GETFPREGS.
9664         (store_inferior_registers): Likewise.
9665         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9666         whether a register is supplied by PT_GETFPREGS.
9667         (store_inferior_registers): Likewise.
9668
9669         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9670         * config/i386/linux64.mt (TDEPFILES): Likewise.
9671
9672         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
9673
9674         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9675         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9676         the program counter is in the range specified by `struct
9677         gdbarch_tdep'.
9678         * amd64-linux-tdep.c: Include "symtab.h".
9679         (amd64_linux_pc_in_sigtramp): Remove function.
9680         (amd64_linux_sigtramp_p): New function.
9681         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9682         deprecated_pc_in_sigtramp.
9683         * amd64nbsd-tdep.c: Include "symtab.h".
9684         (amd64nbsd_sigtramp_p): New function.
9685         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9686         deprecated_pc_in_sigtramp.
9687         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
9688         few comments.
9689         (amd64obsd_pc_in_sigtramp): Remove function.
9690         (amd64obsd_sigtramp_p): New function.
9691         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9692         deprecated_pc_in_sigtramp.
9693         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9694         (i386bsd_pc_ins_sigtramp): Remove prototype.
9695         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9696         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9697         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9698         the program counter is in the range specified by `struct
9699         gdbarch_tdep'.
9700         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9701         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9702         (i386_go32_pc_in_sigtramp): Remove function.
9703         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9704         Initialize TDEP->sigtramp_p.
9705         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9706         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
9707         deprecated_pc_in_sigtramp.
9708         * i386-linux-tdep.c: Adjust comments.
9709         (i386_linux_pc_in_sigtramp): Remove function.
9710         (i386_linux_sigtramp_p): New function.
9711         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9712         deprecated_pc_in_sigtramp.
9713         * i386-nto-tdep.c: Update copyright year.
9714         (i386nto_pc_in_sigtramp): Remove function.
9715         (i386nto_sigtramp_p): New function.
9716         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9717         SP_REGNUM.
9718         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9719         deprecated_pc_in_sigtramp.
9720         * i386-sol2-tdep.c: Update copyright year.
9721         (i386_sol2_pc_in_sigtramp): Remove function.
9722         (i386_sol2_sigtramp_p): New function.
9723         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9724         deprecated_pc_in_sigtramp.
9725         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9726         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9727         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9728         deprecated_sigtramp_start and deprecated_sigtramp_end.
9729         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9730         (i386nbsd_pc_in_sigtramp): Remove function.
9731         (i386nbsd_sigtramp_p): New function.
9732         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9733         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9734         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9735         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9736         (i386obsd_pc_in_sigtramp): Remove function.
9737         (i386obsd_sigtramp_p): New function.
9738         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9739         functions.
9740         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9741         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9742         TDEP->sigtramp_p.
9743         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9744         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9745         dependencies.
9746
9747         * config/i386/i386aout.mt: Remove file.
9748
9749         * configure.tgt: Remove i[34567]86-*-go32*,
9750         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9751         and i[34567]86-*-isc*.  Set gdb_target to i386 for
9752         i[34567]86-*-netware* and i[34567]86-*-*.
9753         * config/i386/i386.mt: New file.
9754         * config/i386/embed.mt: Remove file.
9755         * config/i386/go32.mt: Remove file.
9756         * config/i386/i386nw.mt: Remove file.
9757         * config/i386/i386v.mt: Remove file.
9758         * config/i386/tm-go32.h: Remove file.
9759
9760         * tui/tui-hooks.c: Include "readline/readline.h" after
9761         "gdb_curses.h" instead of before.
9762         * tui/tui-io.c: Likewise.
9763
9764         * tui/tui.c: Fix typo in comment.
9765
9766         * sparc64-tdep.c (sparc_address_from_register): Remove function.
9767
9768 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9769
9770         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9771         (deprecated_exception_support_initialized): Declare.
9772         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9773         (initialize_hp_cxx_exception_support)
9774         (child_enable_exception_callback): Update.
9775         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9776         (deprecated_exception_support_initialized): Rename
9777         deprecated_exception_catchpoints_are_fragile and
9778         deprecated_exception_support_initialized.
9779         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9780
9781         * symtab.c (deprecated_hp_som_som_object_present): Rename
9782         hp_som_som_object_present.
9783         * symtab.h (deprecated_hp_som_som_object_present): Declare.
9784         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9785         Update.  Delete extern declaration.
9786         * valops.c (hp_som_som_object_present): Ditto.
9787         * parse.c (deprecated_hp_som_som_object_present)
9788         (parse_nested_classes_for_hpacc): Ditto.
9789         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9790         * hppa-hpux-tdep.c (hp_som_som_object_present)
9791         (initialize_hp_cxx_exception_support): Ditto.
9792         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9793         * cp-valprint.c (hp_som_som_object_present)
9794         (cp_print_class_method): Ditto.
9795         * c-typeprint.c (hp_som_som_object_present):
9796         (c_type_print_base): Ditto.
9797         * c-exp.y (hp_som_som_object_present): Ditto.
9798
9799 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9800
9801         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9802         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9803         (frame_unwind_find_by_frame): Re-implement the unwind code so
9804         that it can both prepend and append sniffers.  Replace
9805         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9806         * tramp-frame.c (tramp_frame_append): Use
9807         frame_unwind_prepend_unwinder.
9808         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9809         frame_unwind_register_unwinder.
9810         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9811         tramp_frame_append.
9812         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9813         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9814         (mips_linux_init_abi): Update.
9815
9816 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
9817
9818         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9819         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
9820         file support.
9821
9822 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
9823
9824         * ia64-tdep.c (elf.h): Don't include.
9825         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9826
9827 2004-04-07  Jason Molenda  (jmolenda@apple.com)
9828
9829         * frame.h: Typeo corrections in comments.
9830
9831 2004-04-07  Jim Blandy  <jimb@redhat.com>
9832
9833         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9834         %esp and %ebp
9835
9836 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
9837
9838         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9839         * config/sparc/linux64.mt (TDEPFILES): Likewise.
9840         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9841         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9842         and solib-legacy.o.
9843         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9844         solib-svr4.o.
9845         * config/sparc/tm-sol2.h: Update copyright year.  Include
9846         "solib.h".
9847
9848         * sparc-sol2-tdep.c: Update copyright year.  Include
9849         "solib-svr4.h".
9850         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9851         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9852         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9853         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9854         dependencies.
9855
9856 2004-04-06  Andrew Cagney  <cagney@redhat.com>
9857
9858         * infttrace.c: Include "infttrace.h".
9859         * infttrace.h: Include "target.h".
9860         * Makefile.in (infttrace_h): Update.
9861         (infttrace.o): Update.
9862
9863 2004-04-06  Andrew Cagney  <cagney@redhat.com>
9864
9865         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9866         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9867         move extern declarations from here ...
9868         * infttrace.h: ... to here.
9869         * Makefile.in (hppah-nat.o): Update dependencies.
9870
9871         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9872         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9873         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9874         (hppa_breakpoint_from_pc): Delete.
9875
9876         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9877
9878 2004-04-05  Andrew Cagney  <cagney@redhat.com>
9879
9880         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9881         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9882         <sys/file.h>.
9883
9884 2004-04-06  Randolph Chung  <tausq@debian.org>
9885
9886         Committed by Andrew Cagney (mechanical change).
9887         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9888         exception_catchpoints_are_fragile, find_stub_with_shl_get,
9889         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9890         child_enable_exception_callback, current_ex_event,
9891         null_symtab_and_line, child_get_current_exception_event,
9892         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9893         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9894         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9895         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9896         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9897         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9898         Move hpux-specific definitions ...
9899         * hppa-hpux-tdep.c: ... to here.
9900
9901 2004-04-05  Andrew Cagney  <cagney@redhat.com>
9902
9903         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9904         skip_prologue_using_sal.
9905
9906 2004-04-05  Andrew Cagney  <cagney@redhat.com>
9907
9908         * config/i386/tm-i386.h: Delete file.
9909         * config/i386/tm-vxworks.h: Update copyright, do not include
9910         "tm-i386.h".
9911         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9912         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9913         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9914         * config/i386/ncr3000.mt (TM_FILE): Delete.
9915         * config/i386/interix.mt (TM_FILE): Delete.
9916         * config/i386/i386v.mt (TM_FILE): Delete.
9917         * config/i386/i386nw.mt (TM_FILE): Delete.
9918         * config/i386/i386gnu.mt (TM_FILE): Delete.
9919         * config/i386/i386aout.mt (TM_FILE): Delete.
9920         * config/i386/embed.mt (TM_FILE): Delete.
9921
9922 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
9923
9924         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9925         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9926         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9927         (accg7_regnum): New constants.
9928         (last_spr_regnum, last_pseudo_regnum): Update.
9929         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9930         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9931         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9932         for accg registers.
9933         (frv_register_sim_regno): Update spr_map[].
9934
9935 2004-04-04  Andrew Cagney  <cagney@redhat.com>
9936
9937         * config/mips/xm-riscos.h: Delete.
9938         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9939         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9940         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9941         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9942         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9943         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9944         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9945         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9946         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9947         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9948         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9949         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9950         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9951         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9952         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9953         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9954         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9955         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9956         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9957         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9958         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9959         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9960         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9961         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9962         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9963         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9964
9965         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9966         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9967         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9968         * configure.host: Remove m680[01]0-sun-sunos3*,
9969         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9970         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9971         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9972         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9973         mips-*-riscos*.
9974         * NEWS: Mention removed systems.
9975
9976 2004-04-04  Andrew Cagney  <cagney@redhat.com>
9977
9978         GDB 6.1 release created from 6.1 branch.
9979
9980 2004-04-04  Andrew Cagney  <cagney@redhat.com>
9981
9982         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9983         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9984         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9985
9986         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9987         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9988         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9989
9990 2004-04-03  Jim Blandy  <jimb@redhat.com>
9991
9992         * MAINTAINERS: Chris Faylor has changed employers; add him to
9993         "paper trail" section, and update his E-mail address.
9994
9995 2004-04-03  Andrew Cagney  <cagney@redhat.com>
9996
9997         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9998         generic dummy frames.
9999         * dummy-frame.c: Update copyright.
10000         (dummy_frame_sniffer): Delete check for generic dummy frames.
10001
10002         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
10003         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
10004         (REG_PARM_STACK_SPACE): Delete.
10005         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
10006         Inline reference to REG_PARM_STACK_SPACE.
10007
10008         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
10009         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10010         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
10011         (FRAME_BASE_BEFORE_SIGTRAMP)
10012         (hppa32_hpux_frame_base_before_sigtramp)
10013         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
10014         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
10015         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
10016         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10017         (FRAME_BASE_BEFORE_SIGTRAMP)
10018         (hppa64_hpux_frame_base_before_sigtramp)
10019         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
10020
10021 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10022
10023         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
10024
10025 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10026
10027         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
10028         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
10029         * dummy-frame.h: Delete out-of-date comments.
10030         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
10031         * gdbarch.h, gdbarch.c: Re-generate.
10032
10033 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
10034
10035         Committed by Andrew Cagney <cagney@redhat.com>.
10036         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
10037         into account an instruction saving a register if we have already
10038         seen an earlier instruction saving that same register.
10039
10040 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10041
10042         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
10043         * gdbarch.h, gdbarch.c: Re-generate.
10044         * frame.c (legacy_get_prev_frame): Delete references to
10045         DEPRECATED_INIT_FRAME_PC_FIRST.
10046
10047         * infrun.c (pc_in_sigtramp): Delete function.
10048         (check_sigtramp2): Inline call to pc_in_sigtramp, use
10049         get_frame_type.
10050
10051 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10052
10053         * infrun.c (handle_step_into_function): Delete code conditional on
10054         legacy_frame_p.
10055         (handle_inferior_event, step_over_function): Ditto.
10056
10057 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10058
10059         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10060         "previous frame inner to this frame" test.
10061
10062 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10063
10064         * frame.c (safe_frame_unwind_memory): New function.
10065         * frame.h (safe_frame_unwind_memory): Declare.  Update description
10066         of /safe_/ methods.
10067         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10068         "next_frame".  Use safe_frame_unwind_memory.
10069         (tramp_frame_sniffer): Update call to tramp_frame_start.
10070
10071 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
10072
10073         * dwarf2read.c (dwarf2_objfile_data_key): New.
10074         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10075         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10076         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10077         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10078         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10079         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10080         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10081         Remove variables.
10082         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
10083         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10084         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10085         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10086         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10087         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10088         Remove macros.
10089         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
10090         data.
10091         (dwarf2_locate_sections, dwarf2_build_psymtabs)
10092         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10093         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10094         (read_partial_die, read_full_die, read_indirect_string)
10095         (dwarf_decode_line_header, dwarf_decode_macros)
10096         (dwarf2_symbol_mark_computed): Remove use of removed macros.
10097         Update uses of removed variables.
10098         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
10099         of removed macros.
10100         (_initialize_dwarf2_read): New function.
10101         * symfile.h (dwarf2_has_info): Update prototype.
10102         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10103         * elfread.c (elf_symfile_read): Likewise.
10104
10105 2004-04-01  Jim Blandy  <jimb@redhat.com>
10106
10107         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10108         function for register numbers on all the rs6000-derived targets.
10109         (rs6000_gdbarch_init): Don't register a separate
10110         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
10111         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10112         variants.
10113
10114         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10115         numbering.
10116
10117 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
10118
10119         * valarith.c: Update copyright notice.
10120         (value_add): Handle range types.
10121         (value_sub): Ditto.
10122         (value_equal): Ditto.
10123         (value_less): Ditto.
10124         (value_neg): Ditto.
10125         (value_complement): Ditto.
10126         (value_binop): Simplify slightly by using is_integral_type and
10127         eliminiating unnecessary COERCE_ENUMs.
10128
10129 2004-03-31  Andrew Cagney  <cagney@redhat.com>
10130
10131         * frame.h (frame_unwind_id): Declare.
10132         * frame.c (frame_unwind_id): New function.
10133         (get_prev_frame_1): New function.
10134         (frame_debug_got_null_frame): New function.
10135         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
10136         code proper to prev_frame, update description.
10137         * infrun.c (step_over_function): Use frame_unwind_id.
10138
10139 2004-04-31  J. Brobecker  <brobecker@gnat.com>
10140
10141         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10142         (hppa64_push_dummy_call): Likewise.
10143
10144 2004-03-30  Jim Blandy  <jimb@redhat.com>
10145
10146         From Ulrich Weigand:
10147         * utils.c (query): Do not use a va_list variable multiple times.
10148
10149 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10150
10151         * Makefile.in (linux_nat_h): Update dependencies.
10152         * configure.in: Check for <gnu/libc-version.h>.
10153         * configure: Regenerate.
10154         * config.in: Regenerate.
10155         * linux-nat.h: Include "target.h".  Add waitstatus field to
10156         struct lwp_info.
10157         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10158         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10159         to.
10160         (lin_lwp_handle_extended): New function.  Handle clone events.
10161         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
10162         thread exit events.
10163         (child_wait): Handle clone events.
10164         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10165         * linux-nat.c (linux_enable_event_reporting): Turn on
10166         PTRACE_O_TRACECLONE.
10167         (linux_handle_extended_wait): Handle clone events.
10168         * thread-db.c: Include <gnu/libc-version.h>.
10169         (struct private_thread_info): Add dying flag.
10170         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10171         higher.
10172         (attach_thread): Update comments.  Handle dying threads.
10173         (detach_thread): Set the dying flag.
10174         (check_event): Always call attach_thread.
10175
10176 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10177
10178         * mips-tdep.c (mips_pdr_data): New.
10179         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10180         (_initialize_mips_tdep): Initialize mips_pdr_data.
10181
10182 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
10183
10184         * minsyms.c (install_minimal_symbols): Move dropping leading
10185         char from linkage name from here...
10186         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
10187         test for "__gnu_compiled*" symbols.
10188
10189 2004-03-28  Jim Blandy  <jimb@redhat.com>
10190
10191         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10192         registers to temp register r0 and byte stores as prologue
10193         instructions.
10194
10195 2004-03-28  Andrew Cagney  <cagney@redhat.com>
10196
10197         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
10198         arm*-*-*.
10199
10200 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
10201
10202         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10203         and switch the layout to force a display of register window.
10204
10205 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10206
10207         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10208         of the INTEGER class.
10209
10210 2004-03-26  Jim Blandy  <jimb@redhat.com>
10211
10212         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10213         bytes long on PPC GNU/Linux.
10214
10215 2004-03-26  David Carlton  <carlton@kealia.com>
10216
10217         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10218
10219 2004-03-25  Andrew Cagney  <cagney@redhat.com>
10220
10221         * PROBLEMS: Add general section titles, remove references to
10222         specific releases.
10223
10224 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
10225
10226         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10227         INT_REGISTER_SIZE.
10228         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10229         FP_REGISTER_VIRTUAL_SIZE.
10230         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10231         of DEPRECATED_REGISTER_RAW_SIZE.
10232         (arm_register_type): Add gdbarch argument.
10233         (arm_register_raw_size, arm_register_virtual_size): Delete.
10234         (arm_register_byte, arm_extract_return_value)
10235         (arm_store_return_value, arm_get_longjmp_target): Update references
10236         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10237         (arm_gdbarch_init): Likewise.  Don't set
10238         deprecated_register_raw_size, deprecated_register_virtual_size,
10239         deprecated_max_register_raw_size,
10240         deprecated_max_register_virtual_size, or
10241         deprecated_max_register_virtual_type.  Do set register_type.
10242         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10243         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10244         (FP_REGISTER_VIRTUAL_SIZE): Delete.
10245         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10246         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10247         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10248         INT_REGISTER_SIZE.
10249         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10250         (remote_rdp_store_register): Likewise.
10251
10252 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10253
10254         * Makefile.in (mips-linux-tdep.o): Update dependencies.
10255         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10256         to after osabi initialization.
10257         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10258         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10259         functions.
10260         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10261         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10262         variables.
10263         (mips_linux_init_abi): Append signal trampoline unwinders.
10264
10265 2004-03-24  Andrew Cagney  <cagney@redhat.com>
10266
10267         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10268         * tramp-frame.c: Include "gdb_assert.h".
10269         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
10270         correct sizeof.
10271         (tramp_frame_append): Validate the tramp frame's instructions.
10272         * Makefile.in (tramp-frame.o): Update dependencies.
10273
10274 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10275
10276         * trad-frame.h (trad_frame_set_reg_addr): Declare.
10277
10278 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10279
10280         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10281         Nasser as past testsuite/lib/ (and other) maintainers.
10282
10283 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10284
10285         * infcmd.c (attach_command): Reread symbols if we already have
10286         an exec file.
10287
10288 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10289
10290         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10291
10292 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10293
10294         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10295         * gdbarch.h, gdbarch.c: Re-generate.
10296         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10297         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10298         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10299         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10300         (DEPRECATED_SIGTRAMP_START): Update.
10301         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10302         (DEPRECATED_SIGTRAMP_START): Update.
10303         * blockframe.c (find_pc_sect_partial_function): Update.
10304         * arch-utils.c (legacy_pc_in_sigtramp): Update.
10305
10306 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10307
10308         * remote.c (remote_open_1): Reopen the exec file and reread symbols
10309         if necessary.
10310
10311 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10312
10313         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10314         predicate, deprecate.
10315         * gdbarch.h, gdbarch.c: Re-generate.
10316         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10317         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10318         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10319         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10320         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10321         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10322         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10323         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10324         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10325         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10326         * blockframe.c (find_pc_partial_function): Update.
10327         * breakpoint.c (bpstat_what): Update.
10328         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10329         * frv-linux-tdep.c (frv_linux_init_abi): Update.
10330         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10331         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10332         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10333         * i386-linux-tdep.c (i386_linux_init_abi): Update.
10334         * i386-nto-tdep.c (i386nto_init_abi): Update.
10335         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10336         * i386-tdep.c (i386_sigtramp_frame_sniffer)
10337         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10338         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10339         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10340         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10341         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10342         * infrun.c (pc_in_sigtramp): Update.
10343         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10344         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10345         * mips-tdep.c (mips_gdbarch_init): Update.
10346         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10347         * ppc-linux-tdep.c: Update comment.
10348         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10349         * shnbsd-tdep.c (shnbsd_init_abi): Update.
10350         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10351         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10352         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10353         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10354         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10355         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10356         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10357         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10358
10359 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10360
10361         * tramp-frame.h, tramp-frame.h: New files.
10362         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10363         Update rules to include "tramp-frame.h" and "tramp-frame.c".
10364
10365         * Makefile.in: Update all dependencies.
10366
10367 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10368
10369         * Makefile.in (trad_frame_h): Add $(frame_h).
10370         * trad-frame.h: Update copyright.  Include "frame.h".
10371         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10372         (trad_frame_set_id, trad_frame_get_id): Declare.
10373         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10374         * trad-frame.c: Update copyright.
10375         (struct trad_frame_cache): Define.
10376         (trad_frame_cache_zalloc): New function.
10377         (trad_frame_set_id, trad_frame_get_id): New functions.
10378         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10379
10380 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10381
10382         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10383         s390_pltstub_unwind_cache.
10384         (s390_stub_frame_unwind_cache): Rename
10385         s390_pltstub_frame_unwind_cache.
10386         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10387         (s390_stub_frame_prev_register): Rename
10388         s390_pltstub_frame_prev_register.
10389         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10390         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10391
10392         From Ulrich Weigand:
10393         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10394         pointer calls like PLT calls.
10395
10396 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10397
10398         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10399         PC rather than the partial function start address.  Use the start
10400         address to sanity check the found PDR.
10401
10402 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10403
10404         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10405         linux_handle_extended_wait.
10406
10407 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10408
10409         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10410         function.
10411
10412         * frame.h (generic_pop_current_frame): Delete declaration.
10413         (deprecate_pop_dummy_frame): Deprecate
10414         generic_pop_dummy_frame.
10415         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10416         (generic_pop_current_frame): Delete function.
10417         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10418         generic_pop_current_frame.
10419         * v850-tdep.c (v850_pop_frame): Update.
10420         * mcore-tdep.c (mcore_pop_frame): Update.
10421         * sh64-tdep.c (sh64_pop_frame): Update.
10422         * h8300-tdep.c (h8300_pop_frame): Update.
10423
10424 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10425
10426         * frame.h (deprecated_pc_in_call_dummy): Rename
10427         generic_pc_in_call_dummy.
10428         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10429         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10430         generic_pc_in_call_dummy.
10431         (pc_in_dummy_frame): Make static.
10432         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10433         * gdbarch.h, gdbarch.c: Re-generate.
10434         * dummy-frame.c (dummy_frame_sniffer): Simplify.
10435         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10436         (legacy_get_prev_frame): Ditto.
10437         * inferior.h: Delete reference to generic_pc_in_call_dummy in
10438         comment.
10439
10440 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10441
10442         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10443         declaration and out-of-date comment.
10444         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10445         Delete function.
10446         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10447         deprecated_pc_in_call_dummy.
10448
10449         * infrun.c (handle_inferior_event): For non legacy frames, use the
10450         frame ID and frame type to identify a signal trampoline.  Update
10451         comments.
10452
10453 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
10454
10455         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10456         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10457
10458 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10459
10460         * frame-unwind.h: Update copyright.
10461         (struct frame_data): Add opaque declaration.
10462         (frame_sniffer_ftype): Declare.
10463         (struct frame_unwind): Add "unwind_data" and "sniffer".
10464         (frame_unwind_register_unwinder): Declare.
10465         (frame_unwind_find_by_frame): Add parameter "this_cache".
10466         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10467         (legacy_get_prev_frame, legacy_get_prev_frame)
10468         (get_frame_type): Pass the prologue_cache to
10469         frame_unwind_find_by_frame.
10470         * frame-unwind.c (struct frame_unwind_table_entry): Add field
10471         "unwinder".
10472         (frame_unwind_register_unwinder): New function.
10473         (frame_unwind_find_by_frame): Handle an unwind sniffer.
10474
10475 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
10476
10477         * bcache.c (print_percentage): Use floating point to avoid
10478         incorrect results when portion*100 overflows.
10479
10480 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10481
10482         * ppc_tdep.h (ppc_linux_frame_saved_pc)
10483         (ppc_linux_init_extra_frame_info)
10484         (ppc_linux_frameless_function_invocation)
10485         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10486         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10487         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10488         (rs6000_frame_chain): Delete declarations.
10489         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10490         (ppc_linux_init_extra_frame_info)
10491         (ppc_linux_frameless_function_invocation)
10492         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10493         (ppc_linux_init_abi): Remove registration of above deleted functions.
10494         * rs6000-tdep.c (rs6000_init_extra_frame_info)
10495         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10496         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10497         (rs6000_pop_frame, rs6000_frameless_function_invocation)
10498         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10499         (rs6000_gdbarch_init): Remove registration of above deleted functions.
10500         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10501         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10502         frame management for all OSABIs.
10503
10504 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10505
10506         Committed by Kevin Buettner <kevinb@redhat.com>.
10507
10508         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10509         Update copyright.
10510         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10511         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10512         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10513         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10514         unwinders.  #ifdef legacy frame code.
10515         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10516         "frame-base.h".
10517         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10518         (struct rs6000_frame_cache, rs6000_frame_cache)
10519         (rs6000_frame_this_id, rs6000_frame_prev_register)
10520         (rs6000_frame_sniffer, rs6000_frame_unwind)
10521         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10522         (rs6000_frame_base): Implement a traditional frame unwinder.
10523         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10524         frame unwinder.
10525
10526 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10527
10528         * breakpoint.c (adjust_breakpoint_address): Don't adjust
10529         breakpoint address for watchpoints or the catch eventpoints.
10530         Add new paramter ``bptype''.  Adjust all callers.
10531
10532 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10533
10534         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10535
10536         * PROBLEMS: Delete note that ARM does not use frame code, problem
10537         fixed.
10538
10539 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10540
10541         * stack.c (return_command): Delete code wrapped in #ifdef
10542         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10543
10544         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10545
10546 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10547
10548         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10549         DEPRECATED_IN_SIGTRAMP.
10550         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10551         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10552         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10553         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10554         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10555         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10556         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10557         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10558         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10559         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10560
10561 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10562
10563         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
10564         (struct frame_base_table_entry): Define.
10565         (struct frame_base_table): Re-implement as a linked list.
10566         (frame_base_init): Re-implement.
10567         (frame_base_table): Delete function.
10568         (append_predicate): Delete function.
10569         (frame_base_append_sniffer): Update.
10570         (frame_base_set_default): Update.
10571         (frame_base_find_by_frame): Update.
10572         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10573         * Makefile.in (frame-base.o): Update dependencies.
10574
10575 2004-03-17  Andrew Cagney  <cagney@redhat.com>
10576
10577         * frame.c (legacy_get_prev_frame): Pass correct frame to
10578         frame_unwind_find_by_frame.
10579
10580 2004-03-17  David Carlton  <carlton@kealia.com>
10581
10582         * NEWS: Mention C++ nested types and namespaces
10583
10584 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
10585
10586         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10587         and "Regressions since gdb 5.3.".  Add known regressions since
10588         gdb 6.0.
10589
10590 2004-03-16  David Carlton  <carlton@kealia.com>
10591
10592         * dwarf2read.c (process_structure_scope): Process children even
10593         when we're a declaration.
10594
10595 2004-03-16  Andrew Cagney  <cagney@redhat.com>
10596
10597         * symtab.h (find_pc_sect_partial_function): Delete declaration.
10598         * blockframe.c (find_pc_partial_function)
10599         (find_pc_sect_partial_function): Merge into a single
10600         find_pc_partial_function.
10601
10602 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10603
10604         * i386bsd-nat.c: s/regno/regnum/g.
10605         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10606         FP0_REGNUM.
10607         (store_inferior_registers): Likewise.
10608
10609 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10610
10611         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10612         of i387_fill_fsave.
10613         (store_inferior_registers): Call i387_collect_fsave and
10614         i387_collect_fxsave instead of i387_fill_fsave and
10615         i387_fill_fxsave.
10616
10617 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10618
10619         * Makefile.in (frame-unwind.o): Update dependencies.
10620         * frame-unwind.c: Include "gdb_obstack.h".
10621         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10622         parameter.
10623         (append_predicate): Delete function.
10624         (struct frame_unwind_table_entry): New structure.
10625         (struct frame_unwind_table): Replace "sniffer" with "head" and
10626         "tail".
10627         (frame_unwind_append_sniffer): Update.
10628         (frame_unwind_find_by_frame): Update.
10629         (_initialize_frame_unwind): Registe frame_unwind_init using
10630         gdbarch_data_register_pre_init.
10631
10632 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10633
10634         * i386bsd-nat.c: Update copyright year.
10635         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10636         define unconditionally.
10637
10638 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10639
10640         * i387-tdep.h (i387_collect_fsave): New prototype.
10641         * i387-tdep.c (i387_collect_fsave): New function containing most
10642         of the code from i387_fill_fsave.
10643         (i387_fill_fsave): Call i387_collect_fsave.
10644
10645 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10646
10647         * i386-linux-tdep.c: Update copyright year.
10648         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10649         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10650         svr4_ilp32_link_map_offsets instead of
10651         i386_linux_svr4_fetch_link_map_offsets.
10652
10653 2004-03-15  David Carlton  <carlton@kealia.com>
10654
10655         Fix for PR c++/1553:
10656         * dwarf2read.c (read_structure_type): Determine type name by
10657         calling determine_class_name.
10658         (determine_class_name): New.
10659         (determine_prefix): Look at TYPE_TAG_NAME and call
10660         determine_class_name when appropriate.
10661         (determine_prefix_aux, class_name): Delete.
10662         (read_namespace): Set die->type.
10663
10664 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10665
10666         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10667         unused macro definition.  The definition in target.h (or perhaps
10668         elsewhere) takes precedence.
10669
10670 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10671
10672         * ppc-tdep.h: Update copyright.
10673         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10674         function signatures to match "regsets.h".
10675         * ppc-linux-tdep.c: Include "regset.h".
10676         (ELF_GREGSET_SIZE): Delete.
10677         (right_supply_register): New function.
10678         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10679         using right_supply_register.
10680         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10681         functions.
10682         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10683         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10684         (_initialize_ppc_linux_tdep): Do not register
10685         ppc_linux_regset_core_fns.
10686         (ppc_linux_regset_from_core_section): Replace
10687         fetch_core_registers.
10688         (ppc_linux_regset_core_fns): Delete.
10689         * ppc-linux-nat.c: (right_fill_reg): New function.
10690         (supply_gregset): Update call to ppc_linux_supply_gregset.
10691         (fill_gregset): Clear the register set, use right_fill_reg.
10692         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10693         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10694
10695         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10696         unsigned.
10697
10698 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10699
10700         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10701         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10702         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10703         and register_gdbarch_data.
10704         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10705         (struct gdbarch_data): Replace "init" by "pre_init" and
10706         "post_init".
10707         * gdbarch.h, gdbarch.c: Re-generate.
10708         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10709         with"obstack", use OBSTACK_ZALLOC.
10710         (dwarf2_frame_ops): Delete.
10711         (dwarf2_frame_set_init_reg): Use gdbarch_data.
10712         (dwarf2_frame_init_reg): Use gdbarch_data.
10713         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10714         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10715         (_initialize_svr4_solib): Update.
10716         * user-regs.c (_initialize_user_regs): Update.
10717         * reggroups.c (_initialize_reggroup): Update.
10718         * regcache.c (_initialize_regcache): Update.
10719         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10720         * libunwind-frame.c (_initialize_libunwind_frame): Update.
10721         * gnu-v3-abi.c (init_gnuv3_ops): Update.
10722         * frame-unwind.c (_initialize_frame_unwind): Update.
10723         * frame-base.c (_initialize_frame_base): Update.
10724         * user-regs.c (user_reg_add): Update.
10725         * reggroups.c (reggroup_add): Update.
10726         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10727         * libunwind-frame.c (libunwind_frame_set_descr): Update.
10728         * frame-unwind.c (frame_unwind_append_sniffer): Update.
10729         * frame-base.c (frame_base_table): Update.
10730         * remote.c (_initialize_remote): Update.
10731         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10732
10733 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10734
10735         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10736
10737 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10738
10739         * Makefile.in (frv-linux-tdep.o): Add dependencies.
10740         * frv-linux-tdep.c: New file.
10741         * frv-tdep.c (struct gdbarch_tdep): Add new field
10742         ``sigcontext_reg_addr''.
10743         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10744         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10745         (frv_sigramp_frame_sniffer): New functions.
10746         (frv_sigtramp_frame_unwind): New static global.
10747         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
10748         sniffers.
10749         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10750         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10751
10752 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10753
10754         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10755         but not via a call to error(), when unable to read memory.
10756
10757 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10758
10759         * frv-tdep.c (frv_call_dummy_words): Delete.
10760         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10761
10762 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10763
10764         * infrun.c (handle_step_into_function, step_over_function): Only
10765         update and use STEP_FRAME_ID when the system is using legacy
10766         frames.  Update comments.
10767
10768 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
10769
10770         * amd64-linux-tdep.h: Remove file.
10771         * amd64-linux-tdep.c: Don't include "inferior.h" and
10772         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
10773         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10774         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10775         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10776         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10777         macros.
10778         (user_to_gdb_regmap): Remove variable.
10779         (amd64_linux_gregset_reg_offset): New variable.
10780         (amd64_core_fns): Remove variable.
10781         (fetch_core_registers): Remove function.
10782         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10783         functions.
10784         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10785         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10786         * Makefile.in (amd64_linux_tdep_h): Remove.
10787         (amd64-linux-nat.o): Update dependencies.
10788         (amd64-linux-tdep.o): Update dependencies.
10789
10790         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10791         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10792         functions.
10793         (fetch_inferior_registers, store_inferior_registers): Rewrite.
10794
10795         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10796         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10797
10798 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
10799
10800         * dwarf2read.c (read_structure_type): Rename from
10801         read_structure_scope.  Don't create a symbol or call process_die.
10802         Return immediately if die->type is set.  Call read_type_die before
10803         dwarf2_add_member_fn.
10804         (process_structure_scope): New function.
10805         (read_enumeration_type, process_enumeration_scope): New functions,
10806         broken out from read_enumeration.  Don't create the enumeration
10807         type if it has already been created.
10808         (read_enumeration): Removed.
10809         (process_die): Call read_structure_type, process_structure_scope,
10810         read_enumeration_type, and process_enumeration_scope.  Just call
10811         new_symbol for base and subrange types.  Add a comment about other
10812         type dies.
10813         (read_type_die): Call read_enumeration_type.
10814         (add_partial_structure, new_symbol): Update comments.
10815
10816 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10817
10818         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10819
10820 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10821
10822         * tui/tui-win.h (tui_get_cmd_list): Declare.
10823         * tui/tui-win.c (tui_command): New function.
10824         (tui_get_cmd_list): New function.
10825         (_initialize_tui_win): Moved initialization of tui command in
10826         tui_get_cmd_list.
10827
10828         * tui/tui-data.c (init_content_element): Setup new data members.
10829         (init_win_info): Likewise.
10830         (free_content_elements): Free it.
10831         * tui/tui-data.h (struct tui_data_element): Store the register
10832         content to print.
10833         (struct tui_data_info): Keep the current register group.
10834
10835         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10836
10837         * tui/tui-regs.h (tui_show_registers): Update prototype.
10838         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10839         (tui_resize_all): No need to calculate anything for register window.
10840         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10841         (tui_set_register_element, tui_set_general_regs_content): Remove.
10842         (tui_set_special_regs_content): Remove.
10843         (tui_set_general_and_special_regs_content): Remove.
10844         (tui_set_float_regs_content): Remove.
10845         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10846         (tui_set_regs_content): Remove.
10847         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10848         (tui_v_show_registers_command_support): Remove.
10849         (tui_show_registers): Use a reggroup to specify the registers to show.
10850         (tui_show_register_group): New function.
10851         (tui_display_registers_from): Compute the layout of register window
10852         and refresh with new API; be sure to delete old register windows.
10853         (tui_check_register_values): Update to use tui_get_register and
10854         tui_display_data.
10855         (tui_display_register): Just refresh the register window part.
10856         (tui_register_format): Format registers and save in tui_data_element.
10857         (tui_get_register): New to combine tui_reg_value_has_changed and
10858         tui_get_register_raw_value; fix to use the new gdb API.
10859         (tui_show_float_command): Renamed tui_reg_float_command.
10860         (tui_show_general_command): Renamed tui_reg_general_command.
10861         (tui_show_special_command): Renamed tui_reg_system_command.
10862         (_initialize_tui_regs): Remove unused commands.
10863
10864 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
10865
10866         * NEWS (New native configurations): Mention OpenBSD/amd64.
10867
10868         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10869         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10870         Remove defines.
10871         * config/i386/nm-fbsd64.h: Likewise.
10872         * config/i386/nm-obsd.h: Likewise.
10873         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
10874         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
10875
10876 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10877
10878         * frv-tdep.c (set_variant_scratch_registers): New function.
10879         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10880         New constants.
10881
10882         From Richard Sandiford  <rsandifo@redhat.com>:
10883         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10884
10885 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10886
10887         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
10888         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10889         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10890         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10891         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10892         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10893         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10894         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10895         definitions from frv-tdep.c to frv-tdep.h.
10896
10897 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10898
10899         Add shared library support for FR-V FDPIC ABI:
10900         * Makefile.in (solib-frv.o): Add dependencies.
10901         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10902         New functions.
10903         (frv_push_dummy_call): Add support for FDPIC ABI.
10904         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10905         for FDPIC ABI.
10906         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10907         (frv_fdpic_find_canonical_descriptor): Declare.
10908         * solib-frv.c: New file.
10909         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10910         * config/frv/tm-frv.h (solib.h): Include.
10911
10912 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10913
10914         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10915         (frv-tdep.o): Update dependencies.
10916         * frv-tdep.h: New file.
10917         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10918         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10919         constants.
10920         (struct gdbarch_tdep): Add new member ``frv_abi''.
10921         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10922         functions.
10923         (new_variant): Set ``frv_abi'' field.
10924         (gdb_arch_init): Detect FDPIC executables.
10925
10926 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
10927
10928         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10929         wrapper.
10930
10931 2004-03-11  Andrew Cagney  <cagney@redhat.com>
10932
10933         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10934
10935 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
10936
10937         * solist.h (master_so_list): New function.
10938         * solib.c (master_so_list): Likewise.
10939         * solib-svr4.c (enable_break): Iterate over so_list entries
10940         obtained from master list instead of entries obtained directly
10941         via svr4_current_sos().
10942
10943 2004-03-10  Ben Elliston  <bje@gnu.org>
10944
10945         * MAINTAINERS: Update my mail address.
10946
10947 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
10948
10949         * remote-m32r-sdi.c: Support hardware watchpoint.
10950
10951 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10952
10953         * user-regs.c: Update copyright years.
10954         (struct user_regs): Rename to gdb_user_regs.
10955         (append_user_reg, builtin_user_regs, user_regs_init)
10956         (user_reg_add, user_reg_map_name_to_regnum)
10957         (usernum_to_user_reg): Update.
10958
10959 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10960
10961         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10962         (skip_children): New functions.
10963         (locate_pdi_sibling): Call skip_children.
10964
10965 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10966
10967         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10968         * gdbtypes.c (check_typedef): Update comments.
10969
10970 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10971
10972         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10973         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10974         pointer.  Update comment about comp_unit_head.
10975         (struct abbrev_info): Shorten two int flags.
10976         (dwarf_alloc_abbrev): Take a CU argument.
10977         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10978         each time through the loop.  Update cleanup argument.
10979         (psymtab_to_symtab_1): Update cleanup call.
10980         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10981         abbrev_obstack.
10982         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10983         Just call obstack_free and clear the pointer.
10984
10985 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10986
10987         * infrun.c (handle_inferior_event): Remove short-circuit code for
10988         events in a different thread.
10989
10990 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10991
10992         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10993         print the whole transfer.
10994         (initialize_targets): Update description of "set debug target".
10995
10996 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10997
10998         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10999
11000 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
11001
11002         * MAINTAINERS (write after approval): Add myself.
11003
11004 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11005
11006         * sh-tdep.c (sh_print_registers_info): Use for loop.
11007         Don't skip multiple registers when a float register is encountered.
11008
11009 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11010
11011         Fix PR tdep/1291.
11012         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
11013         to official SH documentation.
11014
11015 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11016
11017         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
11018         unused function.
11019
11020 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
11021
11022         * arm-tdep.c (thumb_get_next_pc): Handle BX.
11023         (arm_get_next_pc): Handle BX and BLX.
11024
11025 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11026
11027         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
11028         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
11029         HPPA_SP_REGNUM.
11030         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
11031         (hppa_target_read_fp): Delete.
11032         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
11033         register_virtual_size, max_register_raw_size,
11034         max_register_virtual_size, register_byte, register_size,
11035         target_read_fp, fp_regnum, and register_bytes.  Set register_type
11036         instead of register_virtual_type.
11037         (hppa32_register_type, hppa64_register_type): Replace
11038         hppa32_register_virtual_type and hppa64_register_virtual_type.
11039         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
11040         (HPPA_FP_REGNUM): Define.
11041
11042         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
11043
11044         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
11045         (pa_do_registers_info): Delete.
11046         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
11047         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
11048         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
11049
11050         * infcall.c (legacy_push_dummy_code): Delete #ifdef
11051         GDB_TARGET_IS_HPPA code.
11052         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
11053         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
11054         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11055         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
11056         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11057         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11058         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
11059         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
11060         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11061         (hppa_frameless_function_invocation, hppa64_store_return_value)
11062         (hppa_store_struct_return, hppa64_extract_return_value)
11063         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
11064         (hppa32_call_dummy_length, hppa64_call_dummy_length)
11065         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
11066         (find_proc_framesize, deposit_21, restore_pc_queue)
11067         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
11068         (rp_saved, pc_in_linker_stub): Delete.
11069
11070         Unconditionally enable 64-bit frame and ABI code.
11071         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11072         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11073         push_dummy_frame, fix_call_dummy, push_arguments,
11074         call_dummy_location, extract_return_value, use_struct_convention,
11075         store_return_value, store_struct_return, saved_pc_after_call,
11076         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11077         frame_chain, frame_chain_valid, frameless_function_invocation,
11078         frame_saved_pc, and pop_frame.
11079
11080         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11081         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11082         (hppa_gdbarch_init): Do not set PC_REGNUM.
11083
11084 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
11085
11086         * config/alpha/tm-fbsd.h: Remove file.
11087         * config/alpha/fbsd.mt: Tweak comment.
11088         (TM_FILE): Set to tm-alpha.h.
11089
11090 2004-03-05  Andrew Cagney  <cagney@redhat.com>
11091
11092         * infrun.c (step_over_function): When non-legacy code, and no
11093         step_frame_id, use the unwinder to get the caller's frame ID.
11094
11095 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11096
11097         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11098         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11099         bfd_arch_unknown.  Adjust comment.
11100
11101         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
11102         * i386obsd-tdep.c: Correct spelling in comment.
11103         * i386nbsd-tdep.c: Correct spelling in comment.
11104         * sparc-tdep.c: Correct spelling in comments.
11105
11106 2004-03-05  David Carlton  <carlton@kealia.com>
11107
11108         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11109         bug.
11110
11111 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11112
11113         * sparc-tdep.c: Fix typo in comment.
11114
11115 2004-03-04  J. Brobecker  <brobecker@gnat.com>
11116
11117         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11118
11119 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
11120
11121         * dwarf2read.c: Add comment describing memory lifetimes.
11122         (struct dwarf2_pinfo): Update comment.
11123         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11124         (read_enumeration, new_symbol): Don't use obsavestring.
11125
11126 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
11127
11128         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11129         instead of amd64_fill_fxsave.
11130         * amd64bsd-nat.c (store_inferior_registers): Likewise.
11131         * amd64fbsd-nat.c (fill_fpregset): Likewise.
11132
11133         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11134         Reorganize code a bit.
11135
11136 2004-03-04  Orjan Friberg  <orjanf@axis.com>
11137
11138         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11139         when the frame pointer is pushed.  Don't set the frame pointer's
11140         address on the stack unless it's actually located there.
11141         Set the SRP's address on the stack correctly when the PC is still in
11142         the prologue.
11143         (cris_return_value): New function.
11144         (cris_gdbarch_init): Clear deprecated store_return_value,
11145         extract_return_value.
11146
11147 2004-03-02  Jim Blandy  <jimb@redhat.com>
11148
11149         * stabsread.c (reg_value_complaint): The maximum register number
11150         is one less than the number of registers.
11151
11152 2004-03-02  Andrew Cagney  <cagney@redhat.com>
11153
11154         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11155         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
11156         trailing comma and redundant assignment of I386_ST0_REGNUM.
11157         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11158         32-bit segment registers.
11159
11160 2004-03-01  Andrew Cagney  <cagney@redhat.com>
11161
11162         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11163         use frame_relative_level and get_next_frame.
11164
11165 2004-02-29  Andrew Cagney  <cagney@redhat.com>
11166
11167         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11168         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11169         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11170         Delete macro.
11171
11172 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11173
11174         * inflow.c (terminal_inferior): Don't give up the terminal if we
11175         previously couldn't get the inferior's terminal state.
11176
11177 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11178
11179         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11180         PC_REGNUM.
11181
11182 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11183
11184         * NEWS: Refer to GDB 6.1.
11185         * README: Refer to GDB 6.1.
11186         * PROBLEMS: Refer to GDB 6.1.
11187
11188 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
11189
11190         * thread-db.c (disable_thread_signals): Remove unused function.
11191
11192 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11193
11194         * amd64-nat.c: Include "gdb_string.h".
11195         (amd64_collect_native_gregset): Zero-extend the 32-bit
11196         general-purpose registers and %eip.
11197
11198         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11199         * amd64-tdep.c (amd64_collect_fxsave): New function.
11200         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11201
11202         * i387-tdep.h: Update copyright year.
11203         (i387_collect_fxsave): New prototype.
11204         * i387-tdep.c: Update copyright year.
11205         (i387_collect_fxsave): New function containing most of the code
11206         from i387_fill_fxsave.
11207         (i387_fill_fxsave): Call i387_collect_fxsave.
11208
11209 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11210
11211         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11212         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
11213
11214 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11215
11216         * amd64-tdep.c (amd64_frame_cache): Fix comment.
11217
11218 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11219
11220         * utils.c: Use "", instead of <>, to include readline.
11221         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11222         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11223         * source.c, solib.c, exec.c, event-top.c: Ditto.
11224         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11225         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11226         * Makefile.in: Update all dependencies.
11227         (readline_tilde_h, readline_history_h): Define.
11228         (readline_headers): Delete.
11229
11230 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11231
11232         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11233         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11234         "config/i386/tm-lx64.h".
11235
11236         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11237         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
11238         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11239
11240 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11241
11242         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11243
11244         * breakpoint.c (_initialize_breakpoint): Use
11245         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
11246         Add help to show command.
11247
11248 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11249
11250         * i386-nat.c: Reformat to be closer to coding standards.
11251         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11252         `retval'.  Make variables `align' and `size' local to while-loop.
11253         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11254         (_initialize_i386_nat): New prototype.
11255
11256         * tui/tui.c: Include <readline/readline.h> instead of
11257         "readline/readline.h".  Include it after <term.h> and
11258         "gdb_curses.h".
11259
11260 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11261
11262         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11263         the new frame unwind code.
11264         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11265         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11266         PCOQ_HEAD_REGNUM.
11267
11268         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11269         "return_value" and "push_dummy_call".
11270         (hppa32_use_struct_convention): Delete unused function.
11271         (hppa32_store_return_value): Delete unused function.
11272         (hppa32_extract_return_value): Delete unused function.
11273         (hppa32_stack_align): Delete function.
11274
11275 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
11276
11277         * coffread.c (enter_linenos): Don't let rawptr reference memory
11278         outside linetab[]'s limits.
11279
11280 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11281
11282         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11283         inferior stack space - the stack needs to grow upwards.
11284         (hppa32_frame_align): New function.
11285         (hppa64_frame_align): Replace hppa_frame_align.
11286         (hppa_gdbarch_init): Update.
11287
11288 2004-02-26  Orjan Friberg  <orjanf@axis.com>
11289
11290         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11291         (dwarf2-frame.h): Include.
11292         (enum cris_regnums): New enum CRIS_FP_REGNUM.
11293         Remove static variables related to ABI setting.
11294         (struct gdbarch_tdep): Remove cris_abi member.
11295         (struct frame_extra_info): Remove.
11296         (cris_unwind_cache, stack_item): New structs.
11297         (cris_frame_unwind, cris_frame_base): New variables.
11298         (push_stack_item, pop_stack_item)
11299         (cris_frame_unwind_cache, cris_frame_this_id)
11300         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11301         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11302         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11303         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11304         (cris_reg_struct_has_addr): New functions.
11305         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11306         (cris_frame_saved_pc, cris_saved_pc_after_call,
11307         (cris_store_struct_return, cris_frameless_function_invocation)
11308         (cris_pop_frame, cris_skip_prologue_main)
11309         (cris_abi_original_store_return_value)
11310         (cris_abi_v2_store_return_value)
11311         (cris_abi_original_extract_return_value)
11312         (cris_abi_v2_extract_return_value)
11313         (cris_abi_original_reg_struct_has_addr)
11314         (cris_abi_v2_reg_struct_has_addr)
11315         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11316         (cris_push_return_address, cris_abi_update): Remove.
11317         (_initialize_cris_tdep): Remove ABI command.
11318         (cris_dump_tdep): Ditto.
11319         (cris_gdbarch_init): Remove ABI command.
11320         Set store_return_value, extract_return_value, push_dummy_code,
11321         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11322         frame_unwind_append_sniffer, frame_base_set_default.
11323         Clear deprecated init_frame_pc, push_arguments, store_return_value,
11324         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11325         sizeof_call_dummy_words, get_saved_register, push_return_address,
11326         pop_frame, store_struct_return, frame_init_saved_regs,
11327         init_extra_frame_info, frameless_function_invocation, frame_chain,
11328         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11329         dummy_write_sp.
11330
11331 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11332
11333         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11334         * valprint.c (print_hex_chars): Change from static to external.
11335         (print_char_chars): New function.
11336         * printcmd.c (print_scalar_formatted): For integer and enum types
11337         that are longer than LONGEST, perform processing via appropriate
11338         print_*_chars routines.
11339
11340 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11341
11342         * Makefile.in: Update dependencies.
11343         Changes from Ulrich Weigand,
11344         * s390-tdep.c: Include "dwarf2-frame.h".
11345         (s390_dwarf2_frame_init_reg): New function.
11346         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11347         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
11348
11349 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11350
11351         * breakpoint.c (pending_break_support): New setting variable.
11352         (break_command_1): Account for pending_break_support setting
11353         when creating pending breakpoints.
11354         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11355         (_initialize_breakpoint): Add "set breakpoint pending" and
11356         "show breakpoint pending" commands.
11357
11358 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11359
11360         Fix PR i18n/1570.
11361         * charset.c (backslashable, backslashed, represented): Remove 'e'
11362         from list of escaped characters, not part of ISO-C.
11363
11364 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11365
11366         From Peter Schauer <schauer@pdf.de>:
11367         * tui/tui.c: Move system header includes after local includes.
11368         Fixes a build failure on solaris systems.
11369
11370 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11371
11372         * configure.in: Refine the previous change.
11373         * configure: Regenerate.
11374
11375 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11376
11377         * amd64-tdep.h: Renamed from x86-64-tdep.h.
11378         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
11379         "amd64-tdep.h" instead of "x86-64-tdep.h".
11380         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11381         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11382         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
11383         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11384         and "x86-64-tdep.c".
11385         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
11386         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11387         and "x86-64-tdep.c".
11388         * amd64bsd-nat.c: Update copyright year.
11389         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11390         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11391         "x86-64-tdep.h".
11392         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11393         "x86-64-tdep.h".
11394         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11395         "x86-64-tdep.h".
11396         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11397         "x86-64-tdep.h".
11398         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11399         "x86-64-tdep.h".
11400         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11401         "x86-64-tdep.h".
11402         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11403         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11404         * Makefile.in (amd64_linux_tdep_h): Renamed from
11405         x86_64_linux_tdep_h.
11406         (amd64_tdep_h): Renamed from x86_64_tdep_h.
11407         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11408         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11409         (amd64obsd-tdep.o): Update dependencies.
11410         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11411         dependencies.
11412         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11413         dependencies.
11414         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11415         amd64-linux-nat.c amd64-linux-tdep.c.
11416         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11417         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11418         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11419         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11420         amd64-tdep.o and amd64-linux-tdep.o.
11421         (TM_FILE): Set to tm-linux64.h.
11422         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11423         (NAT_FILE): Set to nm-linux64.h.
11424         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11425         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11426         amd64-tdep.o.
11427         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11428         amd64-tdep.o.
11429         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11430         amd64-tdep.o.
11431
11432 2004-02-25  Roland McGrath  <roland@redhat.com>
11433
11434         * remote.c (remote_protocol_qPart_auxv): New variable.
11435         (init_all_packet_configs): Initialize it.
11436         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11437         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11438         (show_remote_cmd): Call it.
11439         (_initialize_remote): Initialize commands.
11440         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11441         service TARGET_OBJECT_AUXV requests.
11442
11443 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11444
11445         * configure.in: Make sure that the wborder function is available.
11446         Otherwise, search for it in the cur_colr library.
11447         * configure: Regenerate.
11448
11449 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11450
11451         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11452
11453 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11454
11455         * config/i386/tm-x86-64linux.h: Tweak comments.
11456
11457 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
11458
11459         * MAINTAINERS: Add self to write-after-approval list.
11460
11461 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11462
11463         PR cli/1566.  Problem found, and fix suggested by David Allan.
11464         * cli/cli-script.c (execute_control_command): Unconditionally
11465         install a cleanup.  Default "ret" to "invalid_control".  Use
11466         "break" instead of "return" to escape from the switch.
11467
11468 2004-02-24  J. Brobecker  <brobecker@gnat.com>
11469
11470         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11471         with the lines macro defined in term.h on AiX.
11472         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11473         a collision with the label_width macro defined in term.h on AiX.
11474
11475 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
11476
11477         Committed by Kevin Buettner <kevinb@redhat.com>.
11478
11479         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11480         * ia64-tdep.c (ia64_write_pc): Make it a global function.
11481         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11482         instead of ia64_write_pc().
11483         * ia64-linux-tdep.c (regcache.h): Include.
11484         (ia64_linux_write_pc): New function.
11485
11486 2004-02-23  Roland McGrath  <roland@redhat.com>
11487
11488         * auxv.c (info_auxv_command): Fix typos in error messages.
11489
11490 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
11491
11492         * x86-64-tdep.h: Tweak comment.
11493         (enum amd64_regnum): New.
11494         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11495         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11496         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11497         (X86_64_XMM1_REGNUM): Removed.
11498         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11499         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11500         prototypes for renamed functions.
11501         * x86-64-tdep.c: Fix typo.
11502         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11503         register numbers.
11504         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11505         Use constants from `enum amd64_regnum' for register numbers.
11506         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11507         (amd64_analyze_prologue, amd64_frame_cache,
11508         amd64_sigtramp_frame_cache): Use constants from `enum
11509         amd64_regnum' for register numbers.
11510         (amd64_supply_fpregset): Adjust for renamed functions.
11511         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
11512         `enum amd64_regnum' for register numbers.
11513         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11514         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11515         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11516         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11517         (amd64_linux_fill_gregset): Adjust for renamed macros.
11518         (fetch_core_registers): Adjust for renamed functions.
11519         (amd64_linux_init_abi): Adjust for renamed functions.
11520         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11521         renamed functions.
11522         * amd64-nat.c: Adjust for renamed macros.
11523         * amd64bsd-nat.c (fetch_inferior_registers)
11524         (store_inferior_registers): Use constants from `enum amd64_regnum'
11525         for register numbers.  Adjust for renamed variables.
11526         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11527         renamed variables.
11528         (_initialize_amd64fbsd_nat): Use constants from `enum
11529         amd64_regnum' for register numbers.
11530         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11531         `enum amd64_regnum' for register numbers.
11532         (amd64fbsd_init_abi): Adjust for renamed functions.
11533         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11534         `enum amd64_regnum' for register numbers.
11535         (amd64nbsd_init_abi): Adjust for renamed functions.
11536         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11537         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11538         `enum amd64_regnum' for register numbers.
11539         (amd64obsd_init_abi): Adjust for renamed functions.
11540         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11541
11542 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11543
11544         * breakpoint.c (print_one_breakpoint): Do not output spaces
11545         after printing <PENDING> for a pending breakpoint.
11546
11547 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11548
11549         * printcmd.c (print_scalar_formatted): Initialize val_long
11550         to remove compiler warning message.
11551
11552 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11553
11554         * defs.h (nquery, yquery): New prototypes.
11555         * breakpoint.c (break_command_1): Use new nquery interface.
11556         * utils.c (defaulted_query, nquery, yquery): New functions.
11557
11558 2004-02-23  Andrew Cagney  <cagney@redhat.com>
11559
11560         * hppa-tdep.c (hppa_frame_align): New function.
11561         (hppa32_push_dummy_call): New function.
11562         (hppa64_push_dummy_call): New function.
11563         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11564         disabled.
11565
11566         * infcall.c (legacy_push_dummy_code): Don't call deprecated
11567         FIX_CALL_DUMMY when push_dummy_call is available.
11568         (call_function_by_hand, push_dummy_code): Ditto.
11569
11570 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11571
11572         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11573         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11574         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11575         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11576         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11577         call_dummy_location to ON_STACK.
11578
11579 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11580
11581         * x86-64-linux-tdep.c: Tweak comment.
11582         (amd64_linux_supply_gregset): Renamed from
11583         x86_64_linux_supply_gresget.
11584         (amd64_linux_fill_gregset): Renamed from
11585         x86_64_linux_fill_gregset.
11586         (fetch_core_registers): Adjust for renamed functions.
11587         (amd64_core_fns): Renamed from x86_64_core_fns.
11588         (amd64_linux_sigtramp_start): Renamed from
11589         x86_64_linux_sigtramp_start.
11590         (amd64_linux_pc_in_sigtramp): Renamed from
11591         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
11592         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11593         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11594         (amd64_linux_sigcontext_addr): Renamed from
11595         x86_64_linux_sigcontext_addr.
11596         (amd64_linux_sc_reg_offset): Renamed from
11597         x86_64_linux_sc_reg_offset.
11598         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11599         Adjust for renamed functions and variables.
11600         (_initialize_amd64_linux_tdep): Renamed from
11601         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
11602         variables.
11603         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
11604         Adjust for renamed functions.
11605
11606         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11607         from x86_64_linux_gregset64_reg_offset.
11608         (amd64_linux_gregset32_reg_offset): Rename from
11609         x86_64_linux_gregset64_reg_offset.
11610         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11611         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11612         (amd64_linux_dr_set_control): Renamed from
11613         x86_64_linux_dr_set_control.  Adjust for renamed functions.
11614         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11615         Adjust for renamed functions.
11616         (amd64_linux_dr_reset_addr): Renamed from
11617         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11618         (amd64_linux_dr_get_status): Renamed from
11619         x86_64_linux_dr_get_status.  Adjust for renamed functions.
11620         (_initialize_amd64_linux_nat): Renamed from
11621         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
11622         functions.
11623         * config/i386/nm-x86-64linux.h: Update copyright year.
11624         Adjust for renamed functions.
11625
11626         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11627         amd64fbsd_sigtramp_start.
11628         (amd64fbsd_sigtramp_end_addr): Renamed from
11629         amd64fbsd_sigtramp_end.
11630         (amd64fbsd_init_abi): Adjust for renamed variables.
11631         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11632         variables.
11633         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11634         amd64fbsd_sigtramp_start.
11635         (amd64fbsd_sigtramp_end_addr): Renamed from
11636         amd64fbsd_sigtramp_end.
11637
11638 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11639
11640         * hppa-tdep.c (hppa32_return_value): New function.
11641         (hppa64_return_value): New function.
11642         (hppa_gdbarch_init): Set return_value; keep disabled.
11643
11644         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11645         struct-return and inferior function call methods.
11646
11647         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11648         "frame-base.h".
11649         (struct hppa_frame_cache): Define.
11650         (hppa_frame_cache, hppa_frame_this_id): New functions.
11651         (hppa_frame_prev_register): New function.
11652         (hppa_frame_unwind, hppa_frame_base): New variables.
11653         (hppa_frame_unwind_sniffer): New function.
11654         (hppa_frame_base_address, hppa_unwind_pc): New function.
11655         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11656         sniffer, and frame base sniffer; keep disabled.
11657         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11658         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11659
11660         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11661         to predicates for "seriously old code".
11662
11663         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11664         runtime if(0).
11665
11666         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11667         unsigned.
11668         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11669
11670         * config/pa/tm-hppa.h: Update copyright.
11671         (DEPRECATED_INIT_FRAME_PC): Delete macro.
11672         (deprecated_init_frame_pc_default): Delete declaration.
11673         (hppa_frame_init_saved_regs): Delete declaration.
11674         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11675         * hppa-tdep.c: Include "arch-utils.h".
11676         (hppa_gdbarch_init): Set deprecated init_frame_pc
11677         and deprecated frame_init_saved_regs.
11678         (hppa_frame_init_saved_regs): Make static.
11679
11680 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11681
11682         Remove old 386BSD support.
11683         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11684         * configure.host: Remove i[34567]86-*-bsd*.
11685         * configure.tgt: Remove i[34567]86-*-bsd*.
11686         * i386b-nat.c: Removed.
11687         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11688         (i386b-nat.o): Remove dependencies.
11689
11690         * config/i386/i386bsd.mh: Removed.
11691         * config/i386/i386bsd.mt: Removed.
11692         * config/i386/nm-i386bsd.h: Removed.
11693         * config/i386/tm-i386bsd.h: Removed.
11694         * config/i386/xm-i386bsd.h: Removed.
11695
11696         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11697
11698         * amd64fbsd-tdep.c: Include "solib-svr4.h".
11699         (amd64fbsd_init_abi): Set link map offsets.
11700         * amd64nbsd-tdep.c: Include "slib-svr4.h".
11701         (amd64nbsd_init_abi): Set link map offsets.
11702         * amd64obsd-tdep.c: Include "solib-svr4.h".
11703         (amd64obsd_init_abi): Set link map offsets.
11704         * i386fbsd-tdep.c: Include "solib-svr4.h".
11705         (i386fbsd_init_abi): Set link map offsets.
11706         * i386nbsd-tdep.c: Include "solib-svr4.h".
11707         (i386nbsdelf_init_abi): Set link map offsets.
11708         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11709         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11710         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11711         solib-legacy.o and core-aout.o. Reformat.
11712         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11713         solib-svr4.o, solib-legacy.o.  Reformat.
11714         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
11715         * config/i386/nbsdelf.mh: Reformat.
11716         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11717         solib-svr4.o, solib-legacy.o and corelow.o.
11718         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11719         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11720         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
11721         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11722         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11723         (TM_FILE): Set to tm-fbsd.h.
11724         * config/i386/nbsd.mt (TDEPFILES): Reformat.
11725         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11726         solib-svr4.o.
11727         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11728         solib-svr4.o.
11729         (TM_FILE): Set to nm-nbsd.h.
11730         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
11731         Simplify shared library support.  Don't include "elf/common.h".
11732         (SVR4_SHARED_LIBS): Don't define.
11733         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
11734         "solib.h".
11735         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11736         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
11737         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
11738         Don't include "i386/tm-i386.h".  Include "solib.h".
11739         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
11740         Don't include "i386/tm-i386.h".
11741         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
11742         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
11743         Include "i386/xm-i386.h".
11744         (HOST_LONG_DOUBLE_FORMAT): Remove.
11745
11746         Fix OpenBSD/i386 sigtramp recognition.
11747         * i386-tdep.h: Update copyright year.
11748         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11749         (i386bsd_sigtramp_end): New prototypes.
11750         (i386fbsd_sigtramp_start_addr): Renamed from
11751         i386fbsd_sigtramp_start.
11752         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11753         (i386obsd_sigtramp_start_addr): Renamed from
11754         i386obsd_sigtramp_start.
11755         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11756         * i386bsd-tdep.c: Update copyright year.
11757         (i386bsd_pc_in_sigtramp): Make public.
11758         * i386fbsd-nat.c: Update copyright year.
11759         (_initialize_i386fbsd_nat): Adjust for renamed variables.
11760         * i386fbsd-tdep.c: Update copyright year.
11761         (i386fbsd_sigtramp_start_addr): Renamed from
11762         i386fbsd_sigtramp_start.
11763         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11764         (i386fbsdaout_init_abi): Adjust for renamed variables.
11765         * i386obsd-nat.c: Update copyright year.
11766         (_initialize_i386obsd_nat): Adjust for renamed variables.
11767         * i386obsd-tdep.c: Include "target.h".
11768         (i386obsd_page_size): New variable.
11769         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11770         (i386obsd_sigtramp_end): New functions.
11771         (i386obsd_sigtramp_start_addr): Renamed from
11772         i386obsd_sigtramp_start.
11773         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11774         (i386obsd_init_abi): Adjust for renamed variables.  Set
11775         pc_in_sigtramp, sigtramp_start and sigtramp_end.
11776         * Makefile.in (i386obsd-tdep.o): Update dependencies.
11777
11778         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11779         trampoline change in OpenBSD kernel.
11780
11781         * amd64-nat.c: Update copyright year.
11782         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11783         architecture from REGCACHE.
11784
11785         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11786         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11787
11788 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
11789
11790         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11791         i[34567]86-*-openbsd3.[0-3].
11792         * config/i386/obsdaout.mh: New file.
11793
11794         * config/i386/obsd.mh (MH_FLAGS): Remove.
11795
11796         Fix PR build/1549.
11797         * i386obsd-tdep.c: Update copyright years.  Include
11798         "solib-svr4.h".
11799         (i386obsd_init_abi): Don't set regset_from_core_section here.
11800         (i386obsd_aout_init_abi): New function.  Set
11801         regset_from_core_section here.
11802         (i386obsd_elf_init_abi): New function.
11803         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11804         * Makefile.in (i386obsd-tdep.o): Update dependecies.
11805         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11806         (TM_FILE): Set to tm-nbsd.h.
11807
11808         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11809         solib-sunos.o.
11810
11811         * solib-svr4.h: Update copyright year.
11812         (svr4_ilp32_fetch_link_map_offsets)
11813         (svr4_lp64_fetch_link_map_offsets): New prototype.
11814         * solib-svr4.c: Update copyright year.
11815         (svr4_ilp32_fetch_link_map_offsets)
11816         (svr4_lp64_fetch_link_map_offsets): New function.
11817
11818 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
11819
11820         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11821         to the partial symbol table.
11822
11823 2004-02-20  J. brobecker  <brobecker@gnat.com>
11824
11825         * PROBLEMS: Add description of problem documented under gdb/1560.
11826
11827 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
11828
11829         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
11830         comments.
11831         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11832         functions.
11833         (amd64obsd_init_abi): Reorder initializations.  Use
11834         amd64obsd_r_reg_offset to initialize the general-purpose register
11835         set details.  Set regset_from_core_section.
11836         (_initialize_amd64obsd_tdep): Rename from
11837         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
11838         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11839         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11840
11841         * NEWS (New native configurations): Mention OpenBSD/alpha.
11842         * configure.tgt: Add alpha*-*-openbsd*.
11843         * configure.host: Add alpha*-*-openbsd*.
11844         * alphanbsd-tdep.c: Update copyright year.
11845         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11846
11847 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11848
11849         Fix PR tdep/1372.
11850         * configure.tgt: Delete target "none-*-*".
11851         * configure.host: Delete host "none-*-*".
11852         * config/none/none.mh: Delete file.
11853         * config/none/none.mt: Delete file.
11854         * config/none/xm-none.h: Delete file.
11855         * config/none/tm-none.h: Delete file.
11856         * config/none/nm-none.h: Delete file.
11857
11858 2004-02-19  Fred Fish  <fnf@redhat.com>
11859
11860         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11861         cache->uses_fp prior to setting it.
11862
11863 2004-02-19  Fred Fish  <fnf@redhat.com>
11864
11865         Fix for PR breakpoint/1558.
11866         * sh-tdep.c (IS_JSR): New macro.
11867         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11868
11869 2004-02-19  Jim Blandy  <jimb@redhat.com>
11870
11871         * findvar.c (value_from_register): Doc fix.
11872
11873 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
11874
11875         * printcmd.c (print_scalar_formatted): Do not check for sizeof
11876         type being greater than sizeof of host's LONGEST.  Always use
11877         unpack_long() unless format 'f' chosen.
11878
11879 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
11880
11881         Committed by Elena Zannoni  <ezannoni@redhat.com>
11882
11883         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11884         contains a symbol wich is the best, non-exact match for the given
11885         pc.  Update comments.
11886
11887 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
11888
11889         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11890         macro, which was part of the now removed Mach 3 port.
11891         * utils.c (request_quit): Ditto.
11892
11893 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
11894
11895         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11896         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11897
11898 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11899
11900         Committed by Mark Kettenis  <kettenis@gnu.org>.
11901
11902         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11903         Define.
11904
11905 2004-02-18  Andrew Cagney  <cagney@redhat.com>
11906
11907         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11908         CONFIG_INSTALL and CONFIG_UNINSTALL.
11909         * configure: Re-generate.
11910         * interps.h (INTERP_TUI): Define.
11911         * Makefile.in: Update dependencies.
11912         (TUI): New macro.
11913         (tui-main.o): Specify dependencies.
11914         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11915         * tui/tui-main.c: New file.
11916
11917 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
11918
11919         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11920         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11921         dependencies.
11922         * configure.host: Add x86_64-*-openbsd*.
11923         * configure.tgt: Add x86_64-*-openbsd*.
11924         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11925
11926         * tui/tui.c: Don't include <malloc.h>.
11927
11928         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11929         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11930         amd64nbsd-tdep.c.
11931
11932         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11933         static.  Remove extraneous whitespace.
11934         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11935         static.
11936
11937 2004-02-17  Jim Blandy  <jimb@redhat.com>
11938
11939         * findvar.c (value_from_register): Doc fix.
11940
11941 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11942
11943         Committed by Jim Blandy  <jimb@redhat.com>.
11944
11945         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11946         CORE_ADDR as type for selectors.  Correct types for GNU run time
11947         message lookup function to use double indirection.
11948         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11949         * objc-lang.h (lookup_child_selector): Adapt prototype.
11950
11951         * s390-nat.c (SUBOFF): New macro.
11952         (supply_gregset, fill_gregset): Use it to handle debugging
11953         of 32-bit exectuables running under a 64-bit kernel.
11954         * s390-tdep.c: Include "solib-svr4.h".
11955         (s390_svr4_fetch_link_map_offset): New function.
11956         (s390x_svr_fetch_link_map_offset): Likewise.
11957         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11958         * Makefile.in (s390-tdep.o): Update dependencies.
11959
11960         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11961         "frame-unwind.h".
11962         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
11963         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11964         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11965         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11966         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11967         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11968         S390_SIGNAL_FRAMESIZE,
11969         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11970         (struct frame_extra_info): Remove.
11971         (s390_memset_extra_info): Remove.
11972         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11973         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11974         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11975         (is_rse): Renamed to ...
11976         (is_rsy): ... this.  Support long displacements.
11977         (is_rxe): Renamed to ...
11978         (is_rxy): ... this.  Support long displacements.
11979         (compute_x_addr): Support long displacements.
11980         (struct s390_prologue_data): New data type.
11981         (s390_on_stack): Change API to use struct s390_prologue_data.
11982         (s390_store): Reimplement.
11983         (s390_load): New function.
11984         (s390_get_signal_frame_info): Remove.
11985         (s390_get_frame_info): Remove, replace by ...
11986         (s390_analyze_prolog): ... this new function.
11987         (s390_check_function_end): Remove.
11988         (s390_function_start): Remove.
11989         (s390_frameless_function_invokation): Remove.
11990         (s390_is_sigreturn): Remove.
11991         (s390_init_frame_pc_first): Remove.
11992         (s390_init_frame_extra_info): Remove.
11993         (s390_frame_init_saved_regs): Remove.
11994         (s390_frame_saved_pc_nofix): Remove.
11995         (s390_frame_saved_pc): Remove.
11996         (s390_frame_chain): Remove.
11997         (s390_fp_regnum, s390_read_fp): Remove.
11998         (s390_pop_frame_regular, s390_pop_frame): Remove.
11999         (s390_saved_pc_after_call): Remove.
12000         (s390_skip_prologue): Reimplement.
12001         (s390_in_function_epilogue_p): Support long displacements.
12002         (struct s390_unwind_cache): New data structure.
12003         (s390_frame_unwind_cache): New function.
12004         (s390_prologue_frame_unwind_cache): Likewise.
12005         (s390_backchain_frame_unwind_cache): Likewise.
12006         (s390_frame_this_id, s390_frame_prev_register): Likewise.
12007         (s390_frame_unwind): Define.
12008         (s390_frame_sniffer): New function.
12009         (struct s390_pltstub_unwind_cache): New data structure.
12010         (s390_pltstub_frame_unwind_cache): New function.
12011         (s390_pltstub_frame_this_id): Likewise.
12012         (s390_pltstub_frame_prev_register): Likewise.
12013         (s390_pltstub_frame_unwind): Define.
12014         (s390_pltstub_frame_sniffer): New function.
12015         (struct s390_sigtramp_unwind_cache): New data structure.
12016         (s390_sigtramp_frame_unwind_cache): New function.
12017         (s390_sigtramp_frame_this_id): Likewise.
12018         (s390_sigtramp_frame_prev_register): Likewise.
12019         (s390_sigtramp_frame_unwind): Define.
12020         (s390_sigtramp_frame_sniffer): New function.
12021         (s390_frame_base_address, s390_local_base_address): New functions.
12022         (s390_frame_base): Define.
12023         (s390_unwind_pc, s390_unwind_sp): New function.
12024         (s390_push_dummy_call): Use new frame base location.
12025         (s390_unwind_dummy_id): Likewise.
12026         (s390_gdbarch_init): Remove calls to:
12027         set_gdbarch_frameless_function_invocation,
12028         set_gdbarch_deprecated_init_frame_pc,
12029         set_gdbarch_deprecated_frame_chain,
12030         set_gdbarch_deprecated_frame_init_saved_regs,
12031         set_gdbarch_deprecated_pop_frame,
12032         set_gdbarch_deprecated_init_extra_frame_info,
12033         set_gdbarch_deprecated_init_frame_pc_first,
12034         set_gdbarch_deprecated_target_read_fp,
12035         set_gdbarch_deprecated_frame_saved_pc,
12036         set_gdbarch_deprecated_saved_pc_after_call,
12037         set_gdbarch_deprecated_fp_regnum.
12038         Add calls to:
12039         set_gdbarch_in_solib_call_trampoline,
12040         frame_unwind_append_sniffer,
12041         frame_base_set_default,
12042         set_gdbarch_unwind_pc,
12043         set_gdbarch_unwind_sp.
12044         * Makefile.in (s390-tdep.o): Update dependencies.
12045
12046         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
12047         (S390_STACK_FRAME_OVERHEAD): Remove.
12048         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12049         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12050         (s390_promote_integer_argument): Remove.
12051         (s390_cannot_extract_struct_value_address): Remove.
12052         (s390_use_struct_convention, s390_store_struct_return): Remove.
12053         (s390_extract_return_value, s390_store_return_value): Remove.
12054         (s390_return_value_convention, s390_return_value): New functions.
12055         (is_float_singleton): Handle typedefs.
12056         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
12057         Remove, replace by ...
12058         (s390_function_arg_pass_by_reference, s390_function_arg_float,
12059         s390_function_arg_integer): ... these new functions.
12060         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12061         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12062         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12063         Fill in tdep->abi.
12064         Remove calls to:
12065         set_gdbarch_deprecated_store_struct_return,
12066         set_gdbarch_deprecated_extract_return_value,
12067         set_gdbarch_deprecated_store_return_value,
12068         set_gdbarch_use_struct_convention,
12069         set_gdbarch_extract_struct_value_address,
12070         set_gdbarch_deprecated_pc_in_call_dummy,
12071         set_gdbarch_deprecated_push_arguments,
12072         set_gdbarch_deprecated_save_dummy_frame_tos,
12073         set_gdbarch_deprecated_push_return_address,
12074         set_gdbarch_deprecated_sizeof_call_dummy_words,
12075         set_gdbarch_deprecated_call_dummy_words,
12076         set_gdbarch_deprecated_dummy_write_sp.
12077         Add calls to:
12078         set_gdbarch_push_dummy_call,
12079         set_gdbarch_unwind_dummy_id,
12080         set_gdbarch_return_value.
12081
12082         * config/s390/nm-linux.h: Update comments.
12083         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12084         (STOPPED_BY_WATCHPOINT): Redefine.
12085         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12086         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12087         (s390_stopped_by_watchpoint): Likewise.
12088         (watch_area_cnt): Remove.
12089         * s390-nat.c: Update comments.
12090         (watch_area): Remove typedef.
12091         Global replace watch_area by struct watch_area.
12092         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12093         (s390_stopped_by_watchpoint): Remove pid argument,
12094         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
12095         (s390_fix_watch_points): Remove pid argument,
12096         use s390_inferior_tid.  Recompute area spanned by watchpoints.
12097         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12098         argument.  Reimplement.
12099
12100         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
12101         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12102         (FETCH_INFERIOR_REGISTERS): Define.
12103         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12104         core-regset.o.
12105         * config/s390/s390x.mt: Remove.
12106         * config/s390/tm-s390.h: Remove.
12107         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12108         (TARGET_ELF64): Remove.
12109         (SKIP_TRAMPOLINE_CODE): Do not undefine.
12110         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12111         s390*-*-* case; always set gdb_target to s390.
12112         * regformats/reg-s390.dat: Remove control registers.
12113         * regformats/reg-s390x.dat: Likewise.
12114         * s390-tdep.h: New file.
12115         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12116         Include "inferior.h" and "s390-tdep.h".
12117         Remove private definition of offsetof.
12118         (s390_register_u_addr): Remove.
12119         (regmap_gregset, regmap_fpregset): Define.
12120         (supply_gregset, fill_gregset): Reimplement.
12121         (supply_fpregset, fill_fpregset): Likewise.
12122         (s390_inferior_tid): New function.
12123         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12124         (fetch_inferior_registers, store_inferior_registers): Likewise.
12125         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
12126         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
12127         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12128         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12129         (struct gdbarch_tdep): Define.
12130         (struct s390_register_info): Define.
12131         (s390_register_info): New variable.
12132         (s390_register_name): Reimplement.
12133         (s390_register_type): New function.
12134         (s390_register_raw_size, s390x_register_raw_size): Remove.
12135         (s390_cannot_fetch_register): Remove.
12136         (s390_register_byte): Remove.
12137         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12138         (s390_dwarf_regmap): New variable.
12139         (s390_dwarf_reg_to_regnum): New function.
12140         (s390_stab_reg_to_regnum): Remove.
12141         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12142         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12143         (s390_convert_register_p): Likewise.
12144         (s390_register_to_value, s390_value_to_register): Likewise.
12145         (s390_register_reggroup_p): Likewise.
12146         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12147         s390_gregset, s390x_gregset, s390_fpregset): New variables.
12148         (s390_supply_regset, s390_regset_from_core_section): New functions.
12149         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12150         (S390_FPR_SIZE): Likewise.
12151         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
12152         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12153         (S390_NUM_GPRS): Move here from tm-s390.h.
12154         (S390_NUM_FPRS): Likewise.
12155         (s390_in_function_epilogue_p): New function.
12156         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12157         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12158         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12159         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12160         Replace S390_FP_REGNUM by S390_SP_REGNUM.
12161         Remove calls to:
12162         set_gdbarch_deprecated_max_register_raw_size,
12163         set_gdbarch_deprecated_max_register_virtual_size,
12164         set_gdbarch_deprecated_register_byte,
12165         set_gdbarch_cannot_fetch_register,
12166         set_gdbarch_cannot_store_register,
12167         set_gdbarch_deprecated_register_size,
12168         set_gdbarch_deprecated_register_raw_size,
12169         set_gdbarch_deprecated_register_virtual_size,
12170         set_gdbarch_deprecated_register_virtual_type,
12171         set_gdbarch_deprecated_register_bytes.
12172         Add calls to:
12173         set_gdbarch_num_pseudo_regs,
12174         set_gdbarch_register_type,
12175         set_gdbarch_convert_register_p,
12176         set_gdbarch_register_to_value,
12177         set_gdbarch_value_to_register,
12178         set_gdbarch_register_reggroup_p,
12179         set_gdbarch_regset_from_core_section,
12180         set_gdbarch_pseudo_register_read,
12181         set_gdbarch_pseudo_register_write,
12182         set_gdbarch_in_function_epilogue_p.
12183         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12184         (s390_tdep_h): New variable.
12185
12186 2004-02-17  Jim Blandy  <jimb@redhat.com>
12187
12188         * findvar.c (value_from_register): If the type has no length, just
12189         return an acceptable value --- don't report an internal error.
12190
12191         * stabsread.c (read_type): If we find any type numbers that are
12192         forward references, complain if the references aren't resolved by
12193         the time we're finished reading.
12194         (cleanup_undefined_types): Make error message more appropriate for
12195         a complaint.
12196
12197 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12198
12199         * Makefile.in (defs_h): Remove dependency on progress_h.
12200         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12201         progress.h.
12202         * main.c (captured_main): Delete use of START_PROGRESS and
12203         END_PROGRESS.
12204
12205 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12206
12207         * objfiles.c (terminate_minimal_symbol_table): Add back
12208         initialization of MSYMBOL_TYPE.
12209
12210 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
12211
12212         Committed by Andrew Cagney.
12213         * Makefile.in (ia64_tdep_h): New macro.
12214         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12215         (ia64-tdep.o): Likewise.
12216         * ia64-tdep.h: New file.
12217         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
12218         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12219         (ia64_aix_sigcontext_register_address): Likewise.
12220         (ia64_linux_getunwind_table): Delete declaration.
12221         * ia64-linux-tdep.c: Likewise.
12222
12223 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
12224
12225         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12226         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12227         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12228
12229 2004-02-17  Andrew Cagney  <cagney@redhat.com>
12230
12231         * symtab.c (skip_prologue_using_sal): New function.
12232         * symtab.h (skip_prologue_using_sal): Declare.
12233         * frv-tdep.c: Include "symtab.h".
12234         (skip_prologue_using_sal): Delete function.
12235         * mips-tdep.c (skip_prologue_using_sal): Delete function.
12236         * rs6000-tdep.c (refine_prologue_limit): Mention
12237         skip_prologue_using_sal.
12238         * ia64-tdep.c (refine_prologue_limit): Ditto.
12239         * Makefile.in: Update dependencies.
12240
12241 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12242
12243         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12244         START_INFERIOR_TRAPS_EXPECTED.
12245         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12246         START_INFERIOR_TRAPS_EXPECTED.
12247         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12248         Delete macro.
12249         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12250         macro, moved to "nm-osf.h".  Update copyright.
12251         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12252         update copyright.
12253
12254         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12255         and function replacing FRAMELESS_FUNCTION_INVOCATION.
12256         * blockframe.c (legacy_frameless_look_for_prologue): Rename
12257         frameless_look_for_prologue.
12258         * frame.h (legacy_frameless_look_for_prologue): Rename
12259         frameless_look_for_prologue.
12260         * gdbarch.h, gdbarch.c: Re-generate.
12261         * sh64-tdep.c (sh64_gdbarch_init): Update.
12262         * sh-tdep.c (sh_gdbarch_init): Update.
12263         * s390-tdep.c (s390_gdbarch_init): Update.
12264         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12265         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12266         * m68k-tdep.c (m68k_gdbarch_init): Update.
12267         (delta68_frame_args_address): Update.
12268         * m32r-tdep.c (m32r_gdbarch_init): Update.
12269         * hppa-tdep.c (hppa_gdbarch_init): Update.
12270         * h8300-tdep.c (h8300_gdbarch_init): Update.
12271         * frv-tdep.c (frv_gdbarch_init): Update.
12272         (frv_frameless_function_invocation): Update.
12273         * cris-tdep.c (cris_gdbarch_init): Update.
12274         (cris_frameless_function_invocation): Update.
12275         * avr-tdep.c (avr_gdbarch_init): Update.
12276         * arm-tdep.c (arm_gdbarch_init): Update.
12277         * stack.c (frame_info): Update, call predicate.
12278         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12279         * frame.c (legacy_get_prev_frame): Update, call predicate..
12280         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12281         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12282         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12283         invocation.
12284         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12285         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12286         * vax-tdep.c (vax_gdbarch_init): Ditto.
12287
12288         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12289         function.
12290
12291 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12292
12293         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12294         initializations.
12295
12296 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12297
12298         * tui/tui-windata.c: Include "gdb_string.h".
12299         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12300         * tui/tui-layout.c, tui/tui-command.c: Ditto.
12301         * Makefile.in: Update dependencies.
12302
12303 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12304
12305         * Makefile.in (infrun.o): Add $(gdb_assert_h).
12306         * infrun.c: Include "gdb_assert.h".
12307         (singlestep_ptid, saved_singlestep_ptid)
12308         (stepping_past_singlestep_breakpoint): New variables.
12309         (resume): Set singlestep_ptid.  Check for singlestep thread
12310         hop.
12311         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12312         (handle_inferior_event): Handle singlestep thread hop.
12313
12314 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12315
12316         * dwarf2-frame.c (dwarf2_frame_ops): New function.
12317         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12318         (dwarf2_frame_init_reg): Ditto.
12319
12320         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
12321         suggested by Joshua Neuheisel
12322
12323         * configure.in: Always check for curses, including pdcurses.
12324         Warn, instead of error, when no curses are found.  Enable TUI when
12325         curses is available.
12326         * configure: Re-generate.
12327
12328 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12329
12330         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12331         sh_sh4_register_convert_to_virtual.
12332         (sh_register_convert_to_raw): Rename from
12333         sh_sh4_register_convert_to_raw.
12334         (sh_pseudo_register_read): Accomodate above name change.
12335         (sh_pseudo_register_write): Ditto.
12336
12337 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12338
12339         * sh-tdep.c (sh_generic_register_name): Remove.
12340         (sh_gdbarch_init): Use sh_sh_register_name in default case.
12341
12342 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12343
12344         * configure.in (build_warnings): Add -Wunused-function.
12345         * configure: Re-generate.
12346
12347         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12348         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12349
12350         * procfs.c (procfs_init_inferior): Assume that
12351         START_INFERIOR_TRAPS_EXPECTED is defined.
12352         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12353         * config/ns32k/tm-nbsd.h: Delete file,
12354         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12355
12356         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12357         * config/vax/tm-vax.h: Delete file.
12358
12359         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12360         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12361         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12362         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12363         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12364         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12365         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12366
12367 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
12368
12369         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12370         * dwarf2-frame.c (dwarf2_frame_data): New variable.
12371         (struct dwarf2_frame_ops): New.
12372         (dwarf2_frame_default_init_reg): New function, based on
12373         dwarf2_frame_init_reg.
12374         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12375         (dwarf2_frame_init_reg): Call architecture-specific function.
12376         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12377         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12378         instead of dwarf2_frame_data.
12379         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12380         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12381
12382 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12383
12384         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12385         register_gdbarch_swap.
12386         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12387         * f-lang.c (_initialize_f_language): Update, use
12388         DEPRECATED_REGISTER_GDBARCH_SWAP.
12389         * remote.c (_initialize_remote): Ditto.
12390         * regcache.c (_initialize_regcache): Ditto.
12391         * parse.c (_initialize_parse): Ditto.
12392         * infrun.c (_initialize_infrun): Ditto.
12393         * mi/mi-main.c (_initialize_mi_main): Ditto.
12394         * gdbtypes.c (_initialize_gdbtypes): Ditto.
12395
12396         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12397         poking .cacheable directly.
12398         * symfile.c (symfile_bfd_open): Ditto.
12399
12400         * Makefile.in: Update all dependencies.
12401
12402         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12403         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
12404         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
12405         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12406         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12407
12408 2004-02-14  Andrew Cagney  <cagney@redhat.com>
12409
12410         * arch-utils.c (legacy_convert_register_p): Check
12411         DEPRECATED_REGISTER_CONVERTIBLE_P.
12412         * findvar.c (value_of_register): Ditto.
12413
12414         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12415         * gdbarch.h, gdbarch.c: Re-generate.
12416         * arch-utils.c (deprecated_register_convertible_not): Delete.
12417         * arch-utils.h (deprecated_register_convertible_not): Delete.
12418         * mi/mi-main.c (get_register): Update.  Update copyright.
12419         * infcmd.c (default_print_registers_info): Update.
12420
12421         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12422         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12423         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12424         * gdbarch.h, gdbarch.c: Re-generate.
12425         * frame.c (deprecated_get_next_frame_hack): Delete function.
12426         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12427         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12428         Update.
12429         * infcall.c (call_function_by_hand): Update.
12430
12431 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
12432
12433         * symfile.c (init_entry_point_info, entry_point_address): Move
12434         from here...
12435         * objfiles.c (init_entry_point_info, entry_point_address):..to
12436         here.
12437         * symfile.h (init_entry_point_info, entry_point_address): Remove
12438         prototypes.
12439         * objfiles.h (init_entry_point_info, entry_point_address):Add
12440         prototypes.
12441         * cris-tdep.c: Remove include of symfile.h. Add include of
12442         objfiles.h.
12443         * infcall.c: Ditto.
12444         * mcore-tdep.c: Ditto.
12445         * mn10300-tdep.c: Ditto.
12446         * sh64-tdep.c: Ditto.
12447         * v850-tdep.c: Ditto.
12448         * arm-tdep.c: Remove include of symfile.h.
12449         * blockframe.c: Ditto.
12450         * coffread.c: Ditto.
12451         * dbxread.c: Ditto.
12452         * dwarf2read.c: Ditto.
12453         * dwarfread.c: Ditto.
12454         * frv-tdep.c: Ditto.
12455         * ia64-tdep.c: Ditto.
12456         * mdebugread.c: Ditto.
12457         * mipsread.c: Ditto.
12458         * rs6000-tdep.c: Ditto.
12459         * s390-tdep.c: Ditto.
12460         * sh-tdep.c: Ditto.
12461         * xstormy16-tdep.c: Ditto.
12462         * gdbarch.sh: Remove include of symfile.h.
12463         * gdbarch.c: Regenerate.
12464         * solib-irix.c (enable_break): Use entry_point_address().
12465         Add comment about include file.
12466         * xcoffread.c: Add comment about include file.
12467         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12468         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12469         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12470         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12471         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12472
12473 2004-02-13  Andrew Cagney  <cagney@redhat.com>
12474
12475         * corelow.c (core_xfer_partial): Use "struct bfd_section".
12476         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12477         copyright.
12478         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12479
12480 2004-02-12  Fred Fish  <fnf@redhat.com>
12481
12482         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12483          set_gdbarch_store_return_value.
12484
12485 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12486
12487         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12488         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12489         (interrupt_query): Ditto.
12490         (ofunc): Delete unused variable.
12491         * cris-tdep.c (cris_abi): Delete unused function.
12492         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12493         (cris_get_wide_opcode, cris_get_short_size): Ditto.
12494         (cris_get_asr_quick_shift_steps): Ditto.
12495         (cris_skip_prologue_frameless_p): Ditto.
12496         * arm-tdep.c (arm_push_return_address): Delete unused function.
12497         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12498         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12499         * s390-tdep.c (s390_function_start): Delete unused function.
12500
12501 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12502
12503         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12504         gdbarch.h, gdbarch.c: Re-generate.
12505         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12506         to generic_prologue_frameless_p.
12507         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12508         * arch-utils.c (generic_prologue_frameless_p): Delete function.
12509
12510 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
12511
12512         * mips-linux-tdep.c: Include "frame.h".
12513         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12514         (mips_linux_skip_resolver): New functions.
12515         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12516         and set_gdbarch_in_solib_call_trampoline.
12517         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12518         to after set_gdbarch_in_solib_return_trampoline.  Only set the
12519         solib hooks to mips16 functions if the OS ABI is unknown.
12520         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12521         including "config/tm-linux.h".
12522         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12523         * Makefile.in (mips-linux-tdep.o): Update.
12524
12525 2004-02-11  David Carlton  <carlton@kealia.com>
12526
12527         * linespec.c (decode_compound): Only look for a class symbol when
12528         considering all but the rightmost component.
12529
12530 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12531
12532         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12533         abi code are are separatly grouped.
12534
12535 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12536
12537         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12538         * gdbarch.h, gdbarch.c: Re-generate.
12539         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12540         * v850-tdep.c (v850_gdbarch_init): Update.
12541         * sh64-tdep.c (sh64_gdbarch_init): Update.
12542         * sh-tdep.c (sh_gdbarch_init): Update.
12543         * s390-tdep.c (s390_gdbarch_init): Update.
12544         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12545         * mips-tdep.c (mips_gdbarch_init): Update.
12546         * mcore-tdep.c (mcore_gdbarch_init): Update.
12547         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12548         * m32r-tdep.c (m32r_gdbarch_init): Update.
12549         * ia64-tdep.c (ia64_gdbarch_init): Update.
12550         * hppa-tdep.c (hppa_gdbarch_init): Update.
12551         * h8300-tdep.c (h8300_gdbarch_init): Update.
12552         * frv-tdep.c (frv_gdbarch_init): Update.
12553         * d10v-tdep.c (d10v_gdbarch_init): Update.
12554         * cris-tdep.c (cris_gdbarch_init): Update.
12555         * avr-tdep.c (avr_gdbarch_init): Update.
12556         * arm-tdep.c (arm_gdbarch_init): Update.
12557         * alpha-tdep.c (alpha_gdbarch_init): Update.
12558
12559 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
12560
12561         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12562         comma.
12563         (sh_sh4al_dsp_register_name): Ditto.
12564
12565 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12566
12567         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12568         (mips_init_frame_pc_first): Delete function.
12569         (mips_frame_saved_pc): Delete function.
12570         (mips_frame_chain): Delete function.
12571         (mips_init_extra_frame_info): Delete function.
12572         (mips_xfer_register): Delete unused variable "reg".
12573         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12574         (mips_n32n64_return_value): Delete unused variable "reg".
12575         (mips_n32n64_return_value): Delete unused variable "pos".
12576         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12577         (mips_o32_return_value): Delete unused variable "pos".
12578         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12579         (mips_print_fp_register): Delete unused variable "namelen"
12580         (mips_print_fp_register): Delete unused variable "flt2"
12581         (get_frame_pointer): Delete function.
12582         (cached_proc_desc): Delete static variable.
12583         (mips_pop_frame): Delete function.
12584         (mips_find_saved_regs): Delete function.
12585         (mips_get_saved_register): Delete function.
12586         (mips_saved_pc_after_call): Delete function.
12587         (SIGFRAME_BASE): Delete macro.
12588         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12589         (SIGFRAME_PC_OFF): Delete macro.
12590         (SIGFRAME_REGSAVE_OFF): Delete macro.
12591         (mips_dump_tdep): Do not print deleted macro definitions.
12592
12593 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12594
12595         * Makefile.in (SFILES): Remove explictly listed tui files.
12596         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12597
12598 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
12599
12600         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12601         to use paddr functions to format ia64 addresses and long values.
12602         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12603         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12604         (get_kernel_table, ia64_find_proc_info_x): Ditto.
12605         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12606         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12607
12608 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12609
12610         * defs.h: Do not include "tui.h".
12611         * gdb_curses.h: New file.
12612         * tui/tui-hooks.h: New file.
12613         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12614         (tui_install_hooks, tui_remove_hooks): Delete declarations.
12615         (tui_initialize_io): Delete declaration.
12616         (tui_initialize_readline: Delete redundant declaration.
12617         (struct tui_point): Delete definition.
12618         * tui/tui-data.h (struct tui_point): Define.
12619         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12620         * utils.c: Include "tui/tui.h".
12621         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12622         * printcmd.c [TUI]: Include "tui/tui.h".
12623         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12624         * tui/tui-command.c: Include "gdb_curses.h".
12625         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12626         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12627         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12628         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12629         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12630         * Makefile.in: Update all dependencies.
12631         (tui_hooks_h, gdb_curses_h): Define.
12632         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12633
12634 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
12635
12636         * objfiles.h (struct objfile): Remove unused fields auxf1 and
12637         auxf2. Add comments about some other rarely used fields.
12638
12639 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12640
12641         * Makefile.in (init.c): Fix script removing duplicates. Problem
12642         reported by Peter Schauer.
12643
12644 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12645
12646         * bcache.c (bcache_xmalloc): Use obstack_init instead of
12647         obstack_specify_allocation.
12648         * objfiles.c (allocate_objfile): Ditto.
12649         * solib-sunos.c (solib_add_common_symbols)
12650         (allocate_rt_common_objfile): Ditto.
12651         * symfile.c (reread_symbols): Ditto.
12652         * gdb_obstack.h: Add comment.
12653
12654 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12655
12656         * linespec.c (decode_line_1, locate_first_half)
12657         (decode_compound, lookup_prefix_sym): Update comments. Delete old
12658         commented out code.
12659
12660 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
12661
12662         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12663         obstack_free.
12664
12665 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12666
12667         * blockframe.c (find_pc_partial_function): If find_pc_overlay
12668         fails, try find_pc_section.  Fix PR c++/1267.
12669         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12670         instead of find_pc_mapped_section.
12671         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12672         not default to the section containing PC.  Fix PR symtab/1519.
12673
12674 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12675
12676         * Makefile.in (mips-tdep.o): Update dependencies.
12677         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12678         "trad-frame.h".
12679         (mips_unwind_pc): Return the pseudo PC register.
12680         (mips_unwind_dummy_id): New function.
12681         (mips16_fetch_instruction): New function.
12682         (mips32_fetch_instruction): New function.
12683         (struct mips_frame_cache): Define.
12684         (mips_mdebug_frame_cache): New function.
12685         (mips_mdebug_frame_this_id): New function.
12686         (mips_mdebug_frame_prev_register): New function.
12687         (mips_mdebug_frame_unwind): Define.
12688         (mips_mdebug_frame_sniffer): New function.
12689         (mips_mdebug_frame_base_address): New function.
12690         (mips_mdebug_frame_base): Define.
12691         (mips_mdebug_frame_base_sniffer): New function.
12692         (mips_gdbarch_init): Append unwind and base sniffers.  Set
12693         unwind_dummy_id.
12694
12695 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12696
12697         * frame.c: Print both the register number and name.
12698
12699         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
12700         and a sed into a single sed.  Make .c and .o patterns more robust.
12701         (OBS): Delete.
12702         (INIT_FILES): Replace OBS with COMMON_OBS.
12703         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12704
12705 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
12706
12707         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12708         the PT_WCOOKIE request.
12709
12710 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12711
12712         * mips-tdep.c (mips_unwind_pc): New function.
12713         (mips_gdbarch_init): Set mips_unwind_pc.
12714
12715         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12716         (get_frame_id): Allow the UNKNOWN_FRAME.
12717         (frame_register_unwind, get_frame_type): Ditto.
12718
12719         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12720         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
12721         unwind_dummy_id indicates a legacy frame.
12722
12723         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12724         * configure: Re-generate.
12725
12726         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12727         methods.
12728
12729 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12730
12731         * configure.in (CONFIG_ALL): Set to Makefile target, and not
12732         makefile macro.
12733         * configure: Re-generate.
12734         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12735         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12736         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12737         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12738         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12739         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12740         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12741         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12742         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12743         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12744
12745 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12746
12747         * Makefile.in: Update all dependencies.
12748
12749         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12750         * configure: Re-generate.
12751         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12752         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12753         (COMMON_OBS): Add "main.o" and "annotate.o".
12754         (ANNOTATE_OBS): Delete.
12755         (OBS): Remove ANNOTATE_OBS.
12756         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12757         CONFIG_INITS.
12758         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12759         against CONFIG_OBS and "main.o".
12760         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12761         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12762
12763         * tui/tui-command.c: Include "gdb_string.h", delete register
12764         attribute, use ISO-C function signatures.
12765         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12766         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12767         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12768         * tui/tui.c: Ditto.
12769
12770         * tui/tui-command.c: Change variable and function names to lower
12771         case.
12772         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12773         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12774         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12775         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12776         * tui/tui-winsource.c, tui/tui.c: Ditto.
12777
12778 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12779
12780         * buildsym.c (free_pending_blocks, finish_block)
12781         (record_pending_block, make_blockvector, end_symtab): Replace
12782         symbol_obstack with objfile_obstack.
12783         * coffread.c (process_coff_symbol, coff_read_struct_type)
12784         (coff_read_enum_type): Ditto.
12785         * cp-namespace.c (initialize_namespace_symtab)
12786         (check_one_possible_namespace_symbol): Ditto.
12787         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12788         (dwarf2_symbol_mark_computed): Ditto.
12789         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12790         * elfread.c (elf_symtab_read): Ditto.
12791         * hpread.c (hpread_symfile_init, hpread_symfile_init)
12792         (hpread_read_enum_type, hpread_read_function_type)
12793         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12794         Ditto.
12795         * jv-lang.c (get_java_class_symtab, add_class_symbol)
12796         (java_link_class_type): Ditto.
12797         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12798         (new_symbol): Ditto.
12799         * minsyms.c (install_minimal_symbols): Ditto.
12800         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12801         (terminate_minimal_symbol_table): Replace symbol_obstack with
12802         objfile_obstack.
12803         (free_objfile): Remove freeing of symbol_obstack.
12804         * objfiles.h: Remove symbol_obstack field.
12805         * pa64solib.c (add_to_solist): Replace symbol_obstack with
12806         objfile_obstack.
12807         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12808         symbol_obstack.
12809         (solib_add_common_symbols): Replace symbol_obstack with
12810         objfile_obstack.
12811         * somsolib.c (som_solib_add): Ditto.
12812         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12813         (common_block_start, common_block_end): Ditto.
12814         * symfile.c (reread_symbols): Remove freeing and init of
12815         symbol_obstack.
12816         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12817         * symfile.h: Update comment.
12818         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12819         stats printing.
12820         * symtab.c (symbol_set_names): Replace symbol_obstack with
12821         objfile_obstack.
12822         * symtab.h (struct general_symbol_info, struct minimal_symbol):
12823         Update comments.
12824         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12825         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12826         objfile_obstack.
12827
12828 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12829
12830         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12831         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
12832         fields and variables.
12833         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12834         (m_beInvisible): Delete macro.
12835         * tui/tui-data.h: Fix case case fields and variables.
12836         (m_genWinPtrIsNull): Delete macro.
12837         (tui_win_list): Rename winList.
12838         (TUI_SRC_WIN): Rename srcWin.
12839         (TUI_DISASM_WIN): Rename disassemWin.
12840         (TUI_DATA_WIN): Rename dataWin.
12841         (TUI_CMD_WIN): Rename cmdWin.
12842         (m_genWinPtrNotNull): Delete macro.
12843         (m_winPtrIsNull): Delete macro.
12844         (m_winPtrNotNull): Delete macro.
12845         (tui_win_is_source_type): Replace m_winIsSourceType
12846         (tui_win_is_auxillary): Replace m_winIsAuzillary.
12847         (tui_win_has_locator): Replace m_hasLocator.
12848         (tui_set_win_highlight): Replace m_setWinHighlightOn and
12849         m_setWinHighlightOff.
12850         * tui/tui-data.c: Update references.
12851         (tui_win_is_source_type, tui_set_win_highlight): New functions.
12852         (tui_win_has_locator, tui_win_is_auxillary): New functions.
12853         * tui/tui-command.c, tui/tui-disasm.c: Update references.
12854         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12855         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12856         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12857         * tui/tui-winsource.c, tui/tui.c: Ditto.
12858
12859 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
12860
12861         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12862         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12863         StackGhost.
12864
12865         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12866         variable `i6' to `i7'.
12867         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12868
12869 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12870
12871         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12872         (TuiPoint, TuiPointPtr): Ditto.
12873         (TuiStatus, TuiStatusPtr): Ditto.
12874         (TuiWinType, TuiWinTypePtr): Ditto.
12875         (struct tui_point): Rename _TuiPoint.
12876         (tui_get_low_disassembly_address): Rename
12877         tuiGetLowDisassemblyAddress.
12878         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12879         (tuiFree): Delete declaration.
12880         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12881         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12882         * tui/tui.c (tuiFree): Delete function.
12883         * cli/cli-cmds.c (disassemble_command): Update references.
12884         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12885         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12886         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12887         * tui/tui-winsource.c: Ditto.
12888
12889 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12890
12891         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12892         coffstab_build_psymtabs, elfstab_build_psymtabs)
12893         (stabsect_build_psymtabs): Replace psymbol_obstack with
12894         objfile_obstack.
12895         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12896         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12897         Ditto.
12898         * dwarfread.c (scan_compilation_units): Ditto.
12899         * elfread.c (elfstab_offset_sections): Ditto.
12900         * hppa-tdep.c (read_unwind_info): Ditto.
12901         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12902         (hpread_end_psymtab): Ditto.
12903         * mdebugread.c (mdebug_build_psymtabs, add_pending)
12904         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12905         Ditto.
12906         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12907         * objfiles.c (add_to_objfile_sections)
12908         (build_objfile_section_table): Ditto.
12909         (allocate_objfile): Remove init of psymbol_obstack.
12910         (free_objfile): Remove freeing of psymbol_obstack.
12911         * objfiles.h (struct objfile): Remove field
12912         psymbol_obstack. Update comments.
12913         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12914         psymbol_obstack with objfile_obstack.
12915         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12916         psymbol_obstack.
12917         * somread.c (som_symfile_offsets, init_import_symbols)
12918         (init_export_symbols): Replace psymbol_obstack with
12919         objfile_obstack.
12920         * somsolib.c (som_solib_add_solib_objfile): Ditto.
12921         * symfile.c (default_symfile_offsets, syms_from_objfile)
12922         (reread_symbols): Remove freeing and init of psymbol_obstack.
12923         (cashier_psymtab): Update comment.
12924         * symmisc.c (print_objfile_statistics): Don't report stats for
12925         psymbol obstack.
12926         * symtab.h (struct general_symbol_info, struct partial_symtab):
12927         Update comments.
12928         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12929         (xcoff_symfile_offsets): Replace psymbol_obstack with
12930         objfile_obstack.
12931
12932 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12933
12934         * objfiles.h (struct objfile): Add objfile_obstack field.
12935         Remove type_obstack field.
12936
12937         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12938         read_structure_scope read_enumeration, new_symbol): Replace
12939         type_obstack with objfile_obstack.
12940         * dwarfread.c (struct_type, enum_type): Ditto.
12941         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12942         (lookup_fundamental_type): Ditto.
12943         * gdbtypes.h (TYPE_ALLOC): Ditto.
12944         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12945         (hpread_read_doc_function_type, hpread_read_struct_type)
12946         (fix_static_member_physnames, hpread_read_array_type)
12947         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12948         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12949         (java_link_class_type): Ditto.
12950         * mdebugread.c (parse_type): Ditto.
12951         * objfiles.c (allocate_objfile, free_objfile): Ditto.
12952         * solib-sunos.c (solib_add_common_symbols): Ditto.
12953         * stabsread.c (define_symbol, read_type, read_member_functions,
12954         read_cpp_abbrev, read_one_struct_field): Ditto.
12955         * symfile.c (reread_symbols): Ditto.
12956         * symmisc.c (print_objfile_statistics): Ditto.
12957
12958 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12959
12960         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12961         (tui_exec_info_content): Rename TuiExecInfoContent.
12962         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12963         (TuiWinInfo, TuiWinInfoPtr): Ditto.
12964         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12965         (TuiList, TuiListPtr): Ditto.
12966         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12967         (TuiDataType, TuiDataTypePtr): Ditto.
12968         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12969         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12970         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12971         (TuiSourceElement, TuiSourceElementPtr): Ditto.
12972         (TuiDataElement, TuiDataElementPtr): Ditto.
12973         (TuiWinElement, TuiWinElementPtr): Ditto.
12974         (TuiDataInfo, TuiDataInfoPtr): Ditto.
12975         (TuiCommandElement, TuiCommandElementPtr): Ditto.
12976         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12977         (TuiWhichElement, TuiWhichElementPtr): Ditto.
12978         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12979         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12980         * tui/tui-command.c, tui/tui-data.c: Update references.
12981         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12982         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12983         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12984         * tui/tui-winsource.c, tui/tui.c: Ditto.
12985
12986 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
12987
12988         * dwarf2-frame.h: Update copyright.
12989         (enum dwarf2_frame_reg_rule): New.
12990         (struct dwarf2_frame_state_reg): New.
12991         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12992         * dwarf2-frame.c: Update copyright.
12993         (enum dwarf2_reg_rule): Remove.
12994         (struct dwarf2_frame_state): Remove defenition of `struct
12995         dwarf2_frame_state_reg'.
12996         (read_reg): Call get_frame_arch to get the architecture instead of
12997         using CURRENT_GDBARCH.
12998         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12999         DWARF2_FRAME_.
13000         (dwarf2_frame_init_reg): New function.
13001         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
13002         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
13003         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
13004         tags with DWARF2_FRAME_.
13005         (dwarf2_frame_prev_register): Call get_frame_arch to get the
13006         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
13007         dwarf2_reg_rule' tags with DWARF2_FRAME_.
13008
13009 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13010
13011         * tui/tui-data.h (struct tui_list): Rename _TuiList.
13012         (enum tui_data_type): Rename _TuiDataType.
13013         (struct tui_layout_def): Rename _TuiLayoutDef.
13014         (struct tui_source_element): Rename _TuiSourceElement.
13015         (struct tui_data_element): Rename _TuiDataElement.
13016         (struct tui_command_element): Rename _TuiCommandElement.
13017         (struct tui_locator_element): Rename _TuiLocatorElement.
13018         (union tui_which_element): Define.
13019         (struct tui_win_element): Rename _TuiWinElement.
13020         (struct tui_data_info): Rename _TuiDataInfo.
13021         (struct tui_source_info): Rename _TuiSourceInfo.
13022         (struct tui_command_info): Rename _TuiCommandInfo.
13023         (tui_initialize_static_data): Rename initializeStaticData.
13024         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
13025         (tui_alloc_win_info): Rename allocWinInfo.
13026         (tui_init_generic_part): Rename initGenericPart.
13027         (tui_init_win_info): Rename initWinInfo.
13028         (tui_alloc_content): Rename allocContent.
13029         (tui_add_content_elements): Rename addContentElements.
13030         (tui_init_content_element): Rename initContentElement.
13031         (tui_free_window): Rename freeWindow.
13032         (tui_free_win_content): Rename freeWinContent.
13033         (tui_free_data_content): Rename freeDataContent.
13034         (tui_free_all_source_wins_content): Rename
13035         freeAllSourceWinsContent.
13036         (tui_del_window): Rename tuiDelWindow.
13037         (tui_del_data_windows): Rename tuiDelDataWindows.
13038         (tui_partial_win_by_name): Rename partialWinByName.
13039         (tui_win_name): Rename winName.
13040         (tui_current_layout): Rename currentLayout.
13041         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
13042         (tui_term_height): Rename termHeight.
13043         (tui_set_term_height_to): Rename setTermHeightTo.
13044         (tui_term_width): Rename termWidth.
13045         (tui_set_term_width_to): Rename setTermWidthTo.
13046         (tui_set_gen_win_origin): Rename setGenWinOrigin.
13047         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13048         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13049         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13050         (tui_source_windows): Rename sourceWindows.
13051         (tui_clear_source_windows): Rename clearSourceWindows.
13052         (tui_clear_source_windows_detail): Rename
13053         clearSourceWindowsDetail.
13054         (tui_clear_win_detail): Rename clearWinDetail.
13055         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13056         (tui_default_tab_len): Rename tuiDefaultTabLen.
13057         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13058         (tui_win_with_focus): Rename tuiWinWithFocus.
13059         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13060         (tui_layout_def): Rename tuiLayoutDef.
13061         (tui_win_resized): Rename tuiWinResized.
13062         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13063         (tui_next_win): Rename tuiNextWin.
13064         (tui_prev_win): Rename tuiPrevWin.
13065         (tui_add_to_source_windows): Rename addToSourceWindows.
13066         * tui/tui-winsource.c, tui/tui-win.c: Update references.
13067         * tui/tui-layout.c, tui/tui-source.c: Ditto.
13068         * tui/tui-stack.c, tui/tui-io.c: Ditto.
13069         * tui/tui.c, tui/tui-data.c: Ditto.
13070         * tui/tui-interp.c, tui/tui-data.c: Ditto.
13071         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13072
13073         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
13074         (struct symtab): Declare.
13075         (tui_set_source_content): Rename tuiSetSourceContent.
13076         (tui_show_symtab_source): Rename tuiShowSource.
13077         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13078         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13079         * tui/tui-source.c: Update copyright.  Update references.
13080         * tui/tui-win.c, tui/tui-winsource.c: Update references.
13081         * tui/tui-stack.c: Update references.
13082
13083         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
13084         (struct tui_win_info): Declare.
13085         (tui_scroll_forward): Rename tuiScrollForward.
13086         (tui_scroll_backward): Rename tuiScrollBackward.
13087         (tui_scroll_left): Rename tuiScrollLeft.
13088         (tui_scroll_right): Rename tuiScrollRight.
13089         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13090         (tui_resize_all): Rename tuiResizeAll.
13091         (tui_refresh_all_win): Rename tuiRefreshAll.
13092         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13093         * tui/tui-layout.c, * tui/tui-io.c: Update references.
13094         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13095         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13096
13097         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
13098         (tui_erase_data_content): Rename tuiEraseDataContent.
13099         (tui_display_all_data): Rename tuiDisplayAllData.
13100         (tui_check_data_values): Rename tuiCheckDataValues.
13101         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13102         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13103         (tui_first_data_element_no_in_line): Rename
13104         tuiFirstDataElementNoInLine.
13105         (tui_delete_data_content_windows): Rename
13106         tuiDeleteDataContentWindows.
13107         (tui_refresh_data_win): Rename tuiRefreshDataWin.
13108         (tui_display_data_from): Rename tuiDisplayDataFrom.
13109         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13110         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13111         * tui/tui-win.c, tui/tui-regs.c: Update references.
13112         * tui/tui-layout.c, tui/tui.c: Update references.
13113
13114         * tui/tui-wingeneral.h: Update copyright.
13115         (m_allBeVisible): Delete macro.
13116         (m_allBeInvisible): Delete macro.
13117         (struct tui_gen_win_info): Declare.
13118         (struct tui_win_info): Declare.
13119         (tui_unhighlight_win): Rename unhighlightWin.
13120         (tui_make_visible, tui_make_invisible): Replace makeVisible.
13121         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13122         (tui_make_window): Rename makeWindow.
13123         (tui_copy_win): Rename copyWin.
13124         (tui_box_win): Rename boxWin.
13125         (tui_highlight_win): Rename highlightWin.
13126         (tui_check_and_display_highlight_if_needed): Rename
13127         checkAndDisplayHighlightIfNeeded.
13128         (tui_refresh_all): Rename refreshAll.
13129         (tui_delete_win): Rename tuiDelwin.
13130         (tui_refresh_win): Rename tuiRefreshWin.
13131         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13132         (tui_make_visible, tui_make_invisible): New functions.
13133         (tui_make_all_visible, tui_make_all_invisible): New functions.
13134         (make_all_visible): Rename makeAllVisible.
13135         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13136         * tui/tui-data.c, tui/tui-winsource.c: Update references.
13137         * tui/tui-windata.c, tui/tui-win.c: Update references.
13138         * tui/tui-regs.c, tui/tui-layout.c: Update references.
13139         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13140
13141 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13142
13143         * proc-api.c (write_with_trace): Initialize local variable to
13144         silence compiler warning.
13145
13146 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13147
13148         * tui/tui-source.h: Do not include "defs.h".
13149         (struct tui_win_info): Declare.
13150         (tui_set_source_content_nil): Declare.
13151         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13152         (union tui_line_or_address): Rename _TuiLineOrAddress.
13153         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
13154         (tui_update_source_window): Rename tuiUpdateSourceWindow.
13155         (tui_update_source_window_as_is): Rename
13156         tuiUpdateSourceWindowAsIs.
13157         (tui_update_source_windows_with_addr): Rename
13158         tuiUpdateSourceWindowsWithAddr.
13159         (tui_update_source_windows_with_line): Rename
13160         tuiUpdateSourceWindowsWithLine.
13161         (tui_clear_source_content): Rename tuiClearSourceContent.
13162         (tui_erase_source_content): Rename tuiEraseSourceContent.
13163         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13164         (tui_show_source_content): Rename tuiShowSourceContent.
13165         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13166         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13167         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13168         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13169         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13170         (tui_update_exec_info): Rename tuiUpdateExecInfo.
13171         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13172         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13173         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13174         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13175         (struct tui_win_info): Declare.
13176         * tui/tui-stack.c: Update references.
13177         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13178         * tui/tui-win.c, tui/tui-source.c: Ditto.
13179         * tui/tui.c, tui/tui-disasm.c: Ditto.
13180
13181 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13182
13183         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13184         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
13185
13186 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
13187
13188         * infrun.c (handle_inferior_event): Allow for breakpoint
13189         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13190         and SIGEMT.  Update comments.
13191         * NEWS (Revised SPARC target): Mention support for non-executable
13192         stack.
13193
13194 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
13195
13196         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13197         * inftarg.c: Update copyright year.
13198         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13199         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13200         (sparc_xfer_wcookie): New function.
13201         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13202         * Makefile.in (sparc-nat.o): Update dependencies.
13203         * config/sparc/nm-nbsd.h: Include "target.h".
13204         (NATIVE_XFER_WCOOKIE): New define.
13205         (sparc_xfer_wcookie): New prototype.
13206
13207 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13208
13209         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13210         SYSCALL_TRAP function.
13211         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13212
13213 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13214             Daniel Jacobowitz  <drow@mvista.com>
13215
13216         * objfiles.h: Delete comments refering to inside_entry_func and
13217         DEPRECATED_FRAME_CHAIN_VALID.
13218         * defs.h (inside_entry_func): Update prototype..
13219         * blockframe.c (inside_entry_func): Rename to
13220         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
13221         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13222
13223 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
13224
13225         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
13226         outside of #ifdef SOLIB_ADD region.
13227         (do_restore_lang_radix_cleanup): Ditto.
13228         (resolve_pending_breakpoint): Ditto.
13229
13230 2004-02-03  Andrew Cagney  <cagney@redhat.com>
13231
13232         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13233         (process_note_abi_tag_sections): Delete unused function.
13234         (ia64_read_fp): Delete unused function.
13235         (gdbarch_extract_struct_value_address): Delete declaration.
13236
13237 2004-02-02  Andrew Cagney  <cagney@redhat.com>
13238
13239         * vax-tdep.c (vax_frame_chain): Delete call to
13240         deprecated_inside_entry_file.
13241         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13242
13243 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
13244
13245         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13246         column that's "empty" or "same value" when eliminating REG_RA
13247         rules.
13248
13249 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13250
13251         * NEWS: Add information about new pending breakpoint support.
13252
13253 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13254
13255         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13256         and pending fields for pending breakpoint support.
13257         * breakpoint.c (breakpoint_enabled): Add check for not pending.
13258         (condition_command): Only parse condition if not a pending
13259         breakpoint.
13260         (print_one_breakpoint): Add support for pending breakpoints.
13261         (describe_other_breakpoints): Add checks to verify we are not
13262         dealing with pending breakpoints.
13263         (check_duplicates): Don't check pending breakpoints.
13264         (set_raw_breakpoint): Initialize pending flag.
13265         (do_restore_lang_radix_cleanup): New cleanup routine.
13266         (resolve_pending_breakpoint): New function.
13267         (re_enable_breakpoints_in_shlibs): Try and resolve any
13268         pending breakpoints via resolve_pending_breakpoint.
13269         (mention): Add pending breakpoint support.
13270         (parse_breakpoint_sals): Add new parameter to pass to
13271         decode_line_1 to indicate silent errors when files or functions
13272         are not found.  Change all callers.
13273         (do_captured_parse_breakpoint): New function.
13274         (break_command_1): Change prototype to return an rc value and to
13275         take an optional pending breakpoint pointer.  Support creating
13276         a pending breakpoint if a "not found" form of error occurs when
13277         parsing the breakpoint.  Also support resolving an existing pending
13278         breakpoint and be silent if the resolution fails.
13279         (create_breakpoints): Change prototype to take pending breakpoint
13280         pointer.  When resolving a pending breakpoint, use the new pointer
13281         to provide a conditional or commands added by the end-user.
13282         (delete_breakpoint): Add appropriate check for pending.
13283         (breakpoint_re_set_one): Ditto.
13284         (do_enable_breakpoint): Ditto.
13285
13286 2004-02-02  David Carlton  <carlton@kealia.com>
13287
13288         * valops.c (enum oload_classification): New.
13289         (find_overload_match): Break implementation into separate
13290         functions; delete #if 0'd code; look for symbols within
13291         namespaces.
13292         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13293         (find_oload_champ,oload_method_static,classify_oload_match): New.
13294         * cp-support.h: Add declaration for cp_func_name; update
13295         declaration for make_symbol_overload_list.
13296         * cp-support.c (cp_func_name): New.
13297         (overload_list_add_symbol): Fix comment, use
13298         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13299         (make_symbol_overload_list): Take a function name and a namespace
13300         instead of a symbol; change implementation.
13301         (make_symbol_overload_list_using): New.
13302         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13303
13304 2004-02-02  Fred Fish  <fnf@redhat.com>
13305
13306         * main.c (gdb_stdtarg): Move definition to group with other
13307         gdb_stdtarg definitions and update copyright years.
13308         * remote-sim.c (gdb_os_write_stderr): Write output to
13309         gdb_stdtargerr stream instead of gdb_stdtarg stream.
13310         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13311         gdb_stderr stream and update copyright years.
13312
13313 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13314
13315         * Makefile.in (mips-linux-nat.o): Update dependencies.
13316         * mips-linux-nat.c: Include mips-tdep.h.
13317
13318 2004-02-01  Roland McGrath  <roland@redhat.com>
13319
13320         * sol-thread.c (sol_thread_xfer_partial): New function.
13321         (init_sol_thread_ops): Use that for to_xfer_partial hook.
13322         (init_sol_core_ops): Likewise.
13323
13324         * procfs.c (procfs_xfer_partial): New function.
13325         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13326         * Makefile.in (procfs.o): Add $(auxv_h) dep.
13327
13328         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13329         procfs_xfer_auxv function.
13330
13331         * procfs.c (procfs_make_note_section): If we can read
13332         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13333         * linux-proc.c (linux_make_note_section): Likewise.
13334
13335         * auxv.h: New file.
13336         * auxv.c: New file.
13337         * Makefile.in (auxv_h): New variable.
13338         (COMMON_OBS): Add auxv.o here.
13339         (auxv.o): New target.
13340
13341         * corelow.c (core_xfer_partial): New function.
13342         (init_core_ops): Use it for core_ops.to_xfer_partial.
13343
13344         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13345         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13346         macro if that is defined.
13347
13348 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13349
13350         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13351         and check the specified thread for each breakpoint.
13352         * breakpoint.h (bpstat_stop_status): Update prototype.
13353         * infrun.c (handle_inferior_event): Update calls to
13354         bpstat_stop_status.
13355
13356 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13357
13358         * Makefile.in (cli-cmds.o): Add $(readline_h).
13359
13360 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13361
13362         * cli/cli-cmds.c: Include readline.h.
13363         (complete_command): Pass the start of the last word to
13364         complete_line.
13365
13366 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13367
13368         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13369         argument, and change first argument to a CORE_ADDR.
13370         * breakpoint.h (bpstat_stop_status): Update prototype.
13371         * infrun.c (adjust_pc_after_break): Add a new comment.
13372         (handle_inferior_event): Update calls to bpstat_stop_status.
13373
13374 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13375
13376         * breakpoint.h: Update copyright years.
13377
13378 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13379
13380         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13381         (bpstat_stop_status): Don't decrement PC.
13382         * breakpoint.h (software_breakpoint_inserted_here_p): Add
13383         prototype.
13384         * infrun.c (adjust_pc_after_break): New function.
13385         (handle_inferior_event): Call it, early.  Remove later references
13386         to DECR_PC_AFTER_BREAK.
13387         (normal_stop): Add commentary.
13388
13389 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13390
13391         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13392         2004-01-27 double-free fix.
13393
13394 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
13395
13396         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13397         (sparc32_frame_prev_register): Handle StackGhost.
13398         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13399
13400 2004-01-29  Roland McGrath  <roland@redhat.com>
13401
13402         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13403         * configure: Regenerated.
13404
13405         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13406         * Makefile.in (procfs.o): Add dep.
13407
13408 2004-01-28  Andrew Cagney  <cagney@redhat.com>
13409
13410         * tui/tui-stack.h: Update copyright.
13411         (struct frame_info): Add opaque declaration.
13412         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13413         (tui_show_locator_content): Rename tuiShowLocatorContent.
13414         (tui_show_frame_info): Rename tuiShowFrameInfo.
13415         * tui/tui-stack.c: Update copyright.  Update references.
13416         * tui/tui-winsource.c: Update references.
13417         * tui/tui-win.c: Update references.
13418         * tui/tui-layout.c: Update references.
13419         * tui/tui-hooks.c: Update copyright, update references.
13420         * tui/tui.c: Update copyright, update references.
13421         * tui/tui-disasm.c: Update references.
13422
13423 2004-01-28  David Carlton  <carlton@kealia.com>
13424
13425         * dwarf2read.c (add_partial_structure): Use demangled name if
13426         namespace equals "".
13427
13428 2004-01-27  Jim Blandy  <jimb@redhat.com>
13429
13430         Clean up misapplied patch:
13431         * dwarf2read.c (determine_prefix): Change one of the two forward
13432         declarations for 'determine_prefix_aux' to a declaration for this.
13433         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
13434         argument to 'die_specification'.
13435
13436         * dwarf2read.c (read_func_scope): Re-indent comment.
13437
13438 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
13439
13440         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13441         b->exp to NULL after freeing so that error during re-parsing or
13442         evaluation of expressions associated with breakpoint don't
13443         eventually lead to re-freeing of storage.
13444         Committed by Andrew Cagney.
13445
13446 2004-01-27  Andrew Cagney  <cagney@redhat.com>
13447
13448         * source.c (ambiguous_line_spec): Delete undefined declaration.
13449         * m32r-rom.c (m32r_set_board_address): Delete unused function.
13450         (m32r_set_server_address, m32r_set_download_path): Ditto.
13451         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13452
13453 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
13454
13455         * dwarf2read.c: Update calls to changed and renamed functions, and
13456         references to moved variables.
13457
13458         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13459         language, language_defn, list_in_scope, and ftypes members.
13460         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13461         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13462         (baseaddr): Remove globals.
13463
13464         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
13465         (set_cu_language, die_is_declaration, die_specification)
13466         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13467         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13468         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13469         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13470
13471         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
13472         cu.list_in_scope.  Don't initialize cu_header_offset.
13473         (add_partial_symbol): Add local baseaddr.
13474         (psymtab_to_symtab_1): Add local baseaddr.  Use
13475         objfile->section_offsets for consistency.  Don't initialize
13476         cu_header_offset; do initialize cu.header.offset and
13477         cu.list_in_scope.
13478         (read_file_scope, read_func_scope, read_lexical_block_scope)
13479         (dwarf_decode_lines, new_symbol): Add local baseaddr.
13480
13481 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
13482
13483         * PROBLEMS: Add gdb/1516.
13484
13485 2003-12-29  Robert Millan  <robertmh@gnu.org>
13486
13487         Patch committed by Andrw Cagney.
13488         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13489         * configure.tgt: Match knetbsd*-gnu.
13490
13491 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13492
13493         * breakpoint.c (catch_command_1): Delete #ifdef code.
13494         (catch_fork_command_1): Delete #ifdef wrapper.
13495         (catch_exec_command_1): Ditto.
13496         (catch_load_command_1): Ditto.
13497         (catch_unload_command_1): Ditto.
13498
13499         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13500         (catch_breakpoint): Delete #if0ed function.
13501         (disable_catch_breakpoint): Ditto.
13502         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13503         (disable_catch, enable_catch, delete_catch): Ditto.
13504
13505 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13506
13507         * remote.c (echo_check, quit_flag): Delete variables.
13508         (cisco_kernel_mode): Delete variable.
13509         (minitelnet_return, tty_input, escape_count): Delete variables.
13510         (remote_cisco_mode): Delete variable.
13511         (remote_cisco_open, remote_cisco_close): Delete function.
13512         (remote_cisco_mourn, remote_cisco_wait): Delete function.
13513         (init_remote_cisco_ops): Delete function.
13514         (_initialize_remote): Do not install "remote cisco" code.
13515         (read_frame): Delete cisco specific code.
13516         (remote_info_process): Delete function.
13517         (remote_wait): Delete cisco specific code.
13518         (remote_cisco_section_offsets): Delete function.
13519         (remote_cisco_objfile_relocate): Delete function.
13520         (remote_async_wait): Delete cisco specific code.
13521         (minitelnet, readtty, readsocket): Delete function.
13522
13523 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13524
13525         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
13526         comments mentioning extract_returned_value_address.
13527         * infcmd.c (print_return_value): Update.  Add comments on
13528         extract_returned_value_address.
13529         * stack.c (return_command): Add comments on
13530         extract_returned_value_address.
13531         * values.c: Update comment.
13532         * m32r-tdep.c: Update comment.
13533         * sparc-tdep.c: Update comment.
13534         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13535         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13536         * sh64-tdep.c (sh64_gdbarch_init): Update.
13537         * sh-tdep.c (sh_gdbarch_init): Update.
13538         * s390-tdep.c (s390_gdbarch_init): Update.
13539         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13540         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13541         * m68k-tdep.c (m68k_gdbarch_init): Update.
13542         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13543         * m32r-tdep.c (m32r_gdbarch_init): Update.
13544         * ia64-tdep.c (ia64_gdbarch_init): Update.
13545         * h8300-tdep.c (h8300_gdbarch_init): Update.
13546         * frv-tdep.c (frv_gdbarch_init): Update.
13547         * arm-tdep.c (arm_gdbarch_init): Update.
13548         * alpha-tdep.c (alpha_gdbarch_init): Update.
13549
13550 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13551
13552         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13553         SYMBOL_LOCATION_FUNCS
13554         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13555         "struct symbol_ops".
13556         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13557         type to "struct symbol_ops".
13558         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13559         (struct symbol): Replace ".aux_value.loc.funcs" and
13560         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13561         (SYMBOL_OBJFILE): Delete macro.
13562         (SYMBOL_LOCATION_FUNCS): Delete macro.
13563         (SYMBOL_LOCATION_BATON): Update.
13564         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13565         intead of SYMBOL_LOCATION_FUNCS.
13566         * ax-gdb.c (gen_var_ref): Ditto.
13567         * printcmd.c (address_info): Ditto.
13568         * findvar.c (read_var_value): Ditto.
13569         (symbol_read_needs_frame): Ditto.
13570
13571 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13572
13573         * dwarf2read.c (read_func_scope): Document frame-base hack.
13574
13575 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13576
13577         * infcmd.c (print_return_value): Plug memory leak; delete
13578         ui_stream object.  Rename argument `structure_return' to
13579         `struct_return'.
13580
13581 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13582
13583         * infcmd.c (print_return_value): Wrap long lines.
13584         (finish_command_continuation, finish_command): Remove unused
13585         variable `funcaddr'.  Fix some coding-standards problems.
13586
13587         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13588         SECT_SIZE is large enough, not whether it's exactly the right size.
13589         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13590         TDEP->fpregset to zero.
13591
13592         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13593         floating-point registers for traditional NetBSD core files.
13594         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13595         TDEP->sizeof_fpregset here.
13596
13597 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13598
13599         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13600         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13601         function with code split out from
13602         sparc32nbsd_sigcontext_frame_cache.
13603         (sparc32nbsd_sigcontext_frame_cache): Use
13604         sparc32nbsd_sigcontext_saved_regs.
13605         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13606         OpenBSD.
13607         * sparcobsd-tdep.c: New file.
13608         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13609         (sparcobsd-tdep.o): New dependency.
13610         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13611         * config/sparc/obsd.mt: New file.
13612
13613         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13614         TDEP->fpregset to be initialized to enable core file register
13615         sets.
13616
13617 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
13618
13619         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13620         Add opaque declarations.
13621         (sparc64nbsd_sigcontext_saved_regs): New prototype.
13622         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13623         function with code split out from
13624         sparc64nbsd_sigcontext_frame_cache.
13625         (sparc64nbsd_sigcontext_frame_cache): Use
13626         sparc64nbsd_sigcontext_saved_regs.
13627         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13628         OpenBSD.
13629         * sparc64obsd-tdep.c: New file.
13630         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13631         (sparc64obsd-tdep.o): New dependency.
13632         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13633         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13634         * config/sparc/obsd64.mt: New file.
13635
13636         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13637         read the instruction at PC.
13638
13639         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13640         value of GDB_OSABI_DEFAULT.
13641         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13642         instead of GDB_OSABI_NETBSD_AOUT.
13643
13644 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
13645
13646         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13647         copyright.
13648
13649 2004-01-23  Andrew Cagney  <cagney@redhat.com>
13650
13651         * printcmd.c (display_command): Replace tui_set_display call with
13652         tui_set_layout_for_display_command.
13653         * tui/tui.h (enum tui_win_type): Define.
13654         (tui_set_layout): Delete declaration.
13655         (tui_set_layout_for_display_command): Rename set_tui_layout.
13656         * tui/tui-data.h (enum tui_layout_type): Define.
13657         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
13658         "tui.h".
13659         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13660         (tui_default_win_height): Rename tuiDefaultWinHeight.
13661         (tui_default_win_viewport_height): Rename
13662         tuiDefaultWinViewportHeight.
13663         (tui_set_layout): RenametuiSetLayout.
13664         * tui/tui-layout.c: Update references.
13665         * tui/tui.c: Update references.
13666         * tui/tui-disasm.c: Update references.
13667
13668 2004-01-23  David Carlton  <carlton@kealia.com>
13669
13670         Partial workaround for PR c++/1511:
13671         * cp-namespace.c: Include frame.h.
13672         (cp_lookup_transparent_type): New
13673         (cp_lookup_transparent_type_loop): New.
13674         * cp-support.h: Declare cp_lookup_transparent_type.
13675         * symtab.c (basic_lookup_transparent_type): Renamed from
13676         lookup_transparent_type.
13677         (lookup_transparent_type): Replace old body by a call to
13678         current_language->la_lookup_transparent_type.
13679         * symtab.h: Update copyright.  Declare
13680         basic_lookup_transparent_type.
13681         * language.h: Update copyright.
13682         (struct language_defn): Add la_lookup_transparent_type.
13683         * language.c: Update copyright.
13684         (unknown_language_defn): Add basic_lookup_transparent_type.
13685         (auto_language_defn): Add basic_lookup_transparent_type.
13686         (local_language_defn): Add basic_lookup_transparent_type.
13687         * ada-lang.c: Update copyright.
13688         (ada_language_defn): Add basic_lookup_transparent_type.
13689         * c-lang.c: Update copyright.
13690         (c_language_defn): Add basic_lookup_transparent_type.
13691         (cplus_language_defn): Add basic_lookup_transparent_type.
13692         (asm_language_defn): Add basic_lookup_transparent_type.
13693         (minimal_language_defn): Add basic_lookup_transparent_type.
13694         * f-lang.c: Update copyright.
13695         (f_language_defn): Add basic_lookup_transparent_type.
13696         * jv-lang.c: Update copyright.
13697         (java_language_defn): Add basic_lookup_transparent_type.
13698         * m2-lang.c: Update copyright.
13699         (m2_language_defn): Add basic_lookup_transparent_type.
13700         * objc-lang.c: Update copyright.
13701         (objc_language_defn): Add basic_lookup_transparent_type.
13702         * p-lang.c: Update copyright.
13703         (p_language_defn): Add basic_lookup_transparent_type.
13704         * scm-lang.c: Update copyright.
13705         (scm_language_defn): Add basic_lookup_transparent_type.
13706         * Makefile.in (cp-namespace.o): Depend on frame.h.
13707
13708 2004-01-23  David Carlton  <carlton@kealia.com>
13709
13710         Patch for PR c++/1520:
13711         * dwarf2read.c (read_func_scope): Set processing_current_prefix
13712         properly if we have a specification die.
13713         (determine_prefix_aux): Rename from determine_prefix.
13714         (determine_prefix): Like the old determine_prefix, but never
13715         returns NULL.
13716
13717 2004-01-23  Theodore A. Roth  <troth@openavr.org>
13718
13719         * avr-tdep.c: Update copyright.
13720         (avr_iaddr_p): Delete unused function.
13721         (avr_saddr_p): Delete unused function.
13722
13723 2004-01-23  David Carlton  <carlton@kealia.com>
13724
13725         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13726         Fix for PR symtab/1534.
13727
13728 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
13729
13730         * NEWS (New native configurations): Mention OpenBSD/sparc and
13731         OpenBSD/sparc64.
13732         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13733         * configure.host: Likewise.
13734         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13735         handler for OpenBSD.
13736         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13737
13738 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13739
13740         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13741         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13742
13743         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13744         * cli/cli-cmds.c (shell_escape): Likewise.
13745
13746         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13747         OpenBSD .note.openbsd.ident sections.
13748
13749 2004-01-22  David Carlton  <carlton@kealia.com>
13750
13751         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13752         get_scope_pc_bounds.
13753         (read_file_scope): Ditto.
13754         (get_scope_pc_bounds): New function, produced by extracting code
13755         from the above two functions, consolidating it, and adding support
13756         for DW_TAG_namespace.
13757
13758 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13759
13760         * osabi.c (MAX_NOTESZ): New define.
13761         (check_note): New function.
13762         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13763         check_note.
13764
13765 2004-01-21  Roland McGrath  <roland@redhat.com>
13766
13767         * MAINTAINERS (write after approval): Add myself.
13768
13769 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
13770
13771         * utils.c (init_page_info): Move declarations of `rows' and
13772         `cols' before the __GO32__-specific code.  Move the closing brace
13773         outside the #ifdef __GO32__..#endif block.
13774         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13775
13776 2004-01-21  Paul Brook  <paul@codesourcery.com>
13777
13778         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13779         BPSTAT_WHAT_CHECK_SHLIBS.
13780
13781 2004-01-21  Paul Brook  <paul@codesourcery.com>
13782
13783         * MAINTAINERS: Add myself to write-after-approval.
13784
13785 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13786
13787         * ax-gdb.c (print_axs_value): Delete unused function.
13788         * jv-lang.c (java_lookup_type): Delete unused function.
13789         * cli/cli-dump.c (dump_filetype): Delete unused function.
13790         * remote-mips.c (remote_mips_insert_hw_breakpoint)
13791         (remote_mips_remove_hw_breakpoint): Delete unused functions.
13792         (mips_getstring): Delete unused function.
13793         (pmon_insert_breakpoint): Delete #if0ed function.
13794         (PMON_MAX_BP): Delete #if0ed MACRO.
13795         (mips_pmon_bp_info): Delete #if0ed variable.
13796         (pmon_remove_breakpoint): Delete #if0ed function.
13797         * monitor.c (monitor_write_even_block): Delete unused function.
13798         (monitor_write_memory_block): Delete #if0ed code.
13799         * dink32-rom.c (dink32_load): Delete unused function.
13800         (_initialize_dink32_rom): Delete #if0ed code.
13801         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13802
13803         * tui/tui-command.c: Update references.
13804         * tui/tui-io.c: Update references.
13805         * tui/tui-command.h: Update copyright.
13806         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13807
13808         * source.c (ambiguous_line_spec): Delete never-defined function.
13809         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13810         * gdbtypes.c (add_name, add_mangled_type): Ditto.
13811         * cli/cli-cmds.c (validate_comname): Ditto.
13812
13813         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
13814         "tui-data.h".
13815         (tui_set_disassem_content): Rename tuiSetDisassemContent.
13816         (tui_show_disassem): Rename tuiShowDisassem.
13817         (tui_show_disassem_and_update_source): Rename
13818         tuiVerticalDisassemScroll.
13819         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13820         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13821         * tui/tui.h: Update copyright.
13822         (enum tui_status): Define.
13823         * tui/tui-data.h (enum tui_scroll_direction): Define.
13824         * tui/tui-disasm.c: Update copyright.  Update references.
13825         * tui/tui-winsource.c:  Update copyright.  Update references.
13826         * tui/tui-win.c: Update references.
13827         * tui/tui-layout.c: Update references.
13828
13829 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13830
13831         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13832         sym2 to start of block.
13833
13834 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
13835
13836         * MAINTAINERS: Delete mmalloc.
13837         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13838         * NEWS: Mention removal of --with-malloc.
13839         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13840         * config.in: Regenerate.
13841         * configure: Regenerate.
13842         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13843         USE_MMALLOC, MMCHECK_FORCE.
13844         * gdbinit.in: Remove mmalloc.
13845         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13846         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13847         * config/i386/go32.mh: Likewise.
13848         * config/i386/interix.mh: Likewise.
13849         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13850
13851 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
13852
13853         * linespec.c (decode_variable, symtab_from_filename):  Call
13854         error_silent with error message instead of throwing an exception
13855         directly.
13856         * defs.h (error_silent, error_output_message): Add prototypes.
13857         (catch_exceptions_with_msg): Ditto.
13858         * utils.c (error_silent, error_output_message): New functions.
13859         * top.c (catch_exceptions_with_msg): New function.
13860
13861 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
13862
13863         * mi/mi-cmds.h (enum print_values): Add definition.
13864
13865         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13866         type and value for simple data types and just the name and type
13867         for complex ones, if required.
13868
13869         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13870         children, if required.
13871
13872 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
13873
13874         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13875         unused declarations.
13876
13877 2004-01-19  Andrew Cagney  <cagney@redhat.com>
13878
13879         * top.h (mapped_symbol_files): Delete declaration.
13880         * main.c (captured_main): Delete option "m" and "mapped".
13881         * objfiles.c (mapped_symbol_files): Delete variable.
13882         * symfile.c (symbol_file_command): Delete mmap code.
13883         (symbol_file_add_with_addrs_or_offsets): Ditto.
13884         (add_symbol_file_command, reread_separate_symbols): Ditto.
13885         * objfiles.h (OBJF_MAPPED): Delete.
13886         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13887         (free_objfile) [USE_MMALLOC]: Ditto.
13888         (open_existing_mapped_file): Delete function.
13889         (open_mapped_file): Delete function.
13890         (map_to_file): Delete function.
13891
13892 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
13893
13894         * infrun.c (step_into_function): Account for possible breakpoint
13895         adjustment when computing ``stop_func_start''.
13896
13897 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
13898
13899         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13900         the region size against the size of a pointer, not the size of
13901         a register as given by DEPRECATED_REGISTER_SIZE.
13902
13903 2004-01-19  Andrew Cagney  <cagney@redhat.com>
13904
13905         * tui/tui-regs.h: Include "tui-data.h".
13906         (tuiFirstRegElementNoInLine): Delete declaration.
13907         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13908         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13909         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13910         (tui_calculate_regs_column_count): Rename
13911         tuiCalculateRegsColumnCount.
13912         (tui_check_register_values): Rename tuiCheckRegisterValues.
13913         (tui_show_registers): Rename tuiShowRegisters.
13914         (tui_display_registers_from_line): Rename
13915         tuiDisplayRegistersFromLine.
13916         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13917         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13918         (tui_first_reg_element_no_inline): Rename
13919         tuiFirstRegElementNoInLine.
13920         * tui/tui-data.h: Update copyright.
13921         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13922         * tui/tui-windata.c: Update copyright, update references.
13923         * tui/tui-regs.c: Update copyright, update references.
13924         * tui/tui-win.c: Update copyright, update references.
13925         * tui/tui-layout.c: Update copyright, update references.
13926
13927 2004-01-18  Andrew Cagney  <cagney@redhat.com>
13928
13929         * tui/tui-io.c: Update copyright.
13930         (key_is_end_sequence, key_is_backspace): New functions.
13931         (key_is_command_char, key_is_start_sequence): New function.
13932         (tui_getc): Update references.
13933         * tui/tui-io.h: Update copyright.
13934         (m_tuiStartNewLine): Delete macro.
13935         (m_isBackspace, m_isDeleteChar): Delete macros.
13936         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13937         (m_isNextPage, m_isPrevPage): Delete macros.
13938         (m_isLeftArrow, m_isRightArrow): Delete macros.
13939         (m_isXdbStyleCommandChar): Delete macro.
13940         (key_is_start_sequence): Declare, replace m_isStartSequence.
13941         (key_is_end_sequence): Declare, replace m_isEndSequence.
13942         (key_is_backspace): Declare ,replace m_isBackspace.
13943         (key_is_command_char): Declare, replace m_isCommandChar.
13944         * tui/tui-command.c: Update copyright.
13945         (tuiDispatchCtrlChar): Update references.
13946
13947         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13948         tuiSourceWin.h.
13949
13950         * tui/tui-command.c: Rename tui/tuiCommand.c.
13951         * tui/tui-command.h: Rename tui/tuiCommand.h.
13952         * tui/tui-data.c: Rename tui/tuiData.c.
13953         * tui/tui-data.h: Rename tui/tuiData.h.
13954         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13955         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13956         * tui/tui-io.c: Rename tui/tuiIO.c.
13957         * tui/tui-io.h: Rename tui/tuiIO.h.
13958         * tui/tui-layout.c: Rename tui/tuiLayout.c.
13959         * tui/tui-layout.h: Rename tui/tuiLayout.h.
13960         * tui/tui-regs.c: Rename tui/tuiRegs.c.
13961         * tui/tui-regs.h: Rename tui/tuiRegs.h.
13962         * tui/tui-source.c: Rename tui/tuiSource.c.
13963         * tui/tui-source.h: Rename tui/tuiSource.h.
13964         * tui/tui-stack.c: Rename tui/tuiStack.c.
13965         * tui/tui-stack.h: Rename tui/tuiStack.h.
13966         * tui/tui-win.c: Rename tui/tuiWin.c.
13967         * tui/tui-win.h: Rename tui/tuiWin.h.
13968         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13969         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13970         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13971         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13972         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13973         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13974         * tui/tui-file.c: Update includes.
13975         * tui/tui-hooks.c: Update includes.
13976         * tui/tui-interp.c: Update includes.
13977         * tui/tui.c: Update includes.
13978         * Makefile.in: Update all tui/ dependencies.
13979         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13980
13981         * Makefile.in: Update copyright.  Update dependencies.
13982
13983         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13984         problem.
13985
13986 2004-01-18  Andrew Cagney  <cagney@redhat.com>
13987
13988         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13989         instead of register_gdbarch_init.
13990
13991         * remote-sds.c (tohex): Delete unused function.  Update copyright.
13992         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13993         * v850-tdep.c (v850_register_virtual_size): Ditto.
13994         * target.c (normal_target_post_startup_inferior): Ditto.
13995         * source.c (ambiguous_line_spec): Ditto.
13996         * remote.c (adapt_remote_get_threadinfo): Ditto.
13997         * mi/mi-out.c (out_field_fmt): Ditto.
13998         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13999         (output_control_change_notification): Ditto.
14000         * m68k-tdep.c (m68k_register_byte): Ditto.
14001         (m68k_remote_breakpoint_from_pc): Ditto.
14002         * ui-out.c (init_ui_out_state): Delete unused declaration.
14003         * stabsread.c (search_value): Ditto.
14004         * mi/mi-cmd-env.c (env_cli_command): Ditto.
14005         * maint.c (print_section_table): Ditto.
14006         * infrun.c (set_follow_fork_mode_command): Ditto.
14007
14008 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14009
14010         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
14011         DW_CFA_def_cfa_exporession.  Add support for
14012         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
14013         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
14014
14015 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14016
14017         * ocd.c: Update copyright.
14018         (bdm_read_register_command): Delete unused function.
14019         (_initialize_remote_ocd): Delete commented out reference.
14020         (get_quoted_char, reset_packet): Delete #if0ed function.
14021         (output_packet, put_quoted_char): Delete #if0ed function.
14022         (stu_put_packet, stu_get_packet): Delete #if0ed function.
14023         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
14024         (BDM_BREAKPOINT): Delete #if0ed macro.
14025         (remote_timeout): Delete #if0ed variable.
14026
14027 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14028
14029         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
14030         (core-sol2.o): Remove dependency.
14031         * core-sol2.c: Remove file.
14032
14033 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14034
14035         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
14036         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
14037         enums.
14038
14039 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14040
14041         * remote.c: Update copyright years.
14042
14043 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14044
14045         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
14046
14047 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14048
14049         * mdebugread.c: Update copyright.
14050         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14051         (parse_type, parse_procedure): Ditto.
14052         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14053
14054         * cris-tdep.c (cris_store_struct_return): Put back accidently
14055         deleted function.
14056
14057         * gdbarch.sh: Update copyright year.
14058         * gdbarch.h, gdbarch.c: Re-generate.
14059
14060 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14061
14062         Suggested by George Anzinger.
14063         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14064         correct stack offset.  Include unknown opcode numbers in the error
14065         message.
14066
14067 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14068
14069         * x86-64-tdep.c (x86_64_init_abi): No need to clear
14070         extract_struct_value_address, i386 does not set it.
14071         * sparc64-tdep.c (sparc64_init_abi): Do not set
14072         extract_struct_value_address, never called.
14073         (sparc64_extract_struct_value_address): Delete function.
14074         * m68hc11-tdep.c: Update copyright.
14075         (m68hc11_gdbarch_init): Delete redundant assignment of
14076         extract_struct_value_address.
14077         * i386-tdep.c: Update copyright.
14078         (i386_gdbarch_init): Do not set extract_struct_value_address,
14079         never called.
14080         (i386_extract_struct_value_address): Delete function.
14081         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14082         extract_struct_value_address, never called.
14083         (sparc32_extract_struct_value_address): #if 0 function.  Add
14084         comments explaining its future.
14085
14086 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14087
14088         * arm-tdep.c (arm_write_pc): New function.
14089         (arm_gdbarch_init): Call set_gdbarch_write_pc.
14090
14091 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14092
14093         * breakpoint.c (must_shift_inst_regs): Delete.
14094         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14095         and SHIFT_INST_REGS.
14096         * infcmd.c (step_1, step_1_continuation): Delete references to
14097         SHIFT_INST_REGS.
14098         * infrun.c (keep_going): Likewise.
14099         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14100         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14101
14102 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14103
14104         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14105         * gdbarch.h, gdbarch.c: Re-generate.
14106         * infcmd.c (print_return_value): Delete reference to
14107         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14108
14109         * cris-tdep.c (cris_gdbarch_init): Do not set
14110         deprecated_extract_struct_value_address.
14111
14112         * xstormy16-tdep.c: Update copyright.
14113         (xstormy16_extract_struct_value_address): Update to current
14114         extract struct value address interface.
14115         (xstormy16_gdbarch_init): Set extract_struct_value_address.
14116         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14117         current extract struct value address interface.
14118         (sh64_gdbarch_init): Set extract_struct_value_address.
14119
14120         * cris-tdep.c: Update copyright.
14121         (cris_extract_struct_value_address): Delete function.
14122         (struct_return_address): Delete variable.
14123         (cris_store_struct_return): Do not set struct_return_address.
14124
14125         * mcore-tdep.c: Update copyright.
14126         (mcore_extract_struct_value_address): Delete function.  Update
14127         comments.
14128         (mcore_gdbarch_init): Update.
14129         * mn10300-tdep.c: Update copyright.
14130         (mn10300_extract_struct_value_address): Delete function.
14131         (mn10300_gdbarch_init): Update.
14132         * v850-tdep.c: Update copyright.
14133         (v850_extract_struct_value_address): Delete.
14134         (v850_gdbarch_init): Update.
14135         * ns32k-tdep.c: Update copyright.
14136         (ns32k_extract_struct_value_address): Delete.
14137         (ns32k_gdbarch_init): Update.
14138         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14139         (hppa_gdbarch_init): Update.
14140         * vax-tdep.c: Update copyright.
14141         (vax_extract_struct_value_address): Delete.
14142         (vax_gdbarch_init): Update.
14143
14144         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14145         * gdbarch.h, gdbarch.c: Re-generate.
14146         * procfs.c (procfs_fetch_registers): Delete reference to
14147         DEPRECATED_NPC_REGNUM.
14148         (procfs_store_registers): Ditto.
14149         * regcache.c (generic_target_write_pc): Simplify.
14150         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
14151
14152         * core-sol2.c (fetch_core_registers): Replace
14153         DEPRECATED_NPC_REGNUM with equivalent tdep value.
14154
14155         * hppa-tdep.c: Update copyright year.
14156         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14157         NPC_REGNUM.
14158         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14159
14160         * mips-tdep.c (mips_write_pc): New function.
14161         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14162         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14163         (mips_find_saved_regs, mips_software_single_step: Ditto.
14164         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14165         mips_init_extra_frame_info, mips_pop_frame): Ditto.
14166
14167 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14168
14169         * mips-tdep.c: Re-indent.  Group functions by ABI.
14170
14171 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14172
14173         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14174         * gdbarch.c: Re-generate.
14175         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14176         DECR_PC_AFTER_BREAK to zero.
14177         * vax-tdep.c (vax_gdbarch_init): Ditto.
14178         * v850-tdep.c (v850_gdbarch_init): Ditto.
14179         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14180         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14181         * sh-tdep.c (sh_gdbarch_init): Ditto.
14182         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14183         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14184         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14185         * mips-tdep.c (mips_gdbarch_init): Ditto.
14186         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14187         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14188         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14189         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14190         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14191         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14192         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14193         * frv-tdep.c (frv_gdbarch_init): Ditto.
14194         * cris-tdep.c (cris_gdbarch_init): Ditto.
14195         * avr-tdep.c (avr_gdbarch_init): Ditto.
14196         * arm-tdep.c (arm_gdbarch_init): Ditto.
14197         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14198
14199 2004-01-17  J. Brobecker  <brobecker@gnat.com>
14200
14201         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14202         Delete, no longer used.
14203         (read_subrange_type): New function, mostly extracted from
14204         read_array_type().
14205         (read_array_type): Replace extracted code by call to
14206         read_subrange_type().
14207         (dwarf2_get_attr_constant_value): New function.
14208         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14209         (add_partial_symbol): Likewise.
14210         (process_die): Likewise.
14211         (new_symbol): Likewise.
14212         (read_type_die): Likewise.
14213
14214 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14215
14216         * symfile.c: Update copyright year.
14217         (compare_symbols): Delete unused function.
14218         * stabsread.c: Update copyright year.
14219         (lrs_general_complaint): Delete unused function.
14220         (ref_search_value): Ditto.
14221         (get_substring): Delete declaration.
14222         * sh64-tdep.c: Update copyright year.
14223         (sh64_get_gdb_regnum): Delete unused function.
14224         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14225         Delete unused function.
14226
14227 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
14228
14229         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14230         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14231
14232 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14233
14234         Changes from Peter Schauer.
14235         * rs6000-tdep.c: Update copyright year.
14236         (rs6000_push_dummy_call): Update the stack pointer before
14237         accessing the corresponding stack region.
14238         * rs6000-nat.c: Update copyright year.
14239         (set_host_arch): Set "info.abfd" to "exec_bfd".
14240
14241 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
14242
14243         * blockframe.c: Update copyright year.
14244         (inside_entry_func): Don't treat a zero PC specially.
14245
14246 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
14247
14248         * gcore.c (gcore_copy_callback): Use paddr_d to print size
14249         variable.
14250         (gcore_create_callback): Ditto.  Skip any memory segment that has
14251         no permissions set.
14252
14253 2004-01-14  David Carlton  <carlton@kealia.com>
14254
14255         Change symbols for C++ nested types to contain the fully qualified
14256         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
14257         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14258         c++/895.
14259         * c-exp.y (qualified_type): Handle types nested within classes.
14260         * cp-namespace.c: Update comments.
14261         (cp_set_block_scope): Delete #if 0.
14262         (cp_lookup_nested_type): Handle types nested within classes.
14263         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14264         when appropriate.
14265         (add_partial_symbol): Add the name of the enclosing namespace to
14266         types.
14267         (pdi_needs_namespace): New.
14268         (add_partial_namespace): Tweak comment.
14269         (add_partial_structure): New.
14270         (psymtab_to_symtab_1): Initialize processing_current_prefix
14271         here...
14272         (process_die): instead of here.
14273         (read_structure_scope): Try to figure out the name of the class or
14274         namespace that the structure might be defined within.
14275         (read_enumeration): Generate fully-qualified names, if possible.
14276         (read_namespace): Don't set name to NULL.
14277         (die_specification): New.
14278         (new_symbol): Generate fully-qualified names for types.
14279         (read_type_die): Determine appropriate prefix.
14280         (determine_prefix): New.
14281         (typename_concat): New.
14282         (class_name): New.
14283         * valops.c (value_aggregate_elt): Pass NOSIDE to
14284         value_struct_elt_for_reference.
14285         (value_struct_elt_for_reference): Make static, add NOSIDE
14286         parameter, call value_maybe_namespace_elt as a last resort.
14287         (value_namespace_elt): Break out code into
14288         value_maybe_namespace_elt.
14289         (value_maybe_namespace_elt): New.
14290
14291 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14292
14293         * mips-tdep.c (mips_convert_register_p): Handle both raw and
14294         cooked floating-point registers.
14295         (mips_gdbarch_init): Set convert_register_p, register_to_value,
14296         and value_to_register.
14297
14298 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14299
14300         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14301         * gdbarch.c: Re-generate.
14302         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14303         FUNCTION_START_OFFSET.
14304         * v850-tdep.c (v850_gdbarch_init): Ditto.
14305         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14306         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14307         * sh-tdep.c (sh_gdbarch_init): Ditto.
14308         * s390-tdep.c (s390_gdbarch_init): Ditto.
14309         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14310         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14311         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14312         * mips-tdep.c (mips_gdbarch_init): Ditto.
14313         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14314         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14315         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14316         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14317         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14318         * i386-tdep.c (i386_gdbarch_init): Ditto.
14319         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14320         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14321         * frv-tdep.c (frv_gdbarch_init): Ditto.
14322         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14323         * cris-tdep.c (cris_gdbarch_init): Ditto.
14324         * avr-tdep.c (avr_gdbarch_init): Ditto.
14325         * arm-tdep.c (arm_gdbarch_init): Ditto.
14326         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14327
14328 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
14329
14330         * infrun.c (follow_fork_mode_ask): Remove.
14331         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14332         (follow_fork): Simplify and remove internal error for
14333         follow_fork_mode_ask.
14334         (_initialize_infrun): Update "set follow-fork-mode" help text.
14335
14336 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14337
14338         * configure.in: Update copyright year.
14339         (build_warnings): Add -Wunused-label.
14340         * configure: Re-generate.
14341
14342 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14343
14344         * exec.h (exec_ops): Make "extern".
14345
14346         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14347         the function is void.
14348         (mips_pseudo_register_write): Ditto.
14349
14350 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14351
14352         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14353         call.  Never defined.
14354         * sparc-tdep.h (struct frame_info): Add opaque declaration.
14355         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14356         (struct sparc_gregset, struct regcache): Ditto.
14357         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
14358
14359 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14360
14361         * mi/ChangeLog: Delete file.  Renamed to ...
14362         * mi/ChangeLog-1999-2003: New file.
14363         * tui/ChangeLog: Delete file.  Renamed to ...
14364         * tui/ChangeLog-1998-2003: New file.
14365
14366 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
14367
14368         * sparc64nbsd-tdep.c: Include "regset.h".
14369         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14370         Remove variables.
14371         (fetch_core_registers): Remove function.
14372         (sparc64nbsd_core_fns): Remove variable.
14373         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14374         functions.
14375         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14376         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14377         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14378
14379         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14380         sparc_extract_struct_value_address.
14381         (sparc32_gdbarch_init): Set extract_struct_value_address.
14382         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14383         function.
14384         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
14385         return_value_on_stack.
14386
14387         * NEWS: Mention that %cs and %ss have been added to the AMD64
14388         configurations
14389
14390         * frame.c: Update copyright year.
14391         (get_prev_frame): Improve comment.
14392
14393         * sparc64fbsd-tdep.c: Include "regset.h".
14394         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14395         Remove variables.
14396         (fetch_core_registers): Remove function.
14397         (sparc64fbsd_core_fns): Remove variable.
14398         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14399         functions.
14400         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14401         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14402         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14403
14404         * sparcnbsd-tdep.c: Include "regset.h".
14405         (fetch_core_registers): Remove function.
14406         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14407         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14408         functions.
14409         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14410         TDEP->fpregset.
14411         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14412
14413         * sparc-tdep.h (struct regset): Provide opaque declaration.
14414         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14415         fpregset and sizeof_fpregset members.
14416         * sparc-tdep.c (struct regset): Provide opaque declaration.
14417         (sparc_regset_from_core_section): New function.
14418         (sparc32_gdbarch_init): Initialize TDEP->gregset,
14419         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14420         Set regset_from_core_section when appropriate.
14421
14422 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
14423
14424         * x86-64-tdep.c (amd64_non_pod_p): New function.
14425         (amd64_classify_aggregate): Return class memory for non-POD
14426         C++ structure types.
14427
14428         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14429         argument.  Use it to reserve a register if necessary.
14430         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14431         amd64_push_arguments.
14432
14433         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14434
14435         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
14436         register numbers in comments.
14437         * x86-64-tdep.h: Update copyright year.
14438         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14439         Adjust for addition of %cs and %ss.
14440         * amd64fbsd-nat.c: Update copyright year.
14441         (reg_offset): Add register offsets for %cs and %ss.
14442         * amd64fbsd-tdep.c: Update copyright year.
14443         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14444         (amd64fbsd_sc_reg_offset): Likewise.
14445         * x86-64-linux-nat.c: Update copyright year.
14446         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14447         and %ss.
14448         * amd64nbsd-nat.c: Update copyright year.
14449         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14450         * amd64nbsd-tdep.c: Update copyright year.
14451         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14452         * x86-64-linux-tdep.c: Update copyright year.
14453         (user_to_gdb_regmap): Add mapping for %cs and %ss.
14454         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14455         * regformats/reg-x86-64.dat: Add %cs and %ss.
14456
14457         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
14458         variables to prevent long lines.  Update comments to reflect
14459         reality.
14460
14461 2004-01-09  David Carlton  <carlton@kealia.com>
14462
14463         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
14464         * dwarf2read.c (read_namespace): Pull out name-generating code
14465         into namespace_name. Rename previous_namespace to previous_prefix
14466         and processing_current_namespace to processing_current_prefix..
14467         (namespace_name): New function.
14468         (add_partial_symbol): Substitute uses of pdi->name with
14469         actual_name.
14470         * cp-support.h: Rename processing_current_namespace to
14471         processing_current_prefix.
14472         Update copyright year.
14473         * cp-namespace.c: Rename processing_current_namespace to
14474         processing_current_prefix.
14475         Update copyright year.
14476
14477 2004-01-09  Andrew Cagney  <cagney@redhat.com>
14478
14479         * jv-valprint.c, ser-unix.c: Add missing copyright years.
14480
14481 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
14482
14483         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14484         complaining.
14485         (process_one_symbol): Deal with N_PATCH stabs.
14486
14487 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
14488
14489         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14490         ifdeffed code.
14491         Update copyright year.
14492
14493 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14494
14495         * config/pa/tm-hppa.h: Update extern declarations for
14496         hppa32_hpux_frame_saved_pc_in_sigtramp,
14497         hppa32_hpux_frame_base_before_sigtramp, and
14498         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14499
14500 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14501
14502         * config/pa/tm-hppah.h: Update copyright years.
14503
14504 2004-01-08  Andrew Cagney  <cagney@redhat.com>
14505
14506         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14507         (mips_o32_reg_struct_has_addr): Delete function.
14508         (mips_gdbarch_init): Update.
14509         (mips_extract_struct_value_address): Delete function.
14510
14511 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
14512
14513         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14514         reality.
14515
14516 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14517
14518         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14519         architecture's elf flags (when available).
14520
14521         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14522         FPU to the start, check the MIPS FPU when looking for an old
14523         architecture.
14524         (set_mipsfpu_single_command): Update the architecture.
14525         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14526
14527         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14528         (mips_mask_address_p): Add "tdep" parameter.
14529         (show_mask_address, mips_addr_bits_remove): Update.
14530         (mips_dump_tdep): Update.
14531         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14532         (MIPS_STACK_ARGSIZE): Delete macro.
14533         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14534         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14535         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14536         (mips_dump_tdep): Update.
14537         (MIPS_SAVED_REGSIZE): Delete macro.
14538         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14539         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14540         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14541         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14542         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14543         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14544         (mips_pop_frame, return_value_location): Update.
14545         (mips_n32n64_return_value, mips_dump_tdep): Update.
14546
14547         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14548         MIPS ABI.
14549
14550         * mips-tdep.c: Update copyright.
14551         (mips_gdbarch_init): Merge two code blocks handling the register
14552         name and number layout.
14553
14554 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
14555
14556         * tracepoint.c (validate_actionline): Fix segv at EOF
14557
14558 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14559
14560         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14561         properly for static fields.
14562
14563 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
14564             Jason Molenda  <jmolenda@apple.com>
14565
14566         * disasm.c: Update copyright to include 2004.
14567         (do_mixed_source_and_assembly): For uiout asm list
14568         and tuple cleanups, initialize to null_cleanup instead of
14569         NULL and do so prior to loop.  Only reset when we close off
14570         the tuple/list.  Move check for whether to close off the
14571         asm tuple/list to after dump_insns call where it will be run
14572         on each loop iteration.
14573
14574 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14575
14576         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14577         should be a switch case and not a label.
14578         * mips-tdep.c (mips32_next_pc): Delete unused labels
14579         "greater_equal_branch" and "less_zero_branch".
14580         * jv-valprint.c (java_print_value_fields): Delete unused label
14581         "flush_it".
14582
14583         * target.c (unpush_target): Only close a target that is in the
14584         target stack.
14585
14586 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
14587
14588         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14589         address from [sp + 64] instead of %o2.
14590
14591         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
14592         fixes PR backtrace/1476.
14593
14594 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14595
14596         * libunwind-frame.h (struct frame_id): Add opaque declaration,
14597         move to start of file.
14598         * i386-tdep.h (struct regcache): Add opaque declaration.
14599         * config/ia64/nm-linux.h (struct target_ops): Add opaque
14600         declaration.
14601         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14602         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14603         * win32-nat.c (fake_create_process): Use ISO C style definition.
14604         * stabsread.c (define_symbol): Delete #ifndef
14605         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14606         stabs_argument_has_addr call, macro never defined.
14607
14608 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
14609
14610         * op50-rom.c: Delete.
14611         * w89k-rom.c: Delete.
14612         * Makefile.in: Remove references.
14613
14614 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14615
14616         * x86-64-tdep.c: Update copyright year.
14617         (struct amd64_register_info): Rename from x86_64_register_info.
14618         (amd64_register_info): Rename from x86_64_register_info.
14619         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14620         (amd64_register_name): Rename from x86_64_register_name.
14621         (amd64_register_type): Rename from x86_64_register_type.
14622         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14623         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14624         (amd64_dwarf_reg_to_regnum): Rename from
14625         x86_64_dwarf_reg_to_regnum.
14626         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14627         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14628         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14629         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14630         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14631         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14632         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14633         (amd64_frame_cache): Rename from x86_64_frame_cache.
14634         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14635         (amd64_frame_prev_register): Rename from
14636         x86_64_frame_prev_register.
14637         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14638         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14639         (amd64_sigtramp_frame_cache): Rename from
14640         x86_64_sigtramp_frame_cache.
14641         (amd64_sigtramp_frame_prev_register): Rename from
14642         x86_64_sigtramp_frame_prev_register.
14643         (amd64_sigtramp_frame_unwind): Rename from
14644         x86_64_sigtramp_frame_unwind.
14645         (amd64_sigtramp_frame_sniffer): Rename from
14646         x86_64_sigtramp_frame_sniffer.
14647         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14648         (amd64_frame_base): Rename from x86_64_frame_base.
14649         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14650         (amd64_frame_align): Rename from x86_64_frame_align.
14651         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14652         (amd64_regset_from_core_section): Rename from
14653         x86_64_regset_from_core_section.
14654         (x86_64_init_abi): Update comments.
14655
14656 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
14657
14658         * MAINTAINERS (write after approval): Add myself.
14659
14660 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14661
14662         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14663         `float' arguments.
14664
14665 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14666
14667         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14668         such that it mentions a specific version of GCC that exhibits this
14669         bug.
14670
14671 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14672
14673         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14674         structure that has a single `float' member, store it in %f1 in
14675         addition to %f0.
14676
14677         * sparc-sol2-nat.c: Add missing '\'.
14678
14679         * sparc-tdep.c (sparc32_return_value): New function.
14680          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14681         Remove functions.
14682         (sparc32_gdbarch_init): Set return_value, don't set
14683         extract_return_value, store_return_value, use_struct_convention
14684         and return_value_on_stack.
14685
14686         * sparc-sol2-nat.c: Add missing ')'.
14687
14688 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14689
14690         * infrun.c (handle_step_into_function): New function.
14691         (handle_inferior_event): Extract out some code into the new
14692         function above.
14693
14694 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14695
14696         * infrun.c (handle_inferior_event): Move the declaration of
14697         real_stop_pc inside the if blocks where it is used.
14698
14699 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14700
14701         * sparc64-tdep.c (sparc64_16_byte_align_p)
14702         (sparc64_store_floating_fields, sparc64_store_floating_fields):
14703         Use check_typedef to get subtypes of structures and unions.
14704         (sparc64_store_return_value): Fix calculation of the appropriate
14705         offset into VALBUF when storing a structure or union.
14706         (sparc64_return_value): New function.
14707         (sparc64_use_struct_convention): Remove function.
14708         (sparc64_init_abi): Set return_value, don't set
14709         extract_return_value, store_return_value and
14710         use_struct_convention.
14711
14712 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
14713
14714         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14715         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14716         gdb/config/alpha/xm-alphaosf.h,
14717         gdb/config/powerpc/tm-ppcle-eabi.h,
14718         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14719         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14720         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14721         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14722         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14723         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14724         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14725         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14726         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14727         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14728         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14729         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14730         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14731         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14732         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14733         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14734         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14735         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14736         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14737         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14738         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14739         Remove lines for .cvsignore files.
14740
14741 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14742
14743         * infrun.c: Back out the previous change.
14744
14745 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14746
14747         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
14748         sparc-*-sunos4* to the list of REMOVED configurations.
14749
14750         * configure.tgt: Add back sparc-*-vxworks*.
14751         * remote-vxsparc.c: Remove all includes except for "defs.h",
14752         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14753         Include "sparc-tdep.h".
14754         (SPARC_R_G1): New define.
14755         (vxsparc_gregset): New variable.
14756         (ext_format_sparc): Remove extern declaration.
14757         (vx_read_register): Rewrite to use sparc32_supply_gregset and
14758         sparc32_supply_fpregset.
14759         (vx_write_register): Rewrite to use sparc32_collect_gregset,
14760         sparc_collect_rwindow and sparc32_collect_fpregset.
14761         * config/sparc/tm-vxworks.h: New file, based on recently removed
14762         tm-vxsparc.h.
14763         * config/sparc/vxworks.mt: New file, based on recently removed
14764         vxworks.mt.
14765
14766 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14767
14768         * infrun.c (handle_step_into_function): New function.
14769         (handle_inferior_event): Extract out some code into the new
14770         function above.
14771
14772 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14773
14774         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14775         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14776         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14777         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14778         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14779         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14780         (sparc_nat_h): New variable.
14781         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14782         (tm-sun4os4.h): Remove dependency.
14783         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14784         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14785         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14786         sparc-tdep.o): Update dependencies.
14787         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14788         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14789         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14790         dependencies.
14791         * configure.host: Remove existing sparc-*-lynxos*,
14792         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14793         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14794         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
14795         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14796         triplets.
14797         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14798         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14799         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14800         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
14801         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14802         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14803         sparc64-*-solaris2* and sparc64-*-* triplets.
14804         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
14805         "symtab.h" and "objfiles.h".
14806         (BIAS): Remove define.
14807         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14808         (X_DISP19): Remove macros.
14809         (sparc_fetch_instruction): Remove function.
14810         (struct gdbarch_tdep): Remove definition.
14811         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14812         (sparc_breakpoint_from_pc): Remove function.
14813         (struct sparc64_frame_cache): Remove definition.
14814         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14815         sparc64_unwind_pc): Remove functions.
14816         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14817         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
14818         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
14819         (sparc64_frame_cache): Change return type to `struct
14820         sparc_frame_cache *'.  Simply call sparc_frame_cache.
14821         (sparc64_frame_this_id, sparc64_frame_prev_register,
14822         sparc64_frame_base_address): Use `struct sparc_frame_cache'
14823         instead of `struct sparc64_frame_cache.
14824         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14825         sparc_analyze_control_transfer, sparc_software_single_step,
14826         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14827         _initialize_sparc64_tdep): Remove functions.
14828         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14829         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14830         macros.
14831         (sparc64_supply_gregset, sparc64_collect_gregset,
14832         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14833         (sparc64_init_abi): New function.
14834         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
14835         inclusion guard.  Include "sparc-tdep.h".
14836         (BIAS): Define.
14837         (r_tstate_offset, r_fprs_offset): New defines.
14838         (enum sparc_regnum): Remove defenition.
14839         (enum sparc64_regnum): Reformat.
14840         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14841         (sparc64_init_abi, sparc64_supply_gregset,
14842         sparc64_collect_gregset, sparc64_supply_fpregset,
14843         sparc64_collect_fpregset): New prototypes.
14844         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14845         Add extern declarations.
14846         (sparc64_sol2_init_abi): New prototype.
14847         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14848         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14849         prototypes.
14850         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14851         "sparnbsd-nat.h".
14852         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14853         functions.
14854         (_initialize_sparc64fbsd_nat): Remove initialization of
14855         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14856         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14857         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
14858         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
14859         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14860         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14861         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14862         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14863         (sparc64fbsd_r_y_offset): Remove variables.
14864         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14865         Make static and const.
14866         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14867         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14868         functions.
14869         (sparc64fbsd_gregset): New variable.
14870         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14871         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14872         and sparc64_supply_fpregset.
14873         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14874         (sparc64fbsd_sigtramp_frame_this_id)
14875         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14876         (sparc64fbsd_sigtramp_frame_unwind): New variable.
14877         (sparc64fbsd_sigtramp_frame_sniffer): New function.
14878         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14879         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
14880         * sparcnbsd-tdep.c: Update copyright year.  Include
14881         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14882         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14883         "value.h" and "sparcnbsd-tdep.h".
14884         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14885         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14886         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14887         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14888         defines.
14889         (sparcnbsd_gregset): New variable.
14890         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14891         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14892         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14893         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14894         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14895         variables.
14896         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14897         (sparc32nbsd_sigcontext_frame_this_id)
14898         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14899         (sparc32nbsd_sigcontext_frame_unwind): New variable.
14900         (sparc32nbsd_sigtramp_frame_sniffer): New function.
14901         (sparcnbsd_get_longjmp_target_32,
14902         sparcnbsd_get_longjmp_target_64): Remove functions.
14903         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14904         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14905         sparcnbsd_init_elf): Remove.
14906         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14907         (sparcnbsd_elf_init_abi): New functions.
14908         (_initialize_sparcnbsd_tdep): New prototype.
14909         (_initialize_sparnbsd_tdep): Update.
14910         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14911         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
14912         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14913         * config/sparc/linux.mh: Update comment.
14914         (XM_FILE, HOST_IPC): Remove variables.
14915         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
14916         sparc-linux-nat.o.
14917         * config/sparc/linux.mt: Update comment.
14918         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14919         * config/sparc/nbsd.mt: Reformat.
14920         * config/sparc/nbsd64.mh: Update comment.
14921         (NATDEPFILES): Add sparc-nat.o.
14922         * config/sparc/nbsd64.mt: Update comment.
14923         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14924         (TM_FILE): Set to tm-nbsd.h.
14925         * config/sparc/nbsdelf.mh: Update comment.
14926         (NATDEPFILES): Add sparc-nat.o.
14927         (XM_FILE): Delete.
14928         * config/sparc/nbsdaout.mh: Update comment.
14929         (NATDEPFILES): Add sparc-nat.o
14930         (XM_FILE): Delete.
14931         * config/sparc/nm-linux.h: Update copyright year.  Don't include
14932         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
14933         inclusion.
14934         (KERNEL_U_SIZE): Remove define.
14935         (kernel_u_size): Remove prototype.
14936         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14937         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
14938         "regcache.h".
14939         (CHILD_PREPARE_TO_STORE): Remove define.
14940         * config/sparc/nm-nbsdaout.h: Tweak some comments.
14941         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14942         sparcnbsd-nat.c: Rewrite files.
14943         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14944         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14945         sparcnbsd-tdep.h: Remove files.
14946         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14947         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14948         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14949         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14950         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14951         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14952         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14953         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14954         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14955         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14956         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14957         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14958         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14959         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14960         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14961         * config/sparc/linux64.mh, config/sparc/linux64.mt,
14962         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14963         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14964         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14965
14966 2004-01-02  Andrew Cagney  <cagney@redhat.com>
14967
14968         From 2003-12-18 Kazuhiro Inaoka:
14969         * configure.host: Add m32r-linux target.
14970
14971 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
14972
14973         * top.c (print_gdb_version): Update year to 2004.
14974
14975 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
14976
14977         * MAINTAINERS: Add myself to the write-after-approval category.
14978
14979 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
14980
14981         From Bernardo Innocenti <bernie@develer.com>:
14982         * configure.tgt: Add uClinux target.
14983
14984 2004-01-02  Andrew Cagney  <cagney@redhat.com>
14985
14986         * utils.c (do_my_cleanups): Make static, add forward declaration.
14987         * defs.h (do_my_cleanups): Delete declaration.
14988
14989 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
14990
14991         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14992         bfd/ChangeLog-0203.
14993
14994 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14995
14996         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
14997         in <machine/reg.h>.
14998         * configure, config.in: Regenerate.
14999
15000 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
15001 tui/ChangeLog-1998-2003.
15002 \f
15003 Local Variables:
15004 mode: change-log
15005 left-margin: 8
15006 fill-column: 74
15007 version-control: never
15008 End: