* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2004-12-27  Mark Kettenis  <kettenis@gnu.org>
2
3         * config/mips/obsd64.mh (NATDEPFILES): Unwrap line.
4
5 2004-12-26  Mark Kettenis  <kettenis@gnu.org>
6
7         * inftarg.c (child_xfer_partial): Remove code that handles
8         TARGET_OBJ_WCOOKIE.
9
10 2004-12-25  Mark Kettenis  <kettenis@gnu.org>
11
12         * inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
13
14 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
15
16         * target.h (TARGET_DISABLE_HW_WATCHPOINTS)
17         (TARGET_ENABLE_HW_WATCHPOINTS): Remove macros.
18         * infrun.c (struct execution_control_state): Remove
19         enable_hw_watchpoints_after_wait member.
20         (number_of_threads_in_syscalls): Remove variable.
21         (init_wait_for_inferior): Don't initialize
22         number_of_threads_in_syscalls.
23         (init_execution_control_state): Don't initialize
24         ECS->enable_hw_watchpoints_after_wait.
25         (handle_inferior_event): Never invoke TARGET_ENABLE_HW_WATCHPOINTS
26         or TARGET_DISABLE_HW_WATCHPOINTS.
27
28 2004-12-23  Mark Kettenis  <kettenis@gnu.org>
29
30         * i386-nto-tdep.c: Reorder include files.
31         (i386nto_svr4_fetch_link_map_offsets): Remove function.
32         (init_i386nto_ops, i386nto_init_abi): Use
33         svr4_ilp32_fetch_link_map_offsets instead of
34         i386nto_svr4_fetch_link_map_offsets.
35
36 2004-12-21  Mark Kettenis  <kettenis@gnu.org>
37
38         * hppa-tdep.c (hppa_frame_prev_register_helper): Make 64-bit safe.
39
40 2004-12-21  Mark Kettenis  <kettenis@gnu.org>
41
42         * hppa-tdep.c (hppa64_return_value): Fix previous commit.
43
44 2004-12-21  Mark Kettenis  <kettenis@gnu.org>
45
46         * hppa-tdep.c (hppa32_return_value): Move further down.
47         (hppa64_return_value): Re-implement.
48
49 2004-12-21  Jim Blandy  <jimb@redhat.com>
50
51         * remote.c (fetch_register_using_p): Fix formatting.
52         
53 2004-12-21  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
54
55         * ada-lang.c (ada_print_subexp): Remove i18n markup from Ada code
56         output.
57         * ada-typeprint.c (ada_typedef_print): Ditto.
58         (print_unchecked_union_type): Ditto.
59         (print_record_type): Ditto, and correct output for non-derived
60         types that was inadvertently left off during the markup.
61
62 2004-12-19  Mark Kettenis  <kettenis@gnu.org>
63
64         * hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence): Check
65         whether the name returned by find_pc_partial_function is a null
66         pointer, not whether it is an empty string.
67
68         * hppa-tdep.h (hppa_regnum): Add HPPA_DP_REGNUM, HPPA_RET0_REGNUM,
69         HPPA_RET1_REGNUM and HPPA64_FP4_REGNUM.
70         * hppa-tdep.c (hppa64_integral_or_pointer_p)
71         (hppa64_floating_p) New functions.
72         (hppa64_push_dummy_call): Re-implement.
73         (hppa32_register_type): Rename argument reg_nr to regnum.
74         (hppa64_register_type): Likewise.  Use HPPA64_FP4_REGNUM instead
75         of HPPA_FP4_REGNUM.
76         (hppa32_cannot_store_register): Renamed from
77         hppa_cannot_store_register.
78         (hppa64_cannot_store_register): New function.
79         (hppa_gdbarch_init): Set cannot_store_register and
80         cannot_fetch_register to hppa32_cannot_store_register or
81         hppa64_cannot_store_register when appropriate.
82
83 2004-12-18  Mark Kettenis  <kettenis@gnu.org>
84
85         * hppah-nat.c: Remove file.
86         * infttrace.h: Remove file.
87         * infttrace.c: Remove file.
88         * Makefile.in (ALLDEPFILES): Remove hppah-nat.c
89         (infttrace_h): Remove variable.
90         (hppah-nat.o, infttrace.o): Remove dependencies.
91         * configure.host (hppa*64*-*-hpux11*): Remove.
92         * config/pa/hpux11w.mh: Remove file.
93         * config/pa/nm-hppah.h: Remove file.
94         * config/pa/nm-hppah11.h: Remove file.
95
96         * config/djgpp/fnchange.lst: Resolve name clash between
97         ../bfd/elf32-arm.c and ../bfd/elf32-arc.c, i386-sol2-nat.c and
98         i386-sol2-tdep.c, mips64obsd-nat.c and mips64obsd-tdep.c,
99         testsuite/gdb.base/bitfields.c and
100         testsuite/gdb.base/bitfields2.c, testsuite/gdb.base/bitfields.exp
101         and testsuite/gdb.base/bitfields2.exp.  Remove entry for
102         config/m88k/xm-delta88v4.h.
103
104         * solib-pa64.c: Only include <dlfcn.h>, <elf.h> and <elf_hp.h> if
105         PA_SOM_ONLY isn't defined.
106
107         * somread.c: Include "solib-som.h".
108         (som_symfile_init, som_new_init, som_symfile_read,
109         som_symfile_finish, som_symtab_read, som_symfile_offsets): Remove
110         redudant prototypes.
111         * Makefile.in (somread.o): Update dependencies.
112
113 2004-12-17  Jim Blandy  <jimb@redhat.com>
114
115         * remote.c (fetch_register_using_p): Indentation cleanup.
116
117 2004-12-17  Randolph Chung  <tausq@debian.org>
118
119         * hppa-hpux-tdep.c (setup_d_pid_in_inferior): Make static.
120         (find_stub_with_shl_get): Make static.
121
122 2004-12-17  Randolph Chung  <tausq@debian.org>
123
124         * hppa-hpux-tdep.c (IS_32BIT_TARGET): New.
125         (in_opd_section): New.
126         (hppa32_hpux_find_global_pointer): Rename from 
127         hppa_hpux_som_find_global_pointer.
128         (hppa64_hpux_find_global_pointer): New.
129         (ldsid_pattern): New.
130         (hppa_hpux_search_pattern): New.
131         (hppa32_hpux_search_dummy_call_sequence): New.
132         (hppa64_hpux_search_dummy_call_sequence): New.
133         (hppa_hpux_find_import_stub_for_addr): New.
134         (hppa_hpux_sr_for_addr): New.
135         (hppa_hpux_find_dummy_bpaddr): New.
136         (hppa_hpux_init_abi): Use IS_32BIT_TARGET predicate.
137         (hppa_hpux_som_init_abi): Set find_global_pointer method to
138         hppa32_hpux_find_global_pointer instead of
139         hppa_hpux_som_find_global_pointer.
140         (hppa_hpux_elf_init_abi): Set find_global_pointer method.
141         * hppa-tdep.c (hppa_init_objfile_priv_data): New.
142         (read_unwind_info): Use function to initialize objfile-private data.
143         (hppa32_push_dummy_call): Don't automatically set the RP if there is
144         a push_dummy_code method.
145         (hppa64_push_dummy_call): Retrieve and set the global pointer.
146         Don't automatically set the RP if there is a push_dummy_code method.
147         * hppa-tdep.h (hppa_objfile_private): Add dummy_call_sequence_reg and
148         dummy_call_sequence_addr members.
149         (hppa_init_objfile_priv_data): New prototype.
150
151 2004-12-17  Joel Brobecker  <brobecker@gnat.com>
152
153         * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): New function.
154         * hppa-tdep.h (hppa_lookup_stub_minimal_symbol): Add declaration.
155         * solib-som.c (som_solib_create_inferior_hook): Replace stub
156         msymbol search by call to hppa_lookup_stub_minimal_symbol. This
157         extends the search to all objfiles, not just shared libraries.
158         Remove unused variable.
159
160 2004-12-16  Michael Snyder  <msnyder@redhat.com>
161
162         * MAINTAINERS: Add myself as maintainer for mn10300.
163         * NEWS: Mention mn10300.
164
165 2004-12-15  Kevin Buettner  <kevinb@redhat.com>
166
167         * xstormy16-tdep.c (xstormy16_skip_prologue): Clear/initialize the
168         frame cache.
169
170 2004-12-14  Randolph Chung  <tausq@debian.org>
171
172         * hppa-tdep.c (hppa_in_function_epilogue_p): New function.
173         (hppa_gdbarch_init): Set in_epilogue_p method.
174
175 2004-12-14  Corinna Vinschen  <vinschen@redhat.com>
176
177         * sh-tdep.c (sh_extract_return_value_nofpu): Rename from
178         sh_default_extract_return_value.
179         (sh_extract_return_value_fpu): Rename from
180         sh3e_sh4_extract_return_value.
181         (sh_store_return_value_nofpu): Rename from
182         sh_default_store_return_value.
183         (sh_store_return_value_fpu): Rename from sh3e_sh4_store_return_value.
184         (sh_return_value_nofpu): Accomodate above changes.
185         (sh_return_value_fpu): Ditto.
186
187 2004-12-13  Jerome Guitton  <guitton@gnat.com>
188
189         * stabsread.c (read_huge_number): Add support for reading octal
190         signed number in twos complement, based on the size of this
191         number.
192         (read_range_type): Add support for reading octal signed bounds
193         in twos complements, based on the size of the type.
194         (read_type_number, read_cpp_abbrev, read_member_functions,
195         read_cpp_abbrev, read_one_struct_field, read_baseclasses,
196         read_struct_type, read_array_type, read_enum_type,
197         read_sun_builtin_type, read_sun_floating_type): Update calls to
198         read_huge_number.
199         (read_type): Update call to read_range_type.
200
201 2004-12-13  Randolph Chung  <tausq@debian.org>
202
203         * hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
204         solib_get_solib_by_pc method through target vector.
205         (hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
206         method through target vector.
207
208 2004-12-13  Joel Brobecker  <brobecker@gnat.com>
209
210         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
211         parameter name to make it clear that we already have a next
212         frame.  Return the sigcontext from that next frame instead
213         of the frame following it.
214
215 2004-12-13  Randolph Chung  <tausq@debian.org>
216
217         * Makefile.in (pa64solib_h, somsolib_h): Delete.
218         (solib_pa64_h, solib_som_h): New.
219         (HFILES_NO_SRCDIR, ALLDEPFILES): Replace somsolib.h with solib-som.h.
220         (hppa-hpux-tdep.o, hpread.o): Update dependencies.
221         (pa64solib.o, somsolib.o): Delete.
222         (solib-pa64.o, solib-som.o): New.
223         * hppa-hpux-tdep.c: Include new solib interfaces.
224         (hppa_hpux_som_init_abi): Attach to SOM solib interface.
225         (hppa_hpux_elf_init_abi): Attach to PA64 ELF solib interface.
226         * hppa-tdep.c (internalize_unwinds): If solib_get_text_base method
227         is available, use it to determine the base of unwind records.
228         * hppa-tdep.h (gdbarch_tdep): Add new solib methods.
229         * hpread.c: Replace somsolib.h with solib-som.h.
230         (hpread_process_one_debug_symbol): Use target vector to get thread 
231         start address.
232         * config/pa/hppa64.mt (TDEPFILES): Use new solib interface.
233         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
234         * config/pa/hpux.mh (NATDEPFILES): Delete references to target objects.
235         * config/pa/tm-hppah.h: Use new solib interface.
236
237 2004-12-13  Randolph Chung  <tausq@debian.org>
238
239         * tramp-frame.c (tramp_frame_sniffer): Allow frames with names or 
240         sections to be trampolines too.
241
242 2004-12-13  Ben Elliston  <bje@au.ibm.com>
243
244         * f-exp.y (typename): Remove unused nonterminal.
245         (name): Likewise.
246
247 2004-12-12  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
248
249         Committed by Andrew Cagney.
250         * abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n
251         markup.
252         
253 2004-12-12  Andrew Cagney  <cagney@gnu.org>
254
255         * frame.c (get_prev_frame): When unwinding normal frames, check
256         that the PC isn't zero.
257         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
258         zero PC.
259
260         * MAINTAINERS: Reword description of what "Target Instruction Set
261         Architectures" covers.
262
263 2004-12-12  Mark Kettenis  <kettenis@gnu.org>
264
265         * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
266
267 2004-12-11  Mark Kettenis  <kettenis@gnu.org>
268
269         * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
270         (hppa_hpux_save_state_offset): New function, replacing variable
271         with the same name.
272         (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
273         functions.
274         (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
275         Use new hppa_hpux_save_state_offset function.  Add special
276         handling for handling 64-bit "flags" register.
277         (hppa_hpux_store_register): Likewise.
278         (hppa_hpux_child_can_run): Tweak comment.
279
280         * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
281         (inf_ttrace_attach): Likewise.
282         (inf_ttrace_resume_callback): New function.
283         (inf_ttrace_resume): Don't use TT_PROC_CONTINUE.  Iterate over all
284         lwps and call inf_ttrace_resume_callback instead.
285         (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
286
287         * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
288
289 2004-12-10  Michael Snyder  <msnyder@redhat.com>
290
291         * mn10300-tdep.c: New file.  This is a re-implementation of
292         the mn10300 target back-end using the new frame api etc.
293         * mn10300-tdep.h: New file.
294         * config/mn10300/mn10300.mt: New file (or replace old file).
295         * configure.tgt: Add mn10300 target.
296
297 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
298
299         * configure.host (hppa*-*-hpux11*): Remove.
300         * config/pa/hpux11.mh: Remove file.
301
302         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
303         typo.
304
305 2004-12-10  Kris Warkentin  <kewarken@qnx.com>
306
307         * nto-tdep.h: Include osabi.h.  Prototypes for generic Neutrino
308         osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
309         function and nto_set_target function.
310         (struct nto_target_ops): Put comments inline with struct.  Add osabi
311         sniffer hook.  Redefine macros to permit testing/assignment.  Remove
312         nto_ prefix from members.
313         * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
314         dynamically to support arbitrary root paths.  Check for basename of
315         lib in search path and then check for absolute.
316         (nto_in_dynsym_resolve_code): New function.
317         (nto_core_sniffer): New function.
318         (regset_core_fns): Register core sniffer.
319         (nto_initialize_signals): New function.
320         (_initialize_nto_tdep): Move signal initialization code to above to
321         avoid initialization race conditions.
322         (nto_set_target): New function.
323         * nto-procfs.c: Minor formatting/indenting changes.
324         (procfs_is_nto_target): New function.
325         (procfs_open): Set nto_is_nto_target.
326         (_initialize_procfs): Ditto.  Remove notice_signals() call to avoid
327         initialization race conditions.
328         (procfs_create_inferior): Resume inferior after creation.
329         * i386-nto-tdep.c: Declare i386_nto_target.
330         (init_i386nto_ops): Initialize i386_nto_target instead of
331         current_nto_target.
332         (i386nto_init_abi): Initialize signals.  Call nto_set_target.  Set
333         TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
334         (_initialize_i386nto_tdep): Call init_i386nto_ops.  Register osabi
335         sniffer.
336
337 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
338
339         * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
340         (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
341         (hppa_hpux_init_abi): Reformat long line.
342
343 2004-12-09  Mark Kettenis  <kettenis@gnu.org>
344
345         * hppa-hpux-tdep.c: Include "regset.h".
346         (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
347         (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
348         (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
349         (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
350         (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
351         (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
352         functions.
353         (hppa_hpux_regset): New variable.
354         (hppa_hpux_regset_from_core_section): New function.
355         (hppa_hpux_init_abi): Set regset_from_core_section.
356         (hppa_hpux_core_osabi_sniffer): New function.
357         (_initialize_hppa_hpux_tdep): Register
358         hppa_hpux_core_osabi_sniffer.
359         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
360         * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
361
362 2004-12-09  Randolph Chung  <tausq@debian.org>
363
364         * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
365         text and data sections.
366         (pa64_current_sos): Also include the dld in the list of current shared
367         objects.
368         (pa64_solib_get_solib_by_pc): Update comments.
369         (pa64_solib_get_text_base): New function.
370         (pa64_solib_select): Set solib_get_text_base method.
371
372 2004-12-08  Daniel Jacobowitz  <dan@debian.org>
373
374         * linux-thread-db.c (BUILD_THREAD): Delete.
375         (thread_get_info_callback): Include LWP ID in thread ID.
376         (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
377         (lwp_from_thread): Use the LWP ID from the thread ID.
378
379 2004-12-07  Randolph Chung  <tausq@debian.org>
380
381         * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
382         register for both 32- and 64-bit targets.
383
384 2004-12-07  Randolph Chung  <tausq@debian.org>
385
386         * frame.c (get_prev_frame): Don't terminate unwinding at main if we
387         are unwinding through a dummy frame.
388
389 2004-12-07  Randolph Chung  <tausq@debian.org>
390
391         * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
392         * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
393         (hppa_hpux_init_abi) Set unwind_adjust_stub method.
394         * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
395         if defined.
396
397 2004-12-07  Randolph Chung  <tausq@debian.org>
398
399         * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if 
400         unwinding from a frame with pc == 0.
401         (hppa_stub_frame_this_id): Likewise.
402         (hppa_stub_frame_prev_register): Only provide real values if the frame
403         cache is not NULL.
404
405 2004-12-07  Randolph Chung  <tausq@debian.org>
406
407         * solib-som.c: New file.
408         * solib-som.h: New file.
409         * solib-pa64.c: New file.
410         * solib-pa64.h: New file.
411
412 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
413
414         * Makefile.in (inf-ttrace.o): Fix typo.
415
416 2004-12-07  Jim Blandy  <jimb@redhat.com>
417
418         * remote.c (remote_threads_info, remote_current_thread): Use
419         strtoul to parse thread ID numbers.
420
421 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
422
423         * inf-ttrace.c: Include "gdbthread.h".
424         (inf_ttrace_num_lwps): New variable.
425         (inf_ttrace_num_lwps_in_syscall): Renamed from
426         inf_ttrace_num_threads_in_syscall.
427         (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
428         TTEVT_LWP_TERMINATE events.
429         (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
430         zero.
431         (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
432         (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
433         Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
434         events.
435         (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
436         default.  Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
437         TTEVT_LWP_TERMINATE events.
438         (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
439         (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
440         * Makefile.in (inf-ttrace.o): Update dependencies.
441
442         * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
443         prototypes.
444         * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
445         Make global.  Remove HP-UX specific code.  Use
446         frame_unwind_register_unsigned instead of
447         frame_unwind_register_signed.
448         (hppa_write_pc): Rename from hppa_target_write_pc.  Make global.
449         Remove HP-UX specific code.
450         (hppa_unwind_pc): Make global.  Remove HP-UX specific code.
451         (hppa_frame_prev_register_helper): Set "flags" register to zero
452         for all unwound frames.
453         (hppa_gdbarch_init): Adjust.
454         * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
455         (hppa_hpux_read_pc, hppa_hpux_write_pc)
456         (hppa_hpux_unwind_pc): New functions.
457         (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
458
459 2004-12-07  Andreas Schwab  <schwab@suse.de>
460
461         * main.c (long_options): Add entry for "-l".
462         (print_gdb_help): Add line for -l option.
463         * NEWS: Mention it.
464
465 2004-12-05  Randolph Chung  <tausq@debian.org>
466
467         * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
468         DEPRECATED_REGISTER_BYTE.
469
470 2004-12-05  Randolph Chung  <tausq@debian.org>
471
472         * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
473         records.
474
475 2004-12-05  Mark Kettenis  <kettenis@gnu.org>
476
477         * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
478         * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
479
480         * hppa-hpux-tdep.c: Update copyright notice and year.
481
482 2004-12-05  Richard Earnshaw  <rearnsha@arm.com>
483
484         * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
485         (get_field, put_field): Assert that the format is one we can handle.
486         Simplify logic accordingly.
487         (floatformat_normalize_byteorder): New function.
488         (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
489         to normalize and select modified byte order. Pass modified byte order
490         to get_field.
491         (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa): 
492         Likewise.
493         (convert_doublest_to_floatformat): Select an appropriate intermediate
494         byte order if necessary.  Always convert to the final format before
495         returning.
496
497 2004-12-04  Daniel Jacobowitz  <dan@debian.org>
498
499         PR tui/1703
500         * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
501         Suggested by Joshua Neuheisel.
502
503 2004-12-03  Randolph Chung  <tausq@debian.org>
504
505         * gdbarch.sh (instruction_nullified): Delete.
506         * gdbarch.c: Regenerate.
507         * gdbarch.h: Regenerate.
508         * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
509         nullified.
510         (hppa_unwind_pc): Likewise. 
511         (hppa_instruction_nullified): Delete.
512         (hppa_gdbarch_init): Don't set instruction_nullified method.
513         * infrun.c (infwait_states): Remove infwait_nullified_state.
514         (handle_inferior_event): Remove handling of infwait_nullified_state.
515         Remove handling of nullified instructions.
516
517 2004-12-03  Mark Kettenis  <kettenis@gnu.org>
518
519         * inf-ttrace.c: Include <sys/mman.h>.
520         (struct inf_ttrace_page): New.
521         (struct inf_ttrace_page_dict): New.
522         (inf_ttrace_num_threads_in_syscall)
523         (inf_ttrace_reenable_page_protections): New variables.
524         (inf_ttrace_enable_syscall_events)
525         (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
526         (inf_ttrace_add_page, inf_ttrace_insert_page)
527         (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
528         (inf_ttrace_enable_page_protections)
529         (inf_ttrace_disable_page_protections)
530         (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
531         (inf_ttrace_can_use_hw_breakpoint)
532         (inf_ttrace_region_size_ok_for_hw_watchpoint)
533         (inf_ttrace_stopped_by_watchpoint): New functions.
534         (inf_ttrace_him): Remove unsused varaible `tts'.
535         (inf_ttrace_create_inferior): Add assertionts.
536         (inf_ttrace_mourn_inferior): Clear page dictionary.
537         (inf_ttrace_attach): Set initial event mask.
538         (inf_ttrace_detach): Reset number of threads in system call.
539         (inf_ttrace_wait): Deal with system call events.
540         (inf_ttrace_target): Initialize "hardware" watchpoint-related
541         parts of the target vector.
542         (_initialize_inf_ttrace): New prototype and function.
543
544         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
545         type of `gp' variable.
546
547 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
548
549         * README: Remove config.if from directory listing.
550
551 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
552
553         * alpha-tdep.c (alpha_register_name): Add comment.
554         (alpha_cannot_fetch_register): Exclude registers numbers which
555         are no longer used from the list of registers that can be fetched.
556         (alpha_cannot_store_register): Exclude registers numbers which
557         are no longer used from the list of registers that can be stored.
558         * alpha-nat.c (fetch_osf_core_registers): Add missing value in
559         core_reg_mapping array.
560
561 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
562
563         * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
564         the register value from the correct frame.
565
566 2004-11-30  Randolph Chung  <tausq@debian.org>
567
568         * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
569         (hppa_linux_in_dyncall): Check that we are inside the range of 
570         $$dyncall, not necessarily at the first insn.
571         (hppa_linux_in_solib_call_trampoline): Identify a trampoline 
572         even if the pc does not point to the first insn of the trampoline.
573
574 2004-11-30  Randolph Chung  <tausq@debian.org>
575
576         * breakpoint.c (break_at_finish_command): Delete.
577         (break_at_finish_command_1): Delete.
578         (break_at_finish_at_depth_command): Delete.
579         (break_at_finish_at_depth_command_1): Delete.
580         (tbreak_at_finish_command): Delete.
581         * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
582         and bx commands.
583
584 2004-11-30  Andrew Cagney  <cagney@gnu.org>
585
586         * config/nm-gnu.h: Delete file.
587         * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
588
589         * config/nm-sysv4.h: Delete file.
590         * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
591         * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
592         * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
593         * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
594         * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
595
596 2004-11-29  Andrew Cagney  <cagney@gnu.org>
597
598         * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
599         Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
600         as can-commit architecture developers.
601
602 2004-11-29  Mark Kettenis  <kettenis@gnu.org>
603
604         * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
605         (sparc32_skip_prologue): Skip instructions that store arguments in
606         registers into their corresponding stack slots.
607
608         * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
609         tm-solib.h.
610         * config/m68k/obsd.mh (NAT_FILE): Likewise.
611
612         * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
613         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
614         * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
615         sparc32nbsd_elf_init_abi.  Remove duplicate code.
616
617         * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
618         * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
619         * config/sparc/nm-nbsd.h: Remove file.
620         * config/sparc/nm-nbsdaout.h: Remove file.
621
622         * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
623         (sparc_xfer_partial): New function.
624         (sparc_target): Save value of to_xfer_partial from ptrace vector.
625         Set to_xfer_partial.
626
627         * fork-child.c (fork_inferior): Fork instead of vfork if
628         PRE_TRACE_FUN is non-null.
629
630 2004-11-24  Fred Fish  <fnf@specifixinc.com>
631
632         * rs6000-tdep.c (skip_prologue): Use line table info to skip over
633         compiler generated function calls made as part of a prologue.
634
635 2004-11-23  Mark Kettenis  <kettenis@gnu.org>
636
637         * inf-ttrace.c: New file.
638         * inf-ttrace.h: New file.
639         * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
640         Include "inf-ttrace.h".
641         (ss_mpsfu_high): Define to ss_tlsp if necessary.
642         (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
643         ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
644         ptrace systems.
645         (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
646         instead of inf_ptrace_target.
647         * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
648         * Makefile.in (inf_ttrace_h): New variable.
649         (hppa-hpux-nat.o): Update dependency.
650         (inf-ttrace.o): New dependency.
651         (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
652
653 2004-11-23  Randolph Chung  <tausq@debian.org>
654
655         * arch-utils.c (generic_instruction_nullified): New.
656         * arch-utils.h (generic_instruction_nullified): New.
657         * gdbarch.sh (instruction_nullified): New method.
658         * gdbarch.c: Regenerate.
659         * gdbarch.h: Regenerate.
660         * infrun.c (INSTRUCTION_NULLIFIED): Delete.
661         (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
662         new gdbarch method.
663         * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
664         * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
665         static.  Rewrite to work directly off the passed regcache.
666         (hppa_gdbarch_init): Set instruction_nullified method.
667
668 2004-11-23  Joel Brobecker  <brobecker@gnat.com>
669
670         * sparc-tdep.c (sparc_is_unimp_insn): New function.
671         (sparc32_frame_cache): For functions where there is no debugging
672         information to help us determine whether it's a struct-return
673         function or not, fallback on checking whether the instruction
674         at the return address is an "unimp" instruction or not.
675
676 2004-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
677
678         * MAINTAINERS: Add myself to write after approval section.
679
680         * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
681         hpux-thread.c to suppress children from running.
682         (hppa_hpux_child_can_run): New function.
683         (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
684         * hpux-thread.c: Include string.h and hppa-tdep.h.
685         (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
686         HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
687         (hpux_thread_store_registers): Replace deprecated_registers with
688         calls to regcache_raw_read.
689         * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
690
691 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
692
693         * sparc64fbsd-nat.c: Update copyright year.
694         (_initialize_sparc64fbsd_nat): Construct and add target vector.
695         * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
696         inftarg.o.
697
698 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
699
700         * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
701
702 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
703
704         * linux-nat.c (my_waitpid): New function.
705         (linux_test_for_tracefork): Make more robust and verbose.  Take
706         an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
707         (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
708         argument.  Update calls to linux_test_for_tracefork.
709         (linux_enable_event_reporting, child_follow_fork)
710         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
711         (child_insert_exec_catchpoint): Update calls to
712         linux_supports_tracefork and linux_supports_tracevforkdone.
713
714 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
715
716         * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
717         (value_subscripted_rvalue): Likewise.
718         * valops.c (search_struct_field, value_slice): Likewise.
719
720 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
721
722         * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
723         Reorder includes a bit.  Fix comment.
724         * Makefile.in (inf-ptrace.o): Update dependencies.
725
726 2004-11-21  Andreas Schwab  <schwab@suse.de>
727
728         * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
729         (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
730         svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
731         to glibc_skip_solib_resolver.
732         * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
733         solib-legacy.o.
734         * Makefile.in (m68klinux-tdep.o): Update dependencies.
735
736 2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
737
738         * infttrace.h (ttrace_write_reg_64): Add prototype.
739         * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
740         expression.  
741         (store_inferior_registers): Correct formatting.  Replace uses of
742         deprecated_registers with calls to regcache_raw_read,
743         regcache_raw_write_part and regcache_raw_read_part.
744
745 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
746
747         * config/pa/hppahpux.mh: Remove file.
748         * config/pa/hpux1020.mh: Remove file.
749
750 2004-11-20  Andreas Schwab  <schwab@suse.de>
751
752         * configure.host: Set host floatformat for m68k.
753
754 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
755
756         * config/djgpp/fnchange.lst: Resolve file-name clash between
757         hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
758
759 2004-11-20  Mark Kettenis  <kettenis@gnu.org>
760
761         * hppa-hpux-nat.c: New file.
762         * config/pa/hpux.mh (NATDEPFILES): New file.
763         * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
764         (hppa-hpux-nat.o): New dependency.
765         * configure.host: Remove hppa*-*-hpux10.20.
766         (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
767
768         * inf-ptrace.c: Fix coding style.
769
770         * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
771         * infptrace.c (call_ptrace): Simply call ptrace with four
772         arguments.
773
774         * dbxread.c (process_one_symbol): Fix a few coding standard
775         issues.  Improve code formatting.
776
777         * dbxread.c: Include "gdb_string.h".
778         (record_minimal_symbol, read_ofile_symtab): Replace
779         DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
780         * Makefile.in (dbxread.o): Update dependencies.
781
782         * dwarf2-frame.c (read_encoded_value): Correctly calculate number
783         of bytes read for aligned LEB128 encodings.
784
785 2004-11-19  Mark Kettenis  <kettenis@gnu.org>
786
787         * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
788         parse_and_eval_address to u_long before converting it to a pointer
789         type.
790         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
791         ps_strings from int to u_long.
792         * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
793         u_long instead of CORE_ADDR.
794
795 2004-11-18  Mark Kettenis  <kettenis@gnu.org>
796
797         * dbxread.c (process_one_symbol): Do not adjust address of first
798         N_SLINE stab for a function for code generated by non-GCC
799         compilers.
800
801 2004-11-18  Kevin Buettner  <kevinb@redhat.com>
802
803         * solib-null.c: New file.
804
805 2004-11-17  Andrew Cagney  <cagney@gnu.org>
806
807         * MAINTAINERS: Drop MIPS and remote.
808
809 2004-11-15  Andrew Cagney  <cagney@gnu.org>
810
811         * findvar.c (value_of_register): Set the frame ID.
812         * value.c (value_primitive_field): Copy the frame ID.
813         * valops.c (value_assign): Simplify lval_register case, there's
814         always a frame.
815
816 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
817
818         * Makefile.in (mips-linux-tdep.o): Update dependencies.
819         * mips-linux-tdep.c: Include "regcache.h".
820         (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
821
822 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
823
824         * Makefile.in (linux-thread-db.o): Fix typo in last change.
825
826 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
827
828         * linux-thread-db.c: New file, renamed from thread-db.c.
829         * thread-db.c: Remove.
830         * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
831         * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
832         to linux-thread-db.o.
833         * config/arm/linux.mh (NATDEPFILES): Likewise.
834         * config/i386/linux.mh (NATDEPFILES): Likewise.
835         * config/i386/linux64.mh (NATDEPFILES): Likewise.
836         * config/ia64/linux.mh (NATDEPFILES): Likewise.
837         * config/m32r/linux.mh (NATDEPFILES): Likewise.
838         * config/m68k/linux.mh (NATDEPFILES): Likewise.
839         * config/mips/linux.mh (NATDEPFILES): Likewise.
840         * config/pa/linux.mh (NATDEPFILES): Likewise.
841         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
842         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
843         * config/s390/s390.mh (NATDEPFILES): Likewise.
844         * config/sparc/linux.mh (NATDEPFILES): Likewise.
845         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
846
847 2004-11-13  Andrew Cagney  <cagney@gnu.org>
848
849         * config/i386/i386lynx.mh: Delete file.
850         * config/i386/i386lynx.mt: Delete file.
851         * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
852         * i386ly-tdep.c: Delete.
853
854         * config/tm-lynx.h: Delete, inline contents ...
855         * config/rs6000/tm-rs6000ly.h: ... here.
856
857         * config/tm-sysv4.h: Delete file, inlining contents.
858         * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
859         * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
860         * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
861
862         * regcache.h (deprecated_register_valid): Delete.
863         (deprecated_registers): Delete.
864         * regcache.c (deprecated_register_valid): Delete.
865         (deprecated_registers): Delete.
866         (deprecated_read_register_byte, _initialize_regcache)
867         (deprecated_write_register_bytes, build_regcache): Update.
868         * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
869         remote-sds.o.
870         * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
871         * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
872
873         * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
874         v850-*-* under removed.
875         * configure.host: Delete ns32k-*-netbsd*.
876         * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
877         ns32k-*-netbsd*, and v850*-*-*.
878         * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
879         "Deleted"
880         * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
881         * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
882         * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
883         * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
884         * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
885         * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
886         * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
887         * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
888         * v850-tdep.c: Delete.
889         
890 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
891
892         * irix5-nat.c (fetch_core_registers): Replace use of
893         deprecated_registers by equivalent code.
894
895 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
896
897         * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
898         with equivalent code.
899         (fill_fpregset): Likewise.
900
901 2004-11-13  Andrew Cagney  <cagney@gnu.org>
902
903         * MAINTAINERS: Do not list "Deleted" architectures.
904
905         * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
906         m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
907         sparc-*-vxworks*.
908         * NEWS: Mention that vxworks was deleted.
909         * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
910         * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
911         * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
912         * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
913         * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
914         * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
915         * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
916         * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
917         * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
918         * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
919         * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
920         * remote-vxmips.c, remote-vx.c: Delete.
921         * remote-vx68.c: Delete.
922         * config/m68k/tm-os68k.h: Remove reference to VxWorks.
923         * config/m68k/os68k.mt, ada-lang.h: Ditto.
924         * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
925         (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
926
927 2004-11-13  Eli Zaretskii  <eliz@gnu.org>
928
929         * config/i386/xm-go32.h: Don't include fopen-bin.h.
930         Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
931
932         * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
933         branch that doesn't define CRLF_SOURCE_FILES; always use
934         binary-mode open.
935         (print_source_lines_base, forward_search_command)
936         (reverse_search_command): Enable the code that accepts DOS-style
937         CRLF line endings on all platforms (this removes the need for
938         CRLF_SOURCE_FILES).
939
940         * defs.h: Fix wording of the comment before FOPEN_RB.
941         (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
942
943         * config/djgpp/fnchange.lst: Group renames for opcode directory
944         together.
945
946         * config/djgpp/djconfig.sh: Replace file names that don't exist
947         anymore with existing files, for checking the unpacked
948         distribution.
949
950         * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
951         Export pre-cooked values in configure-* targets that begin with
952         "@test -f stage_last".
953
954 2004-11-12  Andrew Cagney  <cagney@gnu.org>
955
956         * defs.h (enum lval_type): Delete lval_reg_frame_relative.
957         * value.h (struct value): Update comment.
958         * valops.c (value_assign): Fold lval_reg_fame_relative into
959         lval_register.
960         * findvar.c (value_from_register, locate_var_value): Ditto.
961
962 2004-11-12  Randolph Chung  <tausq@debian.org>
963
964         * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
965         * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
966         (write_exp_msymbol): Remove conditional check for symbols starting 
967         with $.  Update comments.
968
969 2004-11-12  Randolph Chung  <tausq@debian.org>
970
971         * pa64solib.c (pa64_solib_thread_start_addr): Rename from 
972         so_lib_thread_start_addr.
973         * pa64solib.h (so_list): Forward declare.
974         (pa64_solib_thread_start_addr): Prototype.
975         * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
976         (no_shared_libraries): Remove.
977         (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
978         * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
979         * hpread.c (hpread_process_one_debug_symbol): Use either the som or
980         the elf solib handler to find the start address.
981
982         * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support 
983         files to the target makefile.
984         * config/pa/hpux1020.mh (NATDEPFILES):  Likewise.
985         * config/pa/hpux11.mh (NATDEPFILES): Likewise.
986         * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
987
988         * config/pa/hppa64.mt (TDEPFILES): Put target-specific support 
989         files for symbol reading and shared library handling here.
990         * config/pa/hppahpux.mt (TDEPFILES): Likewise.  
991         (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target 
992         without bringing in 64-bit support.
993
994 2004-11-12  Andrew Cagney  <cagney@gnu.org>
995
996         * sparc-tdep.c: Replace VALUE_TYPE with value_type.
997         * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
998         * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
999         * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
1000         * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
1001         * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
1002         * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
1003
1004         Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
1005         * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
1006         (VALUE_REGNUM): Define.
1007         (struct value): Delete location.regnum, rename "regno" to
1008         "regnum".
1009         * value.c, valops.c, valarith.c, findvar.c: Update.
1010
1011         * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
1012         (VALUE_BITPOS): Delete.
1013         (value_type, value_offset, value_bitsize, value_bitpos): Declare.
1014         * value.c (value_type, value_offset, value_bitpos)
1015         (value_bitsize): New functions.  Update references.
1016         * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
1017         * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
1018         * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
1019         * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
1020         * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
1021         * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
1022         * valops.c, eval.c, findvar.c, breakpoint.c: Update.
1023         * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
1024         * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
1025
1026 2004-11-12  Andrew Cagney  <cagney@gnu.org>
1027
1028         * cris-tdep.c (cris_register_offset): Delete, never called.
1029         (cris_spec_reg_applicable): Delete cris_ver_sim.
1030         * MAINTAINERS: List d10v as OBSOLETE.
1031         * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
1032         FOPEN_WB et.al., defined by "fopen-bin.h".
1033
1034 2004-11-12  Randolph Chung  <tausq@debian.org>
1035
1036         * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
1037         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
1038         * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
1039         * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
1040
1041 2004-11-12  Mark Kettenis  <kettenis@jive.nl>
1042
1043         * tui/tui-io.c: Don't include "terminal.h".
1044         * Makefile.in (tui-io.o): Update dependencies.
1045
1046 2004-11-12  Kei Sakamoto  <sakamoto.kei@renesas.com>
1047
1048         * Makefile.in (m32r-linux-tdep.o): Update dependencies.
1049         * m32r-linux-tdep.c (m32r_linux_init_abi): Call
1050         set_gdbarch_regset_from_core_section for core file support.
1051         (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
1052         New functions.
1053
1054 2004-11-11  Randolph Chung  <tausq@debian.org>
1055
1056         * hppa-tdep.c (skip_prologue_hard_way): Make static, add
1057         stop_after_branch parameter and use it to determine if we should look
1058         at the delay slot of the first branch insn to find prologue insns.
1059         (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
1060         (hppa_frame_cache): Likewise.
1061
1062 2004-11-11  Randolph Chung  <tausq@debian.org>
1063
1064         * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
1065         register so that it can be unwound from anywhere in the prologue.
1066
1067 2004-11-10  msnyder  <msnyder@redhat.com>
1068
1069         * rs6000-tdep.c (skip_prologue): After saving lr_offset, 
1070         must invalidate lr_reg (so we don't try to save it again).  
1071         Ditto for cr_offset and cr_reg.
1072
1073 2004-11-05  Jon Beniston <jon@beniston.com>
1074
1075         Committed by Andrew Cagney.
1076         * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK 
1077         when an unexpected packet is received, as the target stubs 
1078         continually retransmit the same packet until ACKed.
1079         
1080 2004-11-10  Randolph Chung  <tausq@debian.org>
1081
1082         * frame.c (get_prev_frame): Use get_frame_type to retrieve the 
1083         frame's type.
1084
1085 2004-11-10  Randolph Chung  <tausq@debian.org>
1086
1087         * blockframe.c (inside_entry_func): Move to .....
1088         * frame.c (inside_entry_func): ... here, and make static.
1089         (backtrace_past_entry): New flag.
1090         (get_prev_frame): Stop backtrace at the entry function if enabled
1091         by flag.  Update comments.
1092         (_initialize_frame): Add command to set backtrace_past_entry flag.
1093         * defs.h (inside_entry_func): Remove prototype.
1094
1095 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
1096
1097         * dwarf2read.c: Fix formatting.
1098
1099 2004-11-10  Andrew Cagney  <cagney@gnu.org>
1100
1101         * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
1102         (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
1103         macros with function declarations.
1104         * value.c (coerce_ref, coerce_array, coerce_number)
1105         (coerce_enum): New functions.
1106         (value_as_long, value_as_address): Update.
1107         * ada-lang.c (ada_coerce_ref, ada_value_binop) 
1108         (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
1109         * jv-lang.c (evaluate_subexp_java): Update.
1110         * valarith.c (value_less, value_neg, value_complement)
1111         (value_binop, value_add, value_subscript, value_x_binop) 
1112         (value_logical_not, value_sub): Update.
1113         * valops.c (check_field, value_struct_elt, value_ind)
1114         (value_find_oload_method_list, value_cast, value_assign): Update.
1115         * eval.c (evaluate_subexp_standard): Update.
1116
1117 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
1118
1119         * mips-tdep.c (mips32_relative_offset): Change return type to
1120         LONGEST, change argument type to ULONGEST.  Fix sign-extension.
1121
1122 2004-11-10  Randolph Chung  <tausq@debian.org>
1123
1124         * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
1125         (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
1126         (hppa_fetch_pointer_argument): Likewise.
1127         (hppa_frame_cache): Use safe_frame_unwind_memory instead of 
1128         deprecated_read_memory_nobpt.
1129         (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
1130         add_set_cmd sequence with add_setshow_boolean_cmd.
1131
1132 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1133
1134         GDB 6.3 released from GDB 6.3 branch.
1135
1136 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1137
1138         * values.c: Rename to ...
1139         * value.c: ..., new file.
1140         * Makefile.in: Update.
1141
1142 2004-11-09  Daniel Jacobowitz  <dan@debian.org>
1143
1144         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
1145         size.
1146
1147 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1148
1149         * TODO: Delete.
1150
1151         * value.h (struct value): Delete field bfd_section.
1152         (VALUE_BFD_SECTION): Delete macro.
1153         (COERCE_REF): Update.
1154         (value_at, value_at_lazy): Delete asection parameter.
1155         * printcmd.c (print_formatted, x_command): Update.
1156         (do_examine): Delete asection parameter.
1157         (next_section): Delete variable.
1158         * valops.c (value_cast, value_at, value_at_lazy)
1159         (value_coerce_function, value_addr, value_ind, value_string) 
1160         (find_rt_vbase_offset, value_full_object): Update.
1161         * hpacc-abi.c (hpacc_virtual_fn_field)
1162         (hpacc_value_rtti_type): Update.
1163         * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) 
1164         (gnuv3_baseclass_offset): Update.
1165         * f-valprint.c (f_val_print): Update.
1166         * c-valprint.c (c_val_print): Update.
1167         * p-valprint.c (pascal_val_print): Update.
1168         * jv-valprint.c (java_value_print): Update.
1169         * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
1170         * ada-lang.c (ada_value_primitive_packed_val)
1171         (ada_evaluate_subexp): Update.
1172         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
1173         * expprint.c (print_subexp_standard): Update.
1174         * infcall.c (call_function_by_hand): Update.
1175         * valarith.c (value_add): Update.
1176         * eval.c (evaluate_subexp_standard): Update.
1177         * values.c (allocate_value, value_copy, value_static_field): Update.
1178         * findvar.c (read_var_value, locate_var_value): Update.
1179         
1180 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1181
1182         * i386-linux-tdep.c: Include "dwarf2-frame.h".
1183         * Makefile.in: Update all dependencies.
1184
1185 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1186
1187         * sentinel-frame.c (sentinel_frame_prev_pc): New function.
1188         (sentinel_frame_unwinder): Add the prev_pc method.
1189         * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
1190         available.  Do not handle the sentinel-frame case.
1191         * frame-unwind.h (frame_prev_register_ftype): Define.
1192         (struct frame_unwind): Add prev_pc;
1193
1194 2004-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1195
1196         * configure.in: Check for ncurses/term.h.
1197         * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
1198         * utils.c: Include gdb_curses.h instead of curses.h and term.h.
1199         * tui/tui.c: Don't include term.h.
1200         * configure, config.in: Rebuilt.
1201
1202 2004-11-08  Mark Kettenis  <kettenis@gnu.org>
1203
1204         * m68kbsd-nat.c: Include "inf-ptrace.h".
1205         (_initialize_m68kbsd_nat): Fix pasto.
1206         * Makefile.in (m68kbsd-nat.o): Update dependencies.
1207
1208 2004-11-08  Randolph Chung  <tausq@debian.org>
1209
1210         * infrun.c (debug_infrun): New variable.
1211         (resume, proceed, wait_for_inferior): Annotate with debug messages.
1212         (handle_inferior_event, keep_going): Likewise.
1213         (_initialize_infrun): Register "set debug infrun" command.
1214
1215 2004-11-08  Andreas Schwab  <schwab@suse.de>
1216
1217         * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
1218         PTRACE_EVENT_VFORKDONE.
1219         (child_follow_fork): Adjust.
1220
1221 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1222
1223         * README: Refer to 6.3, not 6.2, update directory listing droppng
1224         references to intl/ and mmalloc/.
1225         * PROBLEMS: Refer to 6.3 not 6.2.
1226
1227         * PROBLEMS: Delete no-longer applicable problems.
1228
1229 2004-11-07  Andrew Cagney  <cagney@redhat.com>
1230             Daniel Jacobowitz  <dan@debian.org>
1231             Roland McGrath  <roland@redhat.com>
1232
1233         * Makefile.in (symfile-mem.o): Update dependencies.
1234         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
1235         (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
1236         * inf-ptrace.c (inf_ptrace_attach): Call
1237         observer_notify_inferior_created.
1238         * inftarg.c (child_attach): Likewise.
1239         * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
1240         (symbol_file_add_from_memory): Take NAME argument.  Use it for
1241         the new BFD's filename.
1242         (add_symbol_file_from_memory_command): Update call to
1243         symbol_file_add_from_memory.
1244         (struct symbol_file_add_from_memory_args, add_vsyscall_page)
1245         (symbol_file_add_from_memory_wrapper): New.
1246         (_initialize_symfile_mem): Register add_vsyscall_page as an
1247         inferior_created observer.
1248
1249 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1250
1251         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
1252         fetch_inferior_registers.  Make static.
1253         (m68kbsd_store_inferior_registers): Rename from
1254         store_inferior_registers.  Make static.
1255         (_initialize_m68kbsd_nat): Construct and add target vector.
1256         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1257         inftarg.o.  Add inf-ptrace.o.
1258         (NAT_FILE): Set to tm-solib.h.
1259         (LOADLIBES): New variable.
1260         * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1261         inftarg.o.  Add inf-ptrace.o.
1262         (NAT_FILE): Delete variable.
1263         * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1264         inftarg.o.  Add inf-ptrace.o.
1265         (NAT_FILE): Set to tm-solib.h.
1266         * config/m68k/nm-nbsdaout.h: Remove file.
1267
1268 2004-11-07  Daniel Jacobowitz  <dan@debian.org>
1269
1270         * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1271         (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1272         (dwarf2_signal_frame_unwind): New.
1273         (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1274         * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1275
1276 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1277
1278         * Makefile.in (mips64obsd-tdep.o): Fix typo.
1279
1280         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1281         from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets.  Trim sizes
1282         to only include the structure members we actually need.
1283         (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1284         mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets.  Trim sizes to
1285         only include the structure members we actually need.
1286         (mipsnbsd_init_abi): Update.
1287
1288         * mips64obsd-nat.c: Include "mips-tdep.h".
1289         (MIPS64OBSD_NUM_REGS): Remove define.
1290         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1291         (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1292         floating-point registers correctly.
1293         * Makefile.in (mips64obsd-nat.o): Update dependencies.
1294
1295         * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1296         "gdb_assert.h".
1297         (mips64obsd_sigframe_init): New function.
1298         (mips64obsd_sigframe): New variable.
1299         (mips64obsd_init_abi): Add comments.  Prepend mips64obsd_sigrame
1300         unwinder.
1301         * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1302
1303 2004-11-06  Joel Brobecker  <brobecker@gnat.com>
1304
1305         * alpha-mdebug-tdep.c: #include mdebugread.h.
1306         Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1307         * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1308
1309 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1310
1311         * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1312         CFI and the init_reg method leave the register unspecified.
1313         Include the register name in the "Incomplete CFI data" complaint.
1314         Supress leading zeros in the address.
1315
1316 2004-11-05  Mark Kettenis  <kettenis@gnu.org>
1317
1318         * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1319         skipping a personality routine in a CIE augmentation.
1320
1321 2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>
1322
1323         * defs.h (fatal, vfatal): New function prototypes.
1324         * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1325         via catch_errors.
1326         (backtrace_command): Change to call backtrace_command_stub via
1327         catch_errors instead of calling backtrace_command_1 directly.
1328         (backtrace_full_command): Ditto.
1329         * utils.c (error_stream_1): New static function.
1330         (verror): Change to call error_stream_1 instead of error_stream.
1331         (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1332         (vfatal, fatal): New functions.
1333
1334 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1335
1336         * stack.c (parse_frame_specification_1): Clear selected_frame_p
1337         when not using selected frame.
1338
1339 2004-11-05  Mark Kettenis  <kettenis@jive.nl>
1340
1341         * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1342         personality routine in a CIE augmentation.
1343
1344 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
1345
1346         * stack.c (set_current_sal_from_frame): New function.
1347         (print_args_stub): Use it.
1348         (print_frame_info): Don't set sal here.
1349
1350 2004-11-04  Mark Kettenis  <kettenis@gnu.org>
1351
1352         * dwarf2-frame.c (read_encoded_value): Change type of third
1353         argument to `unsigned char *'.  Add support for LEB128 encodings.
1354
1355 2004-11-04  Jim Blandy  <jimb@redhat.com>
1356
1357         * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
1358         prevent cross-objfile references.
1359         (make_cv_type): Doc fix.  Don't create cross-objfile references,
1360         even for stub types.
1361         (replace_type): Add assertion to prevent cross-objfile references.
1362         (check_typedef): Never resolve a stub type by copying over a type
1363         from another file.
1364
1365 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1366
1367         * Makefile.in (m32r-tdep.o): Update dependencies.
1368         * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1369         ABI-specific overrides.
1370
1371 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1372
1373         * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1374         unnecessary parallel execution bit.
1375         (m32r_memory_remove_breakpoint): Ditto.
1376         (m32r_breakpoint_from_pc): Update.
1377
1378 2004-11-03  Randolph Chung  <tausq@debian.org>
1379
1380         * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1381         frame_func_unwind to locate the unwind entry.
1382         (hppa_frame_this_id): Likewise.
1383
1384 2004-11-03  Andrew Cagney  <cagney@gnu.org>
1385
1386         * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1387         packet, obsolete configurations, end-of-life deprecated_registers.
1388
1389 2004-11-02  Mark Kettenis  <kettenis@gnu.org>
1390
1391         * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1392         encodings as well as unsigned encodings.
1393
1394 2004-11-02  Andrew Cagney  <cagney@gnu.org>
1395
1396         * value.h (COERCE_VARYING_ARRAY): Delete.
1397         * valops.c (value_cast, value_slice): Delete use.
1398         * valarith.c (value_subscript, value_concat): Delete use.
1399
1400 2004-11-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
1401
1402         * NEWS: GDB understands GNAT Ada.
1403
1404 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1405
1406         * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1407         (amd64-sol2-tdep.o): Add dependencies.
1408         * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1409         config/i386/sol2-64.mt: New files.
1410         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1411         amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1412         (supply_gregset): Correct order of arguments to
1413         amd64_supply_native_gregset.
1414         (fill_gregset): Correct order of arguments to
1415         amd64_collect_native_gregset.
1416         * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1417         * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1418         * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1419         for definition of NEW_PROC_API.
1420         * configure: Regenerate.
1421
1422 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1423
1424         * MAINTAINERS (Write After Approval): Add myself.
1425
1426 2004-11-01  Andrew Cagney  <cagney@gnu.org>
1427
1428         * configure.tgt: Mark d10v-*-* as obsolete.
1429         * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1430
1431 2004-11-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
1432
1433         * values.c (modify_field): Correct handling of bit-fields that
1434         don't fit in 32 bits.  Use unsigned operations throughout and 
1435         simplify the code a bit.  Document preconditions.
1436
1437 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1438
1439         * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1440         * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1441         (in_plt_section): Delete.
1442
1443         * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1444         (mips_gdbarch_init): Do not set same.
1445
1446         * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1447         * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1448
1449         * gdbarch.sh (in_solib_call_trampoline): Delete.
1450         * gdbarch.h, gdbarch.c: Re-generate.
1451
1452         * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1453         IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1454         * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1455         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1456         * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1457
1458 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1459
1460         * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1461         (mipsnbsd_fetch_inferior_registers): Rename from
1462         fetch_inferior_registers.  Make static.
1463         (mipsnbsd_store_inferior_registers): Rename from
1464         store_inferior_registers.  Make static.
1465         (_initialize_mipsnbsd_nat): New function and prototype.
1466         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1467         * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1468         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
1469         inf-ptrace.o.
1470
1471 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1472
1473         * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1474         (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1475         delete corresponding unused function.
1476         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1477         in_solib_call_trampoline.
1478         * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1479         * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1480         * config/mips/tm-nbsd.h: Ditto.
1481         * config/arm/tm-linux.h: Ditto.
1482         * config/mips/tm-linux.h: Ditto.
1483
1484         * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1485         (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1486         in_solib_call_trampoline, delete corresponding unused function.
1487         * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline) 
1488         (vaxnbsd_aout_init_abi): Ditto.
1489         * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline) 
1490         (sparc32nbsd_aout_init_abi): Ditto.
1491         * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline) 
1492         (ppc_linux_init_abi): Ditto.
1493         * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline) 
1494         (ns32knbsd_init_abi_aout): Ditto.
1495         * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1496         * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1497         * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline) 
1498         (m68kbsd_aout_init_abi): Ditto.
1499         * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline) 
1500         (i386_cygwin_init_abi): Ditto.
1501         * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline) 
1502         (i386bsd_init_abi): Ditto.
1503
1504         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1505         in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1506         isn't used by this architecture.
1507         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1508         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1509         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1510         * s390-tdep.c (s390_gdbarch_init): Ditto.
1511         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1512         * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1513         * i386-tdep.c (i386_svr4_init_abi): Ditto.
1514         * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1515         * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1516         * amd64-tdep.c (amd64_init_abi): Ditto.
1517
1518         * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1519         in_solib_call_trampoline to its default value of
1520         generic_in_solib_call_trampoline.
1521         * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1522         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1523         * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1524         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1525         * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1526         * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1527
1528         * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1529
1530         * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1531
1532         * config/mips/tm-mips.h: Delete file.
1533         * remote-mips.c: Delete tm-mips.h from comment.
1534         * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1535         * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1536         * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1537         * config/mips/tm-linux.h: Don't include tm-mips.h.
1538         * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1539         * config/mips/irix5.mt (DEPRECATED_TM_FILE): 
1540         * config/mips/tm-wince.h: Don't include.
1541
1542         * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1543         * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1544         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1545         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1546
1547         * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1548         * mdebugread.c (ecoff_relocate_efi): Delete function.
1549         * objfiles.c (objfile_relocate): Delete #ifdef
1550         MDEBUG_EFI_SYMBOL_NAME code.
1551
1552 2004-10-31  Orjan Friberg <organ.friberg@axis.com>
1553             Andrew Cagney  <cagney@gnu.org>
1554
1555         * gdbarch.sh (single_step_through_delay): Add.
1556         * gdbarch.h, gdbarch.c: Re-generate.
1557         * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1558         (mips_step_skips_delay): Delete.
1559         * mips-tdep.c (mips_single_step_through_delay): Replace
1560         mips_step_skips_delay.
1561         (mips_gdbarch_init): Set single_step_through_delay.
1562         (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1563         
1564 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1565
1566         * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1567         from TRAMP_FRAME frame type.
1568
1569 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1570
1571         * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1572
1573         * mips-tdep.c (mips_ignore_helper): Delete.
1574         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1575         * infrun.c (handle_inferior_event): Delete #ifdef
1576         DEPRECATED_IGNORE_HELPER_CALL code.
1577
1578         * config/mips/tm-mips.h (RA_REGNUM): Delete.
1579
1580 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1581
1582         * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1583         (fill_fpregset): Do not compile for 64-bit systems.
1584         * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1585         * Makefile.in (i386-sol2-nat.o): Update dependencies.
1586         * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1587
1588 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1589
1590         * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1591         (struct mdebug_extra_func_info): Define.
1592         * config/alpha/tm-alpha.h: Delete same.
1593         * config/mips/tm-mips.h: Delete same.
1594         * mdebugread.c: Delete same.
1595         * Makefile.in: Update dependencies.
1596         * mips-mdebug-tdep.c: Include "mdebugread.h".
1597
1598         * objfiles.c: Include "mdebugread.h".
1599         * mdebugread.c: Include "mdebugread.h".
1600         (ecoff_relocate_cfi): Delete.
1601         * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1602         * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1603         * mdebugread.h (ecoff_relocate_efi): New file.
1604         * Makefile.in: Update dependencies.
1605         
1606         * mips-tdep.c (struct frame_extra_info): Delete.
1607         (temp_proc_desc): Delete.
1608
1609         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1610         MIPS_EFI_SYMBOL_NAME.
1611         (mips_extra_func_info_t, mips_extra_func_info): Delete.
1612         (struct mdebug_extra_func_info): Replace struct
1613         alpha_extra_func_info and alpha_extra_func_info_t.
1614         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1615         MIPS_EFI_SYMBOL_NAME.
1616         (struct mdebug_extra_func_info): Replace struct
1617         alpha_extra_func_info and alpha_extra_func_info_t.
1618         * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1619         * mdebugread.c, alpha-mdebug-tdep.c: 
1620
1621         Suggested by Mark Kettenis.
1622         * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1623         fields frame_adjust and high_addr.
1624         * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1625         (non_heuristic_proc_desc): Delete references.
1626
1627         * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1628         * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1629         * mips-tdep.c: Update.
1630
1631         * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1632         (MIPS_LAST_EMBED_REGNUM): Add.
1633         * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1634         (LAST_EMBED_REGNUM): Delete.
1635         * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1636
1637         * config/mips/tm-mips.h (PS_REGNUM): Delete.
1638         * mips-tdep.h (MIPS_PS_REGNUM): Add.
1639         * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1640         * mips-linux-nat.c: Update.
1641
1642         * mips-tdep.h: Add comments on registers.
1643         (MIPS_UNUSED_REGNUM): Define.
1644         * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1645         (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1646         * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1647         * mips-linux-nat.c, remote-mips.c: Update.
1648
1649         * config/mips/tm-mips.h (t_insn): Delete.
1650         * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1651         Replace t_insn with ULONGEST.
1652
1653 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1654
1655         * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1656         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1657         (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1658         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1659         (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1660         (mipsnbsd_core_osabi_sniffer): New function.
1661         (mipsnbsd_init_abi): Set regset_from_core_section.
1662         (_initialize_mipsnbsd_tdep): Remove calls to
1663         deprecated_add_core_fns.
1664         (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1665         (mipsnbsd_regset_from_core_section): New functions.
1666         (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1667         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1668
1669         * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1670         Remove optimization for DEPRECATED_FP_REGNUM.
1671
1672 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1673
1674         * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1675         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1676         (alpha_setup_arbitrary_frame): Delete.
1677         * mips-tdep.c (setup_arbitrary_frame): Delete.
1678         * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1679         (setup_arbitrary_frame): Delete.
1680         * stack.c (parse_frame_specification_1): When specified, call
1681         create_new_frame with two parameters.  Delete #ifdef
1682         SETUP_ARBITRARY_FRAME.
1683
1684         * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1685         (MIPS_INSTLEN): Delete.
1686         * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1687         MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1688         * remote-mips.c, mips-tdep.c: Update.
1689
1690         * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1691         * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1692         * mips-tdep.c (mips_mdebug_frame_cache)
1693         (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1694         (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1695         (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1696         (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1697         (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1698         (mips_gdbarch_init): Do not append mdebug sniffers.
1699         (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) 
1700         (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) 
1701         (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) 
1702         (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1703         * Makefile.in: Update dependencies.
1704
1705         * mips-tdep.h (mips_abi_regsize): Declare.
1706         * mips-tdep.c (mips_abi_regsize): Make non-static.
1707
1708         * mips-tdep.c (gdb_print_insn_mips): Simplify.
1709         (make_mips16_addr): Delete.
1710
1711 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1712
1713         * i386-sol2-nat.c: New file.
1714         * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1715         i386-sol2-tdep.c.
1716         (i386-sol2-nat.o): Update dependencies.
1717         * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1718         i386-sol2-nat.o.
1719
1720 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1721
1722         Total breakage identified by Joel Brobecker.
1723         * mips-tdep.c (after_prologue): Delete.
1724         (mips_skip_prologue): Use skip_prologue_using_sal.
1725         (heuristic_proc_desc): Delete, unused.
1726
1727 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1728
1729         * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1730         (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1731         Cleanup coding style.
1732
1733 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1734
1735         * mips-tdep.h (mips_pc_is_mips16): Declare.
1736         * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1737         non-static.  Update calls.
1738
1739         * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1740         * command.h (add_setshow_enum_cmd): Declare.
1741         * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1742
1743         * mips-tdep.c (_initialize_mips_tdep): Use
1744         add_setshow_zinteger_cmd.
1745         
1746         * mips-tdep.c (mips_eabi_extract_return_value)
1747         (mips_o64_extract_return_value, mips_o64_store_return_value)
1748         (return_value_location, mips_eabi_reg_struct_has_addr)
1749         (mips_eabi_use_struct_convention)
1750         (mips_eabi_store_return_value): Delete.
1751         (mips_eabi_store_return_value): New function.
1752         (mips_eabi_return_value): New function.
1753         (mips_gdbarch_init): For O64 and EABI, delete
1754         extract_return_value, store_return_value, use_struct_convention
1755         and reg_struct_has_addr, add return_value.
1756
1757         * mips-tdep.c (read_signed_register): Use
1758         regcache_cooked_read_signed.
1759
1760 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1761
1762         * mipsread.c: Cleanup coding style.
1763         (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1764         (mipscoff_symfile_finish): Remove prototypes.
1765
1766 2004-10-29  Mark Kettenis  <kettenis@gnu.org>
1767
1768         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1769         (mips_mdebug_frame_cache, mips16_scan_prologue)
1770         (mips32_scan_prologue, mips_stub_frame_cache)
1771         (heuristic_proc_start, heuristic_proc_desc)
1772         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1773         (mips_n32n64_return_value, mips_o32_push_dummy_call)
1774         (mips_o32_return_value, mips_o64_push_dummy_call)
1775         (mips_step_skips_delay, mips_skip_trampoline_code)
1776         (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1777         MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1778         T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1779         instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1780         and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1781         (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1782         T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1783         MIPS16_INSTLEN.  Use MIPS_A0_REGNUM instead of A0_REGNUM.
1784         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1785         (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1786         ZERO_REGNUM.
1787         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1788         (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1789         ZERO_REGNUM.
1790         (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1791         A0_REGNUM.
1792         * mipsnbsd-nat.c: Include "mips-tdep.h".
1793         (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1794         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1795
1796 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1797
1798         * stack.c (parse_frame_specification_1): New function based on
1799         parse_frame_specification.  Add message and selected_frame_p
1800         paramters.  Truely always return non-NULL.
1801         (parse_frame_specification): Call parse_frame_specification_1.
1802         (frame_info): Update.  Eliminate target_has_stack check.
1803         (select_frame_command): Update.
1804
1805 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1806
1807         * frame.h (get_selected_frame): Add message parameter.
1808         * frame.c (get_selected_frame): Add and use message parameter.
1809         * stack.c (current_frame_command, return_command, locals_info)
1810         (catch_info, args_info, up_silently_base, down_silently_base): Use
1811         get_selected_frame with an explicit message.
1812         * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1813         * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1814         * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1815         * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1816         * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1817         * breakpoint.c: Update.
1818
1819 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1820
1821         * trad-frame.c (trad_frame_get_prev_register): Use
1822         frame_unwind_register instead of frame_register_unwind, do not
1823         recurse the register's location.
1824         * xstormy16-tdep.c (xstormy16_frame_prev_register): 
1825         * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1826         * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1827         * sh-tdep.c (sh_frame_prev_register): Ditto.
1828         * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1829         * i386-tdep.c (i386_frame_prev_register): Ditto.
1830         * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1831         * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1832
1833 2004-10-28  Mark Kettenis  <kettenis@jive.nl>
1834
1835         * proc-events.c: Fix several coding-style issues.  Consistently
1836         use #ifdef instead of #if defined().
1837         (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1838         ARRAY_SIZE.
1839         (_initialize_proc_events): New prototype.
1840
1841         * proc-why.c: Fix several coding-style issues.
1842         (proc_prettyfprint_why): Use ARRAY_SIZE.
1843
1844 2004-10-27  Jim Blandy  <jimb@redhat.com>
1845
1846         * remote.c (fetch_register_using_p): Construct 'p' packet in a
1847         manner independent of the host byte order.
1848
1849 2004-10-27  Mark Kettenis  <kettenis@gnu.org>
1850
1851         * mips-tdep.c (id_delayed): Remove prototype.
1852
1853 2004-10-26  Mark Kettenis  <kettenis@gnu.org>
1854
1855         * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1856         MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1857         to enum with register numbers.
1858         (enum mips_insn_size): New enum.
1859
1860 2004-10-26  Andrew Cagney  <cagney@gnu.org>
1861
1862         * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1863         * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1864         (mips_gdbarch_init): Update.
1865         (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1866
1867         * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1868         * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1869         IN_SOLIB_RETURN_TRAMPOLINE.
1870         * mips-tdep.c (mips_dump_tdep): Do not print
1871         IN_SOLIB_RETURN_TRAMPOLINE.
1872         (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1873         (mips_gdbarch_init): Update.
1874
1875         * mips-tdep.h (mips_software_single_step): Move to here ...
1876         * config/mips/tm-mips.h: ... from here.
1877         * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P) 
1878         (SOFTWARE_SINGLE_STEP): Delete.
1879         * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1880
1881 2004-10-25  Andrew Cagney  <cagney@gnu.org>
1882
1883         * NEWS: Add Changes since GDB 6.3 section.
1884
1885 2004-10-23  Andreas Schwab  <schwab@suse.de>
1886
1887         * ada-lang.c (grow_vect): Return the new array instead of
1888         expecting pointer to pointer to avoid violation of aliasing rules.
1889         * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1890
1891 2004-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1892
1893         * s390-tdep.c (enum pv_boolean): Remove.
1894         (pv_is_array_ref): Remove.
1895         (s390_on_stack): Remove.
1896         (S390_NUM_SPILL_SLOTS): Remove.
1897         (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1898         add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1899         (s390_store): Track all stores of orginal incoming registers to the
1900         stack constant offsets relative to the CFA, instead of only tracking
1901         stores into specific spill slots.
1902         (s390_load): Likewise.
1903         (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1904         (s390_prologue_frame_unwind_cache): Likewise.  Only track registers
1905         defined as call-saved by the ABI.
1906         (s390_push_dummy_call): Use bottom of dummy call argument save area
1907         as return value, not the top.  Do not store to the called function's
1908         register save area.
1909         (s390_unwind_dummy_id): Adapt accordingly.
1910
1911 2004-10-23  Andrew Cagney  <cagney@gnu.org>
1912
1913         * objfiles.h (struct objfile): Rename obj_private to
1914         deprecated_obj_private, sym_private to deprecated_sym_private, and
1915         sym_stab_info to deprecated_sym_stab_info.
1916         * gdb-stabs.h: Update.
1917         * elfread.c: Update.
1918         * dbxread.c: Update.
1919         * coffread.c: Update.
1920         * xcoffread.c: Update.
1921         * symfile.c: Update.
1922         * somread.c: Update.
1923         * nlmread.c: Update.
1924         * mdebugread.c: Update.
1925         * hpread.c: Update.
1926         * coffread.c: Update.
1927
1928 2004-10-23  Mark Kettenis  <kettenis@gnu.org>
1929
1930         * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1931         * configure.host: Add mips64*-*-openbsd*.
1932         * configure.tgt: Add mips64*-*-openbsd*.
1933         * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1934         mips64obsd-tdep.c.
1935         (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1936         * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1937
1938 2004-10-21  Joel Brobecker  <brobecker@gnat.com>
1939
1940         * symtab.c (symbol_search_name): Minor reformatting.
1941
1942 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
1943
1944         * symtab.h: Fix typo in comment.
1945
1946 2004-10-19  Mark Kettenis  <kettenis@gnu.org>
1947
1948         * dwarf2read.c (struct comp_unit_head): Fix coding style.
1949         (dwarf_decode_line_header): Likewise.
1950
1951 2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
1952
1953         * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1954
1955 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1956
1957         GDB 6.3 branch created.
1958         * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1959
1960 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1961
1962         * dwarf2read.c (set_cu_language): Set language to Ada for
1963         DW_LANG_Ada83 and DW_LANG_Ada95.
1964
1965 2004-10-15  Michael Chastain  <mec.gnu@mindspring.com>
1966
1967         From Andreas Schwab <schwab@suse.de>:
1968         * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1969         for xmalloc and xrealloc.
1970
1971 2004-10-15  Andrew Cagney  <cagney@gnu.org>
1972
1973         * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1974         * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1975         * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1976         Update dependencies.
1977
1978 2004-10-15  Paul Hilfinger  <Hilfinger@gnat.com>
1979
1980         * ada-lang.c (ada_lookup_symbol): Correct comment.
1981         (ada_evaluate_subexp): Change error message for
1982         OP_FUNCALL case so as not to indicate an internal error.
1983         
1984 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1985
1986         Committed by Paul Hilfinger.
1987         * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1988         type sizes in XVE/XVU types, and emit a warning when that happens,
1989         instead of rounding up the size of the resulting type.
1990         Some minor reformatting.
1991         (ada_is_aligner_type): Do not consider a type as an aligner type 
1992         if there is a corresponding XVS type as well.
1993         (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we 
1994         have several levels of pointer indirection to the array.
1995         
1996 2004-10-15  Jerome Guitton  <guitton@gnat.com>
1997
1998         Committed by Paul Hilfinger.
1999         * ada-lang.c (check_size): New function.
2000         (coerce_unspec_val_to_type): call check_size to make sure
2001         that the object size is reasonable.
2002         (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
2003         Implements the case when we get a reference when we evaluate
2004         the expression of one of the bounds of the slice.
2005         (ada_value_struct_elt): when a packed array field is
2006         a reference, use ada_coerce_ref to dereference it; use 
2007         ada_value_ind only if it is a pointer.
2008
2009 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
2010
2011         * mips-tdep.c (mips32_scan_prologue): Move the implementation up
2012         a bit to avoid the necessity of an advance declaration. Remove
2013         declaration.
2014         (set_reg_offset): Move implemenation up.
2015         (mips16_get_imm): Likewise.
2016         (mips16_scan_prologue): Likewise.
2017         (reset_saved_regs): Likewise.
2018         (mips32_scan_prologue): Likewise.
2019
2020 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
2021
2022         * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
2023         Remove sp as a parameter, compute it internally instead. Move
2024         prologue scanning limit from heuristic_proc_desc to here.
2025         (mips16_scan_prologue): Likewise.
2026         (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
2027         by call to mips16_scan_prologue.
2028         (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
2029         by call to mips32_scan_prologue.
2030         (heuristic_proc_desc): Remove code that's no longer necessary.
2031         Update calls to mips16_scan_prologue and mips32_scan_prologue.
2032         (mips_skip_prologue): Update calls to mips16_scan_prologue
2033         and mips32_scan_prologue.
2034
2035 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
2036
2037         * mips-tdep.c (mips16_scan_prologue): Merge code from
2038         mips16_skip_prologue.  Now return the address of the first
2039         instruction past the function prologue.
2040         (mips16_skip_prologue): Remove, no longer necessary.
2041         (mips_skip_prologue): Replace call to mips16_skip_prologue
2042         by call to mips16_scan_prologue.
2043
2044 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
2045
2046         * mips-tdep.c (mips32_scan_prologue): Merge code from
2047         mips32_skip_prologue.  Now return the address of the first
2048         instruction past the function prologue.
2049         (mips32_skip_prologue): Remove.  No longer necessary.
2050         (mips16_skip_prologue): Add parameter end_pc instead of
2051         computing it.
2052         (mips_skip_prologue): Compute the upper limit for the
2053         prologue scanning. Update call to mips16_skip_prologue.
2054         Replace call to mips32_skip_prologue by call to
2055         mips32_scan_prologue.
2056
2057 2004-10-14  Mark Kettenis  <kettenis@gnu.org>
2058
2059         * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
2060         NetBSD system call stubs that store %rp in the ERP slot of the
2061         stack frame.
2062
2063         * source.c: Always define O_BINARY to 0 if not defined already.
2064         (openp): Unconditionally use O_BINARY.
2065
2066         * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
2067         * event-top.c (gdb_readline2): Likewise.
2068
2069 2004-10-14  Orjan Friberg  <orjanf@axis.com>
2070
2071         * cris-tdep.c (_initialize_cris_tdep): Re-add call to
2072         deprecated_add_core_fns which was removed by mistake.
2073
2074 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
2075
2076         * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
2077         references to deprecated_registers[] with equivalent code.
2078
2079 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
2080
2081         * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
2082         ``deprecated_registers'' with equivalent code.  Use gdb_assert()
2083         instead of explicit test and print statement.
2084
2085 2004-10-12  Mark Kettenis  <kettenis@gnu.org>
2086
2087         * sparc-nat.c: Include "inf-ptrace.h".
2088         (sparc_target): New function.
2089         * sparc-nat.h: Update copyright year.
2090         (sparc_target): New prototype.
2091         * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
2092         (_initialize_sparcnbsd_nat): Construct and add target vector.
2093         * sparc64nbsd-nat.c: Include "target.h".
2094         (_initialize_sparc64nbsd_nat): Construct and add target vector.
2095         * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
2096         Update dependencies.
2097         * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
2098         inftarg.o, add inf-ptrace.o.
2099         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2100         inftarg.o, add inf-ptrace.o and bsd-kvm.o.
2101         (NAT_FILE): Set to nm-bsd.h.
2102         (LOADLIBES): New variable.
2103         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2104         infarg.o, add inf-ptrace.o.
2105         * config/sparc/nm-nbsdaout.h: Remove file.
2106         * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
2107         * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
2108         * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
2109
2110         * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
2111         "fopen-same.h".  Update comment.
2112
2113 2004-10-11  Mark Kettenis  <kettenis@gnu.org>
2114
2115         * i386gnu-nat.c: Include "gdb_string.h".
2116         (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
2117         registers when the floating-point state isn't initialized.
2118         * Makefile.in (i386gnu-nat.o): Update dependencies.
2119
2120 2004-10-11  David Anderson  <davea@sgi.com>
2121
2122         * regcache.c (regcache_raw_read): Comment was missing "to".
2123         Extraneous ' removed.
2124         * gdb_thread_db.h (struct td_thrinfo): ti_lid field
2125         comment now describes use.
2126
2127 2004-10-11  Orjan Friberg  <orjanf@axis.com>
2128
2129         * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
2130         (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
2131         (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
2132         (cris_sigtramp_frame_sniffer): New functions.
2133         (cris_gdbarch_init): Hook in signal trampoline unwinder.
2134         (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
2135         (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
2136         (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
2137         (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
2138         command.
2139         (cris_version_update): Remove, replace with ...
2140         (set_cris_version): New function.
2141         (struct gdbarch_tdep, cris_mode, cris_mode_update)
2142         (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
2143         (_initialize_cris_tdep): Remove CRIS mode command.
2144         (cris_fpless_backtrace, _initialize_cris_tdep): Remove 
2145         cris-fpless-backtrace command.
2146         (cris_scan_prologue): Fix prologue scanning limit.
2147         (cris_register_type): Update to reflect actual registers.
2148         (cris_register_bytes_ok) Remove.
2149         (cris_gdbarch_init): Remove support for CRIS v8 and v9.
2150         Remove set_gdbarch_deprecated_register_size,
2151         set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
2152         
2153 2004-10-10  Andrew Cagney  <cagney@gnu.org>
2154
2155         * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
2156         comment.
2157
2158 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2159
2160         * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
2161
2162 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2163
2164         * mips-tdep.c (mips16_scan_prologue): Renames
2165         mips16_heuristic_proc_desc. Update comment.
2166         (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
2167         (heuristic_proc_desc): Update calls to the 2 functions above.
2168
2169 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2170
2171         * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
2172         Update comments. Also immediately return empty cache when the start
2173         address of our function could not be found.
2174         (mips_insn32_frame_cache): Likewise.
2175
2176 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2177
2178         * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
2179         (mips_insn16_frame_cache): Pass frame cache in call to
2180         heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
2181         Remove code that became redundant as a consequence.
2182         (mips32_heuristic_proc_desc): No longer compute a fake
2183         procedure descriptor. Compute the full frame cache instead.
2184         Some minor comment reformatting.
2185
2186 2004-10-10  Jim Blandy  <jimb@redhat.com>
2187
2188         * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
2189         reader, tracing bytecode stuff): Remove self.
2190
2191 2004-10-10  Mark Kettenis  <kettenis@gnu.org>
2192
2193         * sparc64-linux-tdep.c: Update copyright year.  Don't include
2194         "solib-svr4.h".
2195         (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
2196         (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2197         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2198
2199         * sparc-linux-tdep.c: Update copyright year.
2200         (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
2201         to struct frame_info *.  Use safe_frame_unwind_memory instead of
2202         deprecated_read_memory_nobpt.
2203         (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
2204         Change argumen from CORE_ADDR to struct frame_info *.  Adjust for
2205         changed signature of sparc_linux_sigtramp_start.
2206         (sparc32_linux_pc_in_sigtramp): Remove function.
2207         (sparc32_linux_sigtramp_p): New function.
2208         (sparc32_linux_sigtramp_frame_sniffer): Use
2209         sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
2210
2211         * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
2212         Remove function.
2213         (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2214
2215         * ada-lang.c (lim_warning): Re-implement as a varargs function.
2216         (decode_packed_array_type, value_subscript_packed)
2217         (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
2218         argument in call to lim_warning.
2219
2220         * configure.in: Really disable the TUI if an enhanced curses
2221         library isn't found.
2222         * configure: Regenerate.
2223
2224 2004-10-09  Mark Kettenis  <kettenis@gnu.org>
2225
2226         * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
2227         * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
2228         * config/i386/nm-nbsdaout.h: Remove file.
2229         * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
2230         (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
2231         (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
2232         (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
2233         (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
2234         (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
2235         (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
2236         (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
2237         (ldd, ld_un, ld_2): Remove defines.
2238         * config/i386/nm-obsd.h: Likewise.
2239
2240 2004-10-09  Paul Hilfinger  <hilfingr@nile.gnat.com>
2241
2242         * ada-lex.l: Remove useless rule whose right-context clause
2243         causes unreferenced static function warning for yyrealloc.
2244         (ada_flex_use): Remove the artificial reference to yyrealloc.
2245
2246 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2247
2248         * target.h (struct target_ops): Rename to_xfer_memory to
2249         deprecated_xfer_memory.
2250         * target.c: Update.
2251         (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
2252         * wince.c: Update.
2253         * win32-nat.c: Update.
2254         * v850ice.c: Update.
2255         * uw-thread.c: Update.
2256         * thread-db.c: Update.
2257         * sol-thread.c: Update.
2258         * remote.c: Update.
2259         * remote-vx.c: Update.
2260         * remote-st.c: Update.
2261         * remote-sim.c: Update.
2262         * remote-sds.c: Update.
2263         * remote-rdp.c: Update.
2264         * remote-rdi.c: Update.
2265         * remote-mips.c: Update.
2266         * remote-m32r-sdi.c: Update.
2267         * remote-e7000.c: Update.
2268         * procfs.c: Update.
2269         * ppc-bdm.c: Update.
2270         * nto-procfs.c: Update.
2271         * monitor.c: Update.
2272         * linux-nat.c: Update.
2273         * inftarg.c: Update.
2274         * hpux-thread.c: Update.
2275         * go32-nat.c: Update.
2276         * gnu-nat.c: Update.
2277         * exec.c: Update.
2278         * corelow.c: Update.
2279         * bsd-kvm.c: Update.
2280         * aix-thread.c: Update.
2281
2282 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2283
2284         * target.c (debug_target): Move to near start of file.
2285         (target_stopped_data_address_p): Re-org logic, add casts.
2286
2287 2004-10-02  Mark Kettenis  <kettenis@gnu.org>
2288
2289         * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2290         (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2291         (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2292         (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2293         New defines.
2294
2295 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2296
2297         * target.h (to_stopped_data_address): Change prototype to
2298         take a CORE_ADDR pointer and return an int.
2299         * target.c (update_current_target): Change to_stopped_data_address
2300         to match new prototype.
2301         (debug_to_stopped_data_address): Change appropriately.
2302         * breakpoint.c (bpstat_stop_status): Change call to
2303         target_stopped_data_address to use new prototype.
2304         * frv-tdep.c (frv_have_stopped_data_address): New function.
2305         (frv_stopped_data_address): Change to new prototype and
2306         functionality.
2307         * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2308         prototype and functionality.
2309         (ia64_stopped_by_watchpoint): New function.
2310         * i386-nat.c (i386_stopped_data_address): Change to new
2311         prototype and functionality.
2312         (i386_stopped_by_watchpoint): New function.
2313         * remote.c (remote_stopped_data_address): Change to new prototype
2314         and functionality.
2315         * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2316         * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2317         (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2318         * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2319         new i386_stopped_by_watchpoint function.
2320         (i386_stopped_by_watchpoint): New prototype.
2321         (i386_stoppped_data_address): Change to new prototype.
2322         * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2323         new ia64_stopped_by_watchpoint function.
2324         (ia64_stopped_by_watchpoint): New prototype.
2325         (ia64_stopped_data_address): Ditto.
2326
2327 2004-10-08  Paul Hilfinger  <Hilfinger@gnat.com>
2328
2329         * ada-typeprint.c (ada_print_type): Use int_string for printing
2330         modulus of modular type.
2331         * ada-lang.h (ada_modulus): Change return type to unsigned.
2332         * ada-lang.c (ada_language_arch_info): Correct type of 
2333         string_char_type.
2334         (ada_modulus): Return unsigned result.
2335         (ada_lookup_symbol): Remove user disambiguation and modify comment 
2336         accordingly.
2337         
2338 2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>     
2339
2340         Committed by Paul Hilfinger.
2341         * ada-lang.c (decode_packed_array): On big-endian targets, 
2342         left-justify the value if it comes with a modular type.
2343
2344 2004-10-08  Joel Brobecker  <brobecker@gnat.com>        
2345
2346         Committed by Paul Hilfinger.
2347         * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2348         (is_name_suffix): Add support for "___JM" suffixes.
2349         (ada_check_typedef): Renames ada_completed_type. 
2350         Update all users of CHECK_TYPEDEF, check_typedef, and 
2351         ada_complete_type to call ada_check_typedef.
2352         * ada-typeprint.c: Likewise.
2353         * ada-valprint.c: Likewise.
2354
2355 2004-10-08  Corinna Vinschen  <vinschen@redhat.com>
2356
2357         * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2358
2359 2004-10-08  Nick Roberts  <nickrob@snap.net.nz>
2360
2361         * MAINTAINERS: Update e-mail address.
2362
2363 2004-10-07  Daniel Jacobowitz  <dan@debian.org>
2364
2365         From Maciej W. Rozycki  <macro@mips.com>:
2366         * mips-tdep.c (mips32_next_pc): Check the register's contents,
2367         not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2368
2369 2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
2370
2371         * m32r-tdep.c (decode_prologue): Support functions written
2372         in assembler language. Recognize trap instructions as the
2373         end of prologue.
2374         (m32r_frame_unwind_cache): Ditto.
2375         (m32r_skip_prologue): Extend search limit. Quit analyzing
2376         prologue if pc's location is not readable.
2377
2378 2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
2379
2380         * Makefile.in (.l.c): Do conversions of names of alloc and free 
2381         functions that are done for .y.c files, plus special one
2382         for yy_flex_realloc.  Also, correct missing-file tests here.
2383         * ada-lex.l (malloc, free): Remove macros.
2384         (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2385         xrealloc.
2386         (ada_flex_use): Dummy definition to remove warnings about unused
2387         functions.
2388         * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2389         to suppress warning.
2390         
2391 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2392
2393         * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2394         RETURN_VALUE.
2395         (sh_return_value_fpu): Ditto for CPUs with FPU.
2396         (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2397         RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2398         Install sh_return_value_nofpu resp. sh_return_value_fpu as
2399         RETURN_VALUE functions.
2400
2401 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2402
2403         * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
2404         (sh_pseudo_register_write): Ditto.
2405
2406 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2407
2408         * sh-tdep.c (IS_MACL_STS): New define.
2409         (IS_MOVI20): Ditto.
2410         (IS_MACL_LDS): Ditto.
2411         (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2412         instructions in prologue.
2413         (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2414         instructions in epilogue.
2415
2416 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2417
2418         * sh-tdep.c (SH_NUM_REGS): Define as 67.
2419         (sh_sh_register_name): Add eight empty register names.
2420         (sh_sh3_register_name): Ditto.
2421         (sh_sh3e_register_name): Ditto.
2422         (sh_sh2e_register_name): Ditto.
2423         (sh_sh2a_register_name): New function, defining SH2A register set.
2424         (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2425         in nofpu case.
2426         (sh_sh_dsp_register_name): Add eight empty register names.
2427         (sh_sh3_dsp_register_name): Ditto.
2428         (sh_sh4_register_name): Ditto.
2429         (sh_sh4_nofpu_register_name): Ditto.
2430         (sh_sh4al_dsp_register_name): Ditto.
2431         (sh2a_show_regs): New function.
2432         (sh2a_nofpu_show_regs): New function.
2433         (sh_sh2a_register_type): New function.
2434         (do_bank_register_info): New function.
2435         (sh_print_pseudo_register): Call do_bank_register_info.
2436         Call sh_print_pseudo_register for valid "bank" register.
2437         (sh_sh2a_register_sim_regno): New function.
2438         (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2439         Increment pseudo register count by one for all sh variants with
2440         pseudo registers to accomodate pseudo bank register.
2441         * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2442         IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2443         IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM. 
2444         Increment pseudo register numbers.
2445
2446 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2447
2448         * dwarf2read.c (read_subroutine_type): Call make_function_type
2449         instead of lookup_function_type.
2450
2451 2004-10-05  Jim Blandy  <jimb@redhat.com>
2452
2453         * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2454         (Previous change missed some uses.)
2455
2456 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2457
2458         * target.h (deprecated_child_ops): Rename child_ops.
2459         * wince.c: Update copyright.  Rename child_ops.
2460         * win32-nat.c: Rename child_ops.
2461         * target.c: Rename child_ops.
2462         * rs6000-nat.c: Rename child_ops.
2463         * linux-nat.c: Rename child_ops.
2464         * infttrace.c: Rename child_ops.
2465         * inftarg.c: Rename child_ops.
2466         * infptrace.c: Rename child_ops.
2467         * hppah-nat.c: Update copyright.  Rename child_ops.
2468         * hpux-thread.c: Update copyright.  Rename child_ops.
2469
2470 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2471
2472         * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2473
2474 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2475
2476         * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2477
2478 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2479
2480         * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2481         (die_ref_table): Remove.
2482         (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2483         (struct dwarf2_per_cu_data): Add PSYMTAB.  Add a comment describing
2484         the usage of this type.
2485         (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2486         (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2487         (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2488         (dwarf2_create_include_psymtab): Update comment.
2489         (find_partial_die): Remove third argument.  Remove unreachable call
2490         to error ().
2491         (dwarf2_find_containing_comp_unit): Update comments.  Change one
2492         assertion to an error.  Remove an unreachable error.
2493         (dwarf2_find_comp_unit): Update comments.
2494         (type_at_offset): Remove dead code.
2495         (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2496         (store_in_ref_table): Add CU argument.
2497         (follow_die_ref): Take DIE, attribute, and CU arguments.  Handle
2498         inter-compilation-unit references.
2499         (load_full_comp_unit, process_full_comp_unit): New functions, based
2500         on psymtab_to_symtab_1.
2501         (psymtab_to_symtab_1): Use them.
2502         (dwarf2_add_dependence): New function.
2503         (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu.  Always create
2504         a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2505         (partial_die_parent_scope, guess_structure_name): Update for changes
2506         to find_partial_die.
2507         (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2508         (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2509         (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2510         (read_die_and_children): Update call to store_in_ref_table.
2511         (do_free_die_list_cleanup): Remove.
2512         (fixup_partial_die): Update for changes to find_partial_die.
2513         (read_full_die): Handle queueing absolute references.
2514         (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2515         (dwarf2_attr, die_specification, die_type)
2516         (die_containing_type, dwarf2_extension): Update calls to
2517         follow_die_ref.
2518         (dump_die): Update DW_FORM_ref* handling.
2519         (dwarf2_get_ref_die_offset): Likewise.
2520         (free_one_comp_unit): Release the dies list.
2521         (dwarf2_mark_helper): New function.
2522         (dwarf2_mark): Use it.
2523
2524 2004-10-05  Mark Kettenis  <kettenis@jive.nl>
2525
2526         * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2527         when writing to memory.
2528
2529 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
2530
2531         * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2532         (m32r_extract_struct_value_address): Delete function.
2533         (m32r_return_value): New function.
2534         (m32r_gdbarch_init): Instead of store_return_value,
2535         extract_return_value, deprecated_extract_struct_value_address
2536         and deprecated_use_struct_convention, set return_value.
2537
2538 2004-10-03  Daniel Jacobowitz  <dan@debian.org>
2539
2540         * dwarf2read.c (read_subrange_type): Add comment for variable
2541         sized arrays.
2542
2543 2004-10-03  Paul Hilfinger  <hilfingr@nile.gnat.com>
2544
2545         * Makefile.in (.l.c): Modify rule for compatibility with recent
2546         versions of flex, and remove most command-line options.
2547         * ada-lex.l: Add %options line in place of -I -i and -s command-line
2548         options.
2549
2550 2004-10-02  Paul N. Hilfinger  <Hilfinger@gnat.com>
2551
2552         Turn on initial Ada support (mainly expression evaluation).
2553         
2554         * Makefile.in (SFILES): Remove ada-tasks.c.
2555         (HFILES_NO_SRCDIR): Add ada-lang.h.
2556         (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2557         (YYOBJ): Add ada-exp.o.
2558         (rule .l.c): Generalize to not mention ada.
2559         * symtab.c: Include ada-lang.h.
2560         (symbol_natural_name, symbol_demangled_name)
2561         (symbol_search_name): Add Ada case.
2562
2563 2004-10-01  Andrew Cagney  <cagney@gnu.org>
2564
2565         * Makefile.in (COMMON_OBS): Add inf-child.o.
2566         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2567         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2568         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2569         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2570         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2571         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2572         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2573         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2574         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2575         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2576         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2577         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2578         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2579
2580         * target.c (xfer_using_stratum): Change return type to LONGEST.
2581         On each iteration offset, readbuf and writebuf.
2582         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2583         partial_length, and read/modify/write predicate, update comments.
2584         Pass buffer.word to ptrace write.
2585
2586 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
2587
2588         * symfile.c (init_filename_language_table): Add extensions for
2589         Ada.
2590         * defs.h (enum language): Add language_ada.
2591         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2592         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2593         (add_symbols_from_enclosing_procs): Make a no-op for now.
2594         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2595         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2596         (find_line_in_linetable, find_next_line_in_linetable)
2597         (read_all_symtabs, is_plausible_func_for_line)
2598         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2599         (is_runtime_sym_defined, check_size): Remove declaration.
2600         (function_name_from_pc, ada_translate_error_message)
2601         (ada_lookup_minimal_symbol): Remove definition.
2602         (ada_add_block_symbols): Remove useless label.
2603         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
2604         useless declaration.
2605         (ada_is_exception_sym): Likewise.
2606
2607 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
2608
2609         Add m32r-linux support.
2610         * configure.tgt: Add m32r*-*-linux*.
2611         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2612         and m32r-linux-tdep.c.
2613         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2614         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2615         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2616         m32r-linux-tdep.c.
2617         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2618         config/m32r/linux.mh, config/m32r/linux.mt,
2619         config/m32r/nm-linux.h: New files.
2620
2621 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2622
2623         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2624         (mips32_fetch_instruction): Remove, unused.
2625
2626 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2627
2628         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2629         conditions that will always be true.
2630
2631 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
2632
2633         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2634         (vaxbsd_fetch_inferior_registers): Rename from
2635         fetch_inferior_registers.  Make static.
2636         (vaxbsd_store_inferior_registers): Rename from
2637         store_inferior_registers.  Make static.
2638         (_initialize_vaxbsd_nat): Construct and add target vector.
2639         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2640         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2641         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2642         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2643         (NAT_FILE): Remove.
2644         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2645         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2646         (NAT_FILE): Remove.
2647         * Makefile.in (vaxbsd-nat.o): Update dependencies.
2648
2649         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2650         (m88kbsd_fetch_inferior_registers): Rename from
2651         fetch_inferior_registers.  Make static.
2652         (m88kbsd_store_inferior_registers): Rename from
2653         store_inferior_registers.  Make static.
2654         (_initialize_m88kbsd_nat): New prototype and function.
2655         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2656         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2657         (NAT_FILE): Remove.
2658         * Makefile.in (m88kbsd-nat.o): Update dependencies.
2659
2660 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2661
2662         * target.c (target_xfer_partial): New function.
2663         (target_read_memory_partial, target_write_memory_partial) 
2664         (default_xfer_partial, target_read_partial, target_write_partial) 
2665         (xfer_using_stratum): Use.
2666         (debug_to_xfer_partial): Delete function.
2667         (setup_target_debug): Do not override to_xfer_partial.
2668
2669 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
2670
2671         * fork-child.c: Update copyright year.  Fix coding style.
2672
2673 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
2674
2675         * defs.h (msavestring, mstrsave): Remove prototypes.
2676         * utils.c (msavestring, mstrsave): Remove functions.
2677         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2678         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2679         of mstrsave.
2680         * source.c (find_and_open_source): Use xstrdup instead of
2681         mstrsave.
2682
2683 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2684
2685         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2686         (inf_ptrace_xfer_memory): Delete.
2687         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2688         (target_read_memory, target_write_memory): Use xfer_using_stratum
2689         when target_xfer_partial_p.
2690         (debug_target): Move to start of file.
2691         (target_read_memory_partial, target_write_memory_partial): Use
2692         to_xfer_partial when target_xfer_partial_p.
2693
2694         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2695         inf_ptrace_xfer_memory with equivalent code.
2696         * inftarg.c (child_xfer_partial): When performing a write, pass
2697         writebuf to child_xfer_memory.
2698
2699         * target.c (target_read_string): Use target_read_memory instead of
2700         target_xfer_memory.
2701
2702 2004-09-29  Andrew Cagney  <cagney@gnu.org>
2703
2704         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
2705         the address of status.
2706
2707         * infptrace.c (ptrace_wait): Mention problem with HPUX.
2708         (kill_inferior): Inline ptrace_wait call.
2709         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2710         * inftarg.c (child_wait): Inline ptrace_wait call.
2711
2712         * target.h (struct target_ops): Delete field to_post_wait.
2713         (target_post_wait): Delete macro.
2714         (child_post_wait): Delete declaration.
2715         * target.c (update_current_target, update_current_target)
2716         (debug_to_post_wait, setup_target_debug): Delete functions and
2717         references.
2718         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2719         * inftarg.c (child_post_wait): Delete.
2720         (init_child_ops): Do not set to_post_wait.
2721         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2722         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2723         * inf-child.c (inf_child_post_wait): Delete.
2724         (inf_child_target): Do not set to_post_wait.
2725         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2726         (inf_ptrace_target): Do not set to_post_wait.
2727
2728         * wince.c (child_ops): Delete.
2729         * win32-nat.c (child_ops): Delete.
2730
2731         * inftarg.c (inftarg_set_find_memory_regions) 
2732         (inftarg_set_make_corefile_notes): Delete functions.
2733         (_initialize_linux_nat): Inline calls.
2734
2735         * target.h (child_ops): Declare.
2736         * inftarg.c (child_ops): Move from here ...
2737         * target.c (child_ops): ... to here.
2738         * wince.c (child_ops): Delete extern declaration.
2739         * win32-nat.c (child_ops): Delete extern declaration.
2740         * linux-nat.c (child_ops): Delete extern declaration.
2741         * hpux-thread.c (child_ops): Delete extern declaration.
2742
2743 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2744
2745         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2746
2747 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2748
2749         * configure.in: Only set host_makefile_frag when building a native
2750         debugger.
2751         * configure: Regenerate.
2752
2753         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2754         for OpenBSD ELF.
2755
2756 2004-09-28  Andrew Cagney  <cagney@gnu.org>
2757
2758         Problem identified by Paul Hilfinger.
2759         * Makefile.in (ada_lex_c): Define.
2760         (ada-lex.o): Delete rule.
2761
2762         * linux-proc.c: Delete file.
2763         * Makefile.in: Update.
2764         * config/sparc/linux64.mh (NATDEPFILES): 
2765         * config/sparc/linux.mh (NATDEPFILES): Update.
2766         * config/s390/s390.mh (NATDEPFILES): Update.
2767         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2768         * config/powerpc/linux.mh (NATDEPFILES): Update.
2769         * config/pa/linux.mh (NATDEPFILES): Update.
2770         * config/mips/linux.mh (NATDEPFILES): Update.
2771         * config/m68k/linux.mh (NATDEPFILES): Update.
2772         * config/ia64/linux.mh (NATDEPFILES): Update.
2773         * config/i386/linux64.mh (NATDEPFILES): Update.
2774         * config/i386/linux.mh (NATDEPFILES): Update.
2775         * config/arm/linux.mh (NATDEPFILES): Update.
2776         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2777         * linux-nat.c: Update copyright.  Include <sys/param.h>,
2778         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2779         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2780         (O_LARGEFILE): Possibly define.
2781         (_initialize_linux_nat, linux_proc_pending_signals)
2782         (add_line_to_sigset, linux_proc_xfer_memory)
2783         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2784         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2785         (struct linux_corefile_thread_data)
2786         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2787         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2788
2789 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2790
2791         * lin-lwp.c: Delete file.
2792         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2793         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2794         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2795         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2796         (linux_nat_attach, detach_callback, linux_nat_detach)
2797         (resume_callback, resume_clear_callback, linux_nat_resume)
2798         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2799         (stop_wait_callback, linux_nat_has_pending, flush_callback)
2800         (status_callback, running_callback, count_events_callback)
2801         (select_singlestep_lwp_callback, select_event_lwp_callback)
2802         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2803         (child_wait, stop_and_resume_callback, linux_nat_wait)
2804         (kill_callback, kill_wait_callback, linux_nat_kill)
2805         (linux_nat_create_inferior, linux_nat_mourn_inferior)
2806         (linux_nat_xfer_memory, linux_nat_thread_alive)
2807         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2808         (_initialize_linux_nat): New functions.
2809         * Makefile.in: Update all dependencies.
2810         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2811         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2812         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2813         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2814         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2815         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2816         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2817         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2818         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2819         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2820         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2821         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2822         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2823
2824 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
2825
2826         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2827         config/i386/obsd64.mh (NAT_FILE): Remove variable.
2828
2829         * configure.in: Don't comment out NATDEPFILES in the generated
2830         Makefile if NAT_FILE is unset.
2831         * configure: Regenerate.
2832
2833 2004-09-27  Andrew Cagney  <cagney@gnu.org>
2834
2835         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2836         (insert_step_resume_breakpoint): Delete.
2837         (insert_step_resume_breakpoint_at_frame): New function.
2838         (insert_step_resume_breakpoint_at_sal): New function.
2839         (handle_inferior_event, step_into_function)
2840         (insert_step_resume_breakpoint): Simplify by using same.
2841
2842         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2843
2844 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2845
2846         * fbsd-proc.c: Remove file.
2847         * Makefile.in (fbsd-proc.o): Remove dependency.
2848
2849         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2850         code together.
2851
2852         * config/i386/nm-fbsd64.h: Remove file.
2853         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2854
2855 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2856
2857         * amd64-nat.h: Update copyright year.
2858         (amd64bsd_target): New prototype.
2859         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2860         (amd64bsd_target): New function.
2861         (amd64bsd_fetch_inferior_registers): Rename from
2862         fetch_inferior_registers.  Make static.
2863         (amd64bsd_store_inferior_registers): Rename from
2864         store_inferior_registers.  Make static.
2865         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2866         (_initialize_amd64fbsd_nat): Construct and add target vector.
2867         * amd64nbsd-nat.o: Include "target.h".
2868         (_initialize_amd64nbsd_nat): Construct and add target vector.
2869         * amd64obsd-nat.c: Include "target.h".
2870         (_initialize_amd64obsd_nat): Construct and add target vector.
2871         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2872         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2873         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
2874         fbsd-nat.o.
2875         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2876         Remove infptrace.o and inftarg.o.  Add inf-child.o and
2877         inf-ptrace.o.
2878         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2879         (amd64obsd-nat.o): Update dependencies.
2880
2881 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
2882
2883         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2884         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2885         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2886         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2887         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2888
2889         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2890         Inline attach call.
2891         (inf_ptrace_detach): Inline detach call.
2892
2893         * configure.in: Check for waddstr instead of mvwaddstr when
2894         searching for curses library.  Check for wborder.
2895         * configure, config.in: Regenerate.
2896         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2897         available.
2898
2899         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2900
2901 2004-09-24  Robert Picco <Robert.Picco@hp.com>
2902
2903         Committed by Andrew Cagney.
2904         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2905         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
2906         configuration.
2907         (fetch_register_using_p): Implement 'p' packet.  Based on code by
2908         Fernando Nasser.
2909         (remote_fetch_registers): Call fetch_register_using_p.
2910         (init_all_packet_configs, show_remote_cmd)
2911         (_initialize_remote): Add p-packet.
2912
2913 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
2914
2915         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2916         instead of call_ptrace.  Call wait directly instead of
2917         ptrace_wait.
2918         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2919         (inf_ptrace_wait): Inline ptrace_wait call.
2920
2921 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2922
2923         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
2924         rolled back instead.
2925
2926 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2927
2928         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2929         the new argument order.
2930
2931 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
2932
2933         * MAINTAINERS: Remove "broken" from XStormy16 entry.
2934         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2935         (struct gdbarch_tdep): Remove.
2936         (struct xstormy16_frame_cache): New frame cache structure.
2937         (xstormy16_register_byte, xstormy16_register_raw_size)
2938         (xstormy16_reg_virtual_type, xstormy16_register_type)
2939         (xstormy16_push_arguments, xstormy16_push_return_address)
2940         (xstormy16_pop_frame, xstormy16_store_struct_return)
2941         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2942         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2943         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2944         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2945         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2946         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2947         (xstormy16_use_struct_convention): Drop gcc_p parameter.
2948         (xstormy16_extract_return_value, xstormy16_store_return_value):
2949         Regcachify.  Drop useless struct convention handling.
2950         (xstormy16_register_type, xstormy16_return_value)
2951         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2952         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2953         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2954         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2955         (xstormy16_unwind_sp, xstormy16_unwind_pc)
2956         (xstormy16_unwind_dummy_id) : New functions.
2957         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2958         of xstormy16_scan_prologue.
2959         (xstormy16_frame_unwind): New frame_unwind structure.
2960         (xstormy16_frame_base): New frame_base structure.
2961         (xstormy16_gdbarch_init): Accomodate all of the above changes.
2962         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
2963
2964 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
2965
2966         * language.c (language_gdbarch_post_init): Fix off-by one error.
2967
2968 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
2969
2970         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2971         (struct dwarf2_offset_and_type): New.
2972         (set_die_type, reset_die_and_siblings_types, get_die_type)
2973         (offset_and_type_hash, offset_and_type_eq): New functions.
2974         (read_structure_type, read_enumeration_type, read_array_type)
2975         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2976         (read_tag_reference_type, read_tag_const_type)
2977         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2978         (read_typedef, read_base_type, read_subrange_type): Use
2979         set_die_type.
2980
2981 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2982
2983         * Makefile.in (dwarf2read.o): Update dependencies.
2984         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2985         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2986         and read_in_chain.
2987         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2988         mark, and has_form_ref_addr.
2989         (struct dwarf2_per_cu_data): New.
2990         (dwarf2_max_cache_age): New.
2991         (dwarf2_build_psymtabs_hard): Free cached compilation units
2992         after loading.  Create and manage the list of compilation units.
2993         Remove unnecessary NULL initialization.  Fix indentation.
2994         (psymtab_to_symtab_1): Initialize all of CU.
2995         (dwarf2_read_abbrevs): Set has_form_ref_addr.
2996         (find_partial_die): Use dwarf2_find_containing_comp_unit
2997         and load_comp_unit.
2998         (free_stack_comp_unit): Update comments.  Clear the per-cu
2999         pointer.  Handle aging.
3000         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
3001         (age_cached_comp_units, free_one_cached_comp_unit)
3002         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
3003         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
3004         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
3005         (show_dwarf2_cmd): New.
3006         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
3007         and "maint show dwarf2 max-cache-age".
3008         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
3009         externs.
3010         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
3011         global.
3012
3013 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
3014
3015         * dwarf2read.c (typename_concat): Change prototype to accept obstack
3016         and dwarf2_cu struct pointer as arguments.  Change function to use
3017         obstack if provided and use dwarf2_cu to determine language-specific
3018         separator.
3019         (partial_die_parent_scope): Change comment to include java.  Use
3020         new version of typename_concat instead of obconcat.
3021         (partial_die_full_name): Use typename_concat.
3022         (read_namespace): Ditto.
3023         (read_enumeration_type): Use typename_concat instead of obconcat.
3024         (new_symbol): Ditto.
3025         (add_partial_symbol): Enhance tests for C++ to also test for Java.
3026         (guess_structure_name): Ditto.
3027         (read_subroutine_type): Ditto.
3028         (read_structure_type): Ditto.
3029         (is_vtable_name): Add Java support.
3030         (determine_class_name): Switch to new typename_concat call.
3031         (determine_prefix): Switch to new typename_concat call.
3032         * jv-exp.y (FuncStart): New pattern.
3033         (MethodInvocation): Add support for simple function calls.  Change
3034         warning message for other forms of inferior call currently not
3035         supported.
3036         * valarith.c (value_subscript): Treat an array with upper-bound
3037         of -1 as unknown size.
3038
3039 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
3040
3041         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
3042         (lookup_partial_symtab): Use symtab_to_fullname.
3043
3044 2004-09-19  Jim Blandy  <jimb@redhat.com>
3045
3046         * minsyms.c (lookup_minimal_symbol): Doc fix.
3047
3048 2004-09-20  Andrew Cagney  <cagney@gnu.org>
3049
3050         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
3051         CHILD_RESUME.
3052         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
3053         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
3054         KILL_INFERIOR.
3055         * infptrace.c: Update.
3056
3057 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
3058
3059         * symtab.c (output_source_filename): Mark first argument as const.
3060         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
3061         for "info sources" output.
3062
3063 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
3064
3065         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
3066         <machine/vmparam.h>.
3067         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
3068         (register_u_addr): Remove prototype.
3069
3070 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
3071
3072         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
3073         (i386bsd_fetch_inferior_registers): Rename from
3074         fetch_inferior_registers.  Make static.
3075         (i386bsd_store_inferior_registers): Rename from
3076         store_inferior_registers.  Make static.
3077         (i386bsd_target): New function.
3078         * i386bsd-nat.h: New file.
3079         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
3080         "i386bsd-nat.h".
3081         (i386fbsd_resume): Rename from child_resume.  Make static.
3082         (_initialize_i386fbsd_nat): Construct and add target vector.
3083         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
3084         (_initialize_i386nbsd_nat): Construct and add target vector.
3085         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
3086         Remove defines.
3087         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
3088         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
3089         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
3090         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
3091         (LOADLIBES): New variable.
3092         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
3093         inf-ptrace.o.  Remove inftarg.o.
3094         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
3095         inf-ptrace.o. Remove inftarg.o.
3096         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
3097         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
3098         (LOADLIBES): New variable.
3099         * Makefile.in (i386bsd_nat_h): New variable.
3100         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
3101         dependencies.
3102
3103         * sparc64nbsd-tdep.c: Include "objfiles.h".
3104         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
3105         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
3106         svr4_lp64_fetch_link_map_offsets.
3107         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
3108         "nbsd-tdep.h".
3109         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
3110         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
3111         svr4_lp64_fetch_link_map_offsets.
3112         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
3113         dependencies.
3114
3115         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
3116         * fbsd-nat.h: New file.
3117         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
3118         (fbsd_nat_h): New variable.
3119         (fbsd-nat.o): New dependency.
3120
3121         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
3122         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
3123
3124         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
3125         comment.
3126
3127 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
3128         
3129         * ada-exp.y (type_int): New function to add layer of abstraction
3130         around references to expression types.
3131         (type_long): Ditto.
3132         (type_long_long): Ditto.
3133         (type_float): Ditto.
3134         (type_double): Ditto.
3135         (type_long_double): Ditto.
3136         (type_char): Ditto.
3137         (type_system_address): Ditto.
3138         (simple_exp): Use type_* functions in place of builtin_* 
3139         variables.
3140         (exp): Ditto.
3141         (write_var_from_name): Ditto.
3142         (write_object_renaming): Ditto.
3143         * ada-lang.c (ada_create_fundamental_type): Remove redundant
3144         declaration.
3145         (build_ada_types): Remove, replacing with...
3146         (ada_language_arch_info): New function to initialize primitive
3147         type vector in language_arch_info.
3148         (ada_array_length): Remove use of builtin_type_ada_int.
3149         (value_pos_atr): Ditto.
3150         (ada_evaluate_subexp): Ditto.
3151         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
3152         builtin_type_ada_long_long, builtin_type_ada_char, 
3153         builtin_type_ada_float, builtin_type_ada_double, 
3154         builtin_type_ada_long_double, builtin_type_ada_natural,
3155         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3156         (ada_builtin_types): Remove.
3157         (ada_language_defn): Remove entries for la_builtin_type_vector and
3158         string_char_type and use ada_language_arch_info.
3159         (_initialize_ada_language): Do type-vector initialization along
3160         the lines of c-lang.c.
3161         (ada_create_fundamental_type): Break up line.
3162         (ada_dump_symtab): Remove unused function.
3163         (enum ada_primitive_types): Define.
3164         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
3165         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
3166         builtin_type_ada_float, builtin_type_ada_double, 
3167         builtin_type_ada_long_double, builtin_type_ada_natural,
3168         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3169         * ada-lex.l: Use type_* functions in place of builtin_* variables.
3170         (processInt): Ditto.
3171         (processReal): Ditto.
3172         (name_lookup): Ditto.
3173         * ada-typeprint.c (print_range): Use builtin_type_int, not
3174         builtin_type_ada_int.
3175         
3176 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
3177
3178         * i386-tdep.c (i386_register_name): Rename regno to regnum.
3179
3180         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
3181         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
3182         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
3183         * configure.in: Improve checks for curses library by checking for
3184         mvwaddstr instead of initscr.  Drop HP curses in favour of
3185         standard curses on HP-UX.
3186         * configure: Regenerated.
3187
3188 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
3189
3190         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
3191         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
3192         Minor formatting changes.
3193         (empty_array): Slight rewrite for formatting.
3194         (emit_char,parse,ada_language_defn,build_ada_types,
3195         ada_is_exception_sym, _initialize_ada_language): Move 
3196         definitions around.
3197         (ada_dump_symtab): Remove unused definition.
3198         (ada_maybe_exception_partial_symbol): Remove unused definition.
3199
3200 2004-09-16  Andrew Cagney  <cagney@gnu.org>
3201
3202         * inf-child.c: Include "gdb_string.h".
3203         (inf_child_core_file_to_sym_file): Delete.
3204         (inf_child_target): Set to_fetch_registers and to_store_registers.
3205         * inf-ptrace.c: Include "gdb_string.h".
3206         * Makefile.in: Update all dependencies.
3207
3208         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
3209         problem.
3210
3211 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
3212
3213         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
3214         call to heuristic_proc_desc. Remove code that became redundant
3215         as a consequence.
3216         (read_next_frame_reg): Remove special case for SP_REGNUM.
3217         (set_reg_offset): Fix small typo.
3218         (reset_saved_regs): New procedure.
3219         (mips32_heuristic_proc_desc): No longer compute a fake
3220         procedure descriptor. Compute the full frame cache instead.
3221         Some minor comment reformatting.
3222
3223 2004-09-14  Andrew Cagney  <cagney@gnu.org>
3224
3225         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
3226         maintainer.
3227
3228         * thread-db.c (thread_db_new_objfile): Assume that there is a
3229         child process.
3230
3231 2004-09-13  Jim Blandy  <jimb@redhat.com>
3232
3233         * valops.c (value_assign): Move 'buffer' to the enclosing block,
3234         so that its storage isn't referenced after its lifetime ends.
3235
3236         * valops.c (value_assign): 'use_buffer' is initialized to zero,
3237         and never assigned to.   Delete it, and the 'if (use_buffer)'
3238         clauses.  Delete 'raw_buffer', since it is now unused.
3239
3240 2004-09-13  Andrew Cagney  <cagney@gnu.org>
3241
3242         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
3243         * configure: Re-generate.
3244         * nlm/Makefile.in (TAGS): Update.
3245         * Makefile.in (TAGS): Update.
3246         * config/vax/nbsd.mt (TM_FILE): Update.
3247         * config/sparc/vxworks.mt (TM_FILE): Update.
3248         * config/sparc/sol2.mt (TM_FILE): Update.
3249         * config/sparc/sol2-64.mt (TM_FILE): Update.
3250         * config/sparc/obsd64.mt (TM_FILE): Update.
3251         * config/sparc/obsd.mt (TM_FILE): Update.
3252         * config/sparc/nbsd64.mt (TM_FILE): Update.
3253         * config/sparc/nbsd.mt (TM_FILE): Update.
3254         * config/sparc/linux64.mt (TM_FILE): Update.
3255         * config/sparc/linux.mt (TM_FILE): Update.
3256         * config/sparc/fbsd.mt (TM_FILE): Update.
3257         * config/sh/wince.mt (TM_FILE): Update.
3258         * config/sh/nbsd.mt (TM_FILE): Update.
3259         * config/sh/linux.mt (TM_FILE): Update.
3260         * config/sh/embed.mt (TM_FILE): Update.
3261         * config/s390/s390.mt (TM_FILE): Update.
3262         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3263         * config/rs6000/rs6000.mt (TM_FILE): Update.
3264         * config/rs6000/aix4.mt (TM_FILE): Update.
3265         * config/powerpc/vxworks.mt (TM_FILE): Update.
3266         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3267         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3268         * config/powerpc/obsd.mt (TM_FILE): Update.
3269         * config/powerpc/nbsd.mt (TM_FILE): Update.
3270         * config/powerpc/linux.mt (TM_FILE): Update.
3271         * config/powerpc/aix.mt (TM_FILE): Update.
3272         * config/pa/obsd.mt (TM_FILE): Update.
3273         * config/pa/linux.mt (TM_FILE): Update.
3274         * config/pa/hppahpux.mt (TM_FILE): Update.
3275         * config/pa/hppa64.mt (TM_FILE): Update.
3276         * config/pa/hppa.mt (TM_FILE): Update.
3277         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3278         * config/mips/wince.mt (TM_FILE): Update.
3279         * config/mips/vxmips.mt (TM_FILE): Update.
3280         * config/mips/nbsd.mt (TM_FILE): Update.
3281         * config/mips/linux.mt (TM_FILE): Update.
3282         * config/mips/irix6.mt (TM_FILE): Update.
3283         * config/mips/irix5.mt (TM_FILE): Update.
3284         * config/mips/embed.mt (TM_FILE): Update.
3285         * config/m68k/vxworks68.mt (TM_FILE): Update.
3286         * config/m68k/st2000.mt (TM_FILE): Update.
3287         * config/m68k/os68k.mt (TM_FILE): Update.
3288         * config/m68k/obsd.mt (TM_FILE): Update.
3289         * config/m68k/nbsd.mt (TM_FILE): Update.
3290         * config/m68k/monitor.mt (TM_FILE): Update.
3291         * config/m68k/linux.mt (TM_FILE): Update.
3292         * config/m68k/cisco.mt (TM_FILE): Update.
3293         * config/ia64/linux.mt (TM_FILE): Update.
3294         * config/ia64/aix.mt (TM_FILE): Update.
3295         * config/ia64/ia64.mt (TM_FILE): Update.
3296         * config/i386/vxworks.mt (TM_FILE): Update.
3297         * config/i386/obsd64.mt (TM_FILE): Update.
3298         * config/i386/obsd.mt (TM_FILE): Update.
3299         * config/i386/nto.mt (TM_FILE): Update.
3300         * config/i386/nbsd64.mt (TM_FILE): Update.
3301         * config/i386/nbsd.mt (TM_FILE): Update.
3302         * config/i386/linux64.mt (TM_FILE): Update.
3303         * config/i386/linux.mt (TM_FILE): Update.
3304         * config/i386/i386sol2.mt (TM_FILE): Update.
3305         * config/i386/i386lynx.mt (TM_FILE): Update.
3306         * config/i386/fbsd64.mt (TM_FILE): Update.
3307         * config/i386/fbsd.mt (TM_FILE): Update.
3308         * config/i386/cygwin.mt (TM_FILE): Update.
3309         * config/h8300/h8300.mt (TM_FILE): Update.
3310         * config/frv/frv.mt (TM_FILE): Update.
3311         * config/cris/cris.mt (TM_FILE): Update.
3312         * config/arm/wince.mt (TM_FILE): Update.
3313         * config/arm/nbsd.mt (TM_FILE): Update.
3314         * config/arm/linux.mt (TM_FILE): Update.
3315         * config/arm/embed.mt (TM_FILE): Update.
3316         * config/alpha/nbsd.mt (TM_FILE): Update.
3317         * config/alpha/fbsd.mt (TM_FILE): Update.
3318         * config/alpha/alpha.mt (TM_FILE): Update.
3319         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3320         * config/alpha/alpha-linux.mt (TM_FILE): Update.
3321
3322         Eliminate event_loop_p, always has the value 1.
3323         * defs.h (event_loop_p): Delete macro.
3324         * breakpoint.c (until_break_command): Simplify.
3325         * utils.c (prompt_for_continue): Simplify.
3326         * tracepoint.c (read_actions): Simplify.
3327         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
3328         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
3329         (set_prompt, init_main): Simplify.
3330         (init_signals, disconnect): Delete, unused.
3331         * remote.c (remote_async_resume) 
3332         (extended_remote_async_create_inferior): Simplify.
3333         * mi/mi-interp.c (mi_input): Delete, unused.
3334         (mi_interpreter_resume, mi_command_loop): Simplify.
3335         * interps.c (current_interp_command_loop): Simplify.
3336         * infrun.c (proceed): Simplify.
3337         * infcmd.c (run_command, continue_command, step_1, jump_command)
3338         (until_command, advance_command, finish_command)
3339         (interrupt_target_command): Simplify.
3340         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3341
3342         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3343         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3344         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3345         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3346         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3347         * mips-tdep.c (mips_dump_tdep): Do not print same.
3348
3349 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3350
3351         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
3352         const.
3353         * Makefile.in (valprint.o): Delete explict rule.
3354
3355         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
3356         reported by Dave Anderson.
3357
3358         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3359
3360         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3361
3362 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
3363             Andrew Cagney  <cagney@gnu.org>
3364
3365         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3366         (mi_cmd_data_list_register_values)
3367         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3368         the register number computation.
3369
3370 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3371
3372         * ppcnbsd-nat.c: Include "inf-ptrace.h".
3373         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3374         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3375         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3376         target.
3377         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3378         inf-ptrace.o and inf-child.o.
3379         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3380         * Makefile.in: Update dependencies.
3381         
3382 2004-09-11  Andrew Cagney  <cagney@gnu.org>
3383
3384         * language.c (hex_string, hex_string_custom): Move from here ...
3385         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3386         (CELLSIZE): Increase to 50.
3387         * language.h (hex_string, hex_string_custom): Move from here ...
3388         * defs.h: ... to here.
3389         * Makefile.in: Update all dependencies.
3390         
3391 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
3392
3393         * language.c (local_hex_format_custom): Remove.
3394         (local_hex_string): Rename to hex_string, use C format, and move to
3395         utils.c
3396         (local_hex_string_custom): Rename to hex_string_custom and change
3397         interface.  Now uses C format.  Move to utils.c
3398         (local_octal_format_custom): Remove.
3399         (local_decimal_format_custom): Remove.
3400         (unknown_language_defn): Remove language-specific number 
3401         formatting entries.
3402         (auto_language_defn): Ditto.
3403         (local_language_defn): Ditto.
3404         * language.h (struct language_format_info): Delete declaration.
3405         (struct language_defn): Remove language_format_info fields
3406         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3407         (local_binary_format): Remove macro.
3408         (local_binary_format_prefix): Remove macro.
3409         (local_binary_format_specifier): Remove macro.
3410         (local_binary_format_suffix): Remove macro.
3411         (local_octal_format): Remove macro.
3412         (local_octal_format_prefix): Remove macro.
3413         (local_octal_format_specifier): Remove macro.
3414         (local_octal_format_suffix): Remove macro.
3415         (local_decimal_format): Remove macro.
3416         (local_decimal_format_prefix): Remove macro.
3417         (local_decimal_format_specifier): Remove macro.
3418         (local_decimal_format_suffix): Remove macro.
3419         (local_hex_format): Remove macro.
3420         (local_hex_format_prefix): Remove macro.
3421         (local_hex_format_specifier): Remove macro.
3422         (local_hex_format_suffix): Remove macro.
3423         (local_decimal_format_custom): Remove.
3424         (local_octal_format_custom): Remove.
3425         (local_hex_format_custom): Remove.
3426         (local_hex_string): Rename to hex_string and move to defs.h.
3427         (local_hex_string_custom): Rename to hex_string_custom, change
3428         interface, and move to defs.h.
3429         * utils.c: (int_string): New function.
3430         (hex_string): New function (from language.c).
3431         (hex_string_custom): New function (from language.c).
3432         (octal2str): New function.
3433         (decimal2str): Add width parameter.
3434         (paddr_u): Use new decimal2str interface.
3435         (paddr_d): Ditto.
3436         * defs.h (hex_string): Declare.
3437         (hex_string_custom): Declare.
3438         (int_string): Declare.
3439         * printcmd.c (print_scalar_formatted): Remove localized binary
3440         formatting.
3441         * valprint.c (print_longest): Use int_string.
3442         (print_floating): Use C hex format.
3443         (print_hex_chars): Ditto.
3444         (print_binary_chars): Remove language-specific formatting.
3445         (print_octal_chars): Use C octal format.
3446         (print_decimal_chars): Delocalize format.
3447         (print_decimal): Remove.
3448         * ada-lang.c (ada_language_defn): Remove language-specific number 
3449         formatting entries.
3450         * p-lang.c (pascal_language_defn): Ditto.
3451         * c-lang.c (c_language_defn): Ditto.
3452         (cplus_language_defn): Ditto.
3453         (asm_language_defn): Ditto.
3454         (minimal_language_defn): Ditto.
3455         * f-lang.c (f_language_defn): Ditto.
3456         * jv-lang.c (java_language_defn): Ditto.
3457         * m2-lang.c (m2_language_defn): Ditto.
3458         * scm-lang.c (scm_language_defn): Ditto.
3459         * objc-lang.c (objc_language_defn): Ditto.
3460         * memattr.c (mem_info_command): Use renamed hex_string_custom with
3461         new interface.
3462         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3463         * ui-out.c (ui_out_field_core_addr): Ditto.
3464         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3465         * exec.c (print_section_info): Ditto.
3466         * i387-tdep.c (print_i387_status_word): Ditto.
3467         (print_i387_control_word): Ditto.
3468         (i387_print_float_info): Ditto.
3469         * maint.c (maint_print_section_info): Ditto.
3470         * solib.c (info_sharedlibrary_command): Ditto.
3471         * somsolib.c (som_sharedlibrary_info_command): Ditto.
3472         * symtab.c (print_msymbol_info): Ditto.
3473         * tracepoint.c (tracepoints_info): Ditto.
3474         * solib-frv.c (lm_base): Ditto.
3475         (frv_current_sos): Ditto.
3476         (enable_break2): Ditto.
3477         (enable_break): Ditto.
3478         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3479         (process_one_symbol): Ditto.
3480         * infcmd.c (program_info): Ditto.
3481         * mdebugread.c (parse_partial_symbols): Ditto.
3482         * symfile.c (add_symbol_file_command): Ditto.
3483         * cli/cli-cmds.c (edit_command): Ditto.
3484         (list_command): Ditto.
3485         * infcall.c (call_function_by_hand): Ditto.
3486         * remote-vx.c (vx_run_files_info): Ditto.
3487         (vx_wait): Ditto.
3488         (vx_attach): Ditto.
3489         (vx_detach): Ditto.
3490         (vx_kill): Ditto.
3491         * aix-thread.c (pdc_symbol_addrs): Ditto.
3492         (pdc_read_regs): Ditto.
3493         (pdc_write_regs): Ditto.
3494         (pdc_read_data): Ditto.
3495         (pdc_write_data): Ditto.
3496         * d10v-tdep.c (display_trace): Ditto.
3497         * rs6000-nat.c (find_toc_address): Ditto.
3498         * aix-thread.c: Don't include language.h.
3499         * buildsym.c: Ditto.
3500         * dbxread.c: Ditto.
3501         * mdebugread.c: Ditto.
3502         * rs6000-nat.c: Ditto.
3503         * buildsym.c (make_blockvector): Use renamed hex_string.
3504         
3505 2004-09-10  Jason Molenda  (jmolenda@apple.com)
3506
3507         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3508         chars after 'if' or 'while' commands in user-defined commands.
3509
3510 2004-09-08  Jim Blandy  <jimb@redhat.com>
3511
3512         Fix bug reported and analyzed by Olivier Crete:
3513         * symfile.c (copy_section_addr_info): New function.
3514         (symbol_file_add_with_addrs_or_offsets): Use it to save the
3515         original set of address arguments, instead of handwritten code
3516         that uses one length to allocate and a different length to
3517         initialize.  Use make_cleanup_free_section_addr_info.
3518         * symfile.h (copy_section_addr_info): New declaration.
3519         * utils.c: #include "symfile.h".
3520         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3521         New functions.
3522         * defs.h (make_cleanup_free_section_addr_info): New declaration.
3523         * Makefile.in (utils.o): Update dependencies.
3524
3525 2004-09-08  Andrew Cagney  <cagney@gnu.org>
3526
3527         * thread-db.c (keep_thread_db): Delete.
3528         (thread_db_new_objfile, thread_db_create_inferior)
3529         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3530
3531 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
3532
3533         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3534         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3535         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3536         (i386_frameless_signal_p): Remove prototype.
3537         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3538         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3539         I386_SSE_NUM_REGS.
3540         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3541         instead of FP0_REGNUM.
3542         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3543         of FP0_REGNUM and FPC_REGNUM.
3544
3545         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3546         (sunos_solib_create_inferior_hook): Don't call
3547         sunos_relocate_main_executable.
3548
3549         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3550         solib_svr4_fetch_link_map_offsets to
3551         svr4_ilp32_fetch_link_map_offsets.
3552         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3553         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3554         svr4_ilp32_fetch_link_map_offsets.
3555         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3556
3557 2004-09-07  Jim Blandy  <jimb@redhat.com>
3558
3559         * frame.h (frame_register): Doc fix.
3560
3561 2004-09-07  Andrew Cagney  <cagney@gnu.org>
3562
3563         * vx-share/wait.h: Delete #ifdef USG.
3564         * utils.c (request_quit): Ditto.
3565         * tui/tui.c (tui_reset): Ditto.
3566         * remote.c: Ditto.
3567         * remote-sds.c: Ditto.
3568         * remote-rdi.c: Ditto.
3569         * mdebugread.c: Ditto.
3570         * m68klinux-nat.c: Ditto.
3571         * infttrace.c: Ditto.
3572         * infptrace.c: Ditto.
3573         * i386v-nat.c: Ditto.
3574         * exec.c: Ditto.
3575         * dbxread.c: Ditto.
3576         * core-aout.c: Ditto.
3577
3578 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
3579
3580         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3581         heuristic_proc_desc.
3582         (mips_insn32_frame_cache): Likewise.
3583
3584 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3585
3586         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3587         left behind by error.
3588
3589 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3590
3591         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3592         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3593
3594 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3595
3596         * config/rs6000/xm-aix4.h: Remove this file.
3597         * config/rs6000/aix4.mh (XM_FILE): Delete.
3598
3599 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3600
3601         * config/rs6000/xm-rs6000.h: Remove this file.
3602         * config/rs6000/rs6000.mh (XM_FILE): Remove.
3603
3604 2004-09-03  Andrew Cagney  <cagney@gnu.org>
3605
3606         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3607         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3608         only use.
3609
3610         * mips-tdep.c (temp_saved_regs): Delete.
3611         (set_reg_offset): Replace saved_regs parameter with this_cache.
3612         (heuristic_proc_desc, mips16_heuristic_proc_desc)
3613         (mips32_heuristic_proc_desc): Add this_cache parameter.
3614         (mips_insn32_frame_cache, mips_insn16_frame_cache)
3615         (after_prologue): Pass a NULL this_cache.
3616
3617         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3618         non-kernel trap prologues.
3619
3620         * mips-tdep.c (find_proc_desc): Delete function.
3621         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3622         simplify.
3623         (mips_insn16_frame_cache): Replace find_proc_desc with code from
3624         mips_insn32_frame_cache.
3625
3626         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3627         Simplify as NEXT_FRAME is NULL.
3628         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3629
3630         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3631         local variable.
3632         (mips_skip_prologue): Update.
3633
3634         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3635         "cur_frame" parameter.
3636         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3637         (mips_insn32_frame_cache, find_proc_desc): Update
3638
3639         * config/vax/nm-obsd.h: Delete file.
3640         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3641         * config/vax/nm-nbsd.h: Delete file.
3642         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3643         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3644         * config/sh/nm-nbsd.h: Delete file.
3645         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3646         * config/rs6000/nm-rs6000ly.h: Delete file.
3647         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3648         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3649         * config/powerpc/nm-obsd.h: Delete file.
3650         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3651         * config/powerpc/nm-nbsd.h: Delete file.
3652         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3653         * config/pa/nm-obsd.h: Delete file.
3654         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3655         * config/mips/nm-nbsd.h: Delete file.
3656         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3657         * config/m88k/nm-obsd.h: Delete file.
3658         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3659         * config/m68k/nm-nbsd.h: Delete file.
3660         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3661         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3662         * config/i386/nm-nbsd.h: Delete file.
3663         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3664         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3665         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3666         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3667         * config/i386/nm-i386lynx.h: Delete file.
3668         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3669         * config/arm/nm-nbsd.h: Delete file.
3670         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3671         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3672
3673         * config/i386/tm-fbsd.h: Delete file.
3674         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3675         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3676
3677         * config/rs6000/tm-rs6000-aix4.h: Delete file.
3678         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3679         * config/rs6000/aix4.mt (TM_FILE): Set to
3680         config/rs6000/tm-rs6000.h.
3681         * config/powerpc/tm-ppc-aix.h: Delete file.
3682         * config/powerpc/aix.mt (TM_FILE): Set to
3683         config/rs6000/tm-rs6000.h.
3684         * config/m68k/tm-linux.h: Delete file.
3685         * config/m68k/linux.mt (TM_FILE): Set to solib.h
3686         * config/i386/tm-linux64.h: Delete file.
3687         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3688         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3689         
3690         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3691         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3692         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3693         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3694         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3695         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3696         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3697         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
3698         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3699
3700         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3701         gdb_host_cpu.
3702
3703 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
3704
3705         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3706         Minor reformatting. Some code factoring.
3707
3708 2004-09-02  Andrew Cagney  <cagney@gnu.org>
3709
3710         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3711         * config/vax/tm-nbsd.h: Delete file.
3712         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3713         * config/sparc/tm-vxworks.h: Delete file.
3714         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3715         * config/sparc/tm-nbsd.h: Delete file.
3716         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3717         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3718         * config/sparc/tm-linux.h: Delete file.
3719         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3720         * config/s390/tm-linux.h: Delete file.
3721         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3722         * config/pa/tm-bsd.h: Delete file.
3723         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3724         * config/m68k/tm-obsd.h: Delete file.
3725         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3726         * config/m68k/tm-nbsd.h: Delete file.
3727         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3728         * config/i386/tm-vxworks.h: Delete file.
3729         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3730         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3731         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3732         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3733         * config/i386/tm-nbsd.h: Delete file.
3734         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3735         * config/i386/tm-i386lynx.h: Delete file.
3736         * config/cris/cris.mt (TM_FILE): Set to solib.h.
3737         * config/cris/tm-cris.h: Delete file.
3738
3739         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3740         * configure: Re-generate.
3741         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3742         * config/arm/tm-nbsd.h: Delete file.
3743         
3744         * config/powerpc/tm-ppcle-sim.h: Delete.
3745         * config/powerpc/tm-ppcle-eabi.h: Delete.
3746         * config/powerpc/tm-nbsd.h: Delete.
3747         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3748         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3749         tm-ppcle-eabi.h.
3750
3751         * config/i386/nto.mh (NAT_FILE): Delete.
3752         * config/i386/nm-nto.h: Delete.
3753
3754         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3755         * config/m68k/tm-os68k.h: Ditto.
3756         * config/m68k/tm-monitor.h: Ditto.
3757         * config/m68k/tm-cisco.h: Ditto.
3758         * config/m68k/st2000.mt (TM_FILE): Delete.
3759         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3760         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3761         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3762         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3763
3764         * config/m68k/tm-st2000.h: Delete.
3765         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3766         * config/sparc/fbsd.mt (TM_FILE): Delete.
3767         * config/sparc/tm-fbsd.h: Delete.
3768
3769         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3770         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
3771         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3772
3773         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3774         GDB_TM_FILE and GDB_XM_FILE.
3775         * gdbarch.c: Re-generate.       
3776         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3777         quotes in macro definition.
3778         * configure.in: Re-generate.
3779
3780         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3781         validating architecture methods.
3782         * gdbarch.c: Re-generate.
3783         
3784         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3785         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
3786         GDB_MULTI_ARCH_PARTIAL.
3787         * gdbarch.h: Re-generate.
3788         
3789         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3790         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3791         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3792         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3793         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3794         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3795         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3796         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3797         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3798         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3799         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3800         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3801
3802 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3803
3804         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3805         and main_func_highpc.
3806         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3807         * objfiles.c (init_entry_point_info, objfile_relocate): Update
3808         * nlmread.c (nlm_symfile_read): Update.
3809
3810 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3811
3812         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3813         (mips_insn32_frame_cache): Inline call to find_proc_desc.
3814         (find_proc_desc): Remove dead code.
3815
3816 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3817
3818         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3819
3820 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
3821
3822         * observer.sh: Add struct so_list declaration.
3823         * Makefile.in: Add dependencies on observer.h for solib.c and
3824         breakpoint.c.
3825         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3826         function.
3827         (_initialize_breakpoint): Register 
3828         disable_breakpoints_in_unloaded_shlib as an observer of the 
3829         "solib unloaded" observation event.
3830         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3831         call decode_line_1 so unfound breakpoint errors are silent.
3832         * solib.c (update_solib_list): When a solib is discovered to have
3833         been unloaded by the program, notify all observers of the
3834         "solib unloaded" observation event.
3835
3836 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3837
3838         * frame.c: Include "objfiles.h".
3839         (inside_main_func): New function.
3840         (get_prev_frame): Use new inside_main_func.
3841         * Makefile.in (frame.o): Update dependencies.
3842         * defs.h (inside_main_func): Delete declaration.
3843         * blockframe.c (inside_main_func): Delete function.
3844
3845 2004-08-31  Jim Blandy  <jimb@redhat.com>
3846
3847         * dwarf2read.c (is_vtable_name): New function, based on logic from
3848         read_structure_type, but passing the correct length to strncmp,
3849         and using 'sizeof' instead of 'strlen'.
3850         (read_structure_type): Call it.
3851
3852 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
3853
3854         * config/powerpc/aix.mh: Add comment.
3855
3856 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
3857
3858         * MAINTAINERS: Add self to Write-After-Approval.
3859
3860 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
3861
3862         * MAINTAINERS: Add self to Write-After-Approval.
3863
3864 2004-08-30  Andrew Cagney  <cagney@gnu.org>
3865
3866         Fix PR breakpoints/1757.
3867         * infrun.c (struct execution_control_state): Replace
3868         remove_breakpoints_on_following_step with
3869         step_after_step_resume_breakpoint.
3870         (init_execution_control_state): Update.
3871         (handle_inferior_event): For signals, when stepping off a
3872         breakpoint, set step_after_step_resume_breakpoint.  When
3873         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3874         (keep_going): Delete code handling
3875         remove_breakpoints_on_following_step.
3876
3877 2004-08-29  David Lecomber  <david@streamline-computing.com>
3878         
3879         Fix PR gdb/648
3880         * language.h (enum array_ordering): New enum.
3881         * language.h (struct language_defn): New la_array_ordering 
3882         attribute.
3883         * language.c (unknown_language_defn, auto_language_defn)
3884         (local_language_defn): Ditto.
3885         * ada-lang.c (ada_language_defn): Ditto.
3886         * c-lang.c (c_language_defn, cplus_language_defn)
3887         (asm_language_defn, minimal_language_defn): Ditto.
3888         * f-lang.c (f_language_defn): Ditto.
3889         * jv-lang.c (java_language_defn): Ditto.
3890         * m2-lang.c (f_language_defn): Ditto.
3891         * objc-lang.c (objc_language_defn): Ditto.
3892         * p-lang.c (pascal_language_defn): Ditto.
3893         * scm-lang.c (scm_language_defn): Ditto.
3894         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3895         oriented large to small in type structure.
3896         * dwarf2read.c (read_array_order): New function.
3897         (read_array_type): Use read_array_order to check row/column
3898         major ordering.
3899
3900 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
3901
3902         * target.c (target_resize_to_sections): Check
3903         current_target.to_sections for an old value when updating.
3904
3905 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
3906
3907         * procfs.c (dbx_link_bpt_addr): New static global variable.
3908         (dbx_link_shadow_contents): New static global variable.
3909         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3910         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3911         if we just hit it.
3912         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3913         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3914         from run to run.
3915         (procfs_create_inferior): Remove syssgi syscall-exit notifications
3916         after the inferior has been forked.
3917         (remove_dbx_link_breakpoint): New function.
3918         (dbx_link_addr): New function.
3919         (insert_dbx_link_bpt_in_file): New function.
3920         (insert_dbx_link_bpt_in_region): New function.
3921         (insert_dbx_link_breakpoint): New function.
3922         (proc_trace_syscalls_1): New function, extracted from
3923         proc_trace_syscalls.
3924         (proc_trace_syscalls): Replace extract code by call to
3925         proc_trace_syscalls_1.
3926         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3927         is no longer valid.
3928
3929 2004-08-25  Jim Blandy  <jimb@redhat.com>
3930
3931         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3932
3933 2004-08-25  Andrew Cagney  <cagney@gnu.org>
3934
3935         * infrun.c (struct execution_control_state): Delete field
3936         "stepping_through_sigtramp".
3937         (init_execution_control_state): Do not set same.
3938         (context_switch): Do not pass same to save_infrun_state and
3939         load_infrun_state.
3940         * gdbthread.h (struct thread_info): Delete field
3941         stepping_through_sigtramp.
3942         (save_infrun_state, load_infrun_state): Delete parameter
3943         stepping_through_sigtramp.
3944         * thread.c (load_infrun_state, save_infrun_state): Update.
3945
3946         * infrun.c: Re-indent.  Move expression operators to the beginning
3947         of the line.  Remove long disabled #if 0 code.
3948
3949 2004-08-24  Andrew Cagney  <cagney@gnu.org>
3950
3951         * doublest.h (floatformat_ieee_quad): Rename
3952         floatformat_ia64_quad.
3953         * doublest.c (floatformat_ieee_quad): Rename
3954         floatformat_ia64_quad.
3955         (_initialize_doublest): Update.
3956
3957 2004-08-24  Jim Blandy  <jimb@redhat.com>
3958
3959         * dwarf2expr.h (struct dwarf_expr_context): New members
3960         'num_pieces' and 'pieces', for returning the result of an
3961         expression that uses DW_OP_piece.
3962         (struct dwarf_expr_piece): New struct type.
3963         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3964         pieces.
3965         (free_dwarf_expr_context): Free pieces, if any.
3966         (add_piece): New function.
3967         (execute_stack_op): Implement DW_OP_piece.
3968         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3969         expression is a list of pieces, print an error message.
3970         (dwarf2_loc_desc_needs_frame): If the expression yields
3971         pieces, and any piece is in a register, then we need a frame.
3972
3973         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3974         the stack until we've decided what sort of result the evaluation
3975         has produced.  Use separate variables, with more specific names.
3976
3977 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
3978
3979         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3980         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3981         (arm_netbsd_init_abi_common): Register them.
3982
3983 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
3984
3985         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3986
3987         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3988         safe_frame_unwind_memory instead of target_read_memory.
3989
3990         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3991         Reorder includes.
3992         (fetch_register, store_register): Remove prototypes.
3993         (child_resume): Reorganize code and comments such that it is
3994         grouped a bit more logically.
3995         (attach): Explicitly compare errno against 0.
3996         (detach): Likewise.  Use perror_with_name instead of
3997         print_sys_errmsg.
3998         * Makefile.in (infptrace.o): Update dependencies.
3999
4000         * ia64-linux-nat.c: Update copyright year.
4001         (fetch_debug_register, store_debug_register)
4002         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
4003         PTRACE_TYPE_ARG3.
4004         * config/ia64/nm-linux.h: Update copyright year.
4005          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
4006
4007         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
4008         from CORE_ADDR to struct frame_info *.  Use
4009         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
4010         (amd64_linux_sigtramp_p): Adjust for changed signature of
4011         and64_linux_sigtramp_start
4012
4013         * gdb_ptrace.h: GNU/Linux.
4014
4015         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
4016         Remove defines.
4017
4018         * infptrace.c: Include "gdb_assert.h".
4019         (PTRACE_XFER_TYPE): Remove define.
4020         (offsetof): Only define if U_REGS_OFFSET isn't defined.
4021         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
4022         Tweak comment.
4023         (fetch_inferior_registers, store_inferior_registers): Remove
4024         redundant culry braces.  Tweak comment.  s/regno/regnum.
4025         * Makefile.in (infptrace.o): Update dependencies.
4026
4027         * configure.in: Change test for return type of ptrace to default
4028         to `long' instead of `int'.
4029         * configure: Regenerate.        
4030
4031 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
4032
4033         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
4034
4035         * configure.in: Check for ttrace function.
4036         * configure, config.in: Regenerate.     
4037
4038         * gdb_ptrace.h: New file.
4039         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
4040         <sys/ptrace.h>.
4041         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
4042         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
4043         (attach): Don't define PT_ATTACH.
4044         (detach): Don't define PT_DETACH.
4045         * Makefile.in (gdb_ptrace_h): New variable.
4046         (infptrace.o): Update dependencies.
4047
4048 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
4049
4050         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
4051         instead of `int' if not already defined.
4052         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
4053         PTRACE_TYPE_ARG3.
4054         * infptrace.c (call_ptrace): Revert change that replaced
4055         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4056
4057 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
4058
4059         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
4060         Remove defines.
4061
4062         * linux-nat.c (kill_inferior): Add missing third and fourth
4063         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
4064
4065         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
4066         PTRACE_TYPE_RET.
4067
4068         * proc-why.c (proc_prettyfprint_why): Fix format string.
4069
4070         * solib-osf.c (osf_current_sos): Remove unsused label.
4071
4072         * configure.in: Add <ncurses/ncurses.h> to the list of possible
4073         curses headers.
4074         * configure, config.in: Regenerate.     
4075         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
4076         <ncurses/ncurses.h>.
4077
4078         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
4079         * config/nm-nbsd.h: Update copyright year.
4080         (PTRACE_ARG3_TYPE): Remove define.
4081
4082         * sparc-nat.c (fetch_inferior_registers)
4083         (store_inferior_registers, sparc_xfer_wcookie): 
4084         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4085
4086         * alphabsd-nat.c (fetch_inferior_registers):
4087         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4088         PTRACE_TYPE_ARG3.
4089         * amd64bsd-nat.c (fetch_inferior_registers)
4090         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4091         PTRACE_TYPE_ARG3.
4092         * armnbsd-nat.c: Update copyright year.
4093         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
4094         (store_register, store_regs, store_fp_register, store_fp_regs):
4095         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4096         * hppabsd-nat.c (fetch_inferior_registers)
4097         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4098         PTRACE_TYPE_ARG3.
4099         * i386bsd-nat.c (fetch_inferior_registers)
4100         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
4101         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4102         * m68kbsd-nat.c (fetch_inferior_registers)
4103         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4104         PTRACE_TYPE_ARG3.
4105         * m88kbsd-nat.c (fetch_inferior_registers)
4106         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4107         PTRACE_TYPE_ARG3.
4108         * mipsnbsd-nat.c: Update copyright year.
4109         (fetch_inferior_registers, store_inferior_registers):
4110         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4111         * ns32knbsd-nat.c: Update copyright year.
4112         (fetch_inferior_registers, store_inferior_registers):
4113         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4114         * ppcnbsd-nat.c (fetch_inferior_registers):
4115         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4116         PTRACE_TYPE_ARG3.
4117         * ppcobsd-nat.c (fetch_inferior_registers):
4118         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4119         PTRACE_TYPE_ARG3.
4120         * shnbsd-nat.c: Update copyright year.
4121         (fetch_inferior_registers, store_inferior_registers):
4122         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4123         * vaxbsd-nat.c (fetch_inferior_registers)
4124         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4125         PTRACE_TYPE_ARG3.
4126         
4127         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
4128         PTRACE_TYPE_ARG3.
4129         * infptrace.c (call_ptrace, child_resume, attach, detach)
4130         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
4131         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4132         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
4133         PTRACE_TYPE_ARG3.
4134
4135 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
4136
4137         * defs.h: Remove out-of-date comment.
4138         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
4139         [!GETENV_PROVIDED] (getenv): Remove prototype.
4140
4141         * standalone.c: Remove file.
4142         * Makefile.in (standalone.o): Remove dependency.
4143
4144         * i386-linux-nat.c (dummy_sse_values): Remove function and
4145         prototype.
4146         (i386_linux_dr_get): Fix typo in comment.
4147         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
4148
4149         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
4150
4151         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
4152         from declaration.
4153         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
4154         from definition.
4155
4156 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
4157
4158         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
4159         parenthesis in definition.
4160         * configure: Regenerated.
4161
4162 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
4163
4164         * PROBLEMS: Mention build/1411.
4165
4166 2004-08-09  Robert Millan  <robertmh@gnu.org>
4167
4168         Committed by Nathanael Nerode.
4169         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
4170         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
4171
4172 2004-08-12  Andrew Cagney  <cagney@gnu.org>
4173
4174         * NEWS: Mention fixes in GDB 6.2.1.
4175         * PROBLEMS: Remove mention of mips-irix.
4176
4177 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4178
4179         * config/powerpc/xm-aix.h: Delete.
4180         * config/powerpc/aix.mh (MH_FILE): Remove.
4181         * config/powerpc/aix432.mh (MH_FILE): Remove.
4182
4183 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4184
4185         * config/powerpc/aix.mh: Remove obsolete comment.
4186         * config/powerpc/aix432.mh: Likewise.
4187
4188 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4189
4190         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
4191
4192 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4193
4194         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
4195         this file is now empty.
4196         * config/xm-aix4.h: Remove, this file is no longer included
4197         anywhere.
4198
4199 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4200
4201         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
4202         that file is now empty.
4203         (termdef): Remove prototype, function no longer used.
4204
4205 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4206
4207         * doc/gdbint.texinfo (Host Definition): Remove documentation
4208         for USE_O_NOCTTY, no longer used.
4209         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
4210         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
4211
4212 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4213
4214         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
4215         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
4216         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
4217
4218 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
4219
4220         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
4221         instead of FIVE_ARG_PTRACE.
4222
4223         * inflow.c (O_NOCTTY): Define to zero if not already defined.
4224         (new_tty): Use O_NOCTTY unconditionally.
4225
4226 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4227
4228         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
4229         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
4230         fflush on stdout.
4231
4232 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
4233
4234         * xcoff_symfile_finish: Replace last call to xmfree by call
4235         to xfree.
4236
4237 2004-08-10  Andrew Cagney  <cagney@gnu.org>
4238
4239         * main.c (captured_main): Delete call to init_malloc.
4240         * defs.h (init_malloc): Delete declaration.
4241         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
4242         (init_malloc): Delete functions.
4243
4244         * defs.h (xmfree): Delete.
4245         * utils.c (xmfree): Delete function.
4246         (xfree): Inline calls to xmfree and mfree.
4247         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
4248         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
4249         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
4250         * somread.c (som_symfile_finish): Ditto.
4251         * objfiles.c (allocate_objfile, free_objfile): 
4252         * nlmread.c (nlm_symfile_finish): Ditto.
4253         * hpread.c (hpread_symfile_finish): Ditto.
4254         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
4255         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
4256         * coffread.c (coff_symfile_finish): Ditto.
4257
4258         * defs.h (xmcalloc): Delete declaration.
4259         * utils.c (xmcalloc): Delete.
4260         (xcalloc): Inline calls to xmcalloc and mcalloc.
4261         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4262         xcalloc and xfree.
4263         * symtab.c (create_demangled_names_hash): Ditto.
4264
4265         * defs.h (xmrealloc): Delete.
4266         * utils.c (xmrealloc): Delete.
4267         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4268         * symmisc.c (extend_psymbol_list): Use xrealloc.
4269         * source.c (find_source_lines): Ditto.
4270         * hpread.c (hpread_lookup_type): Ditto.
4271         * dbxread.c (add_bincl_to_list): Ditto.
4272
4273         * utils.c (xmmalloc): Delete.
4274         (xmalloc): Inline xmmalloc and mmalloc calls.
4275         (msavestring): Use xmalloc.
4276         * defs.h (xmmalloc): Delete declaration.
4277         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4278         xmmalloc.
4279         * symmisc.c (extend_psymbol_list): Ditto.
4280         * symfile.c (init_psymbol_list): Ditto.
4281         * source.c (find_source_lines): Ditto.
4282         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4283         * elfread.c (elf_symtab_read): Ditto.
4284         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4285         * coffread.c (coff_symfile_init): Ditto.
4286
4287 2004-08-10  David Carlton  <carlton@bactrian.org>
4288
4289         * MAINTAINERS: Remove David Carlton from c++ testsuite
4290         maintainers.
4291
4292 2004-08-10  Jerome Guitton  <guitton@gnat.com>
4293
4294         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4295         print a line feed before the prompt.
4296
4297 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4298
4299         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4300
4301 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
4302
4303         General cleanup of the AIX xm include file:
4304         * config/xm-aix4.h (fd_set): Remove undefine.
4305         Remove include of <sys/select.h>.
4306         (HAVE_TERMIO): Remove define.
4307         (USG): Likewise.
4308         (NULL): Remove redefine.
4309         (alloca): Remove #pragma.
4310         (vfork): Remove define.
4311         (termdef): Remove.
4312         (SIGWINCH_HANDLER): Remove.
4313         (SIGWINCH_HANDLER_BODY): Remove.
4314
4315 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4316
4317         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4318         GDB_OSABI_OPENBSD_ELF.
4319
4320 2004-08-07  Robert Millan  <robertmh@gnu.org>
4321
4322         * bsd-kvm.c: Check for nlist.h before including it.
4323
4324 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4325
4326         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4327         sigcontext' offset consistency checks for ancient BSD.
4328
4329         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4330
4331         * configure.in: Check for <sys/types.h>.  Check return and
4332         argument types of ptrace.
4333         * configure, config.in: Regenerate.     
4334
4335 2004-08-09  Jim Blandy  <jimb@redhat.com>
4336
4337         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4338         rs6000_register_sim_regno): Doc fixes.
4339
4340 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
4341
4342         * mips-tdep.c: Include "floatformat.h".
4343         (n32n64_floatformat_always_valid): New function.
4344         (floatformat_n32n64_long_double_big): New constant.
4345         (mips_gdbarch_init): Set size and format of long double
4346         for N32 and N64 ABIs.
4347         * Makefile.in (mips-tdep.o): Update dependencies.
4348
4349 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4350
4351         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
4352         print.  Improve script's error messages.
4353         * gdbarch.h: Re-generate.
4354
4355         * gdbarch.sh (pformat): New function.
4356         (float_format, double_format, long_double_format): List with bit
4357         members.  Use pformat when printing.
4358         * gdbarch.c, gdbarch.h: Re-generate.
4359         
4360 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
4361
4362         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4363         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4364         (ppcnbsd_supply_pcb): New function.
4365         (_initialize_ppcnbsd_nat): New prototype and function.
4366         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4367         (LOADLIBES): New variable.
4368         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4369
4370 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4371
4372         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4373         (builtin_type_ieee_double, builtin_type_ia64_quad)
4374         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4375         BE/LE floating-point types.
4376         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4377         (builtin_type_ieee_double, builtin_type_ia64_quad)
4378         (builtin_type_ia64_spill): Declare.
4379         * doublest.c (_initialize_doublest, floatformat_ieee_single)
4380         (floatformat_ieee_double, floatformat_arm_ext)
4381         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4382         of LE/BE floatformats.  
4383         * doublest.h: (struct floatformat, floatformat_ieee_single)
4384         (floatformat_ieee_double, floatformat_arm_ext)
4385         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4386
4387 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
4388
4389         * i386gnu-nat.c (gnu_store_registers): Fix typo.
4390
4391         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4392         instead of regcache_raw_supply when storing the registers.
4393
4394         * i386gnu-nat.c: Update copyright year.
4395         (gnu_store_registers): Don't use deprecated_registers and
4396         deprecated_registers_valid.  Use regcache_valid_p and
4397         regcache_raw_supply instead.
4398
4399         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4400         frame_pc_unwind.
4401
4402         * procfs.c (procfs_pid_to_str): Remove redundant and unused
4403         variables.  Incapitalized "process".
4404
4405         * configure.in: Add cursesX to the list of possible curses libs.
4406         Add cursesX.h to the list of possible curses headers. 
4407         * configure, config.in: Regenerate.     
4408
4409 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4410
4411         * configure.in: Test for struct lwp in <sys/lwp.h>.
4412         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4413         the offset of l_addr in struct lwp.
4414
4415 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4416
4417         * bsd-kvm.c: Include "gdbcore.h"
4418         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4419
4420 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4421
4422         * gdbtypes.c (build_flt, build_complex): New functions.
4423         (gdbtypes_post_init): Use.
4424
4425         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4426
4427         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4428         through to builtin_type_uint128.
4429
4430         * c-exp.y: Use builtin_type function to obtain builtin types.
4431
4432         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4433         builtin_uint128.
4434         * gdbtypes.c (gdbtypes_post_init): Update.
4435         (build_gdbtypes): Move initialization of builtin_type_int0
4436         through to builtin_type_uint128 from here ...
4437         (_initialize_gdbtypes): ... to here.
4438         * d10v-tdep.c (d10v_register_type): Update.
4439
4440         * doublest.c: Update copyright.
4441         (floatformat_from_length): Call error when floatformat is NULL.
4442         (extract_floating_by_length): Remove NULL fmt check.
4443         (store_floating_by_length): Ditto.
4444
4445 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4446
4447         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4448         that the register is valid.
4449
4450 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
4451
4452         * i386-linux-tdep.c (i386_linux_sigtramp_start)
4453         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4454         struct frame_info *.  Use safe_frame_unwind_memory instead of
4455         deprecated_read_memory_nobpt.
4456         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4457         changed signature of i386_linux_sigtramp_start and
4458         i386_linux_rt_sigtramp_start.
4459
4460         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4461         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
4462         instead of deprecated_read_memory_nobpt.
4463         (i386nbsd_sigtramp_p): Adjust for changed signature of
4464         i386nbsd_sigtramp_offset.
4465
4466         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4467         safe_frame_unwind_memory instead of target_read_memory.
4468
4469         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4470         !NO_SYS_FILE.
4471         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4472         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4473         (_initialize_kernel_u_addr): Remove prototype and function.
4474         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4475         !NO_SYS_FILE.
4476         * xcoffread.c: Likewise.
4477
4478 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
4479
4480         * vax-nat.c: New file.
4481         * vaxbsd-nat.c: Tweak comment.
4482         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4483         vaxnbsd-tdep.c.
4484         (vax-nat.o): New dependency.
4485         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4486         (vax-*-ultrix2*): Remove.
4487         * config/vax/vax.mh: New file.
4488         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4489         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4490         (vax_register_u_addr): New prototype.
4491         (REGISTER_U_ADDR): Define using vax_register_u_addr.
4492         * config/vax/vaxult2.mh: Remove file.
4493         * config/vax/vaxult.mh: Remove file.
4494         * config/vax/vaxbsd.mh: Remove file.
4495         * config/vax/vax.mt (TM_FILE): Remove.
4496         * config/vax/tm-vaxbsd.h: Remove file.
4497
4498 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
4499
4500         * aix-thread.c (get_signaled_thread): New function.
4501         (iter_trap): Delete, no longer used.
4502         (iter_tid): New function.
4503         (pd_update): Find the thread that received the SIGTRAP signal
4504         by first locating the kernel thread, and then finding its
4505         associated thread.
4506
4507 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
4508
4509         * lin-lwp.c (child_wait): Continue inferior after processing
4510         PTRACE_EVENT_CLONE event.
4511
4512 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4513
4514         * MAINTAINERS: Add self to Write-After-Approval.
4515
4516 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
4517
4518         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4519         libunwind-xxxx.so" where xxxx is UNW_TARGET.
4520
4521 2004-08-05  Andrew Cagney  <cagney@gnu.org>
4522
4523         * config/xm-sysv4.h: Delete file.
4524         * config/mips/xm-irix5.h: Delete file.
4525         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4526         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4527         * config/ia64/xm-aix.h: Delete file.
4528         * config/ia64/aix.mh (XM_FILE): Delete.
4529         * config/pa/xm-hppah.h: Delete file.
4530         * config/pa/hpux11w.mh (XM_FILE): Delete.
4531         * config/pa/hpux11.mh (XM_FILE): Delete.
4532         * config/pa/hpux1020.mh (XM_FILE): Delete.
4533         * config/pa/hppahpux.mh (XM_FILE): Delete.
4534
4535         * config/alpha/xm-alphalinux.h: Delete file.
4536         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4537         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4538         * config/alpha/xm-alphaosf.h: Delete file.
4539         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4540         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4541         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4542         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4543
4544         * config/i386/xm-i386v.h: Delete file.
4545         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4546         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4547         * config/i386/xm-i386sco.h: Delete file.
4548         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4549         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4550         * config/i386/xm-i386v4.h: Delete file.
4551         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4552         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4553         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4554         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4555
4556         * config/vax/xm-vax.h: Delete file.
4557         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4558         * config/vax/xm-vaxult2.h: Delete file.
4559         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4560         * config/vax/vaxult2.mh (XM_FILE): Delete.
4561         * config/vax/xm-vaxult.h: Delete file.
4562         * config/vax/vaxult.mh (XM_FILE): Delete.
4563         * config/vax/xm-vaxbsd.h: Delete file.
4564         * config/vax/vaxbsd.mh (XM_FILE): Delete.
4565
4566         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4567         * gdbarch.h, gdbarch.c: Re-generate.
4568         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4569         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4570         * frame.h: Delete deprecated_read_fp from comments.
4571         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4572         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4573
4574 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
4575
4576         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4577         trampoline in OpenBSD 3.5-current.
4578
4579         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4580         SSE registers.
4581
4582         * Makefile.in: Remove embedded page breaks.
4583
4584 2004-08-04  Jim Blandy  <jimb@redhat.com>
4585
4586         * regcache.c (regcache_raw_read): Assert that, after calling
4587         target_fetch_registers, the register we're reading is cached.
4588
4589         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4590         a call to 'internal_error', with a more helpful error message.
4591         * rs6000-tdep.c (e500_pseudo_register_read,
4592         e500_pseudo_register_write, rs6000_store_return_value): Same.
4593
4594 2004-08-04  Andrew Cagney  <cagney@gnu.org>
4595
4596         * Makefile.in: Update dependencies.
4597
4598 2004-08-04  Jim Blandy  <jimb@redhat.com>
4599
4600         Change the layout of the PowerPC E500 raw register cache to allow
4601         the lower 32-bit halves of the GPRS to be their own raw registers,
4602         not pseudoregisters.
4603         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4604         add ppc_ev0_upper_regnum flag.
4605         * rs6000-tdep.c: #include "reggroups.h".
4606         (spe_register_p): Recognize the ev upper half registers as SPE
4607         registers.
4608         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4609         registers.
4610         (e500_move_ev_register): New function.
4611         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4612         vector registers are the pseudo-registers now, formed by splicing
4613         together the gprs and the upper-half registers.
4614         (e500_register_reggroup_p): New function.
4615         (P): Macro deleted.
4616         (P8, A4): New macro.
4617         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4618         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4619         macros.
4620         (registers_e500): Rearrange register set so that the raw register
4621         set contains 32-bit GPRs and upper-half registers, and the SPE
4622         vector registers become pseudo-registers.
4623         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4624         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
4625         register numbers are now the same for the E500 as they are for
4626         other PowerPC variants.  Register e500_register_reggroup_p as the
4627         register group function for the E500.
4628         * Makefile.in (rs6000-tdep.o): Update dependencies.
4629
4630         Adapt PPC E500 native support to the new raw regcache layout.
4631         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4632         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4633         (fetch_spe_register, store_spe_register): Handle fetching/storing
4634         all the SPE registers at once, if regno == -1.  These now take
4635         over the job of fetch_spe_registers and store_spe_registers.
4636         (fetch_spe_registers, store_spe_registers): Deleted.
4637         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4638         unconditionally; they're always raw.  Fetch/store SPE upper half
4639         registers, if present, instead of ev registers.
4640         (fetch_register, store_register): Remove sanity checks: gprs are
4641         never pseudo-registers now, so we never need to even mention any
4642         registers that are ever pseudoregisters.
4643
4644         Use a fixed register numbering when communicating with the PowerPC
4645         simulator.
4646         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4647         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4648         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
4649         New functions.
4650         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
4651         init_sim_regno_table.
4652         * Makefile.in (gdb_sim_ppc_h): New variable.
4653         (rs6000-tdep.o): Update dependencies.
4654
4655 2004-08-02  Andrew Cagney  <cagney@gnu.org>
4656
4657         * cris-tdep.c (cris_register_size): Restore function, still used
4658         locally.
4659
4660         * gdbarch.sh (deprecated_target_read_fp)
4661         (deprecated_frame_locals_address, deprecated_frame_args_address)
4662         (deprecated_frame_chain_valid, deprecated_frame_chain)
4663         (deprecated_init_extra_frame_info, deprecated_pop_frame)
4664         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4665         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4666         * gdbarch.h, gdbarch.c: Re-generate.
4667         * regcache.c (deprecated_read_fp): Do not call
4668         DEPRECATED_TARGET_READ_FP_P.
4669         * infcmd.c (default_print_registers_info): Do not call
4670         DEPRECATED_DO_REGISTERS_INFO.
4671         * frame-base.c (default_frame_locals_address): Do not call
4672         DEPRECATED_FRAME_LOCALS_ADDRESS.
4673         (default_frame_args_address): Do not call
4674         DEPRECATED_FRAME_ARGS_ADDRESS.
4675
4676         * gdbarch.sh (deprecated_register_raw_size)
4677         (deprecated_register_virtual_size:int): Delete.
4678         * gdbarch.h, gdbarch.c: Re-generate.
4679         * cris-tdep.c (cris_register_size): Delete.
4680         (cris_gdbarch_init): Update.
4681         * alpha-tdep.c (alpha_register_raw_size)
4682         (alpha_register_virtual_size): Delete.
4683         (alpha_gdbarch_init): Update.
4684
4685         * gdbarch.sh (deprecated_register_virtual_type)
4686         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4687         (deprecated_dummy_write_sp): Delete.
4688         * gdbarch.h, gdbarch.c: Re-generate.
4689
4690         * gdbarch.sh (deprecated_register_bytes): Delete.
4691         * gdbarch.h, gdbarch.c: Re-generate.
4692         * regcache.c (deprecated_register_bytes): New function.
4693         * regcache.h (deprecated_register_bytes): Declare.
4694         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4695         * v850-tdep.c (v850_gdbarch_init): Update.
4696         * sh64-tdep.c (sh64_gdbarch_init): Update.
4697         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4698         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4699         * mcore-tdep.c (mcore_gdbarch_init): Update.
4700         * cris-tdep.c (cris_gdbarch_init): Update.
4701         * arm-tdep.c (arm_gdbarch_init): Update.
4702         * remote.c (init_remote_state): Update.
4703         * remote-vx.c (vx_prepare_to_store): Update.
4704         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4705         * irix5-nat.c (fetch_core_registers): Update.
4706         * cris-tdep.c (cris_register_bytes_ok): Update.
4707         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4708
4709         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4710         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4711         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4712         (mips_insn16_frame_base_address, mips_insn16_frame_base)
4713         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4714         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4715         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4716         (mips_insn32_frame_base_address, mips_insn32_frame_base)
4717         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4718         with mips_insn16 and mips_insn32.
4719
4720         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4721         * rs6000-tdep.c (rs6000_push_dummy_call)
4722         (rs6000_extract_return_value): Use register_size.
4723         * xstormy16-tdep.c (xstormy16_get_saved_register) 
4724         (xstormy16_extract_return_value): Ditto.
4725         * valops.c (value_assign): Ditto.
4726         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
4727         * v850-tdep.c (v850_extract_return_value): Ditto.
4728         * tracepoint.c (collect_symbol): Ditto.
4729         * target.c (debug_print_register): Ditto.
4730         * stack.c (frame_info): Ditto.
4731         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4732         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4733         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4734         (store_register_using_P): Ditto.
4735         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4736         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4737         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4738         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4739         * regcache.c (deprecated_read_register_bytes) 
4740         (deprecated_write_register_bytes, read_register) 
4741         (write_register): Ditto.
4742         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4743         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4744         * monitor.c (monitor_supply_register, monitor_fetch_register) 
4745         (monitor_store_register): Ditto.
4746         * mn10300-tdep.c (mn10300_pop_frame_regular) 
4747         (mn10300_print_register): Ditto.
4748         * mipsv4-nat.c (fill_fpregset): Ditto.
4749         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
4750         (mips64_fill_fpregset): Ditto.
4751         * mi/mi-main.c (register_changed_p, get_register)
4752         (mi_cmd_data_write_register_values): Ditto.
4753         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
4754         * irix5-nat.c (fill_gregset, fetch_core_registers): 
4755         * infrun.c (write_inferior_status_register): Ditto.
4756         * infptrace.c (fetch_register, store_register): Ditto.
4757         * infcmd.c (default_print_registers_info): Ditto.
4758         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4759         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4760         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4761         * hpux-thread.c (hpux_thread_fetch_registers)
4762         (hpux_thread_store_registers): Ditto.
4763         * hppah-nat.c (store_inferior_registers, fetch_register): 
4764         * findvar.c (value_from_register): Ditto.
4765         * dve3900-rom.c (fetch_bitmapped_register): 
4766         * cris-tdep.c (cris_gdbarch_init): Ditto.
4767         * alpha-tdep.h: Ditto.
4768         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4769
4770         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4771         DEPRECATED_REGISTER_RAW_SIZE from comments.
4772         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4773         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4774         DEPRECATED_REGISTER_RAW_SIZE.
4775         * findvar.c (value_of_register): Simplify by assuming that the
4776         registers raw and virtual sizes are identical.
4777         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4778         comment.
4779         * arch-utils.c (generic_register_size): Simplify by assuming
4780         register_type.
4781
4782         * regcache.c (legacy_read_register_gen, real_register) 
4783         (legacy_write_register_gen): Delete, not used.
4784
4785         * regcache.c (struct regcache_descr): Delete legacy_p.
4786         (init_legacy_regcache_descr): Delete function.
4787         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4788         Do not use deprecated register functions.
4789         (regcache_raw_read, deprecated_write_register_gen):
4790         (deprecated_read_register_gen, regcache_raw_write): Delete code
4791         predicated on legacy_p.
4792         (register_size): Delete check against register raw size.
4793
4794         * cris-tdep.c (cris_register_type): Replace
4795         cris_register_virtual_type.
4796         (cris_gdbarch_init): Update, set register_type.
4797
4798         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4799         * gdbarch.h, gdbarch.c: Re-generate.
4800         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
4801         (arm_gdbarch_init) Do not set frameless function invocation.
4802         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4803         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4804         * frv-tdep.c (frv_frameless_function_invocation): Delete.
4805         (frv_gdbarch_init): Do not set frameless function invocation.
4806         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4807         * sh-tdep.c (sh_gdbarch_init): Ditto.
4808         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4809         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4810         * avr-tdep.c (avr_gdbarch_init): Ditto.
4811
4812         * blockframe.c (legacy_frame_chain_valid): Delete function.
4813
4814         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4815         and pc.  Update comments.
4816         (pc_in_dummy_frame): Delete function.
4817         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4818         use the "id".
4819         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4820         call_hi, top and pc, use the id.
4821         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4822
4823         * dummy-frame.c: Include "gdb_string.h".
4824         (generic_save_call_dummy_addr, generic_push_dummy_frame)
4825         (generic_save_dummy_frame_tos): Delete.
4826         (dummy_frame_push): New function, replaces above.
4827         * dummy-frame.h: Update copyright.
4828         (dummy_frame_push): Declare.
4829         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4830         (generic_save_call_dummy_addr): Delete declarations.
4831         * infcall.c: Include "dummy-frame.h".
4832         (call_function_by_hand): Add locals caller_regcache,
4833         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
4834         with call to frame_save_as_regcache plus cleanup.  Delete calls to
4835         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4836         Move clear_proceed_status to just before the resume, add call to
4837         dummy_frame_push (discard cleanup).
4838         * Makefile.in (infcall.o): Add $(dummy_frame_h).
4839         (dummy-frame.o): Add $(gdb_string_h).
4840
4841 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4842
4843         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4844         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4845         * dummy-frame.c (find_dummy_frame): Delete.
4846         (struct dummy_frame_cache, dummy_frame_sniffer)
4847         (dummy_frame_prev_register, dummy_frame_this_id)
4848         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4849         frame unwinder using a dummy_frame_cache.
4850
4851 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4852
4853         * frame.h (frame_save_as_regcache): Declare.
4854         * frame.c (frame_save_as_regcache): New function.
4855         (do_frame_read_register): Replace do_frame_unwind_register.
4856         (frame_pop): Use frame_save_as_regcache.
4857         * dummy-frame.c (generic_push_dummy_frame): Use
4858         frame_save_as_regcache.
4859
4860 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
4861
4862         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4863         file as included until we record the first line in the linetable.
4864
4865 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4866
4867         * frame.h (deprecated_pop_dummy_frame)
4868         (deprecated_read_register_dummy)
4869         (deprecated_generic_find_dummy_frame): Delete.
4870         * dummy-frame.c (deprecated_generic_find_dummy_frame)
4871         (deprecated_read_register_dummy)
4872         (deprecated_find_dummy_frame_regcache)
4873         (discard_innermost_dummy)
4874         (deprecated_pop_dummy_frame): Delete.
4875         (dummy_frame_this_id): Simplify.
4876         (struct dummy_frame): Delete "fp" and "sp".
4877         (find_dummy_frame): Simplify.
4878         (generic_push_dummy_frame): Do not set "fp" or "sp".
4879         (fprint_dummy_frames): Do not print "fp" and "sp"
4880
4881 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
4882
4883         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4884         (struct i386_insn): New structure.
4885         (i386_match_insn): New function.
4886         (i386_frame_setup_skip_insns): New variable.
4887         (i386_analyze_frame_setup): Change to use i386_match_insn and the
4888         array i386_frame_setup_insns of instructions that should be
4889         skipped inside the frame setup sequence.
4890
4891 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4892
4893         * frame.h (deprecated_frame_xmalloc_with_cleanup)
4894         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4895         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4896         * stack.c (frame_info): Delete references to
4897         DEPRECATED_FRAME_INIT_SAVED_REGS and
4898         deprecated_get_frame_saved_regs.
4899         * frame.c (struct frame_info): Delete saved_regs and extra_info.
4900         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4901         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4902         (frame_unwind_register_signed)
4903         (frame_unwind_register_unsigned)
4904         (frame_unwind_unsigned_register): Use register_size.
4905         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4906         (deprecated_frame_xmalloc_with_cleanup)
4907         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4908         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4909
4910         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4911         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4912         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4913         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4914
4915         * infcall.c (call_function_by_hand): Do not use
4916         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4917         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4918         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4919         DEPRECATED_STACK_ALIGN.
4920
4921 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4922
4923         Committed by Andrew Cagney.
4924         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4925
4926 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4927
4928         * mips-tdep.c (mips16_frame_cache)
4929         (mips16_frame_this_id, mips16_frame_prev_register)
4930         (mips16_frame_unwind, mips16_frame_sniffer)
4931         (mips16_frame_base_address, mips16_frame_base)
4932         (mips16_frame_base_sniffer, mips32_frame_cache)
4933         (mips32_frame_this_id, mips32_frame_prev_register)
4934         (mips32_frame_unwind, mips32_frame_sniffer)
4935         (mips32_frame_base_address, mips32_frame_base)
4936         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4937         separate heuristic mips16 and mips32 unwinders.
4938         (mips_stub_frame_cache, mips_stub_frame_this_id)
4939         (mips_stub_frame_prev_register)
4940         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4941         (mips_stub_frame_base_address, mips_stub_frame_base)
4942         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4943         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4944         match true mdebug frames.
4945         (non_heuristic_proc_desc): Add forward declaration.
4946
4947 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4948
4949         * config/mips/tm-irix6.h: Delete file.
4950         * config/mips/tm-irix5.h: Delete file.
4951         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4952         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4953
4954         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4955         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4956         * config/nm-gnu.h (NO_CORE_OPS): Delete.
4957         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4958         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4959         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4960         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4961         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4962         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4963         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4964         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4965         (TARGET_SIGNAL_RAW_VALUES): Delete.
4966         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4967         Delete.
4968         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
4969         (TARGET_HW_WATCH_LIMIT): Delete.
4970         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4971         * minimon.h: Delete file.
4972
4973         * trad-frame.c (trad_frame_get_this_base)
4974         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4975         functions.
4976         * trad-frame.h (trad_frame_set_this_base)
4977         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4978
4979 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4980
4981         * trad-frame.c (trad_frame_get_prev_register): Rename
4982         trad_frame_get_prev_register.
4983         * vax-tdep.c (vax_frame_prev_register): Update.
4984         * trad-frame.h: Update.
4985         * trad-frame.c (trad_frame_get_register): Update.
4986         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4987         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4988         Update.
4989         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4990         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4991         Update.
4992         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4993         Update.
4994         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4995         Update.
4996         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4997         Update.
4998         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4999         Update.
5000         * s390-tdep.c (s390_frame_prev_register) 
5001         (s390_stub_frame_prev_register) 
5002         (s390_sigtramp_frame_prev_register): Update.
5003         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
5004         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
5005         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
5006         * m88k-tdep.c (m88k_frame_prev_register) 
5007         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
5008         * m32r-tdep.c (m32r_frame_prev_register): Update.
5009         * hppa-tdep.c (hppa_frame_prev_register_helper) 
5010         * frv-tdep.c (frv_frame_prev_register): Update.
5011         * d10v-tdep.c (d10v_frame_prev_register): Update.
5012         * cris-tdep.c (cris_frame_prev_register): Update.
5013         * avr-tdep.c (avr_frame_prev_register): Update.
5014         * arm-tdep.c (arm_prologue_prev_register) 
5015         (arm_sigtramp_prev_register): Update.
5016
5017 2004-07-31  Andrew Cagney  <cagney@gnu.org>
5018
5019         * frame.h (legacy_saved_regs_unwind)
5020         (legacy_frame_chain_valid, legacy_frame_p)
5021         (enum frame_type): Delete UNKNOWN_FRAME.
5022         * dummy-frame.c (dummy_frame_this_id): Simplify.
5023         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
5024         * frame.c (struct frame_info): Delete the field "type".
5025         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
5026         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
5027         (legacy_saved_regs_unwind, legacy_frame_p)
5028         (frame_type_from_pc): Delete.
5029         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
5030         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
5031
5032 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
5033
5034         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
5035         indentation.
5036
5037         * mips-nat.c: Remove file.
5038         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
5039         (mips-nat.o): Remove dependency.
5040
5041         * infptrace.c: Update copyright year.
5042         (fetch_register): Pass NULL in regcache_raw_supply call instead of
5043         explicitly setting the buffer to all zeroes.
5044
5045         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
5046         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
5047
5048 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5049
5050         * GDB 6.2 released from gdb_6_2-branch.
5051
5052 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
5053
5054         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
5055
5056         * exec.c (exec_file_attach):
5057         * nto-tdep.c (nto_find_and_open_solib):
5058         * pa64solib.c (pa64_solib_sizeof_symbol_table):
5059         * solib.c (solib_open):
5060         * somsolib.c (som_solib_sizeof_symbol_table):
5061         * source.c (is_regular_file, openp, open_source_file):
5062         * symfile.c (symfile_bfd_open):
5063         * wince.c (upload_to_device): Differentiate between the search for
5064         binary and source files.
5065
5066 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5067
5068         * complaints.c (_initialize_complaints): Pass NULL to
5069         add_setshow_zinteger_cmd for help_doc.
5070         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
5071
5072 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5073
5074         Fix PR i18n/761.
5075         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
5076         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
5077         $(PACKAGE).pot and update-po.
5078         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
5079         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
5080         (update-po): New rules.
5081         (localedir): Define using autoconf.
5082         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
5083         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
5084         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
5085         * configure.in: Generate CATALOGS and LINGUAS from contents of
5086         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
5087         * configure: Re-generate.
5088         * po/gdbtext: New file
5089         
5090 2004-07-30  Jerome Guitton  <guitton@gnat.com>
5091
5092         * MAINTAINERS: Reorder Write After Approval list in alphabetical
5093         order.
5094
5095 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
5096
5097         * dwarf2read.c (read_file_scope): Set producer if attribute 
5098         present.
5099         (struct dwarf2_cu): Added new member producer.
5100
5101 2004-07-30  Jerome Guitton  <guitton@gnat.com>
5102
5103         * inflow.c (kill_command): release file handles in BFD.
5104         * exec.c (exec_file_attach): Ditto.
5105         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
5106
5107 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5108
5109         * PROBLEMS (mips-irix): Note that it is broken.
5110
5111 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5112
5113         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
5114         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
5115
5116         * config/xm-nbsd.h: Delete file.
5117         * config/arm/xm-nbsd.h: Delete file.
5118         * config/i386/xm-nbsd.h: Delete file.
5119         * config/ns32k/xm-nbsd.h: Delete file.
5120         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
5121         * config/i386/nbsdelf.mh (XM_FILE): Delete.
5122         * config/i386/nbsdaout.mh (XM_FILE): Delete.
5123         * config/arm/nbsdelf.mh (XM_FILE): Delete.
5124         * config/arm/nbsdaout.mh (XM_FILE): Delete.
5125
5126         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
5127         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
5128         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
5129         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
5130         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
5131         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
5132
5133         * config/powerpc/xm-linux.h: Delete empty file.
5134         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
5135         * config/powerpc/linux.mh (XM_FILE): Delete.
5136         * config/m68k/xm-linux.h: Delete empty file.
5137         * config/m68k/linux.mh (XM_FILE): Delete.
5138         * config/ia64/xm-linux.h: Delete empty file.
5139         * config/ia64/linux.mh (XM_FILE): Delete.
5140         * config/arm/xm-linux.h: Delete empty file.
5141         * config/arm/linux.mh (XM_FILE): Delete.
5142         
5143         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5144         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
5145         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5146         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
5147         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5148         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
5149         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5150         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
5151
5152         * config/m68k/xm-m68k.h: Delete file.
5153         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
5154         copyright.
5155         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
5156         * config/pa/xm-linux.h: Delete empty file.
5157         * config/pa/linux.mh (XM_FILE): Delete.
5158         * config/i386/xm-i386.h: Delete empty file.
5159         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
5160         "i386/xm-i386.h".
5161         * config/i386/obsdaout.mh (XM_FILE): Delete.
5162         * config/i386/obsd64.mh (XM_FILE): Delete.
5163         * config/i386/fbsd64.mh (XM_FILE): Delete.
5164         * config/i386/nto.mh (XM_FILE): Delete.
5165         * config/i386/obsd.mh (XM_FILE): Delete.
5166         * config/i386/linux64.mh (XM_FILE): Delete.
5167         * config/i386/linux.mh (XM_FILE): Delete.
5168         * config/i386/i386sol2.mh (XM_FILE): Delete.
5169         * config/i386/i386gnu.mh (XM_FILE): Delete.
5170         * config/i386/fbsd.mh (XM_FILE): Delete.
5171         * config/i386/nbsd64.mh (XM_FILE): Delete.
5172
5173 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5174
5175         * config/pa/xm-linux.h: Do not include "floatformat.h".
5176         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5177         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5178         * config/i386/xm-i386.h: Do not include "floatformat.h".
5179         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
5180         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5181         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5182         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
5183         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
5184         GDB_HOST_LONG_DOUBLE_FORMAT instead.
5185         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
5186         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
5187         * configure, config.in: Regenerate.     
5188         * configure.host (gdb_host_float_format, gdb_host_double_format)
5189         (gdb_host_long_double_format): Set according to the host.
5190         
5191 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5192
5193         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
5194
5195 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5196
5197         * PROBLEMS: Mention threads/1650.
5198         * NEWS: Mention the NPTL fix.
5199
5200 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5201
5202         * cli/cli-decode.c (add_setshow_cmd): Delete function.
5203         (add_setshow_cmd_full): Make static.
5204         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
5205         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
5206         * cli/cli-decode.c (add_setshow_filename_cmd) 
5207         (add_setshow_string_cmd): New functions.
5208         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
5209         * mips-tdep.c (_initialize_mips_tdep): Update.
5210         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
5211         * cli/cli-logging.c (_initialize_cli_logging): Update.
5212         * complaints.c (_initialize_complaints): Update.
5213         * remote.c (_initialize_remote): Update.
5214         
5215 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5216
5217         * cli/cli-decode.c (add_setshow_zinteger_cmd)
5218         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
5219         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
5220         print parameters.  Make string parameters constant.
5221         * command.h: Update.  Update copyright.
5222         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
5223         * observer.c (_initialize_observer): Ditto.
5224         * frame.c (_initialize_frame): Ditto.
5225         * complaints.c (_initialize_complaints): Ditto.
5226         * maint.c (_initialize_maint_cmds): Ditto.
5227         * target.c (initialize_targets): Ditto.
5228         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
5229         * infcall.c (_initialize_infcall): Ditto.
5230         * arm-tdep.c (_initialize_arm_tdep): Ditto.
5231         * m32r-rom.c (_initialize_m32r_rom): Ditto.
5232         * remote-rdi.c (_initialize_remote_rdi): Ditto.
5233         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
5234         * mips-tdep.c (_initialize_mips_tdep): Ditto.
5235
5236 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5237
5238         * gdbtypes.c (lookup_primitive_typename): Delete function.
5239         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
5240         * ada-lex.l: Use language_lookup_primitive_type_by_name.
5241         * gdbtypes.c (lookup_typename): Ditto.
5242         * f-exp.y (yylex): Ditto.
5243         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
5244
5245         * scm-lang.c (c_builtin_types): Delete extern declaration.
5246         (scm_language_defn): Replace
5247         string_char_type and primitive_type_vector with
5248         la_language_arch_info.
5249         * jv-lang.c (java_language_defn): Replace
5250         string_char_type and primitive_type_vector with
5251         la_language_arch_info.
5252         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
5253         c_builtin_types in comment.
5254         * c-lang.h (struct language_arch_info): Declare opaque.
5255         (c_language_arch_info): Declare.
5256         (c_builtin_types): Delete declaration.
5257         * c-lang.c (c_language_arch_info): Set string_char_type to
5258         builtin_char, not builtin_true_char.  Make global.
5259         (c_builtin_types): Delete array.
5260         (asm_language_defn, minimal_language_defn): Replace
5261         string_char_type and primitive_type_vector with
5262         la_language_arch_info.
5263
5264 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5265
5266         * gdbtypes.h (struct builtin_type): Rename true_char to
5267         builtin_true_char.
5268         * gdbtypes.c (gdbtypes_post_init): Update.
5269         * c-lang.c (arch_info): New function.
5270         (enum c_primitive_types): New enum.
5271         (c_language_defn): Instead of string_char_type and
5272         primitive_type_vector set la_language_arch_info.
5273
5274 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5275
5276         * language.h (struct language_arch_info): Fix typo
5277         s/primative/primitive/.
5278         * gdbtypes.c (lookup_primitive_typename): Ditto.
5279         * language.c (language_lookup_primitive_type_by_name)
5280         (unknown_language_arch_info): Ditto.
5281
5282 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5283
5284         * defs.h (enum language): Add nr_languages.
5285         * language.h (struct language_arch_info): Define.
5286         (struct language_defn): Add la_language_arch_info.
5287         (language_lookup_primative_type_by_name): Declare.
5288         (language_string_char_type): Declare.
5289         * language.c (_initialize_language, language_gdbarch_post_init)
5290         (struct language_gdbarch, language_gdbarch_data): Implement
5291         per-architecture language information.
5292         (unknown_language_arch_info, language_string_char_type)
5293         (language_lookup_primative_type_by_name): New functions.
5294         (unknown_language_defn, auto_language_defn)
5295         (local_language_defn): Set la_language_arch_info to
5296         unknown_language_arch_info.
5297         (unknown_builtin_types): Delete.
5298         * gdbtypes.c (lookup_primitive_typename): Use
5299         language_lookup_primative_type_by_name.
5300         (create_string_type): Use language_string_char_type.
5301         * values.c (value_from_string): Use language_string_char_type.
5302         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5303         * p-lang.c (pascal_language_defn): Ditto.
5304         * m2-lang.c (m2_language_defn): Ditto.
5305         * jv-lang.c (java_language_defn): Ditto.
5306         * objc-lang.c (objc_language_defn): Ditto.
5307         * f-lang.c (f_language_defn): Ditto.
5308         * c-lang.c (c_language_defn, cplus_language_defn) 
5309         (asm_language_defn, minimal_language_defn): Ditto.
5310         
5311 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5312
5313         * gdbtypes.h (struct builtin_type): Declare.
5314         (builtin_type): Declare.
5315         * d10v-tdep.c (d10v_register_type): Use builtin_type.
5316         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5317         (gdbtypes_post_init): New function.
5318         (builtin_type): New function.
5319
5320 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
5321
5322         * remote-m32r-sdi.c: Fix breakpoint bug.
5323         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5324         recv_char_data, recv_long_data): New functions to replace communication
5325         sequences.
5326
5327 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
5328
5329         Document PR threads/1650.
5330         * PROBLEMS (Threads): Document problem with many threads
5331
5332 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5333
5334         * gdb-mi.el: Move from here ...
5335         * mi/gdb-mi.el: ... to here.
5336
5337 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5338
5339         Problem reported by Ashley Pittman <ashley@quadrics.com>.
5340         * main.c (captured_main): When in batch mode always detach.
5341
5342 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5343
5344         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5345         and h8300 as broken.
5346         * NEWS: END-OF-LIFE frame compatibility module.
5347         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5348         specific comments.
5349
5350 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5351
5352         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5353         * xcoffsolib.c (_initialize_xcoffsolib): Update.
5354         * wince.c (_initialize_wince): Update.
5355         * win32-nat.c (_initialize_win32_nat): Update.
5356         * varobj.c (_initialize_varobj): Update.
5357         * valops.c (_initialize_valops): Update.
5358         * utils.c (initialize_utils, initialize_utils): Update.
5359         * tui/tui-win.c (_initialize_tui_win): Update.
5360         * top.c (init_main): Update.
5361         * symfile.c (_initialize_symfile): Update.
5362         * source.c (_initialize_source): Update.
5363         * somsolib.c (_initialize_som_solib): Update.
5364         * solib.c (_initialize_solib): Update.
5365         * solib-frv.c (_initialize_frv_solib): Update.
5366         * serial.c (_initialize_serial): Update.
5367         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5368         * remote.c (_initialize_remote, _initialize_remote): Update.
5369         * remote-vx.c (_initialize_vx): Update.
5370         * remote-utils.c (_initialize_sr_support): Update.
5371         * remote-sds.c (_initialize_remote_sds): Update.
5372         * remote-mips.c (_initialize_remote_mips): Update.
5373         * remote-e7000.c (_initialize_remote_e7000): Update.
5374         * proc-api.c (_initialize_proc_api): Update.
5375         * printcmd.c: Update.
5376         * parse.c (_initialize_parse): Update.
5377         * pa64solib.c (_initialize_pa64_solib): Update.
5378         * p-valprint.c (_initialize_pascal_valprint): Update.
5379         * monitor.c (_initialize_remote_monitors): Update.
5380         * mips-tdep.c (_initialize_mips_tdep): Update.
5381         * mcore-tdep.c (_initialize_mcore_tdep): Update.
5382         * maint.c (_initialize_maint_cmds): Update.
5383         * lin-lwp.c (_initialize_lin_lwp): Update.
5384         * language.c (_initialize_language): Update.
5385         * kod.c (_initialize_kod): Update.
5386         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5387         * i386-tdep.c (_initialize_i386_tdep): Update.
5388         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5389         * gdbarch.sh: Update.
5390         * gdbarch.c: Re-generate.
5391         * gdb-events.sh: Update.
5392         * gdb-events.c: Re-generate.
5393         * frame.c (_initialize_frame): Update.
5394         * exec.c: Update.
5395         * demangle.c (_initialize_demangler): Update.
5396         * dcache.c (_initialize_dcache): Update.
5397         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5398         * cp-valprint.c (_initialize_cp_valprint): Update.
5399         * corefile.c (_initialize_core): Update.
5400         * command.h: Update.
5401         * cli/cli-decode.h: Update.
5402         * cli/cli-cmds.c (init_cli_cmds): Update.
5403         * charset.c (_initialize_charset): Update.
5404         * breakpoint.c (_initialize_breakpoint): Update.
5405         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5406         * alpha-tdep.c (_initialize_alpha_tdep): Update.
5407         * aix-thread.c (_initialize_aix_thread): Update.
5408
5409 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5410
5411         Partial fix for PR backtrace/1718.
5412         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5413         that GCC migrates into the prolugue.  Don't handle any
5414         instructions that clobber %ebx.
5415
5416 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5417
5418         Use regcache_raw_collect instead of regcache_collect.
5419         * regcache.h (regcache_collect): Delete declaration.
5420         * regcache.c (regcache_colect): Delete function.
5421         * win32-nat.c (do_child_store_inferior_registers): Update.
5422         * sol-thread.c (sol_thread_store_registers): Update.
5423         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5424         * rs6000-nat.c (store_register): Update.
5425         * remote.c (store_register_using_P, remote_store_registers): Update.
5426         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5427         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
5428         (fill_vrregset, store_spe_registers, fill_gregset)
5429         (fill_gregset): Update.
5430         * nto-procfs.c (procfs_store_registers): Update.
5431         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5432         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5433         * m68klinux-nat.c (store_register, fill_gregset): Update.
5434         * m68k-tdep.c (fill_gregset): Update.
5435         * infptrace.c (store_register): Update.
5436         * i386-nto-tdep.c (i386nto_regset_fill): Update.
5437         * i386-linux-nat.c (store_register, fill_gregset): Update.
5438         * hppa-linux-nat.c (fill_gregset): Update.
5439         * go32-nat.c (store_register): Update.
5440         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5441         (store_fp_regs): Update.
5442         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
5443         (store_nwfpe_extended, store_fpregister, store_fpregs) 
5444         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5445         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5446         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5447         (store_regs_user_thread, store_regs_kernel_thread): Update.
5448
5449 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5450
5451         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5452         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5453         encoding.
5454         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5455         member of `struct comp_unit'.
5456
5457 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5458
5459         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5460         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5461
5462 2004-07-23  Martin Hunt  <hunt@redhat.com>
5463         Kevin Buettner <kevinb@redhat.com>
5464
5465         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5466         alignment was being added to the offset instead of multiplied.
5467
5468 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
5469
5470         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5471         changed signal trampoline in OpenBSD 3.5-current.
5472
5473         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5474         <machine/pcb.h> and "bsd-kvm.h".
5475         (sparc64nbsd_supply_pcb): New function.
5476         (_initialize_sparc64nbsd_nat): Renamed from
5477         _initialize_sparcnbsd_nat.  Enable libkvm interface.
5478         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5479         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5480         (LOADLIBES): New variable.
5481
5482         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5483
5484         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5485
5486 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5487
5488         Use regcache_raw_supply instead of supply_register.
5489         * regcache.h (supply_register): Delete declaration.
5490         * regcache.c (supply_register): Delete function.
5491         * wince.c (do_child_fetch_inferior_registers): Update.
5492         * win32-nat.c (do_child_fetch_inferior_registers) 
5493         (fetch_elf_core_registers): Update.
5494         * v850ice.c (v850ice_fetch_registers): Update.
5495         * thread-db.c (thread_db_store_registers): Update.
5496         * sol-thread.c (sol_thread_store_registers): Update.
5497         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5498         * rs6000-nat.c (fetch_register): Update.
5499         * rom68k-rom.c (rom68k_supply_one_register): Update.
5500         * remote.c (remote_wait, remote_async_wait): Update.
5501         * remote-st.c (get_hex_regs): Update.
5502         * remote-sim.c (gdbsim_fetch_register): Update.
5503         * remote-sds.c (sds_fetch_registers): Update.
5504         * remote-rdp.c (remote_rdp_fetch_register): Update.
5505         * remote-rdi.c (arm_rdi_fetch_registers): Update.
5506         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5507         * remote-m32r-sdi.c (m32r_fetch_register): Update.
5508         * remote-hms.c (init_hms_cmds): Update.
5509         * remote-est.c (init_est_cmds): Update.
5510         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
5511         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5512         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5513         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
5514         (fetch_register, supply_vrregset, supply_vrregset)
5515         (fetch_spe_registers): Update.
5516         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5517         * monitor.c (monitor_supply_register): Update.
5518         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5519         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5520         (mipsnbsd_supply_fpreg): Update.
5521         * mips-nat.c (fetch_inferior_registers)
5522         (fetch_core_registers): Update.
5523         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
5524         (supply_fpregset, mips64_supply_gregset)
5525         (mips64_supply_fpregset): Update.
5526         * m68klinux-nat.c (fetch_register, supply_gregset)
5527         (supply_fpregset): Update.
5528         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5529         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5530         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5531         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5532         * infptrace.c (fetch_register): Update.
5533         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5534         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5535         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
5536         (gnu_fetch_registers, gnu_store_registers): Update.
5537         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5538         * i386-linux-nat.c (fetch_register, supply_gregset)
5539         (dummy_sse_values): Update.
5540         * hpux-thread.c (hpux_thread_fetch_registers): Update.
5541         * hppah-nat.c (fetch_register): Update.
5542         * hppa-linux-nat.c (fetch_register, supply_gregset) 
5543         (supply_fpregset): Update.
5544         * go32-nat.c (fetch_register): Update.
5545         * dve3900-rom.c (fetch_bitmapped_register)
5546         (_initialize_r3900_rom): Update.
5547         * cris-tdep.c (supply_gregset): Update.
5548         * abug-rom.c (init_abug_cmds): Update.
5549         * core-aout.c (fetch_core_registers): Update.
5550         * armnbsd-nat.c (supply_gregset, supply_fparegset)
5551         (fetch_register, fetch_fp_register): Update.
5552         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5553         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5554         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5555         * alphanbsd-tdep.c (fetch_core_registers): Update.
5556         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5557         * alpha-nat.c (fetch_osf_core_registers) 
5558         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5559         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
5560         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5561
5562 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5563
5564         * PROBLEMS: Mention breakpoints/1702.
5565         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5566         that is known to work.
5567
5568 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5569
5570         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5571         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5572         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5573         (handle_inferior_event): Wrap call to deprecated
5574         IGNORE_HELPER_CALL in #ifdef.
5575         * config/mips/tm-nbsd.h: Update.
5576
5577 2004-07-20  Jim Blandy  <jimb@redhat.com>
5578
5579         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5580         bfd_mach_ppc has no segment registers.
5581
5582         Include PowerPC SPR numbers for special-purpose registers.
5583         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5584         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5585         new member in initializer.
5586         (S, S4, SN4, S64): New macros for defining special-purpose
5587         registers.
5588         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5589         registers_403, registers_403GC, registers_505, registers_860,
5590         registers_601, registers_602, registers_603, registers_604,
5591         registers_750, registers_e500): Use them.
5592
5593         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5594         replace references with expression used to initialize variable.
5595
5596 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5597
5598         * breakpoint.c (deprecated_read_memory_nobpt): Rename
5599         read_memory_nobpt.
5600         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5601         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5602         (s390_sigtramp_frame_sniffer): Update.
5603         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5604         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5605         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
5606         (mips32_fetch_instruction): Update.
5607         * mcore-tdep.c (get_insn): Update.
5608         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5609         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5610         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5611         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
5612         (i386_linux_rt_sigtramp_start): Update.
5613         * i386-linux-nat.c (child_resume): Update.
5614         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5615         * hppa-linux-tdep.c (insns_match_pattern): Update.
5616         * gdbcore.h: Update.
5617         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5618         * frame.c (safe_frame_unwind_memory): Update.
5619         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5620         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5621         * alpha-tdep.c (alpha_read_insn): Update.
5622
5623 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5624
5625         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5626         containing both bytes and mask.  Add "frame_type".
5627         * tramp-frame.c (tramp_frame_start): Update.
5628         (tramp_frame_prepend_unwinder): Update.
5629         * mips-linux-tdep.c (mips_linux_o32_sigframe)
5630         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5631         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
5632         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5633
5634 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
5635
5636         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5637         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5638         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5639         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5640
5641 2004-07-17  Andrew Cagney  <cagney@gnu.org>
5642
5643         * NEWS, PROBLEMS: Update for 6.2.
5644
5645         * README: Update to 6.2.
5646
5647         * utils.c (xvasprintf): Call xstrvprintf.
5648
5649         * parse.c: Update copyright.
5650         (null_post_parser): Eliminate ARGSUSED.
5651
5652         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5653         * tui/tui-win.c (tui_get_cmd_list): Ditto.
5654         * symfile-mem.c (_initialize_symfile_mem): Ditto.
5655         
5656         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5657         * ppc-linux-nat.c: Use "Linux kernel".
5658         * hppa-linux-tdep.c: Use GNU/Linux.
5659         * hppa-linux-nat.c: Use GNU/Linux.
5660         * dwarfread.c: Add [sic] to use of Linux.
5661
5662         * hppa-linux-nat.c: Do not include <string.h>.
5663         (supply_fpregset): Remove "register" attribute.
5664
5665         * solib-frv.c (fetch_loadmap): Use xfree, not free.
5666
5667 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
5668
5669         * configure.in: Define _MSE_INT_H on Solaris 9 too.
5670         * configure, config.in: Regenerated.
5671
5672         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5673         "bsd-kvm.h".
5674         (vaxbsd_supply_pcb): New function.
5675         (_initialize_vaxbsd_nat): New prototype and function.
5676         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5677         solib-sunos.o.
5678         (LOADLIBES): New variable.
5679         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5680         (LOADLIBES): New variable.
5681         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5682         (LOADLIBES): New variable.
5683         * Makefile.in (vaxbsd-nat.o): Update dependencies.
5684
5685 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5686
5687         * defs.h (event_loop_p): Replace variable declaration with macro,
5688         always 1.
5689         * main.c (captured_main): Delete options "-async" and "-noasync".
5690         (event_loop_p): Delete variable.
5691         * NEWS: Mention that "-async" and "-noasync" were removed.
5692
5693 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5694
5695         * remote-m32r-sdi.c: Re-indent.
5696
5697 2004-07-16  Jim Blandy  <jimb@redhat.com>
5698
5699         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5700         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5701         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5702         missing MPC823 SPRs.
5703         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5704         incorrect.  (This was corrected in GDB's register name tables on
5705         2004-07-14.)
5706
5707         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5708         should be "esasrr" ("ESA Save and Restore Register").
5709
5710 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5711
5712         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5713         calls, no longer applicable.  Update comments and rename parameter
5714         "step_frame" to "return_frame".
5715
5716 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5717
5718         * frame.c (fprint_field): New function.
5719         (fprint_frame_id): Use fprint_field.
5720
5721 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
5722
5723         * ada-lang.c (ada_language_defn): Remove commented out code.
5724
5725 2004-07-15  Jim Blandy  <jimb@redhat.com>
5726
5727         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5728         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5729
5730 2004-07-14  Jim Blandy  <jimb@redhat.com>
5731
5732         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5733
5734         * ppc-tdep.h (ppc_num_vrs): New enum constant.
5735
5736         * ppc-tdep.h (ppc_num_srs): New enum constant.
5737
5738         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5739         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5740         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5741         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5742         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5743         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5744         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5745         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5746         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5747         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5748         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5749         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5750         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5751         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5752         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5753         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5754         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5755         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5756         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5757         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5758         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5759         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5760         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5761         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5762         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5763         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5764         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5765         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5766         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5767         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5768         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5769         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5770         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5771         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5772         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5773         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5774         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5775         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5776         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5777         special-purpose register numbers.
5778
5779         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
5780         manual mentions 'md_twb', but many mention 'm_twb', and at that
5781         point in the register list.)
5782
5783 2004-07-14  Andrew Cagney  <cagney@gnu.org>
5784
5785         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5786         instead of "internal-error".
5787
5788 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
5789
5790         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5791         that was inserted inside a comment.
5792
5793 2004-07-10  Randolph Chung  <tausq@debian.org>
5794
5795         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
5796         function.
5797         (hppa_hpux_push_dummy_code): New function.
5798         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5799         Set find_global_pointer method.
5800
5801 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
5802
5803         * NEWS: Mention BSD libkvm interface.
5804
5805 2004-07-10  Michael Snyder  <msnyder@redhat.com>
5806
5807         * symfile.c (generic_load): Comment typo.
5808         * stack.c (get_selected_block): Ditto.
5809         * regcache.c (regcache_cooked_read): Ditto.
5810         * monitor.c (monitor_debug): Ditto.
5811         * mips-tdep.c (mips_read_pc): Ditto.
5812         * i386-linux-nat.c (ps_get_thread_area): Ditto.
5813         * gdb_mbuild.sh: Ditto.
5814         * gdbarch.sh: Ditto.
5815         * gdbarch.h: Ditto.
5816
5817 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
5818
5819         * ada-tasks.c: Remove file.
5820         
5821         Remove ARI problems:
5822         
5823         * ada-exp.y (write_var_from_sym): Reformat to put operator at
5824         beginning of line.
5825
5826         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5827         Add comment.
5828         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5829         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
5830         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
5831         (UMIN_OF_SIZE): Remove.
5832         (max_of_type): New function to replace orphan macro in gdbtypes.h
5833         (min_of_type): Ditto.
5834         (discrete_type_high_bound): Use max_of_type.
5835         (discrete_type_low_bound): Use min_of_type.
5836         (possible_user_operator_p): Move operator to beginning of line.
5837         (ada_is_variant_part): Ditto.
5838         (ensure_lval): Rewrite to avoid deprecated operations.
5839         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5840         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5841         (ada_enum_name): Remove assignments in 'if' statements.
5842         (build_ada_types): Add gdbarch parameter.
5843         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5844         with gdbarch_data_register_post_init.
5845         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
5846         add_show_from_set.
5847
5848         * ada-valprint.c (inspect_it): Remove declaration.
5849         (repeat_count_threshold): Remove declaration.
5850         (ada_print_floating): Remove assignments in 'if' statements.
5851         (print_str): Move operator to beginning of line.
5852         
5853 2004-07-08  Jim Blandy  <jimb@redhat.com>
5854
5855         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5856
5857 2004-07-08  Bob Rossi  <bob@brasko.net>
5858
5859         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5860
5861 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
5862
5863         * language.h (struct_language_defn): Add new function pointer:
5864         la_class_name_from_physname.  Also add new prototype for
5865         language_class_name_from_physname.
5866         * language.c (language_class_name_from_physname): New function.
5867         (unk_lang_class_name): Ditto.
5868         (unknown_language_defn, auto_language_defn): Change
5869         to add unk_lang_class_name function pointer for
5870         la_class_name_from_physname.
5871         (local_language_defn): Ditto.
5872         * dwarf2read.c (guess_structure_name): Change to call
5873         language_class_name_from_physname.
5874         (determine_class_name): Ditto.
5875         * cp-support.c (class_name_from_physname): Renamed.
5876         (cp_class_name_from_physname): New name of function.
5877         * cp-support.h: Ditto.
5878         * c-lang.c (c_language_defn): Change to add NULL
5879         for class_name_from_physname function pointer.
5880         (cplus_language_defn): Change to add cp_class_name_from_physname.
5881         * jv-lang.c (java_class_name_physname): New function.
5882         (java_find_last_component): New static routine.
5883         (java_language_defn): Add java_class_name_from_physname pointer.
5884         * ada-lang.c (ada_language_defn): Change to add NULL
5885         for class_name_from_physname function pointer.
5886         * f-lang.c (f_language_defn): Ditto.
5887         * m2-lang.c (m2_language_defn): Ditto.
5888         * objc-lang.c (objc_language_defn): Ditto.
5889         * p-lang.c (pascal_language_defn): Ditto.
5890         * scm-lang.c (scm_language_defn): Ditto. 
5891
5892 2004-07-06  Andrew Cagney  <cagney@gnu.org>
5893
5894         Patch from Bart Robinson.
5895         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5896         (O_LARGEFILE): Define to 0, if not defined.
5897
5898 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5899
5900         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5901         <machine/pcb.h> and "bsd-kvm.h".
5902         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5903         (m68kbsd_supply_pcb): New function.
5904         (_initialize_m68kbsd_nat): New prototype and function.
5905         * Makefile.in (m68kbsd-nat.o): Update dependencies.
5906         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5907         (LOADLIBES): New variable.
5908         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5909         (LOADLIBES): New variable.
5910
5911         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5912
5913 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5914
5915         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5916         <sys/proc.h>.
5917         (bsd_kvm_cmdlist): New variable.
5918         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5919         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5920         command and "kvm proc" command.
5921         * Makefile.in (bsd-kvm.o): Update dependencies.
5922
5923 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
5924
5925         * osabi.c: Update copyright year.
5926         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
5927         notes if EI_OSABI is set to ELFOSABI_HPUX.
5928
5929 2004-07-01  Michael Snyder  <msnyder@redhat.com>
5930
5931         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5932         that seems to have gotten whacked out of line.
5933
5934 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
5935
5936         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5937         code.
5938
5939 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5940
5941         * ada-lang.c (decode_packed_array): Minor change to comment.
5942         (ada_value_slice_ptr): New function. 
5943         (ada_value_slice): New function. 
5944         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5945         test.  Don't know why it is there.
5946         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5947         to avoid dereferencing huge arrays from which one is slicing.  
5948         (empty_array): Correct to return an array rather than
5949         a subrange value.
5950         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5951         on empty arrays (let'em use 'FIRST instead).
5952
5953 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5954
5955         Address complaints from gdb_ari.sh:
5956         
5957         * ada-exp.y: Include gdb_string.h rather than string.h.
5958         (convert_char_literal): Reformat declaration.
5959         * ada-lang.h: Include opaque struct declaration for struct frame_info.
5960         * ada-lex.l: Change use of free to xfree (the macro would do so
5961         anyway, but this is harmless).
5962         Include gdb_string.h rather than string.h.
5963         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5964         
5965         * ada-lang.c (parse): Remove K&Rism in parameter list.
5966         (is_name_suffix): Correct Linux => GNU/Linux in comment.
5967         
5968 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5969
5970         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5971         dead code.
5972
5973 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5974
5975         * alphabsd-nat.c: Update copyright year.
5976         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5977
5978 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
5979
5980         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5981         (i386_cygwin_in_solib_call_trampoline): New function.
5982         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5983         and skip_trampoline_code gdbarch methods.
5984
5985 2004-06-29  Jim Blandy  <jimb@redhat.com>
5986
5987         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5988         name actually used in the dependency lists.
5989
5990 2004-06-29  Randolph Chung  <tausq@debian.org>
5991
5992         * NEWS (New native configurations): Mention GNU/Linux/hppa.
5993
5994 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5995
5996         * win32-nat.c (child_pid_to_exec_file): New function.
5997         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5998         functionality.
5999
6000 2004-06-28  Andrew Cagney  <cagney@gnu.org>
6001
6002         * defs.h (xstrvprintf): Declare.
6003         * utils.c (xstrvprintf): New function.
6004         (internal_vproblem, xstrprintf, xasprintf) 
6005         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
6006         * serial.c (serial_printf): Ditto.
6007         * complaints.c (vcomplaint): Ditto.
6008
6009 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
6010
6011         * infcmd.c (attach_command): Move call to target_terminal_inferior
6012         behind loading symbol table.
6013
6014 2004-06-28  Andrew Cagney  <cagney@gnu.org>
6015
6016         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
6017         change - add back extern deprecated_ui_loop_hook declaration.
6018
6019 2004-06-28  Andrew Cagney  <cagney@gnu.org>
6020
6021         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
6022         xstrprintf.
6023         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
6024         (c_value_of_variable): Ditto.
6025         * utils.c (internal_vproblem): Ditto.
6026         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
6027         * remote.c (add_packet_config_cmd): Ditto.
6028         * remote-rdp.c (rdp_set_command_line): Ditto.
6029         * regcache.c (regcache_dump): Ditto.
6030         * frv-tdep.c (new_variant, new_variant): Ditto.
6031         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
6032         (fbsd_find_memory_regions): Ditto.
6033         * breakpoint.c (create_thread_event_breakpoint) 
6034         (create_breakpoints): Ditto.
6035         * aix-thread.c (aix_thread_pid_to_str): Ditto.
6036         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
6037
6038 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
6039
6040         * ada-lang.c: Re-indent file, with some massaging to help indent
6041         a bit when the result is otherwise really too ugly.
6042
6043 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
6044
6045         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
6046         code_addr_p and special_addr_p to 'unsigned int'.
6047
6048 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6049
6050         * i386v4-nat.c: Update copyright year and tweak comment.
6051         (regmap): Remove trailing comma.
6052         (supply_gregset): Rename local variable i to regnum.  Call
6053         regcache_raw_supply instead of supply_register.
6054         (fill_gregset): Rename argument regno to regnum.  Call
6055         regcache_raw_collect instead of regcache_collect.
6056
6057 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
6058
6059         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
6060         and special_addr_p.
6061         (frame_id_build, frame_id_build_special): Update comments.
6062         (frame_id_build_wild): New prototype.
6063         * frame.c (frame_id_build, frame_id_build_special): Fill in new
6064         struct frame_id fields.
6065         (frame_id_build_wild): New function.
6066         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
6067
6068 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6069
6070         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
6071         hppabsd-tdep.c.
6072
6073 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6074
6075         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
6076
6077 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6078
6079         * ada-lang.c: Re-indent file.
6080
6081 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6082
6083         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
6084         (no_symtab_msg): Likewise.
6085
6086 2004-06-27  Andreas Schwab  <schwab@suse.de>
6087
6088         * source.c: Fix whitespace.
6089
6090 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6091
6092         * configure.in: Include <sys/param.h> for td_pcb test.
6093         * configure: Regenerated.
6094
6095         * i386nbsd-nat.c: New file.
6096         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
6097         i386obsd-nat.c and i386obsd-tdep.c.
6098         (i386nbsd-nat.o): New dependency.
6099         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
6100         bsd-kvm.o.
6101         (LOADLIBES): New variable.
6102         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
6103         bsd-kvm.o.
6104         (LOADLIBES): New variable.
6105
6106         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
6107         (LOADLIBES): New variable.
6108
6109         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
6110         fetching from BSD_KVM_PADDR.  Correctly lookup address for
6111         "_thread0".
6112
6113         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
6114         "bsd-kvm.h".
6115         (amd64fbsd_supply_pcb): New funcion.
6116         (_initialize_amd64fbsd_nat): Enable libkvm interface.
6117
6118 2004-06-27    <david@streamline-computing.com>
6119
6120         Partial fix for PR cli/1056.
6121         * valarith.c: Check for zero in division and remainder 
6122         evaluation.
6123
6124 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6125
6126         * i387-tdep.c: Remove excessive whitespace.
6127
6128 2004-06-26  Andrew Cagney  <cagney@gnu.org>
6129
6130         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
6131         * gdb-events.h, gdb-events.c: Re-generate.
6132         * tui/tui-hooks.c (tui_install_hooks): Update.
6133         (tui_remove_hooks): Update.
6134         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
6135
6136 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
6137
6138         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
6139         (gregset_t, fpregset_t): Remove typedefs.
6140         (REG_OFFSET): Rename argument.
6141         (amd64bsd_r_reg_offset): Rename from reg_offset.
6142         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
6143         Remove functions.
6144         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
6145         of reg_offset.
6146         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
6147
6148         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
6149
6150         * vax-tdep.c: Tweak comment.
6151
6152         Add OpenBSD/hppa support.
6153         * NEWS (New native configurations): Mention OpenBSD/hppa.
6154         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
6155         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
6156         files.
6157         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
6158         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
6159         * configure.host: Add hppa*-*-openbsd*.
6160         * configure.tgt: Add hppa*-*-openbsd*.
6161
6162 2004-06-25  Andrew Cagney  <cagney@gnu.org>
6163
6164         * defs.h (deprecated_ui_loop_hook): Deprecated.
6165         * wince.c (child_wait): Update.
6166         * win32-nat.c (child_wait): Update.
6167         * v850ice.c (v850ice_wait): Update.
6168         * top.c (deprecated_ui_loop_hook): Update.
6169         * serial.h: Update.
6170         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
6171         (do_unix_readchar): Update.
6172         * ser-tcp.c (net_open): Update.
6173         * remote-sim.c (gdb_os_poll_quit): Update.
6174         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
6175
6176 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6177
6178         * defs.h (deprecated_pre_add_symbol_hook)
6179         (deprecated_post_add_symbol_hook): Deprecated.
6180         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
6181         (symbol_file_add_with_addrs_or_offsets): Update references.
6182
6183 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6184
6185         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
6186         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
6187         * wince.c (ui_loop_hook): Delete extern declaration.
6188         * win32-nat.c (ui_loop_hook): Delete extern declaration..
6189         * v850ice.c (ui_loop_hook): Delete extern declaration..
6190         * ser-unix.c (ui_loop_hook): Delete extern declaration..
6191         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
6192         * remote-sim.c (ui_loop_hook): Delete extern declaration..
6193         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
6194         ui_loop_hook declaration.
6195
6196 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6197
6198         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
6199         entry_func_highpc fields.
6200         * objfiles.c (init_entry_point_info): Do not clear
6201         entry_func_lowpc and entry_func_highpc.
6202         (objfile_relocate): Do not relocate entry_func_lowpc and
6203         entry_func_highpc.
6204         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
6205         entry_func_highpc.
6206         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
6207         entry_func_highpc.
6208         * blockframe.c (legacy_frame_chain_valid): Replace tests against
6209         entry_func_lowpc and entry_func_highpc with call to
6210         inside_entry_func.
6211
6212 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6213
6214         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
6215         quad-precision floating point arguments in registers.
6216
6217 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6218
6219         From Michael Mueller <m.mueller99@kay-mueller.de>:
6220         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
6221         account.
6222
6223 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
6224
6225         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
6226         to -1.
6227         * breakpoint.c (bpstat_stop_status): Move check for ignoring
6228         untriggered watchpoints to a separate if clause.  Update function
6229         comment regarding STOPPED_BY_WATCHPOINT argument.
6230
6231 2004-06-22  Jim Blandy  <jimb@redhat.com>
6232
6233         * gdbarch.sh: Doc fix.
6234
6235 2004-06-21  Martin Hunt  <hunt@redhat.com>
6236         Kevin Buettner <kevinb@redhat.com>
6237
6238         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
6239         * mips-tdep.h (MIPS_SP_REGNUM): Define.
6240         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
6241         to set_gdbarch_sp_regnum().  Use cooked register number.
6242         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
6243
6244 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6245
6246         * gdbarch.sh: When the macro field is empty, do not generate a
6247         macro definition.  When the macro field is "=", generate the macro
6248         name from the upper-case function name.
6249         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
6250         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
6251         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
6252         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
6253         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
6254         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
6255         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
6256         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
6257         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
6258         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
6259         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
6260         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
6261         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6262         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6263         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6264         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6265         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6266         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6267         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6268         (DEPRECATED_USE_STRUCT_CONVENTION)
6269         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6270         (DEPRECATED_FRAME_INIT_SAVED_REGS)
6271         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6272         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6273         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6274         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6275         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6276         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6277         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6278         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6279         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6280         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6281         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6282         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6283         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6284         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6285         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6286         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6287
6288 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6289
6290         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6291         macro name, and the function rather than macro value.  Only wrap
6292         macro print statements in #ifdef.  Move format logic to where it
6293         is needed.
6294         * gdbarch.c: Re-generate.
6295         
6296         * gdbarch.sh (read): Delete "print_p" and "description", add
6297         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
6298         Delete references to print_p.
6299         (TARGET_ARCHITECTURE): Delete print predicate.
6300         * gdbarch.c: Re-generate.
6301         
6302         * gdbarch.sh: Check that multi-arch methods do not provide a
6303         macro.
6304         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6305         (print_registers_info, print_float_info, print_vector_info)
6306         (adjust_breakpoint_address, remote_translate_xfer_address)
6307         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6308         (address_class_type_flags_to_name, unwind_sp): Remove the macro
6309         name from the multi-arch definition.
6310         
6311 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6312
6313         * gdbarch.sh: Sort by the function, instead of macro name.
6314         * gdbarch.c: Re-generate.
6315         
6316 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6317
6318         * gdbarch.sh: Use the function, instead of macro name in
6319         errors and the log file.
6320         (return_value): Remove stray ":" in spec.
6321
6322         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6323         * gdbarch.h, gdbarch.c: Re-generate.
6324         * Makefile.in (arch-utils.o): Update dependencies.
6325         * values.c (using_struct_return): Move code calling
6326         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6327         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6328         to legacy_return_value, simplify.
6329         * infcmd.c (print_return_value): Move code calling
6330         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6331         to legacy_return_value, simplify.
6332         * infcall.c (call_function_by_hand): Move code calling
6333         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6334         * arch-utils.c: Update copyright.  Include "gdbcore.h".
6335         (legacy_return_value): New function.
6336         * arch-utils.h: Update copyright.
6337         (legacy_return_value): Declare.
6338         
6339 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6340
6341         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6342         * gdbarch.h, gdbarch.c: Re-generate.
6343         * values.c (using_struct_return): Update call.
6344         * mcore-tdep.c: Update comment.
6345         * infcall.c (call_function_by_hand): Update comment.
6346         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6347         * arch-utils.h (always_use_struct_convention): Update.
6348         * v850-tdep.c (v850_gdbarch_init): Update.
6349         * sh64-tdep.c (sh64_gdbarch_init): Update.
6350         * sh-tdep.c (sh_gdbarch_init): Update.
6351         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6352         * mips-tdep.c (mips_gdbarch_init): Update.
6353         * mcore-tdep.c (mcore_gdbarch_init): Update.
6354         * m32r-tdep.c (m32r_gdbarch_init): Update.
6355         * ia64-tdep.c (ia64_gdbarch_init): Update.
6356         * h8300-tdep.c (h8300_gdbarch_init): Update.
6357         * frv-tdep.c (frv_gdbarch_init): Update.
6358         * cris-tdep.c (cris_gdbarch_init): Update.
6359         * arm-tdep.c (arm_gdbarch_init): Update.
6360         * alpha-tdep.c (alpha_gdbarch_init): Update.
6361
6362 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
6363
6364         * PROBLEMS: Add more specific information, and a work-around,
6365         for PR gdb/1458.
6366
6367 2004-06-18  Andrew Cagney  <cagney@gnu.org>
6368
6369         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6370         * gdbarch.h, gdbarch.c: Re-generate.
6371         * ada-lang.c (ada_finish_decode_line_1): Update.
6372         * infrun.c (handle_inferior_event): Update.
6373         * infcall.c (find_function_addr): Update.
6374         * linespec.c (minsym_found): Update.
6375         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6376         Update.
6377         * blockframe.c (legacy_frameless_look_for_prologue): Update.
6378         * cli/cli-cmds.c (disassemble_command): Update.
6379         * vax-tdep.c (vax_gdbarch_init): Update.
6380
6381 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
6382
6383         * i386-tdep.c (i386_collect_fpregset): Fix comment.
6384
6385 2004-06-17  Andrew Cagney  <cagney@gnu.org>
6386
6387         GDB 6.1.1 released from the GDB 6.1 branch.
6388         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6389         * PROBLEMS: Ditto.
6390
6391 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
6392
6393         PR gdb/1658
6394         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6395         operation as a uleb128.  Found by Michael Coulter.
6396
6397 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
6398         
6399         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6400         make it non-static.
6401         * ada-lang.h (task_control_block): declaration moved from ada-task.c
6402         to ada-lang.h; this is needed to be able to implement the kill command
6403         in multi-task mode.
6404         (task_ptid): Ditto.
6405         (task_entry): Ditto.
6406         (task_list): Ditto.
6407         (ada_build_task_list): Ditto.
6408         
6409         * ada-lang.c: Conditionalize routines and data structures related 
6410         to breakpoints, exceptions, completion, and symbol caching on 
6411         GNAT_GDB, since these are not yet used in the submitted public sources.
6412         (ada_main_name): Editorial: Move definition out of exception-related 
6413         code.
6414
6415 2004-06-15  Andrew Cagney  <cagney@gnu.org>
6416
6417         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6418         deprecated_pc_in_call_dummy.
6419
6420 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
6421
6422         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6423         bfd_get_section_size_before_reloc or _raw_size.
6424         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6425         * dwarf2read.c (dwarf2_locate_sections): Likewise.
6426         (dwarf2_read_section): Likewise.
6427         * elfread.c (elf_locate_sections): Likewise.
6428         * gcore.c (derive_heap_segment): Likewise.
6429         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6430         * remote-e7000.c (e7000_load): Likewise.
6431         * remote-m32r-sdi.c (m32r_load): Likewise.
6432         * remote-mips.c (mips_load_srec): Likewise.
6433         (pmon_load_fast): Likewise.
6434         * remote.c (compare_sections_command): Likewise.
6435         * symfile.c (add_section_size_callback): Likewise.
6436         (load_section_callback): Likewise.
6437         (pc_in_unmapped_range): Likewise.
6438         (pc_in_mapped_range): Likewise.
6439         (sections_overlap): Likewise.
6440         (list_overlays_command): Likewise.
6441         (simple_overlay_update_1): Likewise.
6442         (simple_overlay_update): Likewise.
6443         * tracepoint.c (remote_set_transparent_ranges): Likewise.
6444         * win32-nat.c (core_section_load_dll_symbols): Likewise.
6445
6446 2004-06-14  Randolph Chung  <tausq@debian.org>
6447
6448         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6449         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
6450         static.
6451         (hppa_hpux_inferior_created): New function.
6452         (hppa_hpux_init_abi): Register observer.
6453         * symfile.c (hp_cxx_exception_support_initialized)
6454         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6455         (symbol_file_add_main_1, symbol_file_clear): Likewise.
6456
6457 2004-06-14  Randolph Chung  <tausq@debian.org>
6458
6459         * MAINTAINERS (Write After Approval): Alphabetize my entry
6460         correctly.
6461
6462 2004-06-14  Andrew Cagney  <cagney@gnu.org>
6463
6464         * MAINTAINERS (testsuite): List Michael Chastain as the lead
6465         testsuite maintainer.
6466
6467 2004-06-13  Andrew Cagney  <cagney@gnu.org>
6468
6469         * infcmd.c (print_return_value): Fix logic, allow
6470         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6471
6472         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6473         defining any macros.
6474         * gdbarch.h: Re-generate.
6475
6476         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
6477         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6478         * gdbarch.h: Re-generate.
6479
6480         * values.c (generic_use_struct_convention): Don't check gcc_p.
6481
6482         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6483         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6484         * gdbarch.h, gdbarch.c: Regenerate.
6485         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
6486         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6487         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6488         deprecated_max_register_raw_size and
6489         deprecated_max_register_virtual_size.
6490         * v850-tdep.c (v850_gdbarch_init): Ditto.
6491         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6492         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6493         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6494         * cris-tdep.c (cris_gdbarch_init): Ditto.
6495
6496         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6497         * gdbarch.h, gdbarch.c: Re-generate.
6498         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6499         (m68hc11_use_struct_convention): Delete function.
6500         (m68hc11_extract_struct_value_address): Delete function.
6501         (m68hc11_return_value): New function.
6502         (m68hc11_gdbarch_init): Instead of store_return_value,
6503         extract_return_value, return_value_on_stack,
6504         deprecated_extract_struct_value_address and use_struct_convention,
6505         set return_value.
6506         * values.c (using_struct_return): Do not call
6507         RETURN_VALUE_ON_STACK.
6508         * arch-utils.h (generic_return_value_on_stack_not): Delete
6509         declaration.
6510         * arch-utils.c (generic_return_value_on_stack_not): Delete
6511         function.
6512         
6513 2004-06-12  Andrew Cagney  <cagney@gnu.org>
6514
6515         * values.c (register_value_being_returned): Delete function.
6516         * infcmd.c (legacy_return_value): Delete function.
6517         * infcall.c (call_function_by_hand): Inline
6518         "register_value_being_returned", simplify.
6519         * values.c (using_struct_return): Update comment, refer to
6520         print_return_value instead of register_value_being_returned.
6521         * infcmd.c (print_return_value): Inline calls to
6522         register_value_being_returned and legacy_return_value.  Simplify.
6523
6524 2004-06-11  Randolph Chung  <tausq@debian.org>
6525
6526         * somread.c (som_symtab_read): Exclude gcc local symbols.
6527
6528 2004-06-11  Randolph Chung  <tausq@debian.org>
6529
6530         * infrun.c (handle_inferior_event): Handle the case when a
6531         trampoline ends up in the runtime resolver, and if the trampoline
6532         has no name.  Rearrange the code so that all the trampoline
6533         processing happens before other step-out-of-range handling.
6534
6535 2004-06-11  Martin Hunt  <hunt@redhat.com>
6536
6537         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6538         has no fpu.
6539
6540 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6541
6542         * blockframe.c (legacy_inside_entry_func): Delete.
6543         (legacy_frame_chain_valid): Inline call to
6544         legacy_inside_entry_func, simplify.
6545
6546 2004-06-10  Bob Rossi  <bob@brasko.net>
6547
6548         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6549         * dwarf2read.c (partial_die_info): Add dirname field.
6550         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6551         (read_partial_die): Save away DW_AT_comp_dir.
6552         * defs.h (symtab_to_filename): Removed.
6553         * source.c (find_and_open_source): Added.
6554         (open_source_file): Just calls find_and_open_source.
6555         (symtab_to_filename): Removed.
6556         (symtab_to_fullname, psymtab_to_fullname): Added.
6557         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6558         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6559         symtab_to_filename.
6560         * symtab.h (partial_symtab): Add dirname field.
6561         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6562         (mi_cmd_file_list_exec_source_file): Call new function
6563         symtab_to_fullname to find fullname.
6564         (mi_cmd_file_list_exec_source_files): Added.
6565         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6566         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6567
6568 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6569
6570         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6571         to generic_use_struct_convention, the default value.
6572
6573         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6574         of abort.
6575
6576         * ns32k-tdep.c (ns32k_push_arguments): New function.
6577         (ns32k_gdbarch_init): Set deprecated_push_arguments.
6578         * infcall.c (call_function_by_hand): Call error instead of
6579         legacy_push_arguments.
6580         * value.h (legacy_push_arguments): Delete declaration.
6581         * valops.c (legacy_push_arguments): Delete function.
6582         (value_push): Delete function.
6583
6584 2004-06-10  Brian Ford  <ford@vss.fsi.com>
6585
6586         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6587         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
6588         info.
6589         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6590
6591 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6592
6593         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6594         * gdbarch.h, gdbarch.c: Re-generate.
6595         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6596         parameters.
6597         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6598         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6599         deprecated_pc_in_call_dummy instead of
6600         DEPRECATED_PC_IN_CALL_DUMMY.
6601         (arm_skip_prologue): Ditto.
6602         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6603         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6604         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6605         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6606         Ditto.
6607         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
6608         (sh64_init_extra_frame_info, sh64_get_saved_register) 
6609         (sh64_pop_frame): Ditto.
6610         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6611         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
6612         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6613         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
6614         (h8300_pop_frame): Ditto.
6615         * blockframe.c (legacy_inside_entry_func) 
6616         (legacy_frame_chain_valid): Ditto.
6617         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6618         to deprecated_pc_in_call_dummy.
6619         
6620 2004-06-09  Andrew Cagney  <cagney@gnu.org>
6621
6622         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6623         provide a default value.
6624         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6625         * gdbarch.h, gdbarch.c: Re-generate.
6626         * arch-utils.c (generic_convert_register_p): Rename
6627         legacy_convert_register_p
6628         (legacy_register_to_value, legacy_value_to_register): Delete
6629         functions.
6630         * arch-utils.h (generic_convert_register_p): Rename
6631         legacy_convert_register_p.
6632         (legacy_register_to_value, legacy_value_to_register): Delete
6633         declarations.
6634
6635         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6636         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6637         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6638         * gdbarch.h, gdbarch.c: Re-generate.
6639         * infcmd.c (default_print_registers_info): Simplify.
6640         * findvar.c (value_of_register): Simplify.
6641         * mi/mi-main.c (get_register): Simplify.
6642         * arch-utils.c (legacy_convert_register_p): Always return 0.
6643         (legacy_register_to_value, legacy_value_to_register): Always call
6644         internal_error.
6645
6646         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6647         #ifdef CLEAR_INSN_CACHE code.
6648         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6649         Delete #ifdef CLEAR_DEFERRED_STORES code.
6650
6651         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6652
6653         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6654         copyright.
6655         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6656
6657         * config/mips/mipsv4.mh: Delete file.
6658
6659         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6660         unreferenced macro.
6661         (hpread_adjust_stack_address): Delete declaration.
6662
6663 2004-06-08  Andrew Cagney  <cagney@gnu.org>
6664
6665         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6666         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6667         PTRACE_ATTACH / PTRACE_DETACH available call error.
6668         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6669         * infttrace.c (update_thread_state_after_attach, attach, detach):
6670         Remove #ifdef wrappers.
6671         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6672         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6673         * config/nm-bsd.h (ATTACH_DETACH): Delete.
6674         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6675         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6676         * config/nm-linux.h (ATTACH_DETACH): Delete.
6677         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6678         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6679         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6680         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6681         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6682
6683 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
6684
6685         * configure.in: Set $configdir to the right OS specific value.
6686         Use value when setting $tcldir and $tkdir.
6687         * configure: Regenerate.
6688
6689 2004-06-06  Paul Brook  <paul@codesourcery.com>
6690
6691         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6692         records.
6693
6694 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
6695
6696         * ada-lang.c (lookup_symbol_in_language): New function to allow
6697         re-use of another language's symbol lookup code.  (Placed here
6698         temporarily while Ada support is being integrated into the public
6699         tree).  
6700         (restore_language): New auxiliary function for 
6701         lookup_symbol_in_language.
6702         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6703         temporarily while Ada support is being integrated into the public
6704         tree).
6705         
6706 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
6707
6708         * Makefile.in (check//%): New.
6709
6710         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6711         (mn10300_store_return_value): Rewrite.
6712         (mn10300_type_align): New.
6713         (mn10300_use_struct_convention): Rewrite.
6714         (mn10300_return_value): New, using all of the above.
6715         (mn10300_pop_frame_regular): Add saved_regs_size.
6716         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6717
6718         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6719         regs if PC is on movm.
6720
6721 2004-06-07  Jim Blandy  <jimb@redhat.com>
6722
6723         Add native Linux support for the PowerPC E500.
6724         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6725         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6726         all architectures except the E500.
6727         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6728         #definitions.
6729         (struct gdb_evrregset_t): New type.
6730         (have_ptrace_getsetevrregs): New variable.
6731         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
6732         fetch_spe_registers): New functions.
6733         (fetch_register): Call fetch_spe_register as appropriate.
6734         Assert that we're only passed raw register numbers.
6735         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6736         Don't fetch gprs if they're pseudoregisters.
6737         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6738         store_spe_registers): New functions.
6739         (store_register): Call store_spe_register as appropriate.
6740         Assert that we're only passed raw register numbers.
6741         (store_ppc_registers): Call store_spe_registers as appropriate.
6742         Don't store gprs if they're pseudoregisters.
6743         
6744 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
6745
6746         * thread-db.c (thread_get_info_callback): Fill in the thread_info
6747         struct if one exists, even if we are dealing with a zombie thread.
6748
6749 2004-06-07  Andrew Cagney  <cagney@gnu.org>
6750
6751         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6752         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6753         Rename PC_REQUIRES_RUN_BEFORE_USE.
6754         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
6755         #ifdef.
6756
6757 2004-06-07  Randolph Chung  <tausq@debian.org>
6758
6759         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6760         unwinding after sp has been saved to the stack but before the end
6761         of the prologue, and after the fp has been modified but before it has
6762         been saved to the stack.
6763         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
6764         Remove superfluous definitions.
6765         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6766
6767 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
6768
6769         Committed by Randolph Chung.
6770         * hppa-linux-nat.c: Include the correct version of the header file
6771         depending on the kernel version.
6772
6773 2004-06-06  Randolph Chung  <tausq@debian.org>
6774
6775         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6776         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6777
6778 2004-06-06  Randolph Chung  <tausq@debian.org>
6779
6780         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
6781         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6782         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6783         * hppa-tdep.c (hppa_symbol_address): New function definition.
6784         * hppa-tdep.h (hppa_symbol_address): New function declaration.
6785
6786 2004-06-06  Randolph Chung  <tausq@debian.org>
6787
6788         * hppa-tdep.h (struct value): Forward declaration.
6789         (gdbarch_tdep): Define tdep find_global_pointer method.
6790         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6791         associated with the function we are trying to call, and write it
6792         to the gp register.
6793         (hppa32_convert_from_funct_ptr_addr): New function.
6794         (hppa_find_global_pointer): New function.
6795         (hppa_gdbarch_init): Set default find_global_pointer method; set
6796         convert_from_func_ptr_addr method.
6797         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6798         (hppa_linux_init_abi): Set find_global_pointer method.
6799         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6800
6801 2004-06-06  Randolph Chung  <tausq@debian.org>
6802
6803         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6804         to struct value *function.
6805         * gdbarch.c: Regenerate.
6806         * gdbarch.h: Likewise.
6807         * infcall.c (call_function_by_hand): Pass entire function value
6808         to push_dummy_call.
6809
6810         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6811         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6812         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6813         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6814         * arm-tdep.c (arm_push_dummy_call): Likewise.
6815         * avr-tdep.c (avr_push_dummy_call): Likewise.
6816         * cris-tdep.c (cris_push_dummy_call): Likewise.
6817         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6818         * frv-tdep.c (frv_push_dummy_call): Likewise.
6819         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6820         * hppa-tdep.c (hppa32_push_dummy_call)
6821         (hppa64_push_dummy_call): Likewise.
6822         * i386-tdep.c (i386_push_dummy_call): Likewise.
6823         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6824         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6825         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6826         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6827         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6828         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6829         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6830         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6831         (ppc64_sysv_abi_push_dummy_call): Likewise.
6832         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6833         (ppc64_sysv_abi_push_dummy_call): Likewise.
6834         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6835         * s390-tdep.c (s390_push_dummy_call): Likewise.
6836         * sh-tdep.c (sh_push_dummy_call_fpu)
6837         (sh_push_dummy_call_nofpu): Likewise.
6838         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6839         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6840         * vax-tdep.c (vax_push_dummy_call): Likewise.
6841
6842 2004-06-04  Jim Blandy  <jimb@redhat.com>
6843
6844         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6845         gdbarch argument to register_size.
6846
6847         * rs6000-tdep.c (rs6000_store_return_value): Use
6848         regcache_cooked_write_part instead of
6849         deprecated_write_register_bytes.
6850         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6851         not gdbarch_deprecated_store_return_value.
6852
6853         * ppc-linux-nat.c (store_register, fetch_register): Remove
6854         incorrect assertions.  Simplify and generalize handling of
6855         transfers whose sizes are not multiples of, or less than, sizeof
6856         (PTRACE_XFER_TYPE).
6857
6858 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
6859
6860         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6861         as a new thread event.
6862         * thread-db.c (thread_get_info_callback): If the thread is a
6863         zombie, return TD_THR_ZOMBIE.
6864         (thread_from_lwp): If thread_get_info_callback returns
6865         TD_THR_ZOMBIE, check if the thread is still on the thread list
6866         and return a -1 ptid if not found.
6867         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6868         change the status to TARGET_WAITKIND_SPURIOUS.
6869
6870 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
6871
6872         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6873         double values in little endian mode.
6874
6875 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
6876
6877         Committed by Andrew Cagney.
6878         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6879         after last enum constant to avoid error from IBM C
6880         compiler.
6881
6882 2004-06-02  Jim Blandy  <jimb@redhat.com>
6883
6884         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6885         to 'message', and make it local to the lone block that uses it.
6886
6887         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6888
6889 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
6890
6891         * ada-exp.y: Update copyright notice.
6892         Include block.h.
6893         
6894         Replace REGNAME, LAST, INTERNAL_VARIABLE with
6895         SPECIAL_VARIABLE and unify the treatment of these cases.
6896
6897         (write_attribute_call0): Remove.
6898         (write_attribute_call1): Remove.
6899         (write_attribute_calln): Remove.
6900         (save_qualifier): Add missing semicolon.
6901
6902         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
6903         temporarily disabled to allow compilation with FSF head version.
6904
6905         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
6906         use individual operators (OP_*) for all attributes.
6907         (exp syntax): Use write_int.
6908         Handle STRING literals with OP_STRING.
6909         (variable syntax): Add limit parameter to calls to 
6910         write_object_renaming.  
6911
6912         (temp_parse_space): New definition to hold entities that need
6913         only live until the next call to ada_parse.
6914         (string_to_operator): Rename fields of ada_opname_table entries.
6915
6916         (write_var_from_sym): Record block.
6917         (write_var_from_name): Minor reformatting.
6918         Make sure saved name is properly encoded in the case of multiple 
6919         matches, and set its language to Ada.
6920         Update comment.
6921         Modify to indicate unresolved name as symbol in the UNRESOLVED 
6922         namespace, allocated in temp_parse_space.
6923         (write_int): New function.
6924
6925         (write_object_renaming): Add max_depth parameter to limit
6926         chains of object renamings.
6927         Handle case where root of renaming expression is itself a renaming.
6928         Use temp_parse_space for temporary name buffer.
6929         Handle renamings to dereferenced pointers (___XEXA suffices).
6930         
6931         (ada_parse, yyerror, string_to_operator, 
6932         write_var_from_sym, write_var_from_name, write_attribute_call0, 
6933         write_attribute_call1, write_attribute_calln, 
6934         write_object_renaming): Protoize.
6935
6936         (_initialize_ada_exp): New function.
6937         
6938         * ada-lang.c: Update copyright notice.
6939         General terminology change to conform to GNAT compiler usage:
6940         mangle => encode, demangle => decode
6941         Include gdb_obstack.h.
6942         Include gdb_regex.h
6943         Include frame.h
6944         Include hashtab.h
6945         Include completer.h
6946         Include gdb_stat.h
6947         Include block.h
6948         Include infcall.h
6949         
6950         (ADA_RETAIN_DOTS): Make sure this is defined.
6951         (TRUNCATION_TOWARDS_ZERO): Define.
6952         (struct string_vector): Define.
6953         (unresolved_names): Remove definition.
6954         (xnew_string_vector): New function.
6955         (string_vector_append): New function.
6956         (extract_string): Make static.
6957         (ada_unqualified_name): New function.
6958         (add_angle_brackets): New function.
6959         (function_name_from_pc): New function.
6960         (place_on_stack): Rename to ensure_lval.
6961
6962         (ensure_lval): Renamed from place_on_stack.
6963         Make identity on lvals.
6964         Update comment.
6965         (is_nonfunction): New interface.
6966         Only symbols in LOC_CONST class can be enumerals.
6967         (fill_in_ada_prototype): Remove; now independent of language.
6968         (add_defn_to_vec): Add obstack and symtab arguments.
6969         Use obstack to hold collected definitions.
6970         (num_defns_collected): New function.
6971         (defns_collected): New function.
6972         (ada_resolve_subexp): Rename to resolve_subexp.
6973         (resolve_subexp): Renamed from ada_resolve_subexp.
6974         (ada_op_name): Return non-const result.
6975         (ada_decoded_op_name): Renamed from ada_op_name, now used for
6976         other purposes.
6977
6978         (to_fixed_array_type): Add declaration.
6979         (coerce_unspec_val_to_type): Remove offset parameter.
6980         (find_sal_from_funcs_and_line): New interface.
6981         (find_line_in_linetable): Ditto.
6982
6983         (all_sals_for_line): Rename to ada_sals_for_line and make
6984         global.
6985         Add new parameter. When set, do not ask the user to choose the 
6986         instance, but use the first one found instead.
6987         Use given line number in returned sals.
6988         Fix comment. 
6989         Skip the prologue if funfirstline is set.
6990         Correct for memory leak when 0 lines found.
6991
6992         (value_pos_atr): Use pos_atr.
6993         (pos_atr): New function.
6994         (standard_lookup): Add block parameter.
6995
6996         (makeTimeStart): Remove declaration and uses.
6997         (makeTimeStop): Remove declaration and uses.
6998
6999         (ada_completer_word_break_characters): Allow for VMS.
7000         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
7001         (raise_sym_name): New constant.
7002         (raise_unhandled_sym_name): New constant.
7003         (raise_assert_sym_name): New constant.
7004         (process_raise_exception_name): New constant.
7005         (longest_exception_template): New constant.
7006         (warning_limit): New variable to limit warnings during expression
7007         evaluation.
7008         (warnings_issued): New variable to keep track of warnings issued.
7009         (known_runtime_file_name_patterns): New constant.
7010         (known_auxiliary_function_name_patterns): New constant.
7011         (symbol_list_obstack): New variable.
7012         
7013         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
7014         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
7015         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
7016         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
7017         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
7018         ada_variant_discrim_name, field_alignment, dynamic_template_type,
7019         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
7020         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
7021         and strcmp. 
7022
7023         (ada_get_field_index): New function.
7024         (lim_warning): New function.
7025         (ada_translate_error_message): New function.
7026         (MAX_OF_SIZE): New function.
7027         (MIN_OF_SIZE): New function.
7028         (UMAX_OF_SIZE): New function.
7029         (UMIN_OF_SIZE): New function.
7030         (discrete_type_high_bound): New function.
7031         (discrete_type_low_bound): New function.
7032         (base_type): New function.
7033         (do_command): Remove.
7034         
7035         (ada_update_initial_language): Use language_ada, not language_unknown.
7036         (ada_encode): Renamed from ada_mangle.
7037         Obey ADA_RETAIN_DOTS.
7038         (ada_decode): Renamed from ada_demangle.
7039         Update coding conventions.
7040         (decoded_names_store): New hash table.
7041         (ada_decode_symbol): New function.
7042         (ada_la_decode): New function.
7043         
7044         (modify_general_field): Correct computations of offset and bit 
7045         position.
7046         (desc_base_type): Handle ref types, too.
7047         (ada_is_direct_array_type): New function.
7048
7049         (ada_is_simple_array): Rename to ada_is_simple_array_type.
7050         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7051         (ada_is_bogus_array_descriptor,ada_type_of_array,
7052         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
7053         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
7054         ada_is_array_descriptor_type.
7055         
7056         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
7057         (ada_is_packed_array_type): Handle pointers or 
7058         references to packed arrays as well.
7059         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
7060         (decode_packed_array_type): Search for the packed array type 
7061         symbol in the currently selected block and associated 
7062         superblocks too.
7063         Use lookup_symbol again.
7064
7065         (decode_packed_array): Handle pointers and references.
7066         Update call to coerce_unspec_val_to_type.
7067         (decode_packed_array_type,value_subscript_packed): Limit warnings.
7068         (ada_value_primitive_packed_val): Improve comment.
7069         
7070         (ada_index_type): Substitute int type for "undefined".
7071         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
7072         ada_array_langth, ada_is_string_type): Use renamed 
7073         ada_is_simple_array_type.
7074         (empty_array): New function.
7075
7076         (ada_resolve):  Rename to resolve.
7077         (resolve): Make static.
7078         Call renamed resolve_subexp.
7079         Update comment.
7080         (ada_resolve_subexp): Rename to resolve_subexp.
7081         (resolve_subexp): Update comment.
7082         Decomment disabled code.
7083         Add LOC_COMPUTED* cases.
7084         Modify to use temporary struct symbols (marked as being in 
7085         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
7086         OP_UNRESOLVED_VALUE.
7087         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
7088         Add OP_STRING case.
7089         Remove OP_ARRAY.
7090         Use SYMBOL_PRINT_NAME instead of ada_demangle.
7091         Use new ada_lookup_symbol_list interface.
7092         Use new ada_resolve_function interface.
7093         Remove OP_TYPE case.
7094
7095         (ada_args_match): Idiot proof against null actuals.
7096         Use intermediate variables to clarify.
7097         (ada_resolve_function): Update comment and interface.
7098         (mangled_ordered_before): Rename to encoded_ordered_before and
7099         update comment.
7100         (sort_choices): Update comment and interface.
7101         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
7102         (user_select_syms): New interface.
7103         Use new sort_choices interface.
7104         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
7105         (possible_user_operator_p): Idiot-proof against null values.
7106         (ada_simple_renamed_entity): Don't make cleanup; rely on 
7107         caller to free result string.
7108         Remove const from return type.
7109         (make_array_descriptor): Rename uses of place_on_stack to 
7110         ensure_lval.
7111         Make sure that arrays are on stack.
7112         
7113         (HASH_SIZE): Define.
7114         (struct cache_entry): Define.
7115         (cache_space): Define.
7116         (cache): Define.
7117         (clear_ada_sym_cache): New function.
7118         (find_entry): New function.
7119         (lookup_cached_symbol): New function.
7120         (defn_vector_size): Define.
7121         (cache_symbol): New function.
7122         (defn_symbols): Remove.
7123         
7124         (standard_lookup): Use lookup_symbol_in_language to get effect of
7125         C lookup.
7126         Cache results.
7127         
7128         (symbol_completion_match): New function.
7129         (symbol_completion_add): New function.
7130         (ada_make_symbol_completion_list): New function.
7131
7132         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
7133         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
7134         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
7135         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
7136         
7137         (ada_lookup_simple_minsym): New function.
7138         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
7139
7140         (add_symbols_from_enclosing_procs): New interface.
7141         Conditionalize more helpfully.
7142         Don't bother if program isn't running.
7143         Use new interface to get_frame_block.
7144         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
7145         
7146         (remove_extra_symbols): New interface.
7147         (xget_renaming_scope): New function.
7148         (is_package_name): New function.
7149         (renaming_is_visible): New function.
7150         (remove_out_of_scope_renamings): New function.
7151
7152         (ada_lookup_symbol_list): New interface.
7153         Properly reinitialize the symbol list obstack.
7154         Don't call add_symbols_from_enclosing_procs if we start from a
7155         static or global block.
7156         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
7157         add_symbols_from_enclosing_procs.
7158         Add symtab data to cached entries.
7159         Handle symbols prefixed with
7160         "standard__" specially; strip prefix and don't look in local symbols.
7161         Do not include out of scope renaming symbols in list of 
7162         symbols returned.
7163         Add const to block parameter.
7164         Move check for non-local, non-global symbols earlier.  
7165         Remove timing stuff.
7166         (ada_lookup_symbol): New interface.
7167         Find symtab as well.
7168         (ada_lookup_symbol_nonlocal): New function.
7169
7170         (is_name_suffix): Enhance suffix detection to recognize
7171         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
7172         (is_dot_digits_suffix): New function.
7173         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
7174         
7175         (ada_add_block_symbols): New interface.  Use obstack to return results
7176         in a vector of struct ada_symbol_infos.  Add symtab argument.
7177         Use new interface to add_defn_to_vec.
7178         Remove calls to fill_in_ada_prototype.
7179         Use BLOCK_BUCKETS, BLOCK_BUCKET.
7180         
7181         (ada_finish_decode_line_1): Add const qualification to local to fix
7182         warning.
7183         Start looking in static block for functions to avoid attempts 
7184         to search frame chain for up-level variables.
7185         Adapt to new ada_sals_for_line interface.
7186         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
7187         Handle quoting of the function name inside the spec string.
7188         Skip prologue when funfirstline is set and update the 
7189         function documentation to that effect.
7190
7191         (debug_print_lines, debug_print_block, debug_print_blocks, 
7192         debug_print_symtab): Remove.
7193
7194         (ada_main_name): New function.  
7195         (ada_exception_breakpoint_type): New function.
7196         (is_known_support_routine): New function.
7197         (ada_find_printable_frame): Renamed from find_printable_frame and made
7198         global.
7199         Remove level parameter.
7200         Use new interface to select_frame.
7201
7202         (begin_command): Remove.
7203         (ada_adjust_exception_stop): New function.
7204         (ada_print_exception_stop): New function.
7205         (exception_name_from_cond): New function.
7206         (ada_report_exception_break): Replace disabled code with 
7207         conditionalization on GNAT_GDB.
7208         Get the exception name from the condition string.
7209         Remove and move functionality into new functions 
7210         ada_print_exception_breakpoint_task and 
7211         ada_print_exception_breakpoint_nontask.
7212         (error_breakpoint_runtime_sym_not_found): New function.
7213         (is_runtime_sym_defined): New function.
7214         (ada_breakpoint_rewrite): Uncomment suppressed code.
7215         Use symbolic error-message and runtime-symbol names.
7216         Surround runtime symbol names in quotes.
7217         Allow non-specific breakpoints on exceptions and assertions before
7218         program starts.
7219         
7220         (ada_is_tagged_type): Add parameter.
7221         (ada_is_tag_type): New function.
7222         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
7223         (ada_variant_discrim_type): Ditto.
7224         (value_tag_from_contents_and_address): New function.
7225         (type_from_tag): New function.
7226         (struct tag_args): New structure used to communicate with
7227         ada_tag_name_1.
7228         (ada_tag_name_1): New function.
7229         (ada_tag_name): New function.
7230
7231         (ada_scan_number): Update comment.
7232         (find_struct_field): New function.
7233         (ada_search_struct_field): Make static.
7234         (ada_value_struct_elt): New version that returns references when
7235         given pointers or references to structs.
7236         (ada_lookup_struct_elt_type): Add 'refok' parameter.
7237         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
7238         interface.
7239         (ada_value_ind): Use new ada_to_fixed_value interface.
7240         (ada_coerce_ref): Ditto.
7241         (field_offset): Remove.
7242
7243         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
7244         (ada_find_renaming_symbol): New function.
7245         (ada_prefer_type): Prefer named types over unnamed ones.
7246         (variant_field_index): New function.
7247         (contains_variant_part): Removed: subsumed by variant_field_index.
7248         (ada_template_to_fixed_record_type): New function, mostly from
7249         template_to_fixed_record_type.
7250         (template_to_fixed_record_type): 
7251         Do not scan the type fields beyond the last one; prevents a 
7252         potential SEGV.
7253         Handle case where variant field is listed BEFORE discriminant it 
7254         depends on.
7255         Fix calculation of record length when bit length is 
7256         not evenly divisible by char length.
7257         Move code to ada_template_to_fixed_record_type and call it.
7258
7259         (template_to_static_fixed_type): Revise comment.  
7260         Modify to work on ordinary record types as well as templates, 
7261         so as to handle fields that use ___XVE or ___XVU encodings. 
7262         (to_record_with_fixed_variant_part): Fill out comment.
7263         Initialize C++ stuff in right type.
7264         Allow case where DVAL is null.
7265         Handle case where variant field is not last.
7266         Fix typo concerning record length.
7267         (to_fixed_record_type): Decomment disabled code.
7268         (to_fixed_record_type): Use variant_field_index instead of 
7269         contains_variant_part.
7270         (to_fixed_variant_branch_type): Ditto.
7271         (to_fixed_array_type): Decomment disabled code.
7272         (ada_to_fixed_type): Convert tagged types to the specific type.
7273         Deactivate the size-check for array types in order to avoid 
7274         some false size alarms.
7275         (to_static_fixed_type): Decomment disabled code.
7276         Modify to call template_to_static_fixed_type
7277         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7278         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7279         Remove valaddr argument, as it is never really used.
7280         (ada_to_fixed_value): Change interface to act on single struct value*
7281         operand.
7282         (adjust_pc_past_prologue): New function.
7283         (ada_attribute_name): Modify to take enum exp_opcode argument.
7284                 
7285         (ada_enum_name): Recognize new homonym-distinguishing convention.
7286         Adjust local variable's type to remove compiler warning.
7287         Fix a small problem in the part that unqualifies the enumeration name.
7288         (ada_value_binop): New function.
7289         (ada_value_equal): New function.
7290
7291         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7292         Don't give error message when not doing normal evaluation 
7293         and a tagged type doesn't seem to contain a structure member.
7294         Give error message for packed arrays.
7295         For indexing arrays, handle pointers to packed arrays correctly.
7296         Handle case of 'first and 'last attributes of bare integral type 
7297         without encoded subtype info.  
7298         Remove some unnecessary casts.
7299         Fix uninitialized value of type in computing 'first, 'last, or 'length
7300         of array object.  
7301         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7302         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7303         calls.
7304         Attributes are now exp_opcode values.
7305         Correct treatment of 'modulus.
7306         Better error message for taking 'length of wrong kind of type; 
7307         improve comment.
7308         Change EVAL_NORMAL to noside for consistency.
7309         Use ada_value_binop for DIV, MOD, REM.
7310         Make special case out of array of length 0, since an argument 
7311         of 0 upsets some platforms' malloc.
7312         Use OP_STRING instead of OP_ARRAY.
7313         For slice, add check that we have an array type before extracting 
7314         a slice out of it.  Avoids a SEGV.
7315         When evaluating an array slice, if the array type is a reference to 
7316         an aligner type, then replace the aligner type by the actual type.
7317         Decomment disabled code.
7318         Remove some dead code.
7319         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
7320         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7321         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
7322         and UNOP_MBR to UNOP_IN_RANGE.
7323         If an array type has a parallel ___XVE type, then use it.
7324         Turn arrays into pointers for lvalue arrays.
7325         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7326         bounds error and handle 0-length slices.
7327         Use lim_warning.
7328         When selecting fields, apply ada_to_fixed_value (because the fields 
7329         might have ___XVU or ___XVE encodings even if not dynamic.)
7330         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7331         (ada_is_system_address_type): New function.
7332
7333         (get_var_value): Use new interface to ada_lookup_symbol_list.
7334         (get_int_var_value): New interface.
7335         (to_fixed_range_type): Allow unknown bound, with warning.
7336         (ada_is_modular_type): Decomment disabled code.
7337         (ADA_OPERATORS): New definition.
7338         (ada_operator_length): New function.
7339         (ada_expr_op_name): New function.
7340         (ada_forward_operator_length): New function.
7341         (ada_dump_subexp_body): New function.
7342         (ada_print_subexp): New function.
7343         (ada_exp_descriptor): New constant.
7344         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
7345         (ada_language_defn): Add ada_exp_descriptor entry.
7346         Change ada_parse => parse.
7347         Add post-parser entry.
7348         Use ada-specific non-local symbol lookup.
7349         Don't use C-style arrays. 
7350         String lower-bound is 1.
7351         Decomment disabled code.        
7352         (parse): New function.
7353         New fields ada_translate_error_message, ada_lookup_symbol, 
7354         ada_lookup_minimal_symbol.
7355         
7356         * ada-lang.h: Update copyright dates.
7357         Replace the mangle/demangle terminology throughout by the
7358         more appropriate encode/decode one. 
7359         Include breakpoint.h.
7360         Forward declare struct partial_symbol, struct block.
7361         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7362         (EXTRACT_ADDRESS): Remove.
7363         (EXTRACT_INT): Remove.
7364         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7365         (MAX_ENCLOSING_FRAME_LEVELS): Define.
7366         (MAX_RENAMING_CHAIN_LENGTH): Define.
7367         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7368
7369         (enum task_states): Remove.
7370         ada_task_states: Remove.
7371         (fat_string): Remove.
7372         (struct entry_call): Remove.
7373         (struct task_fields): Remove.
7374         (struct task_entry): Remove.
7375
7376         (struct ada_symbol_info): Define.
7377         (enum ada_attribute): Remove.
7378         (enum ada_operator): Define.
7379         
7380         (ada_get_field_index): Declare.
7381         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7382         (ada_is_simple_array): Rename to ada_is_simple_array_type.
7383         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7384         (ada_lookup_symbol_list): New interface.
7385         (ada_decode_symbol): Declare.
7386         (ada_decode): Declare.
7387         (ada_lookup_symbol): New interface.
7388         (ada_update_initial_language): Declare.
7389         (ada_lookup_simple_minsym): Declare.
7390         (user_select_syms): New interface.
7391         (ada_sals_for_line): Declare.
7392         (ada_is_tagged_type): New interface.
7393         (ada_tag_name): Declare.
7394         (ada_lookup_struct_elt_type): Remove declaration.
7395         (ada_search_struct_field): Remove declaration.
7396         (ada_attribute_name): New interface.
7397         (ada_is_system_address_type): Declare.
7398         (ada_to_fixed_value): Remove declaration.
7399         (ada_template_to_fixed_record_type_1): Declare.
7400         (get_int_var_value): New interface.
7401         (ada_find_any_symbol): Declare.
7402         (ada_find_renaming_symbol): Declare.
7403         (ada_mangle): Rename to ada_encode.
7404         (ada_simple_renamed_entity): Remove const.
7405         (ada_main_name): Declare.
7406         (get_current_task): Rename to ada_get_current_task.
7407         (get_entry_number): Remove declaration.
7408         (ada_report_exception_break): Remove declaration.
7409         (ada_print_exception_breakpoint_nontask): Declare.
7410         (ada_print_exception_breakpoint_task): Declare.
7411         (ada_find_printable_frame): Declare.
7412
7413         * ada-lex.l: Update copyright notices.
7414         Use xmalloc and xfree instead of malloc and free.
7415         Use new interface to name_lookup.
7416         Use new interface to 
7417         ada_mangle=>ada_encode.
7418         Redo handling of '$...' variable to parallel current treatment 
7419         in c-exp.y.  
7420         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7421         digit_to_int, strtoulst, processInt, processReal, processId, 
7422         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7423         yywrap): Protoize.
7424         
7425         (processInt): Use cast to remove harmless warning.
7426         (processReal): Modify to get rid of compiler warning on scan formats.
7427
7428         (processId): Replace xmalloc with obstack_alloc for name and remove
7429         call to ada_name_string_cleanup.
7430         Remove obsolete disabled code.
7431         (name_lookup): Ditto. 
7432         New interface.
7433         Use obsavestring on temp_parse_space instead of savestring 
7434         on name, and remove call to ada_name_string_cleanup.  
7435         Free string returned from ada_simple_renamed_entity.
7436         Use new interface to ada_lookup_symbol_list.
7437         Decomment disabled code.
7438         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
7439         not types.
7440         When a type name lookup succeeds as a result of 
7441         lookup_primitive_typename, check for regular type entry that has not 
7442         yet been read in.
7443         Limit length of chain of renamed symbols we are willing to follow.  
7444         Do not break names beginning with "standard__" into segments.  
7445         (block_lookup): Use new interface to ada_lookup_symbol_list.
7446         
7447         * ada-typeprint.c: Update copyright notice.
7448         (demangled_type_name): Rename to decoded_type_name.
7449         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7450         (print_range_bound):  Correct handling of negative
7451         bounds that make the index type looked unsigned under STABS.  
7452         (print_dynamic_range_bound): Use new interface to get_int_var_value.
7453         (print_range_type_named):  Use the builtin int type if no type 
7454         corresponding to the given type name could be found.
7455         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7456         Add some bullet-proofing.
7457         (print_variant_clauses): Allow for variant branches with ___XVU 
7458         encodings that are not dynamic fields.  
7459         Use new interface to ada_is_tagged_type.
7460         (print_record_type): Allow for fields with ___XVE encodings that 
7461         are not dynamic fields. 
7462         Use new interface to ada_is_tagged_type.
7463         (ada_print_type): ada_is_array_descriptor => 
7464         ada_is_array_descriptor_type.
7465
7466         * ada-valprint.c: Update copyright notice.
7467         Include gdb_string.h
7468         Include infcall.h
7469         (ui_memcpy): New function.
7470         (ada_print_floating): New function.
7471         (ada_print_str): Order arguments correctly.
7472         Correct handling of empty arrays and arrays of 0-length items. 
7473         ada_is_array_descriptor => ada_is_array_descriptor_type 
7474         Print values of type System.Address in hexadecimal format.
7475         Use ada_print_floating to print floating-point numbers in Ada format.
7476         Print class tag values with type names.  
7477         No longer print the address of reference values. Avoids 
7478         a potential confusion.  
7479         (ada_value_print): Stop printing the object type for reference
7480         values, but preserve that behavior for access types. Avoids
7481         a potential confusion.
7482         Simplify one conditional expression, as the first part is now
7483         necessarily true.
7484         ada_is_array_descriptor => ada_is_array_descriptor_type 
7485         Add check for arrays for null records, and print them by hand.
7486         
7487 2004-06-01  Jim Blandy  <jimb@redhat.com>
7488
7489         * ppc-tdep.h: Delete unused 'regoff' member.
7490         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7491
7492 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
7493
7494         Fix PR symtab/1661.
7495         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7496         (hpread_read_struct_type): Likewise.
7497
7498 2004-06-01  Andrew Cagney  <cagney@gnu.org>
7499
7500         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7501         instead of xasprintf.
7502         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
7503         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
7504         (mi_cmd_data_list_register_names) 
7505         (mi_cmd_data_list_changed_registers) 
7506         (mi_cmd_data_list_register_values) 
7507         (get_register, mi_cmd_data_write_register_values) 
7508         (mi_cmd_data_write_register_values) 
7509         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
7510         (mi_cmd_target_download, mi_cmd_target_select) 
7511         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
7512         (mi_execute_cli_command, mi_execute_async_cli_command) 
7513         (mi_execute_async_cli_command): Ditto.
7514         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7515         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7516
7517         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7518         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7519         error_last_message instead of mi_error_last_message.
7520         * mi/mi-main.c (mi_error_last_message): Delete function.
7521
7522         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7523         "invalid number of columns" error.  Delete redundant "out of
7524         memory" check.
7525
7526 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
7527
7528         * i386bsd-nat.c: Don't include <sys/procfs.h>.
7529         (gregset_t, fpregset_t): Remove typedefs.
7530         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7531         (REG_OFFSET): Rename argument.
7532         (i386bsd_r_reg_offset): Rename from reg_offset.
7533         (REG_ADDR): Remove macro.
7534         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7535         functions.
7536         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7537         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7538         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
7539         instead of supply_gregset.
7540         (store_inferior_registers): Use `struct reg' and `struct fpreg'
7541         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
7542         instead of fill_gregset.
7543         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7544
7545         * i386bsd-nat.c: Don't include "gregset.h".
7546         (supply_gregset, fill_gregset): Make static.
7547         (supply_fpregset, fill_fpregset): Remove.
7548         * Makefile.in (i386bsd-nat.o): Update dependencies.
7549
7550 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
7551
7552         * fbsd-proc.c: Include "regcache.h", "regset.h" and
7553         "gdb_assert.h".  Con't include "gregset.h".
7554         (fbsd_make_corefile_notes): Use regset-based core file support
7555         instead off fill_gregset and fill_fpregset.
7556         * Makefile.in (fbsd-proc.o): Update dependencies.
7557
7558         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7559         instructions.
7560         (m88k_frame_prev_register): Simplify code a bit.
7561
7562         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7563         (amd64_collect_fpregset): New function.
7564         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7565
7566         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7567
7568         * i386-tdep.c (i386_supply_gregset): Adjust comment.
7569         (i386_collect_gregset): New function.
7570         (i386_supply_fpregset): Adjust comment.
7571         (i386_collect_fpregset): New function.
7572         (i386_regset_from_core_section): Use i386_collect_gregset and
7573         i386_collect_fpregset.
7574
7575         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7576         handle VALUEP being null.
7577
7578         * regset.h (collect_regset_ftype): Unconstify fourth argument.
7579
7580 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
7581
7582         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
7583
7584         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7585         assembler in OpenBSD 3.5-current.
7586         (amd64obsd_sigcontext_addr): Likewise.
7587
7588 2004-05-28  Jim Blandy  <jimb@redhat.com>
7589
7590         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7591         register set, so our regcache isn't declared "legacy" and our E500
7592         pseudoregister read and write functions aren't ignored.
7593         (rs6000_register_byte, rs6000_register_raw_size,
7594         rs6000_register_virtual_type, rs6000_register_convertible,
7595         rs6000_register_convert_to_virtual,
7596         rs6000_register_convert_to_raw): Deleted.
7597         (rs6000_register_type, rs6000_convert_register_p,
7598         rs6000_register_to_value, rs6000_value_to_register): New
7599         functions.
7600         (rs6000_gdbarch_init): Don't register
7601         gdbarch_deprecated_register_size,
7602         gdbarch_deprecated_register_bytes,
7603         gdbarch_deprecated_register_byte,
7604         gdbarch_deprecated_register_raw_size,
7605         gdbarch_deprecated_register_virtual_type,
7606         gdbarch_deprecated_register_convertible,
7607         gdbarch_deprecated_register_convert_to_virtual, or
7608         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
7609         register gdbarch_register_type, gdbarch_convert_register_p,
7610         gdbarch_register_to_value, and gdbarch_value_to_register methods.
7611
7612 2004-05-26  Jim Blandy  <jimb@redhat.com>
7613
7614         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7615         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7616         functions, updated to match the register numberings used in GCC.
7617         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7618         rs6000_dwarf2_reg_to_regnum as register number conversions
7619         functions for STABS and Dwarf2.
7620
7621 2004-05-26  Randolph Chung  <tausq@debian.org>
7622
7623         * infttrace.h (target_waitkind): Forward declare type instead of pulling
7624         in header file.
7625
7626 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
7627
7628         * NEWS: Document new "start" command.
7629
7630 2004-05-25  Randolph Chung  <tausq@debian.org>
7631
7632         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7633         hppa-linux.
7634
7635 2004-05-25  Randolph Chung  <tausq@debian.org>
7636
7637         * hppa-hpux-tdep.c (offsetof): Define.
7638         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7639         (hppa32_hpux_frame_base_before_sigtramp)
7640         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7641         (hppa64_hpux_frame_saved_pc_in_sigtramp)
7642         (hppa64_hpux_frame_base_before_sigtramp)
7643         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
7644         functions.
7645         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7646         (hppa_hpux_sigtramp_frame_unwind_cache)
7647         (hppa_hpux_sigtramp_frame_this_id)
7648         (hppa_hpux_sigtramp_frame_prev_register)
7649         (hppa_hpux_sigtramp_frame_unwind)
7650         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7651         (hppa_hpux_init_abi): Register sigtramp unwinder.
7652         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7653
7654 2004-05-25  Randolph Chung  <tausq@debian.org>
7655
7656         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7657         and multiple stack unwinds.
7658         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7659
7660 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7661
7662         * symfile.h (symbol_file_add_from_memory): Delete declaration.
7663         * symfile-mem.h: Delete file.
7664         * symfile-mem.c: Do not include "symfile-mem.h".
7665         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7666         "struct bfd_section".  When an error do not bother returning NULL.
7667         (add_symbol_file_from_memory_command): Use "struct bfd" and
7668         "struct bfd_section".
7669         * Makefile.in (symfile_mem_h): Delete.
7670         (symfile-mem.o): Update dependencies.
7671
7672 2004-05-25  Nick Roberts  <nickrob@gnu.org>
7673
7674         * gdb-mi.el: New file.
7675
7676 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7677
7678         * inftarg.c: Include "observer.h".
7679         (child_attach, child_create_inferior): Notify inferior_created.
7680         * corelow.c: Include "observer.h".
7681         (core_open): Notify inferior_created.
7682         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7683
7684 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7685
7686         * target.h (struct target_ops): Add from_tty to
7687         to_create_inferior.
7688         (target_create_inferior, find_default_create_inferior): Update.
7689         * infcmd.c (run_command): Update.
7690         * wince.c (child_create_inferior): Update.
7691         * win32-nat.c (child_create_inferior): Update.
7692         * uw-thread.c (uw_thread_create_inferior): Update.
7693         * thread-db.c (thread_db_create_inferior): Update.
7694         * target.c (debug_to_create_inferior) 
7695         (find_default_create_inferior): Update.
7696         (maybe_kill_then_create_inferior): Update.
7697         * sol-thread.c (sol_thread_create_inferior): Update.
7698         * remote.c (extended_remote_async_create_inferior) 
7699         (extended_remote_create_inferior): Update.
7700         * remote-vx.c (vx_create_inferior): Update.
7701         * remote-st.c (st2000_create_inferior): Update.
7702         * remote-sim.c (gdbsim_create_inferior): Update.
7703         * remote-sds.c (sds_create_inferior): Update.
7704         * remote-rdp.c (remote_rdp_create_inferior): Update.
7705         * remote-rdi.c (arm_rdi_create_inferior): Update.
7706         * remote-m32r-sdi.c (m32r_create_inferior): Update.
7707         * remote-e7000.c (e7000_create_inferior): Update.
7708         * procfs.c (procfs_create_inferior): Update.
7709         * ocd.c (ocd_create_inferior): Update.
7710         * ocd.h (ocd_create_inferior): Update.
7711         * nto-procfs.c (procfs_create_inferior): Update.
7712         * monitor.c (monitor_create_inferior): Update.
7713         * lin-lwp.c (lin_lwp_create_inferior): Update.
7714         * inftarg.c (child_create_inferior): Update.
7715         * hpux-thread.c (hpux_thread_create_inferior): Update.
7716         * gnu-nat.c (gnu_create_inferior): Update.
7717
7718 2004-05-25  Andrew Cagney  <cagney@gnu.com>
7719
7720         * MAINTAINERS: Update e-mail address.
7721
7722 2004-05-24  Randolph Chung  <tausq@debian.org>
7723
7724         * thread.c (info_threads_command, thread_apply_all_command)
7725         (thread_apply_command, thread_command, do_captured_thread_select):
7726         Remove HPUXHPPA-specific code.
7727
7728 2004-05-24  Randolph Chung  <tausq@debian.org>
7729
7730         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7731         unused symbols.
7732         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7733         references.
7734
7735 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7736
7737         * infcmd.c (kill_if_already_running): New function, extracted
7738         from run_command().
7739         (run_command): Replace extracted code by call to
7740         kill_if_already_running().
7741         (start_command): New function.
7742         (_initialize_infcmd): Add "start" command.
7743
7744 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7745
7746         Add OpenBSD/m88k support.
7747         * NEWS (New native configurations): Mention OpenBSD/m88k.
7748         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7749         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7750         * Makefile.in (m88k_tdep_h): New variable.
7751         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7752         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7753         * configure.host: Add m88*-*-openbsd*.
7754         * configure.tgt: Add m88*-*-openbsd*.
7755
7756 2004-05-24  Jim Blandy  <jimb@redhat.com>
7757
7758         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7759         to approve changes.
7760
7761 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
7762
7763         * symtab.c (fixup_section): Search section table when lookup by
7764         name fails.
7765
7766 2004-05-24  Randolph Chung  <tausq@debian.org>
7767
7768         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
7769         be "small_struct".
7770
7771 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7772
7773         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7774         register number in regcache_raw_collect call.
7775         (m68kbsd_collect_fpregset): Likewise.
7776         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7777
7778         * regset.h (struct regset): Add back `regset' member.
7779
7780 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
7781
7782         * configure.in: Check for td_pcb in `struct thread'.
7783         * configure, config.in: Regenerated.
7784
7785         * dpx2-nat.c: Remove file.
7786         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7787         (dpx2-nat.o): Remove dependencies.
7788
7789         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7790         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7791         (amd64obsd_supply_pcb): New function.
7792         (_initialize_amd64obsd_nat): Enable libkvm interface.
7793         * Makefile.in (amd64obsd-nat.o): Update dependencies.
7794         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7795         (LOADLIBES): New variable.
7796
7797         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7798         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7799         (sparc32nbsd_supply_pcb): New function.
7800         (_initialize_sparcnbsd_nat): Enable libkvm interface.
7801         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7802         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7803         (LOADLIBES): New variable.
7804
7805 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
7806
7807         * bsd-kvm.c, bsd-kvm.h: New files.
7808         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7809         "bsd-kvm.h".
7810         (i386fbsd_supply_pcb): New function.
7811         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7812         (i386fbsd-nat.o): Update dependencies.
7813         (bsd_kvm_h): New variable.
7814         (bsd-kvm.o): New dependency.
7815         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7816         (LOADLIBES): New variable.
7817
7818         * regset.c: Tweak comment.
7819         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
7820         macro.
7821         * regset.h: Update copyright year.
7822         (struct regset): Remove `descr' member, add `gdbarch' member.
7823         (regset_alloc): Adjust prototype and comment.
7824         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7825         (i386_supply_fpregset): Likewise.
7826         (i386_regset_from_core_section): Update call to regset_alloc.
7827         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7828         REGSET->arch.
7829         (i386obsd_aout_regset_from_core_section): Update call to
7830         regset_alloc.
7831         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7832         REGSET->arch.
7833         (i386nbsd_aout_regset_from_core_section): Update call to
7834         regset_alloc.
7835         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7836         REGSET->arch.
7837         (amd64_regset_from_core_section): Update call to regset_alloc.
7838         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7839         REGSET->arch.
7840         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7841         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7842         &sparc32nbsd_gregset in sparc32_supply_gregset call.
7843         (sparc32nbsd_init_abi): Update call to regset_alloc.
7844         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7845         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7846         (sparc64obsd_init_abi): Update call to regset_alloc.
7847         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7848         &sparc64nbsd_gregset in sparc64_supply_gregset call.
7849         (sparc64nbsd_init_abi): Update call to regset_alloc.
7850         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7851         &sparc64fbsd_gregset in sparc64_supply_gregset call.
7852         (sparc64fbsd_init_abi): Update call to regset_alloc.
7853
7854 2004-05-22  Jim Blandy  <jimb@redhat.com>
7855
7856         * ppc-tdep.h (spe_register_p): New declaration.
7857         (struct gdbarch_tdep): New members: ppc_acc_regnum and
7858         ppc_spefscr_regnum.
7859         * rs6000-tdep.c (spe_register_p): New function.
7860         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7861         spefscr.
7862         (rs6000_gdbarch_init): Initialize the new members of the tdep
7863         structure.
7864
7865 2004-05-21  Jim Blandy  <jimb@redhat.com>
7866
7867         * ppc-linux-nat.c (fetch_register): Move code back to be next
7868         to the comment that describes it.  (Moved code, instead of
7869         comment, for symmetry with store_register.)
7870
7871         Allocate regset structures in the gdbarch's obstack, not using
7872         xmalloc.
7873         * regset.c (regset_alloc): Renamed from regset_xmalloc.
7874         Add 'arch' argument.  Allocate the regset on arch's obstack, not
7875         using xmalloc.
7876         * regset.h (regset_alloc): Update declaration.
7877         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7878         gdbarch argument.
7879         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7880         * i386-tdep.c (i386_regset_from_core_section): Same.
7881         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7882         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7883         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7884         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7885         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7886         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7887
7888 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
7889
7890         * config/djgpp/fnchange.lst: Undo previous change, was useless.
7891
7892 2004-05-21  Jim Blandy  <jimb@redhat.com>
7893
7894         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7895         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
7896
7897 2004-05-20  Jim Blandy  <jimb@redhat.com>
7898
7899         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7900
7901 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
7902
7903         * regset.h: Make prototype const-correct.
7904         * regset.c (regset_xmalloc): Make const-correct.
7905
7906 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
7907
7908         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7909         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7910         (symbol_search_name): Declare.
7911         
7912         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7913         (iter_name_next_hashed): Ditto.
7914         (iter_name_next_linear): Ditto.
7915         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7916
7917         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
7918         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7919         (symbol_search_name): New function.
7920         
7921         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7922         
7923         * minsyms.c (build_minimal_symbol_hash_tables): Change
7924         test for adding to demangled hash table to check for difference
7925         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7926         
7927 2004-05-19  Jim Blandy  <jimb@redhat.com>
7928
7929         Use a constructor function to create regset structures.
7930         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7931         (struct regset): Use supply_regset_ftype.  Add new
7932         'collect_regset' member.
7933         (regset_xmalloc): New declaration.
7934         * regset.c: New file.
7935         * am64-tdep.c (amd64_regset_from_core_section): Use
7936         regset_xmalloc to construct regset structures.
7937         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7938         * i386-tdep.c (i386_regset_from_core_section): Same.
7939         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7940         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7941         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7942         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7943         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7944         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7945         * Makefile.in (COMMON_OBS): Add regset.o.
7946         (regset.o): New rule.
7947
7948 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
7949
7950         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7951         and pthread_cond_wait.c.
7952
7953 2004-05-18  Jim Blandy  <jimb@redhat.com>
7954
7955         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7956         before the mach-specific switch, and then let the individual cases
7957         override the defaults, rather than leaving them uninitialized
7958         until the switch and then setting them in each case.
7959
7960 2004-05-18  Randolph Chung  <tausq@debian.org>
7961
7962         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7963         millicode functions.
7964
7965 2004-05-18  Randolph Chung  <tausq@debian.org>
7966
7967         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7968         references to dld_flags_buffer consistent.
7969
7970 2004-05-18  Randolph Chung  <tausq@debian.org>
7971
7972         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7973         it for unwinding the stack.
7974
7975 2004-05-18  Randolph Chung  <tausq@debian.org>
7976
7977         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7978         Undefine these so we can overide them using gdbarch.
7979
7980 2004-05-18  Randolph Chung <tausq@debian.org>
7981
7982         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7983         handling for 64-bit HPUX (elf).
7984
7985 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
7986
7987         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7988         constants.
7989         * amd64-tdep.c (amd64_skip_prologue): Likewise.
7990         * ia64-tdep.c (examine_prologue): Likewise.
7991         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7992         * v850-tdep.c (v850_fix_call_dummy): Likewise.
7993
7994 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
7995
7996         * vax-tdep.c (vax_return_value): Implement
7997         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7998
7999 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
8000
8001         * vax-tdep.c (vax_return_value): Fix typo.
8002
8003 2004-05-17  Andrew Cagney  <cagney@redhat.com>
8004
8005         * MAINTAINERS: Mark Salter was also responsible for
8006         testsuite/config/
8007
8008         * NEWS: Mention signal fixes.
8009
8010 2004-05-17  Randolph Chung  <tausq@debian.org>
8011
8012         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
8013         check to see if we are unwinding an export stub.  Export stubs clobber
8014         the %rp in the call path and stores the original rp in a stack slot.
8015
8016 2004-05-17  Jim Blandy  <jimb@redhat.com>
8017
8018         * MAINTAINERS: Update address for J.T. Conklin.
8019
8020 2004-05-17  Randolph Chung  <tausq@debian.org>
8021
8022         * hppa-tdep.c: Remove superfluous #include's.
8023         * Makefile.in (hppa-tdep.o): Update dependencies.
8024
8025 2004-05-17  Randolph Chung  <tausq@debian.org>
8026
8027         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
8028         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
8029         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
8030         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
8031         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
8032         Remove static function declarations.
8033
8034 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
8035
8036         * alphabsd-nat.c: Update copyright year.
8037         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
8038
8039         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
8040         and M68K_A2_REGNUM.
8041
8042         * m68k-tdep.c (m68k_svr4_return_value): Implement
8043         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8044
8045 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
8046
8047         * sol-thread.c Update copyright year.  Fix various coding
8048         standards violations.  Tweak a few comments.
8049         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
8050         Delete prototypes.
8051
8052 2004-05-15  Randolph Chung  <tausq@debian.org>
8053
8054         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
8055         as pointer instead of array reference since HPUX compiler does
8056         not accept unsized array arguments.
8057         * somsolib.c (dld_flags_buffer): Use constant array size.
8058
8059 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
8060
8061         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
8062         offset with decimal offset.
8063         (amd64obsd_sigcontext_addr): Return correct address for entire
8064         signal trampoline.
8065
8066         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
8067         instead of get_frame_base.
8068
8069         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
8070         (fill_gregset): Use regcache_raw_collect.
8071
8072         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
8073         ppcobsd-tdep.c.
8074
8075         * config/sparc/tm-nbsd64.h: Remove file.
8076         * config/tm-sunos.h: Remove file.
8077
8078 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
8079
8080         * rs6000-tdep.c (store_param_on_stack_p): New function,
8081         an improved version of some code extracted from skip_prologue().
8082         (skip_prologue): Use store_param_on_stack_p() to detect
8083         instructions saving a parameter on the stack. Detect when r0
8084         is used to save a parameter.
8085         Do not mark "li rx, SIMM" instructions as part of the prologue,
8086         unless the following instruction is also part of the prologue.
8087
8088 2004-05-14  Andrew Cagney  <cagney@redhat.com>
8089
8090         * infrun.c (handle_inferior_event): Simplify
8091         STEP_OVER_UNDEBUGGABLE.
8092
8093         * infrun.c (handle_step_into_function): Delete function.
8094         (handle_inferior_event): Inline calls to
8095         handle_step_into_function.
8096
8097 2004-05-14  Jerome Guitton  <guitton@gnat.com>
8098
8099         * rs6000-nat.c: Fix a comment.
8100
8101 2004-05-12  David Anderson <davea@sgi.com>
8102
8103         Committed by Jim Blandy <jimb@redhat.com>:
8104         * regcache.c (struct regcache_descr): fix comment spelling.
8105
8106 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8107
8108         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
8109         Fixes a link link failure.
8110
8111 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8112
8113         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
8114         error that was causing the build to fail.
8115
8116 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8117
8118         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
8119         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
8120
8121 2004-05-13  Andrew Cagney  <cagney@redhat.com>
8122
8123         * infrun.c (handle_inferior_event): Check for
8124         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
8125         calls.  Update comments.
8126
8127 2004-05-13  Jim Blandy  <jimb@redhat.com>
8128
8129         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
8130         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8131         (store_regs_user_thread, store_regs_kernel_thread): Use
8132         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
8133         * ppc-linux-nat.c (fill_gregset): Same.
8134         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
8135         (ppc_linux_sigtramp_cache): Same.
8136         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
8137         (ppcnbsd_sigtramp_cache_init): Same.
8138         * rs6000-nat.c (fetch_core_registers): Same.
8139         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
8140         (rs6000_frame_cache): Same.
8141
8142         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
8143         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
8144         of assuming that the gprs are numbered starting with zero.
8145         * ppc-linux-nat.c (fill_gregset): Same.
8146         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
8147         * ppcnbsd-nat.c (getregs_supplies): Same.
8148         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
8149         * rs6000-nat.c (fetch_core_registers): Same.
8150         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
8151
8152 2004-05-07  Michael Snyder  <msnyder@redhat.com>
8153
8154         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
8155         LOC_COMPUTED_ARG, and LOC_INDIRECT.
8156
8157 2004-05-13  Andrew Cagney  <cagney@redhat.com>
8158
8159         * infrun.c (handle_inferior_event): Use frame_unwind_id.
8160
8161 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
8162
8163         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
8164         base_address for shared libraries.
8165
8166 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
8167
8168         * MAINTAINERS (write after approval): Add myself.       
8169
8170 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8171
8172         * breakpoint.c (bpstat_stop_status): Add new argument
8173         STOPPED_BY_WATCHPOINT.  Use it instead of testing
8174         target_stopped_data_address agaist 0 to check whether
8175         or not we stopped due to a hardware watchpoint.
8176         * breakpoint.h (bpstat_stop_status): Adapt prototype.
8177         * infrun.c (handle_inferior_event): Call bpstat_stop_status
8178         with new argument.
8179
8180 2004-05-12  Jim Blandy  <jimb@redhat.com>
8181
8182         * configure.in: When checking whether we should use the -bbigtoc
8183         option, don't forget to restore the original value of LDFLAGS.
8184         * configure: Regenerated.
8185
8186 2004-05-12  Andrew Cagney  <cagney@redhat.com>
8187
8188         * thread.c (load_infrun_state): Delete step_sp.
8189         * infrun.c (context_switch): Ditto.
8190         * inferior.h (step_sp): Ditto.
8191         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
8192         * gdbthread.h (struct thread_info, save_infrun_state)
8193         (restore_infrun_state): Ditto.
8194
8195 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
8196
8197         * MAINTAINERS (write after approval): Add myself.
8198
8199 2004-05-12  Andrew Cagney  <cagney@redhat.com>
8200
8201         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
8202         eliminate reference to step_sp.
8203         (struct execution_control_state, init_execution_control_state)
8204         (handle_inferior_event, keep_going): Delete update_step_sp and
8205         step_sp.
8206         * infcmd.c (step_sp): Note that variable is unused.
8207
8208 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8209
8210         * infrun.c (step_over_function): Delete function.
8211         (handle_step_into_function): Use insert_step_resume_breakpoint.
8212         (insert_step_resume_breakpoint): Fix assertion.
8213
8214 2004-05-11  Nick Roberts  <nickrob@gnu.org>
8215
8216         * utils.c (defaulted_query): Just use the normal query input type
8217         when printing the annotations.
8218
8219 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8220
8221         * infrun.c (handle_inferior_event): Simplify code handling
8222         step-into or return-from a signal trampoline.
8223
8224 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8225
8226         * ppcnbsd-tdep.c: Include "gdb_assert.h".
8227         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
8228
8229 2004-05-10  Jim Blandy  <jimb@redhat.com>
8230
8231         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
8232         with a call to internal_error.
8233
8234         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
8235         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
8236         processor variant lacks those registers.
8237         (ppc_floating_point_unit_p): Change description to make it clear
8238         that this returns info about the ISA, not the ABI.
8239         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
8240         return true or false by checking tdep->ppc_fp0_regnum and
8241         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
8242         arch/mach switching done in rs6000_gdbarch_init; it's better to
8243         keep that logic there, and just check the results here.
8244         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
8245         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
8246         floating-point registers.
8247         (ppc_supply_fpregset, ppc_collect_fpregset)
8248         (rs6000_push_dummy_call, rs6000_extract_return_value)
8249         (rs6000_store_return_value): Assert that we have floating-point
8250         registers.
8251         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
8252         (rs6000_frame_cache): Don't note the locations at which
8253         floating-point registers were saved if we have no fprs.
8254         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
8255         registers.
8256         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8257         (store_regs_user_thread, store_regs_kernel_thread): Only call
8258         supply_fprs / fill_fprs if we actually have floating-point
8259         registers.
8260         (special_register_p): Check ppc_fpscr_regnum before matching
8261         against it.
8262         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8263         supply / collect fpscr if we don't have it.
8264         * ppc-bdm.c: #include "gdb_assert.h".
8265         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8266         have floating-point registers, since I can't test this code on
8267         FP-free systems to adapt it.
8268         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8269         fpscr and floating point register numbers if they don't exist.
8270         (fetch_register): Assert that we have floating-point registers
8271         before we reach the code that handles them.
8272         (store_register): Same.  And use tdep instead of calling
8273         gdbarch_tdep again.
8274         (fill_fpregset): Don't try to collect FP registers and fpscr if we
8275         don't have them.
8276         (ppc_linux_sigtramp_cache): Don't record the saved locations of
8277         fprs and fpscr if we don't have them.
8278         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8279         don't have them.
8280         * ppcnbsd-nat.c: #include "gdb_assert.h".
8281         (getfpregs_supplies): Assert that we have floating-point registers.
8282         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8283         * ppcobsd-tdep.c: #include "gdb_assert.h".
8284         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8285         have floating-point registers.
8286         * rs6000-nat.c (regmap): Don't match against the fpscr and
8287         floating point register numbers if they don't exist.
8288         (fetch_inferior_registers, store_inferior_registers,
8289         fetch_core_registers): Only fetch / store / supply the
8290         floating-point registers and the fpscr if we have them.
8291         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8292         (ppcobsd-tdep.o): Update dependencies.
8293         
8294 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8295
8296         * infrun.c (through_sigtramp_breakpoint): Delete variable.
8297         (context_switch): Do not switch through_sigtramp_breakpoint.
8298         * gdbthread.h (save_infrun_state, load_infrun_state)
8299         (struct thread_info): Delete through_sigtramp_breakpoint parameter
8300         and structure member.
8301         * thread.c (load_infrun_state, save_infrun_state): Update.
8302
8303 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
8304
8305         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8306
8307 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8308
8309         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
8310         throughout.
8311         * aclocal.m4: Regenerate.
8312
8313 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
8314
8315         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8316
8317 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8318
8319         * infrun.c (check_sigtramp2): Delete function.
8320         (handle_inferior_event): When single stepping, and taking a
8321         signal, set a breakpoint at the signal return address.  Delete
8322         redundant calls to check_sigtramp2.
8323         (insert_step_resume_breakpoint): New function.
8324         (through_sigtramp_breakpoint, handle_inferior_event)
8325         (follow_exec, wait_for_inferior, fetch_inferior_event)
8326         (currently_stepping, keep_going): Delete most uses of
8327         through_sigtramp_breakpoint, not that it should be deleted.
8328         (delete_breakpoint_current_contents): Delete function.
8329
8330 2004-05-10  Randolph Chung  <tausq@debian.org>
8331
8332         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8333         target.
8334         * config/pa/tm-linux.h: New file.
8335
8336 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
8337
8338         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8339         of prefixes.  Don't print the prefix twice in the CLI.
8340
8341 2004-05-10  Jim Blandy  <jimb@redhat.com>
8342
8343         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8344         collect all the gprs.
8345
8346         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8347         loop collecting gprs.
8348
8349 2004-05-09  Andrew Cagney  <cagney@redhat.com>
8350
8351         * remote-vx.c (net_step): Delete step-range code.
8352         * remote.c (remote_resume, init_all_packet_configs)
8353         (set_remote_protocol_E_packet_cmd)
8354         (show_remote_protocol_E_packet_cmd)
8355         (remote_protocol_E, show_remote_cmd, _initialize_remote)
8356         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8357         (show_remote_protocol_e_packet_cmd): Ditto.
8358
8359 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
8360
8361         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8362
8363         * hppa-tdep.h: Update copyright year.
8364         (struct trad_frame_saved_reg): Add opaque declaration.
8365
8366         * amd64-tdep.c (amd64_return_value): Implement
8367         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8368
8369         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8370         (m68k_value_to_register): New functions.
8371         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8372         value_to_register.
8373
8374         * defs.h (enum return_value_convention): Add
8375         RETURN_VALUE_ABI_RETURNS_ADDRESS and
8376         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8377         * infcmd.c (legacy_return_value): New function.
8378         (print_return_value): Rwerite to implement
8379         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8380         * values.c (using_struct_return): Check for inequality to
8381         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8382         RETURN_VALUE_STRUCT_CONVENTION.
8383         * i386-tdep.c (i386_return_value): Implement
8384         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8385
8386         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
8387         include "symtab.h", "opcode/vax.h" and "inferior.h".
8388         (vax_skip_prologue): Replace calls to read_memory_integer by calls
8389         to read_memory_unsigned_integer.
8390         (vax_gdbarch_init): Reorder.
8391         (_initialize_vax_tdep): Spell out prototype.
8392         * Makefile.in (vax-tdep.o): Update dependencies.
8393
8394 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8395
8396         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8397         * target.c (target_detach, target_disconnect): Ditto.
8398
8399         * infcall.c (call_function_by_hand): When no
8400         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8401         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8402         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8403         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8404         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8405         
8406         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8407         * gdbarch.h, gdbarch.c: Re-generate.
8408         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8409         deprecated_fix_call_dummy.
8410         * v850-tdep.c (v850_gdbarch_init): Ditto.
8411         * infcall.c (call_function_by_hand): Do not call
8412         DEPRECATED_FIX_CALL_DUMMY.
8413
8414         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8415         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8416         * gdbarch.h, gdbarch.c: Re-generate.
8417         * arm-linux-tdep.c (arm_linux_call_dummy_words)
8418         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8419         deprecated_sizeof_call_dummy_words.
8420         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8421         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8422         * v850-tdep.c (v850_gdbarch_init): Ditto.
8423         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8424         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8425         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8426         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8427         * arch-utils.h (legacy_call_dummy_words)
8428         (legacy_sizeof_call_dummy_words): Delete declarations.
8429         * arch-utils.c (legacy_call_dummy_words)
8430         (legacy_sizeof_call_dummy_words): Delete variables.
8431
8432         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8433         * gdbarch.h, gdbarch.c: Re-generate.
8434         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8435         * infcall.c (call_function_by_hand): Eliminate call to
8436         DEPRECATED_PUSH_DUMMY_FRAME.
8437         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8438         push_dummy_frame.
8439         (ns32k_push_dummy_frame): Delete function.
8440
8441         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8442         deprecated_call_dummy_breakpoint_offset or
8443         deprecated_call_dummy_start_offset.
8444         * dummy-frame.c, arm-tdep.c: Update comments.
8445         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8446         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8447         * gdbarch.h, gdbarch.c: Re-generate.
8448         
8449         * infcall.c (legacy_push_dummy_code): Delete function.
8450         (push_dummy_code): Delete call.
8451
8452         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8453         * gdbarch.h, gdbarch.c: Re-generate.
8454         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8455         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8456         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8457         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8458
8459         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8460         (struct frame_info): Delete opaque declaration.
8461         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8462         * frame.c (get_frame_type): Delete call.
8463
8464         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8465         pc_in_call_dummy.
8466         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8467         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8468
8469 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8470
8471         * alphanbsd-tdep.c: Include "gdb_string.h".
8472         * armnbsd-tdep.c: Update copyright year.
8473         Include "gdb_string.h".
8474         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8475         dependencies.
8476
8477         * delta68-nat.c: Remove file.
8478         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8479         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8480         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8481         (delta68-nat.o): Remove dependency.
8482
8483         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8484         function.
8485         (m68k_gdbarch_init): Don't set
8486         deprecated_frameless_function_invocation.
8487
8488 2004-05-07  Randolph Chung  <tausq@debian.org>
8489
8490         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
8491         read_memory_nobpt for code reading when doing frame unwinding.
8492         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8493
8494 2004-05-07  Randolph Chung  <tausq@debian.org>
8495
8496         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8497         instead of sp, handle sigaltstack case.
8498         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
8499         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8500         signal handler and not that of the caller.
8501         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8502         hppa_linux_sigtramp_find_sigcontext.
8503
8504 2004-05-07  Randolph Chung  <tausq@debian.org>
8505
8506         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8507         hppa-linux-nat.c.
8508         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8509         * hppa-linux-nat.c (fetch_register, store_register): Define.
8510         (fetch_inferior_registers, store_inferior_registers): Define.
8511         (supply_gregset): Add comment and clean up some unneeded code.
8512         (fill_gregset): Add comment and fix so that it saves registers in
8513         the right place in the gregset.
8514         (fill_fpregset): Fix buffer overrun problem.
8515         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8516
8517 2004-05-07  Randolph Chung  <tausq@debian.org>
8518
8519         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
8520         do common handling of the pcoqt register.
8521         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8522         to use helper function.
8523         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8524         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8525         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8526         generic fallback unwinder when all else fails.
8527         (hppa_gdbarch_init): Add fallback sniffer.
8528         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8529         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8530         to use helper function.
8531
8532 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
8533
8534         * config/djgpp/fnchange.lst: Add translation rules for
8535         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8536
8537 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8538
8539         * frame.c (get_prev_frame_1): Work around GCC bug.
8540         * frame.h: Add comment about GCC bug.
8541
8542 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8543
8544         * observer.c: Include "commands.h" and "gdbcmd.h".
8545         (observer_debug, _initialize_observer): Add the
8546         command "set/show debug observer".
8547         * observer.sh: When observer debugging, log notify calls.
8548         * Makefile.in (observer.o): Update dependencies.
8549
8550 2004-05-07  Jason Molenda  (jmolenda@apple.com)
8551
8552         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8553
8554 2004-05-07  Jim Blandy  <jimb@redhat.com>
8555
8556         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8557         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8558         to recognize gpr regnums, instead of assuming that
8559         tdep->ppc_fp0_regnum marks the end of the general-purpose
8560         registers.
8561
8562         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8563         the given architecture has floating-point registers. 
8564
8565 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8566
8567         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8568         macro defined to 1.
8569         * gdbarch.h, gdbarch.c: Re-generate.
8570         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8571         deprecated_use_generic_dummy_frames.
8572
8573 2004-05-07  Brian Ford  <ford@vss.fsi.com>
8574
8575         * NEWS: Mention Cygwin DWARF 2 support.
8576
8577 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8578
8579         * objfiles.h (struct entry_info): Delete unused fields
8580         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8581         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8582         * mipsread.c (mipscoff_symfile_read): Update.
8583         * mdebugread.c (parse_partial_symbols): Update.
8584         * dwarfread.c (read_file_scope): Update.
8585         * dwarf2read.c (read_file_scope): Update.
8586         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8587         * coffread.c (complete_symtab): Update.
8588
8589 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
8590
8591         * infcall.c (_initialize_infcall): Fix typo.
8592
8593 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8594
8595         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8596         * command.h (add_setshow_zinteger_cmd): Declare.
8597
8598 2004-05-06  Randolph Chung  <tausq@debian.org>
8599
8600         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8601         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8602         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8603         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8604         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8605         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8606         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
8607         definitions ...
8608         * hppa-tdep.h: ... to here, with HPPA_ prefix.
8609         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8610         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8611         (hppa64_hpux_frame_find_saved_regs_in_sig)
8612         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8613         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8614         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8615         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8616         (hppa_linux_sigtramp_frame_prev_register): Likewise.
8617         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8618         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8619         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8620         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8621         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8622         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8623         (hppa32_register_type, hppa_cannot_store_register)
8624         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8625         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8626         * hpread.c (hpread_process_one_debug_symbol): Likewise.
8627         * pa64solib.c (pa64_solib_have_load_event)
8628         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8629         (pa64_solib_unloaded_library_pathname): Likewise.
8630         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8631         (som_solib_library_pathname): Likewise.
8632
8633 2004-05-05  Jim Ingham  <jingham@apple.com>
8634         
8635         * breakpoint.c (create_breakpoints): Copy the ignore count and
8636         thread id over from the pended breakpoint to the actual
8637         breakpoint.
8638         
8639 2004-05-05  Andrew Cagney  <cagney@redhat.com>
8640
8641         * gdbarch.sh (PARM_BOUNDARY): Delete.
8642         gdbarch.h, gdbarch.c: Re-generate.
8643         * valops.c (PARM_BOUNDARY): Delete macro.
8644         (value_push): Delete PARM_BOUNDARY code.
8645         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8646
8647 2004-05-04  Jim Blandy  <jimb@redhat.com>
8648
8649         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8650         Don't assume that the gprs, fprs, and UISA sprs are
8651         contiguous, start at register number zero, and end with fpscr.
8652         Instead, use the numbers from the tdep structure.
8653
8654         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8655         should no longer be used in code specific to the RS6000 and its
8656         derivatives.
8657         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8658         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8659         tdep->ppc_fp0_regnum.
8660         (ppc_supply_fpregset, ppc_collect_fpregset)
8661         (rs6000_push_dummy_call, rs6000_extract_return_value)
8662         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8663         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8664         FP0_REGNUM. 
8665         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8666         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8667         Same.
8668         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8669         bdm_ppc_store_registers): Same.
8670         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
8671         (store_register, fill_fpregset): Same.
8672         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
8673         (ppc_linux_supply_fpregset): Same.
8674         * ppcnbsd-nat.c (getfpregs_supplies): Same.
8675         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8676         Same.
8677         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8678         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8679         ppc64_sysv_abi_return_value): Same.
8680         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8681         (store_inferior_registers, fetch_core_registers): Same.
8682
8683 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8684
8685         * m68knbsd-nat.c: Remove file.
8686         * m68knbsd-tdep.c: Remove file.
8687         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8688         dependencies.
8689         * configure.host: Add m68k-*-netbsdelf*.
8690         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8691         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8692         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
8693         (XM_FILE): Remove.
8694         * config/m68k/nbsdelf.mh: New file.
8695         * config/m68k/nbsd.mt: New file.
8696         * config/m68k/nbsdaout.mt: Remove file.
8697         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8698         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
8699         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8700         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8701         (use_struct_convention): Remove prototype.
8702         (USE_STRUCT_CONVENTION): Remove define.
8703         * config/m68k/xm-nbsd.h: Remove file.
8704
8705 2004-05-04  Michael Snyder  <msnyder@redhat.com>
8706
8707         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
8708         reg_struct_return method (as gcc usually does for cross targets).
8709
8710 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8711
8712         Committed by Andrew Cagney.
8713         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8714         alignment padding when accessing ucontext struct members.
8715
8716 2004-05-04  Jim Blandy  <jimb@redhat.com>
8717
8718         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8719         'ppc_gplast_regnum' member.
8720         (ppc_num_gprs): New enum constant.
8721         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8722         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8723         * rs6000-nat.c (regmap, fetch_inferior_registers,
8724         store_inferior_registers): Same.
8725         * rs6000-tdep.c (e500_pseudo_register_read)
8726         (e500_pseudo_register_write): Same.
8727         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8728
8729         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8730         * ppc-tdep.h (ppc_num_fprs): New enum constant.
8731         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8732         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8733         FPLAST_REGNUM.
8734         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8735         Same.
8736         * ppc-linux-nat.c (ppc_register_u_addr): Same.
8737         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8738         (store_inferior_registers): Same.
8739
8740         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8741         with FPLAST_REGNUM.
8742
8743 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
8744
8745         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8746         failure detected by recent versions of GCC.
8747         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8748         to be consistent with the usage in dwarf2_create_include_psymtab.
8749
8750 2004-05-03  Michael Snyder  <msnyder@redhat.com>
8751
8752         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8753         (heuristic_proc_start): Whitespace cleanup.
8754
8755 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
8756
8757         * sun3-nat.c: Remove file.
8758         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8759         dependencies.
8760         (ALLDEPFILES): Remove sun3-nat.c.
8761         (sun3-nat.o): Remove dependencies.
8762
8763         * i386-interix-nat.c, i386-interix-tdep.c,
8764         config/i386/nm-interix.h, config/i386/interix.mh,
8765         config/i386/interix.mt: Remove files.
8766         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8767         dependencies.
8768
8769 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
8770
8771         * m68k-tdep.h (struct gdbarch_tdep): Add member
8772         struct_value_regnum.
8773         (m68k_svr4_init_abi): New prototype.
8774         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
8775         different calling conventions.
8776         (m68k_extract_return_value): Remove code dealing with single-field
8777         structs.
8778         (m68k_store_return_value): Remove code dealing with single-field
8779         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
8780         (m68k_extract_struct_value_address): Remove function.
8781         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8782         (m68k_reg_struct_return_p, m68k_return_value)
8783         (m68k_svr4_return_value): New functions.
8784         (m68k_use_struct_convention): Remove function.
8785         (m68k_push_dummy_call): Use new struct_value_regnum member of
8786         `struct gdbarch_tdep' instead of hardcoded register number to
8787         store STRUCT_ADDR.
8788         (m68k_svr4_init_abi): New function.
8789         (m68k_gdbarch_init): Don't set extract_return_value,
8790         store_return_values, deprecated_extract_struct_value_address and
8791         use_struct_convention.  Set return_value instead.  Initialize new
8792         struct_value_regnum member of `struct gdbarch_tdep'.
8793         * m68klinux-tdep.c: Update copyright year.
8794         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8795         (m68k_linux_extract_struct_value_address): Remove function.
8796         (m68k_linux_init_abi): Don't set extract_return_value,
8797         store_return_values, deprecated_extract_struct_value_address and
8798         use_struct_convention.  Call m68k_svr4_init_abi but override the
8799         new struct_value_regnum member of `struct gdbarch_tdep'.
8800         * Makefile.in (m68k-tdep.o): Update dependencies.
8801
8802 2004-05-03  J. Brobecker  <brobecker@gnat.com>
8803
8804         * dwarf2read.c (line_header): Add new included_p field in
8805         field file_names.
8806         (partial_die_info): New field has_stmt_list. New field line_offset.
8807         (dwarf2_create_include_psymtab): New function.
8808         (dwarf2_build_include_psymtabs): New function.
8809         (add_file_name): Add forward declaration. Initialize new field.
8810         (dwarf_decode_lines): Add new parameter. Enhance this procedure
8811         to be able to determine the list of files included by the
8812         given unit, and build their associated psymtabs.
8813         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8814         files as well.
8815         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8816         (read_file_scope): Update call to dwarf_decode_lines.
8817         (read_partial_die): Handle DW_AT_stmt_list attributes.
8818
8819 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
8820
8821         Unfix PR gdb/1626.
8822         * configure.in: Revert special case for osf5.*.
8823         * configure: Regenerate.
8824
8825 2004-05-02  Jim Blandy  <jimb@redhat.com>
8826
8827         Move the symbol-file-from-memory functions into their own file.
8828         * symfile-mem.c, symfile-mem.h: New files.
8829         * symfile.c (symbol_file_add_from_bfd): New function.
8830         (symbol_file_add): Call symbol_file_add_from_bfd.
8831         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8832         Moved to symfile-mem.c.
8833         (_initialize_symfile): Move definition of
8834         add-symbol-file-from-memory command to symfile-mem.c.
8835         * symfile.h (symbol_file_add_from_bfd): New declaration.
8836         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8837         * config/powerpc/linux.mt (TDEPFILES): Same.
8838         * Makefile.in (SFILES): Add symfile-mem.c.
8839         (symfile_mem_h): New variable.
8840         (HFILES_NO_SRCDIR): Add symfile-mem.h.
8841         (symfile-mem.o): New rule.
8842
8843 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8844
8845         * breakpoint.c (insert_bp_location): Use get_frame_id, and
8846         frame_find_by_id instead of frame_relative_level.
8847         (do_enable_breakpoint): Ditto.
8848         * thread.c: Update copyright.
8849         (info_threads_command): Ditto, simplify.
8850
8851         * frame.c (deprecated_generic_get_saved_register): Delete
8852         function, moved to "xstormy16-tdep.c".
8853         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8854         deprecated_generic_get_saved_register from "frame.c".
8855         (xstormy16_frame_saved_register): Call
8856         xstormy16_get_saved_register.
8857         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8858         static.
8859         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8860         * frame.h (deprecated_generic_get_saved_register): Delete.
8861
8862 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
8863
8864         * dwarfread.c: Update documentation on the state of dwarf-1.
8865
8866 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8867
8868         * stack.c (select_frame_command): Delete call to
8869         frame_relative_level.
8870         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8871         Delete #if0 code.
8872         (frame_info): Do not print FRAMELESS.
8873         (print_block_frame_labels): Replace DEPRECATED_STREQ.
8874         (catch_info): Delete #if0 code.
8875
8876         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8877         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8878         of frame_relative_level.
8879         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8880         to SENTINEL_FRAME.
8881         * frame.h (enum frame_type): Add SENTINEL_FRAME.
8882         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8883         frame_relative_level.
8884
8885         * frame.h (deprecated_set_frame_type): Delete declaration.
8886         * frame.c (deprecated_set_frame_type): Delete function, update
8887         comments.
8888
8889         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8890         * gdbarch.h, gdbarch.c: Re-generate.
8891         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8892         (shnbsd_pc_in_sigtramp): Delete.
8893         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8894         pc_in_sigtramp.
8895         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8896         pc_in_sigtramp.
8897         * frame.h: Update comments.
8898         * ppc-linux-tdep.c: Update comments.
8899         * breakpoint.c (bpstat_what): Update comments.
8900
8901         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8902         m68klinux-tdep.o's dependencies, were previously added to
8903         m68klinux-nat.o.
8904
8905         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8906         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8907         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8908         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8909         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8910
8911         * Makefile.in (m68klinux-nat.o): Update dependencies.
8912         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8913         (m68k_linux_sigtramp_frame_cache)
8914         (m68k_linux_sigtramp_frame_this_id)
8915         (m68k_linux_sigtramp_frame_prev_register)
8916         (m68k_linux_sigtramp_frame_unwind)
8917         (m68k_linux_sigtramp_frame_sniffer)
8918         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8919         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8920         names, use trad-frame.h.
8921         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8922         (struct m68k_sigtramp_info): Delete.
8923         * m68k-tdep.c (m68k_sigtramp_frame_cache)
8924         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8925         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8926         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8927         "m68klinux-tdep.c".
8928
8929         * infrun.c (check_sigtramp2): Delete check for
8930         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8931
8932 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8933
8934         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8935
8936 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8937
8938         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8939         (frv_linux_sigtramp_frame_cache)
8940         (frv_linux_sigtramp_frame_this_id)
8941         (frv_linux_sigtramp_frame_prev_register)
8942         (frv_linux_sigtramp_frame_unwind)
8943         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8944         include "linux" in function and variable names, directly call
8945         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8946         the latest trad-frame code.
8947         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8948         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8949         * Makefile.in (frv-linux-tdep.o): Update dependencies.
8950         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8951         * frv-tdep.c (frv_sigtramp_frame_cache)
8952         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8953         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8954         frv-linux-tdep.c.
8955         (frv_gdbarch_init): Do not append a sigtramp sniffer.
8956         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8957         (frv_set_sigcontext_reg_addr): Delete function.
8958
8959         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8960         (DEPRECATED_SIGTRAMP_END): Delete.
8961         * gdbarch.h, gdbarch.c: Re-generate.
8962         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8963         * config/vax/tm-vaxbsd.h: Update copyright.
8964         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8965         (DEPRECATED_IN_SIGTRAMP): Define.
8966         * config/m68k/tm-nbsd.h: Update copyright.
8967         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8968         (DEPRECATED_IN_SIGTRAMP): Define.
8969
8970 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8971
8972         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8973         encondings.  Fixes PR gdb/1628.
8974
8975         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8976         DW_CFA_restore state without a matching DW_CFA_remember_state
8977         instead of aborting.  Fixes PR backtrace/1589.
8978
8979 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
8980
8981         * MAINTAINERS: Add self as AIX maintainer.
8982         Update my e-mail address in write-after-approval section.
8983
8984 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8985
8986         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8987         (legacy_get_prev_frame): Ditto.
8988
8989         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8990         (mips_gdbarch_init): Do not set pc_in_sigtramp.
8991         * mipsread.c (sigtramp_address): Delete extern variable.
8992         (mipscoff_new_init): Delete reference.
8993         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8994         (fixup_sigtramp): Delete function.
8995         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8996         (fixup_sigtramp): Delete declarations.
8997
8998         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8999         deprecated_pc_in_sigtramp.
9000         (ppcnbsd_pc_in_sigtramp): Delete function.
9001
9002 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
9003
9004         * config/m68k/nm-nbsd.h: Tweak comments.
9005         * config/m68k/nm-nbsdaout.h: Likewise.
9006
9007 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9008
9009         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
9010         legacy_pc_in_sigtramp.
9011         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
9012
9013 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
9014
9015         Add OpenBSD/m68k support.
9016         * NEWS (New native configurations): Mention OpenBSD/m68k.
9017         * m68kbsd-tdep.c: New file.
9018         * m68kbsd-nat.c: New file.
9019         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
9020         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
9021         * configure.host: Add m68k-*-openbsd.
9022         * configure.tgt: Add m68k-*-openbsd.
9023         * config/m68k/tm-obsd.h: New file.
9024         * config/m68k/obsd.mt: New file.
9025         * config/m68k/obsd.mh: New file.
9026         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
9027         m68kbsd-tdep.c.
9028
9029 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9030
9031         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
9032         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
9033
9034 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
9035
9036         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
9037         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
9038
9039 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9040
9041         Revert 2004-04-16 change.
9042         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
9043         (i386_coff_init_abi): Remove.
9044         * i386-tdep.h (i386_coff_init_abi): Remove.
9045         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
9046
9047 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9048
9049         * blockframe.c (find_pc_partial_function): Delete use of
9050         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
9051         DEPRECATED_SIGTRAMP_END.
9052
9053         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
9054         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
9055         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
9056         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
9057         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
9058
9059         * defs.h (deprecated_inside_entry_file): Delete declaration.
9060         * blockframe.c (deprecated_inside_entry_file): Delete function.
9061         (legacy_frame_chain_valid): Delete call.
9062         * sh64-tdep.c (sh64_frame_chain): Delete call.
9063         * objfiles.h: Update comments.
9064         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
9065         call.
9066         * frame.c (get_prev_frame): Delete call, update comments.
9067
9068 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9069
9070         * MAINTAINERS (Write After Approval): Add myself.
9071
9072 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9073
9074         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
9075         * gdbarch.h, gdbarch.c: Re-generate.
9076         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
9077         code.
9078
9079 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9080
9081         * gdb-events.sh (selected_thread_changed)
9082         (selected_frame_level_changed, target_changed): Delete.
9083         * gdb-events.h, gdb-events.c: Re-generate.
9084         * valops.c (value_assign): Update.
9085         * stack.c (select_frame_command, up_silently_base)
9086         (down_silently_base): Update.
9087
9088 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9089
9090         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
9091         registers correctly.
9092         (print_gp_register_row, mips32_heuristic_proc_desc)
9093         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
9094         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
9095         references to mips_isa_regsize.
9096
9097 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9098
9099         * mips-tdep.c (struct gdbarch_tdep): Delete
9100         mips_fp_register_double.
9101         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
9102         mips_abi_regsize.
9103         (mips_gdbarch_init): Do not set mips_fp_register_double.
9104         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
9105
9106 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
9107
9108         Committed by Andrew Cagney.
9109         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
9110         function calls.
9111
9112 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9113
9114         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
9115         gdbarch, use mips_abi, update callers.
9116         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
9117         mips_abi_regsize, update callers.
9118         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
9119         mips_default_abi_regsize.
9120         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
9121         mips_default_abi_regsize.
9122
9123 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9124
9125         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
9126         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
9127         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
9128         mips_default_abi_regsize.
9129         (mips_isa_regsize): Rename mips_regisze.
9130         * mipsnbsd-tdep.c: Update.
9131         * mips-linux-tdep.c: Update.
9132         * irix5-nat.c: Update.
9133         * mips-tdep.h (mips_isa_regsize): Update.
9134
9135         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
9136         Delete all disabled code.
9137         * gdb-events.h, gdb-events.c: Re-generate.
9138         
9139 2004-04-19  Jerome Guitton  <guitton@gnat.com>
9140             Mark Kettenis  <kettenis@gnu.org>
9141
9142         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
9143         the function begins with a branch instruction.
9144
9145 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
9146
9147         * i386-tdep.c: Fix spelling mistakes.
9148
9149 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9150             Andrew Cagney  <cagney@redhat.com>
9151
9152         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
9153         <sys/proc.h>.
9154         * acconfig.h: Provide default _KMEMUSER value.
9155         * config.in, configure: Re-generate.
9156         * NEWS: Mention fix.
9157
9158 2004-04-24  Randolph Chung  <tausq@debian.org>
9159
9160         * configure.host (hppa*-*-linux*): New target.
9161         * configure.tgt (hppa*-*-linux*): Likewise.
9162         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
9163         gdbarch_init_osabi() call earlier so that osabi-specific frame
9164         unwinders can be registered first.
9165         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
9166         hppa-linux-nat.c.
9167         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
9168         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
9169         * config/pa/linux.mh: New file.
9170         * config/pa/linux.mt: New file.
9171         * config/pa/nm-linux.h: New file.
9172         * config/pa/xm-linux.h: New file.
9173         * hppa-linux-nat.c: New file.
9174         * hppa-linux-tdep.c: New file.
9175
9176 2004-04-28  Randolph Chung  <tausq@debian.org>
9177
9178         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
9179         return values.
9180         (hppa32_push_dummy_call): Fix small struct and floating point argument 
9181         passing, and make sure the stack frame is properly aligned.
9182
9183 2004-04-28  Andrew Cagney  <cagney@redhat.com>
9184
9185         * stack.c (print_stack_frame): Fix description.
9186
9187         * NEWS: Mention gdb/gdbserver/configure execute permission
9188         changed.  PR server/519.
9189
9190 2004-04-28  Andrew Cagney  <cagney@redhat.com>
9191
9192         * stack.c (print_stack_frame_stub): Delete declaration.
9193         (struct print_stack_frame_args, print_stack_frame)
9194         (print_frame_info, print_frame): Replace "source" with print what.
9195         Replace "print" with "print_level".  Replace "args" with
9196         "print_args".
9197         * frame.h (show_and_print_stack_frame, print_stack_frame)
9198         (print_frame_info): Update declarations.
9199         * stack.c (select_and_print_frame, frame_command)
9200         (current_frame_command, up_command, down_command): Update calls -
9201         use get_selected_frame, pass "enum print_what" for source, do not
9202         call frame_relative_level.
9203         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
9204         * remote-rdp.c (remote_rdp_open): Ditto.
9205         * remote-mips.c (common_open): Ditto.
9206         * remote-e7000.c (e7000_start_remote): Ditto.
9207         * ocd.c (ocd_start_remote): Ditto.
9208         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
9209         * infrun.c (normal_stop): Ditto.
9210         * inflow.c (kill_command): Ditto.
9211         * infcmd.c (finish_command): Ditto.
9212         * corelow.c (core_open): Ditto.
9213         * tracepoint.c (finish_tfind_command): Ditto.
9214         * thread.c (info_threads_command, info_threads_command) 
9215         (restore_current_thread, do_captured_thread_select): Ditto.
9216         * ada-tasks.c (task_command): Ditto.
9217
9218 2004-04-26  Orjan Friberg <orjanf@axis.com>
9219
9220         * frame.c: Include "observer.h".
9221         (frame_observer_target_changed): New function.
9222         (_initialize_frame): Attach target_changed observer.
9223         * regcache.c: Include "observer.h".
9224         (regcache_observer_target_changed): New function.
9225         (_initialize_regcache): Attach target_changed observer.
9226         * valops.c: Include "observer.h".
9227         (value_assign): Notify target_changed event when modifying register.
9228         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
9229
9230 2004-04-26  Orjan Friberg <orjanf@axis.com>
9231
9232         From Paul Koning <pkoning@equallogic.com>:
9233         * breakpoint.c (free_valchain): New function.
9234         (insert_bp_location, delete_breakpoint): Use free_valchain.
9235         (remove_breakpoint): Do not remove the valchain.
9236         (bpstat_stop_status): If not stopped by watchpoint, skip
9237         watchpoints when generating stop status list.
9238         * infrun.c (handle_inferior_event): Make
9239         stepped_after_stopped_by_watchpoint a global variable.
9240         * remote.c (remote_stopped_data_address): Return watch data
9241         address rather than zero if stepped_after_stopped_by_watchpoint is
9242         set.
9243
9244 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
9245
9246         Fix PR gdb/1626.
9247         * configure.in: Check for curses after termcap.
9248         On osf5.*, do not check for ncurses.
9249         * configure: Regenerate.
9250
9251 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
9252
9253         * ppcobsd-nat.c: Include "ppc-tdep.h".
9254         * Makefile.in (ppcobsd-nat.o): Update dependencies.
9255
9256         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
9257         Fixes PR tdep/1623 and PR tdep/1624.
9258
9259 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
9260
9261         * xmodem.h, xmodem.c: Remove files.
9262         * Makefile.in: Remove references to xmodem.h, xmodem.c.
9263
9264 2004-04-23  Randolph Chung  <tausq@debian.org>
9265
9266         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9267         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9268         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9269         for handling stackless frames.
9270         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
9271
9272 2004-04-23  Randolph Chung  <tausq@debian.org>
9273
9274         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9275         starts at a pc before the frame is created.
9276
9277 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
9278
9279         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9280
9281 2004-04-23  Jerome Guitton  <guitton@gnat.com>
9282
9283         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9284         use convert_typed_floating to get the appropriate format.
9285
9286 2004-04-22  Randolph Chung  <tausq@debian.org>
9287
9288         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9289         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9290         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9291         (hppa_sign_extend): Add prototype.
9292         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9293         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9294         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
9295         hppa targets will also use these functions.
9296         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9297         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9298         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9299         (hppa_gdbarch_init): Remove gdbarch setting of 
9300         skip_trampoline_code, in_solib_call_trampoline and
9301         in_solib_return_trampoline.
9302         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9303         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9304         hppa_in_solib_call_trampoline.
9305         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9306         Moved from hppa-tdep.c.
9307         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
9308         in_solib_call_trampoline and in_solib_return_trampoline.
9309
9310 2004-04-22  Randolph Chung  <tausq@debian.org>
9311
9312         * hppa-tdep.c (hppa_debug): New variable.
9313         (find_unwind_entry, hppa_frame_cache): Add debug output.
9314         (_initialize_hppa_tdep): Add command to set debug flag.
9315
9316 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9317
9318         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
9319         "trad-frame.h".
9320         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9321         signal trampoline unwinder.
9322         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9323
9324 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
9325
9326         Add OpenBSD/powerpc support.
9327         * NEWS (New native configurations): Mention OpenBSD/powerpc.
9328         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9329         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9330         (ppc_collect_fpregset): New prototypes.
9331         * ppcobsd-nat.c: New file.
9332         * ppcobsd-tdep.c: New file.
9333         * ppcobsd-tdep.h: New file.
9334         * rs6000-tdep.c: Include "regset.h".
9335         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9336         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9337         New functions.
9338         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9339         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9340         (rs6000-tdep.o): Update dependencies.
9341         * configure.host: Add powerpc-*-openbsd.
9342         * configure.tgt: Add powerpc-*-openbsd.
9343         * config/powerpc/obsd.mh: New file.
9344         * config/powerpc/nm-obsd.h: New file.
9345         * config/powerpc/obsd.mt: New file.
9346
9347 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9348
9349         * frame.h (show_frame_info): Delete declaration.
9350
9351         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9352         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9353         * m32r-tdep.c (m32r_frame_this_id): Ditto.
9354         * frv-tdep.c (frv_frame_this_id): Ditto.
9355         * avr-tdep.c (avr_frame_this_id): Ditto.
9356
9357 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
9358
9359         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9360
9361 2004-04-22  Jim Blandy  <jimb@redhat.com>
9362
9363         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9364         register number zero.
9365
9366 2004-04-21  Michael Snyder  <msnyder@redhat.com>
9367
9368         * mips-tdep.c (heuristic_proc_start): 
9369         Warning() already prefixes "Warning: ".
9370
9371 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9372
9373         * annotate.h (deprecated_annotate_starting_hook)
9374         (deprecated_annotate_stopped_hook)
9375         (deprecated_annotate_exited_hook)
9376         (deprecated_annotate_signal_hook)
9377         (deprecated_annotate_signalled_hook): Deprecate.
9378         * tracepoint.h (deprecated_create_tracepoint_hook)
9379         (deprecated_delete_tracepoint_hook)
9380         (deprecated_modify_tracepoint_hook)
9381         (deprecated_trace_find_hook)
9382         (deprecated_trace_start_stop_hook): Deprecate.
9383         * target.h (deprecated_target_new_objfile_hook): Deprecate.
9384         * remote.h (deprecated_target_resume_hook)
9385         (deprecated_target_wait_loop_hook): Deprecate.
9386         * gdbcore.h (deprecated_exec_file_display_hook)
9387         (deprecated_file_changed_hook): Deprecate.
9388         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9389         * defs.h (deprecated_modify_breakpoint_hook)
9390         (deprecated_command_loop_hook, deprecated_show_load_progress)
9391         (deprecated_print_frame_info_listing_hook)
9392         (deprecated_query_hook, deprecated_warning_hook)
9393         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9394         (deprecated_delete_breakpoint_hook)
9395         (deprecated_interactive_hook, deprecated_registers_changed_hook)
9396         (deprecated_readline_begin_hook, deprecated_readline_hook)
9397         (deprecated_readline_end_hook, deprecated_register_changed_hook)
9398         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9399         (deprecated_context_hook, deprecated_target_wait_hook)
9400         (deprecated_attach_hook, deprecated_detach_hook)
9401         (deprecated_call_command_hook, deprecated_set_hook)
9402         (deprecated_error_hook, deprecated_error_begin_hook)
9403         (deprecated_ui_load_progress_hook): Deprecate.
9404         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9405         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9406         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9407         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9408         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9409         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9410         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9411         * annotate.c, aix-thread.c: Update.
9412
9413 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9414
9415         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9416         * vaxnbsd-tdep.c: Include "gdb_string.h".
9417
9418         * symfile.c (symbol_file_add_from_memory): #if 0 function.
9419         (add_symbol_file_from_memory_command): #if 0 function body, call
9420         error instead.
9421
9422 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9423
9424         * gdbcore.h: Update copyright.
9425         (deprecated_add_core_fns): Rename add_core_fns.
9426         * win32-nat.c (_initialize_core_win32): Update.
9427         * sun3-nat.c (_initialize_core_sun3): Update.
9428         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9429         * rs6000-nat.c (_initialize_core_rs6000): Update.
9430         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9431         * nto-tdep.c (_initialize_nto_tdep): Update.
9432         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9433         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9434         * mips-nat.c (_initialize_core_mips): Update.
9435         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9436         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9437         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9438         * lynx-nat.c (_initialize_core_lynx): Update.
9439         * irix5-nat.c (_initialize_core_irix5): Update.
9440         * i386-interix-nat.c (_initialize_core_interix): Update.
9441         * cris-tdep.c (_initialize_cris_tdep): Update.
9442         * corelow.c (deprecated_add_core_fns): Update.
9443         * core-regset.c (_initialize_core_regset): Update.
9444         * core-aout.c (_initialize_core_aout): Update.
9445         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9446         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9447         * alpha-nat.c (_initialize_core_alpha): Update.
9448
9449 2004-04-21  Jim Blandy  <jimb@redhat.com>
9450
9451         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9452
9453 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
9454
9455         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9456         Delete.
9457         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
9458         (read_attribute_value): Update calls to dwarf_alloc_block.
9459         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9460         dwarf2_tmp_obstack.
9461         (psymtab_to_symtab_1): Likewise.  Clean up using
9462         free_stack_comp_unit.
9463         (add_to_cu_func_list): Use the comp_unit_obstack.
9464
9465 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
9466
9467         * dwarf2read.c (dwarf2_flag_true_p): New function.
9468         (die_is_declaration): Use the function above. Add some comments.
9469
9470 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
9471
9472         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9473         architecture when registering sparcnbsd_core_osabi_sniffer.
9474         Adjust comment.
9475
9476 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
9477
9478         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9479         return value.
9480
9481         Based on a patch from Brian Ford <ford@vss.fsi.com>:
9482         * i386-tdep.c: Correct register numbering scheme comments
9483         throughout.
9484         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9485         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9486         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9487         (i386_gdb_arch_init): Likewise.
9488
9489         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9490         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9491         ppcnbsd-tdep.o.
9492
9493         * m68k-tdep.h: Tweak comments.
9494         * m68k-tdep.c: Tweak comment.
9495
9496 2004-04-17  Randolph Chung  <tausq@debian.org>
9497
9498         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9499         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9500         (hppa_hpux_som_init_abi): Set is_elf to 0.
9501         (hppa_hpux_elf_init_abi): Set is_elf to 1.
9502         * hppa-tdep.c (low_text_segment_address): Remove global.
9503         (record_text_segment_lowaddr): Pass in low address as parameter. Use
9504         section offset to calculate segment address.
9505         (internalize_unwinds): Define low_text_segment_address as local and
9506         pass to record_text_segment_lowaddr for ELF targets.
9507         (hppa_gdbarch_init): Zero fill tdep structure.
9508         (hppa_dump_tdep): Print tdep structure.
9509         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9510
9511 2004-04-17  Randolph Chung  <tausq@debian.org>
9512
9513         * hppa-tdep.c (hppa_pseudo_register_read): Define.
9514         (hppa_gdbarch_init): Set pseudo_register_read.
9515         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9516         * regcache.c (supply_register): Remove check for
9517         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9518
9519 2004-04-17  Randolph Chung  <tausq@debian.org>
9520
9521         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9522         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9523         (hpread_adjust_stack_address): Move to hpread.c.
9524         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9525         obj_private_struct): Move from tm-hppa.h.
9526         * hpread.c (hppa-tdep.h): Include.
9527         (hpread_adjust_stack_address): Move from hppa-tdep.c.
9528         (hpread_read_function_type, hpread_read_doc_function_type)
9529         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
9530         directly.
9531         * pa64solib.c (hppa-tdep.h): Include.
9532         * somsolib.c (hppa-tdep.h): Include.
9533         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9534         inferior_status): Remove unused forward declarations.
9535         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9536         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
9537         obj_private_struct): Move to hppa-tdep.h.
9538         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9539
9540 2004-04-17  Randolph Chung  <tausq@debian.org>
9541
9542         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9543         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9544         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9545         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9546         Remove forward declaration and make static.
9547         (hppa_reg_struct_has_addr): Remove.
9548
9549 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9550
9551         * observer.sh: Move comments in sed command to first column.
9552
9553 2004-04-16  Jason Molenda  (jmolenda@apple.com)
9554
9555         * frame.c: Minor typeo corrections in comments.
9556
9557 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9558
9559         * observer.c (observer_test_first_notification_function): Update
9560         function profile.
9561         (observer_test_second_notification_function): Likewise.
9562         (observer_test_third_notification_function): Likewise.
9563
9564 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
9565
9566         From Brian Ford <ford@vss.fsi.com>:
9567         * i386-tdep.c (i386_coff_init_abi): New function.
9568         * i386-tdep.h (i386_coff_init_abi): New prototype.      
9569         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
9570         register number translation functions for DWARF and DWARF 2.
9571
9572 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9573
9574         * dwarf2read.c: Back out my previous change, it was incorrect.
9575
9576 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
9577
9578         * dwarf2read.c: Include "hashtab.h".
9579         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9580         has_namespace_info.
9581         (struct partial_die_info): Add comments.  Use bitfields to reduce
9582         memory footprint.  Add scope, scope_set, has_specification,
9583         spec_offset, die_parent, die_child, and die_sibling.
9584         (peek_die_abbrev): Add prototype.
9585         (partial_read_comp_unit_head): New function, broken out from
9586         dwarf2_build_psymtabs_hard.
9587         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9588         Use partial_read_comp_unit_head.  Initialize the CU and
9589         comp_unit_obstack.  Update calls to read_partial_die and
9590         scan_partial_symbols.  Use free_stack_comp_unit and
9591         load_partial_dies.
9592         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
9593         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
9594         Update calls to helper functions.  Remove NAMESPACE argument.
9595         Update comments.
9596         (partial_die_parent_scope, partial_die_full_name): New functions.
9597         (add_partial_symbol): Remove namespace argument.  Update call to
9598         pdi_needs_namespace.  Use partial_die_full_name.  Handle
9599         DW_TAG_namespace.  Check has_namespace_info flag.
9600         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
9601         tag.  Handle namespaces.
9602         (add_partial_namespace, add_partial_enumeration): Simplify.
9603         (guess_structure_name): New function, derived from
9604         add_partial_structure.
9605         (add_partial_structure): Remove.
9606         (determine_class_name): Update comment.
9607         (dwarf2_read_abbrevs): Set has_namespace_info flag.
9608         (is_type_tag_for_partial, load_partial_dies): New functions.
9609         (read_partial_die): Pass abbrev and abbrev_len as arguments.
9610         Record specifications instead of following them immediately.
9611         (find_partial_die_in_comp_unit, find_partial_die)
9612         (fixup_partial_die, free_stack_comp_unit)
9613         (hashtab_obstack_allocate, dummy_obstack_deallocate)
9614         (partial_die_hash, partial_die_eq): New functions.
9615         * Makefile.in (hashtab_h): Define.
9616         (dwarf2read.o): Update dependencies.
9617         (observer_inc, observer_h): Move to the correct section.
9618
9619 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9620
9621         * dwarf2read.c (dwarf2_attribute_true_p): New function.
9622         (die_is_declaration): Use the function above. Add comment.
9623
9624 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9625
9626         * dwarf2read.c (read_structure_scope): Identify stub types
9627         using die_is_declaration() only.
9628
9629 2004-04-15  Roland McGrath  <roland@redhat.com>
9630
9631         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9632         argument instead of NAME.
9633         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9634         in call to symbol_file_add_with_addrs_or_offsets.
9635         (build_addr_info): New function, helper for ...
9636         (symbol_file_add_from_memory): New function.
9637         (add_symbol_file_from_memory_command): New function using that.
9638         (_initialize_symfile): Register it for add-symbol-file-from-memory.
9639         (pre_add_symbol_hook): Add const to argument type.
9640         * symfile.h (symbol_file_add_from_memory): Declare it.
9641
9642 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9643
9644         * NEWS (New native configurations): Mention OpenBSD/vax.
9645         * configure.host: Add vax-*-openbsd*.
9646         * config/vax/obsd.mh: New file.
9647         * config/vax/nm-obsd.h: New file.
9648
9649         * vax-tdep.c: Include "regset.h".
9650         (vax_supply_gregset): New function.
9651         (vax_gregset): New variable.
9652         (vax_regset_from_core_section): New function.
9653         (vax_gdbarch_init): Set regset_from_core_section.
9654         * Makefile.in (vax-tdep.o): Update dependencies.
9655
9656 2004-04-15  Andrew Cagney  <cagney@redhat.com>
9657
9658         * observer.c (normal_stop_subject, observer_notify_normal_stop)
9659         (observer_normal_stop_notification_stub)
9660         (observer_attach_normal_stop, observer_detach_normal_stop):
9661         Delete, replaced by #include "observer.inc".
9662         * infrun.c (normal_stop): Pass "stop_bpstat" to
9663         observer_notify_normal_stop.
9664         * Makefile.in (observer_inc): Define.
9665         (observer.o): Update dependencies.
9666         (observer.h, observer.inc): New rules.
9667         * observer.h: Delete file.
9668         * observer.sh: New file.
9669
9670 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9671
9672         * vax-tdep.c (vax_frame_cache): Fix typo.
9673
9674 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9675
9676         * NEWS (New native configurations): Mention NetBSD/vax.
9677         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9678         * config/vax/nbsdelf.mh: New file.
9679         * config/vax/nbsdaout.mh: New file.
9680         * config/vax/nm-nbsd.h: New file.
9681         * config/vax/nm-nbsdaout.h: New file.
9682
9683         * vaxnbsd-tdep.c: New file.
9684         * Makefile.in (vaxnbsd-tdep.o): New dependency.
9685         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9686         * config/vax/nbsd.mt: New file.
9687         * config/vax/tm-nbsd.h: New file.
9688
9689         * Makefile.in (vaxbsd-nat.o): New dependency.
9690
9691         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9692         * vax-tdep.c (vax_store_arguments): Remove struct_return and
9693         struct_addr arguments.  Don't push return value address.
9694         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9695         arguments to vax_store_arguments.  Store return value address in
9696         R1.
9697         (vax_store_struct_return, vax_extract_return_value)
9698         (vax_store_return_value): Remove functions.
9699         (vax_return_value): New function.
9700         (vax_gdbarch_init): Set return value.  Don't set
9701         deprecated_store_struct_return, deprecated_extract_struct_return
9702         and deprecated_store_return_value.
9703
9704 2004-04-14  Andreas Schwab  <schwab@suse.de>
9705
9706         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9707         value buffer.
9708         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9709
9710 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9711
9712         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9713         (vax_unwind_dummy_id): New functions.
9714         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9715         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9716         variables.
9717         (vax_fix_call_dummy): Remove function.
9718         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9719         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9720         call_dummy_location, deprecated_call_dummy_words,
9721         deprecated_sizeof_call_dummy_words,
9722         deprecated_call_dummy_breakpoint_offset,
9723         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9724         and deprecated_dummy_write_sp.
9725
9726 2004-04-13  David Carlton  <carlton@kealia.com>
9727
9728         * MAINTAINERS: Move myself to "paper trail" section.
9729
9730 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
9731
9732         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9733         "trad-frame.h".
9734         (vax_frame_init_saved_regs): Remove function.
9735         (vax_sigtramp_saved_pc): Remove function.
9736         (vax_frame_saved_pc): Remove function.
9737         (vax_frame_args_address): Remove function.
9738         (vax_frame_num_args): Rewrite.
9739         (vax_frame_chain): Remove function.
9740         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9741         VAX_FP_REGNUM.
9742         (vax_pop_frame): Likewise.
9743         (vax_saved_pc_after_call): Remove function.
9744         (struct vax_frame_cache): New structure.
9745         (vax_frame_cache): New function.
9746         (vax_frame_this_id): New function.
9747         (vax_frame_prev_register): New function.
9748         (vax_frame_unwind): New variable.
9749         (vax_frame_sniffer): New function.
9750         (vax_frame_base_address): New function.
9751         (vax_frame_args_address): New function.
9752         (vax_frame_base): New variable.
9753         (vax_unwind_pc): New function.
9754         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9755         deprecated_fp_regnum, deprecated_saved_pc_after_call,
9756         deprecated_frame_chain, deprecated_frame_saved_pc,
9757         deprecated_frame_args_address and
9758         deprecated_frame_init_saved_regs.
9759         * Makefile.in (vax-tdep.o): Update dependencies.
9760
9761         * vaxbsd-nat.c: New file.
9762
9763         * vax-tdep.h: Update copyright year.  Adjust comments.
9764         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9765         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9766         (vax_regnum): New enum.  Replacing...
9767         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9768         (VAX_PS_REGNUM): ... these removed macros.
9769         * vax-tdep.c (vax_register_name): Remove prototype.
9770         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
9771         (vax_register_byte, vax_register_raw_size,
9772         vax_register_virtual_size, vax_register_virtual_type): Remove
9773         functions.
9774         (vax_register_type): New function.
9775         (vax_breakpoint_from_pc): Reorganize.
9776         (vax_gdbarch_init): Set register_type.  Don't set
9777         deprecated_register_size, deprecated_register_bytes,
9778         deprecated_register_byte, deprecated_register_raw_size,
9779         deprecated_max_register_raw_size,
9780         deprecated_register_virtual_size,
9781         deprecated_max_register_virtual_size and
9782         deprecated_register_virtual_type.  Add comment on stack direction.
9783
9784 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
9785
9786         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9787         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9788         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9789
9790 2004-04-10  Randolph Chung  <tausq@debian.org>
9791
9792         * MAINTAINERS (write after approval): Add myself.
9793
9794 2004-04-07  Randolph Chung  <tausq@debian.org>
9795
9796         * hppa-tdep.c (hppa_inner_than): Remove.
9797         (is_pa_2): Remove unused static variable.
9798         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9799
9800 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
9801
9802         * language.h (language_defn): Add new la_post_parser field.
9803         * parser-defs.h (null_post_parser): New declaration (default for
9804         la_post_parser).
9805
9806         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9807         insert call to that function.
9808         (parse_exp_in_context): New function, including code formerly in
9809         parse_exp_1.  Calls language-dependent post-parser after
9810         prefixification.
9811         (parse_expression_in_context): New exported function.
9812         (null_post_parser): New definition.
9813         * expression.h (parse_expression_in_context): Add declaration.
9814
9815         * p-lang.c (pascal_language_defn): Add trivial post-parser.
9816         * c-lang.c (c_language_defn): Ditto.
9817         (cplus_language_defn): Ditto.
9818         (asm_language_defn): Ditto.
9819         (minimal_language_defn): Ditto.
9820         * f-lang.c (f_language_defn): Ditto.
9821         * jv-lang.c (java_language_defn): Ditto.
9822         * language.c (unknown_language_defn): Ditto.
9823         (auto_language_defn): Ditto.
9824         (local_language_defn): Ditto.
9825         * m2-lang.c (m2_language_defn): Ditto.
9826         * scm-lang.c (scm_language_defn): Ditto.
9827         * obj-lang.c (objc_language_defn): Ditto.
9828
9829 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9830
9831         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9832         (amd64nbsd_mcontext_addr): New function.
9833         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9834         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
9835         with amd64nbsd_r_reg_offset, instead of building it on the fly.
9836
9837         * corelow.c (core_xfer_partial): Fix coding standards violation.
9838         Add support for TARGET_OBJECT_WCOOKIE.
9839
9840         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9841         deprecated_pc_in_sigtramp.
9842         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9843         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9844         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9845         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9846         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9847         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9848         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9849
9850         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9851         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9852         Fix typo.
9853
9854         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9855         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9856         (amd64_collect_fxsave): Likewise.
9857
9858         * i386-sol2-tdep.c: Include "gdb_string.h".
9859         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9860         name.
9861         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9862
9863 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9864
9865         * i386-sol2-tdep.c: Include "solib-svr4.h".
9866         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9867         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9868         * config/i386/tm-i386sol2.h: Include :solib.h".
9869         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9870         solib-svr4.o and solib-legacy.o.
9871         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9872         solib-svr4.o.
9873
9874 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
9875
9876         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9877         whether a register is supplied by PTRACE_GETFPREGS.
9878         (store_inferior_registers): Likewise.
9879         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9880         whether a register is supplied by PT_GETFPREGS.
9881         (store_inferior_registers): Likewise.
9882
9883         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9884         * config/i386/linux64.mt (TDEPFILES): Likewise.
9885
9886         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
9887
9888         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9889         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9890         the program counter is in the range specified by `struct
9891         gdbarch_tdep'.
9892         * amd64-linux-tdep.c: Include "symtab.h".
9893         (amd64_linux_pc_in_sigtramp): Remove function.
9894         (amd64_linux_sigtramp_p): New function.
9895         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9896         deprecated_pc_in_sigtramp.
9897         * amd64nbsd-tdep.c: Include "symtab.h".
9898         (amd64nbsd_sigtramp_p): New function.
9899         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9900         deprecated_pc_in_sigtramp.
9901         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
9902         few comments.
9903         (amd64obsd_pc_in_sigtramp): Remove function.
9904         (amd64obsd_sigtramp_p): New function.
9905         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9906         deprecated_pc_in_sigtramp.
9907         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9908         (i386bsd_pc_ins_sigtramp): Remove prototype.
9909         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9910         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9911         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9912         the program counter is in the range specified by `struct
9913         gdbarch_tdep'.
9914         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9915         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9916         (i386_go32_pc_in_sigtramp): Remove function.
9917         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9918         Initialize TDEP->sigtramp_p.
9919         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9920         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
9921         deprecated_pc_in_sigtramp.
9922         * i386-linux-tdep.c: Adjust comments.
9923         (i386_linux_pc_in_sigtramp): Remove function.
9924         (i386_linux_sigtramp_p): New function.
9925         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9926         deprecated_pc_in_sigtramp.
9927         * i386-nto-tdep.c: Update copyright year.
9928         (i386nto_pc_in_sigtramp): Remove function.
9929         (i386nto_sigtramp_p): New function.
9930         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9931         SP_REGNUM.
9932         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9933         deprecated_pc_in_sigtramp.
9934         * i386-sol2-tdep.c: Update copyright year.
9935         (i386_sol2_pc_in_sigtramp): Remove function.
9936         (i386_sol2_sigtramp_p): New function.
9937         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9938         deprecated_pc_in_sigtramp.
9939         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9940         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9941         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9942         deprecated_sigtramp_start and deprecated_sigtramp_end.
9943         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9944         (i386nbsd_pc_in_sigtramp): Remove function.
9945         (i386nbsd_sigtramp_p): New function.
9946         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9947         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9948         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9949         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9950         (i386obsd_pc_in_sigtramp): Remove function.
9951         (i386obsd_sigtramp_p): New function.
9952         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9953         functions.
9954         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9955         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9956         TDEP->sigtramp_p.
9957         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9958         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9959         dependencies.
9960
9961         * config/i386/i386aout.mt: Remove file.
9962
9963         * configure.tgt: Remove i[34567]86-*-go32*,
9964         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9965         and i[34567]86-*-isc*.  Set gdb_target to i386 for
9966         i[34567]86-*-netware* and i[34567]86-*-*.
9967         * config/i386/i386.mt: New file.
9968         * config/i386/embed.mt: Remove file.
9969         * config/i386/go32.mt: Remove file.
9970         * config/i386/i386nw.mt: Remove file.
9971         * config/i386/i386v.mt: Remove file.
9972         * config/i386/tm-go32.h: Remove file.
9973
9974         * tui/tui-hooks.c: Include "readline/readline.h" after
9975         "gdb_curses.h" instead of before.
9976         * tui/tui-io.c: Likewise.
9977
9978         * tui/tui.c: Fix typo in comment.
9979
9980         * sparc64-tdep.c (sparc_address_from_register): Remove function.
9981
9982 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9983
9984         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9985         (deprecated_exception_support_initialized): Declare.
9986         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9987         (initialize_hp_cxx_exception_support)
9988         (child_enable_exception_callback): Update.
9989         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9990         (deprecated_exception_support_initialized): Rename
9991         deprecated_exception_catchpoints_are_fragile and
9992         deprecated_exception_support_initialized.
9993         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9994
9995         * symtab.c (deprecated_hp_som_som_object_present): Rename
9996         hp_som_som_object_present.
9997         * symtab.h (deprecated_hp_som_som_object_present): Declare.
9998         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9999         Update.  Delete extern declaration.
10000         * valops.c (hp_som_som_object_present): Ditto.
10001         * parse.c (deprecated_hp_som_som_object_present)
10002         (parse_nested_classes_for_hpacc): Ditto.
10003         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
10004         * hppa-hpux-tdep.c (hp_som_som_object_present)
10005         (initialize_hp_cxx_exception_support): Ditto.
10006         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
10007         * cp-valprint.c (hp_som_som_object_present)
10008         (cp_print_class_method): Ditto.
10009         * c-typeprint.c (hp_som_som_object_present):
10010         (c_type_print_base): Ditto.
10011         * c-exp.y (hp_som_som_object_present): Ditto.
10012
10013 2004-04-08  Andrew Cagney  <cagney@redhat.com>
10014
10015         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
10016         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
10017         (frame_unwind_find_by_frame): Re-implement the unwind code so
10018         that it can both prepend and append sniffers.  Replace
10019         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
10020         * tramp-frame.c (tramp_frame_append): Use
10021         frame_unwind_prepend_unwinder.
10022         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
10023         frame_unwind_register_unwinder.
10024         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
10025         tramp_frame_append.
10026         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
10027         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
10028         (mips_linux_init_abi): Update.
10029
10030 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
10031
10032         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
10033         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
10034         file support.
10035
10036 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
10037
10038         * ia64-tdep.c (elf.h): Don't include.
10039         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
10040
10041 2004-04-07  Jason Molenda  (jmolenda@apple.com)
10042
10043         * frame.h: Typeo corrections in comments.
10044
10045 2004-04-07  Jim Blandy  <jimb@redhat.com>
10046
10047         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
10048         %esp and %ebp
10049
10050 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
10051
10052         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
10053         * config/sparc/linux64.mt (TDEPFILES): Likewise.
10054         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10055         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
10056         and solib-legacy.o.
10057         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
10058         solib-svr4.o.
10059         * config/sparc/tm-sol2.h: Update copyright year.  Include
10060         "solib.h".
10061
10062         * sparc-sol2-tdep.c: Update copyright year.  Include
10063         "solib-svr4.h".
10064         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
10065         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
10066         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
10067         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
10068         dependencies.
10069
10070 2004-04-06  Andrew Cagney  <cagney@redhat.com>
10071
10072         * infttrace.c: Include "infttrace.h".
10073         * infttrace.h: Include "target.h".
10074         * Makefile.in (infttrace_h): Update.
10075         (infttrace.o): Update.
10076
10077 2004-04-06  Andrew Cagney  <cagney@redhat.com>
10078
10079         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
10080         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
10081         move extern declarations from here ...
10082         * infttrace.h: ... to here.
10083         * Makefile.in (hppah-nat.o): Update dependencies.
10084
10085         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
10086         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
10087         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
10088         (hppa_breakpoint_from_pc): Delete.
10089
10090         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
10091
10092 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10093
10094         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
10095         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
10096         <sys/file.h>.
10097
10098 2004-04-06  Randolph Chung  <tausq@debian.org>
10099
10100         Committed by Andrew Cagney (mechanical change).
10101         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
10102         exception_catchpoints_are_fragile, find_stub_with_shl_get,
10103         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
10104         child_enable_exception_callback, current_ex_event,
10105         null_symtab_and_line, child_get_current_exception_event,
10106         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
10107         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
10108         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
10109         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
10110         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
10111         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
10112         Move hpux-specific definitions ...
10113         * hppa-hpux-tdep.c: ... to here.
10114
10115 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10116
10117         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
10118         skip_prologue_using_sal.
10119
10120 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10121
10122         * config/i386/tm-i386.h: Delete file.
10123         * config/i386/tm-vxworks.h: Update copyright, do not include
10124         "tm-i386.h".
10125         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
10126         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
10127         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
10128         * config/i386/ncr3000.mt (TM_FILE): Delete.
10129         * config/i386/interix.mt (TM_FILE): Delete.
10130         * config/i386/i386v.mt (TM_FILE): Delete.
10131         * config/i386/i386nw.mt (TM_FILE): Delete.
10132         * config/i386/i386gnu.mt (TM_FILE): Delete.
10133         * config/i386/i386aout.mt (TM_FILE): Delete.
10134         * config/i386/embed.mt (TM_FILE): Delete.
10135
10136 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
10137
10138         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
10139         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
10140         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
10141         (accg7_regnum): New constants.
10142         (last_spr_regnum, last_pseudo_regnum): Update.
10143         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
10144         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
10145         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
10146         for accg registers.
10147         (frv_register_sim_regno): Update spr_map[].
10148
10149 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10150
10151         * config/mips/xm-riscos.h: Delete.
10152         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
10153         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
10154         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
10155         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
10156         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
10157         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
10158         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
10159         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
10160         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
10161         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
10162         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
10163         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
10164         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
10165         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
10166         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
10167         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
10168         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
10169         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
10170         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
10171         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
10172         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
10173         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
10174         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
10175         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
10176         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
10177         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
10178
10179         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
10180         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
10181         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
10182         * configure.host: Remove m680[01]0-sun-sunos3*,
10183         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
10184         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
10185         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
10186         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
10187         mips-*-riscos*.
10188         * NEWS: Mention removed systems.
10189
10190 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10191
10192         GDB 6.1 release created from 6.1 branch.
10193
10194 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10195
10196         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
10197         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
10198         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
10199
10200         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
10201         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
10202         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
10203
10204 2004-04-03  Jim Blandy  <jimb@redhat.com>
10205
10206         * MAINTAINERS: Chris Faylor has changed employers; add him to
10207         "paper trail" section, and update his E-mail address.
10208
10209 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10210
10211         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
10212         generic dummy frames.
10213         * dummy-frame.c: Update copyright.
10214         (dummy_frame_sniffer): Delete check for generic dummy frames.
10215
10216         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
10217         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
10218         (REG_PARM_STACK_SPACE): Delete.
10219         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
10220         Inline reference to REG_PARM_STACK_SPACE.
10221
10222         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
10223         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10224         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
10225         (FRAME_BASE_BEFORE_SIGTRAMP)
10226         (hppa32_hpux_frame_base_before_sigtramp)
10227         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
10228         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
10229         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
10230         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10231         (FRAME_BASE_BEFORE_SIGTRAMP)
10232         (hppa64_hpux_frame_base_before_sigtramp)
10233         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
10234
10235 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10236
10237         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
10238
10239 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10240
10241         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
10242         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
10243         * dummy-frame.h: Delete out-of-date comments.
10244         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
10245         * gdbarch.h, gdbarch.c: Re-generate.
10246
10247 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
10248
10249         Committed by Andrew Cagney <cagney@redhat.com>.
10250         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
10251         into account an instruction saving a register if we have already
10252         seen an earlier instruction saving that same register.
10253
10254 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10255
10256         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
10257         * gdbarch.h, gdbarch.c: Re-generate.
10258         * frame.c (legacy_get_prev_frame): Delete references to
10259         DEPRECATED_INIT_FRAME_PC_FIRST.
10260
10261         * infrun.c (pc_in_sigtramp): Delete function.
10262         (check_sigtramp2): Inline call to pc_in_sigtramp, use
10263         get_frame_type.
10264
10265 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10266
10267         * infrun.c (handle_step_into_function): Delete code conditional on
10268         legacy_frame_p.
10269         (handle_inferior_event, step_over_function): Ditto.
10270
10271 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10272
10273         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10274         "previous frame inner to this frame" test.
10275
10276 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10277
10278         * frame.c (safe_frame_unwind_memory): New function.
10279         * frame.h (safe_frame_unwind_memory): Declare.  Update description
10280         of /safe_/ methods.
10281         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10282         "next_frame".  Use safe_frame_unwind_memory.
10283         (tramp_frame_sniffer): Update call to tramp_frame_start.
10284
10285 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
10286
10287         * dwarf2read.c (dwarf2_objfile_data_key): New.
10288         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10289         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10290         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10291         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10292         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10293         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10294         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10295         Remove variables.
10296         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
10297         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10298         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10299         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10300         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10301         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10302         Remove macros.
10303         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
10304         data.
10305         (dwarf2_locate_sections, dwarf2_build_psymtabs)
10306         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10307         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10308         (read_partial_die, read_full_die, read_indirect_string)
10309         (dwarf_decode_line_header, dwarf_decode_macros)
10310         (dwarf2_symbol_mark_computed): Remove use of removed macros.
10311         Update uses of removed variables.
10312         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
10313         of removed macros.
10314         (_initialize_dwarf2_read): New function.
10315         * symfile.h (dwarf2_has_info): Update prototype.
10316         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10317         * elfread.c (elf_symfile_read): Likewise.
10318
10319 2004-04-01  Jim Blandy  <jimb@redhat.com>
10320
10321         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10322         function for register numbers on all the rs6000-derived targets.
10323         (rs6000_gdbarch_init): Don't register a separate
10324         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
10325         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10326         variants.
10327
10328         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10329         numbering.
10330
10331 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
10332
10333         * valarith.c: Update copyright notice.
10334         (value_add): Handle range types.
10335         (value_sub): Ditto.
10336         (value_equal): Ditto.
10337         (value_less): Ditto.
10338         (value_neg): Ditto.
10339         (value_complement): Ditto.
10340         (value_binop): Simplify slightly by using is_integral_type and
10341         eliminiating unnecessary COERCE_ENUMs.
10342
10343 2004-03-31  Andrew Cagney  <cagney@redhat.com>
10344
10345         * frame.h (frame_unwind_id): Declare.
10346         * frame.c (frame_unwind_id): New function.
10347         (get_prev_frame_1): New function.
10348         (frame_debug_got_null_frame): New function.
10349         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
10350         code proper to prev_frame, update description.
10351         * infrun.c (step_over_function): Use frame_unwind_id.
10352
10353 2004-04-31  J. Brobecker  <brobecker@gnat.com>
10354
10355         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10356         (hppa64_push_dummy_call): Likewise.
10357
10358 2004-03-30  Jim Blandy  <jimb@redhat.com>
10359
10360         From Ulrich Weigand:
10361         * utils.c (query): Do not use a va_list variable multiple times.
10362
10363 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10364
10365         * Makefile.in (linux_nat_h): Update dependencies.
10366         * configure.in: Check for <gnu/libc-version.h>.
10367         * configure: Regenerate.
10368         * config.in: Regenerate.
10369         * linux-nat.h: Include "target.h".  Add waitstatus field to
10370         struct lwp_info.
10371         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10372         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10373         to.
10374         (lin_lwp_handle_extended): New function.  Handle clone events.
10375         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
10376         thread exit events.
10377         (child_wait): Handle clone events.
10378         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10379         * linux-nat.c (linux_enable_event_reporting): Turn on
10380         PTRACE_O_TRACECLONE.
10381         (linux_handle_extended_wait): Handle clone events.
10382         * thread-db.c: Include <gnu/libc-version.h>.
10383         (struct private_thread_info): Add dying flag.
10384         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10385         higher.
10386         (attach_thread): Update comments.  Handle dying threads.
10387         (detach_thread): Set the dying flag.
10388         (check_event): Always call attach_thread.
10389
10390 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10391
10392         * mips-tdep.c (mips_pdr_data): New.
10393         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10394         (_initialize_mips_tdep): Initialize mips_pdr_data.
10395
10396 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
10397
10398         * minsyms.c (install_minimal_symbols): Move dropping leading
10399         char from linkage name from here...
10400         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
10401         test for "__gnu_compiled*" symbols.
10402
10403 2004-03-28  Jim Blandy  <jimb@redhat.com>
10404
10405         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10406         registers to temp register r0 and byte stores as prologue
10407         instructions.
10408
10409 2004-03-28  Andrew Cagney  <cagney@redhat.com>
10410
10411         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
10412         arm*-*-*.
10413
10414 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
10415
10416         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10417         and switch the layout to force a display of register window.
10418
10419 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10420
10421         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10422         of the INTEGER class.
10423
10424 2004-03-26  Jim Blandy  <jimb@redhat.com>
10425
10426         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10427         bytes long on PPC GNU/Linux.
10428
10429 2004-03-26  David Carlton  <carlton@kealia.com>
10430
10431         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10432
10433 2004-03-25  Andrew Cagney  <cagney@redhat.com>
10434
10435         * PROBLEMS: Add general section titles, remove references to
10436         specific releases.
10437
10438 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
10439
10440         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10441         INT_REGISTER_SIZE.
10442         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10443         FP_REGISTER_VIRTUAL_SIZE.
10444         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10445         of DEPRECATED_REGISTER_RAW_SIZE.
10446         (arm_register_type): Add gdbarch argument.
10447         (arm_register_raw_size, arm_register_virtual_size): Delete.
10448         (arm_register_byte, arm_extract_return_value)
10449         (arm_store_return_value, arm_get_longjmp_target): Update references
10450         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10451         (arm_gdbarch_init): Likewise.  Don't set
10452         deprecated_register_raw_size, deprecated_register_virtual_size,
10453         deprecated_max_register_raw_size,
10454         deprecated_max_register_virtual_size, or
10455         deprecated_max_register_virtual_type.  Do set register_type.
10456         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10457         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10458         (FP_REGISTER_VIRTUAL_SIZE): Delete.
10459         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10460         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10461         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10462         INT_REGISTER_SIZE.
10463         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10464         (remote_rdp_store_register): Likewise.
10465
10466 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10467
10468         * Makefile.in (mips-linux-tdep.o): Update dependencies.
10469         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10470         to after osabi initialization.
10471         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10472         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10473         functions.
10474         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10475         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10476         variables.
10477         (mips_linux_init_abi): Append signal trampoline unwinders.
10478
10479 2004-03-24  Andrew Cagney  <cagney@redhat.com>
10480
10481         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10482         * tramp-frame.c: Include "gdb_assert.h".
10483         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
10484         correct sizeof.
10485         (tramp_frame_append): Validate the tramp frame's instructions.
10486         * Makefile.in (tramp-frame.o): Update dependencies.
10487
10488 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10489
10490         * trad-frame.h (trad_frame_set_reg_addr): Declare.
10491
10492 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10493
10494         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10495         Nasser as past testsuite/lib/ (and other) maintainers.
10496
10497 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10498
10499         * infcmd.c (attach_command): Reread symbols if we already have
10500         an exec file.
10501
10502 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10503
10504         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10505
10506 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10507
10508         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10509         * gdbarch.h, gdbarch.c: Re-generate.
10510         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10511         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10512         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10513         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10514         (DEPRECATED_SIGTRAMP_START): Update.
10515         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10516         (DEPRECATED_SIGTRAMP_START): Update.
10517         * blockframe.c (find_pc_sect_partial_function): Update.
10518         * arch-utils.c (legacy_pc_in_sigtramp): Update.
10519
10520 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10521
10522         * remote.c (remote_open_1): Reopen the exec file and reread symbols
10523         if necessary.
10524
10525 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10526
10527         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10528         predicate, deprecate.
10529         * gdbarch.h, gdbarch.c: Re-generate.
10530         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10531         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10532         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10533         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10534         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10535         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10536         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10537         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10538         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10539         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10540         * blockframe.c (find_pc_partial_function): Update.
10541         * breakpoint.c (bpstat_what): Update.
10542         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10543         * frv-linux-tdep.c (frv_linux_init_abi): Update.
10544         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10545         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10546         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10547         * i386-linux-tdep.c (i386_linux_init_abi): Update.
10548         * i386-nto-tdep.c (i386nto_init_abi): Update.
10549         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10550         * i386-tdep.c (i386_sigtramp_frame_sniffer)
10551         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10552         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10553         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10554         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10555         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10556         * infrun.c (pc_in_sigtramp): Update.
10557         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10558         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10559         * mips-tdep.c (mips_gdbarch_init): Update.
10560         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10561         * ppc-linux-tdep.c: Update comment.
10562         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10563         * shnbsd-tdep.c (shnbsd_init_abi): Update.
10564         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10565         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10566         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10567         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10568         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10569         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10570         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10571         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10572
10573 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10574
10575         * tramp-frame.h, tramp-frame.h: New files.
10576         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10577         Update rules to include "tramp-frame.h" and "tramp-frame.c".
10578
10579         * Makefile.in: Update all dependencies.
10580
10581 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10582
10583         * Makefile.in (trad_frame_h): Add $(frame_h).
10584         * trad-frame.h: Update copyright.  Include "frame.h".
10585         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10586         (trad_frame_set_id, trad_frame_get_id): Declare.
10587         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10588         * trad-frame.c: Update copyright.
10589         (struct trad_frame_cache): Define.
10590         (trad_frame_cache_zalloc): New function.
10591         (trad_frame_set_id, trad_frame_get_id): New functions.
10592         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10593
10594 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10595
10596         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10597         s390_pltstub_unwind_cache.
10598         (s390_stub_frame_unwind_cache): Rename
10599         s390_pltstub_frame_unwind_cache.
10600         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10601         (s390_stub_frame_prev_register): Rename
10602         s390_pltstub_frame_prev_register.
10603         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10604         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10605
10606         From Ulrich Weigand:
10607         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10608         pointer calls like PLT calls.
10609
10610 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10611
10612         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10613         PC rather than the partial function start address.  Use the start
10614         address to sanity check the found PDR.
10615
10616 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10617
10618         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10619         linux_handle_extended_wait.
10620
10621 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10622
10623         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10624         function.
10625
10626         * frame.h (generic_pop_current_frame): Delete declaration.
10627         (deprecate_pop_dummy_frame): Deprecate
10628         generic_pop_dummy_frame.
10629         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10630         (generic_pop_current_frame): Delete function.
10631         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10632         generic_pop_current_frame.
10633         * v850-tdep.c (v850_pop_frame): Update.
10634         * mcore-tdep.c (mcore_pop_frame): Update.
10635         * sh64-tdep.c (sh64_pop_frame): Update.
10636         * h8300-tdep.c (h8300_pop_frame): Update.
10637
10638 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10639
10640         * frame.h (deprecated_pc_in_call_dummy): Rename
10641         generic_pc_in_call_dummy.
10642         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10643         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10644         generic_pc_in_call_dummy.
10645         (pc_in_dummy_frame): Make static.
10646         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10647         * gdbarch.h, gdbarch.c: Re-generate.
10648         * dummy-frame.c (dummy_frame_sniffer): Simplify.
10649         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10650         (legacy_get_prev_frame): Ditto.
10651         * inferior.h: Delete reference to generic_pc_in_call_dummy in
10652         comment.
10653
10654 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10655
10656         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10657         declaration and out-of-date comment.
10658         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10659         Delete function.
10660         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10661         deprecated_pc_in_call_dummy.
10662
10663         * infrun.c (handle_inferior_event): For non legacy frames, use the
10664         frame ID and frame type to identify a signal trampoline.  Update
10665         comments.
10666
10667 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
10668
10669         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10670         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10671
10672 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10673
10674         * frame-unwind.h: Update copyright.
10675         (struct frame_data): Add opaque declaration.
10676         (frame_sniffer_ftype): Declare.
10677         (struct frame_unwind): Add "unwind_data" and "sniffer".
10678         (frame_unwind_register_unwinder): Declare.
10679         (frame_unwind_find_by_frame): Add parameter "this_cache".
10680         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10681         (legacy_get_prev_frame, legacy_get_prev_frame)
10682         (get_frame_type): Pass the prologue_cache to
10683         frame_unwind_find_by_frame.
10684         * frame-unwind.c (struct frame_unwind_table_entry): Add field
10685         "unwinder".
10686         (frame_unwind_register_unwinder): New function.
10687         (frame_unwind_find_by_frame): Handle an unwind sniffer.
10688
10689 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
10690
10691         * bcache.c (print_percentage): Use floating point to avoid
10692         incorrect results when portion*100 overflows.
10693
10694 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10695
10696         * ppc_tdep.h (ppc_linux_frame_saved_pc)
10697         (ppc_linux_init_extra_frame_info)
10698         (ppc_linux_frameless_function_invocation)
10699         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10700         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10701         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10702         (rs6000_frame_chain): Delete declarations.
10703         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10704         (ppc_linux_init_extra_frame_info)
10705         (ppc_linux_frameless_function_invocation)
10706         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10707         (ppc_linux_init_abi): Remove registration of above deleted functions.
10708         * rs6000-tdep.c (rs6000_init_extra_frame_info)
10709         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10710         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10711         (rs6000_pop_frame, rs6000_frameless_function_invocation)
10712         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10713         (rs6000_gdbarch_init): Remove registration of above deleted functions.
10714         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10715         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10716         frame management for all OSABIs.
10717
10718 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10719
10720         Committed by Kevin Buettner <kevinb@redhat.com>.
10721
10722         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10723         Update copyright.
10724         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10725         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10726         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10727         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10728         unwinders.  #ifdef legacy frame code.
10729         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10730         "frame-base.h".
10731         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10732         (struct rs6000_frame_cache, rs6000_frame_cache)
10733         (rs6000_frame_this_id, rs6000_frame_prev_register)
10734         (rs6000_frame_sniffer, rs6000_frame_unwind)
10735         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10736         (rs6000_frame_base): Implement a traditional frame unwinder.
10737         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10738         frame unwinder.
10739
10740 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10741
10742         * breakpoint.c (adjust_breakpoint_address): Don't adjust
10743         breakpoint address for watchpoints or the catch eventpoints.
10744         Add new paramter ``bptype''.  Adjust all callers.
10745
10746 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10747
10748         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10749
10750         * PROBLEMS: Delete note that ARM does not use frame code, problem
10751         fixed.
10752
10753 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10754
10755         * stack.c (return_command): Delete code wrapped in #ifdef
10756         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10757
10758         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10759
10760 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10761
10762         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10763         DEPRECATED_IN_SIGTRAMP.
10764         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10765         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10766         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10767         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10768         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10769         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10770         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10771         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10772         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10773         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10774
10775 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10776
10777         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
10778         (struct frame_base_table_entry): Define.
10779         (struct frame_base_table): Re-implement as a linked list.
10780         (frame_base_init): Re-implement.
10781         (frame_base_table): Delete function.
10782         (append_predicate): Delete function.
10783         (frame_base_append_sniffer): Update.
10784         (frame_base_set_default): Update.
10785         (frame_base_find_by_frame): Update.
10786         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10787         * Makefile.in (frame-base.o): Update dependencies.
10788
10789 2004-03-17  Andrew Cagney  <cagney@redhat.com>
10790
10791         * frame.c (legacy_get_prev_frame): Pass correct frame to
10792         frame_unwind_find_by_frame.
10793
10794 2004-03-17  David Carlton  <carlton@kealia.com>
10795
10796         * NEWS: Mention C++ nested types and namespaces
10797
10798 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
10799
10800         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10801         and "Regressions since gdb 5.3.".  Add known regressions since
10802         gdb 6.0.
10803
10804 2004-03-16  David Carlton  <carlton@kealia.com>
10805
10806         * dwarf2read.c (process_structure_scope): Process children even
10807         when we're a declaration.
10808
10809 2004-03-16  Andrew Cagney  <cagney@redhat.com>
10810
10811         * symtab.h (find_pc_sect_partial_function): Delete declaration.
10812         * blockframe.c (find_pc_partial_function)
10813         (find_pc_sect_partial_function): Merge into a single
10814         find_pc_partial_function.
10815
10816 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10817
10818         * i386bsd-nat.c: s/regno/regnum/g.
10819         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10820         FP0_REGNUM.
10821         (store_inferior_registers): Likewise.
10822
10823 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10824
10825         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10826         of i387_fill_fsave.
10827         (store_inferior_registers): Call i387_collect_fsave and
10828         i387_collect_fxsave instead of i387_fill_fsave and
10829         i387_fill_fxsave.
10830
10831 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10832
10833         * Makefile.in (frame-unwind.o): Update dependencies.
10834         * frame-unwind.c: Include "gdb_obstack.h".
10835         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10836         parameter.
10837         (append_predicate): Delete function.
10838         (struct frame_unwind_table_entry): New structure.
10839         (struct frame_unwind_table): Replace "sniffer" with "head" and
10840         "tail".
10841         (frame_unwind_append_sniffer): Update.
10842         (frame_unwind_find_by_frame): Update.
10843         (_initialize_frame_unwind): Registe frame_unwind_init using
10844         gdbarch_data_register_pre_init.
10845
10846 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10847
10848         * i386bsd-nat.c: Update copyright year.
10849         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10850         define unconditionally.
10851
10852 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10853
10854         * i387-tdep.h (i387_collect_fsave): New prototype.
10855         * i387-tdep.c (i387_collect_fsave): New function containing most
10856         of the code from i387_fill_fsave.
10857         (i387_fill_fsave): Call i387_collect_fsave.
10858
10859 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10860
10861         * i386-linux-tdep.c: Update copyright year.
10862         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10863         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10864         svr4_ilp32_link_map_offsets instead of
10865         i386_linux_svr4_fetch_link_map_offsets.
10866
10867 2004-03-15  David Carlton  <carlton@kealia.com>
10868
10869         Fix for PR c++/1553:
10870         * dwarf2read.c (read_structure_type): Determine type name by
10871         calling determine_class_name.
10872         (determine_class_name): New.
10873         (determine_prefix): Look at TYPE_TAG_NAME and call
10874         determine_class_name when appropriate.
10875         (determine_prefix_aux, class_name): Delete.
10876         (read_namespace): Set die->type.
10877
10878 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10879
10880         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10881         unused macro definition.  The definition in target.h (or perhaps
10882         elsewhere) takes precedence.
10883
10884 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10885
10886         * ppc-tdep.h: Update copyright.
10887         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10888         function signatures to match "regsets.h".
10889         * ppc-linux-tdep.c: Include "regset.h".
10890         (ELF_GREGSET_SIZE): Delete.
10891         (right_supply_register): New function.
10892         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10893         using right_supply_register.
10894         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10895         functions.
10896         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10897         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10898         (_initialize_ppc_linux_tdep): Do not register
10899         ppc_linux_regset_core_fns.
10900         (ppc_linux_regset_from_core_section): Replace
10901         fetch_core_registers.
10902         (ppc_linux_regset_core_fns): Delete.
10903         * ppc-linux-nat.c: (right_fill_reg): New function.
10904         (supply_gregset): Update call to ppc_linux_supply_gregset.
10905         (fill_gregset): Clear the register set, use right_fill_reg.
10906         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10907         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10908
10909         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10910         unsigned.
10911
10912 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10913
10914         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10915         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10916         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10917         and register_gdbarch_data.
10918         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10919         (struct gdbarch_data): Replace "init" by "pre_init" and
10920         "post_init".
10921         * gdbarch.h, gdbarch.c: Re-generate.
10922         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10923         with"obstack", use OBSTACK_ZALLOC.
10924         (dwarf2_frame_ops): Delete.
10925         (dwarf2_frame_set_init_reg): Use gdbarch_data.
10926         (dwarf2_frame_init_reg): Use gdbarch_data.
10927         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10928         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10929         (_initialize_svr4_solib): Update.
10930         * user-regs.c (_initialize_user_regs): Update.
10931         * reggroups.c (_initialize_reggroup): Update.
10932         * regcache.c (_initialize_regcache): Update.
10933         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10934         * libunwind-frame.c (_initialize_libunwind_frame): Update.
10935         * gnu-v3-abi.c (init_gnuv3_ops): Update.
10936         * frame-unwind.c (_initialize_frame_unwind): Update.
10937         * frame-base.c (_initialize_frame_base): Update.
10938         * user-regs.c (user_reg_add): Update.
10939         * reggroups.c (reggroup_add): Update.
10940         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10941         * libunwind-frame.c (libunwind_frame_set_descr): Update.
10942         * frame-unwind.c (frame_unwind_append_sniffer): Update.
10943         * frame-base.c (frame_base_table): Update.
10944         * remote.c (_initialize_remote): Update.
10945         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10946
10947 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10948
10949         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10950
10951 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10952
10953         * Makefile.in (frv-linux-tdep.o): Add dependencies.
10954         * frv-linux-tdep.c: New file.
10955         * frv-tdep.c (struct gdbarch_tdep): Add new field
10956         ``sigcontext_reg_addr''.
10957         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10958         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10959         (frv_sigramp_frame_sniffer): New functions.
10960         (frv_sigtramp_frame_unwind): New static global.
10961         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
10962         sniffers.
10963         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10964         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10965
10966 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10967
10968         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10969         but not via a call to error(), when unable to read memory.
10970
10971 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10972
10973         * frv-tdep.c (frv_call_dummy_words): Delete.
10974         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10975
10976 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10977
10978         * infrun.c (handle_step_into_function, step_over_function): Only
10979         update and use STEP_FRAME_ID when the system is using legacy
10980         frames.  Update comments.
10981
10982 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
10983
10984         * amd64-linux-tdep.h: Remove file.
10985         * amd64-linux-tdep.c: Don't include "inferior.h" and
10986         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
10987         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10988         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10989         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10990         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10991         macros.
10992         (user_to_gdb_regmap): Remove variable.
10993         (amd64_linux_gregset_reg_offset): New variable.
10994         (amd64_core_fns): Remove variable.
10995         (fetch_core_registers): Remove function.
10996         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10997         functions.
10998         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10999         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
11000         * Makefile.in (amd64_linux_tdep_h): Remove.
11001         (amd64-linux-nat.o): Update dependencies.
11002         (amd64-linux-tdep.o): Update dependencies.
11003
11004         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
11005         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
11006         functions.
11007         (fetch_inferior_registers, store_inferior_registers): Rewrite.
11008
11009         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
11010         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
11011
11012 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
11013
11014         * dwarf2read.c (read_structure_type): Rename from
11015         read_structure_scope.  Don't create a symbol or call process_die.
11016         Return immediately if die->type is set.  Call read_type_die before
11017         dwarf2_add_member_fn.
11018         (process_structure_scope): New function.
11019         (read_enumeration_type, process_enumeration_scope): New functions,
11020         broken out from read_enumeration.  Don't create the enumeration
11021         type if it has already been created.
11022         (read_enumeration): Removed.
11023         (process_die): Call read_structure_type, process_structure_scope,
11024         read_enumeration_type, and process_enumeration_scope.  Just call
11025         new_symbol for base and subrange types.  Add a comment about other
11026         type dies.
11027         (read_type_die): Call read_enumeration_type.
11028         (add_partial_structure, new_symbol): Update comments.
11029
11030 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
11031
11032         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
11033
11034 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
11035
11036         * tui/tui-win.h (tui_get_cmd_list): Declare.
11037         * tui/tui-win.c (tui_command): New function.
11038         (tui_get_cmd_list): New function.
11039         (_initialize_tui_win): Moved initialization of tui command in
11040         tui_get_cmd_list.
11041
11042         * tui/tui-data.c (init_content_element): Setup new data members.
11043         (init_win_info): Likewise.
11044         (free_content_elements): Free it.
11045         * tui/tui-data.h (struct tui_data_element): Store the register
11046         content to print.
11047         (struct tui_data_info): Keep the current register group.
11048
11049         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
11050
11051         * tui/tui-regs.h (tui_show_registers): Update prototype.
11052         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
11053         (tui_resize_all): No need to calculate anything for register window.
11054         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
11055         (tui_set_register_element, tui_set_general_regs_content): Remove.
11056         (tui_set_special_regs_content): Remove.
11057         (tui_set_general_and_special_regs_content): Remove.
11058         (tui_set_float_regs_content): Remove.
11059         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
11060         (tui_set_regs_content): Remove.
11061         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
11062         (tui_v_show_registers_command_support): Remove.
11063         (tui_show_registers): Use a reggroup to specify the registers to show.
11064         (tui_show_register_group): New function.
11065         (tui_display_registers_from): Compute the layout of register window
11066         and refresh with new API; be sure to delete old register windows.
11067         (tui_check_register_values): Update to use tui_get_register and
11068         tui_display_data.
11069         (tui_display_register): Just refresh the register window part.
11070         (tui_register_format): Format registers and save in tui_data_element.
11071         (tui_get_register): New to combine tui_reg_value_has_changed and
11072         tui_get_register_raw_value; fix to use the new gdb API.
11073         (tui_show_float_command): Renamed tui_reg_float_command.
11074         (tui_show_general_command): Renamed tui_reg_general_command.
11075         (tui_show_special_command): Renamed tui_reg_system_command.
11076         (_initialize_tui_regs): Remove unused commands.
11077
11078 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
11079
11080         * NEWS (New native configurations): Mention OpenBSD/amd64.
11081
11082         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
11083         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
11084         Remove defines.
11085         * config/i386/nm-fbsd64.h: Likewise.
11086         * config/i386/nm-obsd.h: Likewise.
11087         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
11088         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
11089
11090 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11091
11092         * frv-tdep.c (set_variant_scratch_registers): New function.
11093         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
11094         New constants.
11095
11096         From Richard Sandiford  <rsandifo@redhat.com>:
11097         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
11098
11099 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11100
11101         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
11102         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
11103         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
11104         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
11105         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
11106         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
11107         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
11108         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
11109         definitions from frv-tdep.c to frv-tdep.h.
11110
11111 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11112
11113         Add shared library support for FR-V FDPIC ABI:
11114         * Makefile.in (solib-frv.o): Add dependencies.
11115         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
11116         New functions.
11117         (frv_push_dummy_call): Add support for FDPIC ABI.
11118         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
11119         for FDPIC ABI.
11120         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
11121         (frv_fdpic_find_canonical_descriptor): Declare.
11122         * solib-frv.c: New file.
11123         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
11124         * config/frv/tm-frv.h (solib.h): Include.
11125
11126 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11127
11128         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
11129         (frv-tdep.o): Update dependencies.
11130         * frv-tdep.h: New file.
11131         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
11132         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
11133         constants.
11134         (struct gdbarch_tdep): Add new member ``frv_abi''.
11135         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
11136         functions.
11137         (new_variant): Set ``frv_abi'' field.
11138         (gdb_arch_init): Detect FDPIC executables.
11139
11140 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
11141
11142         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
11143         wrapper.
11144
11145 2004-03-11  Andrew Cagney  <cagney@redhat.com>
11146
11147         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
11148
11149 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
11150
11151         * solist.h (master_so_list): New function.
11152         * solib.c (master_so_list): Likewise.
11153         * solib-svr4.c (enable_break): Iterate over so_list entries
11154         obtained from master list instead of entries obtained directly
11155         via svr4_current_sos().
11156
11157 2004-03-10  Ben Elliston  <bje@gnu.org>
11158
11159         * MAINTAINERS: Update my mail address.
11160
11161 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
11162
11163         * remote-m32r-sdi.c: Support hardware watchpoint.
11164
11165 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11166
11167         * user-regs.c: Update copyright years.
11168         (struct user_regs): Rename to gdb_user_regs.
11169         (append_user_reg, builtin_user_regs, user_regs_init)
11170         (user_reg_add, user_reg_map_name_to_regnum)
11171         (usernum_to_user_reg): Update.
11172
11173 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11174
11175         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
11176         (skip_children): New functions.
11177         (locate_pdi_sibling): Call skip_children.
11178
11179 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11180
11181         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
11182         * gdbtypes.c (check_typedef): Update comments.
11183
11184 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11185
11186         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
11187         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
11188         pointer.  Update comment about comp_unit_head.
11189         (struct abbrev_info): Shorten two int flags.
11190         (dwarf_alloc_abbrev): Take a CU argument.
11191         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
11192         each time through the loop.  Update cleanup argument.
11193         (psymtab_to_symtab_1): Update cleanup call.
11194         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
11195         abbrev_obstack.
11196         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
11197         Just call obstack_free and clear the pointer.
11198
11199 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11200
11201         * infrun.c (handle_inferior_event): Remove short-circuit code for
11202         events in a different thread.
11203
11204 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11205
11206         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
11207         print the whole transfer.
11208         (initialize_targets): Update description of "set debug target".
11209
11210 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11211
11212         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
11213
11214 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
11215
11216         * MAINTAINERS (write after approval): Add myself.
11217
11218 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11219
11220         * sh-tdep.c (sh_print_registers_info): Use for loop.
11221         Don't skip multiple registers when a float register is encountered.
11222
11223 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11224
11225         Fix PR tdep/1291.
11226         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
11227         to official SH documentation.
11228
11229 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11230
11231         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
11232         unused function.
11233
11234 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
11235
11236         * arm-tdep.c (thumb_get_next_pc): Handle BX.
11237         (arm_get_next_pc): Handle BX and BLX.
11238
11239 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11240
11241         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
11242         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
11243         HPPA_SP_REGNUM.
11244         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
11245         (hppa_target_read_fp): Delete.
11246         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
11247         register_virtual_size, max_register_raw_size,
11248         max_register_virtual_size, register_byte, register_size,
11249         target_read_fp, fp_regnum, and register_bytes.  Set register_type
11250         instead of register_virtual_type.
11251         (hppa32_register_type, hppa64_register_type): Replace
11252         hppa32_register_virtual_type and hppa64_register_virtual_type.
11253         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
11254         (HPPA_FP_REGNUM): Define.
11255
11256         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
11257
11258         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
11259         (pa_do_registers_info): Delete.
11260         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
11261         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
11262         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
11263
11264         * infcall.c (legacy_push_dummy_code): Delete #ifdef
11265         GDB_TARGET_IS_HPPA code.
11266         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
11267         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
11268         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11269         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
11270         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11271         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11272         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
11273         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
11274         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11275         (hppa_frameless_function_invocation, hppa64_store_return_value)
11276         (hppa_store_struct_return, hppa64_extract_return_value)
11277         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
11278         (hppa32_call_dummy_length, hppa64_call_dummy_length)
11279         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
11280         (find_proc_framesize, deposit_21, restore_pc_queue)
11281         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
11282         (rp_saved, pc_in_linker_stub): Delete.
11283
11284         Unconditionally enable 64-bit frame and ABI code.
11285         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11286         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11287         push_dummy_frame, fix_call_dummy, push_arguments,
11288         call_dummy_location, extract_return_value, use_struct_convention,
11289         store_return_value, store_struct_return, saved_pc_after_call,
11290         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11291         frame_chain, frame_chain_valid, frameless_function_invocation,
11292         frame_saved_pc, and pop_frame.
11293
11294         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11295         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11296         (hppa_gdbarch_init): Do not set PC_REGNUM.
11297
11298 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
11299
11300         * config/alpha/tm-fbsd.h: Remove file.
11301         * config/alpha/fbsd.mt: Tweak comment.
11302         (TM_FILE): Set to tm-alpha.h.
11303
11304 2004-03-05  Andrew Cagney  <cagney@redhat.com>
11305
11306         * infrun.c (step_over_function): When non-legacy code, and no
11307         step_frame_id, use the unwinder to get the caller's frame ID.
11308
11309 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11310
11311         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11312         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11313         bfd_arch_unknown.  Adjust comment.
11314
11315         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
11316         * i386obsd-tdep.c: Correct spelling in comment.
11317         * i386nbsd-tdep.c: Correct spelling in comment.
11318         * sparc-tdep.c: Correct spelling in comments.
11319
11320 2004-03-05  David Carlton  <carlton@kealia.com>
11321
11322         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11323         bug.
11324
11325 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11326
11327         * sparc-tdep.c: Fix typo in comment.
11328
11329 2004-03-04  J. Brobecker  <brobecker@gnat.com>
11330
11331         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11332
11333 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
11334
11335         * dwarf2read.c: Add comment describing memory lifetimes.
11336         (struct dwarf2_pinfo): Update comment.
11337         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11338         (read_enumeration, new_symbol): Don't use obsavestring.
11339
11340 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
11341
11342         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11343         instead of amd64_fill_fxsave.
11344         * amd64bsd-nat.c (store_inferior_registers): Likewise.
11345         * amd64fbsd-nat.c (fill_fpregset): Likewise.
11346
11347         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11348         Reorganize code a bit.
11349
11350 2004-03-04  Orjan Friberg  <orjanf@axis.com>
11351
11352         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11353         when the frame pointer is pushed.  Don't set the frame pointer's
11354         address on the stack unless it's actually located there.
11355         Set the SRP's address on the stack correctly when the PC is still in
11356         the prologue.
11357         (cris_return_value): New function.
11358         (cris_gdbarch_init): Clear deprecated store_return_value,
11359         extract_return_value.
11360
11361 2004-03-02  Jim Blandy  <jimb@redhat.com>
11362
11363         * stabsread.c (reg_value_complaint): The maximum register number
11364         is one less than the number of registers.
11365
11366 2004-03-02  Andrew Cagney  <cagney@redhat.com>
11367
11368         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11369         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
11370         trailing comma and redundant assignment of I386_ST0_REGNUM.
11371         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11372         32-bit segment registers.
11373
11374 2004-03-01  Andrew Cagney  <cagney@redhat.com>
11375
11376         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11377         use frame_relative_level and get_next_frame.
11378
11379 2004-02-29  Andrew Cagney  <cagney@redhat.com>
11380
11381         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11382         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11383         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11384         Delete macro.
11385
11386 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11387
11388         * inflow.c (terminal_inferior): Don't give up the terminal if we
11389         previously couldn't get the inferior's terminal state.
11390
11391 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11392
11393         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11394         PC_REGNUM.
11395
11396 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11397
11398         * NEWS: Refer to GDB 6.1.
11399         * README: Refer to GDB 6.1.
11400         * PROBLEMS: Refer to GDB 6.1.
11401
11402 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
11403
11404         * thread-db.c (disable_thread_signals): Remove unused function.
11405
11406 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11407
11408         * amd64-nat.c: Include "gdb_string.h".
11409         (amd64_collect_native_gregset): Zero-extend the 32-bit
11410         general-purpose registers and %eip.
11411
11412         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11413         * amd64-tdep.c (amd64_collect_fxsave): New function.
11414         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11415
11416         * i387-tdep.h: Update copyright year.
11417         (i387_collect_fxsave): New prototype.
11418         * i387-tdep.c: Update copyright year.
11419         (i387_collect_fxsave): New function containing most of the code
11420         from i387_fill_fxsave.
11421         (i387_fill_fxsave): Call i387_collect_fxsave.
11422
11423 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11424
11425         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11426         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
11427
11428 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11429
11430         * amd64-tdep.c (amd64_frame_cache): Fix comment.
11431
11432 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11433
11434         * utils.c: Use "", instead of <>, to include readline.
11435         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11436         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11437         * source.c, solib.c, exec.c, event-top.c: Ditto.
11438         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11439         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11440         * Makefile.in: Update all dependencies.
11441         (readline_tilde_h, readline_history_h): Define.
11442         (readline_headers): Delete.
11443
11444 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11445
11446         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11447         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11448         "config/i386/tm-lx64.h".
11449
11450         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11451         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
11452         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11453
11454 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11455
11456         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11457
11458         * breakpoint.c (_initialize_breakpoint): Use
11459         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
11460         Add help to show command.
11461
11462 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11463
11464         * i386-nat.c: Reformat to be closer to coding standards.
11465         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11466         `retval'.  Make variables `align' and `size' local to while-loop.
11467         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11468         (_initialize_i386_nat): New prototype.
11469
11470         * tui/tui.c: Include <readline/readline.h> instead of
11471         "readline/readline.h".  Include it after <term.h> and
11472         "gdb_curses.h".
11473
11474 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11475
11476         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11477         the new frame unwind code.
11478         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11479         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11480         PCOQ_HEAD_REGNUM.
11481
11482         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11483         "return_value" and "push_dummy_call".
11484         (hppa32_use_struct_convention): Delete unused function.
11485         (hppa32_store_return_value): Delete unused function.
11486         (hppa32_extract_return_value): Delete unused function.
11487         (hppa32_stack_align): Delete function.
11488
11489 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
11490
11491         * coffread.c (enter_linenos): Don't let rawptr reference memory
11492         outside linetab[]'s limits.
11493
11494 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11495
11496         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11497         inferior stack space - the stack needs to grow upwards.
11498         (hppa32_frame_align): New function.
11499         (hppa64_frame_align): Replace hppa_frame_align.
11500         (hppa_gdbarch_init): Update.
11501
11502 2004-02-26  Orjan Friberg  <orjanf@axis.com>
11503
11504         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11505         (dwarf2-frame.h): Include.
11506         (enum cris_regnums): New enum CRIS_FP_REGNUM.
11507         Remove static variables related to ABI setting.
11508         (struct gdbarch_tdep): Remove cris_abi member.
11509         (struct frame_extra_info): Remove.
11510         (cris_unwind_cache, stack_item): New structs.
11511         (cris_frame_unwind, cris_frame_base): New variables.
11512         (push_stack_item, pop_stack_item)
11513         (cris_frame_unwind_cache, cris_frame_this_id)
11514         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11515         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11516         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11517         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11518         (cris_reg_struct_has_addr): New functions.
11519         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11520         (cris_frame_saved_pc, cris_saved_pc_after_call,
11521         (cris_store_struct_return, cris_frameless_function_invocation)
11522         (cris_pop_frame, cris_skip_prologue_main)
11523         (cris_abi_original_store_return_value)
11524         (cris_abi_v2_store_return_value)
11525         (cris_abi_original_extract_return_value)
11526         (cris_abi_v2_extract_return_value)
11527         (cris_abi_original_reg_struct_has_addr)
11528         (cris_abi_v2_reg_struct_has_addr)
11529         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11530         (cris_push_return_address, cris_abi_update): Remove.
11531         (_initialize_cris_tdep): Remove ABI command.
11532         (cris_dump_tdep): Ditto.
11533         (cris_gdbarch_init): Remove ABI command.
11534         Set store_return_value, extract_return_value, push_dummy_code,
11535         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11536         frame_unwind_append_sniffer, frame_base_set_default.
11537         Clear deprecated init_frame_pc, push_arguments, store_return_value,
11538         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11539         sizeof_call_dummy_words, get_saved_register, push_return_address,
11540         pop_frame, store_struct_return, frame_init_saved_regs,
11541         init_extra_frame_info, frameless_function_invocation, frame_chain,
11542         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11543         dummy_write_sp.
11544
11545 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11546
11547         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11548         * valprint.c (print_hex_chars): Change from static to external.
11549         (print_char_chars): New function.
11550         * printcmd.c (print_scalar_formatted): For integer and enum types
11551         that are longer than LONGEST, perform processing via appropriate
11552         print_*_chars routines.
11553
11554 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11555
11556         * Makefile.in: Update dependencies.
11557         Changes from Ulrich Weigand,
11558         * s390-tdep.c: Include "dwarf2-frame.h".
11559         (s390_dwarf2_frame_init_reg): New function.
11560         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11561         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
11562
11563 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11564
11565         * breakpoint.c (pending_break_support): New setting variable.
11566         (break_command_1): Account for pending_break_support setting
11567         when creating pending breakpoints.
11568         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11569         (_initialize_breakpoint): Add "set breakpoint pending" and
11570         "show breakpoint pending" commands.
11571
11572 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11573
11574         Fix PR i18n/1570.
11575         * charset.c (backslashable, backslashed, represented): Remove 'e'
11576         from list of escaped characters, not part of ISO-C.
11577
11578 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11579
11580         From Peter Schauer <schauer@pdf.de>:
11581         * tui/tui.c: Move system header includes after local includes.
11582         Fixes a build failure on solaris systems.
11583
11584 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11585
11586         * configure.in: Refine the previous change.
11587         * configure: Regenerate.
11588
11589 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11590
11591         * amd64-tdep.h: Renamed from x86-64-tdep.h.
11592         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
11593         "amd64-tdep.h" instead of "x86-64-tdep.h".
11594         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11595         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11596         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
11597         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11598         and "x86-64-tdep.c".
11599         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
11600         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11601         and "x86-64-tdep.c".
11602         * amd64bsd-nat.c: Update copyright year.
11603         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11604         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11605         "x86-64-tdep.h".
11606         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11607         "x86-64-tdep.h".
11608         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11609         "x86-64-tdep.h".
11610         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11611         "x86-64-tdep.h".
11612         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11613         "x86-64-tdep.h".
11614         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11615         "x86-64-tdep.h".
11616         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11617         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11618         * Makefile.in (amd64_linux_tdep_h): Renamed from
11619         x86_64_linux_tdep_h.
11620         (amd64_tdep_h): Renamed from x86_64_tdep_h.
11621         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11622         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11623         (amd64obsd-tdep.o): Update dependencies.
11624         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11625         dependencies.
11626         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11627         dependencies.
11628         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11629         amd64-linux-nat.c amd64-linux-tdep.c.
11630         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11631         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11632         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11633         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11634         amd64-tdep.o and amd64-linux-tdep.o.
11635         (TM_FILE): Set to tm-linux64.h.
11636         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11637         (NAT_FILE): Set to nm-linux64.h.
11638         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11639         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11640         amd64-tdep.o.
11641         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11642         amd64-tdep.o.
11643         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11644         amd64-tdep.o.
11645
11646 2004-02-25  Roland McGrath  <roland@redhat.com>
11647
11648         * remote.c (remote_protocol_qPart_auxv): New variable.
11649         (init_all_packet_configs): Initialize it.
11650         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11651         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11652         (show_remote_cmd): Call it.
11653         (_initialize_remote): Initialize commands.
11654         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11655         service TARGET_OBJECT_AUXV requests.
11656
11657 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11658
11659         * configure.in: Make sure that the wborder function is available.
11660         Otherwise, search for it in the cur_colr library.
11661         * configure: Regenerate.
11662
11663 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11664
11665         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11666
11667 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11668
11669         * config/i386/tm-x86-64linux.h: Tweak comments.
11670
11671 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
11672
11673         * MAINTAINERS: Add self to write-after-approval list.
11674
11675 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11676
11677         PR cli/1566.  Problem found, and fix suggested by David Allan.
11678         * cli/cli-script.c (execute_control_command): Unconditionally
11679         install a cleanup.  Default "ret" to "invalid_control".  Use
11680         "break" instead of "return" to escape from the switch.
11681
11682 2004-02-24  J. Brobecker  <brobecker@gnat.com>
11683
11684         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11685         with the lines macro defined in term.h on AiX.
11686         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11687         a collision with the label_width macro defined in term.h on AiX.
11688
11689 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
11690
11691         Committed by Kevin Buettner <kevinb@redhat.com>.
11692
11693         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11694         * ia64-tdep.c (ia64_write_pc): Make it a global function.
11695         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11696         instead of ia64_write_pc().
11697         * ia64-linux-tdep.c (regcache.h): Include.
11698         (ia64_linux_write_pc): New function.
11699
11700 2004-02-23  Roland McGrath  <roland@redhat.com>
11701
11702         * auxv.c (info_auxv_command): Fix typos in error messages.
11703
11704 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
11705
11706         * x86-64-tdep.h: Tweak comment.
11707         (enum amd64_regnum): New.
11708         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11709         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11710         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11711         (X86_64_XMM1_REGNUM): Removed.
11712         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11713         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11714         prototypes for renamed functions.
11715         * x86-64-tdep.c: Fix typo.
11716         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11717         register numbers.
11718         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11719         Use constants from `enum amd64_regnum' for register numbers.
11720         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11721         (amd64_analyze_prologue, amd64_frame_cache,
11722         amd64_sigtramp_frame_cache): Use constants from `enum
11723         amd64_regnum' for register numbers.
11724         (amd64_supply_fpregset): Adjust for renamed functions.
11725         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
11726         `enum amd64_regnum' for register numbers.
11727         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11728         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11729         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11730         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11731         (amd64_linux_fill_gregset): Adjust for renamed macros.
11732         (fetch_core_registers): Adjust for renamed functions.
11733         (amd64_linux_init_abi): Adjust for renamed functions.
11734         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11735         renamed functions.
11736         * amd64-nat.c: Adjust for renamed macros.
11737         * amd64bsd-nat.c (fetch_inferior_registers)
11738         (store_inferior_registers): Use constants from `enum amd64_regnum'
11739         for register numbers.  Adjust for renamed variables.
11740         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11741         renamed variables.
11742         (_initialize_amd64fbsd_nat): Use constants from `enum
11743         amd64_regnum' for register numbers.
11744         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11745         `enum amd64_regnum' for register numbers.
11746         (amd64fbsd_init_abi): Adjust for renamed functions.
11747         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11748         `enum amd64_regnum' for register numbers.
11749         (amd64nbsd_init_abi): Adjust for renamed functions.
11750         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11751         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11752         `enum amd64_regnum' for register numbers.
11753         (amd64obsd_init_abi): Adjust for renamed functions.
11754         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11755
11756 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11757
11758         * breakpoint.c (print_one_breakpoint): Do not output spaces
11759         after printing <PENDING> for a pending breakpoint.
11760
11761 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11762
11763         * printcmd.c (print_scalar_formatted): Initialize val_long
11764         to remove compiler warning message.
11765
11766 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11767
11768         * defs.h (nquery, yquery): New prototypes.
11769         * breakpoint.c (break_command_1): Use new nquery interface.
11770         * utils.c (defaulted_query, nquery, yquery): New functions.
11771
11772 2004-02-23  Andrew Cagney  <cagney@redhat.com>
11773
11774         * hppa-tdep.c (hppa_frame_align): New function.
11775         (hppa32_push_dummy_call): New function.
11776         (hppa64_push_dummy_call): New function.
11777         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11778         disabled.
11779
11780         * infcall.c (legacy_push_dummy_code): Don't call deprecated
11781         FIX_CALL_DUMMY when push_dummy_call is available.
11782         (call_function_by_hand, push_dummy_code): Ditto.
11783
11784 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11785
11786         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11787         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11788         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11789         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11790         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11791         call_dummy_location to ON_STACK.
11792
11793 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11794
11795         * x86-64-linux-tdep.c: Tweak comment.
11796         (amd64_linux_supply_gregset): Renamed from
11797         x86_64_linux_supply_gresget.
11798         (amd64_linux_fill_gregset): Renamed from
11799         x86_64_linux_fill_gregset.
11800         (fetch_core_registers): Adjust for renamed functions.
11801         (amd64_core_fns): Renamed from x86_64_core_fns.
11802         (amd64_linux_sigtramp_start): Renamed from
11803         x86_64_linux_sigtramp_start.
11804         (amd64_linux_pc_in_sigtramp): Renamed from
11805         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
11806         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11807         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11808         (amd64_linux_sigcontext_addr): Renamed from
11809         x86_64_linux_sigcontext_addr.
11810         (amd64_linux_sc_reg_offset): Renamed from
11811         x86_64_linux_sc_reg_offset.
11812         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11813         Adjust for renamed functions and variables.
11814         (_initialize_amd64_linux_tdep): Renamed from
11815         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
11816         variables.
11817         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
11818         Adjust for renamed functions.
11819
11820         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11821         from x86_64_linux_gregset64_reg_offset.
11822         (amd64_linux_gregset32_reg_offset): Rename from
11823         x86_64_linux_gregset64_reg_offset.
11824         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11825         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11826         (amd64_linux_dr_set_control): Renamed from
11827         x86_64_linux_dr_set_control.  Adjust for renamed functions.
11828         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11829         Adjust for renamed functions.
11830         (amd64_linux_dr_reset_addr): Renamed from
11831         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11832         (amd64_linux_dr_get_status): Renamed from
11833         x86_64_linux_dr_get_status.  Adjust for renamed functions.
11834         (_initialize_amd64_linux_nat): Renamed from
11835         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
11836         functions.
11837         * config/i386/nm-x86-64linux.h: Update copyright year.
11838         Adjust for renamed functions.
11839
11840         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11841         amd64fbsd_sigtramp_start.
11842         (amd64fbsd_sigtramp_end_addr): Renamed from
11843         amd64fbsd_sigtramp_end.
11844         (amd64fbsd_init_abi): Adjust for renamed variables.
11845         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11846         variables.
11847         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11848         amd64fbsd_sigtramp_start.
11849         (amd64fbsd_sigtramp_end_addr): Renamed from
11850         amd64fbsd_sigtramp_end.
11851
11852 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11853
11854         * hppa-tdep.c (hppa32_return_value): New function.
11855         (hppa64_return_value): New function.
11856         (hppa_gdbarch_init): Set return_value; keep disabled.
11857
11858         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11859         struct-return and inferior function call methods.
11860
11861         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11862         "frame-base.h".
11863         (struct hppa_frame_cache): Define.
11864         (hppa_frame_cache, hppa_frame_this_id): New functions.
11865         (hppa_frame_prev_register): New function.
11866         (hppa_frame_unwind, hppa_frame_base): New variables.
11867         (hppa_frame_unwind_sniffer): New function.
11868         (hppa_frame_base_address, hppa_unwind_pc): New function.
11869         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11870         sniffer, and frame base sniffer; keep disabled.
11871         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11872         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11873
11874         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11875         to predicates for "seriously old code".
11876
11877         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11878         runtime if(0).
11879
11880         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11881         unsigned.
11882         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11883
11884         * config/pa/tm-hppa.h: Update copyright.
11885         (DEPRECATED_INIT_FRAME_PC): Delete macro.
11886         (deprecated_init_frame_pc_default): Delete declaration.
11887         (hppa_frame_init_saved_regs): Delete declaration.
11888         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11889         * hppa-tdep.c: Include "arch-utils.h".
11890         (hppa_gdbarch_init): Set deprecated init_frame_pc
11891         and deprecated frame_init_saved_regs.
11892         (hppa_frame_init_saved_regs): Make static.
11893
11894 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11895
11896         Remove old 386BSD support.
11897         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11898         * configure.host: Remove i[34567]86-*-bsd*.
11899         * configure.tgt: Remove i[34567]86-*-bsd*.
11900         * i386b-nat.c: Removed.
11901         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11902         (i386b-nat.o): Remove dependencies.
11903
11904         * config/i386/i386bsd.mh: Removed.
11905         * config/i386/i386bsd.mt: Removed.
11906         * config/i386/nm-i386bsd.h: Removed.
11907         * config/i386/tm-i386bsd.h: Removed.
11908         * config/i386/xm-i386bsd.h: Removed.
11909
11910         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11911
11912         * amd64fbsd-tdep.c: Include "solib-svr4.h".
11913         (amd64fbsd_init_abi): Set link map offsets.
11914         * amd64nbsd-tdep.c: Include "slib-svr4.h".
11915         (amd64nbsd_init_abi): Set link map offsets.
11916         * amd64obsd-tdep.c: Include "solib-svr4.h".
11917         (amd64obsd_init_abi): Set link map offsets.
11918         * i386fbsd-tdep.c: Include "solib-svr4.h".
11919         (i386fbsd_init_abi): Set link map offsets.
11920         * i386nbsd-tdep.c: Include "solib-svr4.h".
11921         (i386nbsdelf_init_abi): Set link map offsets.
11922         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11923         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11924         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11925         solib-legacy.o and core-aout.o. Reformat.
11926         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11927         solib-svr4.o, solib-legacy.o.  Reformat.
11928         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
11929         * config/i386/nbsdelf.mh: Reformat.
11930         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11931         solib-svr4.o, solib-legacy.o and corelow.o.
11932         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11933         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11934         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
11935         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11936         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11937         (TM_FILE): Set to tm-fbsd.h.
11938         * config/i386/nbsd.mt (TDEPFILES): Reformat.
11939         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11940         solib-svr4.o.
11941         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11942         solib-svr4.o.
11943         (TM_FILE): Set to nm-nbsd.h.
11944         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
11945         Simplify shared library support.  Don't include "elf/common.h".
11946         (SVR4_SHARED_LIBS): Don't define.
11947         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
11948         "solib.h".
11949         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11950         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
11951         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
11952         Don't include "i386/tm-i386.h".  Include "solib.h".
11953         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
11954         Don't include "i386/tm-i386.h".
11955         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
11956         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
11957         Include "i386/xm-i386.h".
11958         (HOST_LONG_DOUBLE_FORMAT): Remove.
11959
11960         Fix OpenBSD/i386 sigtramp recognition.
11961         * i386-tdep.h: Update copyright year.
11962         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11963         (i386bsd_sigtramp_end): New prototypes.
11964         (i386fbsd_sigtramp_start_addr): Renamed from
11965         i386fbsd_sigtramp_start.
11966         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11967         (i386obsd_sigtramp_start_addr): Renamed from
11968         i386obsd_sigtramp_start.
11969         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11970         * i386bsd-tdep.c: Update copyright year.
11971         (i386bsd_pc_in_sigtramp): Make public.
11972         * i386fbsd-nat.c: Update copyright year.
11973         (_initialize_i386fbsd_nat): Adjust for renamed variables.
11974         * i386fbsd-tdep.c: Update copyright year.
11975         (i386fbsd_sigtramp_start_addr): Renamed from
11976         i386fbsd_sigtramp_start.
11977         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11978         (i386fbsdaout_init_abi): Adjust for renamed variables.
11979         * i386obsd-nat.c: Update copyright year.
11980         (_initialize_i386obsd_nat): Adjust for renamed variables.
11981         * i386obsd-tdep.c: Include "target.h".
11982         (i386obsd_page_size): New variable.
11983         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11984         (i386obsd_sigtramp_end): New functions.
11985         (i386obsd_sigtramp_start_addr): Renamed from
11986         i386obsd_sigtramp_start.
11987         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11988         (i386obsd_init_abi): Adjust for renamed variables.  Set
11989         pc_in_sigtramp, sigtramp_start and sigtramp_end.
11990         * Makefile.in (i386obsd-tdep.o): Update dependencies.
11991
11992         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11993         trampoline change in OpenBSD kernel.
11994
11995         * amd64-nat.c: Update copyright year.
11996         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11997         architecture from REGCACHE.
11998
11999         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
12000         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
12001
12002 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
12003
12004         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
12005         i[34567]86-*-openbsd3.[0-3].
12006         * config/i386/obsdaout.mh: New file.
12007
12008         * config/i386/obsd.mh (MH_FLAGS): Remove.
12009
12010         Fix PR build/1549.
12011         * i386obsd-tdep.c: Update copyright years.  Include
12012         "solib-svr4.h".
12013         (i386obsd_init_abi): Don't set regset_from_core_section here.
12014         (i386obsd_aout_init_abi): New function.  Set
12015         regset_from_core_section here.
12016         (i386obsd_elf_init_abi): New function.
12017         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
12018         * Makefile.in (i386obsd-tdep.o): Update dependecies.
12019         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
12020         (TM_FILE): Set to tm-nbsd.h.
12021
12022         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
12023         solib-sunos.o.
12024
12025         * solib-svr4.h: Update copyright year.
12026         (svr4_ilp32_fetch_link_map_offsets)
12027         (svr4_lp64_fetch_link_map_offsets): New prototype.
12028         * solib-svr4.c: Update copyright year.
12029         (svr4_ilp32_fetch_link_map_offsets)
12030         (svr4_lp64_fetch_link_map_offsets): New function.
12031
12032 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
12033
12034         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
12035         to the partial symbol table.
12036
12037 2004-02-20  J. brobecker  <brobecker@gnat.com>
12038
12039         * PROBLEMS: Add description of problem documented under gdb/1560.
12040
12041 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
12042
12043         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
12044         comments.
12045         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
12046         functions.
12047         (amd64obsd_init_abi): Reorder initializations.  Use
12048         amd64obsd_r_reg_offset to initialize the general-purpose register
12049         set details.  Set regset_from_core_section.
12050         (_initialize_amd64obsd_tdep): Rename from
12051         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
12052         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
12053         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
12054
12055         * NEWS (New native configurations): Mention OpenBSD/alpha.
12056         * configure.tgt: Add alpha*-*-openbsd*.
12057         * configure.host: Add alpha*-*-openbsd*.
12058         * alphanbsd-tdep.c: Update copyright year.
12059         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
12060
12061 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12062
12063         Fix PR tdep/1372.
12064         * configure.tgt: Delete target "none-*-*".
12065         * configure.host: Delete host "none-*-*".
12066         * config/none/none.mh: Delete file.
12067         * config/none/none.mt: Delete file.
12068         * config/none/xm-none.h: Delete file.
12069         * config/none/tm-none.h: Delete file.
12070         * config/none/nm-none.h: Delete file.
12071
12072 2004-02-19  Fred Fish  <fnf@redhat.com>
12073
12074         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
12075         cache->uses_fp prior to setting it.
12076
12077 2004-02-19  Fred Fish  <fnf@redhat.com>
12078
12079         Fix for PR breakpoint/1558.
12080         * sh-tdep.c (IS_JSR): New macro.
12081         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
12082
12083 2004-02-19  Jim Blandy  <jimb@redhat.com>
12084
12085         * findvar.c (value_from_register): Doc fix.
12086
12087 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
12088
12089         * printcmd.c (print_scalar_formatted): Do not check for sizeof
12090         type being greater than sizeof of host's LONGEST.  Always use
12091         unpack_long() unless format 'f' chosen.
12092
12093 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
12094
12095         Committed by Elena Zannoni  <ezannoni@redhat.com>
12096
12097         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
12098         contains a symbol wich is the best, non-exact match for the given
12099         pc.  Update comments.
12100
12101 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
12102
12103         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
12104         macro, which was part of the now removed Mach 3 port.
12105         * utils.c (request_quit): Ditto.
12106
12107 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
12108
12109         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
12110         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
12111
12112 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12113
12114         Committed by Mark Kettenis  <kettenis@gnu.org>.
12115
12116         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
12117         Define.
12118
12119 2004-02-18  Andrew Cagney  <cagney@redhat.com>
12120
12121         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
12122         CONFIG_INSTALL and CONFIG_UNINSTALL.
12123         * configure: Re-generate.
12124         * interps.h (INTERP_TUI): Define.
12125         * Makefile.in: Update dependencies.
12126         (TUI): New macro.
12127         (tui-main.o): Specify dependencies.
12128         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
12129         * tui/tui-main.c: New file.
12130
12131 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
12132
12133         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
12134         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
12135         dependencies.
12136         * configure.host: Add x86_64-*-openbsd*.
12137         * configure.tgt: Add x86_64-*-openbsd*.
12138         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
12139
12140         * tui/tui.c: Don't include <malloc.h>.
12141
12142         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
12143         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
12144         amd64nbsd-tdep.c.
12145
12146         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
12147         static.  Remove extraneous whitespace.
12148         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
12149         static.
12150
12151 2004-02-17  Jim Blandy  <jimb@redhat.com>
12152
12153         * findvar.c (value_from_register): Doc fix.
12154
12155 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12156
12157         Committed by Jim Blandy  <jimb@redhat.com>.
12158
12159         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
12160         CORE_ADDR as type for selectors.  Correct types for GNU run time
12161         message lookup function to use double indirection.
12162         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
12163         * objc-lang.h (lookup_child_selector): Adapt prototype.
12164
12165         * s390-nat.c (SUBOFF): New macro.
12166         (supply_gregset, fill_gregset): Use it to handle debugging
12167         of 32-bit exectuables running under a 64-bit kernel.
12168         * s390-tdep.c: Include "solib-svr4.h".
12169         (s390_svr4_fetch_link_map_offset): New function.
12170         (s390x_svr_fetch_link_map_offset): Likewise.
12171         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
12172         * Makefile.in (s390-tdep.o): Update dependencies.
12173
12174         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
12175         "frame-unwind.h".
12176         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
12177         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
12178         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
12179         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
12180         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
12181         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
12182         S390_SIGNAL_FRAMESIZE,
12183         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
12184         (struct frame_extra_info): Remove.
12185         (s390_memset_extra_info): Remove.
12186         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
12187         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
12188         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
12189         (is_rse): Renamed to ...
12190         (is_rsy): ... this.  Support long displacements.
12191         (is_rxe): Renamed to ...
12192         (is_rxy): ... this.  Support long displacements.
12193         (compute_x_addr): Support long displacements.
12194         (struct s390_prologue_data): New data type.
12195         (s390_on_stack): Change API to use struct s390_prologue_data.
12196         (s390_store): Reimplement.
12197         (s390_load): New function.
12198         (s390_get_signal_frame_info): Remove.
12199         (s390_get_frame_info): Remove, replace by ...
12200         (s390_analyze_prolog): ... this new function.
12201         (s390_check_function_end): Remove.
12202         (s390_function_start): Remove.
12203         (s390_frameless_function_invokation): Remove.
12204         (s390_is_sigreturn): Remove.
12205         (s390_init_frame_pc_first): Remove.
12206         (s390_init_frame_extra_info): Remove.
12207         (s390_frame_init_saved_regs): Remove.
12208         (s390_frame_saved_pc_nofix): Remove.
12209         (s390_frame_saved_pc): Remove.
12210         (s390_frame_chain): Remove.
12211         (s390_fp_regnum, s390_read_fp): Remove.
12212         (s390_pop_frame_regular, s390_pop_frame): Remove.
12213         (s390_saved_pc_after_call): Remove.
12214         (s390_skip_prologue): Reimplement.
12215         (s390_in_function_epilogue_p): Support long displacements.
12216         (struct s390_unwind_cache): New data structure.
12217         (s390_frame_unwind_cache): New function.
12218         (s390_prologue_frame_unwind_cache): Likewise.
12219         (s390_backchain_frame_unwind_cache): Likewise.
12220         (s390_frame_this_id, s390_frame_prev_register): Likewise.
12221         (s390_frame_unwind): Define.
12222         (s390_frame_sniffer): New function.
12223         (struct s390_pltstub_unwind_cache): New data structure.
12224         (s390_pltstub_frame_unwind_cache): New function.
12225         (s390_pltstub_frame_this_id): Likewise.
12226         (s390_pltstub_frame_prev_register): Likewise.
12227         (s390_pltstub_frame_unwind): Define.
12228         (s390_pltstub_frame_sniffer): New function.
12229         (struct s390_sigtramp_unwind_cache): New data structure.
12230         (s390_sigtramp_frame_unwind_cache): New function.
12231         (s390_sigtramp_frame_this_id): Likewise.
12232         (s390_sigtramp_frame_prev_register): Likewise.
12233         (s390_sigtramp_frame_unwind): Define.
12234         (s390_sigtramp_frame_sniffer): New function.
12235         (s390_frame_base_address, s390_local_base_address): New functions.
12236         (s390_frame_base): Define.
12237         (s390_unwind_pc, s390_unwind_sp): New function.
12238         (s390_push_dummy_call): Use new frame base location.
12239         (s390_unwind_dummy_id): Likewise.
12240         (s390_gdbarch_init): Remove calls to:
12241         set_gdbarch_frameless_function_invocation,
12242         set_gdbarch_deprecated_init_frame_pc,
12243         set_gdbarch_deprecated_frame_chain,
12244         set_gdbarch_deprecated_frame_init_saved_regs,
12245         set_gdbarch_deprecated_pop_frame,
12246         set_gdbarch_deprecated_init_extra_frame_info,
12247         set_gdbarch_deprecated_init_frame_pc_first,
12248         set_gdbarch_deprecated_target_read_fp,
12249         set_gdbarch_deprecated_frame_saved_pc,
12250         set_gdbarch_deprecated_saved_pc_after_call,
12251         set_gdbarch_deprecated_fp_regnum.
12252         Add calls to:
12253         set_gdbarch_in_solib_call_trampoline,
12254         frame_unwind_append_sniffer,
12255         frame_base_set_default,
12256         set_gdbarch_unwind_pc,
12257         set_gdbarch_unwind_sp.
12258         * Makefile.in (s390-tdep.o): Update dependencies.
12259
12260         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
12261         (S390_STACK_FRAME_OVERHEAD): Remove.
12262         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12263         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12264         (s390_promote_integer_argument): Remove.
12265         (s390_cannot_extract_struct_value_address): Remove.
12266         (s390_use_struct_convention, s390_store_struct_return): Remove.
12267         (s390_extract_return_value, s390_store_return_value): Remove.
12268         (s390_return_value_convention, s390_return_value): New functions.
12269         (is_float_singleton): Handle typedefs.
12270         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
12271         Remove, replace by ...
12272         (s390_function_arg_pass_by_reference, s390_function_arg_float,
12273         s390_function_arg_integer): ... these new functions.
12274         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12275         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12276         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12277         Fill in tdep->abi.
12278         Remove calls to:
12279         set_gdbarch_deprecated_store_struct_return,
12280         set_gdbarch_deprecated_extract_return_value,
12281         set_gdbarch_deprecated_store_return_value,
12282         set_gdbarch_use_struct_convention,
12283         set_gdbarch_extract_struct_value_address,
12284         set_gdbarch_deprecated_pc_in_call_dummy,
12285         set_gdbarch_deprecated_push_arguments,
12286         set_gdbarch_deprecated_save_dummy_frame_tos,
12287         set_gdbarch_deprecated_push_return_address,
12288         set_gdbarch_deprecated_sizeof_call_dummy_words,
12289         set_gdbarch_deprecated_call_dummy_words,
12290         set_gdbarch_deprecated_dummy_write_sp.
12291         Add calls to:
12292         set_gdbarch_push_dummy_call,
12293         set_gdbarch_unwind_dummy_id,
12294         set_gdbarch_return_value.
12295
12296         * config/s390/nm-linux.h: Update comments.
12297         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12298         (STOPPED_BY_WATCHPOINT): Redefine.
12299         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12300         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12301         (s390_stopped_by_watchpoint): Likewise.
12302         (watch_area_cnt): Remove.
12303         * s390-nat.c: Update comments.
12304         (watch_area): Remove typedef.
12305         Global replace watch_area by struct watch_area.
12306         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12307         (s390_stopped_by_watchpoint): Remove pid argument,
12308         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
12309         (s390_fix_watch_points): Remove pid argument,
12310         use s390_inferior_tid.  Recompute area spanned by watchpoints.
12311         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12312         argument.  Reimplement.
12313
12314         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
12315         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12316         (FETCH_INFERIOR_REGISTERS): Define.
12317         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12318         core-regset.o.
12319         * config/s390/s390x.mt: Remove.
12320         * config/s390/tm-s390.h: Remove.
12321         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12322         (TARGET_ELF64): Remove.
12323         (SKIP_TRAMPOLINE_CODE): Do not undefine.
12324         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12325         s390*-*-* case; always set gdb_target to s390.
12326         * regformats/reg-s390.dat: Remove control registers.
12327         * regformats/reg-s390x.dat: Likewise.
12328         * s390-tdep.h: New file.
12329         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12330         Include "inferior.h" and "s390-tdep.h".
12331         Remove private definition of offsetof.
12332         (s390_register_u_addr): Remove.
12333         (regmap_gregset, regmap_fpregset): Define.
12334         (supply_gregset, fill_gregset): Reimplement.
12335         (supply_fpregset, fill_fpregset): Likewise.
12336         (s390_inferior_tid): New function.
12337         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12338         (fetch_inferior_registers, store_inferior_registers): Likewise.
12339         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
12340         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
12341         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12342         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12343         (struct gdbarch_tdep): Define.
12344         (struct s390_register_info): Define.
12345         (s390_register_info): New variable.
12346         (s390_register_name): Reimplement.
12347         (s390_register_type): New function.
12348         (s390_register_raw_size, s390x_register_raw_size): Remove.
12349         (s390_cannot_fetch_register): Remove.
12350         (s390_register_byte): Remove.
12351         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12352         (s390_dwarf_regmap): New variable.
12353         (s390_dwarf_reg_to_regnum): New function.
12354         (s390_stab_reg_to_regnum): Remove.
12355         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12356         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12357         (s390_convert_register_p): Likewise.
12358         (s390_register_to_value, s390_value_to_register): Likewise.
12359         (s390_register_reggroup_p): Likewise.
12360         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12361         s390_gregset, s390x_gregset, s390_fpregset): New variables.
12362         (s390_supply_regset, s390_regset_from_core_section): New functions.
12363         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12364         (S390_FPR_SIZE): Likewise.
12365         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
12366         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12367         (S390_NUM_GPRS): Move here from tm-s390.h.
12368         (S390_NUM_FPRS): Likewise.
12369         (s390_in_function_epilogue_p): New function.
12370         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12371         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12372         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12373         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12374         Replace S390_FP_REGNUM by S390_SP_REGNUM.
12375         Remove calls to:
12376         set_gdbarch_deprecated_max_register_raw_size,
12377         set_gdbarch_deprecated_max_register_virtual_size,
12378         set_gdbarch_deprecated_register_byte,
12379         set_gdbarch_cannot_fetch_register,
12380         set_gdbarch_cannot_store_register,
12381         set_gdbarch_deprecated_register_size,
12382         set_gdbarch_deprecated_register_raw_size,
12383         set_gdbarch_deprecated_register_virtual_size,
12384         set_gdbarch_deprecated_register_virtual_type,
12385         set_gdbarch_deprecated_register_bytes.
12386         Add calls to:
12387         set_gdbarch_num_pseudo_regs,
12388         set_gdbarch_register_type,
12389         set_gdbarch_convert_register_p,
12390         set_gdbarch_register_to_value,
12391         set_gdbarch_value_to_register,
12392         set_gdbarch_register_reggroup_p,
12393         set_gdbarch_regset_from_core_section,
12394         set_gdbarch_pseudo_register_read,
12395         set_gdbarch_pseudo_register_write,
12396         set_gdbarch_in_function_epilogue_p.
12397         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12398         (s390_tdep_h): New variable.
12399
12400 2004-02-17  Jim Blandy  <jimb@redhat.com>
12401
12402         * findvar.c (value_from_register): If the type has no length, just
12403         return an acceptable value --- don't report an internal error.
12404
12405         * stabsread.c (read_type): If we find any type numbers that are
12406         forward references, complain if the references aren't resolved by
12407         the time we're finished reading.
12408         (cleanup_undefined_types): Make error message more appropriate for
12409         a complaint.
12410
12411 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12412
12413         * Makefile.in (defs_h): Remove dependency on progress_h.
12414         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12415         progress.h.
12416         * main.c (captured_main): Delete use of START_PROGRESS and
12417         END_PROGRESS.
12418
12419 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12420
12421         * objfiles.c (terminate_minimal_symbol_table): Add back
12422         initialization of MSYMBOL_TYPE.
12423
12424 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
12425
12426         Committed by Andrew Cagney.
12427         * Makefile.in (ia64_tdep_h): New macro.
12428         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12429         (ia64-tdep.o): Likewise.
12430         * ia64-tdep.h: New file.
12431         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
12432         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12433         (ia64_aix_sigcontext_register_address): Likewise.
12434         (ia64_linux_getunwind_table): Delete declaration.
12435         * ia64-linux-tdep.c: Likewise.
12436
12437 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
12438
12439         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12440         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12441         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12442
12443 2004-02-17  Andrew Cagney  <cagney@redhat.com>
12444
12445         * symtab.c (skip_prologue_using_sal): New function.
12446         * symtab.h (skip_prologue_using_sal): Declare.
12447         * frv-tdep.c: Include "symtab.h".
12448         (skip_prologue_using_sal): Delete function.
12449         * mips-tdep.c (skip_prologue_using_sal): Delete function.
12450         * rs6000-tdep.c (refine_prologue_limit): Mention
12451         skip_prologue_using_sal.
12452         * ia64-tdep.c (refine_prologue_limit): Ditto.
12453         * Makefile.in: Update dependencies.
12454
12455 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12456
12457         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12458         START_INFERIOR_TRAPS_EXPECTED.
12459         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12460         START_INFERIOR_TRAPS_EXPECTED.
12461         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12462         Delete macro.
12463         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12464         macro, moved to "nm-osf.h".  Update copyright.
12465         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12466         update copyright.
12467
12468         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12469         and function replacing FRAMELESS_FUNCTION_INVOCATION.
12470         * blockframe.c (legacy_frameless_look_for_prologue): Rename
12471         frameless_look_for_prologue.
12472         * frame.h (legacy_frameless_look_for_prologue): Rename
12473         frameless_look_for_prologue.
12474         * gdbarch.h, gdbarch.c: Re-generate.
12475         * sh64-tdep.c (sh64_gdbarch_init): Update.
12476         * sh-tdep.c (sh_gdbarch_init): Update.
12477         * s390-tdep.c (s390_gdbarch_init): Update.
12478         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12479         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12480         * m68k-tdep.c (m68k_gdbarch_init): Update.
12481         (delta68_frame_args_address): Update.
12482         * m32r-tdep.c (m32r_gdbarch_init): Update.
12483         * hppa-tdep.c (hppa_gdbarch_init): Update.
12484         * h8300-tdep.c (h8300_gdbarch_init): Update.
12485         * frv-tdep.c (frv_gdbarch_init): Update.
12486         (frv_frameless_function_invocation): Update.
12487         * cris-tdep.c (cris_gdbarch_init): Update.
12488         (cris_frameless_function_invocation): Update.
12489         * avr-tdep.c (avr_gdbarch_init): Update.
12490         * arm-tdep.c (arm_gdbarch_init): Update.
12491         * stack.c (frame_info): Update, call predicate.
12492         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12493         * frame.c (legacy_get_prev_frame): Update, call predicate..
12494         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12495         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12496         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12497         invocation.
12498         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12499         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12500         * vax-tdep.c (vax_gdbarch_init): Ditto.
12501
12502         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12503         function.
12504
12505 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12506
12507         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12508         initializations.
12509
12510 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12511
12512         * tui/tui-windata.c: Include "gdb_string.h".
12513         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12514         * tui/tui-layout.c, tui/tui-command.c: Ditto.
12515         * Makefile.in: Update dependencies.
12516
12517 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12518
12519         * Makefile.in (infrun.o): Add $(gdb_assert_h).
12520         * infrun.c: Include "gdb_assert.h".
12521         (singlestep_ptid, saved_singlestep_ptid)
12522         (stepping_past_singlestep_breakpoint): New variables.
12523         (resume): Set singlestep_ptid.  Check for singlestep thread
12524         hop.
12525         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12526         (handle_inferior_event): Handle singlestep thread hop.
12527
12528 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12529
12530         * dwarf2-frame.c (dwarf2_frame_ops): New function.
12531         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12532         (dwarf2_frame_init_reg): Ditto.
12533
12534         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
12535         suggested by Joshua Neuheisel
12536
12537         * configure.in: Always check for curses, including pdcurses.
12538         Warn, instead of error, when no curses are found.  Enable TUI when
12539         curses is available.
12540         * configure: Re-generate.
12541
12542 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12543
12544         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12545         sh_sh4_register_convert_to_virtual.
12546         (sh_register_convert_to_raw): Rename from
12547         sh_sh4_register_convert_to_raw.
12548         (sh_pseudo_register_read): Accomodate above name change.
12549         (sh_pseudo_register_write): Ditto.
12550
12551 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12552
12553         * sh-tdep.c (sh_generic_register_name): Remove.
12554         (sh_gdbarch_init): Use sh_sh_register_name in default case.
12555
12556 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12557
12558         * configure.in (build_warnings): Add -Wunused-function.
12559         * configure: Re-generate.
12560
12561         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12562         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12563
12564         * procfs.c (procfs_init_inferior): Assume that
12565         START_INFERIOR_TRAPS_EXPECTED is defined.
12566         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12567         * config/ns32k/tm-nbsd.h: Delete file,
12568         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12569
12570         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12571         * config/vax/tm-vax.h: Delete file.
12572
12573         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12574         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12575         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12576         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12577         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12578         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12579         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12580
12581 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
12582
12583         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12584         * dwarf2-frame.c (dwarf2_frame_data): New variable.
12585         (struct dwarf2_frame_ops): New.
12586         (dwarf2_frame_default_init_reg): New function, based on
12587         dwarf2_frame_init_reg.
12588         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12589         (dwarf2_frame_init_reg): Call architecture-specific function.
12590         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12591         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12592         instead of dwarf2_frame_data.
12593         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12594         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12595
12596 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12597
12598         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12599         register_gdbarch_swap.
12600         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12601         * f-lang.c (_initialize_f_language): Update, use
12602         DEPRECATED_REGISTER_GDBARCH_SWAP.
12603         * remote.c (_initialize_remote): Ditto.
12604         * regcache.c (_initialize_regcache): Ditto.
12605         * parse.c (_initialize_parse): Ditto.
12606         * infrun.c (_initialize_infrun): Ditto.
12607         * mi/mi-main.c (_initialize_mi_main): Ditto.
12608         * gdbtypes.c (_initialize_gdbtypes): Ditto.
12609
12610         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12611         poking .cacheable directly.
12612         * symfile.c (symfile_bfd_open): Ditto.
12613
12614         * Makefile.in: Update all dependencies.
12615
12616         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12617         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
12618         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
12619         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12620         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12621
12622 2004-02-14  Andrew Cagney  <cagney@redhat.com>
12623
12624         * arch-utils.c (legacy_convert_register_p): Check
12625         DEPRECATED_REGISTER_CONVERTIBLE_P.
12626         * findvar.c (value_of_register): Ditto.
12627
12628         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12629         * gdbarch.h, gdbarch.c: Re-generate.
12630         * arch-utils.c (deprecated_register_convertible_not): Delete.
12631         * arch-utils.h (deprecated_register_convertible_not): Delete.
12632         * mi/mi-main.c (get_register): Update.  Update copyright.
12633         * infcmd.c (default_print_registers_info): Update.
12634
12635         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12636         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12637         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12638         * gdbarch.h, gdbarch.c: Re-generate.
12639         * frame.c (deprecated_get_next_frame_hack): Delete function.
12640         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12641         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12642         Update.
12643         * infcall.c (call_function_by_hand): Update.
12644
12645 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
12646
12647         * symfile.c (init_entry_point_info, entry_point_address): Move
12648         from here...
12649         * objfiles.c (init_entry_point_info, entry_point_address):..to
12650         here.
12651         * symfile.h (init_entry_point_info, entry_point_address): Remove
12652         prototypes.
12653         * objfiles.h (init_entry_point_info, entry_point_address):Add
12654         prototypes.
12655         * cris-tdep.c: Remove include of symfile.h. Add include of
12656         objfiles.h.
12657         * infcall.c: Ditto.
12658         * mcore-tdep.c: Ditto.
12659         * mn10300-tdep.c: Ditto.
12660         * sh64-tdep.c: Ditto.
12661         * v850-tdep.c: Ditto.
12662         * arm-tdep.c: Remove include of symfile.h.
12663         * blockframe.c: Ditto.
12664         * coffread.c: Ditto.
12665         * dbxread.c: Ditto.
12666         * dwarf2read.c: Ditto.
12667         * dwarfread.c: Ditto.
12668         * frv-tdep.c: Ditto.
12669         * ia64-tdep.c: Ditto.
12670         * mdebugread.c: Ditto.
12671         * mipsread.c: Ditto.
12672         * rs6000-tdep.c: Ditto.
12673         * s390-tdep.c: Ditto.
12674         * sh-tdep.c: Ditto.
12675         * xstormy16-tdep.c: Ditto.
12676         * gdbarch.sh: Remove include of symfile.h.
12677         * gdbarch.c: Regenerate.
12678         * solib-irix.c (enable_break): Use entry_point_address().
12679         Add comment about include file.
12680         * xcoffread.c: Add comment about include file.
12681         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12682         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12683         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12684         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12685         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12686
12687 2004-02-13  Andrew Cagney  <cagney@redhat.com>
12688
12689         * corelow.c (core_xfer_partial): Use "struct bfd_section".
12690         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12691         copyright.
12692         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12693
12694 2004-02-12  Fred Fish  <fnf@redhat.com>
12695
12696         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12697          set_gdbarch_store_return_value.
12698
12699 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12700
12701         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12702         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12703         (interrupt_query): Ditto.
12704         (ofunc): Delete unused variable.
12705         * cris-tdep.c (cris_abi): Delete unused function.
12706         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12707         (cris_get_wide_opcode, cris_get_short_size): Ditto.
12708         (cris_get_asr_quick_shift_steps): Ditto.
12709         (cris_skip_prologue_frameless_p): Ditto.
12710         * arm-tdep.c (arm_push_return_address): Delete unused function.
12711         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12712         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12713         * s390-tdep.c (s390_function_start): Delete unused function.
12714
12715 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12716
12717         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12718         gdbarch.h, gdbarch.c: Re-generate.
12719         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12720         to generic_prologue_frameless_p.
12721         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12722         * arch-utils.c (generic_prologue_frameless_p): Delete function.
12723
12724 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
12725
12726         * mips-linux-tdep.c: Include "frame.h".
12727         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12728         (mips_linux_skip_resolver): New functions.
12729         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12730         and set_gdbarch_in_solib_call_trampoline.
12731         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12732         to after set_gdbarch_in_solib_return_trampoline.  Only set the
12733         solib hooks to mips16 functions if the OS ABI is unknown.
12734         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12735         including "config/tm-linux.h".
12736         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12737         * Makefile.in (mips-linux-tdep.o): Update.
12738
12739 2004-02-11  David Carlton  <carlton@kealia.com>
12740
12741         * linespec.c (decode_compound): Only look for a class symbol when
12742         considering all but the rightmost component.
12743
12744 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12745
12746         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12747         abi code are are separatly grouped.
12748
12749 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12750
12751         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12752         * gdbarch.h, gdbarch.c: Re-generate.
12753         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12754         * v850-tdep.c (v850_gdbarch_init): Update.
12755         * sh64-tdep.c (sh64_gdbarch_init): Update.
12756         * sh-tdep.c (sh_gdbarch_init): Update.
12757         * s390-tdep.c (s390_gdbarch_init): Update.
12758         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12759         * mips-tdep.c (mips_gdbarch_init): Update.
12760         * mcore-tdep.c (mcore_gdbarch_init): Update.
12761         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12762         * m32r-tdep.c (m32r_gdbarch_init): Update.
12763         * ia64-tdep.c (ia64_gdbarch_init): Update.
12764         * hppa-tdep.c (hppa_gdbarch_init): Update.
12765         * h8300-tdep.c (h8300_gdbarch_init): Update.
12766         * frv-tdep.c (frv_gdbarch_init): Update.
12767         * d10v-tdep.c (d10v_gdbarch_init): Update.
12768         * cris-tdep.c (cris_gdbarch_init): Update.
12769         * avr-tdep.c (avr_gdbarch_init): Update.
12770         * arm-tdep.c (arm_gdbarch_init): Update.
12771         * alpha-tdep.c (alpha_gdbarch_init): Update.
12772
12773 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
12774
12775         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12776         comma.
12777         (sh_sh4al_dsp_register_name): Ditto.
12778
12779 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12780
12781         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12782         (mips_init_frame_pc_first): Delete function.
12783         (mips_frame_saved_pc): Delete function.
12784         (mips_frame_chain): Delete function.
12785         (mips_init_extra_frame_info): Delete function.
12786         (mips_xfer_register): Delete unused variable "reg".
12787         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12788         (mips_n32n64_return_value): Delete unused variable "reg".
12789         (mips_n32n64_return_value): Delete unused variable "pos".
12790         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12791         (mips_o32_return_value): Delete unused variable "pos".
12792         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12793         (mips_print_fp_register): Delete unused variable "namelen"
12794         (mips_print_fp_register): Delete unused variable "flt2"
12795         (get_frame_pointer): Delete function.
12796         (cached_proc_desc): Delete static variable.
12797         (mips_pop_frame): Delete function.
12798         (mips_find_saved_regs): Delete function.
12799         (mips_get_saved_register): Delete function.
12800         (mips_saved_pc_after_call): Delete function.
12801         (SIGFRAME_BASE): Delete macro.
12802         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12803         (SIGFRAME_PC_OFF): Delete macro.
12804         (SIGFRAME_REGSAVE_OFF): Delete macro.
12805         (mips_dump_tdep): Do not print deleted macro definitions.
12806
12807 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12808
12809         * Makefile.in (SFILES): Remove explictly listed tui files.
12810         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12811
12812 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
12813
12814         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12815         to use paddr functions to format ia64 addresses and long values.
12816         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12817         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12818         (get_kernel_table, ia64_find_proc_info_x): Ditto.
12819         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12820         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12821
12822 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12823
12824         * defs.h: Do not include "tui.h".
12825         * gdb_curses.h: New file.
12826         * tui/tui-hooks.h: New file.
12827         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12828         (tui_install_hooks, tui_remove_hooks): Delete declarations.
12829         (tui_initialize_io): Delete declaration.
12830         (tui_initialize_readline: Delete redundant declaration.
12831         (struct tui_point): Delete definition.
12832         * tui/tui-data.h (struct tui_point): Define.
12833         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12834         * utils.c: Include "tui/tui.h".
12835         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12836         * printcmd.c [TUI]: Include "tui/tui.h".
12837         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12838         * tui/tui-command.c: Include "gdb_curses.h".
12839         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12840         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12841         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12842         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12843         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12844         * Makefile.in: Update all dependencies.
12845         (tui_hooks_h, gdb_curses_h): Define.
12846         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12847
12848 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
12849
12850         * objfiles.h (struct objfile): Remove unused fields auxf1 and
12851         auxf2. Add comments about some other rarely used fields.
12852
12853 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12854
12855         * Makefile.in (init.c): Fix script removing duplicates. Problem
12856         reported by Peter Schauer.
12857
12858 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12859
12860         * bcache.c (bcache_xmalloc): Use obstack_init instead of
12861         obstack_specify_allocation.
12862         * objfiles.c (allocate_objfile): Ditto.
12863         * solib-sunos.c (solib_add_common_symbols)
12864         (allocate_rt_common_objfile): Ditto.
12865         * symfile.c (reread_symbols): Ditto.
12866         * gdb_obstack.h: Add comment.
12867
12868 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12869
12870         * linespec.c (decode_line_1, locate_first_half)
12871         (decode_compound, lookup_prefix_sym): Update comments. Delete old
12872         commented out code.
12873
12874 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
12875
12876         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12877         obstack_free.
12878
12879 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12880
12881         * blockframe.c (find_pc_partial_function): If find_pc_overlay
12882         fails, try find_pc_section.  Fix PR c++/1267.
12883         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12884         instead of find_pc_mapped_section.
12885         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12886         not default to the section containing PC.  Fix PR symtab/1519.
12887
12888 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12889
12890         * Makefile.in (mips-tdep.o): Update dependencies.
12891         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12892         "trad-frame.h".
12893         (mips_unwind_pc): Return the pseudo PC register.
12894         (mips_unwind_dummy_id): New function.
12895         (mips16_fetch_instruction): New function.
12896         (mips32_fetch_instruction): New function.
12897         (struct mips_frame_cache): Define.
12898         (mips_mdebug_frame_cache): New function.
12899         (mips_mdebug_frame_this_id): New function.
12900         (mips_mdebug_frame_prev_register): New function.
12901         (mips_mdebug_frame_unwind): Define.
12902         (mips_mdebug_frame_sniffer): New function.
12903         (mips_mdebug_frame_base_address): New function.
12904         (mips_mdebug_frame_base): Define.
12905         (mips_mdebug_frame_base_sniffer): New function.
12906         (mips_gdbarch_init): Append unwind and base sniffers.  Set
12907         unwind_dummy_id.
12908
12909 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12910
12911         * frame.c: Print both the register number and name.
12912
12913         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
12914         and a sed into a single sed.  Make .c and .o patterns more robust.
12915         (OBS): Delete.
12916         (INIT_FILES): Replace OBS with COMMON_OBS.
12917         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12918
12919 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
12920
12921         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12922         the PT_WCOOKIE request.
12923
12924 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12925
12926         * mips-tdep.c (mips_unwind_pc): New function.
12927         (mips_gdbarch_init): Set mips_unwind_pc.
12928
12929         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12930         (get_frame_id): Allow the UNKNOWN_FRAME.
12931         (frame_register_unwind, get_frame_type): Ditto.
12932
12933         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12934         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
12935         unwind_dummy_id indicates a legacy frame.
12936
12937         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12938         * configure: Re-generate.
12939
12940         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12941         methods.
12942
12943 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12944
12945         * configure.in (CONFIG_ALL): Set to Makefile target, and not
12946         makefile macro.
12947         * configure: Re-generate.
12948         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12949         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12950         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12951         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12952         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12953         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12954         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12955         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12956         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12957         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12958
12959 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12960
12961         * Makefile.in: Update all dependencies.
12962
12963         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12964         * configure: Re-generate.
12965         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12966         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12967         (COMMON_OBS): Add "main.o" and "annotate.o".
12968         (ANNOTATE_OBS): Delete.
12969         (OBS): Remove ANNOTATE_OBS.
12970         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12971         CONFIG_INITS.
12972         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12973         against CONFIG_OBS and "main.o".
12974         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12975         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12976
12977         * tui/tui-command.c: Include "gdb_string.h", delete register
12978         attribute, use ISO-C function signatures.
12979         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12980         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12981         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12982         * tui/tui.c: Ditto.
12983
12984         * tui/tui-command.c: Change variable and function names to lower
12985         case.
12986         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12987         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12988         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12989         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12990         * tui/tui-winsource.c, tui/tui.c: Ditto.
12991
12992 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12993
12994         * buildsym.c (free_pending_blocks, finish_block)
12995         (record_pending_block, make_blockvector, end_symtab): Replace
12996         symbol_obstack with objfile_obstack.
12997         * coffread.c (process_coff_symbol, coff_read_struct_type)
12998         (coff_read_enum_type): Ditto.
12999         * cp-namespace.c (initialize_namespace_symtab)
13000         (check_one_possible_namespace_symbol): Ditto.
13001         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
13002         (dwarf2_symbol_mark_computed): Ditto.
13003         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
13004         * elfread.c (elf_symtab_read): Ditto.
13005         * hpread.c (hpread_symfile_init, hpread_symfile_init)
13006         (hpread_read_enum_type, hpread_read_function_type)
13007         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
13008         Ditto.
13009         * jv-lang.c (get_java_class_symtab, add_class_symbol)
13010         (java_link_class_type): Ditto.
13011         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
13012         (new_symbol): Ditto.
13013         * minsyms.c (install_minimal_symbols): Ditto.
13014         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
13015         (terminate_minimal_symbol_table): Replace symbol_obstack with
13016         objfile_obstack.
13017         (free_objfile): Remove freeing of symbol_obstack.
13018         * objfiles.h: Remove symbol_obstack field.
13019         * pa64solib.c (add_to_solist): Replace symbol_obstack with
13020         objfile_obstack.
13021         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
13022         symbol_obstack.
13023         (solib_add_common_symbols): Replace symbol_obstack with
13024         objfile_obstack.
13025         * somsolib.c (som_solib_add): Ditto.
13026         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
13027         (common_block_start, common_block_end): Ditto.
13028         * symfile.c (reread_symbols): Remove freeing and init of
13029         symbol_obstack.
13030         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
13031         * symfile.h: Update comment.
13032         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
13033         stats printing.
13034         * symtab.c (symbol_set_names): Replace symbol_obstack with
13035         objfile_obstack.
13036         * symtab.h (struct general_symbol_info, struct minimal_symbol):
13037         Update comments.
13038         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
13039         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
13040         objfile_obstack.
13041
13042 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13043
13044         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
13045         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
13046         fields and variables.
13047         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
13048         (m_beInvisible): Delete macro.
13049         * tui/tui-data.h: Fix case case fields and variables.
13050         (m_genWinPtrIsNull): Delete macro.
13051         (tui_win_list): Rename winList.
13052         (TUI_SRC_WIN): Rename srcWin.
13053         (TUI_DISASM_WIN): Rename disassemWin.
13054         (TUI_DATA_WIN): Rename dataWin.
13055         (TUI_CMD_WIN): Rename cmdWin.
13056         (m_genWinPtrNotNull): Delete macro.
13057         (m_winPtrIsNull): Delete macro.
13058         (m_winPtrNotNull): Delete macro.
13059         (tui_win_is_source_type): Replace m_winIsSourceType
13060         (tui_win_is_auxillary): Replace m_winIsAuzillary.
13061         (tui_win_has_locator): Replace m_hasLocator.
13062         (tui_set_win_highlight): Replace m_setWinHighlightOn and
13063         m_setWinHighlightOff.
13064         * tui/tui-data.c: Update references.
13065         (tui_win_is_source_type, tui_set_win_highlight): New functions.
13066         (tui_win_has_locator, tui_win_is_auxillary): New functions.
13067         * tui/tui-command.c, tui/tui-disasm.c: Update references.
13068         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
13069         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
13070         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13071         * tui/tui-winsource.c, tui/tui.c: Ditto.
13072
13073 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
13074
13075         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
13076         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
13077         StackGhost.
13078
13079         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
13080         variable `i6' to `i7'.
13081         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13082
13083 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13084
13085         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
13086         (TuiPoint, TuiPointPtr): Ditto.
13087         (TuiStatus, TuiStatusPtr): Ditto.
13088         (TuiWinType, TuiWinTypePtr): Ditto.
13089         (struct tui_point): Rename _TuiPoint.
13090         (tui_get_low_disassembly_address): Rename
13091         tuiGetLowDisassemblyAddress.
13092         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
13093         (tuiFree): Delete declaration.
13094         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
13095         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
13096         * tui/tui.c (tuiFree): Delete function.
13097         * cli/cli-cmds.c (disassemble_command): Update references.
13098         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
13099         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
13100         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
13101         * tui/tui-winsource.c: Ditto.
13102
13103 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
13104
13105         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
13106         coffstab_build_psymtabs, elfstab_build_psymtabs)
13107         (stabsect_build_psymtabs): Replace psymbol_obstack with
13108         objfile_obstack.
13109         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
13110         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
13111         Ditto.
13112         * dwarfread.c (scan_compilation_units): Ditto.
13113         * elfread.c (elfstab_offset_sections): Ditto.
13114         * hppa-tdep.c (read_unwind_info): Ditto.
13115         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
13116         (hpread_end_psymtab): Ditto.
13117         * mdebugread.c (mdebug_build_psymtabs, add_pending)
13118         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
13119         Ditto.
13120         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
13121         * objfiles.c (add_to_objfile_sections)
13122         (build_objfile_section_table): Ditto.
13123         (allocate_objfile): Remove init of psymbol_obstack.
13124         (free_objfile): Remove freeing of psymbol_obstack.
13125         * objfiles.h (struct objfile): Remove field
13126         psymbol_obstack. Update comments.
13127         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
13128         psymbol_obstack with objfile_obstack.
13129         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
13130         psymbol_obstack.
13131         * somread.c (som_symfile_offsets, init_import_symbols)
13132         (init_export_symbols): Replace psymbol_obstack with
13133         objfile_obstack.
13134         * somsolib.c (som_solib_add_solib_objfile): Ditto.
13135         * symfile.c (default_symfile_offsets, syms_from_objfile)
13136         (reread_symbols): Remove freeing and init of psymbol_obstack.
13137         (cashier_psymtab): Update comment.
13138         * symmisc.c (print_objfile_statistics): Don't report stats for
13139         psymbol obstack.
13140         * symtab.h (struct general_symbol_info, struct partial_symtab):
13141         Update comments.
13142         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
13143         (xcoff_symfile_offsets): Replace psymbol_obstack with
13144         objfile_obstack.
13145
13146 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
13147
13148         * objfiles.h (struct objfile): Add objfile_obstack field.
13149         Remove type_obstack field.
13150
13151         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
13152         read_structure_scope read_enumeration, new_symbol): Replace
13153         type_obstack with objfile_obstack.
13154         * dwarfread.c (struct_type, enum_type): Ditto.
13155         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
13156         (lookup_fundamental_type): Ditto.
13157         * gdbtypes.h (TYPE_ALLOC): Ditto.
13158         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
13159         (hpread_read_doc_function_type, hpread_read_struct_type)
13160         (fix_static_member_physnames, hpread_read_array_type)
13161         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
13162         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
13163         (java_link_class_type): Ditto.
13164         * mdebugread.c (parse_type): Ditto.
13165         * objfiles.c (allocate_objfile, free_objfile): Ditto.
13166         * solib-sunos.c (solib_add_common_symbols): Ditto.
13167         * stabsread.c (define_symbol, read_type, read_member_functions,
13168         read_cpp_abbrev, read_one_struct_field): Ditto.
13169         * symfile.c (reread_symbols): Ditto.
13170         * symmisc.c (print_objfile_statistics): Ditto.
13171
13172 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13173
13174         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
13175         (tui_exec_info_content): Rename TuiExecInfoContent.
13176         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
13177         (TuiWinInfo, TuiWinInfoPtr): Ditto.
13178         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
13179         (TuiList, TuiListPtr): Ditto.
13180         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
13181         (TuiDataType, TuiDataTypePtr): Ditto.
13182         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
13183         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
13184         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
13185         (TuiSourceElement, TuiSourceElementPtr): Ditto.
13186         (TuiDataElement, TuiDataElementPtr): Ditto.
13187         (TuiWinElement, TuiWinElementPtr): Ditto.
13188         (TuiDataInfo, TuiDataInfoPtr): Ditto.
13189         (TuiCommandElement, TuiCommandElementPtr): Ditto.
13190         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
13191         (TuiWhichElement, TuiWhichElementPtr): Ditto.
13192         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
13193         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
13194         * tui/tui-command.c, tui/tui-data.c: Update references.
13195         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
13196         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
13197         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13198         * tui/tui-winsource.c, tui/tui.c: Ditto.
13199
13200 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
13201
13202         * dwarf2-frame.h: Update copyright.
13203         (enum dwarf2_frame_reg_rule): New.
13204         (struct dwarf2_frame_state_reg): New.
13205         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
13206         * dwarf2-frame.c: Update copyright.
13207         (enum dwarf2_reg_rule): Remove.
13208         (struct dwarf2_frame_state): Remove defenition of `struct
13209         dwarf2_frame_state_reg'.
13210         (read_reg): Call get_frame_arch to get the architecture instead of
13211         using CURRENT_GDBARCH.
13212         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
13213         DWARF2_FRAME_.
13214         (dwarf2_frame_init_reg): New function.
13215         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
13216         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
13217         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
13218         tags with DWARF2_FRAME_.
13219         (dwarf2_frame_prev_register): Call get_frame_arch to get the
13220         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
13221         dwarf2_reg_rule' tags with DWARF2_FRAME_.
13222
13223 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13224
13225         * tui/tui-data.h (struct tui_list): Rename _TuiList.
13226         (enum tui_data_type): Rename _TuiDataType.
13227         (struct tui_layout_def): Rename _TuiLayoutDef.
13228         (struct tui_source_element): Rename _TuiSourceElement.
13229         (struct tui_data_element): Rename _TuiDataElement.
13230         (struct tui_command_element): Rename _TuiCommandElement.
13231         (struct tui_locator_element): Rename _TuiLocatorElement.
13232         (union tui_which_element): Define.
13233         (struct tui_win_element): Rename _TuiWinElement.
13234         (struct tui_data_info): Rename _TuiDataInfo.
13235         (struct tui_source_info): Rename _TuiSourceInfo.
13236         (struct tui_command_info): Rename _TuiCommandInfo.
13237         (tui_initialize_static_data): Rename initializeStaticData.
13238         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
13239         (tui_alloc_win_info): Rename allocWinInfo.
13240         (tui_init_generic_part): Rename initGenericPart.
13241         (tui_init_win_info): Rename initWinInfo.
13242         (tui_alloc_content): Rename allocContent.
13243         (tui_add_content_elements): Rename addContentElements.
13244         (tui_init_content_element): Rename initContentElement.
13245         (tui_free_window): Rename freeWindow.
13246         (tui_free_win_content): Rename freeWinContent.
13247         (tui_free_data_content): Rename freeDataContent.
13248         (tui_free_all_source_wins_content): Rename
13249         freeAllSourceWinsContent.
13250         (tui_del_window): Rename tuiDelWindow.
13251         (tui_del_data_windows): Rename tuiDelDataWindows.
13252         (tui_partial_win_by_name): Rename partialWinByName.
13253         (tui_win_name): Rename winName.
13254         (tui_current_layout): Rename currentLayout.
13255         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
13256         (tui_term_height): Rename termHeight.
13257         (tui_set_term_height_to): Rename setTermHeightTo.
13258         (tui_term_width): Rename termWidth.
13259         (tui_set_term_width_to): Rename setTermWidthTo.
13260         (tui_set_gen_win_origin): Rename setGenWinOrigin.
13261         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13262         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13263         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13264         (tui_source_windows): Rename sourceWindows.
13265         (tui_clear_source_windows): Rename clearSourceWindows.
13266         (tui_clear_source_windows_detail): Rename
13267         clearSourceWindowsDetail.
13268         (tui_clear_win_detail): Rename clearWinDetail.
13269         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13270         (tui_default_tab_len): Rename tuiDefaultTabLen.
13271         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13272         (tui_win_with_focus): Rename tuiWinWithFocus.
13273         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13274         (tui_layout_def): Rename tuiLayoutDef.
13275         (tui_win_resized): Rename tuiWinResized.
13276         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13277         (tui_next_win): Rename tuiNextWin.
13278         (tui_prev_win): Rename tuiPrevWin.
13279         (tui_add_to_source_windows): Rename addToSourceWindows.
13280         * tui/tui-winsource.c, tui/tui-win.c: Update references.
13281         * tui/tui-layout.c, tui/tui-source.c: Ditto.
13282         * tui/tui-stack.c, tui/tui-io.c: Ditto.
13283         * tui/tui.c, tui/tui-data.c: Ditto.
13284         * tui/tui-interp.c, tui/tui-data.c: Ditto.
13285         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13286
13287         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
13288         (struct symtab): Declare.
13289         (tui_set_source_content): Rename tuiSetSourceContent.
13290         (tui_show_symtab_source): Rename tuiShowSource.
13291         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13292         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13293         * tui/tui-source.c: Update copyright.  Update references.
13294         * tui/tui-win.c, tui/tui-winsource.c: Update references.
13295         * tui/tui-stack.c: Update references.
13296
13297         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
13298         (struct tui_win_info): Declare.
13299         (tui_scroll_forward): Rename tuiScrollForward.
13300         (tui_scroll_backward): Rename tuiScrollBackward.
13301         (tui_scroll_left): Rename tuiScrollLeft.
13302         (tui_scroll_right): Rename tuiScrollRight.
13303         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13304         (tui_resize_all): Rename tuiResizeAll.
13305         (tui_refresh_all_win): Rename tuiRefreshAll.
13306         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13307         * tui/tui-layout.c, * tui/tui-io.c: Update references.
13308         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13309         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13310
13311         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
13312         (tui_erase_data_content): Rename tuiEraseDataContent.
13313         (tui_display_all_data): Rename tuiDisplayAllData.
13314         (tui_check_data_values): Rename tuiCheckDataValues.
13315         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13316         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13317         (tui_first_data_element_no_in_line): Rename
13318         tuiFirstDataElementNoInLine.
13319         (tui_delete_data_content_windows): Rename
13320         tuiDeleteDataContentWindows.
13321         (tui_refresh_data_win): Rename tuiRefreshDataWin.
13322         (tui_display_data_from): Rename tuiDisplayDataFrom.
13323         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13324         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13325         * tui/tui-win.c, tui/tui-regs.c: Update references.
13326         * tui/tui-layout.c, tui/tui.c: Update references.
13327
13328         * tui/tui-wingeneral.h: Update copyright.
13329         (m_allBeVisible): Delete macro.
13330         (m_allBeInvisible): Delete macro.
13331         (struct tui_gen_win_info): Declare.
13332         (struct tui_win_info): Declare.
13333         (tui_unhighlight_win): Rename unhighlightWin.
13334         (tui_make_visible, tui_make_invisible): Replace makeVisible.
13335         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13336         (tui_make_window): Rename makeWindow.
13337         (tui_copy_win): Rename copyWin.
13338         (tui_box_win): Rename boxWin.
13339         (tui_highlight_win): Rename highlightWin.
13340         (tui_check_and_display_highlight_if_needed): Rename
13341         checkAndDisplayHighlightIfNeeded.
13342         (tui_refresh_all): Rename refreshAll.
13343         (tui_delete_win): Rename tuiDelwin.
13344         (tui_refresh_win): Rename tuiRefreshWin.
13345         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13346         (tui_make_visible, tui_make_invisible): New functions.
13347         (tui_make_all_visible, tui_make_all_invisible): New functions.
13348         (make_all_visible): Rename makeAllVisible.
13349         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13350         * tui/tui-data.c, tui/tui-winsource.c: Update references.
13351         * tui/tui-windata.c, tui/tui-win.c: Update references.
13352         * tui/tui-regs.c, tui/tui-layout.c: Update references.
13353         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13354
13355 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13356
13357         * proc-api.c (write_with_trace): Initialize local variable to
13358         silence compiler warning.
13359
13360 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13361
13362         * tui/tui-source.h: Do not include "defs.h".
13363         (struct tui_win_info): Declare.
13364         (tui_set_source_content_nil): Declare.
13365         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13366         (union tui_line_or_address): Rename _TuiLineOrAddress.
13367         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
13368         (tui_update_source_window): Rename tuiUpdateSourceWindow.
13369         (tui_update_source_window_as_is): Rename
13370         tuiUpdateSourceWindowAsIs.
13371         (tui_update_source_windows_with_addr): Rename
13372         tuiUpdateSourceWindowsWithAddr.
13373         (tui_update_source_windows_with_line): Rename
13374         tuiUpdateSourceWindowsWithLine.
13375         (tui_clear_source_content): Rename tuiClearSourceContent.
13376         (tui_erase_source_content): Rename tuiEraseSourceContent.
13377         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13378         (tui_show_source_content): Rename tuiShowSourceContent.
13379         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13380         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13381         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13382         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13383         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13384         (tui_update_exec_info): Rename tuiUpdateExecInfo.
13385         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13386         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13387         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13388         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13389         (struct tui_win_info): Declare.
13390         * tui/tui-stack.c: Update references.
13391         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13392         * tui/tui-win.c, tui/tui-source.c: Ditto.
13393         * tui/tui.c, tui/tui-disasm.c: Ditto.
13394
13395 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13396
13397         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13398         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
13399
13400 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
13401
13402         * infrun.c (handle_inferior_event): Allow for breakpoint
13403         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13404         and SIGEMT.  Update comments.
13405         * NEWS (Revised SPARC target): Mention support for non-executable
13406         stack.
13407
13408 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
13409
13410         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13411         * inftarg.c: Update copyright year.
13412         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13413         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13414         (sparc_xfer_wcookie): New function.
13415         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13416         * Makefile.in (sparc-nat.o): Update dependencies.
13417         * config/sparc/nm-nbsd.h: Include "target.h".
13418         (NATIVE_XFER_WCOOKIE): New define.
13419         (sparc_xfer_wcookie): New prototype.
13420
13421 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13422
13423         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13424         SYSCALL_TRAP function.
13425         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13426
13427 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13428             Daniel Jacobowitz  <drow@mvista.com>
13429
13430         * objfiles.h: Delete comments refering to inside_entry_func and
13431         DEPRECATED_FRAME_CHAIN_VALID.
13432         * defs.h (inside_entry_func): Update prototype..
13433         * blockframe.c (inside_entry_func): Rename to
13434         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
13435         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13436
13437 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
13438
13439         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
13440         outside of #ifdef SOLIB_ADD region.
13441         (do_restore_lang_radix_cleanup): Ditto.
13442         (resolve_pending_breakpoint): Ditto.
13443
13444 2004-02-03  Andrew Cagney  <cagney@redhat.com>
13445
13446         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13447         (process_note_abi_tag_sections): Delete unused function.
13448         (ia64_read_fp): Delete unused function.
13449         (gdbarch_extract_struct_value_address): Delete declaration.
13450
13451 2004-02-02  Andrew Cagney  <cagney@redhat.com>
13452
13453         * vax-tdep.c (vax_frame_chain): Delete call to
13454         deprecated_inside_entry_file.
13455         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13456
13457 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
13458
13459         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13460         column that's "empty" or "same value" when eliminating REG_RA
13461         rules.
13462
13463 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13464
13465         * NEWS: Add information about new pending breakpoint support.
13466
13467 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13468
13469         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13470         and pending fields for pending breakpoint support.
13471         * breakpoint.c (breakpoint_enabled): Add check for not pending.
13472         (condition_command): Only parse condition if not a pending
13473         breakpoint.
13474         (print_one_breakpoint): Add support for pending breakpoints.
13475         (describe_other_breakpoints): Add checks to verify we are not
13476         dealing with pending breakpoints.
13477         (check_duplicates): Don't check pending breakpoints.
13478         (set_raw_breakpoint): Initialize pending flag.
13479         (do_restore_lang_radix_cleanup): New cleanup routine.
13480         (resolve_pending_breakpoint): New function.
13481         (re_enable_breakpoints_in_shlibs): Try and resolve any
13482         pending breakpoints via resolve_pending_breakpoint.
13483         (mention): Add pending breakpoint support.
13484         (parse_breakpoint_sals): Add new parameter to pass to
13485         decode_line_1 to indicate silent errors when files or functions
13486         are not found.  Change all callers.
13487         (do_captured_parse_breakpoint): New function.
13488         (break_command_1): Change prototype to return an rc value and to
13489         take an optional pending breakpoint pointer.  Support creating
13490         a pending breakpoint if a "not found" form of error occurs when
13491         parsing the breakpoint.  Also support resolving an existing pending
13492         breakpoint and be silent if the resolution fails.
13493         (create_breakpoints): Change prototype to take pending breakpoint
13494         pointer.  When resolving a pending breakpoint, use the new pointer
13495         to provide a conditional or commands added by the end-user.
13496         (delete_breakpoint): Add appropriate check for pending.
13497         (breakpoint_re_set_one): Ditto.
13498         (do_enable_breakpoint): Ditto.
13499
13500 2004-02-02  David Carlton  <carlton@kealia.com>
13501
13502         * valops.c (enum oload_classification): New.
13503         (find_overload_match): Break implementation into separate
13504         functions; delete #if 0'd code; look for symbols within
13505         namespaces.
13506         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13507         (find_oload_champ,oload_method_static,classify_oload_match): New.
13508         * cp-support.h: Add declaration for cp_func_name; update
13509         declaration for make_symbol_overload_list.
13510         * cp-support.c (cp_func_name): New.
13511         (overload_list_add_symbol): Fix comment, use
13512         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13513         (make_symbol_overload_list): Take a function name and a namespace
13514         instead of a symbol; change implementation.
13515         (make_symbol_overload_list_using): New.
13516         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13517
13518 2004-02-02  Fred Fish  <fnf@redhat.com>
13519
13520         * main.c (gdb_stdtarg): Move definition to group with other
13521         gdb_stdtarg definitions and update copyright years.
13522         * remote-sim.c (gdb_os_write_stderr): Write output to
13523         gdb_stdtargerr stream instead of gdb_stdtarg stream.
13524         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13525         gdb_stderr stream and update copyright years.
13526
13527 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13528
13529         * Makefile.in (mips-linux-nat.o): Update dependencies.
13530         * mips-linux-nat.c: Include mips-tdep.h.
13531
13532 2004-02-01  Roland McGrath  <roland@redhat.com>
13533
13534         * sol-thread.c (sol_thread_xfer_partial): New function.
13535         (init_sol_thread_ops): Use that for to_xfer_partial hook.
13536         (init_sol_core_ops): Likewise.
13537
13538         * procfs.c (procfs_xfer_partial): New function.
13539         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13540         * Makefile.in (procfs.o): Add $(auxv_h) dep.
13541
13542         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13543         procfs_xfer_auxv function.
13544
13545         * procfs.c (procfs_make_note_section): If we can read
13546         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13547         * linux-proc.c (linux_make_note_section): Likewise.
13548
13549         * auxv.h: New file.
13550         * auxv.c: New file.
13551         * Makefile.in (auxv_h): New variable.
13552         (COMMON_OBS): Add auxv.o here.
13553         (auxv.o): New target.
13554
13555         * corelow.c (core_xfer_partial): New function.
13556         (init_core_ops): Use it for core_ops.to_xfer_partial.
13557
13558         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13559         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13560         macro if that is defined.
13561
13562 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13563
13564         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13565         and check the specified thread for each breakpoint.
13566         * breakpoint.h (bpstat_stop_status): Update prototype.
13567         * infrun.c (handle_inferior_event): Update calls to
13568         bpstat_stop_status.
13569
13570 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13571
13572         * Makefile.in (cli-cmds.o): Add $(readline_h).
13573
13574 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13575
13576         * cli/cli-cmds.c: Include readline.h.
13577         (complete_command): Pass the start of the last word to
13578         complete_line.
13579
13580 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13581
13582         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13583         argument, and change first argument to a CORE_ADDR.
13584         * breakpoint.h (bpstat_stop_status): Update prototype.
13585         * infrun.c (adjust_pc_after_break): Add a new comment.
13586         (handle_inferior_event): Update calls to bpstat_stop_status.
13587
13588 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13589
13590         * breakpoint.h: Update copyright years.
13591
13592 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13593
13594         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13595         (bpstat_stop_status): Don't decrement PC.
13596         * breakpoint.h (software_breakpoint_inserted_here_p): Add
13597         prototype.
13598         * infrun.c (adjust_pc_after_break): New function.
13599         (handle_inferior_event): Call it, early.  Remove later references
13600         to DECR_PC_AFTER_BREAK.
13601         (normal_stop): Add commentary.
13602
13603 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13604
13605         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13606         2004-01-27 double-free fix.
13607
13608 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
13609
13610         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13611         (sparc32_frame_prev_register): Handle StackGhost.
13612         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13613
13614 2004-01-29  Roland McGrath  <roland@redhat.com>
13615
13616         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13617         * configure: Regenerated.
13618
13619         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13620         * Makefile.in (procfs.o): Add dep.
13621
13622 2004-01-28  Andrew Cagney  <cagney@redhat.com>
13623
13624         * tui/tui-stack.h: Update copyright.
13625         (struct frame_info): Add opaque declaration.
13626         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13627         (tui_show_locator_content): Rename tuiShowLocatorContent.
13628         (tui_show_frame_info): Rename tuiShowFrameInfo.
13629         * tui/tui-stack.c: Update copyright.  Update references.
13630         * tui/tui-winsource.c: Update references.
13631         * tui/tui-win.c: Update references.
13632         * tui/tui-layout.c: Update references.
13633         * tui/tui-hooks.c: Update copyright, update references.
13634         * tui/tui.c: Update copyright, update references.
13635         * tui/tui-disasm.c: Update references.
13636
13637 2004-01-28  David Carlton  <carlton@kealia.com>
13638
13639         * dwarf2read.c (add_partial_structure): Use demangled name if
13640         namespace equals "".
13641
13642 2004-01-27  Jim Blandy  <jimb@redhat.com>
13643
13644         Clean up misapplied patch:
13645         * dwarf2read.c (determine_prefix): Change one of the two forward
13646         declarations for 'determine_prefix_aux' to a declaration for this.
13647         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
13648         argument to 'die_specification'.
13649
13650         * dwarf2read.c (read_func_scope): Re-indent comment.
13651
13652 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
13653
13654         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13655         b->exp to NULL after freeing so that error during re-parsing or
13656         evaluation of expressions associated with breakpoint don't
13657         eventually lead to re-freeing of storage.
13658         Committed by Andrew Cagney.
13659
13660 2004-01-27  Andrew Cagney  <cagney@redhat.com>
13661
13662         * source.c (ambiguous_line_spec): Delete undefined declaration.
13663         * m32r-rom.c (m32r_set_board_address): Delete unused function.
13664         (m32r_set_server_address, m32r_set_download_path): Ditto.
13665         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13666
13667 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
13668
13669         * dwarf2read.c: Update calls to changed and renamed functions, and
13670         references to moved variables.
13671
13672         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13673         language, language_defn, list_in_scope, and ftypes members.
13674         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13675         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13676         (baseaddr): Remove globals.
13677
13678         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
13679         (set_cu_language, die_is_declaration, die_specification)
13680         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13681         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13682         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13683         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13684
13685         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
13686         cu.list_in_scope.  Don't initialize cu_header_offset.
13687         (add_partial_symbol): Add local baseaddr.
13688         (psymtab_to_symtab_1): Add local baseaddr.  Use
13689         objfile->section_offsets for consistency.  Don't initialize
13690         cu_header_offset; do initialize cu.header.offset and
13691         cu.list_in_scope.
13692         (read_file_scope, read_func_scope, read_lexical_block_scope)
13693         (dwarf_decode_lines, new_symbol): Add local baseaddr.
13694
13695 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
13696
13697         * PROBLEMS: Add gdb/1516.
13698
13699 2003-12-29  Robert Millan  <robertmh@gnu.org>
13700
13701         Patch committed by Andrw Cagney.
13702         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13703         * configure.tgt: Match knetbsd*-gnu.
13704
13705 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13706
13707         * breakpoint.c (catch_command_1): Delete #ifdef code.
13708         (catch_fork_command_1): Delete #ifdef wrapper.
13709         (catch_exec_command_1): Ditto.
13710         (catch_load_command_1): Ditto.
13711         (catch_unload_command_1): Ditto.
13712
13713         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13714         (catch_breakpoint): Delete #if0ed function.
13715         (disable_catch_breakpoint): Ditto.
13716         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13717         (disable_catch, enable_catch, delete_catch): Ditto.
13718
13719 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13720
13721         * remote.c (echo_check, quit_flag): Delete variables.
13722         (cisco_kernel_mode): Delete variable.
13723         (minitelnet_return, tty_input, escape_count): Delete variables.
13724         (remote_cisco_mode): Delete variable.
13725         (remote_cisco_open, remote_cisco_close): Delete function.
13726         (remote_cisco_mourn, remote_cisco_wait): Delete function.
13727         (init_remote_cisco_ops): Delete function.
13728         (_initialize_remote): Do not install "remote cisco" code.
13729         (read_frame): Delete cisco specific code.
13730         (remote_info_process): Delete function.
13731         (remote_wait): Delete cisco specific code.
13732         (remote_cisco_section_offsets): Delete function.
13733         (remote_cisco_objfile_relocate): Delete function.
13734         (remote_async_wait): Delete cisco specific code.
13735         (minitelnet, readtty, readsocket): Delete function.
13736
13737 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13738
13739         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
13740         comments mentioning extract_returned_value_address.
13741         * infcmd.c (print_return_value): Update.  Add comments on
13742         extract_returned_value_address.
13743         * stack.c (return_command): Add comments on
13744         extract_returned_value_address.
13745         * values.c: Update comment.
13746         * m32r-tdep.c: Update comment.
13747         * sparc-tdep.c: Update comment.
13748         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13749         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13750         * sh64-tdep.c (sh64_gdbarch_init): Update.
13751         * sh-tdep.c (sh_gdbarch_init): Update.
13752         * s390-tdep.c (s390_gdbarch_init): Update.
13753         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13754         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13755         * m68k-tdep.c (m68k_gdbarch_init): Update.
13756         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13757         * m32r-tdep.c (m32r_gdbarch_init): Update.
13758         * ia64-tdep.c (ia64_gdbarch_init): Update.
13759         * h8300-tdep.c (h8300_gdbarch_init): Update.
13760         * frv-tdep.c (frv_gdbarch_init): Update.
13761         * arm-tdep.c (arm_gdbarch_init): Update.
13762         * alpha-tdep.c (alpha_gdbarch_init): Update.
13763
13764 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13765
13766         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13767         SYMBOL_LOCATION_FUNCS
13768         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13769         "struct symbol_ops".
13770         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13771         type to "struct symbol_ops".
13772         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13773         (struct symbol): Replace ".aux_value.loc.funcs" and
13774         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13775         (SYMBOL_OBJFILE): Delete macro.
13776         (SYMBOL_LOCATION_FUNCS): Delete macro.
13777         (SYMBOL_LOCATION_BATON): Update.
13778         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13779         intead of SYMBOL_LOCATION_FUNCS.
13780         * ax-gdb.c (gen_var_ref): Ditto.
13781         * printcmd.c (address_info): Ditto.
13782         * findvar.c (read_var_value): Ditto.
13783         (symbol_read_needs_frame): Ditto.
13784
13785 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13786
13787         * dwarf2read.c (read_func_scope): Document frame-base hack.
13788
13789 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13790
13791         * infcmd.c (print_return_value): Plug memory leak; delete
13792         ui_stream object.  Rename argument `structure_return' to
13793         `struct_return'.
13794
13795 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13796
13797         * infcmd.c (print_return_value): Wrap long lines.
13798         (finish_command_continuation, finish_command): Remove unused
13799         variable `funcaddr'.  Fix some coding-standards problems.
13800
13801         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13802         SECT_SIZE is large enough, not whether it's exactly the right size.
13803         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13804         TDEP->fpregset to zero.
13805
13806         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13807         floating-point registers for traditional NetBSD core files.
13808         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13809         TDEP->sizeof_fpregset here.
13810
13811 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13812
13813         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13814         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13815         function with code split out from
13816         sparc32nbsd_sigcontext_frame_cache.
13817         (sparc32nbsd_sigcontext_frame_cache): Use
13818         sparc32nbsd_sigcontext_saved_regs.
13819         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13820         OpenBSD.
13821         * sparcobsd-tdep.c: New file.
13822         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13823         (sparcobsd-tdep.o): New dependency.
13824         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13825         * config/sparc/obsd.mt: New file.
13826
13827         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13828         TDEP->fpregset to be initialized to enable core file register
13829         sets.
13830
13831 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
13832
13833         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13834         Add opaque declarations.
13835         (sparc64nbsd_sigcontext_saved_regs): New prototype.
13836         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13837         function with code split out from
13838         sparc64nbsd_sigcontext_frame_cache.
13839         (sparc64nbsd_sigcontext_frame_cache): Use
13840         sparc64nbsd_sigcontext_saved_regs.
13841         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13842         OpenBSD.
13843         * sparc64obsd-tdep.c: New file.
13844         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13845         (sparc64obsd-tdep.o): New dependency.
13846         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13847         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13848         * config/sparc/obsd64.mt: New file.
13849
13850         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13851         read the instruction at PC.
13852
13853         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13854         value of GDB_OSABI_DEFAULT.
13855         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13856         instead of GDB_OSABI_NETBSD_AOUT.
13857
13858 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
13859
13860         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13861         copyright.
13862
13863 2004-01-23  Andrew Cagney  <cagney@redhat.com>
13864
13865         * printcmd.c (display_command): Replace tui_set_display call with
13866         tui_set_layout_for_display_command.
13867         * tui/tui.h (enum tui_win_type): Define.
13868         (tui_set_layout): Delete declaration.
13869         (tui_set_layout_for_display_command): Rename set_tui_layout.
13870         * tui/tui-data.h (enum tui_layout_type): Define.
13871         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
13872         "tui.h".
13873         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13874         (tui_default_win_height): Rename tuiDefaultWinHeight.
13875         (tui_default_win_viewport_height): Rename
13876         tuiDefaultWinViewportHeight.
13877         (tui_set_layout): RenametuiSetLayout.
13878         * tui/tui-layout.c: Update references.
13879         * tui/tui.c: Update references.
13880         * tui/tui-disasm.c: Update references.
13881
13882 2004-01-23  David Carlton  <carlton@kealia.com>
13883
13884         Partial workaround for PR c++/1511:
13885         * cp-namespace.c: Include frame.h.
13886         (cp_lookup_transparent_type): New
13887         (cp_lookup_transparent_type_loop): New.
13888         * cp-support.h: Declare cp_lookup_transparent_type.
13889         * symtab.c (basic_lookup_transparent_type): Renamed from
13890         lookup_transparent_type.
13891         (lookup_transparent_type): Replace old body by a call to
13892         current_language->la_lookup_transparent_type.
13893         * symtab.h: Update copyright.  Declare
13894         basic_lookup_transparent_type.
13895         * language.h: Update copyright.
13896         (struct language_defn): Add la_lookup_transparent_type.
13897         * language.c: Update copyright.
13898         (unknown_language_defn): Add basic_lookup_transparent_type.
13899         (auto_language_defn): Add basic_lookup_transparent_type.
13900         (local_language_defn): Add basic_lookup_transparent_type.
13901         * ada-lang.c: Update copyright.
13902         (ada_language_defn): Add basic_lookup_transparent_type.
13903         * c-lang.c: Update copyright.
13904         (c_language_defn): Add basic_lookup_transparent_type.
13905         (cplus_language_defn): Add basic_lookup_transparent_type.
13906         (asm_language_defn): Add basic_lookup_transparent_type.
13907         (minimal_language_defn): Add basic_lookup_transparent_type.
13908         * f-lang.c: Update copyright.
13909         (f_language_defn): Add basic_lookup_transparent_type.
13910         * jv-lang.c: Update copyright.
13911         (java_language_defn): Add basic_lookup_transparent_type.
13912         * m2-lang.c: Update copyright.
13913         (m2_language_defn): Add basic_lookup_transparent_type.
13914         * objc-lang.c: Update copyright.
13915         (objc_language_defn): Add basic_lookup_transparent_type.
13916         * p-lang.c: Update copyright.
13917         (p_language_defn): Add basic_lookup_transparent_type.
13918         * scm-lang.c: Update copyright.
13919         (scm_language_defn): Add basic_lookup_transparent_type.
13920         * Makefile.in (cp-namespace.o): Depend on frame.h.
13921
13922 2004-01-23  David Carlton  <carlton@kealia.com>
13923
13924         Patch for PR c++/1520:
13925         * dwarf2read.c (read_func_scope): Set processing_current_prefix
13926         properly if we have a specification die.
13927         (determine_prefix_aux): Rename from determine_prefix.
13928         (determine_prefix): Like the old determine_prefix, but never
13929         returns NULL.
13930
13931 2004-01-23  Theodore A. Roth  <troth@openavr.org>
13932
13933         * avr-tdep.c: Update copyright.
13934         (avr_iaddr_p): Delete unused function.
13935         (avr_saddr_p): Delete unused function.
13936
13937 2004-01-23  David Carlton  <carlton@kealia.com>
13938
13939         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13940         Fix for PR symtab/1534.
13941
13942 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
13943
13944         * NEWS (New native configurations): Mention OpenBSD/sparc and
13945         OpenBSD/sparc64.
13946         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13947         * configure.host: Likewise.
13948         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13949         handler for OpenBSD.
13950         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13951
13952 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13953
13954         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13955         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13956
13957         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13958         * cli/cli-cmds.c (shell_escape): Likewise.
13959
13960         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13961         OpenBSD .note.openbsd.ident sections.
13962
13963 2004-01-22  David Carlton  <carlton@kealia.com>
13964
13965         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13966         get_scope_pc_bounds.
13967         (read_file_scope): Ditto.
13968         (get_scope_pc_bounds): New function, produced by extracting code
13969         from the above two functions, consolidating it, and adding support
13970         for DW_TAG_namespace.
13971
13972 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13973
13974         * osabi.c (MAX_NOTESZ): New define.
13975         (check_note): New function.
13976         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13977         check_note.
13978
13979 2004-01-21  Roland McGrath  <roland@redhat.com>
13980
13981         * MAINTAINERS (write after approval): Add myself.
13982
13983 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
13984
13985         * utils.c (init_page_info): Move declarations of `rows' and
13986         `cols' before the __GO32__-specific code.  Move the closing brace
13987         outside the #ifdef __GO32__..#endif block.
13988         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13989
13990 2004-01-21  Paul Brook  <paul@codesourcery.com>
13991
13992         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13993         BPSTAT_WHAT_CHECK_SHLIBS.
13994
13995 2004-01-21  Paul Brook  <paul@codesourcery.com>
13996
13997         * MAINTAINERS: Add myself to write-after-approval.
13998
13999 2004-01-20  Andrew Cagney  <cagney@redhat.com>
14000
14001         * ax-gdb.c (print_axs_value): Delete unused function.
14002         * jv-lang.c (java_lookup_type): Delete unused function.
14003         * cli/cli-dump.c (dump_filetype): Delete unused function.
14004         * remote-mips.c (remote_mips_insert_hw_breakpoint)
14005         (remote_mips_remove_hw_breakpoint): Delete unused functions.
14006         (mips_getstring): Delete unused function.
14007         (pmon_insert_breakpoint): Delete #if0ed function.
14008         (PMON_MAX_BP): Delete #if0ed MACRO.
14009         (mips_pmon_bp_info): Delete #if0ed variable.
14010         (pmon_remove_breakpoint): Delete #if0ed function.
14011         * monitor.c (monitor_write_even_block): Delete unused function.
14012         (monitor_write_memory_block): Delete #if0ed code.
14013         * dink32-rom.c (dink32_load): Delete unused function.
14014         (_initialize_dink32_rom): Delete #if0ed code.
14015         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
14016
14017         * tui/tui-command.c: Update references.
14018         * tui/tui-io.c: Update references.
14019         * tui/tui-command.h: Update copyright.
14020         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
14021
14022         * source.c (ambiguous_line_spec): Delete never-defined function.
14023         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
14024         * gdbtypes.c (add_name, add_mangled_type): Ditto.
14025         * cli/cli-cmds.c (validate_comname): Ditto.
14026
14027         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
14028         "tui-data.h".
14029         (tui_set_disassem_content): Rename tuiSetDisassemContent.
14030         (tui_show_disassem): Rename tuiShowDisassem.
14031         (tui_show_disassem_and_update_source): Rename
14032         tuiVerticalDisassemScroll.
14033         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
14034         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
14035         * tui/tui.h: Update copyright.
14036         (enum tui_status): Define.
14037         * tui/tui-data.h (enum tui_scroll_direction): Define.
14038         * tui/tui-disasm.c: Update copyright.  Update references.
14039         * tui/tui-winsource.c:  Update copyright.  Update references.
14040         * tui/tui-win.c: Update references.
14041         * tui/tui-layout.c: Update references.
14042
14043 2004-01-20  Andrew Cagney  <cagney@redhat.com>
14044
14045         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
14046         sym2 to start of block.
14047
14048 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
14049
14050         * MAINTAINERS: Delete mmalloc.
14051         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
14052         * NEWS: Mention removal of --with-malloc.
14053         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
14054         * config.in: Regenerate.
14055         * configure: Regenerate.
14056         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
14057         USE_MMALLOC, MMCHECK_FORCE.
14058         * gdbinit.in: Remove mmalloc.
14059         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
14060         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
14061         * config/i386/go32.mh: Likewise.
14062         * config/i386/interix.mh: Likewise.
14063         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
14064
14065 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
14066
14067         * linespec.c (decode_variable, symtab_from_filename):  Call
14068         error_silent with error message instead of throwing an exception
14069         directly.
14070         * defs.h (error_silent, error_output_message): Add prototypes.
14071         (catch_exceptions_with_msg): Ditto.
14072         * utils.c (error_silent, error_output_message): New functions.
14073         * top.c (catch_exceptions_with_msg): New function.
14074
14075 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
14076
14077         * mi/mi-cmds.h (enum print_values): Add definition.
14078
14079         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
14080         type and value for simple data types and just the name and type
14081         for complex ones, if required.
14082
14083         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
14084         children, if required.
14085
14086 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14087
14088         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
14089         unused declarations.
14090
14091 2004-01-19  Andrew Cagney  <cagney@redhat.com>
14092
14093         * top.h (mapped_symbol_files): Delete declaration.
14094         * main.c (captured_main): Delete option "m" and "mapped".
14095         * objfiles.c (mapped_symbol_files): Delete variable.
14096         * symfile.c (symbol_file_command): Delete mmap code.
14097         (symbol_file_add_with_addrs_or_offsets): Ditto.
14098         (add_symbol_file_command, reread_separate_symbols): Ditto.
14099         * objfiles.h (OBJF_MAPPED): Delete.
14100         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
14101         (free_objfile) [USE_MMALLOC]: Ditto.
14102         (open_existing_mapped_file): Delete function.
14103         (open_mapped_file): Delete function.
14104         (map_to_file): Delete function.
14105
14106 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14107
14108         * infrun.c (step_into_function): Account for possible breakpoint
14109         adjustment when computing ``stop_func_start''.
14110
14111 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14112
14113         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
14114         the region size against the size of a pointer, not the size of
14115         a register as given by DEPRECATED_REGISTER_SIZE.
14116
14117 2004-01-19  Andrew Cagney  <cagney@redhat.com>
14118
14119         * tui/tui-regs.h: Include "tui-data.h".
14120         (tuiFirstRegElementNoInLine): Delete declaration.
14121         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
14122         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
14123         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
14124         (tui_calculate_regs_column_count): Rename
14125         tuiCalculateRegsColumnCount.
14126         (tui_check_register_values): Rename tuiCheckRegisterValues.
14127         (tui_show_registers): Rename tuiShowRegisters.
14128         (tui_display_registers_from_line): Rename
14129         tuiDisplayRegistersFromLine.
14130         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
14131         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
14132         (tui_first_reg_element_no_inline): Rename
14133         tuiFirstRegElementNoInLine.
14134         * tui/tui-data.h: Update copyright.
14135         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
14136         * tui/tui-windata.c: Update copyright, update references.
14137         * tui/tui-regs.c: Update copyright, update references.
14138         * tui/tui-win.c: Update copyright, update references.
14139         * tui/tui-layout.c: Update copyright, update references.
14140
14141 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14142
14143         * tui/tui-io.c: Update copyright.
14144         (key_is_end_sequence, key_is_backspace): New functions.
14145         (key_is_command_char, key_is_start_sequence): New function.
14146         (tui_getc): Update references.
14147         * tui/tui-io.h: Update copyright.
14148         (m_tuiStartNewLine): Delete macro.
14149         (m_isBackspace, m_isDeleteChar): Delete macros.
14150         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
14151         (m_isNextPage, m_isPrevPage): Delete macros.
14152         (m_isLeftArrow, m_isRightArrow): Delete macros.
14153         (m_isXdbStyleCommandChar): Delete macro.
14154         (key_is_start_sequence): Declare, replace m_isStartSequence.
14155         (key_is_end_sequence): Declare, replace m_isEndSequence.
14156         (key_is_backspace): Declare ,replace m_isBackspace.
14157         (key_is_command_char): Declare, replace m_isCommandChar.
14158         * tui/tui-command.c: Update copyright.
14159         (tuiDispatchCtrlChar): Update references.
14160
14161         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
14162         tuiSourceWin.h.
14163
14164         * tui/tui-command.c: Rename tui/tuiCommand.c.
14165         * tui/tui-command.h: Rename tui/tuiCommand.h.
14166         * tui/tui-data.c: Rename tui/tuiData.c.
14167         * tui/tui-data.h: Rename tui/tuiData.h.
14168         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
14169         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
14170         * tui/tui-io.c: Rename tui/tuiIO.c.
14171         * tui/tui-io.h: Rename tui/tuiIO.h.
14172         * tui/tui-layout.c: Rename tui/tuiLayout.c.
14173         * tui/tui-layout.h: Rename tui/tuiLayout.h.
14174         * tui/tui-regs.c: Rename tui/tuiRegs.c.
14175         * tui/tui-regs.h: Rename tui/tuiRegs.h.
14176         * tui/tui-source.c: Rename tui/tuiSource.c.
14177         * tui/tui-source.h: Rename tui/tuiSource.h.
14178         * tui/tui-stack.c: Rename tui/tuiStack.c.
14179         * tui/tui-stack.h: Rename tui/tuiStack.h.
14180         * tui/tui-win.c: Rename tui/tuiWin.c.
14181         * tui/tui-win.h: Rename tui/tuiWin.h.
14182         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
14183         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
14184         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
14185         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
14186         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
14187         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
14188         * tui/tui-file.c: Update includes.
14189         * tui/tui-hooks.c: Update includes.
14190         * tui/tui-interp.c: Update includes.
14191         * tui/tui.c: Update includes.
14192         * Makefile.in: Update all tui/ dependencies.
14193         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
14194
14195         * Makefile.in: Update copyright.  Update dependencies.
14196
14197         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
14198         problem.
14199
14200 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14201
14202         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
14203         instead of register_gdbarch_init.
14204
14205         * remote-sds.c (tohex): Delete unused function.  Update copyright.
14206         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
14207         * v850-tdep.c (v850_register_virtual_size): Ditto.
14208         * target.c (normal_target_post_startup_inferior): Ditto.
14209         * source.c (ambiguous_line_spec): Ditto.
14210         * remote.c (adapt_remote_get_threadinfo): Ditto.
14211         * mi/mi-out.c (out_field_fmt): Ditto.
14212         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
14213         (output_control_change_notification): Ditto.
14214         * m68k-tdep.c (m68k_register_byte): Ditto.
14215         (m68k_remote_breakpoint_from_pc): Ditto.
14216         * ui-out.c (init_ui_out_state): Delete unused declaration.
14217         * stabsread.c (search_value): Ditto.
14218         * mi/mi-cmd-env.c (env_cli_command): Ditto.
14219         * maint.c (print_section_table): Ditto.
14220         * infrun.c (set_follow_fork_mode_command): Ditto.
14221
14222 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14223
14224         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
14225         DW_CFA_def_cfa_exporession.  Add support for
14226         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
14227         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
14228
14229 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14230
14231         * ocd.c: Update copyright.
14232         (bdm_read_register_command): Delete unused function.
14233         (_initialize_remote_ocd): Delete commented out reference.
14234         (get_quoted_char, reset_packet): Delete #if0ed function.
14235         (output_packet, put_quoted_char): Delete #if0ed function.
14236         (stu_put_packet, stu_get_packet): Delete #if0ed function.
14237         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
14238         (BDM_BREAKPOINT): Delete #if0ed macro.
14239         (remote_timeout): Delete #if0ed variable.
14240
14241 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14242
14243         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
14244         (core-sol2.o): Remove dependency.
14245         * core-sol2.c: Remove file.
14246
14247 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14248
14249         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
14250         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
14251         enums.
14252
14253 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14254
14255         * remote.c: Update copyright years.
14256
14257 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14258
14259         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
14260
14261 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14262
14263         * mdebugread.c: Update copyright.
14264         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14265         (parse_type, parse_procedure): Ditto.
14266         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14267
14268         * cris-tdep.c (cris_store_struct_return): Put back accidently
14269         deleted function.
14270
14271         * gdbarch.sh: Update copyright year.
14272         * gdbarch.h, gdbarch.c: Re-generate.
14273
14274 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14275
14276         Suggested by George Anzinger.
14277         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14278         correct stack offset.  Include unknown opcode numbers in the error
14279         message.
14280
14281 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14282
14283         * x86-64-tdep.c (x86_64_init_abi): No need to clear
14284         extract_struct_value_address, i386 does not set it.
14285         * sparc64-tdep.c (sparc64_init_abi): Do not set
14286         extract_struct_value_address, never called.
14287         (sparc64_extract_struct_value_address): Delete function.
14288         * m68hc11-tdep.c: Update copyright.
14289         (m68hc11_gdbarch_init): Delete redundant assignment of
14290         extract_struct_value_address.
14291         * i386-tdep.c: Update copyright.
14292         (i386_gdbarch_init): Do not set extract_struct_value_address,
14293         never called.
14294         (i386_extract_struct_value_address): Delete function.
14295         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14296         extract_struct_value_address, never called.
14297         (sparc32_extract_struct_value_address): #if 0 function.  Add
14298         comments explaining its future.
14299
14300 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14301
14302         * arm-tdep.c (arm_write_pc): New function.
14303         (arm_gdbarch_init): Call set_gdbarch_write_pc.
14304
14305 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14306
14307         * breakpoint.c (must_shift_inst_regs): Delete.
14308         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14309         and SHIFT_INST_REGS.
14310         * infcmd.c (step_1, step_1_continuation): Delete references to
14311         SHIFT_INST_REGS.
14312         * infrun.c (keep_going): Likewise.
14313         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14314         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14315
14316 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14317
14318         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14319         * gdbarch.h, gdbarch.c: Re-generate.
14320         * infcmd.c (print_return_value): Delete reference to
14321         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14322
14323         * cris-tdep.c (cris_gdbarch_init): Do not set
14324         deprecated_extract_struct_value_address.
14325
14326         * xstormy16-tdep.c: Update copyright.
14327         (xstormy16_extract_struct_value_address): Update to current
14328         extract struct value address interface.
14329         (xstormy16_gdbarch_init): Set extract_struct_value_address.
14330         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14331         current extract struct value address interface.
14332         (sh64_gdbarch_init): Set extract_struct_value_address.
14333
14334         * cris-tdep.c: Update copyright.
14335         (cris_extract_struct_value_address): Delete function.
14336         (struct_return_address): Delete variable.
14337         (cris_store_struct_return): Do not set struct_return_address.
14338
14339         * mcore-tdep.c: Update copyright.
14340         (mcore_extract_struct_value_address): Delete function.  Update
14341         comments.
14342         (mcore_gdbarch_init): Update.
14343         * mn10300-tdep.c: Update copyright.
14344         (mn10300_extract_struct_value_address): Delete function.
14345         (mn10300_gdbarch_init): Update.
14346         * v850-tdep.c: Update copyright.
14347         (v850_extract_struct_value_address): Delete.
14348         (v850_gdbarch_init): Update.
14349         * ns32k-tdep.c: Update copyright.
14350         (ns32k_extract_struct_value_address): Delete.
14351         (ns32k_gdbarch_init): Update.
14352         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14353         (hppa_gdbarch_init): Update.
14354         * vax-tdep.c: Update copyright.
14355         (vax_extract_struct_value_address): Delete.
14356         (vax_gdbarch_init): Update.
14357
14358         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14359         * gdbarch.h, gdbarch.c: Re-generate.
14360         * procfs.c (procfs_fetch_registers): Delete reference to
14361         DEPRECATED_NPC_REGNUM.
14362         (procfs_store_registers): Ditto.
14363         * regcache.c (generic_target_write_pc): Simplify.
14364         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
14365
14366         * core-sol2.c (fetch_core_registers): Replace
14367         DEPRECATED_NPC_REGNUM with equivalent tdep value.
14368
14369         * hppa-tdep.c: Update copyright year.
14370         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14371         NPC_REGNUM.
14372         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14373
14374         * mips-tdep.c (mips_write_pc): New function.
14375         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14376         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14377         (mips_find_saved_regs, mips_software_single_step: Ditto.
14378         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14379         mips_init_extra_frame_info, mips_pop_frame): Ditto.
14380
14381 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14382
14383         * mips-tdep.c: Re-indent.  Group functions by ABI.
14384
14385 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14386
14387         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14388         * gdbarch.c: Re-generate.
14389         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14390         DECR_PC_AFTER_BREAK to zero.
14391         * vax-tdep.c (vax_gdbarch_init): Ditto.
14392         * v850-tdep.c (v850_gdbarch_init): Ditto.
14393         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14394         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14395         * sh-tdep.c (sh_gdbarch_init): Ditto.
14396         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14397         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14398         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14399         * mips-tdep.c (mips_gdbarch_init): Ditto.
14400         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14401         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14402         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14403         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14404         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14405         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14406         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14407         * frv-tdep.c (frv_gdbarch_init): Ditto.
14408         * cris-tdep.c (cris_gdbarch_init): Ditto.
14409         * avr-tdep.c (avr_gdbarch_init): Ditto.
14410         * arm-tdep.c (arm_gdbarch_init): Ditto.
14411         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14412
14413 2004-01-17  J. Brobecker  <brobecker@gnat.com>
14414
14415         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14416         Delete, no longer used.
14417         (read_subrange_type): New function, mostly extracted from
14418         read_array_type().
14419         (read_array_type): Replace extracted code by call to
14420         read_subrange_type().
14421         (dwarf2_get_attr_constant_value): New function.
14422         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14423         (add_partial_symbol): Likewise.
14424         (process_die): Likewise.
14425         (new_symbol): Likewise.
14426         (read_type_die): Likewise.
14427
14428 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14429
14430         * symfile.c: Update copyright year.
14431         (compare_symbols): Delete unused function.
14432         * stabsread.c: Update copyright year.
14433         (lrs_general_complaint): Delete unused function.
14434         (ref_search_value): Ditto.
14435         (get_substring): Delete declaration.
14436         * sh64-tdep.c: Update copyright year.
14437         (sh64_get_gdb_regnum): Delete unused function.
14438         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14439         Delete unused function.
14440
14441 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
14442
14443         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14444         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14445
14446 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14447
14448         Changes from Peter Schauer.
14449         * rs6000-tdep.c: Update copyright year.
14450         (rs6000_push_dummy_call): Update the stack pointer before
14451         accessing the corresponding stack region.
14452         * rs6000-nat.c: Update copyright year.
14453         (set_host_arch): Set "info.abfd" to "exec_bfd".
14454
14455 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
14456
14457         * blockframe.c: Update copyright year.
14458         (inside_entry_func): Don't treat a zero PC specially.
14459
14460 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
14461
14462         * gcore.c (gcore_copy_callback): Use paddr_d to print size
14463         variable.
14464         (gcore_create_callback): Ditto.  Skip any memory segment that has
14465         no permissions set.
14466
14467 2004-01-14  David Carlton  <carlton@kealia.com>
14468
14469         Change symbols for C++ nested types to contain the fully qualified
14470         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
14471         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14472         c++/895.
14473         * c-exp.y (qualified_type): Handle types nested within classes.
14474         * cp-namespace.c: Update comments.
14475         (cp_set_block_scope): Delete #if 0.
14476         (cp_lookup_nested_type): Handle types nested within classes.
14477         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14478         when appropriate.
14479         (add_partial_symbol): Add the name of the enclosing namespace to
14480         types.
14481         (pdi_needs_namespace): New.
14482         (add_partial_namespace): Tweak comment.
14483         (add_partial_structure): New.
14484         (psymtab_to_symtab_1): Initialize processing_current_prefix
14485         here...
14486         (process_die): instead of here.
14487         (read_structure_scope): Try to figure out the name of the class or
14488         namespace that the structure might be defined within.
14489         (read_enumeration): Generate fully-qualified names, if possible.
14490         (read_namespace): Don't set name to NULL.
14491         (die_specification): New.
14492         (new_symbol): Generate fully-qualified names for types.
14493         (read_type_die): Determine appropriate prefix.
14494         (determine_prefix): New.
14495         (typename_concat): New.
14496         (class_name): New.
14497         * valops.c (value_aggregate_elt): Pass NOSIDE to
14498         value_struct_elt_for_reference.
14499         (value_struct_elt_for_reference): Make static, add NOSIDE
14500         parameter, call value_maybe_namespace_elt as a last resort.
14501         (value_namespace_elt): Break out code into
14502         value_maybe_namespace_elt.
14503         (value_maybe_namespace_elt): New.
14504
14505 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14506
14507         * mips-tdep.c (mips_convert_register_p): Handle both raw and
14508         cooked floating-point registers.
14509         (mips_gdbarch_init): Set convert_register_p, register_to_value,
14510         and value_to_register.
14511
14512 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14513
14514         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14515         * gdbarch.c: Re-generate.
14516         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14517         FUNCTION_START_OFFSET.
14518         * v850-tdep.c (v850_gdbarch_init): Ditto.
14519         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14520         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14521         * sh-tdep.c (sh_gdbarch_init): Ditto.
14522         * s390-tdep.c (s390_gdbarch_init): Ditto.
14523         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14524         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14525         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14526         * mips-tdep.c (mips_gdbarch_init): Ditto.
14527         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14528         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14529         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14530         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14531         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14532         * i386-tdep.c (i386_gdbarch_init): Ditto.
14533         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14534         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14535         * frv-tdep.c (frv_gdbarch_init): Ditto.
14536         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14537         * cris-tdep.c (cris_gdbarch_init): Ditto.
14538         * avr-tdep.c (avr_gdbarch_init): Ditto.
14539         * arm-tdep.c (arm_gdbarch_init): Ditto.
14540         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14541
14542 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
14543
14544         * infrun.c (follow_fork_mode_ask): Remove.
14545         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14546         (follow_fork): Simplify and remove internal error for
14547         follow_fork_mode_ask.
14548         (_initialize_infrun): Update "set follow-fork-mode" help text.
14549
14550 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14551
14552         * configure.in: Update copyright year.
14553         (build_warnings): Add -Wunused-label.
14554         * configure: Re-generate.
14555
14556 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14557
14558         * exec.h (exec_ops): Make "extern".
14559
14560         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14561         the function is void.
14562         (mips_pseudo_register_write): Ditto.
14563
14564 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14565
14566         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14567         call.  Never defined.
14568         * sparc-tdep.h (struct frame_info): Add opaque declaration.
14569         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14570         (struct sparc_gregset, struct regcache): Ditto.
14571         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
14572
14573 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14574
14575         * mi/ChangeLog: Delete file.  Renamed to ...
14576         * mi/ChangeLog-1999-2003: New file.
14577         * tui/ChangeLog: Delete file.  Renamed to ...
14578         * tui/ChangeLog-1998-2003: New file.
14579
14580 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
14581
14582         * sparc64nbsd-tdep.c: Include "regset.h".
14583         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14584         Remove variables.
14585         (fetch_core_registers): Remove function.
14586         (sparc64nbsd_core_fns): Remove variable.
14587         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14588         functions.
14589         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14590         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14591         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14592
14593         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14594         sparc_extract_struct_value_address.
14595         (sparc32_gdbarch_init): Set extract_struct_value_address.
14596         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14597         function.
14598         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
14599         return_value_on_stack.
14600
14601         * NEWS: Mention that %cs and %ss have been added to the AMD64
14602         configurations
14603
14604         * frame.c: Update copyright year.
14605         (get_prev_frame): Improve comment.
14606
14607         * sparc64fbsd-tdep.c: Include "regset.h".
14608         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14609         Remove variables.
14610         (fetch_core_registers): Remove function.
14611         (sparc64fbsd_core_fns): Remove variable.
14612         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14613         functions.
14614         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14615         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14616         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14617
14618         * sparcnbsd-tdep.c: Include "regset.h".
14619         (fetch_core_registers): Remove function.
14620         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14621         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14622         functions.
14623         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14624         TDEP->fpregset.
14625         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14626
14627         * sparc-tdep.h (struct regset): Provide opaque declaration.
14628         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14629         fpregset and sizeof_fpregset members.
14630         * sparc-tdep.c (struct regset): Provide opaque declaration.
14631         (sparc_regset_from_core_section): New function.
14632         (sparc32_gdbarch_init): Initialize TDEP->gregset,
14633         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14634         Set regset_from_core_section when appropriate.
14635
14636 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
14637
14638         * x86-64-tdep.c (amd64_non_pod_p): New function.
14639         (amd64_classify_aggregate): Return class memory for non-POD
14640         C++ structure types.
14641
14642         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14643         argument.  Use it to reserve a register if necessary.
14644         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14645         amd64_push_arguments.
14646
14647         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14648
14649         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
14650         register numbers in comments.
14651         * x86-64-tdep.h: Update copyright year.
14652         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14653         Adjust for addition of %cs and %ss.
14654         * amd64fbsd-nat.c: Update copyright year.
14655         (reg_offset): Add register offsets for %cs and %ss.
14656         * amd64fbsd-tdep.c: Update copyright year.
14657         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14658         (amd64fbsd_sc_reg_offset): Likewise.
14659         * x86-64-linux-nat.c: Update copyright year.
14660         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14661         and %ss.
14662         * amd64nbsd-nat.c: Update copyright year.
14663         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14664         * amd64nbsd-tdep.c: Update copyright year.
14665         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14666         * x86-64-linux-tdep.c: Update copyright year.
14667         (user_to_gdb_regmap): Add mapping for %cs and %ss.
14668         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14669         * regformats/reg-x86-64.dat: Add %cs and %ss.
14670
14671         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
14672         variables to prevent long lines.  Update comments to reflect
14673         reality.
14674
14675 2004-01-09  David Carlton  <carlton@kealia.com>
14676
14677         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
14678         * dwarf2read.c (read_namespace): Pull out name-generating code
14679         into namespace_name. Rename previous_namespace to previous_prefix
14680         and processing_current_namespace to processing_current_prefix..
14681         (namespace_name): New function.
14682         (add_partial_symbol): Substitute uses of pdi->name with
14683         actual_name.
14684         * cp-support.h: Rename processing_current_namespace to
14685         processing_current_prefix.
14686         Update copyright year.
14687         * cp-namespace.c: Rename processing_current_namespace to
14688         processing_current_prefix.
14689         Update copyright year.
14690
14691 2004-01-09  Andrew Cagney  <cagney@redhat.com>
14692
14693         * jv-valprint.c, ser-unix.c: Add missing copyright years.
14694
14695 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
14696
14697         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14698         complaining.
14699         (process_one_symbol): Deal with N_PATCH stabs.
14700
14701 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
14702
14703         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14704         ifdeffed code.
14705         Update copyright year.
14706
14707 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14708
14709         * config/pa/tm-hppa.h: Update extern declarations for
14710         hppa32_hpux_frame_saved_pc_in_sigtramp,
14711         hppa32_hpux_frame_base_before_sigtramp, and
14712         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14713
14714 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14715
14716         * config/pa/tm-hppah.h: Update copyright years.
14717
14718 2004-01-08  Andrew Cagney  <cagney@redhat.com>
14719
14720         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14721         (mips_o32_reg_struct_has_addr): Delete function.
14722         (mips_gdbarch_init): Update.
14723         (mips_extract_struct_value_address): Delete function.
14724
14725 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
14726
14727         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14728         reality.
14729
14730 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14731
14732         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14733         architecture's elf flags (when available).
14734
14735         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14736         FPU to the start, check the MIPS FPU when looking for an old
14737         architecture.
14738         (set_mipsfpu_single_command): Update the architecture.
14739         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14740
14741         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14742         (mips_mask_address_p): Add "tdep" parameter.
14743         (show_mask_address, mips_addr_bits_remove): Update.
14744         (mips_dump_tdep): Update.
14745         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14746         (MIPS_STACK_ARGSIZE): Delete macro.
14747         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14748         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14749         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14750         (mips_dump_tdep): Update.
14751         (MIPS_SAVED_REGSIZE): Delete macro.
14752         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14753         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14754         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14755         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14756         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14757         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14758         (mips_pop_frame, return_value_location): Update.
14759         (mips_n32n64_return_value, mips_dump_tdep): Update.
14760
14761         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14762         MIPS ABI.
14763
14764         * mips-tdep.c: Update copyright.
14765         (mips_gdbarch_init): Merge two code blocks handling the register
14766         name and number layout.
14767
14768 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
14769
14770         * tracepoint.c (validate_actionline): Fix segv at EOF
14771
14772 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14773
14774         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14775         properly for static fields.
14776
14777 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
14778             Jason Molenda  <jmolenda@apple.com>
14779
14780         * disasm.c: Update copyright to include 2004.
14781         (do_mixed_source_and_assembly): For uiout asm list
14782         and tuple cleanups, initialize to null_cleanup instead of
14783         NULL and do so prior to loop.  Only reset when we close off
14784         the tuple/list.  Move check for whether to close off the
14785         asm tuple/list to after dump_insns call where it will be run
14786         on each loop iteration.
14787
14788 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14789
14790         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14791         should be a switch case and not a label.
14792         * mips-tdep.c (mips32_next_pc): Delete unused labels
14793         "greater_equal_branch" and "less_zero_branch".
14794         * jv-valprint.c (java_print_value_fields): Delete unused label
14795         "flush_it".
14796
14797         * target.c (unpush_target): Only close a target that is in the
14798         target stack.
14799
14800 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
14801
14802         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14803         address from [sp + 64] instead of %o2.
14804
14805         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
14806         fixes PR backtrace/1476.
14807
14808 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14809
14810         * libunwind-frame.h (struct frame_id): Add opaque declaration,
14811         move to start of file.
14812         * i386-tdep.h (struct regcache): Add opaque declaration.
14813         * config/ia64/nm-linux.h (struct target_ops): Add opaque
14814         declaration.
14815         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14816         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14817         * win32-nat.c (fake_create_process): Use ISO C style definition.
14818         * stabsread.c (define_symbol): Delete #ifndef
14819         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14820         stabs_argument_has_addr call, macro never defined.
14821
14822 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
14823
14824         * op50-rom.c: Delete.
14825         * w89k-rom.c: Delete.
14826         * Makefile.in: Remove references.
14827
14828 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14829
14830         * x86-64-tdep.c: Update copyright year.
14831         (struct amd64_register_info): Rename from x86_64_register_info.
14832         (amd64_register_info): Rename from x86_64_register_info.
14833         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14834         (amd64_register_name): Rename from x86_64_register_name.
14835         (amd64_register_type): Rename from x86_64_register_type.
14836         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14837         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14838         (amd64_dwarf_reg_to_regnum): Rename from
14839         x86_64_dwarf_reg_to_regnum.
14840         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14841         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14842         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14843         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14844         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14845         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14846         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14847         (amd64_frame_cache): Rename from x86_64_frame_cache.
14848         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14849         (amd64_frame_prev_register): Rename from
14850         x86_64_frame_prev_register.
14851         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14852         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14853         (amd64_sigtramp_frame_cache): Rename from
14854         x86_64_sigtramp_frame_cache.
14855         (amd64_sigtramp_frame_prev_register): Rename from
14856         x86_64_sigtramp_frame_prev_register.
14857         (amd64_sigtramp_frame_unwind): Rename from
14858         x86_64_sigtramp_frame_unwind.
14859         (amd64_sigtramp_frame_sniffer): Rename from
14860         x86_64_sigtramp_frame_sniffer.
14861         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14862         (amd64_frame_base): Rename from x86_64_frame_base.
14863         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14864         (amd64_frame_align): Rename from x86_64_frame_align.
14865         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14866         (amd64_regset_from_core_section): Rename from
14867         x86_64_regset_from_core_section.
14868         (x86_64_init_abi): Update comments.
14869
14870 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
14871
14872         * MAINTAINERS (write after approval): Add myself.
14873
14874 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14875
14876         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14877         `float' arguments.
14878
14879 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14880
14881         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14882         such that it mentions a specific version of GCC that exhibits this
14883         bug.
14884
14885 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14886
14887         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14888         structure that has a single `float' member, store it in %f1 in
14889         addition to %f0.
14890
14891         * sparc-sol2-nat.c: Add missing '\'.
14892
14893         * sparc-tdep.c (sparc32_return_value): New function.
14894          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14895         Remove functions.
14896         (sparc32_gdbarch_init): Set return_value, don't set
14897         extract_return_value, store_return_value, use_struct_convention
14898         and return_value_on_stack.
14899
14900         * sparc-sol2-nat.c: Add missing ')'.
14901
14902 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14903
14904         * infrun.c (handle_step_into_function): New function.
14905         (handle_inferior_event): Extract out some code into the new
14906         function above.
14907
14908 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14909
14910         * infrun.c (handle_inferior_event): Move the declaration of
14911         real_stop_pc inside the if blocks where it is used.
14912
14913 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14914
14915         * sparc64-tdep.c (sparc64_16_byte_align_p)
14916         (sparc64_store_floating_fields, sparc64_store_floating_fields):
14917         Use check_typedef to get subtypes of structures and unions.
14918         (sparc64_store_return_value): Fix calculation of the appropriate
14919         offset into VALBUF when storing a structure or union.
14920         (sparc64_return_value): New function.
14921         (sparc64_use_struct_convention): Remove function.
14922         (sparc64_init_abi): Set return_value, don't set
14923         extract_return_value, store_return_value and
14924         use_struct_convention.
14925
14926 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
14927
14928         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14929         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14930         gdb/config/alpha/xm-alphaosf.h,
14931         gdb/config/powerpc/tm-ppcle-eabi.h,
14932         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14933         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14934         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14935         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14936         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14937         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14938         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14939         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14940         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14941         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14942         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14943         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14944         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14945         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14946         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14947         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14948         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14949         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14950         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14951         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14952         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14953         Remove lines for .cvsignore files.
14954
14955 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14956
14957         * infrun.c: Back out the previous change.
14958
14959 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14960
14961         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
14962         sparc-*-sunos4* to the list of REMOVED configurations.
14963
14964         * configure.tgt: Add back sparc-*-vxworks*.
14965         * remote-vxsparc.c: Remove all includes except for "defs.h",
14966         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14967         Include "sparc-tdep.h".
14968         (SPARC_R_G1): New define.
14969         (vxsparc_gregset): New variable.
14970         (ext_format_sparc): Remove extern declaration.
14971         (vx_read_register): Rewrite to use sparc32_supply_gregset and
14972         sparc32_supply_fpregset.
14973         (vx_write_register): Rewrite to use sparc32_collect_gregset,
14974         sparc_collect_rwindow and sparc32_collect_fpregset.
14975         * config/sparc/tm-vxworks.h: New file, based on recently removed
14976         tm-vxsparc.h.
14977         * config/sparc/vxworks.mt: New file, based on recently removed
14978         vxworks.mt.
14979
14980 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14981
14982         * infrun.c (handle_step_into_function): New function.
14983         (handle_inferior_event): Extract out some code into the new
14984         function above.
14985
14986 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14987
14988         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14989         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14990         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14991         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14992         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14993         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14994         (sparc_nat_h): New variable.
14995         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14996         (tm-sun4os4.h): Remove dependency.
14997         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14998         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14999         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
15000         sparc-tdep.o): Update dependencies.
15001         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
15002         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
15003         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
15004         dependencies.
15005         * configure.host: Remove existing sparc-*-lynxos*,
15006         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
15007         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
15008         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
15009         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
15010         triplets.
15011         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
15012         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
15013         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
15014         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
15015         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
15016         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
15017         sparc64-*-solaris2* and sparc64-*-* triplets.
15018         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
15019         "symtab.h" and "objfiles.h".
15020         (BIAS): Remove define.
15021         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
15022         (X_DISP19): Remove macros.
15023         (sparc_fetch_instruction): Remove function.
15024         (struct gdbarch_tdep): Remove definition.
15025         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
15026         (sparc_breakpoint_from_pc): Remove function.
15027         (struct sparc64_frame_cache): Remove definition.
15028         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
15029         sparc64_unwind_pc): Remove functions.
15030         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
15031         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
15032         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
15033         (sparc64_frame_cache): Change return type to `struct
15034         sparc_frame_cache *'.  Simply call sparc_frame_cache.
15035         (sparc64_frame_this_id, sparc64_frame_prev_register,
15036         sparc64_frame_base_address): Use `struct sparc_frame_cache'
15037         instead of `struct sparc64_frame_cache.
15038         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
15039         sparc_analyze_control_transfer, sparc_software_single_step,
15040         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
15041         _initialize_sparc64_tdep): Remove functions.
15042         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
15043         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
15044         macros.
15045         (sparc64_supply_gregset, sparc64_collect_gregset,
15046         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
15047         (sparc64_init_abi): New function.
15048         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
15049         inclusion guard.  Include "sparc-tdep.h".
15050         (BIAS): Define.
15051         (r_tstate_offset, r_fprs_offset): New defines.
15052         (enum sparc_regnum): Remove defenition.
15053         (enum sparc64_regnum): Reformat.
15054         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
15055         (sparc64_init_abi, sparc64_supply_gregset,
15056         sparc64_collect_gregset, sparc64_supply_fpregset,
15057         sparc64_collect_fpregset): New prototypes.
15058         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
15059         Add extern declarations.
15060         (sparc64_sol2_init_abi): New prototype.
15061         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
15062         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
15063         prototypes.
15064         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
15065         "sparnbsd-nat.h".
15066         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
15067         functions.
15068         (_initialize_sparc64fbsd_nat): Remove initialization of
15069         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
15070         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
15071         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
15072         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
15073         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
15074         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
15075         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
15076         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
15077         (sparc64fbsd_r_y_offset): Remove variables.
15078         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
15079         Make static and const.
15080         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
15081         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
15082         functions.
15083         (sparc64fbsd_gregset): New variable.
15084         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
15085         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
15086         and sparc64_supply_fpregset.
15087         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
15088         (sparc64fbsd_sigtramp_frame_this_id)
15089         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
15090         (sparc64fbsd_sigtramp_frame_unwind): New variable.
15091         (sparc64fbsd_sigtramp_frame_sniffer): New function.
15092         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
15093         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
15094         * sparcnbsd-tdep.c: Update copyright year.  Include
15095         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
15096         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
15097         "value.h" and "sparcnbsd-tdep.h".
15098         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
15099         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
15100         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
15101         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
15102         defines.
15103         (sparcnbsd_gregset): New variable.
15104         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
15105         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
15106         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
15107         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
15108         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
15109         variables.
15110         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
15111         (sparc32nbsd_sigcontext_frame_this_id)
15112         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
15113         (sparc32nbsd_sigcontext_frame_unwind): New variable.
15114         (sparc32nbsd_sigtramp_frame_sniffer): New function.
15115         (sparcnbsd_get_longjmp_target_32,
15116         sparcnbsd_get_longjmp_target_64): Remove functions.
15117         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
15118         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
15119         sparcnbsd_init_elf): Remove.
15120         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
15121         (sparcnbsd_elf_init_abi): New functions.
15122         (_initialize_sparcnbsd_tdep): New prototype.
15123         (_initialize_sparnbsd_tdep): Update.
15124         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
15125         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
15126         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
15127         * config/sparc/linux.mh: Update comment.
15128         (XM_FILE, HOST_IPC): Remove variables.
15129         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
15130         sparc-linux-nat.o.
15131         * config/sparc/linux.mt: Update comment.
15132         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
15133         * config/sparc/nbsd.mt: Reformat.
15134         * config/sparc/nbsd64.mh: Update comment.
15135         (NATDEPFILES): Add sparc-nat.o.
15136         * config/sparc/nbsd64.mt: Update comment.
15137         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
15138         (TM_FILE): Set to tm-nbsd.h.
15139         * config/sparc/nbsdelf.mh: Update comment.
15140         (NATDEPFILES): Add sparc-nat.o.
15141         (XM_FILE): Delete.
15142         * config/sparc/nbsdaout.mh: Update comment.
15143         (NATDEPFILES): Add sparc-nat.o
15144         (XM_FILE): Delete.
15145         * config/sparc/nm-linux.h: Update copyright year.  Don't include
15146         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
15147         inclusion.
15148         (KERNEL_U_SIZE): Remove define.
15149         (kernel_u_size): Remove prototype.
15150         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
15151         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
15152         "regcache.h".
15153         (CHILD_PREPARE_TO_STORE): Remove define.
15154         * config/sparc/nm-nbsdaout.h: Tweak some comments.
15155         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
15156         sparcnbsd-nat.c: Rewrite files.
15157         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
15158         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
15159         sparcnbsd-tdep.h: Remove files.
15160         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
15161         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
15162         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
15163         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
15164         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
15165         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
15166         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
15167         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
15168         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
15169         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
15170         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
15171         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
15172         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
15173         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
15174         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
15175         * config/sparc/linux64.mh, config/sparc/linux64.mt,
15176         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
15177         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
15178         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
15179
15180 2004-01-02  Andrew Cagney  <cagney@redhat.com>
15181
15182         From 2003-12-18 Kazuhiro Inaoka:
15183         * configure.host: Add m32r-linux target.
15184
15185 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
15186
15187         * top.c (print_gdb_version): Update year to 2004.
15188
15189 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
15190
15191         * MAINTAINERS: Add myself to the write-after-approval category.
15192
15193 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
15194
15195         From Bernardo Innocenti <bernie@develer.com>:
15196         * configure.tgt: Add uClinux target.
15197
15198 2004-01-02  Andrew Cagney  <cagney@redhat.com>
15199
15200         * utils.c (do_my_cleanups): Make static, add forward declaration.
15201         * defs.h (do_my_cleanups): Delete declaration.
15202
15203 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
15204
15205         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
15206         bfd/ChangeLog-0203.
15207
15208 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
15209
15210         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
15211         in <machine/reg.h>.
15212         * configure, config.in: Regenerate.
15213
15214 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
15215 tui/ChangeLog-1998-2003.
15216 \f
15217 Local Variables:
15218 mode: change-log
15219 left-margin: 8
15220 fill-column: 74
15221 version-control: never
15222 End: