* hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence): Check
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2004-12-19  Mark Kettenis  <kettenis@gnu.org>
2
3         * hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence): Check
4         whether the name returned by find_pc_partial_function is a null
5         pointer, not whether it is an empty string.
6
7         * hppa-tdep.h (hppa_regnum): Add HPPA_DP_REGNUM, HPPA_RET0_REGNUM,
8         HPPA_RET1_REGNUM and HPPA64_FP4_REGNUM.
9         * hppa-tdep.c (hppa64_integral_or_pointer_p)
10         (hppa64_floating_p) New functions.
11         (hppa64_push_dummy_call): Re-implement.
12         (hppa32_register_type): Rename argument reg_nr to regnum.
13         (hppa64_register_type): Likewise.  Use HPPA64_FP4_REGNUM instead
14         of HPPA_FP4_REGNUM.
15         (hppa32_cannot_store_register): Renamed from
16         hppa_cannot_store_register.
17         (hppa64_cannot_store_register): New function.
18         (hppa_gdbarch_init): Set cannot_store_register and
19         cannot_fetch_register to hppa32_cannot_store_register or
20         hppa64_cannot_store_register when appropriate.
21
22 2004-12-18  Mark Kettenis  <kettenis@gnu.org>
23
24         * hppah-nat.c: Remove file.
25         * infttrace.h: Remove file.
26         * infttrace.c: Remove file.
27         * Makefile.in (ALLDEPFILES): Remove hppah-nat.c
28         (infttrace_h): Remove variable.
29         (hppah-nat.o, infttrace.o): Remove dependencies.
30         * configure.host (hppa*64*-*-hpux11*): Remove.
31         * config/pa/hpux11w.mh: Remove file.
32         * config/pa/nm-hppah.h: Remove file.
33         * config/pa/nm-hppah11.h: Remove file.
34
35         * config/djgpp/fnchange.lst: Resolve name clash between
36         ../bfd/elf32-arm.c and ../bfd/elf32-arc.c, i386-sol2-nat.c and
37         i386-sol2-tdep.c, mips64obsd-nat.c and mips64obsd-tdep.c,
38         testsuite/gdb.base/bitfields.c and
39         testsuite/gdb.base/bitfields2.c, testsuite/gdb.base/bitfields.exp
40         and testsuite/gdb.base/bitfields2.exp.  Remove entry for
41         config/m88k/xm-delta88v4.h.
42
43         * solib-pa64.c: Only include <dlfcn.h>, <elf.h> and <elf_hp.h> if
44         PA_SOM_ONLY isn't defined.
45
46         * somread.c: Include "solib-som.h".
47         (som_symfile_init, som_new_init, som_symfile_read,
48         som_symfile_finish, som_symtab_read, som_symfile_offsets): Remove
49         redudant prototypes.
50         * Makefile.in (somread.o): Update dependencies.
51
52 2004-12-17  Jim Blandy  <jimb@redhat.com>
53
54         * remote.c (fetch_register_using_p): Indentation cleanup.
55
56 2004-12-17  Randolph Chung  <tausq@debian.org>
57
58         * hppa-hpux-tdep.c (setup_d_pid_in_inferior): Make static.
59         (find_stub_with_shl_get): Make static.
60
61 2004-12-17  Randolph Chung  <tausq@debian.org>
62
63         * hppa-hpux-tdep.c (IS_32BIT_TARGET): New.
64         (in_opd_section): New.
65         (hppa32_hpux_find_global_pointer): Rename from 
66         hppa_hpux_som_find_global_pointer.
67         (hppa64_hpux_find_global_pointer): New.
68         (ldsid_pattern): New.
69         (hppa_hpux_search_pattern): New.
70         (hppa32_hpux_search_dummy_call_sequence): New.
71         (hppa64_hpux_search_dummy_call_sequence): New.
72         (hppa_hpux_find_import_stub_for_addr): New.
73         (hppa_hpux_sr_for_addr): New.
74         (hppa_hpux_find_dummy_bpaddr): New.
75         (hppa_hpux_init_abi): Use IS_32BIT_TARGET predicate.
76         (hppa_hpux_som_init_abi): Set find_global_pointer method to
77         hppa32_hpux_find_global_pointer instead of
78         hppa_hpux_som_find_global_pointer.
79         (hppa_hpux_elf_init_abi): Set find_global_pointer method.
80         * hppa-tdep.c (hppa_init_objfile_priv_data): New.
81         (read_unwind_info): Use function to initialize objfile-private data.
82         (hppa32_push_dummy_call): Don't automatically set the RP if there is
83         a push_dummy_code method.
84         (hppa64_push_dummy_call): Retrieve and set the global pointer.
85         Don't automatically set the RP if there is a push_dummy_code method.
86         * hppa-tdep.h (hppa_objfile_private): Add dummy_call_sequence_reg and
87         dummy_call_sequence_addr members.
88         (hppa_init_objfile_priv_data): New prototype.
89
90 2004-12-17  Joel Brobecker  <brobecker@gnat.com>
91
92         * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): New function.
93         * hppa-tdep.h (hppa_lookup_stub_minimal_symbol): Add declaration.
94         * solib-som.c (som_solib_create_inferior_hook): Replace stub
95         msymbol search by call to hppa_lookup_stub_minimal_symbol. This
96         extends the search to all objfiles, not just shared libraries.
97         Remove unused variable.
98
99 2004-12-16  Michael Snyder  <msnyder@redhat.com>
100
101         * MAINTAINERS: Add myself as maintainer for mn10300.
102         * NEWS: Mention mn10300.
103
104 2004-12-15  Kevin Buettner  <kevinb@redhat.com>
105
106         * xstormy16-tdep.c (xstormy16_skip_prologue): Clear/initialize the
107         frame cache.
108
109 2004-12-14  Randolph Chung  <tausq@debian.org>
110
111         * hppa-tdep.c (hppa_in_function_epilogue_p): New function.
112         (hppa_gdbarch_init): Set in_epilogue_p method.
113
114 2004-12-14  Corinna Vinschen  <vinschen@redhat.com>
115
116         * sh-tdep.c (sh_extract_return_value_nofpu): Rename from
117         sh_default_extract_return_value.
118         (sh_extract_return_value_fpu): Rename from
119         sh3e_sh4_extract_return_value.
120         (sh_store_return_value_nofpu): Rename from
121         sh_default_store_return_value.
122         (sh_store_return_value_fpu): Rename from sh3e_sh4_store_return_value.
123         (sh_return_value_nofpu): Accomodate above changes.
124         (sh_return_value_fpu): Ditto.
125
126 2004-12-13  Jerome Guitton  <guitton@gnat.com>
127
128         * stabsread.c (read_huge_number): Add support for reading octal
129         signed number in twos complement, based on the size of this
130         number.
131         (read_range_type): Add support for reading octal signed bounds
132         in twos complements, based on the size of the type.
133         (read_type_number, read_cpp_abbrev, read_member_functions,
134         read_cpp_abbrev, read_one_struct_field, read_baseclasses,
135         read_struct_type, read_array_type, read_enum_type,
136         read_sun_builtin_type, read_sun_floating_type): Update calls to
137         read_huge_number.
138         (read_type): Update call to read_range_type.
139
140 2004-12-13  Randolph Chung  <tausq@debian.org>
141
142         * hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
143         solib_get_solib_by_pc method through target vector.
144         (hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
145         method through target vector.
146
147 2004-12-13  Joel Brobecker  <brobecker@gnat.com>
148
149         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
150         parameter name to make it clear that we already have a next
151         frame.  Return the sigcontext from that next frame instead
152         of the frame following it.
153
154 2004-12-13  Randolph Chung  <tausq@debian.org>
155
156         * Makefile.in (pa64solib_h, somsolib_h): Delete.
157         (solib_pa64_h, solib_som_h): New.
158         (HFILES_NO_SRCDIR, ALLDEPFILES): Replace somsolib.h with solib-som.h.
159         (hppa-hpux-tdep.o, hpread.o): Update dependencies.
160         (pa64solib.o, somsolib.o): Delete.
161         (solib-pa64.o, solib-som.o): New.
162         * hppa-hpux-tdep.c: Include new solib interfaces.
163         (hppa_hpux_som_init_abi): Attach to SOM solib interface.
164         (hppa_hpux_elf_init_abi): Attach to PA64 ELF solib interface.
165         * hppa-tdep.c (internalize_unwinds): If solib_get_text_base method
166         is available, use it to determine the base of unwind records.
167         * hppa-tdep.h (gdbarch_tdep): Add new solib methods.
168         * hpread.c: Replace somsolib.h with solib-som.h.
169         (hpread_process_one_debug_symbol): Use target vector to get thread 
170         start address.
171         * config/pa/hppa64.mt (TDEPFILES): Use new solib interface.
172         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
173         * config/pa/hpux.mh (NATDEPFILES): Delete references to target objects.
174         * config/pa/tm-hppah.h: Use new solib interface.
175
176 2004-12-13  Randolph Chung  <tausq@debian.org>
177
178         * tramp-frame.c (tramp_frame_sniffer): Allow frames with names or 
179         sections to be trampolines too.
180
181 2004-12-13  Ben Elliston  <bje@au.ibm.com>
182
183         * f-exp.y (typename): Remove unused nonterminal.
184         (name): Likewise.
185
186 2004-12-12  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
187
188         Committed by Andrew Cagney.
189         * abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n
190         markup.
191         
192 2004-12-12  Andrew Cagney  <cagney@gnu.org>
193
194         * frame.c (get_prev_frame): When unwinding normal frames, check
195         that the PC isn't zero.
196         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
197         zero PC.
198
199         * MAINTAINERS: Reword description of what "Target Instruction Set
200         Architectures" covers.
201
202 2004-12-12  Mark Kettenis  <kettenis@gnu.org>
203
204         * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
205
206 2004-12-11  Mark Kettenis  <kettenis@gnu.org>
207
208         * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
209         (hppa_hpux_save_state_offset): New function, replacing variable
210         with the same name.
211         (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
212         functions.
213         (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
214         Use new hppa_hpux_save_state_offset function.  Add special
215         handling for handling 64-bit "flags" register.
216         (hppa_hpux_store_register): Likewise.
217         (hppa_hpux_child_can_run): Tweak comment.
218
219         * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
220         (inf_ttrace_attach): Likewise.
221         (inf_ttrace_resume_callback): New function.
222         (inf_ttrace_resume): Don't use TT_PROC_CONTINUE.  Iterate over all
223         lwps and call inf_ttrace_resume_callback instead.
224         (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
225
226         * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
227
228 2004-12-10  Michael Snyder  <msnyder@redhat.com>
229
230         * mn10300-tdep.c: New file.  This is a re-implementation of
231         the mn10300 target back-end using the new frame api etc.
232         * mn10300-tdep.h: New file.
233         * config/mn10300/mn10300.mt: New file (or replace old file).
234         * configure.tgt: Add mn10300 target.
235
236 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
237
238         * configure.host (hppa*-*-hpux11*): Remove.
239         * config/pa/hpux11.mh: Remove file.
240
241         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
242         typo.
243
244 2004-12-10  Kris Warkentin  <kewarken@qnx.com>
245
246         * nto-tdep.h: Include osabi.h.  Prototypes for generic Neutrino
247         osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
248         function and nto_set_target function.
249         (struct nto_target_ops): Put comments inline with struct.  Add osabi
250         sniffer hook.  Redefine macros to permit testing/assignment.  Remove
251         nto_ prefix from members.
252         * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
253         dynamically to support arbitrary root paths.  Check for basename of
254         lib in search path and then check for absolute.
255         (nto_in_dynsym_resolve_code): New function.
256         (nto_core_sniffer): New function.
257         (regset_core_fns): Register core sniffer.
258         (nto_initialize_signals): New function.
259         (_initialize_nto_tdep): Move signal initialization code to above to
260         avoid initialization race conditions.
261         (nto_set_target): New function.
262         * nto-procfs.c: Minor formatting/indenting changes.
263         (procfs_is_nto_target): New function.
264         (procfs_open): Set nto_is_nto_target.
265         (_initialize_procfs): Ditto.  Remove notice_signals() call to avoid
266         initialization race conditions.
267         (procfs_create_inferior): Resume inferior after creation.
268         * i386-nto-tdep.c: Declare i386_nto_target.
269         (init_i386nto_ops): Initialize i386_nto_target instead of
270         current_nto_target.
271         (i386nto_init_abi): Initialize signals.  Call nto_set_target.  Set
272         TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
273         (_initialize_i386nto_tdep): Call init_i386nto_ops.  Register osabi
274         sniffer.
275
276 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
277
278         * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
279         (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
280         (hppa_hpux_init_abi): Reformat long line.
281
282 2004-12-09  Mark Kettenis  <kettenis@gnu.org>
283
284         * hppa-hpux-tdep.c: Include "regset.h".
285         (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
286         (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
287         (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
288         (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
289         (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
290         (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
291         functions.
292         (hppa_hpux_regset): New variable.
293         (hppa_hpux_regset_from_core_section): New function.
294         (hppa_hpux_init_abi): Set regset_from_core_section.
295         (hppa_hpux_core_osabi_sniffer): New function.
296         (_initialize_hppa_hpux_tdep): Register
297         hppa_hpux_core_osabi_sniffer.
298         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
299         * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
300
301 2004-12-09  Randolph Chung  <tausq@debian.org>
302
303         * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
304         text and data sections.
305         (pa64_current_sos): Also include the dld in the list of current shared
306         objects.
307         (pa64_solib_get_solib_by_pc): Update comments.
308         (pa64_solib_get_text_base): New function.
309         (pa64_solib_select): Set solib_get_text_base method.
310
311 2004-12-08  Daniel Jacobowitz  <dan@debian.org>
312
313         * linux-thread-db.c (BUILD_THREAD): Delete.
314         (thread_get_info_callback): Include LWP ID in thread ID.
315         (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
316         (lwp_from_thread): Use the LWP ID from the thread ID.
317
318 2004-12-07  Randolph Chung  <tausq@debian.org>
319
320         * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
321         register for both 32- and 64-bit targets.
322
323 2004-12-07  Randolph Chung  <tausq@debian.org>
324
325         * frame.c (get_prev_frame): Don't terminate unwinding at main if we
326         are unwinding through a dummy frame.
327
328 2004-12-07  Randolph Chung  <tausq@debian.org>
329
330         * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
331         * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
332         (hppa_hpux_init_abi) Set unwind_adjust_stub method.
333         * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
334         if defined.
335
336 2004-12-07  Randolph Chung  <tausq@debian.org>
337
338         * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if 
339         unwinding from a frame with pc == 0.
340         (hppa_stub_frame_this_id): Likewise.
341         (hppa_stub_frame_prev_register): Only provide real values if the frame
342         cache is not NULL.
343
344 2004-12-07  Randolph Chung  <tausq@debian.org>
345
346         * solib-som.c: New file.
347         * solib-som.h: New file.
348         * solib-pa64.c: New file.
349         * solib-pa64.h: New file.
350
351 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
352
353         * Makefile.in (inf-ttrace.o): Fix typo.
354
355 2004-12-07  Jim Blandy  <jimb@redhat.com>
356
357         * remote.c (remote_threads_info, remote_current_thread): Use
358         strtoul to parse thread ID numbers.
359
360 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
361
362         * inf-ttrace.c: Include "gdbthread.h".
363         (inf_ttrace_num_lwps): New variable.
364         (inf_ttrace_num_lwps_in_syscall): Renamed from
365         inf_ttrace_num_threads_in_syscall.
366         (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
367         TTEVT_LWP_TERMINATE events.
368         (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
369         zero.
370         (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
371         (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
372         Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
373         events.
374         (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
375         default.  Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
376         TTEVT_LWP_TERMINATE events.
377         (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
378         (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
379         * Makefile.in (inf-ttrace.o): Update dependencies.
380
381         * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
382         prototypes.
383         * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
384         Make global.  Remove HP-UX specific code.  Use
385         frame_unwind_register_unsigned instead of
386         frame_unwind_register_signed.
387         (hppa_write_pc): Rename from hppa_target_write_pc.  Make global.
388         Remove HP-UX specific code.
389         (hppa_unwind_pc): Make global.  Remove HP-UX specific code.
390         (hppa_frame_prev_register_helper): Set "flags" register to zero
391         for all unwound frames.
392         (hppa_gdbarch_init): Adjust.
393         * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
394         (hppa_hpux_read_pc, hppa_hpux_write_pc)
395         (hppa_hpux_unwind_pc): New functions.
396         (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
397
398 2004-12-07  Andreas Schwab  <schwab@suse.de>
399
400         * main.c (long_options): Add entry for "-l".
401         (print_gdb_help): Add line for -l option.
402         * NEWS: Mention it.
403
404 2004-12-05  Randolph Chung  <tausq@debian.org>
405
406         * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
407         DEPRECATED_REGISTER_BYTE.
408
409 2004-12-05  Randolph Chung  <tausq@debian.org>
410
411         * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
412         records.
413
414 2004-12-05  Mark Kettenis  <kettenis@gnu.org>
415
416         * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
417         * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
418
419         * hppa-hpux-tdep.c: Update copyright notice and year.
420
421 2004-12-05  Richard Earnshaw  <rearnsha@arm.com>
422
423         * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
424         (get_field, put_field): Assert that the format is one we can handle.
425         Simplify logic accordingly.
426         (floatformat_normalize_byteorder): New function.
427         (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
428         to normalize and select modified byte order. Pass modified byte order
429         to get_field.
430         (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa): 
431         Likewise.
432         (convert_doublest_to_floatformat): Select an appropriate intermediate
433         byte order if necessary.  Always convert to the final format before
434         returning.
435
436 2004-12-04  Daniel Jacobowitz  <dan@debian.org>
437
438         PR tui/1703
439         * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
440         Suggested by Joshua Neuheisel.
441
442 2004-12-03  Randolph Chung  <tausq@debian.org>
443
444         * gdbarch.sh (instruction_nullified): Delete.
445         * gdbarch.c: Regenerate.
446         * gdbarch.h: Regenerate.
447         * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
448         nullified.
449         (hppa_unwind_pc): Likewise. 
450         (hppa_instruction_nullified): Delete.
451         (hppa_gdbarch_init): Don't set instruction_nullified method.
452         * infrun.c (infwait_states): Remove infwait_nullified_state.
453         (handle_inferior_event): Remove handling of infwait_nullified_state.
454         Remove handling of nullified instructions.
455
456 2004-12-03  Mark Kettenis  <kettenis@gnu.org>
457
458         * inf-ttrace.c: Include <sys/mman.h>.
459         (struct inf_ttrace_page): New.
460         (struct inf_ttrace_page_dict): New.
461         (inf_ttrace_num_threads_in_syscall)
462         (inf_ttrace_reenable_page_protections): New variables.
463         (inf_ttrace_enable_syscall_events)
464         (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
465         (inf_ttrace_add_page, inf_ttrace_insert_page)
466         (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
467         (inf_ttrace_enable_page_protections)
468         (inf_ttrace_disable_page_protections)
469         (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
470         (inf_ttrace_can_use_hw_breakpoint)
471         (inf_ttrace_region_size_ok_for_hw_watchpoint)
472         (inf_ttrace_stopped_by_watchpoint): New functions.
473         (inf_ttrace_him): Remove unsused varaible `tts'.
474         (inf_ttrace_create_inferior): Add assertionts.
475         (inf_ttrace_mourn_inferior): Clear page dictionary.
476         (inf_ttrace_attach): Set initial event mask.
477         (inf_ttrace_detach): Reset number of threads in system call.
478         (inf_ttrace_wait): Deal with system call events.
479         (inf_ttrace_target): Initialize "hardware" watchpoint-related
480         parts of the target vector.
481         (_initialize_inf_ttrace): New prototype and function.
482
483         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
484         type of `gp' variable.
485
486 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
487
488         * README: Remove config.if from directory listing.
489
490 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
491
492         * alpha-tdep.c (alpha_register_name): Add comment.
493         (alpha_cannot_fetch_register): Exclude registers numbers which
494         are no longer used from the list of registers that can be fetched.
495         (alpha_cannot_store_register): Exclude registers numbers which
496         are no longer used from the list of registers that can be stored.
497         * alpha-nat.c (fetch_osf_core_registers): Add missing value in
498         core_reg_mapping array.
499
500 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
501
502         * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
503         the register value from the correct frame.
504
505 2004-11-30  Randolph Chung  <tausq@debian.org>
506
507         * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
508         (hppa_linux_in_dyncall): Check that we are inside the range of 
509         $$dyncall, not necessarily at the first insn.
510         (hppa_linux_in_solib_call_trampoline): Identify a trampoline 
511         even if the pc does not point to the first insn of the trampoline.
512
513 2004-11-30  Randolph Chung  <tausq@debian.org>
514
515         * breakpoint.c (break_at_finish_command): Delete.
516         (break_at_finish_command_1): Delete.
517         (break_at_finish_at_depth_command): Delete.
518         (break_at_finish_at_depth_command_1): Delete.
519         (tbreak_at_finish_command): Delete.
520         * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
521         and bx commands.
522
523 2004-11-30  Andrew Cagney  <cagney@gnu.org>
524
525         * config/nm-gnu.h: Delete file.
526         * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
527
528         * config/nm-sysv4.h: Delete file.
529         * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
530         * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
531         * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
532         * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
533         * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
534
535 2004-11-29  Andrew Cagney  <cagney@gnu.org>
536
537         * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
538         Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
539         as can-commit architecture developers.
540
541 2004-11-29  Mark Kettenis  <kettenis@gnu.org>
542
543         * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
544         (sparc32_skip_prologue): Skip instructions that store arguments in
545         registers into their corresponding stack slots.
546
547         * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
548         tm-solib.h.
549         * config/m68k/obsd.mh (NAT_FILE): Likewise.
550
551         * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
552         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
553         * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
554         sparc32nbsd_elf_init_abi.  Remove duplicate code.
555
556         * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
557         * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
558         * config/sparc/nm-nbsd.h: Remove file.
559         * config/sparc/nm-nbsdaout.h: Remove file.
560
561         * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
562         (sparc_xfer_partial): New function.
563         (sparc_target): Save value of to_xfer_partial from ptrace vector.
564         Set to_xfer_partial.
565
566         * fork-child.c (fork_inferior): Fork instead of vfork if
567         PRE_TRACE_FUN is non-null.
568
569 2004-11-24  Fred Fish  <fnf@specifixinc.com>
570
571         * rs6000-tdep.c (skip_prologue): Use line table info to skip over
572         compiler generated function calls made as part of a prologue.
573
574 2004-11-23  Mark Kettenis  <kettenis@gnu.org>
575
576         * inf-ttrace.c: New file.
577         * inf-ttrace.h: New file.
578         * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
579         Include "inf-ttrace.h".
580         (ss_mpsfu_high): Define to ss_tlsp if necessary.
581         (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
582         ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
583         ptrace systems.
584         (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
585         instead of inf_ptrace_target.
586         * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
587         * Makefile.in (inf_ttrace_h): New variable.
588         (hppa-hpux-nat.o): Update dependency.
589         (inf-ttrace.o): New dependency.
590         (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
591
592 2004-11-23  Randolph Chung  <tausq@debian.org>
593
594         * arch-utils.c (generic_instruction_nullified): New.
595         * arch-utils.h (generic_instruction_nullified): New.
596         * gdbarch.sh (instruction_nullified): New method.
597         * gdbarch.c: Regenerate.
598         * gdbarch.h: Regenerate.
599         * infrun.c (INSTRUCTION_NULLIFIED): Delete.
600         (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
601         new gdbarch method.
602         * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
603         * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
604         static.  Rewrite to work directly off the passed regcache.
605         (hppa_gdbarch_init): Set instruction_nullified method.
606
607 2004-11-23  Joel Brobecker  <brobecker@gnat.com>
608
609         * sparc-tdep.c (sparc_is_unimp_insn): New function.
610         (sparc32_frame_cache): For functions where there is no debugging
611         information to help us determine whether it's a struct-return
612         function or not, fallback on checking whether the instruction
613         at the return address is an "unimp" instruction or not.
614
615 2004-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
616
617         * MAINTAINERS: Add myself to write after approval section.
618
619         * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
620         hpux-thread.c to suppress children from running.
621         (hppa_hpux_child_can_run): New function.
622         (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
623         * hpux-thread.c: Include string.h and hppa-tdep.h.
624         (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
625         HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
626         (hpux_thread_store_registers): Replace deprecated_registers with
627         calls to regcache_raw_read.
628         * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
629
630 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
631
632         * sparc64fbsd-nat.c: Update copyright year.
633         (_initialize_sparc64fbsd_nat): Construct and add target vector.
634         * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
635         inftarg.o.
636
637 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
638
639         * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
640
641 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
642
643         * linux-nat.c (my_waitpid): New function.
644         (linux_test_for_tracefork): Make more robust and verbose.  Take
645         an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
646         (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
647         argument.  Update calls to linux_test_for_tracefork.
648         (linux_enable_event_reporting, child_follow_fork)
649         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
650         (child_insert_exec_catchpoint): Update calls to
651         linux_supports_tracefork and linux_supports_tracevforkdone.
652
653 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
654
655         * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
656         (value_subscripted_rvalue): Likewise.
657         * valops.c (search_struct_field, value_slice): Likewise.
658
659 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
660
661         * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
662         Reorder includes a bit.  Fix comment.
663         * Makefile.in (inf-ptrace.o): Update dependencies.
664
665 2004-11-21  Andreas Schwab  <schwab@suse.de>
666
667         * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
668         (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
669         svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
670         to glibc_skip_solib_resolver.
671         * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
672         solib-legacy.o.
673         * Makefile.in (m68klinux-tdep.o): Update dependencies.
674
675 2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
676
677         * infttrace.h (ttrace_write_reg_64): Add prototype.
678         * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
679         expression.  
680         (store_inferior_registers): Correct formatting.  Replace uses of
681         deprecated_registers with calls to regcache_raw_read,
682         regcache_raw_write_part and regcache_raw_read_part.
683
684 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
685
686         * config/pa/hppahpux.mh: Remove file.
687         * config/pa/hpux1020.mh: Remove file.
688
689 2004-11-20  Andreas Schwab  <schwab@suse.de>
690
691         * configure.host: Set host floatformat for m68k.
692
693 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
694
695         * config/djgpp/fnchange.lst: Resolve file-name clash between
696         hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
697
698 2004-11-20  Mark Kettenis  <kettenis@gnu.org>
699
700         * hppa-hpux-nat.c: New file.
701         * config/pa/hpux.mh (NATDEPFILES): New file.
702         * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
703         (hppa-hpux-nat.o): New dependency.
704         * configure.host: Remove hppa*-*-hpux10.20.
705         (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
706
707         * inf-ptrace.c: Fix coding style.
708
709         * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
710         * infptrace.c (call_ptrace): Simply call ptrace with four
711         arguments.
712
713         * dbxread.c (process_one_symbol): Fix a few coding standard
714         issues.  Improve code formatting.
715
716         * dbxread.c: Include "gdb_string.h".
717         (record_minimal_symbol, read_ofile_symtab): Replace
718         DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
719         * Makefile.in (dbxread.o): Update dependencies.
720
721         * dwarf2-frame.c (read_encoded_value): Correctly calculate number
722         of bytes read for aligned LEB128 encodings.
723
724 2004-11-19  Mark Kettenis  <kettenis@gnu.org>
725
726         * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
727         parse_and_eval_address to u_long before converting it to a pointer
728         type.
729         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
730         ps_strings from int to u_long.
731         * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
732         u_long instead of CORE_ADDR.
733
734 2004-11-18  Mark Kettenis  <kettenis@gnu.org>
735
736         * dbxread.c (process_one_symbol): Do not adjust address of first
737         N_SLINE stab for a function for code generated by non-GCC
738         compilers.
739
740 2004-11-18  Kevin Buettner  <kevinb@redhat.com>
741
742         * solib-null.c: New file.
743
744 2004-11-17  Andrew Cagney  <cagney@gnu.org>
745
746         * MAINTAINERS: Drop MIPS and remote.
747
748 2004-11-15  Andrew Cagney  <cagney@gnu.org>
749
750         * findvar.c (value_of_register): Set the frame ID.
751         * value.c (value_primitive_field): Copy the frame ID.
752         * valops.c (value_assign): Simplify lval_register case, there's
753         always a frame.
754
755 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
756
757         * Makefile.in (mips-linux-tdep.o): Update dependencies.
758         * mips-linux-tdep.c: Include "regcache.h".
759         (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
760
761 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
762
763         * Makefile.in (linux-thread-db.o): Fix typo in last change.
764
765 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
766
767         * linux-thread-db.c: New file, renamed from thread-db.c.
768         * thread-db.c: Remove.
769         * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
770         * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
771         to linux-thread-db.o.
772         * config/arm/linux.mh (NATDEPFILES): Likewise.
773         * config/i386/linux.mh (NATDEPFILES): Likewise.
774         * config/i386/linux64.mh (NATDEPFILES): Likewise.
775         * config/ia64/linux.mh (NATDEPFILES): Likewise.
776         * config/m32r/linux.mh (NATDEPFILES): Likewise.
777         * config/m68k/linux.mh (NATDEPFILES): Likewise.
778         * config/mips/linux.mh (NATDEPFILES): Likewise.
779         * config/pa/linux.mh (NATDEPFILES): Likewise.
780         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
781         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
782         * config/s390/s390.mh (NATDEPFILES): Likewise.
783         * config/sparc/linux.mh (NATDEPFILES): Likewise.
784         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
785
786 2004-11-13  Andrew Cagney  <cagney@gnu.org>
787
788         * config/i386/i386lynx.mh: Delete file.
789         * config/i386/i386lynx.mt: Delete file.
790         * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
791         * i386ly-tdep.c: Delete.
792
793         * config/tm-lynx.h: Delete, inline contents ...
794         * config/rs6000/tm-rs6000ly.h: ... here.
795
796         * config/tm-sysv4.h: Delete file, inlining contents.
797         * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
798         * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
799         * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
800
801         * regcache.h (deprecated_register_valid): Delete.
802         (deprecated_registers): Delete.
803         * regcache.c (deprecated_register_valid): Delete.
804         (deprecated_registers): Delete.
805         (deprecated_read_register_byte, _initialize_regcache)
806         (deprecated_write_register_bytes, build_regcache): Update.
807         * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
808         remote-sds.o.
809         * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
810         * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
811
812         * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
813         v850-*-* under removed.
814         * configure.host: Delete ns32k-*-netbsd*.
815         * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
816         ns32k-*-netbsd*, and v850*-*-*.
817         * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
818         "Deleted"
819         * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
820         * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
821         * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
822         * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
823         * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
824         * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
825         * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
826         * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
827         * v850-tdep.c: Delete.
828         
829 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
830
831         * irix5-nat.c (fetch_core_registers): Replace use of
832         deprecated_registers by equivalent code.
833
834 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
835
836         * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
837         with equivalent code.
838         (fill_fpregset): Likewise.
839
840 2004-11-13  Andrew Cagney  <cagney@gnu.org>
841
842         * MAINTAINERS: Do not list "Deleted" architectures.
843
844         * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
845         m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
846         sparc-*-vxworks*.
847         * NEWS: Mention that vxworks was deleted.
848         * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
849         * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
850         * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
851         * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
852         * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
853         * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
854         * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
855         * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
856         * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
857         * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
858         * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
859         * remote-vxmips.c, remote-vx.c: Delete.
860         * remote-vx68.c: Delete.
861         * config/m68k/tm-os68k.h: Remove reference to VxWorks.
862         * config/m68k/os68k.mt, ada-lang.h: Ditto.
863         * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
864         (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
865
866 2004-11-13  Eli Zaretskii  <eliz@gnu.org>
867
868         * config/i386/xm-go32.h: Don't include fopen-bin.h.
869         Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
870
871         * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
872         branch that doesn't define CRLF_SOURCE_FILES; always use
873         binary-mode open.
874         (print_source_lines_base, forward_search_command)
875         (reverse_search_command): Enable the code that accepts DOS-style
876         CRLF line endings on all platforms (this removes the need for
877         CRLF_SOURCE_FILES).
878
879         * defs.h: Fix wording of the comment before FOPEN_RB.
880         (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
881
882         * config/djgpp/fnchange.lst: Group renames for opcode directory
883         together.
884
885         * config/djgpp/djconfig.sh: Replace file names that don't exist
886         anymore with existing files, for checking the unpacked
887         distribution.
888
889         * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
890         Export pre-cooked values in configure-* targets that begin with
891         "@test -f stage_last".
892
893 2004-11-12  Andrew Cagney  <cagney@gnu.org>
894
895         * defs.h (enum lval_type): Delete lval_reg_frame_relative.
896         * value.h (struct value): Update comment.
897         * valops.c (value_assign): Fold lval_reg_fame_relative into
898         lval_register.
899         * findvar.c (value_from_register, locate_var_value): Ditto.
900
901 2004-11-12  Randolph Chung  <tausq@debian.org>
902
903         * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
904         * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
905         (write_exp_msymbol): Remove conditional check for symbols starting 
906         with $.  Update comments.
907
908 2004-11-12  Randolph Chung  <tausq@debian.org>
909
910         * pa64solib.c (pa64_solib_thread_start_addr): Rename from 
911         so_lib_thread_start_addr.
912         * pa64solib.h (so_list): Forward declare.
913         (pa64_solib_thread_start_addr): Prototype.
914         * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
915         (no_shared_libraries): Remove.
916         (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
917         * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
918         * hpread.c (hpread_process_one_debug_symbol): Use either the som or
919         the elf solib handler to find the start address.
920
921         * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support 
922         files to the target makefile.
923         * config/pa/hpux1020.mh (NATDEPFILES):  Likewise.
924         * config/pa/hpux11.mh (NATDEPFILES): Likewise.
925         * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
926
927         * config/pa/hppa64.mt (TDEPFILES): Put target-specific support 
928         files for symbol reading and shared library handling here.
929         * config/pa/hppahpux.mt (TDEPFILES): Likewise.  
930         (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target 
931         without bringing in 64-bit support.
932
933 2004-11-12  Andrew Cagney  <cagney@gnu.org>
934
935         * sparc-tdep.c: Replace VALUE_TYPE with value_type.
936         * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
937         * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
938         * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
939         * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
940         * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
941         * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
942
943         Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
944         * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
945         (VALUE_REGNUM): Define.
946         (struct value): Delete location.regnum, rename "regno" to
947         "regnum".
948         * value.c, valops.c, valarith.c, findvar.c: Update.
949
950         * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
951         (VALUE_BITPOS): Delete.
952         (value_type, value_offset, value_bitsize, value_bitpos): Declare.
953         * value.c (value_type, value_offset, value_bitpos)
954         (value_bitsize): New functions.  Update references.
955         * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
956         * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
957         * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
958         * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
959         * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
960         * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
961         * valops.c, eval.c, findvar.c, breakpoint.c: Update.
962         * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
963         * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
964
965 2004-11-12  Andrew Cagney  <cagney@gnu.org>
966
967         * cris-tdep.c (cris_register_offset): Delete, never called.
968         (cris_spec_reg_applicable): Delete cris_ver_sim.
969         * MAINTAINERS: List d10v as OBSOLETE.
970         * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
971         FOPEN_WB et.al., defined by "fopen-bin.h".
972
973 2004-11-12  Randolph Chung  <tausq@debian.org>
974
975         * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
976         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
977         * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
978         * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
979
980 2004-11-12  Mark Kettenis  <kettenis@jive.nl>
981
982         * tui/tui-io.c: Don't include "terminal.h".
983         * Makefile.in (tui-io.o): Update dependencies.
984
985 2004-11-12  Kei Sakamoto  <sakamoto.kei@renesas.com>
986
987         * Makefile.in (m32r-linux-tdep.o): Update dependencies.
988         * m32r-linux-tdep.c (m32r_linux_init_abi): Call
989         set_gdbarch_regset_from_core_section for core file support.
990         (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
991         New functions.
992
993 2004-11-11  Randolph Chung  <tausq@debian.org>
994
995         * hppa-tdep.c (skip_prologue_hard_way): Make static, add
996         stop_after_branch parameter and use it to determine if we should look
997         at the delay slot of the first branch insn to find prologue insns.
998         (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
999         (hppa_frame_cache): Likewise.
1000
1001 2004-11-11  Randolph Chung  <tausq@debian.org>
1002
1003         * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
1004         register so that it can be unwound from anywhere in the prologue.
1005
1006 2004-11-10  msnyder  <msnyder@redhat.com>
1007
1008         * rs6000-tdep.c (skip_prologue): After saving lr_offset, 
1009         must invalidate lr_reg (so we don't try to save it again).  
1010         Ditto for cr_offset and cr_reg.
1011
1012 2004-11-05  Jon Beniston <jon@beniston.com>
1013
1014         Committed by Andrew Cagney.
1015         * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK 
1016         when an unexpected packet is received, as the target stubs 
1017         continually retransmit the same packet until ACKed.
1018         
1019 2004-11-10  Randolph Chung  <tausq@debian.org>
1020
1021         * frame.c (get_prev_frame): Use get_frame_type to retrieve the 
1022         frame's type.
1023
1024 2004-11-10  Randolph Chung  <tausq@debian.org>
1025
1026         * blockframe.c (inside_entry_func): Move to .....
1027         * frame.c (inside_entry_func): ... here, and make static.
1028         (backtrace_past_entry): New flag.
1029         (get_prev_frame): Stop backtrace at the entry function if enabled
1030         by flag.  Update comments.
1031         (_initialize_frame): Add command to set backtrace_past_entry flag.
1032         * defs.h (inside_entry_func): Remove prototype.
1033
1034 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
1035
1036         * dwarf2read.c: Fix formatting.
1037
1038 2004-11-10  Andrew Cagney  <cagney@gnu.org>
1039
1040         * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
1041         (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
1042         macros with function declarations.
1043         * value.c (coerce_ref, coerce_array, coerce_number)
1044         (coerce_enum): New functions.
1045         (value_as_long, value_as_address): Update.
1046         * ada-lang.c (ada_coerce_ref, ada_value_binop) 
1047         (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
1048         * jv-lang.c (evaluate_subexp_java): Update.
1049         * valarith.c (value_less, value_neg, value_complement)
1050         (value_binop, value_add, value_subscript, value_x_binop) 
1051         (value_logical_not, value_sub): Update.
1052         * valops.c (check_field, value_struct_elt, value_ind)
1053         (value_find_oload_method_list, value_cast, value_assign): Update.
1054         * eval.c (evaluate_subexp_standard): Update.
1055
1056 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
1057
1058         * mips-tdep.c (mips32_relative_offset): Change return type to
1059         LONGEST, change argument type to ULONGEST.  Fix sign-extension.
1060
1061 2004-11-10  Randolph Chung  <tausq@debian.org>
1062
1063         * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
1064         (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
1065         (hppa_fetch_pointer_argument): Likewise.
1066         (hppa_frame_cache): Use safe_frame_unwind_memory instead of 
1067         deprecated_read_memory_nobpt.
1068         (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
1069         add_set_cmd sequence with add_setshow_boolean_cmd.
1070
1071 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1072
1073         GDB 6.3 released from GDB 6.3 branch.
1074
1075 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1076
1077         * values.c: Rename to ...
1078         * value.c: ..., new file.
1079         * Makefile.in: Update.
1080
1081 2004-11-09  Daniel Jacobowitz  <dan@debian.org>
1082
1083         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
1084         size.
1085
1086 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1087
1088         * TODO: Delete.
1089
1090         * value.h (struct value): Delete field bfd_section.
1091         (VALUE_BFD_SECTION): Delete macro.
1092         (COERCE_REF): Update.
1093         (value_at, value_at_lazy): Delete asection parameter.
1094         * printcmd.c (print_formatted, x_command): Update.
1095         (do_examine): Delete asection parameter.
1096         (next_section): Delete variable.
1097         * valops.c (value_cast, value_at, value_at_lazy)
1098         (value_coerce_function, value_addr, value_ind, value_string) 
1099         (find_rt_vbase_offset, value_full_object): Update.
1100         * hpacc-abi.c (hpacc_virtual_fn_field)
1101         (hpacc_value_rtti_type): Update.
1102         * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) 
1103         (gnuv3_baseclass_offset): Update.
1104         * f-valprint.c (f_val_print): Update.
1105         * c-valprint.c (c_val_print): Update.
1106         * p-valprint.c (pascal_val_print): Update.
1107         * jv-valprint.c (java_value_print): Update.
1108         * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
1109         * ada-lang.c (ada_value_primitive_packed_val)
1110         (ada_evaluate_subexp): Update.
1111         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
1112         * expprint.c (print_subexp_standard): Update.
1113         * infcall.c (call_function_by_hand): Update.
1114         * valarith.c (value_add): Update.
1115         * eval.c (evaluate_subexp_standard): Update.
1116         * values.c (allocate_value, value_copy, value_static_field): Update.
1117         * findvar.c (read_var_value, locate_var_value): Update.
1118         
1119 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1120
1121         * i386-linux-tdep.c: Include "dwarf2-frame.h".
1122         * Makefile.in: Update all dependencies.
1123
1124 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1125
1126         * sentinel-frame.c (sentinel_frame_prev_pc): New function.
1127         (sentinel_frame_unwinder): Add the prev_pc method.
1128         * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
1129         available.  Do not handle the sentinel-frame case.
1130         * frame-unwind.h (frame_prev_register_ftype): Define.
1131         (struct frame_unwind): Add prev_pc;
1132
1133 2004-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1134
1135         * configure.in: Check for ncurses/term.h.
1136         * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
1137         * utils.c: Include gdb_curses.h instead of curses.h and term.h.
1138         * tui/tui.c: Don't include term.h.
1139         * configure, config.in: Rebuilt.
1140
1141 2004-11-08  Mark Kettenis  <kettenis@gnu.org>
1142
1143         * m68kbsd-nat.c: Include "inf-ptrace.h".
1144         (_initialize_m68kbsd_nat): Fix pasto.
1145         * Makefile.in (m68kbsd-nat.o): Update dependencies.
1146
1147 2004-11-08  Randolph Chung  <tausq@debian.org>
1148
1149         * infrun.c (debug_infrun): New variable.
1150         (resume, proceed, wait_for_inferior): Annotate with debug messages.
1151         (handle_inferior_event, keep_going): Likewise.
1152         (_initialize_infrun): Register "set debug infrun" command.
1153
1154 2004-11-08  Andreas Schwab  <schwab@suse.de>
1155
1156         * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
1157         PTRACE_EVENT_VFORKDONE.
1158         (child_follow_fork): Adjust.
1159
1160 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1161
1162         * README: Refer to 6.3, not 6.2, update directory listing droppng
1163         references to intl/ and mmalloc/.
1164         * PROBLEMS: Refer to 6.3 not 6.2.
1165
1166         * PROBLEMS: Delete no-longer applicable problems.
1167
1168 2004-11-07  Andrew Cagney  <cagney@redhat.com>
1169             Daniel Jacobowitz  <dan@debian.org>
1170             Roland McGrath  <roland@redhat.com>
1171
1172         * Makefile.in (symfile-mem.o): Update dependencies.
1173         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
1174         (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
1175         * inf-ptrace.c (inf_ptrace_attach): Call
1176         observer_notify_inferior_created.
1177         * inftarg.c (child_attach): Likewise.
1178         * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
1179         (symbol_file_add_from_memory): Take NAME argument.  Use it for
1180         the new BFD's filename.
1181         (add_symbol_file_from_memory_command): Update call to
1182         symbol_file_add_from_memory.
1183         (struct symbol_file_add_from_memory_args, add_vsyscall_page)
1184         (symbol_file_add_from_memory_wrapper): New.
1185         (_initialize_symfile_mem): Register add_vsyscall_page as an
1186         inferior_created observer.
1187
1188 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1189
1190         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
1191         fetch_inferior_registers.  Make static.
1192         (m68kbsd_store_inferior_registers): Rename from
1193         store_inferior_registers.  Make static.
1194         (_initialize_m68kbsd_nat): Construct and add target vector.
1195         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1196         inftarg.o.  Add inf-ptrace.o.
1197         (NAT_FILE): Set to tm-solib.h.
1198         (LOADLIBES): New variable.
1199         * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1200         inftarg.o.  Add inf-ptrace.o.
1201         (NAT_FILE): Delete variable.
1202         * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1203         inftarg.o.  Add inf-ptrace.o.
1204         (NAT_FILE): Set to tm-solib.h.
1205         * config/m68k/nm-nbsdaout.h: Remove file.
1206
1207 2004-11-07  Daniel Jacobowitz  <dan@debian.org>
1208
1209         * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1210         (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1211         (dwarf2_signal_frame_unwind): New.
1212         (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1213         * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1214
1215 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1216
1217         * Makefile.in (mips64obsd-tdep.o): Fix typo.
1218
1219         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1220         from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets.  Trim sizes
1221         to only include the structure members we actually need.
1222         (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1223         mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets.  Trim sizes to
1224         only include the structure members we actually need.
1225         (mipsnbsd_init_abi): Update.
1226
1227         * mips64obsd-nat.c: Include "mips-tdep.h".
1228         (MIPS64OBSD_NUM_REGS): Remove define.
1229         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1230         (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1231         floating-point registers correctly.
1232         * Makefile.in (mips64obsd-nat.o): Update dependencies.
1233
1234         * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1235         "gdb_assert.h".
1236         (mips64obsd_sigframe_init): New function.
1237         (mips64obsd_sigframe): New variable.
1238         (mips64obsd_init_abi): Add comments.  Prepend mips64obsd_sigrame
1239         unwinder.
1240         * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1241
1242 2004-11-06  Joel Brobecker  <brobecker@gnat.com>
1243
1244         * alpha-mdebug-tdep.c: #include mdebugread.h.
1245         Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1246         * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1247
1248 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1249
1250         * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1251         CFI and the init_reg method leave the register unspecified.
1252         Include the register name in the "Incomplete CFI data" complaint.
1253         Supress leading zeros in the address.
1254
1255 2004-11-05  Mark Kettenis  <kettenis@gnu.org>
1256
1257         * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1258         skipping a personality routine in a CIE augmentation.
1259
1260 2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>
1261
1262         * defs.h (fatal, vfatal): New function prototypes.
1263         * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1264         via catch_errors.
1265         (backtrace_command): Change to call backtrace_command_stub via
1266         catch_errors instead of calling backtrace_command_1 directly.
1267         (backtrace_full_command): Ditto.
1268         * utils.c (error_stream_1): New static function.
1269         (verror): Change to call error_stream_1 instead of error_stream.
1270         (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1271         (vfatal, fatal): New functions.
1272
1273 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1274
1275         * stack.c (parse_frame_specification_1): Clear selected_frame_p
1276         when not using selected frame.
1277
1278 2004-11-05  Mark Kettenis  <kettenis@jive.nl>
1279
1280         * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1281         personality routine in a CIE augmentation.
1282
1283 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
1284
1285         * stack.c (set_current_sal_from_frame): New function.
1286         (print_args_stub): Use it.
1287         (print_frame_info): Don't set sal here.
1288
1289 2004-11-04  Mark Kettenis  <kettenis@gnu.org>
1290
1291         * dwarf2-frame.c (read_encoded_value): Change type of third
1292         argument to `unsigned char *'.  Add support for LEB128 encodings.
1293
1294 2004-11-04  Jim Blandy  <jimb@redhat.com>
1295
1296         * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
1297         prevent cross-objfile references.
1298         (make_cv_type): Doc fix.  Don't create cross-objfile references,
1299         even for stub types.
1300         (replace_type): Add assertion to prevent cross-objfile references.
1301         (check_typedef): Never resolve a stub type by copying over a type
1302         from another file.
1303
1304 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1305
1306         * Makefile.in (m32r-tdep.o): Update dependencies.
1307         * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1308         ABI-specific overrides.
1309
1310 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1311
1312         * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1313         unnecessary parallel execution bit.
1314         (m32r_memory_remove_breakpoint): Ditto.
1315         (m32r_breakpoint_from_pc): Update.
1316
1317 2004-11-03  Randolph Chung  <tausq@debian.org>
1318
1319         * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1320         frame_func_unwind to locate the unwind entry.
1321         (hppa_frame_this_id): Likewise.
1322
1323 2004-11-03  Andrew Cagney  <cagney@gnu.org>
1324
1325         * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1326         packet, obsolete configurations, end-of-life deprecated_registers.
1327
1328 2004-11-02  Mark Kettenis  <kettenis@gnu.org>
1329
1330         * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1331         encodings as well as unsigned encodings.
1332
1333 2004-11-02  Andrew Cagney  <cagney@gnu.org>
1334
1335         * value.h (COERCE_VARYING_ARRAY): Delete.
1336         * valops.c (value_cast, value_slice): Delete use.
1337         * valarith.c (value_subscript, value_concat): Delete use.
1338
1339 2004-11-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
1340
1341         * NEWS: GDB understands GNAT Ada.
1342
1343 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1344
1345         * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1346         (amd64-sol2-tdep.o): Add dependencies.
1347         * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1348         config/i386/sol2-64.mt: New files.
1349         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1350         amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1351         (supply_gregset): Correct order of arguments to
1352         amd64_supply_native_gregset.
1353         (fill_gregset): Correct order of arguments to
1354         amd64_collect_native_gregset.
1355         * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1356         * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1357         * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1358         for definition of NEW_PROC_API.
1359         * configure: Regenerate.
1360
1361 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1362
1363         * MAINTAINERS (Write After Approval): Add myself.
1364
1365 2004-11-01  Andrew Cagney  <cagney@gnu.org>
1366
1367         * configure.tgt: Mark d10v-*-* as obsolete.
1368         * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1369
1370 2004-11-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
1371
1372         * values.c (modify_field): Correct handling of bit-fields that
1373         don't fit in 32 bits.  Use unsigned operations throughout and 
1374         simplify the code a bit.  Document preconditions.
1375
1376 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1377
1378         * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1379         * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1380         (in_plt_section): Delete.
1381
1382         * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1383         (mips_gdbarch_init): Do not set same.
1384
1385         * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1386         * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1387
1388         * gdbarch.sh (in_solib_call_trampoline): Delete.
1389         * gdbarch.h, gdbarch.c: Re-generate.
1390
1391         * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1392         IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1393         * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1394         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1395         * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1396
1397 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1398
1399         * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1400         (mipsnbsd_fetch_inferior_registers): Rename from
1401         fetch_inferior_registers.  Make static.
1402         (mipsnbsd_store_inferior_registers): Rename from
1403         store_inferior_registers.  Make static.
1404         (_initialize_mipsnbsd_nat): New function and prototype.
1405         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1406         * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1407         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
1408         inf-ptrace.o.
1409
1410 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1411
1412         * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1413         (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1414         delete corresponding unused function.
1415         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1416         in_solib_call_trampoline.
1417         * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1418         * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1419         * config/mips/tm-nbsd.h: Ditto.
1420         * config/arm/tm-linux.h: Ditto.
1421         * config/mips/tm-linux.h: Ditto.
1422
1423         * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1424         (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1425         in_solib_call_trampoline, delete corresponding unused function.
1426         * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline) 
1427         (vaxnbsd_aout_init_abi): Ditto.
1428         * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline) 
1429         (sparc32nbsd_aout_init_abi): Ditto.
1430         * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline) 
1431         (ppc_linux_init_abi): Ditto.
1432         * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline) 
1433         (ns32knbsd_init_abi_aout): Ditto.
1434         * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1435         * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1436         * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline) 
1437         (m68kbsd_aout_init_abi): Ditto.
1438         * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline) 
1439         (i386_cygwin_init_abi): Ditto.
1440         * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline) 
1441         (i386bsd_init_abi): Ditto.
1442
1443         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1444         in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1445         isn't used by this architecture.
1446         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1447         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1448         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1449         * s390-tdep.c (s390_gdbarch_init): Ditto.
1450         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1451         * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1452         * i386-tdep.c (i386_svr4_init_abi): Ditto.
1453         * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1454         * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1455         * amd64-tdep.c (amd64_init_abi): Ditto.
1456
1457         * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1458         in_solib_call_trampoline to its default value of
1459         generic_in_solib_call_trampoline.
1460         * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1461         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1462         * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1463         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1464         * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1465         * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1466
1467         * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1468
1469         * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1470
1471         * config/mips/tm-mips.h: Delete file.
1472         * remote-mips.c: Delete tm-mips.h from comment.
1473         * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1474         * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1475         * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1476         * config/mips/tm-linux.h: Don't include tm-mips.h.
1477         * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1478         * config/mips/irix5.mt (DEPRECATED_TM_FILE): 
1479         * config/mips/tm-wince.h: Don't include.
1480
1481         * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1482         * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1483         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1484         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1485
1486         * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1487         * mdebugread.c (ecoff_relocate_efi): Delete function.
1488         * objfiles.c (objfile_relocate): Delete #ifdef
1489         MDEBUG_EFI_SYMBOL_NAME code.
1490
1491 2004-10-31  Orjan Friberg <organ.friberg@axis.com>
1492             Andrew Cagney  <cagney@gnu.org>
1493
1494         * gdbarch.sh (single_step_through_delay): Add.
1495         * gdbarch.h, gdbarch.c: Re-generate.
1496         * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1497         (mips_step_skips_delay): Delete.
1498         * mips-tdep.c (mips_single_step_through_delay): Replace
1499         mips_step_skips_delay.
1500         (mips_gdbarch_init): Set single_step_through_delay.
1501         (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1502         
1503 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1504
1505         * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1506         from TRAMP_FRAME frame type.
1507
1508 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1509
1510         * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1511
1512         * mips-tdep.c (mips_ignore_helper): Delete.
1513         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1514         * infrun.c (handle_inferior_event): Delete #ifdef
1515         DEPRECATED_IGNORE_HELPER_CALL code.
1516
1517         * config/mips/tm-mips.h (RA_REGNUM): Delete.
1518
1519 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1520
1521         * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1522         (fill_fpregset): Do not compile for 64-bit systems.
1523         * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1524         * Makefile.in (i386-sol2-nat.o): Update dependencies.
1525         * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1526
1527 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1528
1529         * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1530         (struct mdebug_extra_func_info): Define.
1531         * config/alpha/tm-alpha.h: Delete same.
1532         * config/mips/tm-mips.h: Delete same.
1533         * mdebugread.c: Delete same.
1534         * Makefile.in: Update dependencies.
1535         * mips-mdebug-tdep.c: Include "mdebugread.h".
1536
1537         * objfiles.c: Include "mdebugread.h".
1538         * mdebugread.c: Include "mdebugread.h".
1539         (ecoff_relocate_cfi): Delete.
1540         * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1541         * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1542         * mdebugread.h (ecoff_relocate_efi): New file.
1543         * Makefile.in: Update dependencies.
1544         
1545         * mips-tdep.c (struct frame_extra_info): Delete.
1546         (temp_proc_desc): Delete.
1547
1548         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1549         MIPS_EFI_SYMBOL_NAME.
1550         (mips_extra_func_info_t, mips_extra_func_info): Delete.
1551         (struct mdebug_extra_func_info): Replace struct
1552         alpha_extra_func_info and alpha_extra_func_info_t.
1553         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1554         MIPS_EFI_SYMBOL_NAME.
1555         (struct mdebug_extra_func_info): Replace struct
1556         alpha_extra_func_info and alpha_extra_func_info_t.
1557         * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1558         * mdebugread.c, alpha-mdebug-tdep.c: 
1559
1560         Suggested by Mark Kettenis.
1561         * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1562         fields frame_adjust and high_addr.
1563         * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1564         (non_heuristic_proc_desc): Delete references.
1565
1566         * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1567         * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1568         * mips-tdep.c: Update.
1569
1570         * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1571         (MIPS_LAST_EMBED_REGNUM): Add.
1572         * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1573         (LAST_EMBED_REGNUM): Delete.
1574         * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1575
1576         * config/mips/tm-mips.h (PS_REGNUM): Delete.
1577         * mips-tdep.h (MIPS_PS_REGNUM): Add.
1578         * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1579         * mips-linux-nat.c: Update.
1580
1581         * mips-tdep.h: Add comments on registers.
1582         (MIPS_UNUSED_REGNUM): Define.
1583         * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1584         (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1585         * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1586         * mips-linux-nat.c, remote-mips.c: Update.
1587
1588         * config/mips/tm-mips.h (t_insn): Delete.
1589         * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1590         Replace t_insn with ULONGEST.
1591
1592 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1593
1594         * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1595         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1596         (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1597         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1598         (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1599         (mipsnbsd_core_osabi_sniffer): New function.
1600         (mipsnbsd_init_abi): Set regset_from_core_section.
1601         (_initialize_mipsnbsd_tdep): Remove calls to
1602         deprecated_add_core_fns.
1603         (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1604         (mipsnbsd_regset_from_core_section): New functions.
1605         (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1606         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1607
1608         * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1609         Remove optimization for DEPRECATED_FP_REGNUM.
1610
1611 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1612
1613         * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1614         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1615         (alpha_setup_arbitrary_frame): Delete.
1616         * mips-tdep.c (setup_arbitrary_frame): Delete.
1617         * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1618         (setup_arbitrary_frame): Delete.
1619         * stack.c (parse_frame_specification_1): When specified, call
1620         create_new_frame with two parameters.  Delete #ifdef
1621         SETUP_ARBITRARY_FRAME.
1622
1623         * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1624         (MIPS_INSTLEN): Delete.
1625         * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1626         MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1627         * remote-mips.c, mips-tdep.c: Update.
1628
1629         * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1630         * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1631         * mips-tdep.c (mips_mdebug_frame_cache)
1632         (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1633         (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1634         (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1635         (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1636         (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1637         (mips_gdbarch_init): Do not append mdebug sniffers.
1638         (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) 
1639         (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) 
1640         (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) 
1641         (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1642         * Makefile.in: Update dependencies.
1643
1644         * mips-tdep.h (mips_abi_regsize): Declare.
1645         * mips-tdep.c (mips_abi_regsize): Make non-static.
1646
1647         * mips-tdep.c (gdb_print_insn_mips): Simplify.
1648         (make_mips16_addr): Delete.
1649
1650 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1651
1652         * i386-sol2-nat.c: New file.
1653         * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1654         i386-sol2-tdep.c.
1655         (i386-sol2-nat.o): Update dependencies.
1656         * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1657         i386-sol2-nat.o.
1658
1659 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1660
1661         Total breakage identified by Joel Brobecker.
1662         * mips-tdep.c (after_prologue): Delete.
1663         (mips_skip_prologue): Use skip_prologue_using_sal.
1664         (heuristic_proc_desc): Delete, unused.
1665
1666 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1667
1668         * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1669         (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1670         Cleanup coding style.
1671
1672 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1673
1674         * mips-tdep.h (mips_pc_is_mips16): Declare.
1675         * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1676         non-static.  Update calls.
1677
1678         * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1679         * command.h (add_setshow_enum_cmd): Declare.
1680         * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1681
1682         * mips-tdep.c (_initialize_mips_tdep): Use
1683         add_setshow_zinteger_cmd.
1684         
1685         * mips-tdep.c (mips_eabi_extract_return_value)
1686         (mips_o64_extract_return_value, mips_o64_store_return_value)
1687         (return_value_location, mips_eabi_reg_struct_has_addr)
1688         (mips_eabi_use_struct_convention)
1689         (mips_eabi_store_return_value): Delete.
1690         (mips_eabi_store_return_value): New function.
1691         (mips_eabi_return_value): New function.
1692         (mips_gdbarch_init): For O64 and EABI, delete
1693         extract_return_value, store_return_value, use_struct_convention
1694         and reg_struct_has_addr, add return_value.
1695
1696         * mips-tdep.c (read_signed_register): Use
1697         regcache_cooked_read_signed.
1698
1699 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1700
1701         * mipsread.c: Cleanup coding style.
1702         (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1703         (mipscoff_symfile_finish): Remove prototypes.
1704
1705 2004-10-29  Mark Kettenis  <kettenis@gnu.org>
1706
1707         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1708         (mips_mdebug_frame_cache, mips16_scan_prologue)
1709         (mips32_scan_prologue, mips_stub_frame_cache)
1710         (heuristic_proc_start, heuristic_proc_desc)
1711         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1712         (mips_n32n64_return_value, mips_o32_push_dummy_call)
1713         (mips_o32_return_value, mips_o64_push_dummy_call)
1714         (mips_step_skips_delay, mips_skip_trampoline_code)
1715         (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1716         MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1717         T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1718         instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1719         and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1720         (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1721         T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1722         MIPS16_INSTLEN.  Use MIPS_A0_REGNUM instead of A0_REGNUM.
1723         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1724         (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1725         ZERO_REGNUM.
1726         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1727         (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1728         ZERO_REGNUM.
1729         (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1730         A0_REGNUM.
1731         * mipsnbsd-nat.c: Include "mips-tdep.h".
1732         (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1733         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1734
1735 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1736
1737         * stack.c (parse_frame_specification_1): New function based on
1738         parse_frame_specification.  Add message and selected_frame_p
1739         paramters.  Truely always return non-NULL.
1740         (parse_frame_specification): Call parse_frame_specification_1.
1741         (frame_info): Update.  Eliminate target_has_stack check.
1742         (select_frame_command): Update.
1743
1744 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1745
1746         * frame.h (get_selected_frame): Add message parameter.
1747         * frame.c (get_selected_frame): Add and use message parameter.
1748         * stack.c (current_frame_command, return_command, locals_info)
1749         (catch_info, args_info, up_silently_base, down_silently_base): Use
1750         get_selected_frame with an explicit message.
1751         * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1752         * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1753         * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1754         * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1755         * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1756         * breakpoint.c: Update.
1757
1758 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1759
1760         * trad-frame.c (trad_frame_get_prev_register): Use
1761         frame_unwind_register instead of frame_register_unwind, do not
1762         recurse the register's location.
1763         * xstormy16-tdep.c (xstormy16_frame_prev_register): 
1764         * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1765         * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1766         * sh-tdep.c (sh_frame_prev_register): Ditto.
1767         * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1768         * i386-tdep.c (i386_frame_prev_register): Ditto.
1769         * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1770         * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1771
1772 2004-10-28  Mark Kettenis  <kettenis@jive.nl>
1773
1774         * proc-events.c: Fix several coding-style issues.  Consistently
1775         use #ifdef instead of #if defined().
1776         (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1777         ARRAY_SIZE.
1778         (_initialize_proc_events): New prototype.
1779
1780         * proc-why.c: Fix several coding-style issues.
1781         (proc_prettyfprint_why): Use ARRAY_SIZE.
1782
1783 2004-10-27  Jim Blandy  <jimb@redhat.com>
1784
1785         * remote.c (fetch_register_using_p): Construct 'p' packet in a
1786         manner independent of the host byte order.
1787
1788 2004-10-27  Mark Kettenis  <kettenis@gnu.org>
1789
1790         * mips-tdep.c (id_delayed): Remove prototype.
1791
1792 2004-10-26  Mark Kettenis  <kettenis@gnu.org>
1793
1794         * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1795         MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1796         to enum with register numbers.
1797         (enum mips_insn_size): New enum.
1798
1799 2004-10-26  Andrew Cagney  <cagney@gnu.org>
1800
1801         * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1802         * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1803         (mips_gdbarch_init): Update.
1804         (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1805
1806         * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1807         * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1808         IN_SOLIB_RETURN_TRAMPOLINE.
1809         * mips-tdep.c (mips_dump_tdep): Do not print
1810         IN_SOLIB_RETURN_TRAMPOLINE.
1811         (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1812         (mips_gdbarch_init): Update.
1813
1814         * mips-tdep.h (mips_software_single_step): Move to here ...
1815         * config/mips/tm-mips.h: ... from here.
1816         * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P) 
1817         (SOFTWARE_SINGLE_STEP): Delete.
1818         * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1819
1820 2004-10-25  Andrew Cagney  <cagney@gnu.org>
1821
1822         * NEWS: Add Changes since GDB 6.3 section.
1823
1824 2004-10-23  Andreas Schwab  <schwab@suse.de>
1825
1826         * ada-lang.c (grow_vect): Return the new array instead of
1827         expecting pointer to pointer to avoid violation of aliasing rules.
1828         * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1829
1830 2004-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1831
1832         * s390-tdep.c (enum pv_boolean): Remove.
1833         (pv_is_array_ref): Remove.
1834         (s390_on_stack): Remove.
1835         (S390_NUM_SPILL_SLOTS): Remove.
1836         (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1837         add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1838         (s390_store): Track all stores of orginal incoming registers to the
1839         stack constant offsets relative to the CFA, instead of only tracking
1840         stores into specific spill slots.
1841         (s390_load): Likewise.
1842         (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1843         (s390_prologue_frame_unwind_cache): Likewise.  Only track registers
1844         defined as call-saved by the ABI.
1845         (s390_push_dummy_call): Use bottom of dummy call argument save area
1846         as return value, not the top.  Do not store to the called function's
1847         register save area.
1848         (s390_unwind_dummy_id): Adapt accordingly.
1849
1850 2004-10-23  Andrew Cagney  <cagney@gnu.org>
1851
1852         * objfiles.h (struct objfile): Rename obj_private to
1853         deprecated_obj_private, sym_private to deprecated_sym_private, and
1854         sym_stab_info to deprecated_sym_stab_info.
1855         * gdb-stabs.h: Update.
1856         * elfread.c: Update.
1857         * dbxread.c: Update.
1858         * coffread.c: Update.
1859         * xcoffread.c: Update.
1860         * symfile.c: Update.
1861         * somread.c: Update.
1862         * nlmread.c: Update.
1863         * mdebugread.c: Update.
1864         * hpread.c: Update.
1865         * coffread.c: Update.
1866
1867 2004-10-23  Mark Kettenis  <kettenis@gnu.org>
1868
1869         * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1870         * configure.host: Add mips64*-*-openbsd*.
1871         * configure.tgt: Add mips64*-*-openbsd*.
1872         * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1873         mips64obsd-tdep.c.
1874         (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1875         * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1876
1877 2004-10-21  Joel Brobecker  <brobecker@gnat.com>
1878
1879         * symtab.c (symbol_search_name): Minor reformatting.
1880
1881 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
1882
1883         * symtab.h: Fix typo in comment.
1884
1885 2004-10-19  Mark Kettenis  <kettenis@gnu.org>
1886
1887         * dwarf2read.c (struct comp_unit_head): Fix coding style.
1888         (dwarf_decode_line_header): Likewise.
1889
1890 2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
1891
1892         * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1893
1894 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1895
1896         GDB 6.3 branch created.
1897         * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1898
1899 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1900
1901         * dwarf2read.c (set_cu_language): Set language to Ada for
1902         DW_LANG_Ada83 and DW_LANG_Ada95.
1903
1904 2004-10-15  Michael Chastain  <mec.gnu@mindspring.com>
1905
1906         From Andreas Schwab <schwab@suse.de>:
1907         * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1908         for xmalloc and xrealloc.
1909
1910 2004-10-15  Andrew Cagney  <cagney@gnu.org>
1911
1912         * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1913         * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1914         * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1915         Update dependencies.
1916
1917 2004-10-15  Paul Hilfinger  <Hilfinger@gnat.com>
1918
1919         * ada-lang.c (ada_lookup_symbol): Correct comment.
1920         (ada_evaluate_subexp): Change error message for
1921         OP_FUNCALL case so as not to indicate an internal error.
1922         
1923 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1924
1925         Committed by Paul Hilfinger.
1926         * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1927         type sizes in XVE/XVU types, and emit a warning when that happens,
1928         instead of rounding up the size of the resulting type.
1929         Some minor reformatting.
1930         (ada_is_aligner_type): Do not consider a type as an aligner type 
1931         if there is a corresponding XVS type as well.
1932         (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we 
1933         have several levels of pointer indirection to the array.
1934         
1935 2004-10-15  Jerome Guitton  <guitton@gnat.com>
1936
1937         Committed by Paul Hilfinger.
1938         * ada-lang.c (check_size): New function.
1939         (coerce_unspec_val_to_type): call check_size to make sure
1940         that the object size is reasonable.
1941         (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1942         Implements the case when we get a reference when we evaluate
1943         the expression of one of the bounds of the slice.
1944         (ada_value_struct_elt): when a packed array field is
1945         a reference, use ada_coerce_ref to dereference it; use 
1946         ada_value_ind only if it is a pointer.
1947
1948 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1949
1950         * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1951         a bit to avoid the necessity of an advance declaration. Remove
1952         declaration.
1953         (set_reg_offset): Move implemenation up.
1954         (mips16_get_imm): Likewise.
1955         (mips16_scan_prologue): Likewise.
1956         (reset_saved_regs): Likewise.
1957         (mips32_scan_prologue): Likewise.
1958
1959 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1960
1961         * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1962         Remove sp as a parameter, compute it internally instead. Move
1963         prologue scanning limit from heuristic_proc_desc to here.
1964         (mips16_scan_prologue): Likewise.
1965         (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1966         by call to mips16_scan_prologue.
1967         (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1968         by call to mips32_scan_prologue.
1969         (heuristic_proc_desc): Remove code that's no longer necessary.
1970         Update calls to mips16_scan_prologue and mips32_scan_prologue.
1971         (mips_skip_prologue): Update calls to mips16_scan_prologue
1972         and mips32_scan_prologue.
1973
1974 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1975
1976         * mips-tdep.c (mips16_scan_prologue): Merge code from
1977         mips16_skip_prologue.  Now return the address of the first
1978         instruction past the function prologue.
1979         (mips16_skip_prologue): Remove, no longer necessary.
1980         (mips_skip_prologue): Replace call to mips16_skip_prologue
1981         by call to mips16_scan_prologue.
1982
1983 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1984
1985         * mips-tdep.c (mips32_scan_prologue): Merge code from
1986         mips32_skip_prologue.  Now return the address of the first
1987         instruction past the function prologue.
1988         (mips32_skip_prologue): Remove.  No longer necessary.
1989         (mips16_skip_prologue): Add parameter end_pc instead of
1990         computing it.
1991         (mips_skip_prologue): Compute the upper limit for the
1992         prologue scanning. Update call to mips16_skip_prologue.
1993         Replace call to mips32_skip_prologue by call to
1994         mips32_scan_prologue.
1995
1996 2004-10-14  Mark Kettenis  <kettenis@gnu.org>
1997
1998         * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1999         NetBSD system call stubs that store %rp in the ERP slot of the
2000         stack frame.
2001
2002         * source.c: Always define O_BINARY to 0 if not defined already.
2003         (openp): Unconditionally use O_BINARY.
2004
2005         * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
2006         * event-top.c (gdb_readline2): Likewise.
2007
2008 2004-10-14  Orjan Friberg  <orjanf@axis.com>
2009
2010         * cris-tdep.c (_initialize_cris_tdep): Re-add call to
2011         deprecated_add_core_fns which was removed by mistake.
2012
2013 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
2014
2015         * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
2016         references to deprecated_registers[] with equivalent code.
2017
2018 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
2019
2020         * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
2021         ``deprecated_registers'' with equivalent code.  Use gdb_assert()
2022         instead of explicit test and print statement.
2023
2024 2004-10-12  Mark Kettenis  <kettenis@gnu.org>
2025
2026         * sparc-nat.c: Include "inf-ptrace.h".
2027         (sparc_target): New function.
2028         * sparc-nat.h: Update copyright year.
2029         (sparc_target): New prototype.
2030         * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
2031         (_initialize_sparcnbsd_nat): Construct and add target vector.
2032         * sparc64nbsd-nat.c: Include "target.h".
2033         (_initialize_sparc64nbsd_nat): Construct and add target vector.
2034         * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
2035         Update dependencies.
2036         * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
2037         inftarg.o, add inf-ptrace.o.
2038         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2039         inftarg.o, add inf-ptrace.o and bsd-kvm.o.
2040         (NAT_FILE): Set to nm-bsd.h.
2041         (LOADLIBES): New variable.
2042         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2043         infarg.o, add inf-ptrace.o.
2044         * config/sparc/nm-nbsdaout.h: Remove file.
2045         * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
2046         * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
2047         * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
2048
2049         * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
2050         "fopen-same.h".  Update comment.
2051
2052 2004-10-11  Mark Kettenis  <kettenis@gnu.org>
2053
2054         * i386gnu-nat.c: Include "gdb_string.h".
2055         (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
2056         registers when the floating-point state isn't initialized.
2057         * Makefile.in (i386gnu-nat.o): Update dependencies.
2058
2059 2004-10-11  David Anderson  <davea@sgi.com>
2060
2061         * regcache.c (regcache_raw_read): Comment was missing "to".
2062         Extraneous ' removed.
2063         * gdb_thread_db.h (struct td_thrinfo): ti_lid field
2064         comment now describes use.
2065
2066 2004-10-11  Orjan Friberg  <orjanf@axis.com>
2067
2068         * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
2069         (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
2070         (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
2071         (cris_sigtramp_frame_sniffer): New functions.
2072         (cris_gdbarch_init): Hook in signal trampoline unwinder.
2073         (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
2074         (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
2075         (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
2076         (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
2077         command.
2078         (cris_version_update): Remove, replace with ...
2079         (set_cris_version): New function.
2080         (struct gdbarch_tdep, cris_mode, cris_mode_update)
2081         (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
2082         (_initialize_cris_tdep): Remove CRIS mode command.
2083         (cris_fpless_backtrace, _initialize_cris_tdep): Remove 
2084         cris-fpless-backtrace command.
2085         (cris_scan_prologue): Fix prologue scanning limit.
2086         (cris_register_type): Update to reflect actual registers.
2087         (cris_register_bytes_ok) Remove.
2088         (cris_gdbarch_init): Remove support for CRIS v8 and v9.
2089         Remove set_gdbarch_deprecated_register_size,
2090         set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
2091         
2092 2004-10-10  Andrew Cagney  <cagney@gnu.org>
2093
2094         * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
2095         comment.
2096
2097 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2098
2099         * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
2100
2101 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2102
2103         * mips-tdep.c (mips16_scan_prologue): Renames
2104         mips16_heuristic_proc_desc. Update comment.
2105         (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
2106         (heuristic_proc_desc): Update calls to the 2 functions above.
2107
2108 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2109
2110         * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
2111         Update comments. Also immediately return empty cache when the start
2112         address of our function could not be found.
2113         (mips_insn32_frame_cache): Likewise.
2114
2115 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2116
2117         * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
2118         (mips_insn16_frame_cache): Pass frame cache in call to
2119         heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
2120         Remove code that became redundant as a consequence.
2121         (mips32_heuristic_proc_desc): No longer compute a fake
2122         procedure descriptor. Compute the full frame cache instead.
2123         Some minor comment reformatting.
2124
2125 2004-10-10  Jim Blandy  <jimb@redhat.com>
2126
2127         * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
2128         reader, tracing bytecode stuff): Remove self.
2129
2130 2004-10-10  Mark Kettenis  <kettenis@gnu.org>
2131
2132         * sparc64-linux-tdep.c: Update copyright year.  Don't include
2133         "solib-svr4.h".
2134         (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
2135         (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2136         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2137
2138         * sparc-linux-tdep.c: Update copyright year.
2139         (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
2140         to struct frame_info *.  Use safe_frame_unwind_memory instead of
2141         deprecated_read_memory_nobpt.
2142         (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
2143         Change argumen from CORE_ADDR to struct frame_info *.  Adjust for
2144         changed signature of sparc_linux_sigtramp_start.
2145         (sparc32_linux_pc_in_sigtramp): Remove function.
2146         (sparc32_linux_sigtramp_p): New function.
2147         (sparc32_linux_sigtramp_frame_sniffer): Use
2148         sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
2149
2150         * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
2151         Remove function.
2152         (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2153
2154         * ada-lang.c (lim_warning): Re-implement as a varargs function.
2155         (decode_packed_array_type, value_subscript_packed)
2156         (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
2157         argument in call to lim_warning.
2158
2159         * configure.in: Really disable the TUI if an enhanced curses
2160         library isn't found.
2161         * configure: Regenerate.
2162
2163 2004-10-09  Mark Kettenis  <kettenis@gnu.org>
2164
2165         * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
2166         * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
2167         * config/i386/nm-nbsdaout.h: Remove file.
2168         * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
2169         (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
2170         (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
2171         (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
2172         (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
2173         (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
2174         (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
2175         (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
2176         (ldd, ld_un, ld_2): Remove defines.
2177         * config/i386/nm-obsd.h: Likewise.
2178
2179 2004-10-09  Paul Hilfinger  <hilfingr@nile.gnat.com>
2180
2181         * ada-lex.l: Remove useless rule whose right-context clause
2182         causes unreferenced static function warning for yyrealloc.
2183         (ada_flex_use): Remove the artificial reference to yyrealloc.
2184
2185 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2186
2187         * target.h (struct target_ops): Rename to_xfer_memory to
2188         deprecated_xfer_memory.
2189         * target.c: Update.
2190         (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
2191         * wince.c: Update.
2192         * win32-nat.c: Update.
2193         * v850ice.c: Update.
2194         * uw-thread.c: Update.
2195         * thread-db.c: Update.
2196         * sol-thread.c: Update.
2197         * remote.c: Update.
2198         * remote-vx.c: Update.
2199         * remote-st.c: Update.
2200         * remote-sim.c: Update.
2201         * remote-sds.c: Update.
2202         * remote-rdp.c: Update.
2203         * remote-rdi.c: Update.
2204         * remote-mips.c: Update.
2205         * remote-m32r-sdi.c: Update.
2206         * remote-e7000.c: Update.
2207         * procfs.c: Update.
2208         * ppc-bdm.c: Update.
2209         * nto-procfs.c: Update.
2210         * monitor.c: Update.
2211         * linux-nat.c: Update.
2212         * inftarg.c: Update.
2213         * hpux-thread.c: Update.
2214         * go32-nat.c: Update.
2215         * gnu-nat.c: Update.
2216         * exec.c: Update.
2217         * corelow.c: Update.
2218         * bsd-kvm.c: Update.
2219         * aix-thread.c: Update.
2220
2221 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2222
2223         * target.c (debug_target): Move to near start of file.
2224         (target_stopped_data_address_p): Re-org logic, add casts.
2225
2226 2004-10-02  Mark Kettenis  <kettenis@gnu.org>
2227
2228         * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2229         (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2230         (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2231         (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2232         New defines.
2233
2234 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2235
2236         * target.h (to_stopped_data_address): Change prototype to
2237         take a CORE_ADDR pointer and return an int.
2238         * target.c (update_current_target): Change to_stopped_data_address
2239         to match new prototype.
2240         (debug_to_stopped_data_address): Change appropriately.
2241         * breakpoint.c (bpstat_stop_status): Change call to
2242         target_stopped_data_address to use new prototype.
2243         * frv-tdep.c (frv_have_stopped_data_address): New function.
2244         (frv_stopped_data_address): Change to new prototype and
2245         functionality.
2246         * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2247         prototype and functionality.
2248         (ia64_stopped_by_watchpoint): New function.
2249         * i386-nat.c (i386_stopped_data_address): Change to new
2250         prototype and functionality.
2251         (i386_stopped_by_watchpoint): New function.
2252         * remote.c (remote_stopped_data_address): Change to new prototype
2253         and functionality.
2254         * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2255         * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2256         (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2257         * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2258         new i386_stopped_by_watchpoint function.
2259         (i386_stopped_by_watchpoint): New prototype.
2260         (i386_stoppped_data_address): Change to new prototype.
2261         * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2262         new ia64_stopped_by_watchpoint function.
2263         (ia64_stopped_by_watchpoint): New prototype.
2264         (ia64_stopped_data_address): Ditto.
2265
2266 2004-10-08  Paul Hilfinger  <Hilfinger@gnat.com>
2267
2268         * ada-typeprint.c (ada_print_type): Use int_string for printing
2269         modulus of modular type.
2270         * ada-lang.h (ada_modulus): Change return type to unsigned.
2271         * ada-lang.c (ada_language_arch_info): Correct type of 
2272         string_char_type.
2273         (ada_modulus): Return unsigned result.
2274         (ada_lookup_symbol): Remove user disambiguation and modify comment 
2275         accordingly.
2276         
2277 2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>     
2278
2279         Committed by Paul Hilfinger.
2280         * ada-lang.c (decode_packed_array): On big-endian targets, 
2281         left-justify the value if it comes with a modular type.
2282
2283 2004-10-08  Joel Brobecker  <brobecker@gnat.com>        
2284
2285         Committed by Paul Hilfinger.
2286         * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2287         (is_name_suffix): Add support for "___JM" suffixes.
2288         (ada_check_typedef): Renames ada_completed_type. 
2289         Update all users of CHECK_TYPEDEF, check_typedef, and 
2290         ada_complete_type to call ada_check_typedef.
2291         * ada-typeprint.c: Likewise.
2292         * ada-valprint.c: Likewise.
2293
2294 2004-10-08  Corinna Vinschen  <vinschen@redhat.com>
2295
2296         * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2297
2298 2004-10-08  Nick Roberts  <nickrob@snap.net.nz>
2299
2300         * MAINTAINERS: Update e-mail address.
2301
2302 2004-10-07  Daniel Jacobowitz  <dan@debian.org>
2303
2304         From Maciej W. Rozycki  <macro@mips.com>:
2305         * mips-tdep.c (mips32_next_pc): Check the register's contents,
2306         not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2307
2308 2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
2309
2310         * m32r-tdep.c (decode_prologue): Support functions written
2311         in assembler language. Recognize trap instructions as the
2312         end of prologue.
2313         (m32r_frame_unwind_cache): Ditto.
2314         (m32r_skip_prologue): Extend search limit. Quit analyzing
2315         prologue if pc's location is not readable.
2316
2317 2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
2318
2319         * Makefile.in (.l.c): Do conversions of names of alloc and free 
2320         functions that are done for .y.c files, plus special one
2321         for yy_flex_realloc.  Also, correct missing-file tests here.
2322         * ada-lex.l (malloc, free): Remove macros.
2323         (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2324         xrealloc.
2325         (ada_flex_use): Dummy definition to remove warnings about unused
2326         functions.
2327         * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2328         to suppress warning.
2329         
2330 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2331
2332         * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2333         RETURN_VALUE.
2334         (sh_return_value_fpu): Ditto for CPUs with FPU.
2335         (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2336         RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2337         Install sh_return_value_nofpu resp. sh_return_value_fpu as
2338         RETURN_VALUE functions.
2339
2340 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2341
2342         * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
2343         (sh_pseudo_register_write): Ditto.
2344
2345 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2346
2347         * sh-tdep.c (IS_MACL_STS): New define.
2348         (IS_MOVI20): Ditto.
2349         (IS_MACL_LDS): Ditto.
2350         (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2351         instructions in prologue.
2352         (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2353         instructions in epilogue.
2354
2355 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2356
2357         * sh-tdep.c (SH_NUM_REGS): Define as 67.
2358         (sh_sh_register_name): Add eight empty register names.
2359         (sh_sh3_register_name): Ditto.
2360         (sh_sh3e_register_name): Ditto.
2361         (sh_sh2e_register_name): Ditto.
2362         (sh_sh2a_register_name): New function, defining SH2A register set.
2363         (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2364         in nofpu case.
2365         (sh_sh_dsp_register_name): Add eight empty register names.
2366         (sh_sh3_dsp_register_name): Ditto.
2367         (sh_sh4_register_name): Ditto.
2368         (sh_sh4_nofpu_register_name): Ditto.
2369         (sh_sh4al_dsp_register_name): Ditto.
2370         (sh2a_show_regs): New function.
2371         (sh2a_nofpu_show_regs): New function.
2372         (sh_sh2a_register_type): New function.
2373         (do_bank_register_info): New function.
2374         (sh_print_pseudo_register): Call do_bank_register_info.
2375         Call sh_print_pseudo_register for valid "bank" register.
2376         (sh_sh2a_register_sim_regno): New function.
2377         (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2378         Increment pseudo register count by one for all sh variants with
2379         pseudo registers to accomodate pseudo bank register.
2380         * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2381         IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2382         IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM. 
2383         Increment pseudo register numbers.
2384
2385 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2386
2387         * dwarf2read.c (read_subroutine_type): Call make_function_type
2388         instead of lookup_function_type.
2389
2390 2004-10-05  Jim Blandy  <jimb@redhat.com>
2391
2392         * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2393         (Previous change missed some uses.)
2394
2395 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2396
2397         * target.h (deprecated_child_ops): Rename child_ops.
2398         * wince.c: Update copyright.  Rename child_ops.
2399         * win32-nat.c: Rename child_ops.
2400         * target.c: Rename child_ops.
2401         * rs6000-nat.c: Rename child_ops.
2402         * linux-nat.c: Rename child_ops.
2403         * infttrace.c: Rename child_ops.
2404         * inftarg.c: Rename child_ops.
2405         * infptrace.c: Rename child_ops.
2406         * hppah-nat.c: Update copyright.  Rename child_ops.
2407         * hpux-thread.c: Update copyright.  Rename child_ops.
2408
2409 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2410
2411         * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2412
2413 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2414
2415         * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2416
2417 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2418
2419         * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2420         (die_ref_table): Remove.
2421         (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2422         (struct dwarf2_per_cu_data): Add PSYMTAB.  Add a comment describing
2423         the usage of this type.
2424         (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2425         (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2426         (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2427         (dwarf2_create_include_psymtab): Update comment.
2428         (find_partial_die): Remove third argument.  Remove unreachable call
2429         to error ().
2430         (dwarf2_find_containing_comp_unit): Update comments.  Change one
2431         assertion to an error.  Remove an unreachable error.
2432         (dwarf2_find_comp_unit): Update comments.
2433         (type_at_offset): Remove dead code.
2434         (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2435         (store_in_ref_table): Add CU argument.
2436         (follow_die_ref): Take DIE, attribute, and CU arguments.  Handle
2437         inter-compilation-unit references.
2438         (load_full_comp_unit, process_full_comp_unit): New functions, based
2439         on psymtab_to_symtab_1.
2440         (psymtab_to_symtab_1): Use them.
2441         (dwarf2_add_dependence): New function.
2442         (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu.  Always create
2443         a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2444         (partial_die_parent_scope, guess_structure_name): Update for changes
2445         to find_partial_die.
2446         (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2447         (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2448         (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2449         (read_die_and_children): Update call to store_in_ref_table.
2450         (do_free_die_list_cleanup): Remove.
2451         (fixup_partial_die): Update for changes to find_partial_die.
2452         (read_full_die): Handle queueing absolute references.
2453         (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2454         (dwarf2_attr, die_specification, die_type)
2455         (die_containing_type, dwarf2_extension): Update calls to
2456         follow_die_ref.
2457         (dump_die): Update DW_FORM_ref* handling.
2458         (dwarf2_get_ref_die_offset): Likewise.
2459         (free_one_comp_unit): Release the dies list.
2460         (dwarf2_mark_helper): New function.
2461         (dwarf2_mark): Use it.
2462
2463 2004-10-05  Mark Kettenis  <kettenis@jive.nl>
2464
2465         * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2466         when writing to memory.
2467
2468 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
2469
2470         * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2471         (m32r_extract_struct_value_address): Delete function.
2472         (m32r_return_value): New function.
2473         (m32r_gdbarch_init): Instead of store_return_value,
2474         extract_return_value, deprecated_extract_struct_value_address
2475         and deprecated_use_struct_convention, set return_value.
2476
2477 2004-10-03  Daniel Jacobowitz  <dan@debian.org>
2478
2479         * dwarf2read.c (read_subrange_type): Add comment for variable
2480         sized arrays.
2481
2482 2004-10-03  Paul Hilfinger  <hilfingr@nile.gnat.com>
2483
2484         * Makefile.in (.l.c): Modify rule for compatibility with recent
2485         versions of flex, and remove most command-line options.
2486         * ada-lex.l: Add %options line in place of -I -i and -s command-line
2487         options.
2488
2489 2004-10-02  Paul N. Hilfinger  <Hilfinger@gnat.com>
2490
2491         Turn on initial Ada support (mainly expression evaluation).
2492         
2493         * Makefile.in (SFILES): Remove ada-tasks.c.
2494         (HFILES_NO_SRCDIR): Add ada-lang.h.
2495         (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2496         (YYOBJ): Add ada-exp.o.
2497         (rule .l.c): Generalize to not mention ada.
2498         * symtab.c: Include ada-lang.h.
2499         (symbol_natural_name, symbol_demangled_name)
2500         (symbol_search_name): Add Ada case.
2501
2502 2004-10-01  Andrew Cagney  <cagney@gnu.org>
2503
2504         * Makefile.in (COMMON_OBS): Add inf-child.o.
2505         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2506         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2507         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2508         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2509         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2510         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2511         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2512         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2513         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2514         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2515         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2516         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2517         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2518
2519         * target.c (xfer_using_stratum): Change return type to LONGEST.
2520         On each iteration offset, readbuf and writebuf.
2521         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2522         partial_length, and read/modify/write predicate, update comments.
2523         Pass buffer.word to ptrace write.
2524
2525 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
2526
2527         * symfile.c (init_filename_language_table): Add extensions for
2528         Ada.
2529         * defs.h (enum language): Add language_ada.
2530         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2531         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2532         (add_symbols_from_enclosing_procs): Make a no-op for now.
2533         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2534         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2535         (find_line_in_linetable, find_next_line_in_linetable)
2536         (read_all_symtabs, is_plausible_func_for_line)
2537         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2538         (is_runtime_sym_defined, check_size): Remove declaration.
2539         (function_name_from_pc, ada_translate_error_message)
2540         (ada_lookup_minimal_symbol): Remove definition.
2541         (ada_add_block_symbols): Remove useless label.
2542         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
2543         useless declaration.
2544         (ada_is_exception_sym): Likewise.
2545
2546 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
2547
2548         Add m32r-linux support.
2549         * configure.tgt: Add m32r*-*-linux*.
2550         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2551         and m32r-linux-tdep.c.
2552         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2553         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2554         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2555         m32r-linux-tdep.c.
2556         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2557         config/m32r/linux.mh, config/m32r/linux.mt,
2558         config/m32r/nm-linux.h: New files.
2559
2560 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2561
2562         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2563         (mips32_fetch_instruction): Remove, unused.
2564
2565 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2566
2567         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2568         conditions that will always be true.
2569
2570 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
2571
2572         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2573         (vaxbsd_fetch_inferior_registers): Rename from
2574         fetch_inferior_registers.  Make static.
2575         (vaxbsd_store_inferior_registers): Rename from
2576         store_inferior_registers.  Make static.
2577         (_initialize_vaxbsd_nat): Construct and add target vector.
2578         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2579         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2580         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2581         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2582         (NAT_FILE): Remove.
2583         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2584         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2585         (NAT_FILE): Remove.
2586         * Makefile.in (vaxbsd-nat.o): Update dependencies.
2587
2588         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2589         (m88kbsd_fetch_inferior_registers): Rename from
2590         fetch_inferior_registers.  Make static.
2591         (m88kbsd_store_inferior_registers): Rename from
2592         store_inferior_registers.  Make static.
2593         (_initialize_m88kbsd_nat): New prototype and function.
2594         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2595         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2596         (NAT_FILE): Remove.
2597         * Makefile.in (m88kbsd-nat.o): Update dependencies.
2598
2599 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2600
2601         * target.c (target_xfer_partial): New function.
2602         (target_read_memory_partial, target_write_memory_partial) 
2603         (default_xfer_partial, target_read_partial, target_write_partial) 
2604         (xfer_using_stratum): Use.
2605         (debug_to_xfer_partial): Delete function.
2606         (setup_target_debug): Do not override to_xfer_partial.
2607
2608 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
2609
2610         * fork-child.c: Update copyright year.  Fix coding style.
2611
2612 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
2613
2614         * defs.h (msavestring, mstrsave): Remove prototypes.
2615         * utils.c (msavestring, mstrsave): Remove functions.
2616         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2617         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2618         of mstrsave.
2619         * source.c (find_and_open_source): Use xstrdup instead of
2620         mstrsave.
2621
2622 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2623
2624         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2625         (inf_ptrace_xfer_memory): Delete.
2626         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2627         (target_read_memory, target_write_memory): Use xfer_using_stratum
2628         when target_xfer_partial_p.
2629         (debug_target): Move to start of file.
2630         (target_read_memory_partial, target_write_memory_partial): Use
2631         to_xfer_partial when target_xfer_partial_p.
2632
2633         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2634         inf_ptrace_xfer_memory with equivalent code.
2635         * inftarg.c (child_xfer_partial): When performing a write, pass
2636         writebuf to child_xfer_memory.
2637
2638         * target.c (target_read_string): Use target_read_memory instead of
2639         target_xfer_memory.
2640
2641 2004-09-29  Andrew Cagney  <cagney@gnu.org>
2642
2643         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
2644         the address of status.
2645
2646         * infptrace.c (ptrace_wait): Mention problem with HPUX.
2647         (kill_inferior): Inline ptrace_wait call.
2648         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2649         * inftarg.c (child_wait): Inline ptrace_wait call.
2650
2651         * target.h (struct target_ops): Delete field to_post_wait.
2652         (target_post_wait): Delete macro.
2653         (child_post_wait): Delete declaration.
2654         * target.c (update_current_target, update_current_target)
2655         (debug_to_post_wait, setup_target_debug): Delete functions and
2656         references.
2657         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2658         * inftarg.c (child_post_wait): Delete.
2659         (init_child_ops): Do not set to_post_wait.
2660         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2661         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2662         * inf-child.c (inf_child_post_wait): Delete.
2663         (inf_child_target): Do not set to_post_wait.
2664         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2665         (inf_ptrace_target): Do not set to_post_wait.
2666
2667         * wince.c (child_ops): Delete.
2668         * win32-nat.c (child_ops): Delete.
2669
2670         * inftarg.c (inftarg_set_find_memory_regions) 
2671         (inftarg_set_make_corefile_notes): Delete functions.
2672         (_initialize_linux_nat): Inline calls.
2673
2674         * target.h (child_ops): Declare.
2675         * inftarg.c (child_ops): Move from here ...
2676         * target.c (child_ops): ... to here.
2677         * wince.c (child_ops): Delete extern declaration.
2678         * win32-nat.c (child_ops): Delete extern declaration.
2679         * linux-nat.c (child_ops): Delete extern declaration.
2680         * hpux-thread.c (child_ops): Delete extern declaration.
2681
2682 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2683
2684         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2685
2686 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2687
2688         * configure.in: Only set host_makefile_frag when building a native
2689         debugger.
2690         * configure: Regenerate.
2691
2692         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2693         for OpenBSD ELF.
2694
2695 2004-09-28  Andrew Cagney  <cagney@gnu.org>
2696
2697         Problem identified by Paul Hilfinger.
2698         * Makefile.in (ada_lex_c): Define.
2699         (ada-lex.o): Delete rule.
2700
2701         * linux-proc.c: Delete file.
2702         * Makefile.in: Update.
2703         * config/sparc/linux64.mh (NATDEPFILES): 
2704         * config/sparc/linux.mh (NATDEPFILES): Update.
2705         * config/s390/s390.mh (NATDEPFILES): Update.
2706         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2707         * config/powerpc/linux.mh (NATDEPFILES): Update.
2708         * config/pa/linux.mh (NATDEPFILES): Update.
2709         * config/mips/linux.mh (NATDEPFILES): Update.
2710         * config/m68k/linux.mh (NATDEPFILES): Update.
2711         * config/ia64/linux.mh (NATDEPFILES): Update.
2712         * config/i386/linux64.mh (NATDEPFILES): Update.
2713         * config/i386/linux.mh (NATDEPFILES): Update.
2714         * config/arm/linux.mh (NATDEPFILES): Update.
2715         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2716         * linux-nat.c: Update copyright.  Include <sys/param.h>,
2717         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2718         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2719         (O_LARGEFILE): Possibly define.
2720         (_initialize_linux_nat, linux_proc_pending_signals)
2721         (add_line_to_sigset, linux_proc_xfer_memory)
2722         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2723         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2724         (struct linux_corefile_thread_data)
2725         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2726         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2727
2728 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2729
2730         * lin-lwp.c: Delete file.
2731         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2732         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2733         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2734         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2735         (linux_nat_attach, detach_callback, linux_nat_detach)
2736         (resume_callback, resume_clear_callback, linux_nat_resume)
2737         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2738         (stop_wait_callback, linux_nat_has_pending, flush_callback)
2739         (status_callback, running_callback, count_events_callback)
2740         (select_singlestep_lwp_callback, select_event_lwp_callback)
2741         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2742         (child_wait, stop_and_resume_callback, linux_nat_wait)
2743         (kill_callback, kill_wait_callback, linux_nat_kill)
2744         (linux_nat_create_inferior, linux_nat_mourn_inferior)
2745         (linux_nat_xfer_memory, linux_nat_thread_alive)
2746         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2747         (_initialize_linux_nat): New functions.
2748         * Makefile.in: Update all dependencies.
2749         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2750         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2751         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2752         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2753         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2754         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2755         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2756         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2757         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2758         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2759         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2760         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2761         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2762
2763 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
2764
2765         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2766         config/i386/obsd64.mh (NAT_FILE): Remove variable.
2767
2768         * configure.in: Don't comment out NATDEPFILES in the generated
2769         Makefile if NAT_FILE is unset.
2770         * configure: Regenerate.
2771
2772 2004-09-27  Andrew Cagney  <cagney@gnu.org>
2773
2774         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2775         (insert_step_resume_breakpoint): Delete.
2776         (insert_step_resume_breakpoint_at_frame): New function.
2777         (insert_step_resume_breakpoint_at_sal): New function.
2778         (handle_inferior_event, step_into_function)
2779         (insert_step_resume_breakpoint): Simplify by using same.
2780
2781         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2782
2783 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2784
2785         * fbsd-proc.c: Remove file.
2786         * Makefile.in (fbsd-proc.o): Remove dependency.
2787
2788         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2789         code together.
2790
2791         * config/i386/nm-fbsd64.h: Remove file.
2792         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2793
2794 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2795
2796         * amd64-nat.h: Update copyright year.
2797         (amd64bsd_target): New prototype.
2798         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2799         (amd64bsd_target): New function.
2800         (amd64bsd_fetch_inferior_registers): Rename from
2801         fetch_inferior_registers.  Make static.
2802         (amd64bsd_store_inferior_registers): Rename from
2803         store_inferior_registers.  Make static.
2804         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2805         (_initialize_amd64fbsd_nat): Construct and add target vector.
2806         * amd64nbsd-nat.o: Include "target.h".
2807         (_initialize_amd64nbsd_nat): Construct and add target vector.
2808         * amd64obsd-nat.c: Include "target.h".
2809         (_initialize_amd64obsd_nat): Construct and add target vector.
2810         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2811         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2812         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
2813         fbsd-nat.o.
2814         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2815         Remove infptrace.o and inftarg.o.  Add inf-child.o and
2816         inf-ptrace.o.
2817         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2818         (amd64obsd-nat.o): Update dependencies.
2819
2820 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
2821
2822         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2823         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2824         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2825         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2826         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2827
2828         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2829         Inline attach call.
2830         (inf_ptrace_detach): Inline detach call.
2831
2832         * configure.in: Check for waddstr instead of mvwaddstr when
2833         searching for curses library.  Check for wborder.
2834         * configure, config.in: Regenerate.
2835         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2836         available.
2837
2838         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2839
2840 2004-09-24  Robert Picco <Robert.Picco@hp.com>
2841
2842         Committed by Andrew Cagney.
2843         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2844         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
2845         configuration.
2846         (fetch_register_using_p): Implement 'p' packet.  Based on code by
2847         Fernando Nasser.
2848         (remote_fetch_registers): Call fetch_register_using_p.
2849         (init_all_packet_configs, show_remote_cmd)
2850         (_initialize_remote): Add p-packet.
2851
2852 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
2853
2854         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2855         instead of call_ptrace.  Call wait directly instead of
2856         ptrace_wait.
2857         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2858         (inf_ptrace_wait): Inline ptrace_wait call.
2859
2860 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2861
2862         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
2863         rolled back instead.
2864
2865 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2866
2867         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2868         the new argument order.
2869
2870 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
2871
2872         * MAINTAINERS: Remove "broken" from XStormy16 entry.
2873         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2874         (struct gdbarch_tdep): Remove.
2875         (struct xstormy16_frame_cache): New frame cache structure.
2876         (xstormy16_register_byte, xstormy16_register_raw_size)
2877         (xstormy16_reg_virtual_type, xstormy16_register_type)
2878         (xstormy16_push_arguments, xstormy16_push_return_address)
2879         (xstormy16_pop_frame, xstormy16_store_struct_return)
2880         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2881         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2882         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2883         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2884         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2885         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2886         (xstormy16_use_struct_convention): Drop gcc_p parameter.
2887         (xstormy16_extract_return_value, xstormy16_store_return_value):
2888         Regcachify.  Drop useless struct convention handling.
2889         (xstormy16_register_type, xstormy16_return_value)
2890         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2891         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2892         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2893         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2894         (xstormy16_unwind_sp, xstormy16_unwind_pc)
2895         (xstormy16_unwind_dummy_id) : New functions.
2896         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2897         of xstormy16_scan_prologue.
2898         (xstormy16_frame_unwind): New frame_unwind structure.
2899         (xstormy16_frame_base): New frame_base structure.
2900         (xstormy16_gdbarch_init): Accomodate all of the above changes.
2901         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
2902
2903 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
2904
2905         * language.c (language_gdbarch_post_init): Fix off-by one error.
2906
2907 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
2908
2909         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2910         (struct dwarf2_offset_and_type): New.
2911         (set_die_type, reset_die_and_siblings_types, get_die_type)
2912         (offset_and_type_hash, offset_and_type_eq): New functions.
2913         (read_structure_type, read_enumeration_type, read_array_type)
2914         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2915         (read_tag_reference_type, read_tag_const_type)
2916         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2917         (read_typedef, read_base_type, read_subrange_type): Use
2918         set_die_type.
2919
2920 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2921
2922         * Makefile.in (dwarf2read.o): Update dependencies.
2923         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2924         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2925         and read_in_chain.
2926         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2927         mark, and has_form_ref_addr.
2928         (struct dwarf2_per_cu_data): New.
2929         (dwarf2_max_cache_age): New.
2930         (dwarf2_build_psymtabs_hard): Free cached compilation units
2931         after loading.  Create and manage the list of compilation units.
2932         Remove unnecessary NULL initialization.  Fix indentation.
2933         (psymtab_to_symtab_1): Initialize all of CU.
2934         (dwarf2_read_abbrevs): Set has_form_ref_addr.
2935         (find_partial_die): Use dwarf2_find_containing_comp_unit
2936         and load_comp_unit.
2937         (free_stack_comp_unit): Update comments.  Clear the per-cu
2938         pointer.  Handle aging.
2939         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2940         (age_cached_comp_units, free_one_cached_comp_unit)
2941         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2942         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2943         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2944         (show_dwarf2_cmd): New.
2945         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2946         and "maint show dwarf2 max-cache-age".
2947         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2948         externs.
2949         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2950         global.
2951
2952 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
2953
2954         * dwarf2read.c (typename_concat): Change prototype to accept obstack
2955         and dwarf2_cu struct pointer as arguments.  Change function to use
2956         obstack if provided and use dwarf2_cu to determine language-specific
2957         separator.
2958         (partial_die_parent_scope): Change comment to include java.  Use
2959         new version of typename_concat instead of obconcat.
2960         (partial_die_full_name): Use typename_concat.
2961         (read_namespace): Ditto.
2962         (read_enumeration_type): Use typename_concat instead of obconcat.
2963         (new_symbol): Ditto.
2964         (add_partial_symbol): Enhance tests for C++ to also test for Java.
2965         (guess_structure_name): Ditto.
2966         (read_subroutine_type): Ditto.
2967         (read_structure_type): Ditto.
2968         (is_vtable_name): Add Java support.
2969         (determine_class_name): Switch to new typename_concat call.
2970         (determine_prefix): Switch to new typename_concat call.
2971         * jv-exp.y (FuncStart): New pattern.
2972         (MethodInvocation): Add support for simple function calls.  Change
2973         warning message for other forms of inferior call currently not
2974         supported.
2975         * valarith.c (value_subscript): Treat an array with upper-bound
2976         of -1 as unknown size.
2977
2978 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2979
2980         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2981         (lookup_partial_symtab): Use symtab_to_fullname.
2982
2983 2004-09-19  Jim Blandy  <jimb@redhat.com>
2984
2985         * minsyms.c (lookup_minimal_symbol): Doc fix.
2986
2987 2004-09-20  Andrew Cagney  <cagney@gnu.org>
2988
2989         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2990         CHILD_RESUME.
2991         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2992         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2993         KILL_INFERIOR.
2994         * infptrace.c: Update.
2995
2996 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
2997
2998         * symtab.c (output_source_filename): Mark first argument as const.
2999         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
3000         for "info sources" output.
3001
3002 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
3003
3004         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
3005         <machine/vmparam.h>.
3006         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
3007         (register_u_addr): Remove prototype.
3008
3009 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
3010
3011         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
3012         (i386bsd_fetch_inferior_registers): Rename from
3013         fetch_inferior_registers.  Make static.
3014         (i386bsd_store_inferior_registers): Rename from
3015         store_inferior_registers.  Make static.
3016         (i386bsd_target): New function.
3017         * i386bsd-nat.h: New file.
3018         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
3019         "i386bsd-nat.h".
3020         (i386fbsd_resume): Rename from child_resume.  Make static.
3021         (_initialize_i386fbsd_nat): Construct and add target vector.
3022         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
3023         (_initialize_i386nbsd_nat): Construct and add target vector.
3024         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
3025         Remove defines.
3026         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
3027         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
3028         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
3029         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
3030         (LOADLIBES): New variable.
3031         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
3032         inf-ptrace.o.  Remove inftarg.o.
3033         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
3034         inf-ptrace.o. Remove inftarg.o.
3035         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
3036         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
3037         (LOADLIBES): New variable.
3038         * Makefile.in (i386bsd_nat_h): New variable.
3039         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
3040         dependencies.
3041
3042         * sparc64nbsd-tdep.c: Include "objfiles.h".
3043         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
3044         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
3045         svr4_lp64_fetch_link_map_offsets.
3046         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
3047         "nbsd-tdep.h".
3048         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
3049         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
3050         svr4_lp64_fetch_link_map_offsets.
3051         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
3052         dependencies.
3053
3054         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
3055         * fbsd-nat.h: New file.
3056         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
3057         (fbsd_nat_h): New variable.
3058         (fbsd-nat.o): New dependency.
3059
3060         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
3061         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
3062
3063         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
3064         comment.
3065
3066 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
3067         
3068         * ada-exp.y (type_int): New function to add layer of abstraction
3069         around references to expression types.
3070         (type_long): Ditto.
3071         (type_long_long): Ditto.
3072         (type_float): Ditto.
3073         (type_double): Ditto.
3074         (type_long_double): Ditto.
3075         (type_char): Ditto.
3076         (type_system_address): Ditto.
3077         (simple_exp): Use type_* functions in place of builtin_* 
3078         variables.
3079         (exp): Ditto.
3080         (write_var_from_name): Ditto.
3081         (write_object_renaming): Ditto.
3082         * ada-lang.c (ada_create_fundamental_type): Remove redundant
3083         declaration.
3084         (build_ada_types): Remove, replacing with...
3085         (ada_language_arch_info): New function to initialize primitive
3086         type vector in language_arch_info.
3087         (ada_array_length): Remove use of builtin_type_ada_int.
3088         (value_pos_atr): Ditto.
3089         (ada_evaluate_subexp): Ditto.
3090         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
3091         builtin_type_ada_long_long, builtin_type_ada_char, 
3092         builtin_type_ada_float, builtin_type_ada_double, 
3093         builtin_type_ada_long_double, builtin_type_ada_natural,
3094         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3095         (ada_builtin_types): Remove.
3096         (ada_language_defn): Remove entries for la_builtin_type_vector and
3097         string_char_type and use ada_language_arch_info.
3098         (_initialize_ada_language): Do type-vector initialization along
3099         the lines of c-lang.c.
3100         (ada_create_fundamental_type): Break up line.
3101         (ada_dump_symtab): Remove unused function.
3102         (enum ada_primitive_types): Define.
3103         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
3104         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
3105         builtin_type_ada_float, builtin_type_ada_double, 
3106         builtin_type_ada_long_double, builtin_type_ada_natural,
3107         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3108         * ada-lex.l: Use type_* functions in place of builtin_* variables.
3109         (processInt): Ditto.
3110         (processReal): Ditto.
3111         (name_lookup): Ditto.
3112         * ada-typeprint.c (print_range): Use builtin_type_int, not
3113         builtin_type_ada_int.
3114         
3115 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
3116
3117         * i386-tdep.c (i386_register_name): Rename regno to regnum.
3118
3119         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
3120         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
3121         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
3122         * configure.in: Improve checks for curses library by checking for
3123         mvwaddstr instead of initscr.  Drop HP curses in favour of
3124         standard curses on HP-UX.
3125         * configure: Regenerated.
3126
3127 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
3128
3129         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
3130         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
3131         Minor formatting changes.
3132         (empty_array): Slight rewrite for formatting.
3133         (emit_char,parse,ada_language_defn,build_ada_types,
3134         ada_is_exception_sym, _initialize_ada_language): Move 
3135         definitions around.
3136         (ada_dump_symtab): Remove unused definition.
3137         (ada_maybe_exception_partial_symbol): Remove unused definition.
3138
3139 2004-09-16  Andrew Cagney  <cagney@gnu.org>
3140
3141         * inf-child.c: Include "gdb_string.h".
3142         (inf_child_core_file_to_sym_file): Delete.
3143         (inf_child_target): Set to_fetch_registers and to_store_registers.
3144         * inf-ptrace.c: Include "gdb_string.h".
3145         * Makefile.in: Update all dependencies.
3146
3147         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
3148         problem.
3149
3150 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
3151
3152         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
3153         call to heuristic_proc_desc. Remove code that became redundant
3154         as a consequence.
3155         (read_next_frame_reg): Remove special case for SP_REGNUM.
3156         (set_reg_offset): Fix small typo.
3157         (reset_saved_regs): New procedure.
3158         (mips32_heuristic_proc_desc): No longer compute a fake
3159         procedure descriptor. Compute the full frame cache instead.
3160         Some minor comment reformatting.
3161
3162 2004-09-14  Andrew Cagney  <cagney@gnu.org>
3163
3164         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
3165         maintainer.
3166
3167         * thread-db.c (thread_db_new_objfile): Assume that there is a
3168         child process.
3169
3170 2004-09-13  Jim Blandy  <jimb@redhat.com>
3171
3172         * valops.c (value_assign): Move 'buffer' to the enclosing block,
3173         so that its storage isn't referenced after its lifetime ends.
3174
3175         * valops.c (value_assign): 'use_buffer' is initialized to zero,
3176         and never assigned to.   Delete it, and the 'if (use_buffer)'
3177         clauses.  Delete 'raw_buffer', since it is now unused.
3178
3179 2004-09-13  Andrew Cagney  <cagney@gnu.org>
3180
3181         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
3182         * configure: Re-generate.
3183         * nlm/Makefile.in (TAGS): Update.
3184         * Makefile.in (TAGS): Update.
3185         * config/vax/nbsd.mt (TM_FILE): Update.
3186         * config/sparc/vxworks.mt (TM_FILE): Update.
3187         * config/sparc/sol2.mt (TM_FILE): Update.
3188         * config/sparc/sol2-64.mt (TM_FILE): Update.
3189         * config/sparc/obsd64.mt (TM_FILE): Update.
3190         * config/sparc/obsd.mt (TM_FILE): Update.
3191         * config/sparc/nbsd64.mt (TM_FILE): Update.
3192         * config/sparc/nbsd.mt (TM_FILE): Update.
3193         * config/sparc/linux64.mt (TM_FILE): Update.
3194         * config/sparc/linux.mt (TM_FILE): Update.
3195         * config/sparc/fbsd.mt (TM_FILE): Update.
3196         * config/sh/wince.mt (TM_FILE): Update.
3197         * config/sh/nbsd.mt (TM_FILE): Update.
3198         * config/sh/linux.mt (TM_FILE): Update.
3199         * config/sh/embed.mt (TM_FILE): Update.
3200         * config/s390/s390.mt (TM_FILE): Update.
3201         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3202         * config/rs6000/rs6000.mt (TM_FILE): Update.
3203         * config/rs6000/aix4.mt (TM_FILE): Update.
3204         * config/powerpc/vxworks.mt (TM_FILE): Update.
3205         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3206         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3207         * config/powerpc/obsd.mt (TM_FILE): Update.
3208         * config/powerpc/nbsd.mt (TM_FILE): Update.
3209         * config/powerpc/linux.mt (TM_FILE): Update.
3210         * config/powerpc/aix.mt (TM_FILE): Update.
3211         * config/pa/obsd.mt (TM_FILE): Update.
3212         * config/pa/linux.mt (TM_FILE): Update.
3213         * config/pa/hppahpux.mt (TM_FILE): Update.
3214         * config/pa/hppa64.mt (TM_FILE): Update.
3215         * config/pa/hppa.mt (TM_FILE): Update.
3216         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3217         * config/mips/wince.mt (TM_FILE): Update.
3218         * config/mips/vxmips.mt (TM_FILE): Update.
3219         * config/mips/nbsd.mt (TM_FILE): Update.
3220         * config/mips/linux.mt (TM_FILE): Update.
3221         * config/mips/irix6.mt (TM_FILE): Update.
3222         * config/mips/irix5.mt (TM_FILE): Update.
3223         * config/mips/embed.mt (TM_FILE): Update.
3224         * config/m68k/vxworks68.mt (TM_FILE): Update.
3225         * config/m68k/st2000.mt (TM_FILE): Update.
3226         * config/m68k/os68k.mt (TM_FILE): Update.
3227         * config/m68k/obsd.mt (TM_FILE): Update.
3228         * config/m68k/nbsd.mt (TM_FILE): Update.
3229         * config/m68k/monitor.mt (TM_FILE): Update.
3230         * config/m68k/linux.mt (TM_FILE): Update.
3231         * config/m68k/cisco.mt (TM_FILE): Update.
3232         * config/ia64/linux.mt (TM_FILE): Update.
3233         * config/ia64/aix.mt (TM_FILE): Update.
3234         * config/ia64/ia64.mt (TM_FILE): Update.
3235         * config/i386/vxworks.mt (TM_FILE): Update.
3236         * config/i386/obsd64.mt (TM_FILE): Update.
3237         * config/i386/obsd.mt (TM_FILE): Update.
3238         * config/i386/nto.mt (TM_FILE): Update.
3239         * config/i386/nbsd64.mt (TM_FILE): Update.
3240         * config/i386/nbsd.mt (TM_FILE): Update.
3241         * config/i386/linux64.mt (TM_FILE): Update.
3242         * config/i386/linux.mt (TM_FILE): Update.
3243         * config/i386/i386sol2.mt (TM_FILE): Update.
3244         * config/i386/i386lynx.mt (TM_FILE): Update.
3245         * config/i386/fbsd64.mt (TM_FILE): Update.
3246         * config/i386/fbsd.mt (TM_FILE): Update.
3247         * config/i386/cygwin.mt (TM_FILE): Update.
3248         * config/h8300/h8300.mt (TM_FILE): Update.
3249         * config/frv/frv.mt (TM_FILE): Update.
3250         * config/cris/cris.mt (TM_FILE): Update.
3251         * config/arm/wince.mt (TM_FILE): Update.
3252         * config/arm/nbsd.mt (TM_FILE): Update.
3253         * config/arm/linux.mt (TM_FILE): Update.
3254         * config/arm/embed.mt (TM_FILE): Update.
3255         * config/alpha/nbsd.mt (TM_FILE): Update.
3256         * config/alpha/fbsd.mt (TM_FILE): Update.
3257         * config/alpha/alpha.mt (TM_FILE): Update.
3258         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3259         * config/alpha/alpha-linux.mt (TM_FILE): Update.
3260
3261         Eliminate event_loop_p, always has the value 1.
3262         * defs.h (event_loop_p): Delete macro.
3263         * breakpoint.c (until_break_command): Simplify.
3264         * utils.c (prompt_for_continue): Simplify.
3265         * tracepoint.c (read_actions): Simplify.
3266         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
3267         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
3268         (set_prompt, init_main): Simplify.
3269         (init_signals, disconnect): Delete, unused.
3270         * remote.c (remote_async_resume) 
3271         (extended_remote_async_create_inferior): Simplify.
3272         * mi/mi-interp.c (mi_input): Delete, unused.
3273         (mi_interpreter_resume, mi_command_loop): Simplify.
3274         * interps.c (current_interp_command_loop): Simplify.
3275         * infrun.c (proceed): Simplify.
3276         * infcmd.c (run_command, continue_command, step_1, jump_command)
3277         (until_command, advance_command, finish_command)
3278         (interrupt_target_command): Simplify.
3279         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3280
3281         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3282         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3283         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3284         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3285         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3286         * mips-tdep.c (mips_dump_tdep): Do not print same.
3287
3288 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3289
3290         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
3291         const.
3292         * Makefile.in (valprint.o): Delete explict rule.
3293
3294         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
3295         reported by Dave Anderson.
3296
3297         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3298
3299         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3300
3301 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
3302             Andrew Cagney  <cagney@gnu.org>
3303
3304         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3305         (mi_cmd_data_list_register_values)
3306         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3307         the register number computation.
3308
3309 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3310
3311         * ppcnbsd-nat.c: Include "inf-ptrace.h".
3312         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3313         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3314         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3315         target.
3316         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3317         inf-ptrace.o and inf-child.o.
3318         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3319         * Makefile.in: Update dependencies.
3320         
3321 2004-09-11  Andrew Cagney  <cagney@gnu.org>
3322
3323         * language.c (hex_string, hex_string_custom): Move from here ...
3324         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3325         (CELLSIZE): Increase to 50.
3326         * language.h (hex_string, hex_string_custom): Move from here ...
3327         * defs.h: ... to here.
3328         * Makefile.in: Update all dependencies.
3329         
3330 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
3331
3332         * language.c (local_hex_format_custom): Remove.
3333         (local_hex_string): Rename to hex_string, use C format, and move to
3334         utils.c
3335         (local_hex_string_custom): Rename to hex_string_custom and change
3336         interface.  Now uses C format.  Move to utils.c
3337         (local_octal_format_custom): Remove.
3338         (local_decimal_format_custom): Remove.
3339         (unknown_language_defn): Remove language-specific number 
3340         formatting entries.
3341         (auto_language_defn): Ditto.
3342         (local_language_defn): Ditto.
3343         * language.h (struct language_format_info): Delete declaration.
3344         (struct language_defn): Remove language_format_info fields
3345         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3346         (local_binary_format): Remove macro.
3347         (local_binary_format_prefix): Remove macro.
3348         (local_binary_format_specifier): Remove macro.
3349         (local_binary_format_suffix): Remove macro.
3350         (local_octal_format): Remove macro.
3351         (local_octal_format_prefix): Remove macro.
3352         (local_octal_format_specifier): Remove macro.
3353         (local_octal_format_suffix): Remove macro.
3354         (local_decimal_format): Remove macro.
3355         (local_decimal_format_prefix): Remove macro.
3356         (local_decimal_format_specifier): Remove macro.
3357         (local_decimal_format_suffix): Remove macro.
3358         (local_hex_format): Remove macro.
3359         (local_hex_format_prefix): Remove macro.
3360         (local_hex_format_specifier): Remove macro.
3361         (local_hex_format_suffix): Remove macro.
3362         (local_decimal_format_custom): Remove.
3363         (local_octal_format_custom): Remove.
3364         (local_hex_format_custom): Remove.
3365         (local_hex_string): Rename to hex_string and move to defs.h.
3366         (local_hex_string_custom): Rename to hex_string_custom, change
3367         interface, and move to defs.h.
3368         * utils.c: (int_string): New function.
3369         (hex_string): New function (from language.c).
3370         (hex_string_custom): New function (from language.c).
3371         (octal2str): New function.
3372         (decimal2str): Add width parameter.
3373         (paddr_u): Use new decimal2str interface.
3374         (paddr_d): Ditto.
3375         * defs.h (hex_string): Declare.
3376         (hex_string_custom): Declare.
3377         (int_string): Declare.
3378         * printcmd.c (print_scalar_formatted): Remove localized binary
3379         formatting.
3380         * valprint.c (print_longest): Use int_string.
3381         (print_floating): Use C hex format.
3382         (print_hex_chars): Ditto.
3383         (print_binary_chars): Remove language-specific formatting.
3384         (print_octal_chars): Use C octal format.
3385         (print_decimal_chars): Delocalize format.
3386         (print_decimal): Remove.
3387         * ada-lang.c (ada_language_defn): Remove language-specific number 
3388         formatting entries.
3389         * p-lang.c (pascal_language_defn): Ditto.
3390         * c-lang.c (c_language_defn): Ditto.
3391         (cplus_language_defn): Ditto.
3392         (asm_language_defn): Ditto.
3393         (minimal_language_defn): Ditto.
3394         * f-lang.c (f_language_defn): Ditto.
3395         * jv-lang.c (java_language_defn): Ditto.
3396         * m2-lang.c (m2_language_defn): Ditto.
3397         * scm-lang.c (scm_language_defn): Ditto.
3398         * objc-lang.c (objc_language_defn): Ditto.
3399         * memattr.c (mem_info_command): Use renamed hex_string_custom with
3400         new interface.
3401         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3402         * ui-out.c (ui_out_field_core_addr): Ditto.
3403         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3404         * exec.c (print_section_info): Ditto.
3405         * i387-tdep.c (print_i387_status_word): Ditto.
3406         (print_i387_control_word): Ditto.
3407         (i387_print_float_info): Ditto.
3408         * maint.c (maint_print_section_info): Ditto.
3409         * solib.c (info_sharedlibrary_command): Ditto.
3410         * somsolib.c (som_sharedlibrary_info_command): Ditto.
3411         * symtab.c (print_msymbol_info): Ditto.
3412         * tracepoint.c (tracepoints_info): Ditto.
3413         * solib-frv.c (lm_base): Ditto.
3414         (frv_current_sos): Ditto.
3415         (enable_break2): Ditto.
3416         (enable_break): Ditto.
3417         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3418         (process_one_symbol): Ditto.
3419         * infcmd.c (program_info): Ditto.
3420         * mdebugread.c (parse_partial_symbols): Ditto.
3421         * symfile.c (add_symbol_file_command): Ditto.
3422         * cli/cli-cmds.c (edit_command): Ditto.
3423         (list_command): Ditto.
3424         * infcall.c (call_function_by_hand): Ditto.
3425         * remote-vx.c (vx_run_files_info): Ditto.
3426         (vx_wait): Ditto.
3427         (vx_attach): Ditto.
3428         (vx_detach): Ditto.
3429         (vx_kill): Ditto.
3430         * aix-thread.c (pdc_symbol_addrs): Ditto.
3431         (pdc_read_regs): Ditto.
3432         (pdc_write_regs): Ditto.
3433         (pdc_read_data): Ditto.
3434         (pdc_write_data): Ditto.
3435         * d10v-tdep.c (display_trace): Ditto.
3436         * rs6000-nat.c (find_toc_address): Ditto.
3437         * aix-thread.c: Don't include language.h.
3438         * buildsym.c: Ditto.
3439         * dbxread.c: Ditto.
3440         * mdebugread.c: Ditto.
3441         * rs6000-nat.c: Ditto.
3442         * buildsym.c (make_blockvector): Use renamed hex_string.
3443         
3444 2004-09-10  Jason Molenda  (jmolenda@apple.com)
3445
3446         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3447         chars after 'if' or 'while' commands in user-defined commands.
3448
3449 2004-09-08  Jim Blandy  <jimb@redhat.com>
3450
3451         Fix bug reported and analyzed by Olivier Crete:
3452         * symfile.c (copy_section_addr_info): New function.
3453         (symbol_file_add_with_addrs_or_offsets): Use it to save the
3454         original set of address arguments, instead of handwritten code
3455         that uses one length to allocate and a different length to
3456         initialize.  Use make_cleanup_free_section_addr_info.
3457         * symfile.h (copy_section_addr_info): New declaration.
3458         * utils.c: #include "symfile.h".
3459         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3460         New functions.
3461         * defs.h (make_cleanup_free_section_addr_info): New declaration.
3462         * Makefile.in (utils.o): Update dependencies.
3463
3464 2004-09-08  Andrew Cagney  <cagney@gnu.org>
3465
3466         * thread-db.c (keep_thread_db): Delete.
3467         (thread_db_new_objfile, thread_db_create_inferior)
3468         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3469
3470 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
3471
3472         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3473         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3474         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3475         (i386_frameless_signal_p): Remove prototype.
3476         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3477         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3478         I386_SSE_NUM_REGS.
3479         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3480         instead of FP0_REGNUM.
3481         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3482         of FP0_REGNUM and FPC_REGNUM.
3483
3484         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3485         (sunos_solib_create_inferior_hook): Don't call
3486         sunos_relocate_main_executable.
3487
3488         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3489         solib_svr4_fetch_link_map_offsets to
3490         svr4_ilp32_fetch_link_map_offsets.
3491         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3492         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3493         svr4_ilp32_fetch_link_map_offsets.
3494         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3495
3496 2004-09-07  Jim Blandy  <jimb@redhat.com>
3497
3498         * frame.h (frame_register): Doc fix.
3499
3500 2004-09-07  Andrew Cagney  <cagney@gnu.org>
3501
3502         * vx-share/wait.h: Delete #ifdef USG.
3503         * utils.c (request_quit): Ditto.
3504         * tui/tui.c (tui_reset): Ditto.
3505         * remote.c: Ditto.
3506         * remote-sds.c: Ditto.
3507         * remote-rdi.c: Ditto.
3508         * mdebugread.c: Ditto.
3509         * m68klinux-nat.c: Ditto.
3510         * infttrace.c: Ditto.
3511         * infptrace.c: Ditto.
3512         * i386v-nat.c: Ditto.
3513         * exec.c: Ditto.
3514         * dbxread.c: Ditto.
3515         * core-aout.c: Ditto.
3516
3517 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
3518
3519         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3520         heuristic_proc_desc.
3521         (mips_insn32_frame_cache): Likewise.
3522
3523 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3524
3525         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3526         left behind by error.
3527
3528 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3529
3530         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3531         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3532
3533 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3534
3535         * config/rs6000/xm-aix4.h: Remove this file.
3536         * config/rs6000/aix4.mh (XM_FILE): Delete.
3537
3538 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3539
3540         * config/rs6000/xm-rs6000.h: Remove this file.
3541         * config/rs6000/rs6000.mh (XM_FILE): Remove.
3542
3543 2004-09-03  Andrew Cagney  <cagney@gnu.org>
3544
3545         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3546         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3547         only use.
3548
3549         * mips-tdep.c (temp_saved_regs): Delete.
3550         (set_reg_offset): Replace saved_regs parameter with this_cache.
3551         (heuristic_proc_desc, mips16_heuristic_proc_desc)
3552         (mips32_heuristic_proc_desc): Add this_cache parameter.
3553         (mips_insn32_frame_cache, mips_insn16_frame_cache)
3554         (after_prologue): Pass a NULL this_cache.
3555
3556         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3557         non-kernel trap prologues.
3558
3559         * mips-tdep.c (find_proc_desc): Delete function.
3560         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3561         simplify.
3562         (mips_insn16_frame_cache): Replace find_proc_desc with code from
3563         mips_insn32_frame_cache.
3564
3565         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3566         Simplify as NEXT_FRAME is NULL.
3567         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3568
3569         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3570         local variable.
3571         (mips_skip_prologue): Update.
3572
3573         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3574         "cur_frame" parameter.
3575         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3576         (mips_insn32_frame_cache, find_proc_desc): Update
3577
3578         * config/vax/nm-obsd.h: Delete file.
3579         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3580         * config/vax/nm-nbsd.h: Delete file.
3581         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3582         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3583         * config/sh/nm-nbsd.h: Delete file.
3584         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3585         * config/rs6000/nm-rs6000ly.h: Delete file.
3586         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3587         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3588         * config/powerpc/nm-obsd.h: Delete file.
3589         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3590         * config/powerpc/nm-nbsd.h: Delete file.
3591         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3592         * config/pa/nm-obsd.h: Delete file.
3593         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3594         * config/mips/nm-nbsd.h: Delete file.
3595         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3596         * config/m88k/nm-obsd.h: Delete file.
3597         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3598         * config/m68k/nm-nbsd.h: Delete file.
3599         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3600         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3601         * config/i386/nm-nbsd.h: Delete file.
3602         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3603         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3604         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3605         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3606         * config/i386/nm-i386lynx.h: Delete file.
3607         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3608         * config/arm/nm-nbsd.h: Delete file.
3609         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3610         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3611
3612         * config/i386/tm-fbsd.h: Delete file.
3613         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3614         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3615
3616         * config/rs6000/tm-rs6000-aix4.h: Delete file.
3617         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3618         * config/rs6000/aix4.mt (TM_FILE): Set to
3619         config/rs6000/tm-rs6000.h.
3620         * config/powerpc/tm-ppc-aix.h: Delete file.
3621         * config/powerpc/aix.mt (TM_FILE): Set to
3622         config/rs6000/tm-rs6000.h.
3623         * config/m68k/tm-linux.h: Delete file.
3624         * config/m68k/linux.mt (TM_FILE): Set to solib.h
3625         * config/i386/tm-linux64.h: Delete file.
3626         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3627         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3628         
3629         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3630         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3631         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3632         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3633         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3634         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3635         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3636         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
3637         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3638
3639         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3640         gdb_host_cpu.
3641
3642 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
3643
3644         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3645         Minor reformatting. Some code factoring.
3646
3647 2004-09-02  Andrew Cagney  <cagney@gnu.org>
3648
3649         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3650         * config/vax/tm-nbsd.h: Delete file.
3651         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3652         * config/sparc/tm-vxworks.h: Delete file.
3653         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3654         * config/sparc/tm-nbsd.h: Delete file.
3655         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3656         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3657         * config/sparc/tm-linux.h: Delete file.
3658         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3659         * config/s390/tm-linux.h: Delete file.
3660         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3661         * config/pa/tm-bsd.h: Delete file.
3662         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3663         * config/m68k/tm-obsd.h: Delete file.
3664         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3665         * config/m68k/tm-nbsd.h: Delete file.
3666         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3667         * config/i386/tm-vxworks.h: Delete file.
3668         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3669         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3670         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3671         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3672         * config/i386/tm-nbsd.h: Delete file.
3673         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3674         * config/i386/tm-i386lynx.h: Delete file.
3675         * config/cris/cris.mt (TM_FILE): Set to solib.h.
3676         * config/cris/tm-cris.h: Delete file.
3677
3678         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3679         * configure: Re-generate.
3680         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3681         * config/arm/tm-nbsd.h: Delete file.
3682         
3683         * config/powerpc/tm-ppcle-sim.h: Delete.
3684         * config/powerpc/tm-ppcle-eabi.h: Delete.
3685         * config/powerpc/tm-nbsd.h: Delete.
3686         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3687         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3688         tm-ppcle-eabi.h.
3689
3690         * config/i386/nto.mh (NAT_FILE): Delete.
3691         * config/i386/nm-nto.h: Delete.
3692
3693         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3694         * config/m68k/tm-os68k.h: Ditto.
3695         * config/m68k/tm-monitor.h: Ditto.
3696         * config/m68k/tm-cisco.h: Ditto.
3697         * config/m68k/st2000.mt (TM_FILE): Delete.
3698         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3699         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3700         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3701         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3702
3703         * config/m68k/tm-st2000.h: Delete.
3704         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3705         * config/sparc/fbsd.mt (TM_FILE): Delete.
3706         * config/sparc/tm-fbsd.h: Delete.
3707
3708         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3709         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
3710         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3711
3712         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3713         GDB_TM_FILE and GDB_XM_FILE.
3714         * gdbarch.c: Re-generate.       
3715         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3716         quotes in macro definition.
3717         * configure.in: Re-generate.
3718
3719         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3720         validating architecture methods.
3721         * gdbarch.c: Re-generate.
3722         
3723         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3724         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
3725         GDB_MULTI_ARCH_PARTIAL.
3726         * gdbarch.h: Re-generate.
3727         
3728         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3729         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3730         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3731         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3732         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3733         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3734         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3735         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3736         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3737         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3738         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3739         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3740
3741 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3742
3743         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3744         and main_func_highpc.
3745         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3746         * objfiles.c (init_entry_point_info, objfile_relocate): Update
3747         * nlmread.c (nlm_symfile_read): Update.
3748
3749 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3750
3751         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3752         (mips_insn32_frame_cache): Inline call to find_proc_desc.
3753         (find_proc_desc): Remove dead code.
3754
3755 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3756
3757         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3758
3759 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
3760
3761         * observer.sh: Add struct so_list declaration.
3762         * Makefile.in: Add dependencies on observer.h for solib.c and
3763         breakpoint.c.
3764         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3765         function.
3766         (_initialize_breakpoint): Register 
3767         disable_breakpoints_in_unloaded_shlib as an observer of the 
3768         "solib unloaded" observation event.
3769         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3770         call decode_line_1 so unfound breakpoint errors are silent.
3771         * solib.c (update_solib_list): When a solib is discovered to have
3772         been unloaded by the program, notify all observers of the
3773         "solib unloaded" observation event.
3774
3775 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3776
3777         * frame.c: Include "objfiles.h".
3778         (inside_main_func): New function.
3779         (get_prev_frame): Use new inside_main_func.
3780         * Makefile.in (frame.o): Update dependencies.
3781         * defs.h (inside_main_func): Delete declaration.
3782         * blockframe.c (inside_main_func): Delete function.
3783
3784 2004-08-31  Jim Blandy  <jimb@redhat.com>
3785
3786         * dwarf2read.c (is_vtable_name): New function, based on logic from
3787         read_structure_type, but passing the correct length to strncmp,
3788         and using 'sizeof' instead of 'strlen'.
3789         (read_structure_type): Call it.
3790
3791 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
3792
3793         * config/powerpc/aix.mh: Add comment.
3794
3795 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
3796
3797         * MAINTAINERS: Add self to Write-After-Approval.
3798
3799 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
3800
3801         * MAINTAINERS: Add self to Write-After-Approval.
3802
3803 2004-08-30  Andrew Cagney  <cagney@gnu.org>
3804
3805         Fix PR breakpoints/1757.
3806         * infrun.c (struct execution_control_state): Replace
3807         remove_breakpoints_on_following_step with
3808         step_after_step_resume_breakpoint.
3809         (init_execution_control_state): Update.
3810         (handle_inferior_event): For signals, when stepping off a
3811         breakpoint, set step_after_step_resume_breakpoint.  When
3812         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3813         (keep_going): Delete code handling
3814         remove_breakpoints_on_following_step.
3815
3816 2004-08-29  David Lecomber  <david@streamline-computing.com>
3817         
3818         Fix PR gdb/648
3819         * language.h (enum array_ordering): New enum.
3820         * language.h (struct language_defn): New la_array_ordering 
3821         attribute.
3822         * language.c (unknown_language_defn, auto_language_defn)
3823         (local_language_defn): Ditto.
3824         * ada-lang.c (ada_language_defn): Ditto.
3825         * c-lang.c (c_language_defn, cplus_language_defn)
3826         (asm_language_defn, minimal_language_defn): Ditto.
3827         * f-lang.c (f_language_defn): Ditto.
3828         * jv-lang.c (java_language_defn): Ditto.
3829         * m2-lang.c (f_language_defn): Ditto.
3830         * objc-lang.c (objc_language_defn): Ditto.
3831         * p-lang.c (pascal_language_defn): Ditto.
3832         * scm-lang.c (scm_language_defn): Ditto.
3833         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3834         oriented large to small in type structure.
3835         * dwarf2read.c (read_array_order): New function.
3836         (read_array_type): Use read_array_order to check row/column
3837         major ordering.
3838
3839 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
3840
3841         * target.c (target_resize_to_sections): Check
3842         current_target.to_sections for an old value when updating.
3843
3844 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
3845
3846         * procfs.c (dbx_link_bpt_addr): New static global variable.
3847         (dbx_link_shadow_contents): New static global variable.
3848         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3849         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3850         if we just hit it.
3851         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3852         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3853         from run to run.
3854         (procfs_create_inferior): Remove syssgi syscall-exit notifications
3855         after the inferior has been forked.
3856         (remove_dbx_link_breakpoint): New function.
3857         (dbx_link_addr): New function.
3858         (insert_dbx_link_bpt_in_file): New function.
3859         (insert_dbx_link_bpt_in_region): New function.
3860         (insert_dbx_link_breakpoint): New function.
3861         (proc_trace_syscalls_1): New function, extracted from
3862         proc_trace_syscalls.
3863         (proc_trace_syscalls): Replace extract code by call to
3864         proc_trace_syscalls_1.
3865         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3866         is no longer valid.
3867
3868 2004-08-25  Jim Blandy  <jimb@redhat.com>
3869
3870         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3871
3872 2004-08-25  Andrew Cagney  <cagney@gnu.org>
3873
3874         * infrun.c (struct execution_control_state): Delete field
3875         "stepping_through_sigtramp".
3876         (init_execution_control_state): Do not set same.
3877         (context_switch): Do not pass same to save_infrun_state and
3878         load_infrun_state.
3879         * gdbthread.h (struct thread_info): Delete field
3880         stepping_through_sigtramp.
3881         (save_infrun_state, load_infrun_state): Delete parameter
3882         stepping_through_sigtramp.
3883         * thread.c (load_infrun_state, save_infrun_state): Update.
3884
3885         * infrun.c: Re-indent.  Move expression operators to the beginning
3886         of the line.  Remove long disabled #if 0 code.
3887
3888 2004-08-24  Andrew Cagney  <cagney@gnu.org>
3889
3890         * doublest.h (floatformat_ieee_quad): Rename
3891         floatformat_ia64_quad.
3892         * doublest.c (floatformat_ieee_quad): Rename
3893         floatformat_ia64_quad.
3894         (_initialize_doublest): Update.
3895
3896 2004-08-24  Jim Blandy  <jimb@redhat.com>
3897
3898         * dwarf2expr.h (struct dwarf_expr_context): New members
3899         'num_pieces' and 'pieces', for returning the result of an
3900         expression that uses DW_OP_piece.
3901         (struct dwarf_expr_piece): New struct type.
3902         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3903         pieces.
3904         (free_dwarf_expr_context): Free pieces, if any.
3905         (add_piece): New function.
3906         (execute_stack_op): Implement DW_OP_piece.
3907         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3908         expression is a list of pieces, print an error message.
3909         (dwarf2_loc_desc_needs_frame): If the expression yields
3910         pieces, and any piece is in a register, then we need a frame.
3911
3912         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3913         the stack until we've decided what sort of result the evaluation
3914         has produced.  Use separate variables, with more specific names.
3915
3916 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
3917
3918         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3919         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3920         (arm_netbsd_init_abi_common): Register them.
3921
3922 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
3923
3924         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3925
3926         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3927         safe_frame_unwind_memory instead of target_read_memory.
3928
3929         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3930         Reorder includes.
3931         (fetch_register, store_register): Remove prototypes.
3932         (child_resume): Reorganize code and comments such that it is
3933         grouped a bit more logically.
3934         (attach): Explicitly compare errno against 0.
3935         (detach): Likewise.  Use perror_with_name instead of
3936         print_sys_errmsg.
3937         * Makefile.in (infptrace.o): Update dependencies.
3938
3939         * ia64-linux-nat.c: Update copyright year.
3940         (fetch_debug_register, store_debug_register)
3941         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3942         PTRACE_TYPE_ARG3.
3943         * config/ia64/nm-linux.h: Update copyright year.
3944          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3945
3946         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3947         from CORE_ADDR to struct frame_info *.  Use
3948         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3949         (amd64_linux_sigtramp_p): Adjust for changed signature of
3950         and64_linux_sigtramp_start
3951
3952         * gdb_ptrace.h: GNU/Linux.
3953
3954         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3955         Remove defines.
3956
3957         * infptrace.c: Include "gdb_assert.h".
3958         (PTRACE_XFER_TYPE): Remove define.
3959         (offsetof): Only define if U_REGS_OFFSET isn't defined.
3960         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3961         Tweak comment.
3962         (fetch_inferior_registers, store_inferior_registers): Remove
3963         redundant culry braces.  Tweak comment.  s/regno/regnum.
3964         * Makefile.in (infptrace.o): Update dependencies.
3965
3966         * configure.in: Change test for return type of ptrace to default
3967         to `long' instead of `int'.
3968         * configure: Regenerate.        
3969
3970 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
3971
3972         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3973
3974         * configure.in: Check for ttrace function.
3975         * configure, config.in: Regenerate.     
3976
3977         * gdb_ptrace.h: New file.
3978         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3979         <sys/ptrace.h>.
3980         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3981         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3982         (attach): Don't define PT_ATTACH.
3983         (detach): Don't define PT_DETACH.
3984         * Makefile.in (gdb_ptrace_h): New variable.
3985         (infptrace.o): Update dependencies.
3986
3987 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
3988
3989         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3990         instead of `int' if not already defined.
3991         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3992         PTRACE_TYPE_ARG3.
3993         * infptrace.c (call_ptrace): Revert change that replaced
3994         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3995
3996 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
3997
3998         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3999         Remove defines.
4000
4001         * linux-nat.c (kill_inferior): Add missing third and fourth
4002         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
4003
4004         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
4005         PTRACE_TYPE_RET.
4006
4007         * proc-why.c (proc_prettyfprint_why): Fix format string.
4008
4009         * solib-osf.c (osf_current_sos): Remove unsused label.
4010
4011         * configure.in: Add <ncurses/ncurses.h> to the list of possible
4012         curses headers.
4013         * configure, config.in: Regenerate.     
4014         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
4015         <ncurses/ncurses.h>.
4016
4017         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
4018         * config/nm-nbsd.h: Update copyright year.
4019         (PTRACE_ARG3_TYPE): Remove define.
4020
4021         * sparc-nat.c (fetch_inferior_registers)
4022         (store_inferior_registers, sparc_xfer_wcookie): 
4023         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4024
4025         * alphabsd-nat.c (fetch_inferior_registers):
4026         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4027         PTRACE_TYPE_ARG3.
4028         * amd64bsd-nat.c (fetch_inferior_registers)
4029         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4030         PTRACE_TYPE_ARG3.
4031         * armnbsd-nat.c: Update copyright year.
4032         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
4033         (store_register, store_regs, store_fp_register, store_fp_regs):
4034         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4035         * hppabsd-nat.c (fetch_inferior_registers)
4036         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4037         PTRACE_TYPE_ARG3.
4038         * i386bsd-nat.c (fetch_inferior_registers)
4039         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
4040         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4041         * m68kbsd-nat.c (fetch_inferior_registers)
4042         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4043         PTRACE_TYPE_ARG3.
4044         * m88kbsd-nat.c (fetch_inferior_registers)
4045         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4046         PTRACE_TYPE_ARG3.
4047         * mipsnbsd-nat.c: Update copyright year.
4048         (fetch_inferior_registers, store_inferior_registers):
4049         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4050         * ns32knbsd-nat.c: Update copyright year.
4051         (fetch_inferior_registers, store_inferior_registers):
4052         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4053         * ppcnbsd-nat.c (fetch_inferior_registers):
4054         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4055         PTRACE_TYPE_ARG3.
4056         * ppcobsd-nat.c (fetch_inferior_registers):
4057         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4058         PTRACE_TYPE_ARG3.
4059         * shnbsd-nat.c: Update copyright year.
4060         (fetch_inferior_registers, store_inferior_registers):
4061         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4062         * vaxbsd-nat.c (fetch_inferior_registers)
4063         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4064         PTRACE_TYPE_ARG3.
4065         
4066         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
4067         PTRACE_TYPE_ARG3.
4068         * infptrace.c (call_ptrace, child_resume, attach, detach)
4069         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
4070         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4071         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
4072         PTRACE_TYPE_ARG3.
4073
4074 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
4075
4076         * defs.h: Remove out-of-date comment.
4077         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
4078         [!GETENV_PROVIDED] (getenv): Remove prototype.
4079
4080         * standalone.c: Remove file.
4081         * Makefile.in (standalone.o): Remove dependency.
4082
4083         * i386-linux-nat.c (dummy_sse_values): Remove function and
4084         prototype.
4085         (i386_linux_dr_get): Fix typo in comment.
4086         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
4087
4088         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
4089
4090         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
4091         from declaration.
4092         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
4093         from definition.
4094
4095 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
4096
4097         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
4098         parenthesis in definition.
4099         * configure: Regenerated.
4100
4101 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
4102
4103         * PROBLEMS: Mention build/1411.
4104
4105 2004-08-09  Robert Millan  <robertmh@gnu.org>
4106
4107         Committed by Nathanael Nerode.
4108         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
4109         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
4110
4111 2004-08-12  Andrew Cagney  <cagney@gnu.org>
4112
4113         * NEWS: Mention fixes in GDB 6.2.1.
4114         * PROBLEMS: Remove mention of mips-irix.
4115
4116 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4117
4118         * config/powerpc/xm-aix.h: Delete.
4119         * config/powerpc/aix.mh (MH_FILE): Remove.
4120         * config/powerpc/aix432.mh (MH_FILE): Remove.
4121
4122 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4123
4124         * config/powerpc/aix.mh: Remove obsolete comment.
4125         * config/powerpc/aix432.mh: Likewise.
4126
4127 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4128
4129         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
4130
4131 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4132
4133         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
4134         this file is now empty.
4135         * config/xm-aix4.h: Remove, this file is no longer included
4136         anywhere.
4137
4138 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4139
4140         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
4141         that file is now empty.
4142         (termdef): Remove prototype, function no longer used.
4143
4144 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4145
4146         * doc/gdbint.texinfo (Host Definition): Remove documentation
4147         for USE_O_NOCTTY, no longer used.
4148         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
4149         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
4150
4151 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4152
4153         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
4154         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
4155         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
4156
4157 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
4158
4159         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
4160         instead of FIVE_ARG_PTRACE.
4161
4162         * inflow.c (O_NOCTTY): Define to zero if not already defined.
4163         (new_tty): Use O_NOCTTY unconditionally.
4164
4165 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4166
4167         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
4168         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
4169         fflush on stdout.
4170
4171 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
4172
4173         * xcoff_symfile_finish: Replace last call to xmfree by call
4174         to xfree.
4175
4176 2004-08-10  Andrew Cagney  <cagney@gnu.org>
4177
4178         * main.c (captured_main): Delete call to init_malloc.
4179         * defs.h (init_malloc): Delete declaration.
4180         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
4181         (init_malloc): Delete functions.
4182
4183         * defs.h (xmfree): Delete.
4184         * utils.c (xmfree): Delete function.
4185         (xfree): Inline calls to xmfree and mfree.
4186         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
4187         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
4188         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
4189         * somread.c (som_symfile_finish): Ditto.
4190         * objfiles.c (allocate_objfile, free_objfile): 
4191         * nlmread.c (nlm_symfile_finish): Ditto.
4192         * hpread.c (hpread_symfile_finish): Ditto.
4193         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
4194         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
4195         * coffread.c (coff_symfile_finish): Ditto.
4196
4197         * defs.h (xmcalloc): Delete declaration.
4198         * utils.c (xmcalloc): Delete.
4199         (xcalloc): Inline calls to xmcalloc and mcalloc.
4200         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4201         xcalloc and xfree.
4202         * symtab.c (create_demangled_names_hash): Ditto.
4203
4204         * defs.h (xmrealloc): Delete.
4205         * utils.c (xmrealloc): Delete.
4206         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4207         * symmisc.c (extend_psymbol_list): Use xrealloc.
4208         * source.c (find_source_lines): Ditto.
4209         * hpread.c (hpread_lookup_type): Ditto.
4210         * dbxread.c (add_bincl_to_list): Ditto.
4211
4212         * utils.c (xmmalloc): Delete.
4213         (xmalloc): Inline xmmalloc and mmalloc calls.
4214         (msavestring): Use xmalloc.
4215         * defs.h (xmmalloc): Delete declaration.
4216         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4217         xmmalloc.
4218         * symmisc.c (extend_psymbol_list): Ditto.
4219         * symfile.c (init_psymbol_list): Ditto.
4220         * source.c (find_source_lines): Ditto.
4221         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4222         * elfread.c (elf_symtab_read): Ditto.
4223         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4224         * coffread.c (coff_symfile_init): Ditto.
4225
4226 2004-08-10  David Carlton  <carlton@bactrian.org>
4227
4228         * MAINTAINERS: Remove David Carlton from c++ testsuite
4229         maintainers.
4230
4231 2004-08-10  Jerome Guitton  <guitton@gnat.com>
4232
4233         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4234         print a line feed before the prompt.
4235
4236 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4237
4238         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4239
4240 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
4241
4242         General cleanup of the AIX xm include file:
4243         * config/xm-aix4.h (fd_set): Remove undefine.
4244         Remove include of <sys/select.h>.
4245         (HAVE_TERMIO): Remove define.
4246         (USG): Likewise.
4247         (NULL): Remove redefine.
4248         (alloca): Remove #pragma.
4249         (vfork): Remove define.
4250         (termdef): Remove.
4251         (SIGWINCH_HANDLER): Remove.
4252         (SIGWINCH_HANDLER_BODY): Remove.
4253
4254 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4255
4256         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4257         GDB_OSABI_OPENBSD_ELF.
4258
4259 2004-08-07  Robert Millan  <robertmh@gnu.org>
4260
4261         * bsd-kvm.c: Check for nlist.h before including it.
4262
4263 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4264
4265         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4266         sigcontext' offset consistency checks for ancient BSD.
4267
4268         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4269
4270         * configure.in: Check for <sys/types.h>.  Check return and
4271         argument types of ptrace.
4272         * configure, config.in: Regenerate.     
4273
4274 2004-08-09  Jim Blandy  <jimb@redhat.com>
4275
4276         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4277         rs6000_register_sim_regno): Doc fixes.
4278
4279 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
4280
4281         * mips-tdep.c: Include "floatformat.h".
4282         (n32n64_floatformat_always_valid): New function.
4283         (floatformat_n32n64_long_double_big): New constant.
4284         (mips_gdbarch_init): Set size and format of long double
4285         for N32 and N64 ABIs.
4286         * Makefile.in (mips-tdep.o): Update dependencies.
4287
4288 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4289
4290         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
4291         print.  Improve script's error messages.
4292         * gdbarch.h: Re-generate.
4293
4294         * gdbarch.sh (pformat): New function.
4295         (float_format, double_format, long_double_format): List with bit
4296         members.  Use pformat when printing.
4297         * gdbarch.c, gdbarch.h: Re-generate.
4298         
4299 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
4300
4301         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4302         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4303         (ppcnbsd_supply_pcb): New function.
4304         (_initialize_ppcnbsd_nat): New prototype and function.
4305         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4306         (LOADLIBES): New variable.
4307         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4308
4309 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4310
4311         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4312         (builtin_type_ieee_double, builtin_type_ia64_quad)
4313         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4314         BE/LE floating-point types.
4315         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4316         (builtin_type_ieee_double, builtin_type_ia64_quad)
4317         (builtin_type_ia64_spill): Declare.
4318         * doublest.c (_initialize_doublest, floatformat_ieee_single)
4319         (floatformat_ieee_double, floatformat_arm_ext)
4320         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4321         of LE/BE floatformats.  
4322         * doublest.h: (struct floatformat, floatformat_ieee_single)
4323         (floatformat_ieee_double, floatformat_arm_ext)
4324         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4325
4326 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
4327
4328         * i386gnu-nat.c (gnu_store_registers): Fix typo.
4329
4330         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4331         instead of regcache_raw_supply when storing the registers.
4332
4333         * i386gnu-nat.c: Update copyright year.
4334         (gnu_store_registers): Don't use deprecated_registers and
4335         deprecated_registers_valid.  Use regcache_valid_p and
4336         regcache_raw_supply instead.
4337
4338         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4339         frame_pc_unwind.
4340
4341         * procfs.c (procfs_pid_to_str): Remove redundant and unused
4342         variables.  Incapitalized "process".
4343
4344         * configure.in: Add cursesX to the list of possible curses libs.
4345         Add cursesX.h to the list of possible curses headers. 
4346         * configure, config.in: Regenerate.     
4347
4348 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4349
4350         * configure.in: Test for struct lwp in <sys/lwp.h>.
4351         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4352         the offset of l_addr in struct lwp.
4353
4354 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4355
4356         * bsd-kvm.c: Include "gdbcore.h"
4357         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4358
4359 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4360
4361         * gdbtypes.c (build_flt, build_complex): New functions.
4362         (gdbtypes_post_init): Use.
4363
4364         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4365
4366         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4367         through to builtin_type_uint128.
4368
4369         * c-exp.y: Use builtin_type function to obtain builtin types.
4370
4371         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4372         builtin_uint128.
4373         * gdbtypes.c (gdbtypes_post_init): Update.
4374         (build_gdbtypes): Move initialization of builtin_type_int0
4375         through to builtin_type_uint128 from here ...
4376         (_initialize_gdbtypes): ... to here.
4377         * d10v-tdep.c (d10v_register_type): Update.
4378
4379         * doublest.c: Update copyright.
4380         (floatformat_from_length): Call error when floatformat is NULL.
4381         (extract_floating_by_length): Remove NULL fmt check.
4382         (store_floating_by_length): Ditto.
4383
4384 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4385
4386         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4387         that the register is valid.
4388
4389 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
4390
4391         * i386-linux-tdep.c (i386_linux_sigtramp_start)
4392         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4393         struct frame_info *.  Use safe_frame_unwind_memory instead of
4394         deprecated_read_memory_nobpt.
4395         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4396         changed signature of i386_linux_sigtramp_start and
4397         i386_linux_rt_sigtramp_start.
4398
4399         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4400         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
4401         instead of deprecated_read_memory_nobpt.
4402         (i386nbsd_sigtramp_p): Adjust for changed signature of
4403         i386nbsd_sigtramp_offset.
4404
4405         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4406         safe_frame_unwind_memory instead of target_read_memory.
4407
4408         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4409         !NO_SYS_FILE.
4410         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4411         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4412         (_initialize_kernel_u_addr): Remove prototype and function.
4413         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4414         !NO_SYS_FILE.
4415         * xcoffread.c: Likewise.
4416
4417 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
4418
4419         * vax-nat.c: New file.
4420         * vaxbsd-nat.c: Tweak comment.
4421         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4422         vaxnbsd-tdep.c.
4423         (vax-nat.o): New dependency.
4424         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4425         (vax-*-ultrix2*): Remove.
4426         * config/vax/vax.mh: New file.
4427         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4428         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4429         (vax_register_u_addr): New prototype.
4430         (REGISTER_U_ADDR): Define using vax_register_u_addr.
4431         * config/vax/vaxult2.mh: Remove file.
4432         * config/vax/vaxult.mh: Remove file.
4433         * config/vax/vaxbsd.mh: Remove file.
4434         * config/vax/vax.mt (TM_FILE): Remove.
4435         * config/vax/tm-vaxbsd.h: Remove file.
4436
4437 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
4438
4439         * aix-thread.c (get_signaled_thread): New function.
4440         (iter_trap): Delete, no longer used.
4441         (iter_tid): New function.
4442         (pd_update): Find the thread that received the SIGTRAP signal
4443         by first locating the kernel thread, and then finding its
4444         associated thread.
4445
4446 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
4447
4448         * lin-lwp.c (child_wait): Continue inferior after processing
4449         PTRACE_EVENT_CLONE event.
4450
4451 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4452
4453         * MAINTAINERS: Add self to Write-After-Approval.
4454
4455 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
4456
4457         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4458         libunwind-xxxx.so" where xxxx is UNW_TARGET.
4459
4460 2004-08-05  Andrew Cagney  <cagney@gnu.org>
4461
4462         * config/xm-sysv4.h: Delete file.
4463         * config/mips/xm-irix5.h: Delete file.
4464         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4465         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4466         * config/ia64/xm-aix.h: Delete file.
4467         * config/ia64/aix.mh (XM_FILE): Delete.
4468         * config/pa/xm-hppah.h: Delete file.
4469         * config/pa/hpux11w.mh (XM_FILE): Delete.
4470         * config/pa/hpux11.mh (XM_FILE): Delete.
4471         * config/pa/hpux1020.mh (XM_FILE): Delete.
4472         * config/pa/hppahpux.mh (XM_FILE): Delete.
4473
4474         * config/alpha/xm-alphalinux.h: Delete file.
4475         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4476         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4477         * config/alpha/xm-alphaosf.h: Delete file.
4478         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4479         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4480         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4481         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4482
4483         * config/i386/xm-i386v.h: Delete file.
4484         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4485         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4486         * config/i386/xm-i386sco.h: Delete file.
4487         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4488         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4489         * config/i386/xm-i386v4.h: Delete file.
4490         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4491         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4492         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4493         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4494
4495         * config/vax/xm-vax.h: Delete file.
4496         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4497         * config/vax/xm-vaxult2.h: Delete file.
4498         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4499         * config/vax/vaxult2.mh (XM_FILE): Delete.
4500         * config/vax/xm-vaxult.h: Delete file.
4501         * config/vax/vaxult.mh (XM_FILE): Delete.
4502         * config/vax/xm-vaxbsd.h: Delete file.
4503         * config/vax/vaxbsd.mh (XM_FILE): Delete.
4504
4505         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4506         * gdbarch.h, gdbarch.c: Re-generate.
4507         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4508         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4509         * frame.h: Delete deprecated_read_fp from comments.
4510         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4511         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4512
4513 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
4514
4515         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4516         trampoline in OpenBSD 3.5-current.
4517
4518         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4519         SSE registers.
4520
4521         * Makefile.in: Remove embedded page breaks.
4522
4523 2004-08-04  Jim Blandy  <jimb@redhat.com>
4524
4525         * regcache.c (regcache_raw_read): Assert that, after calling
4526         target_fetch_registers, the register we're reading is cached.
4527
4528         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4529         a call to 'internal_error', with a more helpful error message.
4530         * rs6000-tdep.c (e500_pseudo_register_read,
4531         e500_pseudo_register_write, rs6000_store_return_value): Same.
4532
4533 2004-08-04  Andrew Cagney  <cagney@gnu.org>
4534
4535         * Makefile.in: Update dependencies.
4536
4537 2004-08-04  Jim Blandy  <jimb@redhat.com>
4538
4539         Change the layout of the PowerPC E500 raw register cache to allow
4540         the lower 32-bit halves of the GPRS to be their own raw registers,
4541         not pseudoregisters.
4542         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4543         add ppc_ev0_upper_regnum flag.
4544         * rs6000-tdep.c: #include "reggroups.h".
4545         (spe_register_p): Recognize the ev upper half registers as SPE
4546         registers.
4547         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4548         registers.
4549         (e500_move_ev_register): New function.
4550         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4551         vector registers are the pseudo-registers now, formed by splicing
4552         together the gprs and the upper-half registers.
4553         (e500_register_reggroup_p): New function.
4554         (P): Macro deleted.
4555         (P8, A4): New macro.
4556         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4557         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4558         macros.
4559         (registers_e500): Rearrange register set so that the raw register
4560         set contains 32-bit GPRs and upper-half registers, and the SPE
4561         vector registers become pseudo-registers.
4562         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4563         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
4564         register numbers are now the same for the E500 as they are for
4565         other PowerPC variants.  Register e500_register_reggroup_p as the
4566         register group function for the E500.
4567         * Makefile.in (rs6000-tdep.o): Update dependencies.
4568
4569         Adapt PPC E500 native support to the new raw regcache layout.
4570         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4571         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4572         (fetch_spe_register, store_spe_register): Handle fetching/storing
4573         all the SPE registers at once, if regno == -1.  These now take
4574         over the job of fetch_spe_registers and store_spe_registers.
4575         (fetch_spe_registers, store_spe_registers): Deleted.
4576         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4577         unconditionally; they're always raw.  Fetch/store SPE upper half
4578         registers, if present, instead of ev registers.
4579         (fetch_register, store_register): Remove sanity checks: gprs are
4580         never pseudo-registers now, so we never need to even mention any
4581         registers that are ever pseudoregisters.
4582
4583         Use a fixed register numbering when communicating with the PowerPC
4584         simulator.
4585         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4586         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4587         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
4588         New functions.
4589         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
4590         init_sim_regno_table.
4591         * Makefile.in (gdb_sim_ppc_h): New variable.
4592         (rs6000-tdep.o): Update dependencies.
4593
4594 2004-08-02  Andrew Cagney  <cagney@gnu.org>
4595
4596         * cris-tdep.c (cris_register_size): Restore function, still used
4597         locally.
4598
4599         * gdbarch.sh (deprecated_target_read_fp)
4600         (deprecated_frame_locals_address, deprecated_frame_args_address)
4601         (deprecated_frame_chain_valid, deprecated_frame_chain)
4602         (deprecated_init_extra_frame_info, deprecated_pop_frame)
4603         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4604         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4605         * gdbarch.h, gdbarch.c: Re-generate.
4606         * regcache.c (deprecated_read_fp): Do not call
4607         DEPRECATED_TARGET_READ_FP_P.
4608         * infcmd.c (default_print_registers_info): Do not call
4609         DEPRECATED_DO_REGISTERS_INFO.
4610         * frame-base.c (default_frame_locals_address): Do not call
4611         DEPRECATED_FRAME_LOCALS_ADDRESS.
4612         (default_frame_args_address): Do not call
4613         DEPRECATED_FRAME_ARGS_ADDRESS.
4614
4615         * gdbarch.sh (deprecated_register_raw_size)
4616         (deprecated_register_virtual_size:int): Delete.
4617         * gdbarch.h, gdbarch.c: Re-generate.
4618         * cris-tdep.c (cris_register_size): Delete.
4619         (cris_gdbarch_init): Update.
4620         * alpha-tdep.c (alpha_register_raw_size)
4621         (alpha_register_virtual_size): Delete.
4622         (alpha_gdbarch_init): Update.
4623
4624         * gdbarch.sh (deprecated_register_virtual_type)
4625         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4626         (deprecated_dummy_write_sp): Delete.
4627         * gdbarch.h, gdbarch.c: Re-generate.
4628
4629         * gdbarch.sh (deprecated_register_bytes): Delete.
4630         * gdbarch.h, gdbarch.c: Re-generate.
4631         * regcache.c (deprecated_register_bytes): New function.
4632         * regcache.h (deprecated_register_bytes): Declare.
4633         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4634         * v850-tdep.c (v850_gdbarch_init): Update.
4635         * sh64-tdep.c (sh64_gdbarch_init): Update.
4636         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4637         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4638         * mcore-tdep.c (mcore_gdbarch_init): Update.
4639         * cris-tdep.c (cris_gdbarch_init): Update.
4640         * arm-tdep.c (arm_gdbarch_init): Update.
4641         * remote.c (init_remote_state): Update.
4642         * remote-vx.c (vx_prepare_to_store): Update.
4643         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4644         * irix5-nat.c (fetch_core_registers): Update.
4645         * cris-tdep.c (cris_register_bytes_ok): Update.
4646         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4647
4648         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4649         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4650         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4651         (mips_insn16_frame_base_address, mips_insn16_frame_base)
4652         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4653         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4654         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4655         (mips_insn32_frame_base_address, mips_insn32_frame_base)
4656         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4657         with mips_insn16 and mips_insn32.
4658
4659         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4660         * rs6000-tdep.c (rs6000_push_dummy_call)
4661         (rs6000_extract_return_value): Use register_size.
4662         * xstormy16-tdep.c (xstormy16_get_saved_register) 
4663         (xstormy16_extract_return_value): Ditto.
4664         * valops.c (value_assign): Ditto.
4665         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
4666         * v850-tdep.c (v850_extract_return_value): Ditto.
4667         * tracepoint.c (collect_symbol): Ditto.
4668         * target.c (debug_print_register): Ditto.
4669         * stack.c (frame_info): Ditto.
4670         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4671         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4672         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4673         (store_register_using_P): Ditto.
4674         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4675         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4676         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4677         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4678         * regcache.c (deprecated_read_register_bytes) 
4679         (deprecated_write_register_bytes, read_register) 
4680         (write_register): Ditto.
4681         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4682         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4683         * monitor.c (monitor_supply_register, monitor_fetch_register) 
4684         (monitor_store_register): Ditto.
4685         * mn10300-tdep.c (mn10300_pop_frame_regular) 
4686         (mn10300_print_register): Ditto.
4687         * mipsv4-nat.c (fill_fpregset): Ditto.
4688         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
4689         (mips64_fill_fpregset): Ditto.
4690         * mi/mi-main.c (register_changed_p, get_register)
4691         (mi_cmd_data_write_register_values): Ditto.
4692         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
4693         * irix5-nat.c (fill_gregset, fetch_core_registers): 
4694         * infrun.c (write_inferior_status_register): Ditto.
4695         * infptrace.c (fetch_register, store_register): Ditto.
4696         * infcmd.c (default_print_registers_info): Ditto.
4697         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4698         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4699         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4700         * hpux-thread.c (hpux_thread_fetch_registers)
4701         (hpux_thread_store_registers): Ditto.
4702         * hppah-nat.c (store_inferior_registers, fetch_register): 
4703         * findvar.c (value_from_register): Ditto.
4704         * dve3900-rom.c (fetch_bitmapped_register): 
4705         * cris-tdep.c (cris_gdbarch_init): Ditto.
4706         * alpha-tdep.h: Ditto.
4707         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4708
4709         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4710         DEPRECATED_REGISTER_RAW_SIZE from comments.
4711         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4712         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4713         DEPRECATED_REGISTER_RAW_SIZE.
4714         * findvar.c (value_of_register): Simplify by assuming that the
4715         registers raw and virtual sizes are identical.
4716         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4717         comment.
4718         * arch-utils.c (generic_register_size): Simplify by assuming
4719         register_type.
4720
4721         * regcache.c (legacy_read_register_gen, real_register) 
4722         (legacy_write_register_gen): Delete, not used.
4723
4724         * regcache.c (struct regcache_descr): Delete legacy_p.
4725         (init_legacy_regcache_descr): Delete function.
4726         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4727         Do not use deprecated register functions.
4728         (regcache_raw_read, deprecated_write_register_gen):
4729         (deprecated_read_register_gen, regcache_raw_write): Delete code
4730         predicated on legacy_p.
4731         (register_size): Delete check against register raw size.
4732
4733         * cris-tdep.c (cris_register_type): Replace
4734         cris_register_virtual_type.
4735         (cris_gdbarch_init): Update, set register_type.
4736
4737         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4738         * gdbarch.h, gdbarch.c: Re-generate.
4739         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
4740         (arm_gdbarch_init) Do not set frameless function invocation.
4741         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4742         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4743         * frv-tdep.c (frv_frameless_function_invocation): Delete.
4744         (frv_gdbarch_init): Do not set frameless function invocation.
4745         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4746         * sh-tdep.c (sh_gdbarch_init): Ditto.
4747         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4748         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4749         * avr-tdep.c (avr_gdbarch_init): Ditto.
4750
4751         * blockframe.c (legacy_frame_chain_valid): Delete function.
4752
4753         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4754         and pc.  Update comments.
4755         (pc_in_dummy_frame): Delete function.
4756         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4757         use the "id".
4758         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4759         call_hi, top and pc, use the id.
4760         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4761
4762         * dummy-frame.c: Include "gdb_string.h".
4763         (generic_save_call_dummy_addr, generic_push_dummy_frame)
4764         (generic_save_dummy_frame_tos): Delete.
4765         (dummy_frame_push): New function, replaces above.
4766         * dummy-frame.h: Update copyright.
4767         (dummy_frame_push): Declare.
4768         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4769         (generic_save_call_dummy_addr): Delete declarations.
4770         * infcall.c: Include "dummy-frame.h".
4771         (call_function_by_hand): Add locals caller_regcache,
4772         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
4773         with call to frame_save_as_regcache plus cleanup.  Delete calls to
4774         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4775         Move clear_proceed_status to just before the resume, add call to
4776         dummy_frame_push (discard cleanup).
4777         * Makefile.in (infcall.o): Add $(dummy_frame_h).
4778         (dummy-frame.o): Add $(gdb_string_h).
4779
4780 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4781
4782         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4783         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4784         * dummy-frame.c (find_dummy_frame): Delete.
4785         (struct dummy_frame_cache, dummy_frame_sniffer)
4786         (dummy_frame_prev_register, dummy_frame_this_id)
4787         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4788         frame unwinder using a dummy_frame_cache.
4789
4790 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4791
4792         * frame.h (frame_save_as_regcache): Declare.
4793         * frame.c (frame_save_as_regcache): New function.
4794         (do_frame_read_register): Replace do_frame_unwind_register.
4795         (frame_pop): Use frame_save_as_regcache.
4796         * dummy-frame.c (generic_push_dummy_frame): Use
4797         frame_save_as_regcache.
4798
4799 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
4800
4801         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4802         file as included until we record the first line in the linetable.
4803
4804 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4805
4806         * frame.h (deprecated_pop_dummy_frame)
4807         (deprecated_read_register_dummy)
4808         (deprecated_generic_find_dummy_frame): Delete.
4809         * dummy-frame.c (deprecated_generic_find_dummy_frame)
4810         (deprecated_read_register_dummy)
4811         (deprecated_find_dummy_frame_regcache)
4812         (discard_innermost_dummy)
4813         (deprecated_pop_dummy_frame): Delete.
4814         (dummy_frame_this_id): Simplify.
4815         (struct dummy_frame): Delete "fp" and "sp".
4816         (find_dummy_frame): Simplify.
4817         (generic_push_dummy_frame): Do not set "fp" or "sp".
4818         (fprint_dummy_frames): Do not print "fp" and "sp"
4819
4820 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
4821
4822         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4823         (struct i386_insn): New structure.
4824         (i386_match_insn): New function.
4825         (i386_frame_setup_skip_insns): New variable.
4826         (i386_analyze_frame_setup): Change to use i386_match_insn and the
4827         array i386_frame_setup_insns of instructions that should be
4828         skipped inside the frame setup sequence.
4829
4830 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4831
4832         * frame.h (deprecated_frame_xmalloc_with_cleanup)
4833         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4834         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4835         * stack.c (frame_info): Delete references to
4836         DEPRECATED_FRAME_INIT_SAVED_REGS and
4837         deprecated_get_frame_saved_regs.
4838         * frame.c (struct frame_info): Delete saved_regs and extra_info.
4839         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4840         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4841         (frame_unwind_register_signed)
4842         (frame_unwind_register_unsigned)
4843         (frame_unwind_unsigned_register): Use register_size.
4844         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4845         (deprecated_frame_xmalloc_with_cleanup)
4846         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4847         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4848
4849         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4850         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4851         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4852         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4853
4854         * infcall.c (call_function_by_hand): Do not use
4855         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4856         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4857         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4858         DEPRECATED_STACK_ALIGN.
4859
4860 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4861
4862         Committed by Andrew Cagney.
4863         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4864
4865 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4866
4867         * mips-tdep.c (mips16_frame_cache)
4868         (mips16_frame_this_id, mips16_frame_prev_register)
4869         (mips16_frame_unwind, mips16_frame_sniffer)
4870         (mips16_frame_base_address, mips16_frame_base)
4871         (mips16_frame_base_sniffer, mips32_frame_cache)
4872         (mips32_frame_this_id, mips32_frame_prev_register)
4873         (mips32_frame_unwind, mips32_frame_sniffer)
4874         (mips32_frame_base_address, mips32_frame_base)
4875         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4876         separate heuristic mips16 and mips32 unwinders.
4877         (mips_stub_frame_cache, mips_stub_frame_this_id)
4878         (mips_stub_frame_prev_register)
4879         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4880         (mips_stub_frame_base_address, mips_stub_frame_base)
4881         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4882         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4883         match true mdebug frames.
4884         (non_heuristic_proc_desc): Add forward declaration.
4885
4886 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4887
4888         * config/mips/tm-irix6.h: Delete file.
4889         * config/mips/tm-irix5.h: Delete file.
4890         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4891         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4892
4893         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4894         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4895         * config/nm-gnu.h (NO_CORE_OPS): Delete.
4896         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4897         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4898         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4899         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4900         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4901         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4902         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4903         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4904         (TARGET_SIGNAL_RAW_VALUES): Delete.
4905         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4906         Delete.
4907         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
4908         (TARGET_HW_WATCH_LIMIT): Delete.
4909         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4910         * minimon.h: Delete file.
4911
4912         * trad-frame.c (trad_frame_get_this_base)
4913         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4914         functions.
4915         * trad-frame.h (trad_frame_set_this_base)
4916         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4917
4918 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4919
4920         * trad-frame.c (trad_frame_get_prev_register): Rename
4921         trad_frame_get_prev_register.
4922         * vax-tdep.c (vax_frame_prev_register): Update.
4923         * trad-frame.h: Update.
4924         * trad-frame.c (trad_frame_get_register): Update.
4925         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4926         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4927         Update.
4928         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4929         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4930         Update.
4931         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4932         Update.
4933         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4934         Update.
4935         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4936         Update.
4937         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4938         Update.
4939         * s390-tdep.c (s390_frame_prev_register) 
4940         (s390_stub_frame_prev_register) 
4941         (s390_sigtramp_frame_prev_register): Update.
4942         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4943         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4944         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4945         * m88k-tdep.c (m88k_frame_prev_register) 
4946         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
4947         * m32r-tdep.c (m32r_frame_prev_register): Update.
4948         * hppa-tdep.c (hppa_frame_prev_register_helper) 
4949         * frv-tdep.c (frv_frame_prev_register): Update.
4950         * d10v-tdep.c (d10v_frame_prev_register): Update.
4951         * cris-tdep.c (cris_frame_prev_register): Update.
4952         * avr-tdep.c (avr_frame_prev_register): Update.
4953         * arm-tdep.c (arm_prologue_prev_register) 
4954         (arm_sigtramp_prev_register): Update.
4955
4956 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4957
4958         * frame.h (legacy_saved_regs_unwind)
4959         (legacy_frame_chain_valid, legacy_frame_p)
4960         (enum frame_type): Delete UNKNOWN_FRAME.
4961         * dummy-frame.c (dummy_frame_this_id): Simplify.
4962         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4963         * frame.c (struct frame_info): Delete the field "type".
4964         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4965         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4966         (legacy_saved_regs_unwind, legacy_frame_p)
4967         (frame_type_from_pc): Delete.
4968         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4969         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4970
4971 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
4972
4973         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4974         indentation.
4975
4976         * mips-nat.c: Remove file.
4977         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4978         (mips-nat.o): Remove dependency.
4979
4980         * infptrace.c: Update copyright year.
4981         (fetch_register): Pass NULL in regcache_raw_supply call instead of
4982         explicitly setting the buffer to all zeroes.
4983
4984         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4985         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4986
4987 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4988
4989         * GDB 6.2 released from gdb_6_2-branch.
4990
4991 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
4992
4993         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4994
4995         * exec.c (exec_file_attach):
4996         * nto-tdep.c (nto_find_and_open_solib):
4997         * pa64solib.c (pa64_solib_sizeof_symbol_table):
4998         * solib.c (solib_open):
4999         * somsolib.c (som_solib_sizeof_symbol_table):
5000         * source.c (is_regular_file, openp, open_source_file):
5001         * symfile.c (symfile_bfd_open):
5002         * wince.c (upload_to_device): Differentiate between the search for
5003         binary and source files.
5004
5005 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5006
5007         * complaints.c (_initialize_complaints): Pass NULL to
5008         add_setshow_zinteger_cmd for help_doc.
5009         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
5010
5011 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5012
5013         Fix PR i18n/761.
5014         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
5015         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
5016         $(PACKAGE).pot and update-po.
5017         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
5018         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
5019         (update-po): New rules.
5020         (localedir): Define using autoconf.
5021         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
5022         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
5023         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
5024         * configure.in: Generate CATALOGS and LINGUAS from contents of
5025         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
5026         * configure: Re-generate.
5027         * po/gdbtext: New file
5028         
5029 2004-07-30  Jerome Guitton  <guitton@gnat.com>
5030
5031         * MAINTAINERS: Reorder Write After Approval list in alphabetical
5032         order.
5033
5034 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
5035
5036         * dwarf2read.c (read_file_scope): Set producer if attribute 
5037         present.
5038         (struct dwarf2_cu): Added new member producer.
5039
5040 2004-07-30  Jerome Guitton  <guitton@gnat.com>
5041
5042         * inflow.c (kill_command): release file handles in BFD.
5043         * exec.c (exec_file_attach): Ditto.
5044         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
5045
5046 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5047
5048         * PROBLEMS (mips-irix): Note that it is broken.
5049
5050 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5051
5052         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
5053         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
5054
5055         * config/xm-nbsd.h: Delete file.
5056         * config/arm/xm-nbsd.h: Delete file.
5057         * config/i386/xm-nbsd.h: Delete file.
5058         * config/ns32k/xm-nbsd.h: Delete file.
5059         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
5060         * config/i386/nbsdelf.mh (XM_FILE): Delete.
5061         * config/i386/nbsdaout.mh (XM_FILE): Delete.
5062         * config/arm/nbsdelf.mh (XM_FILE): Delete.
5063         * config/arm/nbsdaout.mh (XM_FILE): Delete.
5064
5065         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
5066         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
5067         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
5068         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
5069         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
5070         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
5071
5072         * config/powerpc/xm-linux.h: Delete empty file.
5073         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
5074         * config/powerpc/linux.mh (XM_FILE): Delete.
5075         * config/m68k/xm-linux.h: Delete empty file.
5076         * config/m68k/linux.mh (XM_FILE): Delete.
5077         * config/ia64/xm-linux.h: Delete empty file.
5078         * config/ia64/linux.mh (XM_FILE): Delete.
5079         * config/arm/xm-linux.h: Delete empty file.
5080         * config/arm/linux.mh (XM_FILE): Delete.
5081         
5082         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5083         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
5084         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5085         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
5086         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5087         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
5088         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5089         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
5090
5091         * config/m68k/xm-m68k.h: Delete file.
5092         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
5093         copyright.
5094         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
5095         * config/pa/xm-linux.h: Delete empty file.
5096         * config/pa/linux.mh (XM_FILE): Delete.
5097         * config/i386/xm-i386.h: Delete empty file.
5098         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
5099         "i386/xm-i386.h".
5100         * config/i386/obsdaout.mh (XM_FILE): Delete.
5101         * config/i386/obsd64.mh (XM_FILE): Delete.
5102         * config/i386/fbsd64.mh (XM_FILE): Delete.
5103         * config/i386/nto.mh (XM_FILE): Delete.
5104         * config/i386/obsd.mh (XM_FILE): Delete.
5105         * config/i386/linux64.mh (XM_FILE): Delete.
5106         * config/i386/linux.mh (XM_FILE): Delete.
5107         * config/i386/i386sol2.mh (XM_FILE): Delete.
5108         * config/i386/i386gnu.mh (XM_FILE): Delete.
5109         * config/i386/fbsd.mh (XM_FILE): Delete.
5110         * config/i386/nbsd64.mh (XM_FILE): Delete.
5111
5112 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5113
5114         * config/pa/xm-linux.h: Do not include "floatformat.h".
5115         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5116         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5117         * config/i386/xm-i386.h: Do not include "floatformat.h".
5118         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
5119         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5120         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5121         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
5122         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
5123         GDB_HOST_LONG_DOUBLE_FORMAT instead.
5124         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
5125         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
5126         * configure, config.in: Regenerate.     
5127         * configure.host (gdb_host_float_format, gdb_host_double_format)
5128         (gdb_host_long_double_format): Set according to the host.
5129         
5130 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5131
5132         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
5133
5134 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5135
5136         * PROBLEMS: Mention threads/1650.
5137         * NEWS: Mention the NPTL fix.
5138
5139 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5140
5141         * cli/cli-decode.c (add_setshow_cmd): Delete function.
5142         (add_setshow_cmd_full): Make static.
5143         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
5144         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
5145         * cli/cli-decode.c (add_setshow_filename_cmd) 
5146         (add_setshow_string_cmd): New functions.
5147         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
5148         * mips-tdep.c (_initialize_mips_tdep): Update.
5149         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
5150         * cli/cli-logging.c (_initialize_cli_logging): Update.
5151         * complaints.c (_initialize_complaints): Update.
5152         * remote.c (_initialize_remote): Update.
5153         
5154 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5155
5156         * cli/cli-decode.c (add_setshow_zinteger_cmd)
5157         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
5158         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
5159         print parameters.  Make string parameters constant.
5160         * command.h: Update.  Update copyright.
5161         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
5162         * observer.c (_initialize_observer): Ditto.
5163         * frame.c (_initialize_frame): Ditto.
5164         * complaints.c (_initialize_complaints): Ditto.
5165         * maint.c (_initialize_maint_cmds): Ditto.
5166         * target.c (initialize_targets): Ditto.
5167         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
5168         * infcall.c (_initialize_infcall): Ditto.
5169         * arm-tdep.c (_initialize_arm_tdep): Ditto.
5170         * m32r-rom.c (_initialize_m32r_rom): Ditto.
5171         * remote-rdi.c (_initialize_remote_rdi): Ditto.
5172         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
5173         * mips-tdep.c (_initialize_mips_tdep): Ditto.
5174
5175 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5176
5177         * gdbtypes.c (lookup_primitive_typename): Delete function.
5178         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
5179         * ada-lex.l: Use language_lookup_primitive_type_by_name.
5180         * gdbtypes.c (lookup_typename): Ditto.
5181         * f-exp.y (yylex): Ditto.
5182         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
5183
5184         * scm-lang.c (c_builtin_types): Delete extern declaration.
5185         (scm_language_defn): Replace
5186         string_char_type and primitive_type_vector with
5187         la_language_arch_info.
5188         * jv-lang.c (java_language_defn): Replace
5189         string_char_type and primitive_type_vector with
5190         la_language_arch_info.
5191         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
5192         c_builtin_types in comment.
5193         * c-lang.h (struct language_arch_info): Declare opaque.
5194         (c_language_arch_info): Declare.
5195         (c_builtin_types): Delete declaration.
5196         * c-lang.c (c_language_arch_info): Set string_char_type to
5197         builtin_char, not builtin_true_char.  Make global.
5198         (c_builtin_types): Delete array.
5199         (asm_language_defn, minimal_language_defn): Replace
5200         string_char_type and primitive_type_vector with
5201         la_language_arch_info.
5202
5203 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5204
5205         * gdbtypes.h (struct builtin_type): Rename true_char to
5206         builtin_true_char.
5207         * gdbtypes.c (gdbtypes_post_init): Update.
5208         * c-lang.c (arch_info): New function.
5209         (enum c_primitive_types): New enum.
5210         (c_language_defn): Instead of string_char_type and
5211         primitive_type_vector set la_language_arch_info.
5212
5213 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5214
5215         * language.h (struct language_arch_info): Fix typo
5216         s/primative/primitive/.
5217         * gdbtypes.c (lookup_primitive_typename): Ditto.
5218         * language.c (language_lookup_primitive_type_by_name)
5219         (unknown_language_arch_info): Ditto.
5220
5221 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5222
5223         * defs.h (enum language): Add nr_languages.
5224         * language.h (struct language_arch_info): Define.
5225         (struct language_defn): Add la_language_arch_info.
5226         (language_lookup_primative_type_by_name): Declare.
5227         (language_string_char_type): Declare.
5228         * language.c (_initialize_language, language_gdbarch_post_init)
5229         (struct language_gdbarch, language_gdbarch_data): Implement
5230         per-architecture language information.
5231         (unknown_language_arch_info, language_string_char_type)
5232         (language_lookup_primative_type_by_name): New functions.
5233         (unknown_language_defn, auto_language_defn)
5234         (local_language_defn): Set la_language_arch_info to
5235         unknown_language_arch_info.
5236         (unknown_builtin_types): Delete.
5237         * gdbtypes.c (lookup_primitive_typename): Use
5238         language_lookup_primative_type_by_name.
5239         (create_string_type): Use language_string_char_type.
5240         * values.c (value_from_string): Use language_string_char_type.
5241         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5242         * p-lang.c (pascal_language_defn): Ditto.
5243         * m2-lang.c (m2_language_defn): Ditto.
5244         * jv-lang.c (java_language_defn): Ditto.
5245         * objc-lang.c (objc_language_defn): Ditto.
5246         * f-lang.c (f_language_defn): Ditto.
5247         * c-lang.c (c_language_defn, cplus_language_defn) 
5248         (asm_language_defn, minimal_language_defn): Ditto.
5249         
5250 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5251
5252         * gdbtypes.h (struct builtin_type): Declare.
5253         (builtin_type): Declare.
5254         * d10v-tdep.c (d10v_register_type): Use builtin_type.
5255         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5256         (gdbtypes_post_init): New function.
5257         (builtin_type): New function.
5258
5259 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
5260
5261         * remote-m32r-sdi.c: Fix breakpoint bug.
5262         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5263         recv_char_data, recv_long_data): New functions to replace communication
5264         sequences.
5265
5266 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
5267
5268         Document PR threads/1650.
5269         * PROBLEMS (Threads): Document problem with many threads
5270
5271 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5272
5273         * gdb-mi.el: Move from here ...
5274         * mi/gdb-mi.el: ... to here.
5275
5276 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5277
5278         Problem reported by Ashley Pittman <ashley@quadrics.com>.
5279         * main.c (captured_main): When in batch mode always detach.
5280
5281 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5282
5283         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5284         and h8300 as broken.
5285         * NEWS: END-OF-LIFE frame compatibility module.
5286         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5287         specific comments.
5288
5289 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5290
5291         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5292         * xcoffsolib.c (_initialize_xcoffsolib): Update.
5293         * wince.c (_initialize_wince): Update.
5294         * win32-nat.c (_initialize_win32_nat): Update.
5295         * varobj.c (_initialize_varobj): Update.
5296         * valops.c (_initialize_valops): Update.
5297         * utils.c (initialize_utils, initialize_utils): Update.
5298         * tui/tui-win.c (_initialize_tui_win): Update.
5299         * top.c (init_main): Update.
5300         * symfile.c (_initialize_symfile): Update.
5301         * source.c (_initialize_source): Update.
5302         * somsolib.c (_initialize_som_solib): Update.
5303         * solib.c (_initialize_solib): Update.
5304         * solib-frv.c (_initialize_frv_solib): Update.
5305         * serial.c (_initialize_serial): Update.
5306         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5307         * remote.c (_initialize_remote, _initialize_remote): Update.
5308         * remote-vx.c (_initialize_vx): Update.
5309         * remote-utils.c (_initialize_sr_support): Update.
5310         * remote-sds.c (_initialize_remote_sds): Update.
5311         * remote-mips.c (_initialize_remote_mips): Update.
5312         * remote-e7000.c (_initialize_remote_e7000): Update.
5313         * proc-api.c (_initialize_proc_api): Update.
5314         * printcmd.c: Update.
5315         * parse.c (_initialize_parse): Update.
5316         * pa64solib.c (_initialize_pa64_solib): Update.
5317         * p-valprint.c (_initialize_pascal_valprint): Update.
5318         * monitor.c (_initialize_remote_monitors): Update.
5319         * mips-tdep.c (_initialize_mips_tdep): Update.
5320         * mcore-tdep.c (_initialize_mcore_tdep): Update.
5321         * maint.c (_initialize_maint_cmds): Update.
5322         * lin-lwp.c (_initialize_lin_lwp): Update.
5323         * language.c (_initialize_language): Update.
5324         * kod.c (_initialize_kod): Update.
5325         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5326         * i386-tdep.c (_initialize_i386_tdep): Update.
5327         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5328         * gdbarch.sh: Update.
5329         * gdbarch.c: Re-generate.
5330         * gdb-events.sh: Update.
5331         * gdb-events.c: Re-generate.
5332         * frame.c (_initialize_frame): Update.
5333         * exec.c: Update.
5334         * demangle.c (_initialize_demangler): Update.
5335         * dcache.c (_initialize_dcache): Update.
5336         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5337         * cp-valprint.c (_initialize_cp_valprint): Update.
5338         * corefile.c (_initialize_core): Update.
5339         * command.h: Update.
5340         * cli/cli-decode.h: Update.
5341         * cli/cli-cmds.c (init_cli_cmds): Update.
5342         * charset.c (_initialize_charset): Update.
5343         * breakpoint.c (_initialize_breakpoint): Update.
5344         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5345         * alpha-tdep.c (_initialize_alpha_tdep): Update.
5346         * aix-thread.c (_initialize_aix_thread): Update.
5347
5348 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5349
5350         Partial fix for PR backtrace/1718.
5351         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5352         that GCC migrates into the prolugue.  Don't handle any
5353         instructions that clobber %ebx.
5354
5355 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5356
5357         Use regcache_raw_collect instead of regcache_collect.
5358         * regcache.h (regcache_collect): Delete declaration.
5359         * regcache.c (regcache_colect): Delete function.
5360         * win32-nat.c (do_child_store_inferior_registers): Update.
5361         * sol-thread.c (sol_thread_store_registers): Update.
5362         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5363         * rs6000-nat.c (store_register): Update.
5364         * remote.c (store_register_using_P, remote_store_registers): Update.
5365         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5366         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
5367         (fill_vrregset, store_spe_registers, fill_gregset)
5368         (fill_gregset): Update.
5369         * nto-procfs.c (procfs_store_registers): Update.
5370         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5371         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5372         * m68klinux-nat.c (store_register, fill_gregset): Update.
5373         * m68k-tdep.c (fill_gregset): Update.
5374         * infptrace.c (store_register): Update.
5375         * i386-nto-tdep.c (i386nto_regset_fill): Update.
5376         * i386-linux-nat.c (store_register, fill_gregset): Update.
5377         * hppa-linux-nat.c (fill_gregset): Update.
5378         * go32-nat.c (store_register): Update.
5379         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5380         (store_fp_regs): Update.
5381         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
5382         (store_nwfpe_extended, store_fpregister, store_fpregs) 
5383         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5384         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5385         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5386         (store_regs_user_thread, store_regs_kernel_thread): Update.
5387
5388 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5389
5390         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5391         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5392         encoding.
5393         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5394         member of `struct comp_unit'.
5395
5396 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5397
5398         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5399         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5400
5401 2004-07-23  Martin Hunt  <hunt@redhat.com>
5402         Kevin Buettner <kevinb@redhat.com>
5403
5404         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5405         alignment was being added to the offset instead of multiplied.
5406
5407 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
5408
5409         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5410         changed signal trampoline in OpenBSD 3.5-current.
5411
5412         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5413         <machine/pcb.h> and "bsd-kvm.h".
5414         (sparc64nbsd_supply_pcb): New function.
5415         (_initialize_sparc64nbsd_nat): Renamed from
5416         _initialize_sparcnbsd_nat.  Enable libkvm interface.
5417         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5418         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5419         (LOADLIBES): New variable.
5420
5421         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5422
5423         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5424
5425 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5426
5427         Use regcache_raw_supply instead of supply_register.
5428         * regcache.h (supply_register): Delete declaration.
5429         * regcache.c (supply_register): Delete function.
5430         * wince.c (do_child_fetch_inferior_registers): Update.
5431         * win32-nat.c (do_child_fetch_inferior_registers) 
5432         (fetch_elf_core_registers): Update.
5433         * v850ice.c (v850ice_fetch_registers): Update.
5434         * thread-db.c (thread_db_store_registers): Update.
5435         * sol-thread.c (sol_thread_store_registers): Update.
5436         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5437         * rs6000-nat.c (fetch_register): Update.
5438         * rom68k-rom.c (rom68k_supply_one_register): Update.
5439         * remote.c (remote_wait, remote_async_wait): Update.
5440         * remote-st.c (get_hex_regs): Update.
5441         * remote-sim.c (gdbsim_fetch_register): Update.
5442         * remote-sds.c (sds_fetch_registers): Update.
5443         * remote-rdp.c (remote_rdp_fetch_register): Update.
5444         * remote-rdi.c (arm_rdi_fetch_registers): Update.
5445         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5446         * remote-m32r-sdi.c (m32r_fetch_register): Update.
5447         * remote-hms.c (init_hms_cmds): Update.
5448         * remote-est.c (init_est_cmds): Update.
5449         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
5450         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5451         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5452         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
5453         (fetch_register, supply_vrregset, supply_vrregset)
5454         (fetch_spe_registers): Update.
5455         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5456         * monitor.c (monitor_supply_register): Update.
5457         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5458         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5459         (mipsnbsd_supply_fpreg): Update.
5460         * mips-nat.c (fetch_inferior_registers)
5461         (fetch_core_registers): Update.
5462         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
5463         (supply_fpregset, mips64_supply_gregset)
5464         (mips64_supply_fpregset): Update.
5465         * m68klinux-nat.c (fetch_register, supply_gregset)
5466         (supply_fpregset): Update.
5467         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5468         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5469         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5470         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5471         * infptrace.c (fetch_register): Update.
5472         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5473         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5474         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
5475         (gnu_fetch_registers, gnu_store_registers): Update.
5476         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5477         * i386-linux-nat.c (fetch_register, supply_gregset)
5478         (dummy_sse_values): Update.
5479         * hpux-thread.c (hpux_thread_fetch_registers): Update.
5480         * hppah-nat.c (fetch_register): Update.
5481         * hppa-linux-nat.c (fetch_register, supply_gregset) 
5482         (supply_fpregset): Update.
5483         * go32-nat.c (fetch_register): Update.
5484         * dve3900-rom.c (fetch_bitmapped_register)
5485         (_initialize_r3900_rom): Update.
5486         * cris-tdep.c (supply_gregset): Update.
5487         * abug-rom.c (init_abug_cmds): Update.
5488         * core-aout.c (fetch_core_registers): Update.
5489         * armnbsd-nat.c (supply_gregset, supply_fparegset)
5490         (fetch_register, fetch_fp_register): Update.
5491         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5492         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5493         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5494         * alphanbsd-tdep.c (fetch_core_registers): Update.
5495         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5496         * alpha-nat.c (fetch_osf_core_registers) 
5497         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5498         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
5499         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5500
5501 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5502
5503         * PROBLEMS: Mention breakpoints/1702.
5504         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5505         that is known to work.
5506
5507 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5508
5509         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5510         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5511         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5512         (handle_inferior_event): Wrap call to deprecated
5513         IGNORE_HELPER_CALL in #ifdef.
5514         * config/mips/tm-nbsd.h: Update.
5515
5516 2004-07-20  Jim Blandy  <jimb@redhat.com>
5517
5518         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5519         bfd_mach_ppc has no segment registers.
5520
5521         Include PowerPC SPR numbers for special-purpose registers.
5522         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5523         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5524         new member in initializer.
5525         (S, S4, SN4, S64): New macros for defining special-purpose
5526         registers.
5527         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5528         registers_403, registers_403GC, registers_505, registers_860,
5529         registers_601, registers_602, registers_603, registers_604,
5530         registers_750, registers_e500): Use them.
5531
5532         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5533         replace references with expression used to initialize variable.
5534
5535 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5536
5537         * breakpoint.c (deprecated_read_memory_nobpt): Rename
5538         read_memory_nobpt.
5539         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5540         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5541         (s390_sigtramp_frame_sniffer): Update.
5542         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5543         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5544         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
5545         (mips32_fetch_instruction): Update.
5546         * mcore-tdep.c (get_insn): Update.
5547         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5548         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5549         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5550         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
5551         (i386_linux_rt_sigtramp_start): Update.
5552         * i386-linux-nat.c (child_resume): Update.
5553         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5554         * hppa-linux-tdep.c (insns_match_pattern): Update.
5555         * gdbcore.h: Update.
5556         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5557         * frame.c (safe_frame_unwind_memory): Update.
5558         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5559         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5560         * alpha-tdep.c (alpha_read_insn): Update.
5561
5562 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5563
5564         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5565         containing both bytes and mask.  Add "frame_type".
5566         * tramp-frame.c (tramp_frame_start): Update.
5567         (tramp_frame_prepend_unwinder): Update.
5568         * mips-linux-tdep.c (mips_linux_o32_sigframe)
5569         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5570         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
5571         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5572
5573 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
5574
5575         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5576         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5577         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5578         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5579
5580 2004-07-17  Andrew Cagney  <cagney@gnu.org>
5581
5582         * NEWS, PROBLEMS: Update for 6.2.
5583
5584         * README: Update to 6.2.
5585
5586         * utils.c (xvasprintf): Call xstrvprintf.
5587
5588         * parse.c: Update copyright.
5589         (null_post_parser): Eliminate ARGSUSED.
5590
5591         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5592         * tui/tui-win.c (tui_get_cmd_list): Ditto.
5593         * symfile-mem.c (_initialize_symfile_mem): Ditto.
5594         
5595         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5596         * ppc-linux-nat.c: Use "Linux kernel".
5597         * hppa-linux-tdep.c: Use GNU/Linux.
5598         * hppa-linux-nat.c: Use GNU/Linux.
5599         * dwarfread.c: Add [sic] to use of Linux.
5600
5601         * hppa-linux-nat.c: Do not include <string.h>.
5602         (supply_fpregset): Remove "register" attribute.
5603
5604         * solib-frv.c (fetch_loadmap): Use xfree, not free.
5605
5606 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
5607
5608         * configure.in: Define _MSE_INT_H on Solaris 9 too.
5609         * configure, config.in: Regenerated.
5610
5611         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5612         "bsd-kvm.h".
5613         (vaxbsd_supply_pcb): New function.
5614         (_initialize_vaxbsd_nat): New prototype and function.
5615         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5616         solib-sunos.o.
5617         (LOADLIBES): New variable.
5618         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5619         (LOADLIBES): New variable.
5620         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5621         (LOADLIBES): New variable.
5622         * Makefile.in (vaxbsd-nat.o): Update dependencies.
5623
5624 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5625
5626         * defs.h (event_loop_p): Replace variable declaration with macro,
5627         always 1.
5628         * main.c (captured_main): Delete options "-async" and "-noasync".
5629         (event_loop_p): Delete variable.
5630         * NEWS: Mention that "-async" and "-noasync" were removed.
5631
5632 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5633
5634         * remote-m32r-sdi.c: Re-indent.
5635
5636 2004-07-16  Jim Blandy  <jimb@redhat.com>
5637
5638         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5639         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5640         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5641         missing MPC823 SPRs.
5642         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5643         incorrect.  (This was corrected in GDB's register name tables on
5644         2004-07-14.)
5645
5646         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5647         should be "esasrr" ("ESA Save and Restore Register").
5648
5649 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5650
5651         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5652         calls, no longer applicable.  Update comments and rename parameter
5653         "step_frame" to "return_frame".
5654
5655 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5656
5657         * frame.c (fprint_field): New function.
5658         (fprint_frame_id): Use fprint_field.
5659
5660 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
5661
5662         * ada-lang.c (ada_language_defn): Remove commented out code.
5663
5664 2004-07-15  Jim Blandy  <jimb@redhat.com>
5665
5666         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5667         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5668
5669 2004-07-14  Jim Blandy  <jimb@redhat.com>
5670
5671         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5672
5673         * ppc-tdep.h (ppc_num_vrs): New enum constant.
5674
5675         * ppc-tdep.h (ppc_num_srs): New enum constant.
5676
5677         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5678         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5679         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5680         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5681         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5682         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5683         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5684         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5685         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5686         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5687         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5688         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5689         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5690         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5691         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5692         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5693         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5694         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5695         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5696         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5697         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5698         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5699         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5700         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5701         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5702         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5703         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5704         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5705         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5706         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5707         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5708         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5709         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5710         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5711         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5712         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5713         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5714         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5715         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5716         special-purpose register numbers.
5717
5718         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
5719         manual mentions 'md_twb', but many mention 'm_twb', and at that
5720         point in the register list.)
5721
5722 2004-07-14  Andrew Cagney  <cagney@gnu.org>
5723
5724         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5725         instead of "internal-error".
5726
5727 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
5728
5729         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5730         that was inserted inside a comment.
5731
5732 2004-07-10  Randolph Chung  <tausq@debian.org>
5733
5734         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
5735         function.
5736         (hppa_hpux_push_dummy_code): New function.
5737         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5738         Set find_global_pointer method.
5739
5740 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
5741
5742         * NEWS: Mention BSD libkvm interface.
5743
5744 2004-07-10  Michael Snyder  <msnyder@redhat.com>
5745
5746         * symfile.c (generic_load): Comment typo.
5747         * stack.c (get_selected_block): Ditto.
5748         * regcache.c (regcache_cooked_read): Ditto.
5749         * monitor.c (monitor_debug): Ditto.
5750         * mips-tdep.c (mips_read_pc): Ditto.
5751         * i386-linux-nat.c (ps_get_thread_area): Ditto.
5752         * gdb_mbuild.sh: Ditto.
5753         * gdbarch.sh: Ditto.
5754         * gdbarch.h: Ditto.
5755
5756 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
5757
5758         * ada-tasks.c: Remove file.
5759         
5760         Remove ARI problems:
5761         
5762         * ada-exp.y (write_var_from_sym): Reformat to put operator at
5763         beginning of line.
5764
5765         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5766         Add comment.
5767         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5768         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
5769         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
5770         (UMIN_OF_SIZE): Remove.
5771         (max_of_type): New function to replace orphan macro in gdbtypes.h
5772         (min_of_type): Ditto.
5773         (discrete_type_high_bound): Use max_of_type.
5774         (discrete_type_low_bound): Use min_of_type.
5775         (possible_user_operator_p): Move operator to beginning of line.
5776         (ada_is_variant_part): Ditto.
5777         (ensure_lval): Rewrite to avoid deprecated operations.
5778         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5779         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5780         (ada_enum_name): Remove assignments in 'if' statements.
5781         (build_ada_types): Add gdbarch parameter.
5782         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5783         with gdbarch_data_register_post_init.
5784         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
5785         add_show_from_set.
5786
5787         * ada-valprint.c (inspect_it): Remove declaration.
5788         (repeat_count_threshold): Remove declaration.
5789         (ada_print_floating): Remove assignments in 'if' statements.
5790         (print_str): Move operator to beginning of line.
5791         
5792 2004-07-08  Jim Blandy  <jimb@redhat.com>
5793
5794         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5795
5796 2004-07-08  Bob Rossi  <bob@brasko.net>
5797
5798         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5799
5800 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
5801
5802         * language.h (struct_language_defn): Add new function pointer:
5803         la_class_name_from_physname.  Also add new prototype for
5804         language_class_name_from_physname.
5805         * language.c (language_class_name_from_physname): New function.
5806         (unk_lang_class_name): Ditto.
5807         (unknown_language_defn, auto_language_defn): Change
5808         to add unk_lang_class_name function pointer for
5809         la_class_name_from_physname.
5810         (local_language_defn): Ditto.
5811         * dwarf2read.c (guess_structure_name): Change to call
5812         language_class_name_from_physname.
5813         (determine_class_name): Ditto.
5814         * cp-support.c (class_name_from_physname): Renamed.
5815         (cp_class_name_from_physname): New name of function.
5816         * cp-support.h: Ditto.
5817         * c-lang.c (c_language_defn): Change to add NULL
5818         for class_name_from_physname function pointer.
5819         (cplus_language_defn): Change to add cp_class_name_from_physname.
5820         * jv-lang.c (java_class_name_physname): New function.
5821         (java_find_last_component): New static routine.
5822         (java_language_defn): Add java_class_name_from_physname pointer.
5823         * ada-lang.c (ada_language_defn): Change to add NULL
5824         for class_name_from_physname function pointer.
5825         * f-lang.c (f_language_defn): Ditto.
5826         * m2-lang.c (m2_language_defn): Ditto.
5827         * objc-lang.c (objc_language_defn): Ditto.
5828         * p-lang.c (pascal_language_defn): Ditto.
5829         * scm-lang.c (scm_language_defn): Ditto. 
5830
5831 2004-07-06  Andrew Cagney  <cagney@gnu.org>
5832
5833         Patch from Bart Robinson.
5834         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5835         (O_LARGEFILE): Define to 0, if not defined.
5836
5837 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5838
5839         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5840         <machine/pcb.h> and "bsd-kvm.h".
5841         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5842         (m68kbsd_supply_pcb): New function.
5843         (_initialize_m68kbsd_nat): New prototype and function.
5844         * Makefile.in (m68kbsd-nat.o): Update dependencies.
5845         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5846         (LOADLIBES): New variable.
5847         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5848         (LOADLIBES): New variable.
5849
5850         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5851
5852 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5853
5854         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5855         <sys/proc.h>.
5856         (bsd_kvm_cmdlist): New variable.
5857         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5858         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5859         command and "kvm proc" command.
5860         * Makefile.in (bsd-kvm.o): Update dependencies.
5861
5862 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
5863
5864         * osabi.c: Update copyright year.
5865         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
5866         notes if EI_OSABI is set to ELFOSABI_HPUX.
5867
5868 2004-07-01  Michael Snyder  <msnyder@redhat.com>
5869
5870         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5871         that seems to have gotten whacked out of line.
5872
5873 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
5874
5875         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5876         code.
5877
5878 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5879
5880         * ada-lang.c (decode_packed_array): Minor change to comment.
5881         (ada_value_slice_ptr): New function. 
5882         (ada_value_slice): New function. 
5883         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5884         test.  Don't know why it is there.
5885         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5886         to avoid dereferencing huge arrays from which one is slicing.  
5887         (empty_array): Correct to return an array rather than
5888         a subrange value.
5889         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5890         on empty arrays (let'em use 'FIRST instead).
5891
5892 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5893
5894         Address complaints from gdb_ari.sh:
5895         
5896         * ada-exp.y: Include gdb_string.h rather than string.h.
5897         (convert_char_literal): Reformat declaration.
5898         * ada-lang.h: Include opaque struct declaration for struct frame_info.
5899         * ada-lex.l: Change use of free to xfree (the macro would do so
5900         anyway, but this is harmless).
5901         Include gdb_string.h rather than string.h.
5902         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5903         
5904         * ada-lang.c (parse): Remove K&Rism in parameter list.
5905         (is_name_suffix): Correct Linux => GNU/Linux in comment.
5906         
5907 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5908
5909         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5910         dead code.
5911
5912 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5913
5914         * alphabsd-nat.c: Update copyright year.
5915         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5916
5917 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
5918
5919         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5920         (i386_cygwin_in_solib_call_trampoline): New function.
5921         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5922         and skip_trampoline_code gdbarch methods.
5923
5924 2004-06-29  Jim Blandy  <jimb@redhat.com>
5925
5926         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5927         name actually used in the dependency lists.
5928
5929 2004-06-29  Randolph Chung  <tausq@debian.org>
5930
5931         * NEWS (New native configurations): Mention GNU/Linux/hppa.
5932
5933 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5934
5935         * win32-nat.c (child_pid_to_exec_file): New function.
5936         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5937         functionality.
5938
5939 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5940
5941         * defs.h (xstrvprintf): Declare.
5942         * utils.c (xstrvprintf): New function.
5943         (internal_vproblem, xstrprintf, xasprintf) 
5944         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5945         * serial.c (serial_printf): Ditto.
5946         * complaints.c (vcomplaint): Ditto.
5947
5948 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5949
5950         * infcmd.c (attach_command): Move call to target_terminal_inferior
5951         behind loading symbol table.
5952
5953 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5954
5955         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5956         change - add back extern deprecated_ui_loop_hook declaration.
5957
5958 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5959
5960         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5961         xstrprintf.
5962         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5963         (c_value_of_variable): Ditto.
5964         * utils.c (internal_vproblem): Ditto.
5965         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5966         * remote.c (add_packet_config_cmd): Ditto.
5967         * remote-rdp.c (rdp_set_command_line): Ditto.
5968         * regcache.c (regcache_dump): Ditto.
5969         * frv-tdep.c (new_variant, new_variant): Ditto.
5970         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5971         (fbsd_find_memory_regions): Ditto.
5972         * breakpoint.c (create_thread_event_breakpoint) 
5973         (create_breakpoints): Ditto.
5974         * aix-thread.c (aix_thread_pid_to_str): Ditto.
5975         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
5976
5977 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
5978
5979         * ada-lang.c: Re-indent file, with some massaging to help indent
5980         a bit when the result is otherwise really too ugly.
5981
5982 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
5983
5984         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
5985         code_addr_p and special_addr_p to 'unsigned int'.
5986
5987 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5988
5989         * i386v4-nat.c: Update copyright year and tweak comment.
5990         (regmap): Remove trailing comma.
5991         (supply_gregset): Rename local variable i to regnum.  Call
5992         regcache_raw_supply instead of supply_register.
5993         (fill_gregset): Rename argument regno to regnum.  Call
5994         regcache_raw_collect instead of regcache_collect.
5995
5996 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
5997
5998         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5999         and special_addr_p.
6000         (frame_id_build, frame_id_build_special): Update comments.
6001         (frame_id_build_wild): New prototype.
6002         * frame.c (frame_id_build, frame_id_build_special): Fill in new
6003         struct frame_id fields.
6004         (frame_id_build_wild): New function.
6005         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
6006
6007 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6008
6009         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
6010         hppabsd-tdep.c.
6011
6012 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6013
6014         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
6015
6016 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6017
6018         * ada-lang.c: Re-indent file.
6019
6020 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6021
6022         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
6023         (no_symtab_msg): Likewise.
6024
6025 2004-06-27  Andreas Schwab  <schwab@suse.de>
6026
6027         * source.c: Fix whitespace.
6028
6029 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6030
6031         * configure.in: Include <sys/param.h> for td_pcb test.
6032         * configure: Regenerated.
6033
6034         * i386nbsd-nat.c: New file.
6035         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
6036         i386obsd-nat.c and i386obsd-tdep.c.
6037         (i386nbsd-nat.o): New dependency.
6038         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
6039         bsd-kvm.o.
6040         (LOADLIBES): New variable.
6041         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
6042         bsd-kvm.o.
6043         (LOADLIBES): New variable.
6044
6045         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
6046         (LOADLIBES): New variable.
6047
6048         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
6049         fetching from BSD_KVM_PADDR.  Correctly lookup address for
6050         "_thread0".
6051
6052         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
6053         "bsd-kvm.h".
6054         (amd64fbsd_supply_pcb): New funcion.
6055         (_initialize_amd64fbsd_nat): Enable libkvm interface.
6056
6057 2004-06-27    <david@streamline-computing.com>
6058
6059         Partial fix for PR cli/1056.
6060         * valarith.c: Check for zero in division and remainder 
6061         evaluation.
6062
6063 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6064
6065         * i387-tdep.c: Remove excessive whitespace.
6066
6067 2004-06-26  Andrew Cagney  <cagney@gnu.org>
6068
6069         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
6070         * gdb-events.h, gdb-events.c: Re-generate.
6071         * tui/tui-hooks.c (tui_install_hooks): Update.
6072         (tui_remove_hooks): Update.
6073         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
6074
6075 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
6076
6077         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
6078         (gregset_t, fpregset_t): Remove typedefs.
6079         (REG_OFFSET): Rename argument.
6080         (amd64bsd_r_reg_offset): Rename from reg_offset.
6081         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
6082         Remove functions.
6083         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
6084         of reg_offset.
6085         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
6086
6087         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
6088
6089         * vax-tdep.c: Tweak comment.
6090
6091         Add OpenBSD/hppa support.
6092         * NEWS (New native configurations): Mention OpenBSD/hppa.
6093         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
6094         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
6095         files.
6096         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
6097         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
6098         * configure.host: Add hppa*-*-openbsd*.
6099         * configure.tgt: Add hppa*-*-openbsd*.
6100
6101 2004-06-25  Andrew Cagney  <cagney@gnu.org>
6102
6103         * defs.h (deprecated_ui_loop_hook): Deprecated.
6104         * wince.c (child_wait): Update.
6105         * win32-nat.c (child_wait): Update.
6106         * v850ice.c (v850ice_wait): Update.
6107         * top.c (deprecated_ui_loop_hook): Update.
6108         * serial.h: Update.
6109         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
6110         (do_unix_readchar): Update.
6111         * ser-tcp.c (net_open): Update.
6112         * remote-sim.c (gdb_os_poll_quit): Update.
6113         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
6114
6115 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6116
6117         * defs.h (deprecated_pre_add_symbol_hook)
6118         (deprecated_post_add_symbol_hook): Deprecated.
6119         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
6120         (symbol_file_add_with_addrs_or_offsets): Update references.
6121
6122 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6123
6124         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
6125         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
6126         * wince.c (ui_loop_hook): Delete extern declaration.
6127         * win32-nat.c (ui_loop_hook): Delete extern declaration..
6128         * v850ice.c (ui_loop_hook): Delete extern declaration..
6129         * ser-unix.c (ui_loop_hook): Delete extern declaration..
6130         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
6131         * remote-sim.c (ui_loop_hook): Delete extern declaration..
6132         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
6133         ui_loop_hook declaration.
6134
6135 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6136
6137         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
6138         entry_func_highpc fields.
6139         * objfiles.c (init_entry_point_info): Do not clear
6140         entry_func_lowpc and entry_func_highpc.
6141         (objfile_relocate): Do not relocate entry_func_lowpc and
6142         entry_func_highpc.
6143         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
6144         entry_func_highpc.
6145         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
6146         entry_func_highpc.
6147         * blockframe.c (legacy_frame_chain_valid): Replace tests against
6148         entry_func_lowpc and entry_func_highpc with call to
6149         inside_entry_func.
6150
6151 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6152
6153         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
6154         quad-precision floating point arguments in registers.
6155
6156 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6157
6158         From Michael Mueller <m.mueller99@kay-mueller.de>:
6159         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
6160         account.
6161
6162 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
6163
6164         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
6165         to -1.
6166         * breakpoint.c (bpstat_stop_status): Move check for ignoring
6167         untriggered watchpoints to a separate if clause.  Update function
6168         comment regarding STOPPED_BY_WATCHPOINT argument.
6169
6170 2004-06-22  Jim Blandy  <jimb@redhat.com>
6171
6172         * gdbarch.sh: Doc fix.
6173
6174 2004-06-21  Martin Hunt  <hunt@redhat.com>
6175         Kevin Buettner <kevinb@redhat.com>
6176
6177         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
6178         * mips-tdep.h (MIPS_SP_REGNUM): Define.
6179         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
6180         to set_gdbarch_sp_regnum().  Use cooked register number.
6181         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
6182
6183 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6184
6185         * gdbarch.sh: When the macro field is empty, do not generate a
6186         macro definition.  When the macro field is "=", generate the macro
6187         name from the upper-case function name.
6188         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
6189         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
6190         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
6191         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
6192         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
6193         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
6194         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
6195         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
6196         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
6197         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
6198         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
6199         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
6200         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6201         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6202         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6203         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6204         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6205         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6206         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6207         (DEPRECATED_USE_STRUCT_CONVENTION)
6208         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6209         (DEPRECATED_FRAME_INIT_SAVED_REGS)
6210         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6211         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6212         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6213         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6214         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6215         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6216         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6217         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6218         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6219         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6220         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6221         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6222         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6223         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6224         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6225         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6226
6227 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6228
6229         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6230         macro name, and the function rather than macro value.  Only wrap
6231         macro print statements in #ifdef.  Move format logic to where it
6232         is needed.
6233         * gdbarch.c: Re-generate.
6234         
6235         * gdbarch.sh (read): Delete "print_p" and "description", add
6236         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
6237         Delete references to print_p.
6238         (TARGET_ARCHITECTURE): Delete print predicate.
6239         * gdbarch.c: Re-generate.
6240         
6241         * gdbarch.sh: Check that multi-arch methods do not provide a
6242         macro.
6243         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6244         (print_registers_info, print_float_info, print_vector_info)
6245         (adjust_breakpoint_address, remote_translate_xfer_address)
6246         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6247         (address_class_type_flags_to_name, unwind_sp): Remove the macro
6248         name from the multi-arch definition.
6249         
6250 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6251
6252         * gdbarch.sh: Sort by the function, instead of macro name.
6253         * gdbarch.c: Re-generate.
6254         
6255 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6256
6257         * gdbarch.sh: Use the function, instead of macro name in
6258         errors and the log file.
6259         (return_value): Remove stray ":" in spec.
6260
6261         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6262         * gdbarch.h, gdbarch.c: Re-generate.
6263         * Makefile.in (arch-utils.o): Update dependencies.
6264         * values.c (using_struct_return): Move code calling
6265         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6266         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6267         to legacy_return_value, simplify.
6268         * infcmd.c (print_return_value): Move code calling
6269         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6270         to legacy_return_value, simplify.
6271         * infcall.c (call_function_by_hand): Move code calling
6272         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6273         * arch-utils.c: Update copyright.  Include "gdbcore.h".
6274         (legacy_return_value): New function.
6275         * arch-utils.h: Update copyright.
6276         (legacy_return_value): Declare.
6277         
6278 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6279
6280         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6281         * gdbarch.h, gdbarch.c: Re-generate.
6282         * values.c (using_struct_return): Update call.
6283         * mcore-tdep.c: Update comment.
6284         * infcall.c (call_function_by_hand): Update comment.
6285         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6286         * arch-utils.h (always_use_struct_convention): Update.
6287         * v850-tdep.c (v850_gdbarch_init): Update.
6288         * sh64-tdep.c (sh64_gdbarch_init): Update.
6289         * sh-tdep.c (sh_gdbarch_init): Update.
6290         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6291         * mips-tdep.c (mips_gdbarch_init): Update.
6292         * mcore-tdep.c (mcore_gdbarch_init): Update.
6293         * m32r-tdep.c (m32r_gdbarch_init): Update.
6294         * ia64-tdep.c (ia64_gdbarch_init): Update.
6295         * h8300-tdep.c (h8300_gdbarch_init): Update.
6296         * frv-tdep.c (frv_gdbarch_init): Update.
6297         * cris-tdep.c (cris_gdbarch_init): Update.
6298         * arm-tdep.c (arm_gdbarch_init): Update.
6299         * alpha-tdep.c (alpha_gdbarch_init): Update.
6300
6301 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
6302
6303         * PROBLEMS: Add more specific information, and a work-around,
6304         for PR gdb/1458.
6305
6306 2004-06-18  Andrew Cagney  <cagney@gnu.org>
6307
6308         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6309         * gdbarch.h, gdbarch.c: Re-generate.
6310         * ada-lang.c (ada_finish_decode_line_1): Update.
6311         * infrun.c (handle_inferior_event): Update.
6312         * infcall.c (find_function_addr): Update.
6313         * linespec.c (minsym_found): Update.
6314         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6315         Update.
6316         * blockframe.c (legacy_frameless_look_for_prologue): Update.
6317         * cli/cli-cmds.c (disassemble_command): Update.
6318         * vax-tdep.c (vax_gdbarch_init): Update.
6319
6320 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
6321
6322         * i386-tdep.c (i386_collect_fpregset): Fix comment.
6323
6324 2004-06-17  Andrew Cagney  <cagney@gnu.org>
6325
6326         GDB 6.1.1 released from the GDB 6.1 branch.
6327         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6328         * PROBLEMS: Ditto.
6329
6330 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
6331
6332         PR gdb/1658
6333         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6334         operation as a uleb128.  Found by Michael Coulter.
6335
6336 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
6337         
6338         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6339         make it non-static.
6340         * ada-lang.h (task_control_block): declaration moved from ada-task.c
6341         to ada-lang.h; this is needed to be able to implement the kill command
6342         in multi-task mode.
6343         (task_ptid): Ditto.
6344         (task_entry): Ditto.
6345         (task_list): Ditto.
6346         (ada_build_task_list): Ditto.
6347         
6348         * ada-lang.c: Conditionalize routines and data structures related 
6349         to breakpoints, exceptions, completion, and symbol caching on 
6350         GNAT_GDB, since these are not yet used in the submitted public sources.
6351         (ada_main_name): Editorial: Move definition out of exception-related 
6352         code.
6353
6354 2004-06-15  Andrew Cagney  <cagney@gnu.org>
6355
6356         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6357         deprecated_pc_in_call_dummy.
6358
6359 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
6360
6361         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6362         bfd_get_section_size_before_reloc or _raw_size.
6363         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6364         * dwarf2read.c (dwarf2_locate_sections): Likewise.
6365         (dwarf2_read_section): Likewise.
6366         * elfread.c (elf_locate_sections): Likewise.
6367         * gcore.c (derive_heap_segment): Likewise.
6368         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6369         * remote-e7000.c (e7000_load): Likewise.
6370         * remote-m32r-sdi.c (m32r_load): Likewise.
6371         * remote-mips.c (mips_load_srec): Likewise.
6372         (pmon_load_fast): Likewise.
6373         * remote.c (compare_sections_command): Likewise.
6374         * symfile.c (add_section_size_callback): Likewise.
6375         (load_section_callback): Likewise.
6376         (pc_in_unmapped_range): Likewise.
6377         (pc_in_mapped_range): Likewise.
6378         (sections_overlap): Likewise.
6379         (list_overlays_command): Likewise.
6380         (simple_overlay_update_1): Likewise.
6381         (simple_overlay_update): Likewise.
6382         * tracepoint.c (remote_set_transparent_ranges): Likewise.
6383         * win32-nat.c (core_section_load_dll_symbols): Likewise.
6384
6385 2004-06-14  Randolph Chung  <tausq@debian.org>
6386
6387         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6388         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
6389         static.
6390         (hppa_hpux_inferior_created): New function.
6391         (hppa_hpux_init_abi): Register observer.
6392         * symfile.c (hp_cxx_exception_support_initialized)
6393         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6394         (symbol_file_add_main_1, symbol_file_clear): Likewise.
6395
6396 2004-06-14  Randolph Chung  <tausq@debian.org>
6397
6398         * MAINTAINERS (Write After Approval): Alphabetize my entry
6399         correctly.
6400
6401 2004-06-14  Andrew Cagney  <cagney@gnu.org>
6402
6403         * MAINTAINERS (testsuite): List Michael Chastain as the lead
6404         testsuite maintainer.
6405
6406 2004-06-13  Andrew Cagney  <cagney@gnu.org>
6407
6408         * infcmd.c (print_return_value): Fix logic, allow
6409         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6410
6411         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6412         defining any macros.
6413         * gdbarch.h: Re-generate.
6414
6415         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
6416         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6417         * gdbarch.h: Re-generate.
6418
6419         * values.c (generic_use_struct_convention): Don't check gcc_p.
6420
6421         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6422         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6423         * gdbarch.h, gdbarch.c: Regenerate.
6424         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
6425         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6426         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6427         deprecated_max_register_raw_size and
6428         deprecated_max_register_virtual_size.
6429         * v850-tdep.c (v850_gdbarch_init): Ditto.
6430         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6431         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6432         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6433         * cris-tdep.c (cris_gdbarch_init): Ditto.
6434
6435         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6436         * gdbarch.h, gdbarch.c: Re-generate.
6437         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6438         (m68hc11_use_struct_convention): Delete function.
6439         (m68hc11_extract_struct_value_address): Delete function.
6440         (m68hc11_return_value): New function.
6441         (m68hc11_gdbarch_init): Instead of store_return_value,
6442         extract_return_value, return_value_on_stack,
6443         deprecated_extract_struct_value_address and use_struct_convention,
6444         set return_value.
6445         * values.c (using_struct_return): Do not call
6446         RETURN_VALUE_ON_STACK.
6447         * arch-utils.h (generic_return_value_on_stack_not): Delete
6448         declaration.
6449         * arch-utils.c (generic_return_value_on_stack_not): Delete
6450         function.
6451         
6452 2004-06-12  Andrew Cagney  <cagney@gnu.org>
6453
6454         * values.c (register_value_being_returned): Delete function.
6455         * infcmd.c (legacy_return_value): Delete function.
6456         * infcall.c (call_function_by_hand): Inline
6457         "register_value_being_returned", simplify.
6458         * values.c (using_struct_return): Update comment, refer to
6459         print_return_value instead of register_value_being_returned.
6460         * infcmd.c (print_return_value): Inline calls to
6461         register_value_being_returned and legacy_return_value.  Simplify.
6462
6463 2004-06-11  Randolph Chung  <tausq@debian.org>
6464
6465         * somread.c (som_symtab_read): Exclude gcc local symbols.
6466
6467 2004-06-11  Randolph Chung  <tausq@debian.org>
6468
6469         * infrun.c (handle_inferior_event): Handle the case when a
6470         trampoline ends up in the runtime resolver, and if the trampoline
6471         has no name.  Rearrange the code so that all the trampoline
6472         processing happens before other step-out-of-range handling.
6473
6474 2004-06-11  Martin Hunt  <hunt@redhat.com>
6475
6476         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6477         has no fpu.
6478
6479 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6480
6481         * blockframe.c (legacy_inside_entry_func): Delete.
6482         (legacy_frame_chain_valid): Inline call to
6483         legacy_inside_entry_func, simplify.
6484
6485 2004-06-10  Bob Rossi  <bob@brasko.net>
6486
6487         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6488         * dwarf2read.c (partial_die_info): Add dirname field.
6489         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6490         (read_partial_die): Save away DW_AT_comp_dir.
6491         * defs.h (symtab_to_filename): Removed.
6492         * source.c (find_and_open_source): Added.
6493         (open_source_file): Just calls find_and_open_source.
6494         (symtab_to_filename): Removed.
6495         (symtab_to_fullname, psymtab_to_fullname): Added.
6496         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6497         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6498         symtab_to_filename.
6499         * symtab.h (partial_symtab): Add dirname field.
6500         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6501         (mi_cmd_file_list_exec_source_file): Call new function
6502         symtab_to_fullname to find fullname.
6503         (mi_cmd_file_list_exec_source_files): Added.
6504         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6505         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6506
6507 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6508
6509         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6510         to generic_use_struct_convention, the default value.
6511
6512         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6513         of abort.
6514
6515         * ns32k-tdep.c (ns32k_push_arguments): New function.
6516         (ns32k_gdbarch_init): Set deprecated_push_arguments.
6517         * infcall.c (call_function_by_hand): Call error instead of
6518         legacy_push_arguments.
6519         * value.h (legacy_push_arguments): Delete declaration.
6520         * valops.c (legacy_push_arguments): Delete function.
6521         (value_push): Delete function.
6522
6523 2004-06-10  Brian Ford  <ford@vss.fsi.com>
6524
6525         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6526         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
6527         info.
6528         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6529
6530 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6531
6532         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6533         * gdbarch.h, gdbarch.c: Re-generate.
6534         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6535         parameters.
6536         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6537         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6538         deprecated_pc_in_call_dummy instead of
6539         DEPRECATED_PC_IN_CALL_DUMMY.
6540         (arm_skip_prologue): Ditto.
6541         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6542         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6543         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6544         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6545         Ditto.
6546         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
6547         (sh64_init_extra_frame_info, sh64_get_saved_register) 
6548         (sh64_pop_frame): Ditto.
6549         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6550         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
6551         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6552         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
6553         (h8300_pop_frame): Ditto.
6554         * blockframe.c (legacy_inside_entry_func) 
6555         (legacy_frame_chain_valid): Ditto.
6556         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6557         to deprecated_pc_in_call_dummy.
6558         
6559 2004-06-09  Andrew Cagney  <cagney@gnu.org>
6560
6561         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6562         provide a default value.
6563         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6564         * gdbarch.h, gdbarch.c: Re-generate.
6565         * arch-utils.c (generic_convert_register_p): Rename
6566         legacy_convert_register_p
6567         (legacy_register_to_value, legacy_value_to_register): Delete
6568         functions.
6569         * arch-utils.h (generic_convert_register_p): Rename
6570         legacy_convert_register_p.
6571         (legacy_register_to_value, legacy_value_to_register): Delete
6572         declarations.
6573
6574         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6575         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6576         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6577         * gdbarch.h, gdbarch.c: Re-generate.
6578         * infcmd.c (default_print_registers_info): Simplify.
6579         * findvar.c (value_of_register): Simplify.
6580         * mi/mi-main.c (get_register): Simplify.
6581         * arch-utils.c (legacy_convert_register_p): Always return 0.
6582         (legacy_register_to_value, legacy_value_to_register): Always call
6583         internal_error.
6584
6585         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6586         #ifdef CLEAR_INSN_CACHE code.
6587         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6588         Delete #ifdef CLEAR_DEFERRED_STORES code.
6589
6590         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6591
6592         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6593         copyright.
6594         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6595
6596         * config/mips/mipsv4.mh: Delete file.
6597
6598         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6599         unreferenced macro.
6600         (hpread_adjust_stack_address): Delete declaration.
6601
6602 2004-06-08  Andrew Cagney  <cagney@gnu.org>
6603
6604         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6605         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6606         PTRACE_ATTACH / PTRACE_DETACH available call error.
6607         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6608         * infttrace.c (update_thread_state_after_attach, attach, detach):
6609         Remove #ifdef wrappers.
6610         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6611         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6612         * config/nm-bsd.h (ATTACH_DETACH): Delete.
6613         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6614         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6615         * config/nm-linux.h (ATTACH_DETACH): Delete.
6616         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6617         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6618         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6619         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6620         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6621
6622 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
6623
6624         * configure.in: Set $configdir to the right OS specific value.
6625         Use value when setting $tcldir and $tkdir.
6626         * configure: Regenerate.
6627
6628 2004-06-06  Paul Brook  <paul@codesourcery.com>
6629
6630         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6631         records.
6632
6633 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
6634
6635         * ada-lang.c (lookup_symbol_in_language): New function to allow
6636         re-use of another language's symbol lookup code.  (Placed here
6637         temporarily while Ada support is being integrated into the public
6638         tree).  
6639         (restore_language): New auxiliary function for 
6640         lookup_symbol_in_language.
6641         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6642         temporarily while Ada support is being integrated into the public
6643         tree).
6644         
6645 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
6646
6647         * Makefile.in (check//%): New.
6648
6649         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6650         (mn10300_store_return_value): Rewrite.
6651         (mn10300_type_align): New.
6652         (mn10300_use_struct_convention): Rewrite.
6653         (mn10300_return_value): New, using all of the above.
6654         (mn10300_pop_frame_regular): Add saved_regs_size.
6655         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6656
6657         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6658         regs if PC is on movm.
6659
6660 2004-06-07  Jim Blandy  <jimb@redhat.com>
6661
6662         Add native Linux support for the PowerPC E500.
6663         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6664         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6665         all architectures except the E500.
6666         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6667         #definitions.
6668         (struct gdb_evrregset_t): New type.
6669         (have_ptrace_getsetevrregs): New variable.
6670         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
6671         fetch_spe_registers): New functions.
6672         (fetch_register): Call fetch_spe_register as appropriate.
6673         Assert that we're only passed raw register numbers.
6674         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6675         Don't fetch gprs if they're pseudoregisters.
6676         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6677         store_spe_registers): New functions.
6678         (store_register): Call store_spe_register as appropriate.
6679         Assert that we're only passed raw register numbers.
6680         (store_ppc_registers): Call store_spe_registers as appropriate.
6681         Don't store gprs if they're pseudoregisters.
6682         
6683 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
6684
6685         * thread-db.c (thread_get_info_callback): Fill in the thread_info
6686         struct if one exists, even if we are dealing with a zombie thread.
6687
6688 2004-06-07  Andrew Cagney  <cagney@gnu.org>
6689
6690         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6691         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6692         Rename PC_REQUIRES_RUN_BEFORE_USE.
6693         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
6694         #ifdef.
6695
6696 2004-06-07  Randolph Chung  <tausq@debian.org>
6697
6698         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6699         unwinding after sp has been saved to the stack but before the end
6700         of the prologue, and after the fp has been modified but before it has
6701         been saved to the stack.
6702         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
6703         Remove superfluous definitions.
6704         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6705
6706 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
6707
6708         Committed by Randolph Chung.
6709         * hppa-linux-nat.c: Include the correct version of the header file
6710         depending on the kernel version.
6711
6712 2004-06-06  Randolph Chung  <tausq@debian.org>
6713
6714         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6715         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6716
6717 2004-06-06  Randolph Chung  <tausq@debian.org>
6718
6719         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
6720         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6721         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6722         * hppa-tdep.c (hppa_symbol_address): New function definition.
6723         * hppa-tdep.h (hppa_symbol_address): New function declaration.
6724
6725 2004-06-06  Randolph Chung  <tausq@debian.org>
6726
6727         * hppa-tdep.h (struct value): Forward declaration.
6728         (gdbarch_tdep): Define tdep find_global_pointer method.
6729         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6730         associated with the function we are trying to call, and write it
6731         to the gp register.
6732         (hppa32_convert_from_funct_ptr_addr): New function.
6733         (hppa_find_global_pointer): New function.
6734         (hppa_gdbarch_init): Set default find_global_pointer method; set
6735         convert_from_func_ptr_addr method.
6736         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6737         (hppa_linux_init_abi): Set find_global_pointer method.
6738         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6739
6740 2004-06-06  Randolph Chung  <tausq@debian.org>
6741
6742         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6743         to struct value *function.
6744         * gdbarch.c: Regenerate.
6745         * gdbarch.h: Likewise.
6746         * infcall.c (call_function_by_hand): Pass entire function value
6747         to push_dummy_call.
6748
6749         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6750         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6751         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6752         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6753         * arm-tdep.c (arm_push_dummy_call): Likewise.
6754         * avr-tdep.c (avr_push_dummy_call): Likewise.
6755         * cris-tdep.c (cris_push_dummy_call): Likewise.
6756         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6757         * frv-tdep.c (frv_push_dummy_call): Likewise.
6758         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6759         * hppa-tdep.c (hppa32_push_dummy_call)
6760         (hppa64_push_dummy_call): Likewise.
6761         * i386-tdep.c (i386_push_dummy_call): Likewise.
6762         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6763         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6764         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6765         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6766         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6767         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6768         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6769         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6770         (ppc64_sysv_abi_push_dummy_call): Likewise.
6771         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6772         (ppc64_sysv_abi_push_dummy_call): Likewise.
6773         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6774         * s390-tdep.c (s390_push_dummy_call): Likewise.
6775         * sh-tdep.c (sh_push_dummy_call_fpu)
6776         (sh_push_dummy_call_nofpu): Likewise.
6777         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6778         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6779         * vax-tdep.c (vax_push_dummy_call): Likewise.
6780
6781 2004-06-04  Jim Blandy  <jimb@redhat.com>
6782
6783         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6784         gdbarch argument to register_size.
6785
6786         * rs6000-tdep.c (rs6000_store_return_value): Use
6787         regcache_cooked_write_part instead of
6788         deprecated_write_register_bytes.
6789         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6790         not gdbarch_deprecated_store_return_value.
6791
6792         * ppc-linux-nat.c (store_register, fetch_register): Remove
6793         incorrect assertions.  Simplify and generalize handling of
6794         transfers whose sizes are not multiples of, or less than, sizeof
6795         (PTRACE_XFER_TYPE).
6796
6797 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
6798
6799         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6800         as a new thread event.
6801         * thread-db.c (thread_get_info_callback): If the thread is a
6802         zombie, return TD_THR_ZOMBIE.
6803         (thread_from_lwp): If thread_get_info_callback returns
6804         TD_THR_ZOMBIE, check if the thread is still on the thread list
6805         and return a -1 ptid if not found.
6806         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6807         change the status to TARGET_WAITKIND_SPURIOUS.
6808
6809 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
6810
6811         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6812         double values in little endian mode.
6813
6814 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
6815
6816         Committed by Andrew Cagney.
6817         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6818         after last enum constant to avoid error from IBM C
6819         compiler.
6820
6821 2004-06-02  Jim Blandy  <jimb@redhat.com>
6822
6823         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6824         to 'message', and make it local to the lone block that uses it.
6825
6826         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6827
6828 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
6829
6830         * ada-exp.y: Update copyright notice.
6831         Include block.h.
6832         
6833         Replace REGNAME, LAST, INTERNAL_VARIABLE with
6834         SPECIAL_VARIABLE and unify the treatment of these cases.
6835
6836         (write_attribute_call0): Remove.
6837         (write_attribute_call1): Remove.
6838         (write_attribute_calln): Remove.
6839         (save_qualifier): Add missing semicolon.
6840
6841         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
6842         temporarily disabled to allow compilation with FSF head version.
6843
6844         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
6845         use individual operators (OP_*) for all attributes.
6846         (exp syntax): Use write_int.
6847         Handle STRING literals with OP_STRING.
6848         (variable syntax): Add limit parameter to calls to 
6849         write_object_renaming.  
6850
6851         (temp_parse_space): New definition to hold entities that need
6852         only live until the next call to ada_parse.
6853         (string_to_operator): Rename fields of ada_opname_table entries.
6854
6855         (write_var_from_sym): Record block.
6856         (write_var_from_name): Minor reformatting.
6857         Make sure saved name is properly encoded in the case of multiple 
6858         matches, and set its language to Ada.
6859         Update comment.
6860         Modify to indicate unresolved name as symbol in the UNRESOLVED 
6861         namespace, allocated in temp_parse_space.
6862         (write_int): New function.
6863
6864         (write_object_renaming): Add max_depth parameter to limit
6865         chains of object renamings.
6866         Handle case where root of renaming expression is itself a renaming.
6867         Use temp_parse_space for temporary name buffer.
6868         Handle renamings to dereferenced pointers (___XEXA suffices).
6869         
6870         (ada_parse, yyerror, string_to_operator, 
6871         write_var_from_sym, write_var_from_name, write_attribute_call0, 
6872         write_attribute_call1, write_attribute_calln, 
6873         write_object_renaming): Protoize.
6874
6875         (_initialize_ada_exp): New function.
6876         
6877         * ada-lang.c: Update copyright notice.
6878         General terminology change to conform to GNAT compiler usage:
6879         mangle => encode, demangle => decode
6880         Include gdb_obstack.h.
6881         Include gdb_regex.h
6882         Include frame.h
6883         Include hashtab.h
6884         Include completer.h
6885         Include gdb_stat.h
6886         Include block.h
6887         Include infcall.h
6888         
6889         (ADA_RETAIN_DOTS): Make sure this is defined.
6890         (TRUNCATION_TOWARDS_ZERO): Define.
6891         (struct string_vector): Define.
6892         (unresolved_names): Remove definition.
6893         (xnew_string_vector): New function.
6894         (string_vector_append): New function.
6895         (extract_string): Make static.
6896         (ada_unqualified_name): New function.
6897         (add_angle_brackets): New function.
6898         (function_name_from_pc): New function.
6899         (place_on_stack): Rename to ensure_lval.
6900
6901         (ensure_lval): Renamed from place_on_stack.
6902         Make identity on lvals.
6903         Update comment.
6904         (is_nonfunction): New interface.
6905         Only symbols in LOC_CONST class can be enumerals.
6906         (fill_in_ada_prototype): Remove; now independent of language.
6907         (add_defn_to_vec): Add obstack and symtab arguments.
6908         Use obstack to hold collected definitions.
6909         (num_defns_collected): New function.
6910         (defns_collected): New function.
6911         (ada_resolve_subexp): Rename to resolve_subexp.
6912         (resolve_subexp): Renamed from ada_resolve_subexp.
6913         (ada_op_name): Return non-const result.
6914         (ada_decoded_op_name): Renamed from ada_op_name, now used for
6915         other purposes.
6916
6917         (to_fixed_array_type): Add declaration.
6918         (coerce_unspec_val_to_type): Remove offset parameter.
6919         (find_sal_from_funcs_and_line): New interface.
6920         (find_line_in_linetable): Ditto.
6921
6922         (all_sals_for_line): Rename to ada_sals_for_line and make
6923         global.
6924         Add new parameter. When set, do not ask the user to choose the 
6925         instance, but use the first one found instead.
6926         Use given line number in returned sals.
6927         Fix comment. 
6928         Skip the prologue if funfirstline is set.
6929         Correct for memory leak when 0 lines found.
6930
6931         (value_pos_atr): Use pos_atr.
6932         (pos_atr): New function.
6933         (standard_lookup): Add block parameter.
6934
6935         (makeTimeStart): Remove declaration and uses.
6936         (makeTimeStop): Remove declaration and uses.
6937
6938         (ada_completer_word_break_characters): Allow for VMS.
6939         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6940         (raise_sym_name): New constant.
6941         (raise_unhandled_sym_name): New constant.
6942         (raise_assert_sym_name): New constant.
6943         (process_raise_exception_name): New constant.
6944         (longest_exception_template): New constant.
6945         (warning_limit): New variable to limit warnings during expression
6946         evaluation.
6947         (warnings_issued): New variable to keep track of warnings issued.
6948         (known_runtime_file_name_patterns): New constant.
6949         (known_auxiliary_function_name_patterns): New constant.
6950         (symbol_list_obstack): New variable.
6951         
6952         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6953         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6954         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6955         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
6956         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
6957         ada_variant_discrim_name, field_alignment, dynamic_template_type,
6958         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
6959         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
6960         and strcmp. 
6961
6962         (ada_get_field_index): New function.
6963         (lim_warning): New function.
6964         (ada_translate_error_message): New function.
6965         (MAX_OF_SIZE): New function.
6966         (MIN_OF_SIZE): New function.
6967         (UMAX_OF_SIZE): New function.
6968         (UMIN_OF_SIZE): New function.
6969         (discrete_type_high_bound): New function.
6970         (discrete_type_low_bound): New function.
6971         (base_type): New function.
6972         (do_command): Remove.
6973         
6974         (ada_update_initial_language): Use language_ada, not language_unknown.
6975         (ada_encode): Renamed from ada_mangle.
6976         Obey ADA_RETAIN_DOTS.
6977         (ada_decode): Renamed from ada_demangle.
6978         Update coding conventions.
6979         (decoded_names_store): New hash table.
6980         (ada_decode_symbol): New function.
6981         (ada_la_decode): New function.
6982         
6983         (modify_general_field): Correct computations of offset and bit 
6984         position.
6985         (desc_base_type): Handle ref types, too.
6986         (ada_is_direct_array_type): New function.
6987
6988         (ada_is_simple_array): Rename to ada_is_simple_array_type.
6989         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6990         (ada_is_bogus_array_descriptor,ada_type_of_array,
6991         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6992         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
6993         ada_is_array_descriptor_type.
6994         
6995         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6996         (ada_is_packed_array_type): Handle pointers or 
6997         references to packed arrays as well.
6998         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6999         (decode_packed_array_type): Search for the packed array type 
7000         symbol in the currently selected block and associated 
7001         superblocks too.
7002         Use lookup_symbol again.
7003
7004         (decode_packed_array): Handle pointers and references.
7005         Update call to coerce_unspec_val_to_type.
7006         (decode_packed_array_type,value_subscript_packed): Limit warnings.
7007         (ada_value_primitive_packed_val): Improve comment.
7008         
7009         (ada_index_type): Substitute int type for "undefined".
7010         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
7011         ada_array_langth, ada_is_string_type): Use renamed 
7012         ada_is_simple_array_type.
7013         (empty_array): New function.
7014
7015         (ada_resolve):  Rename to resolve.
7016         (resolve): Make static.
7017         Call renamed resolve_subexp.
7018         Update comment.
7019         (ada_resolve_subexp): Rename to resolve_subexp.
7020         (resolve_subexp): Update comment.
7021         Decomment disabled code.
7022         Add LOC_COMPUTED* cases.
7023         Modify to use temporary struct symbols (marked as being in 
7024         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
7025         OP_UNRESOLVED_VALUE.
7026         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
7027         Add OP_STRING case.
7028         Remove OP_ARRAY.
7029         Use SYMBOL_PRINT_NAME instead of ada_demangle.
7030         Use new ada_lookup_symbol_list interface.
7031         Use new ada_resolve_function interface.
7032         Remove OP_TYPE case.
7033
7034         (ada_args_match): Idiot proof against null actuals.
7035         Use intermediate variables to clarify.
7036         (ada_resolve_function): Update comment and interface.
7037         (mangled_ordered_before): Rename to encoded_ordered_before and
7038         update comment.
7039         (sort_choices): Update comment and interface.
7040         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
7041         (user_select_syms): New interface.
7042         Use new sort_choices interface.
7043         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
7044         (possible_user_operator_p): Idiot-proof against null values.
7045         (ada_simple_renamed_entity): Don't make cleanup; rely on 
7046         caller to free result string.
7047         Remove const from return type.
7048         (make_array_descriptor): Rename uses of place_on_stack to 
7049         ensure_lval.
7050         Make sure that arrays are on stack.
7051         
7052         (HASH_SIZE): Define.
7053         (struct cache_entry): Define.
7054         (cache_space): Define.
7055         (cache): Define.
7056         (clear_ada_sym_cache): New function.
7057         (find_entry): New function.
7058         (lookup_cached_symbol): New function.
7059         (defn_vector_size): Define.
7060         (cache_symbol): New function.
7061         (defn_symbols): Remove.
7062         
7063         (standard_lookup): Use lookup_symbol_in_language to get effect of
7064         C lookup.
7065         Cache results.
7066         
7067         (symbol_completion_match): New function.
7068         (symbol_completion_add): New function.
7069         (ada_make_symbol_completion_list): New function.
7070
7071         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
7072         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
7073         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
7074         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
7075         
7076         (ada_lookup_simple_minsym): New function.
7077         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
7078
7079         (add_symbols_from_enclosing_procs): New interface.
7080         Conditionalize more helpfully.
7081         Don't bother if program isn't running.
7082         Use new interface to get_frame_block.
7083         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
7084         
7085         (remove_extra_symbols): New interface.
7086         (xget_renaming_scope): New function.
7087         (is_package_name): New function.
7088         (renaming_is_visible): New function.
7089         (remove_out_of_scope_renamings): New function.
7090
7091         (ada_lookup_symbol_list): New interface.
7092         Properly reinitialize the symbol list obstack.
7093         Don't call add_symbols_from_enclosing_procs if we start from a
7094         static or global block.
7095         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
7096         add_symbols_from_enclosing_procs.
7097         Add symtab data to cached entries.
7098         Handle symbols prefixed with
7099         "standard__" specially; strip prefix and don't look in local symbols.
7100         Do not include out of scope renaming symbols in list of 
7101         symbols returned.
7102         Add const to block parameter.
7103         Move check for non-local, non-global symbols earlier.  
7104         Remove timing stuff.
7105         (ada_lookup_symbol): New interface.
7106         Find symtab as well.
7107         (ada_lookup_symbol_nonlocal): New function.
7108
7109         (is_name_suffix): Enhance suffix detection to recognize
7110         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
7111         (is_dot_digits_suffix): New function.
7112         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
7113         
7114         (ada_add_block_symbols): New interface.  Use obstack to return results
7115         in a vector of struct ada_symbol_infos.  Add symtab argument.
7116         Use new interface to add_defn_to_vec.
7117         Remove calls to fill_in_ada_prototype.
7118         Use BLOCK_BUCKETS, BLOCK_BUCKET.
7119         
7120         (ada_finish_decode_line_1): Add const qualification to local to fix
7121         warning.
7122         Start looking in static block for functions to avoid attempts 
7123         to search frame chain for up-level variables.
7124         Adapt to new ada_sals_for_line interface.
7125         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
7126         Handle quoting of the function name inside the spec string.
7127         Skip prologue when funfirstline is set and update the 
7128         function documentation to that effect.
7129
7130         (debug_print_lines, debug_print_block, debug_print_blocks, 
7131         debug_print_symtab): Remove.
7132
7133         (ada_main_name): New function.  
7134         (ada_exception_breakpoint_type): New function.
7135         (is_known_support_routine): New function.
7136         (ada_find_printable_frame): Renamed from find_printable_frame and made
7137         global.
7138         Remove level parameter.
7139         Use new interface to select_frame.
7140
7141         (begin_command): Remove.
7142         (ada_adjust_exception_stop): New function.
7143         (ada_print_exception_stop): New function.
7144         (exception_name_from_cond): New function.
7145         (ada_report_exception_break): Replace disabled code with 
7146         conditionalization on GNAT_GDB.
7147         Get the exception name from the condition string.
7148         Remove and move functionality into new functions 
7149         ada_print_exception_breakpoint_task and 
7150         ada_print_exception_breakpoint_nontask.
7151         (error_breakpoint_runtime_sym_not_found): New function.
7152         (is_runtime_sym_defined): New function.
7153         (ada_breakpoint_rewrite): Uncomment suppressed code.
7154         Use symbolic error-message and runtime-symbol names.
7155         Surround runtime symbol names in quotes.
7156         Allow non-specific breakpoints on exceptions and assertions before
7157         program starts.
7158         
7159         (ada_is_tagged_type): Add parameter.
7160         (ada_is_tag_type): New function.
7161         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
7162         (ada_variant_discrim_type): Ditto.
7163         (value_tag_from_contents_and_address): New function.
7164         (type_from_tag): New function.
7165         (struct tag_args): New structure used to communicate with
7166         ada_tag_name_1.
7167         (ada_tag_name_1): New function.
7168         (ada_tag_name): New function.
7169
7170         (ada_scan_number): Update comment.
7171         (find_struct_field): New function.
7172         (ada_search_struct_field): Make static.
7173         (ada_value_struct_elt): New version that returns references when
7174         given pointers or references to structs.
7175         (ada_lookup_struct_elt_type): Add 'refok' parameter.
7176         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
7177         interface.
7178         (ada_value_ind): Use new ada_to_fixed_value interface.
7179         (ada_coerce_ref): Ditto.
7180         (field_offset): Remove.
7181
7182         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
7183         (ada_find_renaming_symbol): New function.
7184         (ada_prefer_type): Prefer named types over unnamed ones.
7185         (variant_field_index): New function.
7186         (contains_variant_part): Removed: subsumed by variant_field_index.
7187         (ada_template_to_fixed_record_type): New function, mostly from
7188         template_to_fixed_record_type.
7189         (template_to_fixed_record_type): 
7190         Do not scan the type fields beyond the last one; prevents a 
7191         potential SEGV.
7192         Handle case where variant field is listed BEFORE discriminant it 
7193         depends on.
7194         Fix calculation of record length when bit length is 
7195         not evenly divisible by char length.
7196         Move code to ada_template_to_fixed_record_type and call it.
7197
7198         (template_to_static_fixed_type): Revise comment.  
7199         Modify to work on ordinary record types as well as templates, 
7200         so as to handle fields that use ___XVE or ___XVU encodings. 
7201         (to_record_with_fixed_variant_part): Fill out comment.
7202         Initialize C++ stuff in right type.
7203         Allow case where DVAL is null.
7204         Handle case where variant field is not last.
7205         Fix typo concerning record length.
7206         (to_fixed_record_type): Decomment disabled code.
7207         (to_fixed_record_type): Use variant_field_index instead of 
7208         contains_variant_part.
7209         (to_fixed_variant_branch_type): Ditto.
7210         (to_fixed_array_type): Decomment disabled code.
7211         (ada_to_fixed_type): Convert tagged types to the specific type.
7212         Deactivate the size-check for array types in order to avoid 
7213         some false size alarms.
7214         (to_static_fixed_type): Decomment disabled code.
7215         Modify to call template_to_static_fixed_type
7216         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7217         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7218         Remove valaddr argument, as it is never really used.
7219         (ada_to_fixed_value): Change interface to act on single struct value*
7220         operand.
7221         (adjust_pc_past_prologue): New function.
7222         (ada_attribute_name): Modify to take enum exp_opcode argument.
7223                 
7224         (ada_enum_name): Recognize new homonym-distinguishing convention.
7225         Adjust local variable's type to remove compiler warning.
7226         Fix a small problem in the part that unqualifies the enumeration name.
7227         (ada_value_binop): New function.
7228         (ada_value_equal): New function.
7229
7230         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7231         Don't give error message when not doing normal evaluation 
7232         and a tagged type doesn't seem to contain a structure member.
7233         Give error message for packed arrays.
7234         For indexing arrays, handle pointers to packed arrays correctly.
7235         Handle case of 'first and 'last attributes of bare integral type 
7236         without encoded subtype info.  
7237         Remove some unnecessary casts.
7238         Fix uninitialized value of type in computing 'first, 'last, or 'length
7239         of array object.  
7240         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7241         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7242         calls.
7243         Attributes are now exp_opcode values.
7244         Correct treatment of 'modulus.
7245         Better error message for taking 'length of wrong kind of type; 
7246         improve comment.
7247         Change EVAL_NORMAL to noside for consistency.
7248         Use ada_value_binop for DIV, MOD, REM.
7249         Make special case out of array of length 0, since an argument 
7250         of 0 upsets some platforms' malloc.
7251         Use OP_STRING instead of OP_ARRAY.
7252         For slice, add check that we have an array type before extracting 
7253         a slice out of it.  Avoids a SEGV.
7254         When evaluating an array slice, if the array type is a reference to 
7255         an aligner type, then replace the aligner type by the actual type.
7256         Decomment disabled code.
7257         Remove some dead code.
7258         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
7259         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7260         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
7261         and UNOP_MBR to UNOP_IN_RANGE.
7262         If an array type has a parallel ___XVE type, then use it.
7263         Turn arrays into pointers for lvalue arrays.
7264         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7265         bounds error and handle 0-length slices.
7266         Use lim_warning.
7267         When selecting fields, apply ada_to_fixed_value (because the fields 
7268         might have ___XVU or ___XVE encodings even if not dynamic.)
7269         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7270         (ada_is_system_address_type): New function.
7271
7272         (get_var_value): Use new interface to ada_lookup_symbol_list.
7273         (get_int_var_value): New interface.
7274         (to_fixed_range_type): Allow unknown bound, with warning.
7275         (ada_is_modular_type): Decomment disabled code.
7276         (ADA_OPERATORS): New definition.
7277         (ada_operator_length): New function.
7278         (ada_expr_op_name): New function.
7279         (ada_forward_operator_length): New function.
7280         (ada_dump_subexp_body): New function.
7281         (ada_print_subexp): New function.
7282         (ada_exp_descriptor): New constant.
7283         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
7284         (ada_language_defn): Add ada_exp_descriptor entry.
7285         Change ada_parse => parse.
7286         Add post-parser entry.
7287         Use ada-specific non-local symbol lookup.
7288         Don't use C-style arrays. 
7289         String lower-bound is 1.
7290         Decomment disabled code.        
7291         (parse): New function.
7292         New fields ada_translate_error_message, ada_lookup_symbol, 
7293         ada_lookup_minimal_symbol.
7294         
7295         * ada-lang.h: Update copyright dates.
7296         Replace the mangle/demangle terminology throughout by the
7297         more appropriate encode/decode one. 
7298         Include breakpoint.h.
7299         Forward declare struct partial_symbol, struct block.
7300         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7301         (EXTRACT_ADDRESS): Remove.
7302         (EXTRACT_INT): Remove.
7303         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7304         (MAX_ENCLOSING_FRAME_LEVELS): Define.
7305         (MAX_RENAMING_CHAIN_LENGTH): Define.
7306         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7307
7308         (enum task_states): Remove.
7309         ada_task_states: Remove.
7310         (fat_string): Remove.
7311         (struct entry_call): Remove.
7312         (struct task_fields): Remove.
7313         (struct task_entry): Remove.
7314
7315         (struct ada_symbol_info): Define.
7316         (enum ada_attribute): Remove.
7317         (enum ada_operator): Define.
7318         
7319         (ada_get_field_index): Declare.
7320         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7321         (ada_is_simple_array): Rename to ada_is_simple_array_type.
7322         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7323         (ada_lookup_symbol_list): New interface.
7324         (ada_decode_symbol): Declare.
7325         (ada_decode): Declare.
7326         (ada_lookup_symbol): New interface.
7327         (ada_update_initial_language): Declare.
7328         (ada_lookup_simple_minsym): Declare.
7329         (user_select_syms): New interface.
7330         (ada_sals_for_line): Declare.
7331         (ada_is_tagged_type): New interface.
7332         (ada_tag_name): Declare.
7333         (ada_lookup_struct_elt_type): Remove declaration.
7334         (ada_search_struct_field): Remove declaration.
7335         (ada_attribute_name): New interface.
7336         (ada_is_system_address_type): Declare.
7337         (ada_to_fixed_value): Remove declaration.
7338         (ada_template_to_fixed_record_type_1): Declare.
7339         (get_int_var_value): New interface.
7340         (ada_find_any_symbol): Declare.
7341         (ada_find_renaming_symbol): Declare.
7342         (ada_mangle): Rename to ada_encode.
7343         (ada_simple_renamed_entity): Remove const.
7344         (ada_main_name): Declare.
7345         (get_current_task): Rename to ada_get_current_task.
7346         (get_entry_number): Remove declaration.
7347         (ada_report_exception_break): Remove declaration.
7348         (ada_print_exception_breakpoint_nontask): Declare.
7349         (ada_print_exception_breakpoint_task): Declare.
7350         (ada_find_printable_frame): Declare.
7351
7352         * ada-lex.l: Update copyright notices.
7353         Use xmalloc and xfree instead of malloc and free.
7354         Use new interface to name_lookup.
7355         Use new interface to 
7356         ada_mangle=>ada_encode.
7357         Redo handling of '$...' variable to parallel current treatment 
7358         in c-exp.y.  
7359         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7360         digit_to_int, strtoulst, processInt, processReal, processId, 
7361         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7362         yywrap): Protoize.
7363         
7364         (processInt): Use cast to remove harmless warning.
7365         (processReal): Modify to get rid of compiler warning on scan formats.
7366
7367         (processId): Replace xmalloc with obstack_alloc for name and remove
7368         call to ada_name_string_cleanup.
7369         Remove obsolete disabled code.
7370         (name_lookup): Ditto. 
7371         New interface.
7372         Use obsavestring on temp_parse_space instead of savestring 
7373         on name, and remove call to ada_name_string_cleanup.  
7374         Free string returned from ada_simple_renamed_entity.
7375         Use new interface to ada_lookup_symbol_list.
7376         Decomment disabled code.
7377         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
7378         not types.
7379         When a type name lookup succeeds as a result of 
7380         lookup_primitive_typename, check for regular type entry that has not 
7381         yet been read in.
7382         Limit length of chain of renamed symbols we are willing to follow.  
7383         Do not break names beginning with "standard__" into segments.  
7384         (block_lookup): Use new interface to ada_lookup_symbol_list.
7385         
7386         * ada-typeprint.c: Update copyright notice.
7387         (demangled_type_name): Rename to decoded_type_name.
7388         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7389         (print_range_bound):  Correct handling of negative
7390         bounds that make the index type looked unsigned under STABS.  
7391         (print_dynamic_range_bound): Use new interface to get_int_var_value.
7392         (print_range_type_named):  Use the builtin int type if no type 
7393         corresponding to the given type name could be found.
7394         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7395         Add some bullet-proofing.
7396         (print_variant_clauses): Allow for variant branches with ___XVU 
7397         encodings that are not dynamic fields.  
7398         Use new interface to ada_is_tagged_type.
7399         (print_record_type): Allow for fields with ___XVE encodings that 
7400         are not dynamic fields. 
7401         Use new interface to ada_is_tagged_type.
7402         (ada_print_type): ada_is_array_descriptor => 
7403         ada_is_array_descriptor_type.
7404
7405         * ada-valprint.c: Update copyright notice.
7406         Include gdb_string.h
7407         Include infcall.h
7408         (ui_memcpy): New function.
7409         (ada_print_floating): New function.
7410         (ada_print_str): Order arguments correctly.
7411         Correct handling of empty arrays and arrays of 0-length items. 
7412         ada_is_array_descriptor => ada_is_array_descriptor_type 
7413         Print values of type System.Address in hexadecimal format.
7414         Use ada_print_floating to print floating-point numbers in Ada format.
7415         Print class tag values with type names.  
7416         No longer print the address of reference values. Avoids 
7417         a potential confusion.  
7418         (ada_value_print): Stop printing the object type for reference
7419         values, but preserve that behavior for access types. Avoids
7420         a potential confusion.
7421         Simplify one conditional expression, as the first part is now
7422         necessarily true.
7423         ada_is_array_descriptor => ada_is_array_descriptor_type 
7424         Add check for arrays for null records, and print them by hand.
7425         
7426 2004-06-01  Jim Blandy  <jimb@redhat.com>
7427
7428         * ppc-tdep.h: Delete unused 'regoff' member.
7429         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7430
7431 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
7432
7433         Fix PR symtab/1661.
7434         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7435         (hpread_read_struct_type): Likewise.
7436
7437 2004-06-01  Andrew Cagney  <cagney@gnu.org>
7438
7439         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7440         instead of xasprintf.
7441         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
7442         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
7443         (mi_cmd_data_list_register_names) 
7444         (mi_cmd_data_list_changed_registers) 
7445         (mi_cmd_data_list_register_values) 
7446         (get_register, mi_cmd_data_write_register_values) 
7447         (mi_cmd_data_write_register_values) 
7448         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
7449         (mi_cmd_target_download, mi_cmd_target_select) 
7450         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
7451         (mi_execute_cli_command, mi_execute_async_cli_command) 
7452         (mi_execute_async_cli_command): Ditto.
7453         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7454         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7455
7456         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7457         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7458         error_last_message instead of mi_error_last_message.
7459         * mi/mi-main.c (mi_error_last_message): Delete function.
7460
7461         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7462         "invalid number of columns" error.  Delete redundant "out of
7463         memory" check.
7464
7465 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
7466
7467         * i386bsd-nat.c: Don't include <sys/procfs.h>.
7468         (gregset_t, fpregset_t): Remove typedefs.
7469         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7470         (REG_OFFSET): Rename argument.
7471         (i386bsd_r_reg_offset): Rename from reg_offset.
7472         (REG_ADDR): Remove macro.
7473         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7474         functions.
7475         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7476         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7477         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
7478         instead of supply_gregset.
7479         (store_inferior_registers): Use `struct reg' and `struct fpreg'
7480         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
7481         instead of fill_gregset.
7482         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7483
7484         * i386bsd-nat.c: Don't include "gregset.h".
7485         (supply_gregset, fill_gregset): Make static.
7486         (supply_fpregset, fill_fpregset): Remove.
7487         * Makefile.in (i386bsd-nat.o): Update dependencies.
7488
7489 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
7490
7491         * fbsd-proc.c: Include "regcache.h", "regset.h" and
7492         "gdb_assert.h".  Con't include "gregset.h".
7493         (fbsd_make_corefile_notes): Use regset-based core file support
7494         instead off fill_gregset and fill_fpregset.
7495         * Makefile.in (fbsd-proc.o): Update dependencies.
7496
7497         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7498         instructions.
7499         (m88k_frame_prev_register): Simplify code a bit.
7500
7501         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7502         (amd64_collect_fpregset): New function.
7503         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7504
7505         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7506
7507         * i386-tdep.c (i386_supply_gregset): Adjust comment.
7508         (i386_collect_gregset): New function.
7509         (i386_supply_fpregset): Adjust comment.
7510         (i386_collect_fpregset): New function.
7511         (i386_regset_from_core_section): Use i386_collect_gregset and
7512         i386_collect_fpregset.
7513
7514         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7515         handle VALUEP being null.
7516
7517         * regset.h (collect_regset_ftype): Unconstify fourth argument.
7518
7519 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
7520
7521         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
7522
7523         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7524         assembler in OpenBSD 3.5-current.
7525         (amd64obsd_sigcontext_addr): Likewise.
7526
7527 2004-05-28  Jim Blandy  <jimb@redhat.com>
7528
7529         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7530         register set, so our regcache isn't declared "legacy" and our E500
7531         pseudoregister read and write functions aren't ignored.
7532         (rs6000_register_byte, rs6000_register_raw_size,
7533         rs6000_register_virtual_type, rs6000_register_convertible,
7534         rs6000_register_convert_to_virtual,
7535         rs6000_register_convert_to_raw): Deleted.
7536         (rs6000_register_type, rs6000_convert_register_p,
7537         rs6000_register_to_value, rs6000_value_to_register): New
7538         functions.
7539         (rs6000_gdbarch_init): Don't register
7540         gdbarch_deprecated_register_size,
7541         gdbarch_deprecated_register_bytes,
7542         gdbarch_deprecated_register_byte,
7543         gdbarch_deprecated_register_raw_size,
7544         gdbarch_deprecated_register_virtual_type,
7545         gdbarch_deprecated_register_convertible,
7546         gdbarch_deprecated_register_convert_to_virtual, or
7547         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
7548         register gdbarch_register_type, gdbarch_convert_register_p,
7549         gdbarch_register_to_value, and gdbarch_value_to_register methods.
7550
7551 2004-05-26  Jim Blandy  <jimb@redhat.com>
7552
7553         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7554         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7555         functions, updated to match the register numberings used in GCC.
7556         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7557         rs6000_dwarf2_reg_to_regnum as register number conversions
7558         functions for STABS and Dwarf2.
7559
7560 2004-05-26  Randolph Chung  <tausq@debian.org>
7561
7562         * infttrace.h (target_waitkind): Forward declare type instead of pulling
7563         in header file.
7564
7565 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
7566
7567         * NEWS: Document new "start" command.
7568
7569 2004-05-25  Randolph Chung  <tausq@debian.org>
7570
7571         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7572         hppa-linux.
7573
7574 2004-05-25  Randolph Chung  <tausq@debian.org>
7575
7576         * hppa-hpux-tdep.c (offsetof): Define.
7577         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7578         (hppa32_hpux_frame_base_before_sigtramp)
7579         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7580         (hppa64_hpux_frame_saved_pc_in_sigtramp)
7581         (hppa64_hpux_frame_base_before_sigtramp)
7582         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
7583         functions.
7584         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7585         (hppa_hpux_sigtramp_frame_unwind_cache)
7586         (hppa_hpux_sigtramp_frame_this_id)
7587         (hppa_hpux_sigtramp_frame_prev_register)
7588         (hppa_hpux_sigtramp_frame_unwind)
7589         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7590         (hppa_hpux_init_abi): Register sigtramp unwinder.
7591         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7592
7593 2004-05-25  Randolph Chung  <tausq@debian.org>
7594
7595         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7596         and multiple stack unwinds.
7597         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7598
7599 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7600
7601         * symfile.h (symbol_file_add_from_memory): Delete declaration.
7602         * symfile-mem.h: Delete file.
7603         * symfile-mem.c: Do not include "symfile-mem.h".
7604         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7605         "struct bfd_section".  When an error do not bother returning NULL.
7606         (add_symbol_file_from_memory_command): Use "struct bfd" and
7607         "struct bfd_section".
7608         * Makefile.in (symfile_mem_h): Delete.
7609         (symfile-mem.o): Update dependencies.
7610
7611 2004-05-25  Nick Roberts  <nickrob@gnu.org>
7612
7613         * gdb-mi.el: New file.
7614
7615 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7616
7617         * inftarg.c: Include "observer.h".
7618         (child_attach, child_create_inferior): Notify inferior_created.
7619         * corelow.c: Include "observer.h".
7620         (core_open): Notify inferior_created.
7621         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7622
7623 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7624
7625         * target.h (struct target_ops): Add from_tty to
7626         to_create_inferior.
7627         (target_create_inferior, find_default_create_inferior): Update.
7628         * infcmd.c (run_command): Update.
7629         * wince.c (child_create_inferior): Update.
7630         * win32-nat.c (child_create_inferior): Update.
7631         * uw-thread.c (uw_thread_create_inferior): Update.
7632         * thread-db.c (thread_db_create_inferior): Update.
7633         * target.c (debug_to_create_inferior) 
7634         (find_default_create_inferior): Update.
7635         (maybe_kill_then_create_inferior): Update.
7636         * sol-thread.c (sol_thread_create_inferior): Update.
7637         * remote.c (extended_remote_async_create_inferior) 
7638         (extended_remote_create_inferior): Update.
7639         * remote-vx.c (vx_create_inferior): Update.
7640         * remote-st.c (st2000_create_inferior): Update.
7641         * remote-sim.c (gdbsim_create_inferior): Update.
7642         * remote-sds.c (sds_create_inferior): Update.
7643         * remote-rdp.c (remote_rdp_create_inferior): Update.
7644         * remote-rdi.c (arm_rdi_create_inferior): Update.
7645         * remote-m32r-sdi.c (m32r_create_inferior): Update.
7646         * remote-e7000.c (e7000_create_inferior): Update.
7647         * procfs.c (procfs_create_inferior): Update.
7648         * ocd.c (ocd_create_inferior): Update.
7649         * ocd.h (ocd_create_inferior): Update.
7650         * nto-procfs.c (procfs_create_inferior): Update.
7651         * monitor.c (monitor_create_inferior): Update.
7652         * lin-lwp.c (lin_lwp_create_inferior): Update.
7653         * inftarg.c (child_create_inferior): Update.
7654         * hpux-thread.c (hpux_thread_create_inferior): Update.
7655         * gnu-nat.c (gnu_create_inferior): Update.
7656
7657 2004-05-25  Andrew Cagney  <cagney@gnu.com>
7658
7659         * MAINTAINERS: Update e-mail address.
7660
7661 2004-05-24  Randolph Chung  <tausq@debian.org>
7662
7663         * thread.c (info_threads_command, thread_apply_all_command)
7664         (thread_apply_command, thread_command, do_captured_thread_select):
7665         Remove HPUXHPPA-specific code.
7666
7667 2004-05-24  Randolph Chung  <tausq@debian.org>
7668
7669         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7670         unused symbols.
7671         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7672         references.
7673
7674 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7675
7676         * infcmd.c (kill_if_already_running): New function, extracted
7677         from run_command().
7678         (run_command): Replace extracted code by call to
7679         kill_if_already_running().
7680         (start_command): New function.
7681         (_initialize_infcmd): Add "start" command.
7682
7683 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7684
7685         Add OpenBSD/m88k support.
7686         * NEWS (New native configurations): Mention OpenBSD/m88k.
7687         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7688         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7689         * Makefile.in (m88k_tdep_h): New variable.
7690         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7691         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7692         * configure.host: Add m88*-*-openbsd*.
7693         * configure.tgt: Add m88*-*-openbsd*.
7694
7695 2004-05-24  Jim Blandy  <jimb@redhat.com>
7696
7697         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7698         to approve changes.
7699
7700 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
7701
7702         * symtab.c (fixup_section): Search section table when lookup by
7703         name fails.
7704
7705 2004-05-24  Randolph Chung  <tausq@debian.org>
7706
7707         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
7708         be "small_struct".
7709
7710 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7711
7712         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7713         register number in regcache_raw_collect call.
7714         (m68kbsd_collect_fpregset): Likewise.
7715         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7716
7717         * regset.h (struct regset): Add back `regset' member.
7718
7719 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
7720
7721         * configure.in: Check for td_pcb in `struct thread'.
7722         * configure, config.in: Regenerated.
7723
7724         * dpx2-nat.c: Remove file.
7725         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7726         (dpx2-nat.o): Remove dependencies.
7727
7728         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7729         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7730         (amd64obsd_supply_pcb): New function.
7731         (_initialize_amd64obsd_nat): Enable libkvm interface.
7732         * Makefile.in (amd64obsd-nat.o): Update dependencies.
7733         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7734         (LOADLIBES): New variable.
7735
7736         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7737         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7738         (sparc32nbsd_supply_pcb): New function.
7739         (_initialize_sparcnbsd_nat): Enable libkvm interface.
7740         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7741         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7742         (LOADLIBES): New variable.
7743
7744 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
7745
7746         * bsd-kvm.c, bsd-kvm.h: New files.
7747         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7748         "bsd-kvm.h".
7749         (i386fbsd_supply_pcb): New function.
7750         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7751         (i386fbsd-nat.o): Update dependencies.
7752         (bsd_kvm_h): New variable.
7753         (bsd-kvm.o): New dependency.
7754         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7755         (LOADLIBES): New variable.
7756
7757         * regset.c: Tweak comment.
7758         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
7759         macro.
7760         * regset.h: Update copyright year.
7761         (struct regset): Remove `descr' member, add `gdbarch' member.
7762         (regset_alloc): Adjust prototype and comment.
7763         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7764         (i386_supply_fpregset): Likewise.
7765         (i386_regset_from_core_section): Update call to regset_alloc.
7766         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7767         REGSET->arch.
7768         (i386obsd_aout_regset_from_core_section): Update call to
7769         regset_alloc.
7770         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7771         REGSET->arch.
7772         (i386nbsd_aout_regset_from_core_section): Update call to
7773         regset_alloc.
7774         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7775         REGSET->arch.
7776         (amd64_regset_from_core_section): Update call to regset_alloc.
7777         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7778         REGSET->arch.
7779         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7780         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7781         &sparc32nbsd_gregset in sparc32_supply_gregset call.
7782         (sparc32nbsd_init_abi): Update call to regset_alloc.
7783         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7784         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7785         (sparc64obsd_init_abi): Update call to regset_alloc.
7786         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7787         &sparc64nbsd_gregset in sparc64_supply_gregset call.
7788         (sparc64nbsd_init_abi): Update call to regset_alloc.
7789         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7790         &sparc64fbsd_gregset in sparc64_supply_gregset call.
7791         (sparc64fbsd_init_abi): Update call to regset_alloc.
7792
7793 2004-05-22  Jim Blandy  <jimb@redhat.com>
7794
7795         * ppc-tdep.h (spe_register_p): New declaration.
7796         (struct gdbarch_tdep): New members: ppc_acc_regnum and
7797         ppc_spefscr_regnum.
7798         * rs6000-tdep.c (spe_register_p): New function.
7799         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7800         spefscr.
7801         (rs6000_gdbarch_init): Initialize the new members of the tdep
7802         structure.
7803
7804 2004-05-21  Jim Blandy  <jimb@redhat.com>
7805
7806         * ppc-linux-nat.c (fetch_register): Move code back to be next
7807         to the comment that describes it.  (Moved code, instead of
7808         comment, for symmetry with store_register.)
7809
7810         Allocate regset structures in the gdbarch's obstack, not using
7811         xmalloc.
7812         * regset.c (regset_alloc): Renamed from regset_xmalloc.
7813         Add 'arch' argument.  Allocate the regset on arch's obstack, not
7814         using xmalloc.
7815         * regset.h (regset_alloc): Update declaration.
7816         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7817         gdbarch argument.
7818         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7819         * i386-tdep.c (i386_regset_from_core_section): Same.
7820         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7821         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7822         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7823         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7824         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7825         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7826
7827 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
7828
7829         * config/djgpp/fnchange.lst: Undo previous change, was useless.
7830
7831 2004-05-21  Jim Blandy  <jimb@redhat.com>
7832
7833         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7834         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
7835
7836 2004-05-20  Jim Blandy  <jimb@redhat.com>
7837
7838         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7839
7840 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
7841
7842         * regset.h: Make prototype const-correct.
7843         * regset.c (regset_xmalloc): Make const-correct.
7844
7845 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
7846
7847         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7848         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7849         (symbol_search_name): Declare.
7850         
7851         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7852         (iter_name_next_hashed): Ditto.
7853         (iter_name_next_linear): Ditto.
7854         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7855
7856         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
7857         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7858         (symbol_search_name): New function.
7859         
7860         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7861         
7862         * minsyms.c (build_minimal_symbol_hash_tables): Change
7863         test for adding to demangled hash table to check for difference
7864         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7865         
7866 2004-05-19  Jim Blandy  <jimb@redhat.com>
7867
7868         Use a constructor function to create regset structures.
7869         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7870         (struct regset): Use supply_regset_ftype.  Add new
7871         'collect_regset' member.
7872         (regset_xmalloc): New declaration.
7873         * regset.c: New file.
7874         * am64-tdep.c (amd64_regset_from_core_section): Use
7875         regset_xmalloc to construct regset structures.
7876         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7877         * i386-tdep.c (i386_regset_from_core_section): Same.
7878         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7879         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7880         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7881         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7882         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7883         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7884         * Makefile.in (COMMON_OBS): Add regset.o.
7885         (regset.o): New rule.
7886
7887 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
7888
7889         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7890         and pthread_cond_wait.c.
7891
7892 2004-05-18  Jim Blandy  <jimb@redhat.com>
7893
7894         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7895         before the mach-specific switch, and then let the individual cases
7896         override the defaults, rather than leaving them uninitialized
7897         until the switch and then setting them in each case.
7898
7899 2004-05-18  Randolph Chung  <tausq@debian.org>
7900
7901         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7902         millicode functions.
7903
7904 2004-05-18  Randolph Chung  <tausq@debian.org>
7905
7906         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7907         references to dld_flags_buffer consistent.
7908
7909 2004-05-18  Randolph Chung  <tausq@debian.org>
7910
7911         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7912         it for unwinding the stack.
7913
7914 2004-05-18  Randolph Chung  <tausq@debian.org>
7915
7916         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7917         Undefine these so we can overide them using gdbarch.
7918
7919 2004-05-18  Randolph Chung <tausq@debian.org>
7920
7921         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7922         handling for 64-bit HPUX (elf).
7923
7924 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
7925
7926         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7927         constants.
7928         * amd64-tdep.c (amd64_skip_prologue): Likewise.
7929         * ia64-tdep.c (examine_prologue): Likewise.
7930         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7931         * v850-tdep.c (v850_fix_call_dummy): Likewise.
7932
7933 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
7934
7935         * vax-tdep.c (vax_return_value): Implement
7936         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7937
7938 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7939
7940         * vax-tdep.c (vax_return_value): Fix typo.
7941
7942 2004-05-17  Andrew Cagney  <cagney@redhat.com>
7943
7944         * MAINTAINERS: Mark Salter was also responsible for
7945         testsuite/config/
7946
7947         * NEWS: Mention signal fixes.
7948
7949 2004-05-17  Randolph Chung  <tausq@debian.org>
7950
7951         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7952         check to see if we are unwinding an export stub.  Export stubs clobber
7953         the %rp in the call path and stores the original rp in a stack slot.
7954
7955 2004-05-17  Jim Blandy  <jimb@redhat.com>
7956
7957         * MAINTAINERS: Update address for J.T. Conklin.
7958
7959 2004-05-17  Randolph Chung  <tausq@debian.org>
7960
7961         * hppa-tdep.c: Remove superfluous #include's.
7962         * Makefile.in (hppa-tdep.o): Update dependencies.
7963
7964 2004-05-17  Randolph Chung  <tausq@debian.org>
7965
7966         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7967         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7968         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7969         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7970         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7971         Remove static function declarations.
7972
7973 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7974
7975         * alphabsd-nat.c: Update copyright year.
7976         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7977
7978         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7979         and M68K_A2_REGNUM.
7980
7981         * m68k-tdep.c (m68k_svr4_return_value): Implement
7982         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7983
7984 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
7985
7986         * sol-thread.c Update copyright year.  Fix various coding
7987         standards violations.  Tweak a few comments.
7988         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7989         Delete prototypes.
7990
7991 2004-05-15  Randolph Chung  <tausq@debian.org>
7992
7993         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7994         as pointer instead of array reference since HPUX compiler does
7995         not accept unsized array arguments.
7996         * somsolib.c (dld_flags_buffer): Use constant array size.
7997
7998 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
7999
8000         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
8001         offset with decimal offset.
8002         (amd64obsd_sigcontext_addr): Return correct address for entire
8003         signal trampoline.
8004
8005         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
8006         instead of get_frame_base.
8007
8008         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
8009         (fill_gregset): Use regcache_raw_collect.
8010
8011         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
8012         ppcobsd-tdep.c.
8013
8014         * config/sparc/tm-nbsd64.h: Remove file.
8015         * config/tm-sunos.h: Remove file.
8016
8017 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
8018
8019         * rs6000-tdep.c (store_param_on_stack_p): New function,
8020         an improved version of some code extracted from skip_prologue().
8021         (skip_prologue): Use store_param_on_stack_p() to detect
8022         instructions saving a parameter on the stack. Detect when r0
8023         is used to save a parameter.
8024         Do not mark "li rx, SIMM" instructions as part of the prologue,
8025         unless the following instruction is also part of the prologue.
8026
8027 2004-05-14  Andrew Cagney  <cagney@redhat.com>
8028
8029         * infrun.c (handle_inferior_event): Simplify
8030         STEP_OVER_UNDEBUGGABLE.
8031
8032         * infrun.c (handle_step_into_function): Delete function.
8033         (handle_inferior_event): Inline calls to
8034         handle_step_into_function.
8035
8036 2004-05-14  Jerome Guitton  <guitton@gnat.com>
8037
8038         * rs6000-nat.c: Fix a comment.
8039
8040 2004-05-12  David Anderson <davea@sgi.com>
8041
8042         Committed by Jim Blandy <jimb@redhat.com>:
8043         * regcache.c (struct regcache_descr): fix comment spelling.
8044
8045 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8046
8047         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
8048         Fixes a link link failure.
8049
8050 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8051
8052         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
8053         error that was causing the build to fail.
8054
8055 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8056
8057         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
8058         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
8059
8060 2004-05-13  Andrew Cagney  <cagney@redhat.com>
8061
8062         * infrun.c (handle_inferior_event): Check for
8063         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
8064         calls.  Update comments.
8065
8066 2004-05-13  Jim Blandy  <jimb@redhat.com>
8067
8068         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
8069         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8070         (store_regs_user_thread, store_regs_kernel_thread): Use
8071         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
8072         * ppc-linux-nat.c (fill_gregset): Same.
8073         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
8074         (ppc_linux_sigtramp_cache): Same.
8075         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
8076         (ppcnbsd_sigtramp_cache_init): Same.
8077         * rs6000-nat.c (fetch_core_registers): Same.
8078         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
8079         (rs6000_frame_cache): Same.
8080
8081         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
8082         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
8083         of assuming that the gprs are numbered starting with zero.
8084         * ppc-linux-nat.c (fill_gregset): Same.
8085         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
8086         * ppcnbsd-nat.c (getregs_supplies): Same.
8087         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
8088         * rs6000-nat.c (fetch_core_registers): Same.
8089         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
8090
8091 2004-05-07  Michael Snyder  <msnyder@redhat.com>
8092
8093         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
8094         LOC_COMPUTED_ARG, and LOC_INDIRECT.
8095
8096 2004-05-13  Andrew Cagney  <cagney@redhat.com>
8097
8098         * infrun.c (handle_inferior_event): Use frame_unwind_id.
8099
8100 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
8101
8102         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
8103         base_address for shared libraries.
8104
8105 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
8106
8107         * MAINTAINERS (write after approval): Add myself.       
8108
8109 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8110
8111         * breakpoint.c (bpstat_stop_status): Add new argument
8112         STOPPED_BY_WATCHPOINT.  Use it instead of testing
8113         target_stopped_data_address agaist 0 to check whether
8114         or not we stopped due to a hardware watchpoint.
8115         * breakpoint.h (bpstat_stop_status): Adapt prototype.
8116         * infrun.c (handle_inferior_event): Call bpstat_stop_status
8117         with new argument.
8118
8119 2004-05-12  Jim Blandy  <jimb@redhat.com>
8120
8121         * configure.in: When checking whether we should use the -bbigtoc
8122         option, don't forget to restore the original value of LDFLAGS.
8123         * configure: Regenerated.
8124
8125 2004-05-12  Andrew Cagney  <cagney@redhat.com>
8126
8127         * thread.c (load_infrun_state): Delete step_sp.
8128         * infrun.c (context_switch): Ditto.
8129         * inferior.h (step_sp): Ditto.
8130         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
8131         * gdbthread.h (struct thread_info, save_infrun_state)
8132         (restore_infrun_state): Ditto.
8133
8134 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
8135
8136         * MAINTAINERS (write after approval): Add myself.
8137
8138 2004-05-12  Andrew Cagney  <cagney@redhat.com>
8139
8140         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
8141         eliminate reference to step_sp.
8142         (struct execution_control_state, init_execution_control_state)
8143         (handle_inferior_event, keep_going): Delete update_step_sp and
8144         step_sp.
8145         * infcmd.c (step_sp): Note that variable is unused.
8146
8147 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8148
8149         * infrun.c (step_over_function): Delete function.
8150         (handle_step_into_function): Use insert_step_resume_breakpoint.
8151         (insert_step_resume_breakpoint): Fix assertion.
8152
8153 2004-05-11  Nick Roberts  <nickrob@gnu.org>
8154
8155         * utils.c (defaulted_query): Just use the normal query input type
8156         when printing the annotations.
8157
8158 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8159
8160         * infrun.c (handle_inferior_event): Simplify code handling
8161         step-into or return-from a signal trampoline.
8162
8163 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8164
8165         * ppcnbsd-tdep.c: Include "gdb_assert.h".
8166         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
8167
8168 2004-05-10  Jim Blandy  <jimb@redhat.com>
8169
8170         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
8171         with a call to internal_error.
8172
8173         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
8174         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
8175         processor variant lacks those registers.
8176         (ppc_floating_point_unit_p): Change description to make it clear
8177         that this returns info about the ISA, not the ABI.
8178         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
8179         return true or false by checking tdep->ppc_fp0_regnum and
8180         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
8181         arch/mach switching done in rs6000_gdbarch_init; it's better to
8182         keep that logic there, and just check the results here.
8183         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
8184         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
8185         floating-point registers.
8186         (ppc_supply_fpregset, ppc_collect_fpregset)
8187         (rs6000_push_dummy_call, rs6000_extract_return_value)
8188         (rs6000_store_return_value): Assert that we have floating-point
8189         registers.
8190         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
8191         (rs6000_frame_cache): Don't note the locations at which
8192         floating-point registers were saved if we have no fprs.
8193         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
8194         registers.
8195         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8196         (store_regs_user_thread, store_regs_kernel_thread): Only call
8197         supply_fprs / fill_fprs if we actually have floating-point
8198         registers.
8199         (special_register_p): Check ppc_fpscr_regnum before matching
8200         against it.
8201         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8202         supply / collect fpscr if we don't have it.
8203         * ppc-bdm.c: #include "gdb_assert.h".
8204         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8205         have floating-point registers, since I can't test this code on
8206         FP-free systems to adapt it.
8207         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8208         fpscr and floating point register numbers if they don't exist.
8209         (fetch_register): Assert that we have floating-point registers
8210         before we reach the code that handles them.
8211         (store_register): Same.  And use tdep instead of calling
8212         gdbarch_tdep again.
8213         (fill_fpregset): Don't try to collect FP registers and fpscr if we
8214         don't have them.
8215         (ppc_linux_sigtramp_cache): Don't record the saved locations of
8216         fprs and fpscr if we don't have them.
8217         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8218         don't have them.
8219         * ppcnbsd-nat.c: #include "gdb_assert.h".
8220         (getfpregs_supplies): Assert that we have floating-point registers.
8221         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8222         * ppcobsd-tdep.c: #include "gdb_assert.h".
8223         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8224         have floating-point registers.
8225         * rs6000-nat.c (regmap): Don't match against the fpscr and
8226         floating point register numbers if they don't exist.
8227         (fetch_inferior_registers, store_inferior_registers,
8228         fetch_core_registers): Only fetch / store / supply the
8229         floating-point registers and the fpscr if we have them.
8230         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8231         (ppcobsd-tdep.o): Update dependencies.
8232         
8233 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8234
8235         * infrun.c (through_sigtramp_breakpoint): Delete variable.
8236         (context_switch): Do not switch through_sigtramp_breakpoint.
8237         * gdbthread.h (save_infrun_state, load_infrun_state)
8238         (struct thread_info): Delete through_sigtramp_breakpoint parameter
8239         and structure member.
8240         * thread.c (load_infrun_state, save_infrun_state): Update.
8241
8242 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
8243
8244         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8245
8246 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8247
8248         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
8249         throughout.
8250         * aclocal.m4: Regenerate.
8251
8252 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
8253
8254         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8255
8256 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8257
8258         * infrun.c (check_sigtramp2): Delete function.
8259         (handle_inferior_event): When single stepping, and taking a
8260         signal, set a breakpoint at the signal return address.  Delete
8261         redundant calls to check_sigtramp2.
8262         (insert_step_resume_breakpoint): New function.
8263         (through_sigtramp_breakpoint, handle_inferior_event)
8264         (follow_exec, wait_for_inferior, fetch_inferior_event)
8265         (currently_stepping, keep_going): Delete most uses of
8266         through_sigtramp_breakpoint, not that it should be deleted.
8267         (delete_breakpoint_current_contents): Delete function.
8268
8269 2004-05-10  Randolph Chung  <tausq@debian.org>
8270
8271         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8272         target.
8273         * config/pa/tm-linux.h: New file.
8274
8275 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
8276
8277         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8278         of prefixes.  Don't print the prefix twice in the CLI.
8279
8280 2004-05-10  Jim Blandy  <jimb@redhat.com>
8281
8282         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8283         collect all the gprs.
8284
8285         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8286         loop collecting gprs.
8287
8288 2004-05-09  Andrew Cagney  <cagney@redhat.com>
8289
8290         * remote-vx.c (net_step): Delete step-range code.
8291         * remote.c (remote_resume, init_all_packet_configs)
8292         (set_remote_protocol_E_packet_cmd)
8293         (show_remote_protocol_E_packet_cmd)
8294         (remote_protocol_E, show_remote_cmd, _initialize_remote)
8295         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8296         (show_remote_protocol_e_packet_cmd): Ditto.
8297
8298 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
8299
8300         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8301
8302         * hppa-tdep.h: Update copyright year.
8303         (struct trad_frame_saved_reg): Add opaque declaration.
8304
8305         * amd64-tdep.c (amd64_return_value): Implement
8306         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8307
8308         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8309         (m68k_value_to_register): New functions.
8310         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8311         value_to_register.
8312
8313         * defs.h (enum return_value_convention): Add
8314         RETURN_VALUE_ABI_RETURNS_ADDRESS and
8315         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8316         * infcmd.c (legacy_return_value): New function.
8317         (print_return_value): Rwerite to implement
8318         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8319         * values.c (using_struct_return): Check for inequality to
8320         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8321         RETURN_VALUE_STRUCT_CONVENTION.
8322         * i386-tdep.c (i386_return_value): Implement
8323         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8324
8325         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
8326         include "symtab.h", "opcode/vax.h" and "inferior.h".
8327         (vax_skip_prologue): Replace calls to read_memory_integer by calls
8328         to read_memory_unsigned_integer.
8329         (vax_gdbarch_init): Reorder.
8330         (_initialize_vax_tdep): Spell out prototype.
8331         * Makefile.in (vax-tdep.o): Update dependencies.
8332
8333 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8334
8335         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8336         * target.c (target_detach, target_disconnect): Ditto.
8337
8338         * infcall.c (call_function_by_hand): When no
8339         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8340         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8341         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8342         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8343         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8344         
8345         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8346         * gdbarch.h, gdbarch.c: Re-generate.
8347         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8348         deprecated_fix_call_dummy.
8349         * v850-tdep.c (v850_gdbarch_init): Ditto.
8350         * infcall.c (call_function_by_hand): Do not call
8351         DEPRECATED_FIX_CALL_DUMMY.
8352
8353         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8354         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8355         * gdbarch.h, gdbarch.c: Re-generate.
8356         * arm-linux-tdep.c (arm_linux_call_dummy_words)
8357         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8358         deprecated_sizeof_call_dummy_words.
8359         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8360         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8361         * v850-tdep.c (v850_gdbarch_init): Ditto.
8362         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8363         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8364         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8365         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8366         * arch-utils.h (legacy_call_dummy_words)
8367         (legacy_sizeof_call_dummy_words): Delete declarations.
8368         * arch-utils.c (legacy_call_dummy_words)
8369         (legacy_sizeof_call_dummy_words): Delete variables.
8370
8371         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8372         * gdbarch.h, gdbarch.c: Re-generate.
8373         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8374         * infcall.c (call_function_by_hand): Eliminate call to
8375         DEPRECATED_PUSH_DUMMY_FRAME.
8376         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8377         push_dummy_frame.
8378         (ns32k_push_dummy_frame): Delete function.
8379
8380         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8381         deprecated_call_dummy_breakpoint_offset or
8382         deprecated_call_dummy_start_offset.
8383         * dummy-frame.c, arm-tdep.c: Update comments.
8384         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8385         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8386         * gdbarch.h, gdbarch.c: Re-generate.
8387         
8388         * infcall.c (legacy_push_dummy_code): Delete function.
8389         (push_dummy_code): Delete call.
8390
8391         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8392         * gdbarch.h, gdbarch.c: Re-generate.
8393         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8394         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8395         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8396         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8397
8398         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8399         (struct frame_info): Delete opaque declaration.
8400         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8401         * frame.c (get_frame_type): Delete call.
8402
8403         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8404         pc_in_call_dummy.
8405         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8406         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8407
8408 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8409
8410         * alphanbsd-tdep.c: Include "gdb_string.h".
8411         * armnbsd-tdep.c: Update copyright year.
8412         Include "gdb_string.h".
8413         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8414         dependencies.
8415
8416         * delta68-nat.c: Remove file.
8417         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8418         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8419         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8420         (delta68-nat.o): Remove dependency.
8421
8422         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8423         function.
8424         (m68k_gdbarch_init): Don't set
8425         deprecated_frameless_function_invocation.
8426
8427 2004-05-07  Randolph Chung  <tausq@debian.org>
8428
8429         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
8430         read_memory_nobpt for code reading when doing frame unwinding.
8431         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8432
8433 2004-05-07  Randolph Chung  <tausq@debian.org>
8434
8435         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8436         instead of sp, handle sigaltstack case.
8437         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
8438         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8439         signal handler and not that of the caller.
8440         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8441         hppa_linux_sigtramp_find_sigcontext.
8442
8443 2004-05-07  Randolph Chung  <tausq@debian.org>
8444
8445         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8446         hppa-linux-nat.c.
8447         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8448         * hppa-linux-nat.c (fetch_register, store_register): Define.
8449         (fetch_inferior_registers, store_inferior_registers): Define.
8450         (supply_gregset): Add comment and clean up some unneeded code.
8451         (fill_gregset): Add comment and fix so that it saves registers in
8452         the right place in the gregset.
8453         (fill_fpregset): Fix buffer overrun problem.
8454         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8455
8456 2004-05-07  Randolph Chung  <tausq@debian.org>
8457
8458         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
8459         do common handling of the pcoqt register.
8460         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8461         to use helper function.
8462         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8463         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8464         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8465         generic fallback unwinder when all else fails.
8466         (hppa_gdbarch_init): Add fallback sniffer.
8467         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8468         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8469         to use helper function.
8470
8471 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
8472
8473         * config/djgpp/fnchange.lst: Add translation rules for
8474         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8475
8476 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8477
8478         * frame.c (get_prev_frame_1): Work around GCC bug.
8479         * frame.h: Add comment about GCC bug.
8480
8481 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8482
8483         * observer.c: Include "commands.h" and "gdbcmd.h".
8484         (observer_debug, _initialize_observer): Add the
8485         command "set/show debug observer".
8486         * observer.sh: When observer debugging, log notify calls.
8487         * Makefile.in (observer.o): Update dependencies.
8488
8489 2004-05-07  Jason Molenda  (jmolenda@apple.com)
8490
8491         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8492
8493 2004-05-07  Jim Blandy  <jimb@redhat.com>
8494
8495         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8496         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8497         to recognize gpr regnums, instead of assuming that
8498         tdep->ppc_fp0_regnum marks the end of the general-purpose
8499         registers.
8500
8501         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8502         the given architecture has floating-point registers. 
8503
8504 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8505
8506         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8507         macro defined to 1.
8508         * gdbarch.h, gdbarch.c: Re-generate.
8509         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8510         deprecated_use_generic_dummy_frames.
8511
8512 2004-05-07  Brian Ford  <ford@vss.fsi.com>
8513
8514         * NEWS: Mention Cygwin DWARF 2 support.
8515
8516 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8517
8518         * objfiles.h (struct entry_info): Delete unused fields
8519         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8520         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8521         * mipsread.c (mipscoff_symfile_read): Update.
8522         * mdebugread.c (parse_partial_symbols): Update.
8523         * dwarfread.c (read_file_scope): Update.
8524         * dwarf2read.c (read_file_scope): Update.
8525         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8526         * coffread.c (complete_symtab): Update.
8527
8528 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
8529
8530         * infcall.c (_initialize_infcall): Fix typo.
8531
8532 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8533
8534         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8535         * command.h (add_setshow_zinteger_cmd): Declare.
8536
8537 2004-05-06  Randolph Chung  <tausq@debian.org>
8538
8539         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8540         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8541         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8542         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8543         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8544         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8545         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
8546         definitions ...
8547         * hppa-tdep.h: ... to here, with HPPA_ prefix.
8548         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8549         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8550         (hppa64_hpux_frame_find_saved_regs_in_sig)
8551         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8552         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8553         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8554         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8555         (hppa_linux_sigtramp_frame_prev_register): Likewise.
8556         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8557         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8558         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8559         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8560         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8561         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8562         (hppa32_register_type, hppa_cannot_store_register)
8563         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8564         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8565         * hpread.c (hpread_process_one_debug_symbol): Likewise.
8566         * pa64solib.c (pa64_solib_have_load_event)
8567         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8568         (pa64_solib_unloaded_library_pathname): Likewise.
8569         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8570         (som_solib_library_pathname): Likewise.
8571
8572 2004-05-05  Jim Ingham  <jingham@apple.com>
8573         
8574         * breakpoint.c (create_breakpoints): Copy the ignore count and
8575         thread id over from the pended breakpoint to the actual
8576         breakpoint.
8577         
8578 2004-05-05  Andrew Cagney  <cagney@redhat.com>
8579
8580         * gdbarch.sh (PARM_BOUNDARY): Delete.
8581         gdbarch.h, gdbarch.c: Re-generate.
8582         * valops.c (PARM_BOUNDARY): Delete macro.
8583         (value_push): Delete PARM_BOUNDARY code.
8584         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8585
8586 2004-05-04  Jim Blandy  <jimb@redhat.com>
8587
8588         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8589         Don't assume that the gprs, fprs, and UISA sprs are
8590         contiguous, start at register number zero, and end with fpscr.
8591         Instead, use the numbers from the tdep structure.
8592
8593         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8594         should no longer be used in code specific to the RS6000 and its
8595         derivatives.
8596         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8597         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8598         tdep->ppc_fp0_regnum.
8599         (ppc_supply_fpregset, ppc_collect_fpregset)
8600         (rs6000_push_dummy_call, rs6000_extract_return_value)
8601         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8602         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8603         FP0_REGNUM. 
8604         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8605         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8606         Same.
8607         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8608         bdm_ppc_store_registers): Same.
8609         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
8610         (store_register, fill_fpregset): Same.
8611         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
8612         (ppc_linux_supply_fpregset): Same.
8613         * ppcnbsd-nat.c (getfpregs_supplies): Same.
8614         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8615         Same.
8616         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8617         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8618         ppc64_sysv_abi_return_value): Same.
8619         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8620         (store_inferior_registers, fetch_core_registers): Same.
8621
8622 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8623
8624         * m68knbsd-nat.c: Remove file.
8625         * m68knbsd-tdep.c: Remove file.
8626         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8627         dependencies.
8628         * configure.host: Add m68k-*-netbsdelf*.
8629         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8630         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8631         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
8632         (XM_FILE): Remove.
8633         * config/m68k/nbsdelf.mh: New file.
8634         * config/m68k/nbsd.mt: New file.
8635         * config/m68k/nbsdaout.mt: Remove file.
8636         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8637         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
8638         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8639         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8640         (use_struct_convention): Remove prototype.
8641         (USE_STRUCT_CONVENTION): Remove define.
8642         * config/m68k/xm-nbsd.h: Remove file.
8643
8644 2004-05-04  Michael Snyder  <msnyder@redhat.com>
8645
8646         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
8647         reg_struct_return method (as gcc usually does for cross targets).
8648
8649 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8650
8651         Committed by Andrew Cagney.
8652         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8653         alignment padding when accessing ucontext struct members.
8654
8655 2004-05-04  Jim Blandy  <jimb@redhat.com>
8656
8657         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8658         'ppc_gplast_regnum' member.
8659         (ppc_num_gprs): New enum constant.
8660         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8661         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8662         * rs6000-nat.c (regmap, fetch_inferior_registers,
8663         store_inferior_registers): Same.
8664         * rs6000-tdep.c (e500_pseudo_register_read)
8665         (e500_pseudo_register_write): Same.
8666         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8667
8668         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8669         * ppc-tdep.h (ppc_num_fprs): New enum constant.
8670         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8671         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8672         FPLAST_REGNUM.
8673         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8674         Same.
8675         * ppc-linux-nat.c (ppc_register_u_addr): Same.
8676         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8677         (store_inferior_registers): Same.
8678
8679         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8680         with FPLAST_REGNUM.
8681
8682 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
8683
8684         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8685         failure detected by recent versions of GCC.
8686         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8687         to be consistent with the usage in dwarf2_create_include_psymtab.
8688
8689 2004-05-03  Michael Snyder  <msnyder@redhat.com>
8690
8691         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8692         (heuristic_proc_start): Whitespace cleanup.
8693
8694 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
8695
8696         * sun3-nat.c: Remove file.
8697         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8698         dependencies.
8699         (ALLDEPFILES): Remove sun3-nat.c.
8700         (sun3-nat.o): Remove dependencies.
8701
8702         * i386-interix-nat.c, i386-interix-tdep.c,
8703         config/i386/nm-interix.h, config/i386/interix.mh,
8704         config/i386/interix.mt: Remove files.
8705         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8706         dependencies.
8707
8708 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
8709
8710         * m68k-tdep.h (struct gdbarch_tdep): Add member
8711         struct_value_regnum.
8712         (m68k_svr4_init_abi): New prototype.
8713         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
8714         different calling conventions.
8715         (m68k_extract_return_value): Remove code dealing with single-field
8716         structs.
8717         (m68k_store_return_value): Remove code dealing with single-field
8718         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
8719         (m68k_extract_struct_value_address): Remove function.
8720         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8721         (m68k_reg_struct_return_p, m68k_return_value)
8722         (m68k_svr4_return_value): New functions.
8723         (m68k_use_struct_convention): Remove function.
8724         (m68k_push_dummy_call): Use new struct_value_regnum member of
8725         `struct gdbarch_tdep' instead of hardcoded register number to
8726         store STRUCT_ADDR.
8727         (m68k_svr4_init_abi): New function.
8728         (m68k_gdbarch_init): Don't set extract_return_value,
8729         store_return_values, deprecated_extract_struct_value_address and
8730         use_struct_convention.  Set return_value instead.  Initialize new
8731         struct_value_regnum member of `struct gdbarch_tdep'.
8732         * m68klinux-tdep.c: Update copyright year.
8733         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8734         (m68k_linux_extract_struct_value_address): Remove function.
8735         (m68k_linux_init_abi): Don't set extract_return_value,
8736         store_return_values, deprecated_extract_struct_value_address and
8737         use_struct_convention.  Call m68k_svr4_init_abi but override the
8738         new struct_value_regnum member of `struct gdbarch_tdep'.
8739         * Makefile.in (m68k-tdep.o): Update dependencies.
8740
8741 2004-05-03  J. Brobecker  <brobecker@gnat.com>
8742
8743         * dwarf2read.c (line_header): Add new included_p field in
8744         field file_names.
8745         (partial_die_info): New field has_stmt_list. New field line_offset.
8746         (dwarf2_create_include_psymtab): New function.
8747         (dwarf2_build_include_psymtabs): New function.
8748         (add_file_name): Add forward declaration. Initialize new field.
8749         (dwarf_decode_lines): Add new parameter. Enhance this procedure
8750         to be able to determine the list of files included by the
8751         given unit, and build their associated psymtabs.
8752         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8753         files as well.
8754         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8755         (read_file_scope): Update call to dwarf_decode_lines.
8756         (read_partial_die): Handle DW_AT_stmt_list attributes.
8757
8758 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
8759
8760         Unfix PR gdb/1626.
8761         * configure.in: Revert special case for osf5.*.
8762         * configure: Regenerate.
8763
8764 2004-05-02  Jim Blandy  <jimb@redhat.com>
8765
8766         Move the symbol-file-from-memory functions into their own file.
8767         * symfile-mem.c, symfile-mem.h: New files.
8768         * symfile.c (symbol_file_add_from_bfd): New function.
8769         (symbol_file_add): Call symbol_file_add_from_bfd.
8770         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8771         Moved to symfile-mem.c.
8772         (_initialize_symfile): Move definition of
8773         add-symbol-file-from-memory command to symfile-mem.c.
8774         * symfile.h (symbol_file_add_from_bfd): New declaration.
8775         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8776         * config/powerpc/linux.mt (TDEPFILES): Same.
8777         * Makefile.in (SFILES): Add symfile-mem.c.
8778         (symfile_mem_h): New variable.
8779         (HFILES_NO_SRCDIR): Add symfile-mem.h.
8780         (symfile-mem.o): New rule.
8781
8782 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8783
8784         * breakpoint.c (insert_bp_location): Use get_frame_id, and
8785         frame_find_by_id instead of frame_relative_level.
8786         (do_enable_breakpoint): Ditto.
8787         * thread.c: Update copyright.
8788         (info_threads_command): Ditto, simplify.
8789
8790         * frame.c (deprecated_generic_get_saved_register): Delete
8791         function, moved to "xstormy16-tdep.c".
8792         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8793         deprecated_generic_get_saved_register from "frame.c".
8794         (xstormy16_frame_saved_register): Call
8795         xstormy16_get_saved_register.
8796         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8797         static.
8798         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8799         * frame.h (deprecated_generic_get_saved_register): Delete.
8800
8801 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
8802
8803         * dwarfread.c: Update documentation on the state of dwarf-1.
8804
8805 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8806
8807         * stack.c (select_frame_command): Delete call to
8808         frame_relative_level.
8809         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8810         Delete #if0 code.
8811         (frame_info): Do not print FRAMELESS.
8812         (print_block_frame_labels): Replace DEPRECATED_STREQ.
8813         (catch_info): Delete #if0 code.
8814
8815         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8816         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8817         of frame_relative_level.
8818         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8819         to SENTINEL_FRAME.
8820         * frame.h (enum frame_type): Add SENTINEL_FRAME.
8821         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8822         frame_relative_level.
8823
8824         * frame.h (deprecated_set_frame_type): Delete declaration.
8825         * frame.c (deprecated_set_frame_type): Delete function, update
8826         comments.
8827
8828         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8829         * gdbarch.h, gdbarch.c: Re-generate.
8830         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8831         (shnbsd_pc_in_sigtramp): Delete.
8832         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8833         pc_in_sigtramp.
8834         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8835         pc_in_sigtramp.
8836         * frame.h: Update comments.
8837         * ppc-linux-tdep.c: Update comments.
8838         * breakpoint.c (bpstat_what): Update comments.
8839
8840         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8841         m68klinux-tdep.o's dependencies, were previously added to
8842         m68klinux-nat.o.
8843
8844         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8845         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8846         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8847         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8848         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8849
8850         * Makefile.in (m68klinux-nat.o): Update dependencies.
8851         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8852         (m68k_linux_sigtramp_frame_cache)
8853         (m68k_linux_sigtramp_frame_this_id)
8854         (m68k_linux_sigtramp_frame_prev_register)
8855         (m68k_linux_sigtramp_frame_unwind)
8856         (m68k_linux_sigtramp_frame_sniffer)
8857         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8858         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8859         names, use trad-frame.h.
8860         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8861         (struct m68k_sigtramp_info): Delete.
8862         * m68k-tdep.c (m68k_sigtramp_frame_cache)
8863         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8864         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8865         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8866         "m68klinux-tdep.c".
8867
8868         * infrun.c (check_sigtramp2): Delete check for
8869         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8870
8871 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8872
8873         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8874
8875 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8876
8877         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8878         (frv_linux_sigtramp_frame_cache)
8879         (frv_linux_sigtramp_frame_this_id)
8880         (frv_linux_sigtramp_frame_prev_register)
8881         (frv_linux_sigtramp_frame_unwind)
8882         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8883         include "linux" in function and variable names, directly call
8884         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8885         the latest trad-frame code.
8886         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8887         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8888         * Makefile.in (frv-linux-tdep.o): Update dependencies.
8889         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8890         * frv-tdep.c (frv_sigtramp_frame_cache)
8891         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8892         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8893         frv-linux-tdep.c.
8894         (frv_gdbarch_init): Do not append a sigtramp sniffer.
8895         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8896         (frv_set_sigcontext_reg_addr): Delete function.
8897
8898         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8899         (DEPRECATED_SIGTRAMP_END): Delete.
8900         * gdbarch.h, gdbarch.c: Re-generate.
8901         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8902         * config/vax/tm-vaxbsd.h: Update copyright.
8903         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8904         (DEPRECATED_IN_SIGTRAMP): Define.
8905         * config/m68k/tm-nbsd.h: Update copyright.
8906         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8907         (DEPRECATED_IN_SIGTRAMP): Define.
8908
8909 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8910
8911         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8912         encondings.  Fixes PR gdb/1628.
8913
8914         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8915         DW_CFA_restore state without a matching DW_CFA_remember_state
8916         instead of aborting.  Fixes PR backtrace/1589.
8917
8918 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
8919
8920         * MAINTAINERS: Add self as AIX maintainer.
8921         Update my e-mail address in write-after-approval section.
8922
8923 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8924
8925         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8926         (legacy_get_prev_frame): Ditto.
8927
8928         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8929         (mips_gdbarch_init): Do not set pc_in_sigtramp.
8930         * mipsread.c (sigtramp_address): Delete extern variable.
8931         (mipscoff_new_init): Delete reference.
8932         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8933         (fixup_sigtramp): Delete function.
8934         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8935         (fixup_sigtramp): Delete declarations.
8936
8937         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8938         deprecated_pc_in_sigtramp.
8939         (ppcnbsd_pc_in_sigtramp): Delete function.
8940
8941 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8942
8943         * config/m68k/nm-nbsd.h: Tweak comments.
8944         * config/m68k/nm-nbsdaout.h: Likewise.
8945
8946 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8947
8948         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8949         legacy_pc_in_sigtramp.
8950         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8951
8952 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8953
8954         Add OpenBSD/m68k support.
8955         * NEWS (New native configurations): Mention OpenBSD/m68k.
8956         * m68kbsd-tdep.c: New file.
8957         * m68kbsd-nat.c: New file.
8958         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8959         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8960         * configure.host: Add m68k-*-openbsd.
8961         * configure.tgt: Add m68k-*-openbsd.
8962         * config/m68k/tm-obsd.h: New file.
8963         * config/m68k/obsd.mt: New file.
8964         * config/m68k/obsd.mh: New file.
8965         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8966         m68kbsd-tdep.c.
8967
8968 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8969
8970         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8971         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8972
8973 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
8974
8975         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8976         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8977
8978 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8979
8980         Revert 2004-04-16 change.
8981         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8982         (i386_coff_init_abi): Remove.
8983         * i386-tdep.h (i386_coff_init_abi): Remove.
8984         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8985
8986 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8987
8988         * blockframe.c (find_pc_partial_function): Delete use of
8989         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8990         DEPRECATED_SIGTRAMP_END.
8991
8992         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8993         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8994         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8995         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8996         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8997
8998         * defs.h (deprecated_inside_entry_file): Delete declaration.
8999         * blockframe.c (deprecated_inside_entry_file): Delete function.
9000         (legacy_frame_chain_valid): Delete call.
9001         * sh64-tdep.c (sh64_frame_chain): Delete call.
9002         * objfiles.h: Update comments.
9003         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
9004         call.
9005         * frame.c (get_prev_frame): Delete call, update comments.
9006
9007 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9008
9009         * MAINTAINERS (Write After Approval): Add myself.
9010
9011 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9012
9013         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
9014         * gdbarch.h, gdbarch.c: Re-generate.
9015         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
9016         code.
9017
9018 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9019
9020         * gdb-events.sh (selected_thread_changed)
9021         (selected_frame_level_changed, target_changed): Delete.
9022         * gdb-events.h, gdb-events.c: Re-generate.
9023         * valops.c (value_assign): Update.
9024         * stack.c (select_frame_command, up_silently_base)
9025         (down_silently_base): Update.
9026
9027 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9028
9029         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
9030         registers correctly.
9031         (print_gp_register_row, mips32_heuristic_proc_desc)
9032         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
9033         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
9034         references to mips_isa_regsize.
9035
9036 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9037
9038         * mips-tdep.c (struct gdbarch_tdep): Delete
9039         mips_fp_register_double.
9040         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
9041         mips_abi_regsize.
9042         (mips_gdbarch_init): Do not set mips_fp_register_double.
9043         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
9044
9045 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
9046
9047         Committed by Andrew Cagney.
9048         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
9049         function calls.
9050
9051 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9052
9053         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
9054         gdbarch, use mips_abi, update callers.
9055         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
9056         mips_abi_regsize, update callers.
9057         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
9058         mips_default_abi_regsize.
9059         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
9060         mips_default_abi_regsize.
9061
9062 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9063
9064         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
9065         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
9066         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
9067         mips_default_abi_regsize.
9068         (mips_isa_regsize): Rename mips_regisze.
9069         * mipsnbsd-tdep.c: Update.
9070         * mips-linux-tdep.c: Update.
9071         * irix5-nat.c: Update.
9072         * mips-tdep.h (mips_isa_regsize): Update.
9073
9074         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
9075         Delete all disabled code.
9076         * gdb-events.h, gdb-events.c: Re-generate.
9077         
9078 2004-04-19  Jerome Guitton  <guitton@gnat.com>
9079             Mark Kettenis  <kettenis@gnu.org>
9080
9081         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
9082         the function begins with a branch instruction.
9083
9084 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
9085
9086         * i386-tdep.c: Fix spelling mistakes.
9087
9088 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9089             Andrew Cagney  <cagney@redhat.com>
9090
9091         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
9092         <sys/proc.h>.
9093         * acconfig.h: Provide default _KMEMUSER value.
9094         * config.in, configure: Re-generate.
9095         * NEWS: Mention fix.
9096
9097 2004-04-24  Randolph Chung  <tausq@debian.org>
9098
9099         * configure.host (hppa*-*-linux*): New target.
9100         * configure.tgt (hppa*-*-linux*): Likewise.
9101         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
9102         gdbarch_init_osabi() call earlier so that osabi-specific frame
9103         unwinders can be registered first.
9104         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
9105         hppa-linux-nat.c.
9106         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
9107         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
9108         * config/pa/linux.mh: New file.
9109         * config/pa/linux.mt: New file.
9110         * config/pa/nm-linux.h: New file.
9111         * config/pa/xm-linux.h: New file.
9112         * hppa-linux-nat.c: New file.
9113         * hppa-linux-tdep.c: New file.
9114
9115 2004-04-28  Randolph Chung  <tausq@debian.org>
9116
9117         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
9118         return values.
9119         (hppa32_push_dummy_call): Fix small struct and floating point argument 
9120         passing, and make sure the stack frame is properly aligned.
9121
9122 2004-04-28  Andrew Cagney  <cagney@redhat.com>
9123
9124         * stack.c (print_stack_frame): Fix description.
9125
9126         * NEWS: Mention gdb/gdbserver/configure execute permission
9127         changed.  PR server/519.
9128
9129 2004-04-28  Andrew Cagney  <cagney@redhat.com>
9130
9131         * stack.c (print_stack_frame_stub): Delete declaration.
9132         (struct print_stack_frame_args, print_stack_frame)
9133         (print_frame_info, print_frame): Replace "source" with print what.
9134         Replace "print" with "print_level".  Replace "args" with
9135         "print_args".
9136         * frame.h (show_and_print_stack_frame, print_stack_frame)
9137         (print_frame_info): Update declarations.
9138         * stack.c (select_and_print_frame, frame_command)
9139         (current_frame_command, up_command, down_command): Update calls -
9140         use get_selected_frame, pass "enum print_what" for source, do not
9141         call frame_relative_level.
9142         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
9143         * remote-rdp.c (remote_rdp_open): Ditto.
9144         * remote-mips.c (common_open): Ditto.
9145         * remote-e7000.c (e7000_start_remote): Ditto.
9146         * ocd.c (ocd_start_remote): Ditto.
9147         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
9148         * infrun.c (normal_stop): Ditto.
9149         * inflow.c (kill_command): Ditto.
9150         * infcmd.c (finish_command): Ditto.
9151         * corelow.c (core_open): Ditto.
9152         * tracepoint.c (finish_tfind_command): Ditto.
9153         * thread.c (info_threads_command, info_threads_command) 
9154         (restore_current_thread, do_captured_thread_select): Ditto.
9155         * ada-tasks.c (task_command): Ditto.
9156
9157 2004-04-26  Orjan Friberg <orjanf@axis.com>
9158
9159         * frame.c: Include "observer.h".
9160         (frame_observer_target_changed): New function.
9161         (_initialize_frame): Attach target_changed observer.
9162         * regcache.c: Include "observer.h".
9163         (regcache_observer_target_changed): New function.
9164         (_initialize_regcache): Attach target_changed observer.
9165         * valops.c: Include "observer.h".
9166         (value_assign): Notify target_changed event when modifying register.
9167         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
9168
9169 2004-04-26  Orjan Friberg <orjanf@axis.com>
9170
9171         From Paul Koning <pkoning@equallogic.com>:
9172         * breakpoint.c (free_valchain): New function.
9173         (insert_bp_location, delete_breakpoint): Use free_valchain.
9174         (remove_breakpoint): Do not remove the valchain.
9175         (bpstat_stop_status): If not stopped by watchpoint, skip
9176         watchpoints when generating stop status list.
9177         * infrun.c (handle_inferior_event): Make
9178         stepped_after_stopped_by_watchpoint a global variable.
9179         * remote.c (remote_stopped_data_address): Return watch data
9180         address rather than zero if stepped_after_stopped_by_watchpoint is
9181         set.
9182
9183 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
9184
9185         Fix PR gdb/1626.
9186         * configure.in: Check for curses after termcap.
9187         On osf5.*, do not check for ncurses.
9188         * configure: Regenerate.
9189
9190 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
9191
9192         * ppcobsd-nat.c: Include "ppc-tdep.h".
9193         * Makefile.in (ppcobsd-nat.o): Update dependencies.
9194
9195         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
9196         Fixes PR tdep/1623 and PR tdep/1624.
9197
9198 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
9199
9200         * xmodem.h, xmodem.c: Remove files.
9201         * Makefile.in: Remove references to xmodem.h, xmodem.c.
9202
9203 2004-04-23  Randolph Chung  <tausq@debian.org>
9204
9205         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9206         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9207         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9208         for handling stackless frames.
9209         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
9210
9211 2004-04-23  Randolph Chung  <tausq@debian.org>
9212
9213         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9214         starts at a pc before the frame is created.
9215
9216 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
9217
9218         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9219
9220 2004-04-23  Jerome Guitton  <guitton@gnat.com>
9221
9222         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9223         use convert_typed_floating to get the appropriate format.
9224
9225 2004-04-22  Randolph Chung  <tausq@debian.org>
9226
9227         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9228         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9229         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9230         (hppa_sign_extend): Add prototype.
9231         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9232         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9233         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
9234         hppa targets will also use these functions.
9235         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9236         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9237         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9238         (hppa_gdbarch_init): Remove gdbarch setting of 
9239         skip_trampoline_code, in_solib_call_trampoline and
9240         in_solib_return_trampoline.
9241         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9242         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9243         hppa_in_solib_call_trampoline.
9244         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9245         Moved from hppa-tdep.c.
9246         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
9247         in_solib_call_trampoline and in_solib_return_trampoline.
9248
9249 2004-04-22  Randolph Chung  <tausq@debian.org>
9250
9251         * hppa-tdep.c (hppa_debug): New variable.
9252         (find_unwind_entry, hppa_frame_cache): Add debug output.
9253         (_initialize_hppa_tdep): Add command to set debug flag.
9254
9255 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9256
9257         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
9258         "trad-frame.h".
9259         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9260         signal trampoline unwinder.
9261         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9262
9263 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
9264
9265         Add OpenBSD/powerpc support.
9266         * NEWS (New native configurations): Mention OpenBSD/powerpc.
9267         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9268         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9269         (ppc_collect_fpregset): New prototypes.
9270         * ppcobsd-nat.c: New file.
9271         * ppcobsd-tdep.c: New file.
9272         * ppcobsd-tdep.h: New file.
9273         * rs6000-tdep.c: Include "regset.h".
9274         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9275         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9276         New functions.
9277         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9278         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9279         (rs6000-tdep.o): Update dependencies.
9280         * configure.host: Add powerpc-*-openbsd.
9281         * configure.tgt: Add powerpc-*-openbsd.
9282         * config/powerpc/obsd.mh: New file.
9283         * config/powerpc/nm-obsd.h: New file.
9284         * config/powerpc/obsd.mt: New file.
9285
9286 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9287
9288         * frame.h (show_frame_info): Delete declaration.
9289
9290         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9291         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9292         * m32r-tdep.c (m32r_frame_this_id): Ditto.
9293         * frv-tdep.c (frv_frame_this_id): Ditto.
9294         * avr-tdep.c (avr_frame_this_id): Ditto.
9295
9296 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
9297
9298         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9299
9300 2004-04-22  Jim Blandy  <jimb@redhat.com>
9301
9302         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9303         register number zero.
9304
9305 2004-04-21  Michael Snyder  <msnyder@redhat.com>
9306
9307         * mips-tdep.c (heuristic_proc_start): 
9308         Warning() already prefixes "Warning: ".
9309
9310 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9311
9312         * annotate.h (deprecated_annotate_starting_hook)
9313         (deprecated_annotate_stopped_hook)
9314         (deprecated_annotate_exited_hook)
9315         (deprecated_annotate_signal_hook)
9316         (deprecated_annotate_signalled_hook): Deprecate.
9317         * tracepoint.h (deprecated_create_tracepoint_hook)
9318         (deprecated_delete_tracepoint_hook)
9319         (deprecated_modify_tracepoint_hook)
9320         (deprecated_trace_find_hook)
9321         (deprecated_trace_start_stop_hook): Deprecate.
9322         * target.h (deprecated_target_new_objfile_hook): Deprecate.
9323         * remote.h (deprecated_target_resume_hook)
9324         (deprecated_target_wait_loop_hook): Deprecate.
9325         * gdbcore.h (deprecated_exec_file_display_hook)
9326         (deprecated_file_changed_hook): Deprecate.
9327         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9328         * defs.h (deprecated_modify_breakpoint_hook)
9329         (deprecated_command_loop_hook, deprecated_show_load_progress)
9330         (deprecated_print_frame_info_listing_hook)
9331         (deprecated_query_hook, deprecated_warning_hook)
9332         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9333         (deprecated_delete_breakpoint_hook)
9334         (deprecated_interactive_hook, deprecated_registers_changed_hook)
9335         (deprecated_readline_begin_hook, deprecated_readline_hook)
9336         (deprecated_readline_end_hook, deprecated_register_changed_hook)
9337         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9338         (deprecated_context_hook, deprecated_target_wait_hook)
9339         (deprecated_attach_hook, deprecated_detach_hook)
9340         (deprecated_call_command_hook, deprecated_set_hook)
9341         (deprecated_error_hook, deprecated_error_begin_hook)
9342         (deprecated_ui_load_progress_hook): Deprecate.
9343         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9344         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9345         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9346         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9347         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9348         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9349         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9350         * annotate.c, aix-thread.c: Update.
9351
9352 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9353
9354         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9355         * vaxnbsd-tdep.c: Include "gdb_string.h".
9356
9357         * symfile.c (symbol_file_add_from_memory): #if 0 function.
9358         (add_symbol_file_from_memory_command): #if 0 function body, call
9359         error instead.
9360
9361 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9362
9363         * gdbcore.h: Update copyright.
9364         (deprecated_add_core_fns): Rename add_core_fns.
9365         * win32-nat.c (_initialize_core_win32): Update.
9366         * sun3-nat.c (_initialize_core_sun3): Update.
9367         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9368         * rs6000-nat.c (_initialize_core_rs6000): Update.
9369         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9370         * nto-tdep.c (_initialize_nto_tdep): Update.
9371         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9372         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9373         * mips-nat.c (_initialize_core_mips): Update.
9374         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9375         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9376         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9377         * lynx-nat.c (_initialize_core_lynx): Update.
9378         * irix5-nat.c (_initialize_core_irix5): Update.
9379         * i386-interix-nat.c (_initialize_core_interix): Update.
9380         * cris-tdep.c (_initialize_cris_tdep): Update.
9381         * corelow.c (deprecated_add_core_fns): Update.
9382         * core-regset.c (_initialize_core_regset): Update.
9383         * core-aout.c (_initialize_core_aout): Update.
9384         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9385         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9386         * alpha-nat.c (_initialize_core_alpha): Update.
9387
9388 2004-04-21  Jim Blandy  <jimb@redhat.com>
9389
9390         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9391
9392 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
9393
9394         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9395         Delete.
9396         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
9397         (read_attribute_value): Update calls to dwarf_alloc_block.
9398         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9399         dwarf2_tmp_obstack.
9400         (psymtab_to_symtab_1): Likewise.  Clean up using
9401         free_stack_comp_unit.
9402         (add_to_cu_func_list): Use the comp_unit_obstack.
9403
9404 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
9405
9406         * dwarf2read.c (dwarf2_flag_true_p): New function.
9407         (die_is_declaration): Use the function above. Add some comments.
9408
9409 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
9410
9411         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9412         architecture when registering sparcnbsd_core_osabi_sniffer.
9413         Adjust comment.
9414
9415 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
9416
9417         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9418         return value.
9419
9420         Based on a patch from Brian Ford <ford@vss.fsi.com>:
9421         * i386-tdep.c: Correct register numbering scheme comments
9422         throughout.
9423         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9424         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9425         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9426         (i386_gdb_arch_init): Likewise.
9427
9428         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9429         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9430         ppcnbsd-tdep.o.
9431
9432         * m68k-tdep.h: Tweak comments.
9433         * m68k-tdep.c: Tweak comment.
9434
9435 2004-04-17  Randolph Chung  <tausq@debian.org>
9436
9437         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9438         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9439         (hppa_hpux_som_init_abi): Set is_elf to 0.
9440         (hppa_hpux_elf_init_abi): Set is_elf to 1.
9441         * hppa-tdep.c (low_text_segment_address): Remove global.
9442         (record_text_segment_lowaddr): Pass in low address as parameter. Use
9443         section offset to calculate segment address.
9444         (internalize_unwinds): Define low_text_segment_address as local and
9445         pass to record_text_segment_lowaddr for ELF targets.
9446         (hppa_gdbarch_init): Zero fill tdep structure.
9447         (hppa_dump_tdep): Print tdep structure.
9448         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9449
9450 2004-04-17  Randolph Chung  <tausq@debian.org>
9451
9452         * hppa-tdep.c (hppa_pseudo_register_read): Define.
9453         (hppa_gdbarch_init): Set pseudo_register_read.
9454         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9455         * regcache.c (supply_register): Remove check for
9456         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9457
9458 2004-04-17  Randolph Chung  <tausq@debian.org>
9459
9460         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9461         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9462         (hpread_adjust_stack_address): Move to hpread.c.
9463         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9464         obj_private_struct): Move from tm-hppa.h.
9465         * hpread.c (hppa-tdep.h): Include.
9466         (hpread_adjust_stack_address): Move from hppa-tdep.c.
9467         (hpread_read_function_type, hpread_read_doc_function_type)
9468         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
9469         directly.
9470         * pa64solib.c (hppa-tdep.h): Include.
9471         * somsolib.c (hppa-tdep.h): Include.
9472         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9473         inferior_status): Remove unused forward declarations.
9474         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9475         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
9476         obj_private_struct): Move to hppa-tdep.h.
9477         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9478
9479 2004-04-17  Randolph Chung  <tausq@debian.org>
9480
9481         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9482         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9483         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9484         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9485         Remove forward declaration and make static.
9486         (hppa_reg_struct_has_addr): Remove.
9487
9488 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9489
9490         * observer.sh: Move comments in sed command to first column.
9491
9492 2004-04-16  Jason Molenda  (jmolenda@apple.com)
9493
9494         * frame.c: Minor typeo corrections in comments.
9495
9496 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9497
9498         * observer.c (observer_test_first_notification_function): Update
9499         function profile.
9500         (observer_test_second_notification_function): Likewise.
9501         (observer_test_third_notification_function): Likewise.
9502
9503 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
9504
9505         From Brian Ford <ford@vss.fsi.com>:
9506         * i386-tdep.c (i386_coff_init_abi): New function.
9507         * i386-tdep.h (i386_coff_init_abi): New prototype.      
9508         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
9509         register number translation functions for DWARF and DWARF 2.
9510
9511 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9512
9513         * dwarf2read.c: Back out my previous change, it was incorrect.
9514
9515 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
9516
9517         * dwarf2read.c: Include "hashtab.h".
9518         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9519         has_namespace_info.
9520         (struct partial_die_info): Add comments.  Use bitfields to reduce
9521         memory footprint.  Add scope, scope_set, has_specification,
9522         spec_offset, die_parent, die_child, and die_sibling.
9523         (peek_die_abbrev): Add prototype.
9524         (partial_read_comp_unit_head): New function, broken out from
9525         dwarf2_build_psymtabs_hard.
9526         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9527         Use partial_read_comp_unit_head.  Initialize the CU and
9528         comp_unit_obstack.  Update calls to read_partial_die and
9529         scan_partial_symbols.  Use free_stack_comp_unit and
9530         load_partial_dies.
9531         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
9532         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
9533         Update calls to helper functions.  Remove NAMESPACE argument.
9534         Update comments.
9535         (partial_die_parent_scope, partial_die_full_name): New functions.
9536         (add_partial_symbol): Remove namespace argument.  Update call to
9537         pdi_needs_namespace.  Use partial_die_full_name.  Handle
9538         DW_TAG_namespace.  Check has_namespace_info flag.
9539         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
9540         tag.  Handle namespaces.
9541         (add_partial_namespace, add_partial_enumeration): Simplify.
9542         (guess_structure_name): New function, derived from
9543         add_partial_structure.
9544         (add_partial_structure): Remove.
9545         (determine_class_name): Update comment.
9546         (dwarf2_read_abbrevs): Set has_namespace_info flag.
9547         (is_type_tag_for_partial, load_partial_dies): New functions.
9548         (read_partial_die): Pass abbrev and abbrev_len as arguments.
9549         Record specifications instead of following them immediately.
9550         (find_partial_die_in_comp_unit, find_partial_die)
9551         (fixup_partial_die, free_stack_comp_unit)
9552         (hashtab_obstack_allocate, dummy_obstack_deallocate)
9553         (partial_die_hash, partial_die_eq): New functions.
9554         * Makefile.in (hashtab_h): Define.
9555         (dwarf2read.o): Update dependencies.
9556         (observer_inc, observer_h): Move to the correct section.
9557
9558 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9559
9560         * dwarf2read.c (dwarf2_attribute_true_p): New function.
9561         (die_is_declaration): Use the function above. Add comment.
9562
9563 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9564
9565         * dwarf2read.c (read_structure_scope): Identify stub types
9566         using die_is_declaration() only.
9567
9568 2004-04-15  Roland McGrath  <roland@redhat.com>
9569
9570         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9571         argument instead of NAME.
9572         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9573         in call to symbol_file_add_with_addrs_or_offsets.
9574         (build_addr_info): New function, helper for ...
9575         (symbol_file_add_from_memory): New function.
9576         (add_symbol_file_from_memory_command): New function using that.
9577         (_initialize_symfile): Register it for add-symbol-file-from-memory.
9578         (pre_add_symbol_hook): Add const to argument type.
9579         * symfile.h (symbol_file_add_from_memory): Declare it.
9580
9581 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9582
9583         * NEWS (New native configurations): Mention OpenBSD/vax.
9584         * configure.host: Add vax-*-openbsd*.
9585         * config/vax/obsd.mh: New file.
9586         * config/vax/nm-obsd.h: New file.
9587
9588         * vax-tdep.c: Include "regset.h".
9589         (vax_supply_gregset): New function.
9590         (vax_gregset): New variable.
9591         (vax_regset_from_core_section): New function.
9592         (vax_gdbarch_init): Set regset_from_core_section.
9593         * Makefile.in (vax-tdep.o): Update dependencies.
9594
9595 2004-04-15  Andrew Cagney  <cagney@redhat.com>
9596
9597         * observer.c (normal_stop_subject, observer_notify_normal_stop)
9598         (observer_normal_stop_notification_stub)
9599         (observer_attach_normal_stop, observer_detach_normal_stop):
9600         Delete, replaced by #include "observer.inc".
9601         * infrun.c (normal_stop): Pass "stop_bpstat" to
9602         observer_notify_normal_stop.
9603         * Makefile.in (observer_inc): Define.
9604         (observer.o): Update dependencies.
9605         (observer.h, observer.inc): New rules.
9606         * observer.h: Delete file.
9607         * observer.sh: New file.
9608
9609 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9610
9611         * vax-tdep.c (vax_frame_cache): Fix typo.
9612
9613 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9614
9615         * NEWS (New native configurations): Mention NetBSD/vax.
9616         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9617         * config/vax/nbsdelf.mh: New file.
9618         * config/vax/nbsdaout.mh: New file.
9619         * config/vax/nm-nbsd.h: New file.
9620         * config/vax/nm-nbsdaout.h: New file.
9621
9622         * vaxnbsd-tdep.c: New file.
9623         * Makefile.in (vaxnbsd-tdep.o): New dependency.
9624         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9625         * config/vax/nbsd.mt: New file.
9626         * config/vax/tm-nbsd.h: New file.
9627
9628         * Makefile.in (vaxbsd-nat.o): New dependency.
9629
9630         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9631         * vax-tdep.c (vax_store_arguments): Remove struct_return and
9632         struct_addr arguments.  Don't push return value address.
9633         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9634         arguments to vax_store_arguments.  Store return value address in
9635         R1.
9636         (vax_store_struct_return, vax_extract_return_value)
9637         (vax_store_return_value): Remove functions.
9638         (vax_return_value): New function.
9639         (vax_gdbarch_init): Set return value.  Don't set
9640         deprecated_store_struct_return, deprecated_extract_struct_return
9641         and deprecated_store_return_value.
9642
9643 2004-04-14  Andreas Schwab  <schwab@suse.de>
9644
9645         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9646         value buffer.
9647         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9648
9649 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9650
9651         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9652         (vax_unwind_dummy_id): New functions.
9653         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9654         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9655         variables.
9656         (vax_fix_call_dummy): Remove function.
9657         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9658         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9659         call_dummy_location, deprecated_call_dummy_words,
9660         deprecated_sizeof_call_dummy_words,
9661         deprecated_call_dummy_breakpoint_offset,
9662         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9663         and deprecated_dummy_write_sp.
9664
9665 2004-04-13  David Carlton  <carlton@kealia.com>
9666
9667         * MAINTAINERS: Move myself to "paper trail" section.
9668
9669 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
9670
9671         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9672         "trad-frame.h".
9673         (vax_frame_init_saved_regs): Remove function.
9674         (vax_sigtramp_saved_pc): Remove function.
9675         (vax_frame_saved_pc): Remove function.
9676         (vax_frame_args_address): Remove function.
9677         (vax_frame_num_args): Rewrite.
9678         (vax_frame_chain): Remove function.
9679         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9680         VAX_FP_REGNUM.
9681         (vax_pop_frame): Likewise.
9682         (vax_saved_pc_after_call): Remove function.
9683         (struct vax_frame_cache): New structure.
9684         (vax_frame_cache): New function.
9685         (vax_frame_this_id): New function.
9686         (vax_frame_prev_register): New function.
9687         (vax_frame_unwind): New variable.
9688         (vax_frame_sniffer): New function.
9689         (vax_frame_base_address): New function.
9690         (vax_frame_args_address): New function.
9691         (vax_frame_base): New variable.
9692         (vax_unwind_pc): New function.
9693         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9694         deprecated_fp_regnum, deprecated_saved_pc_after_call,
9695         deprecated_frame_chain, deprecated_frame_saved_pc,
9696         deprecated_frame_args_address and
9697         deprecated_frame_init_saved_regs.
9698         * Makefile.in (vax-tdep.o): Update dependencies.
9699
9700         * vaxbsd-nat.c: New file.
9701
9702         * vax-tdep.h: Update copyright year.  Adjust comments.
9703         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9704         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9705         (vax_regnum): New enum.  Replacing...
9706         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9707         (VAX_PS_REGNUM): ... these removed macros.
9708         * vax-tdep.c (vax_register_name): Remove prototype.
9709         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
9710         (vax_register_byte, vax_register_raw_size,
9711         vax_register_virtual_size, vax_register_virtual_type): Remove
9712         functions.
9713         (vax_register_type): New function.
9714         (vax_breakpoint_from_pc): Reorganize.
9715         (vax_gdbarch_init): Set register_type.  Don't set
9716         deprecated_register_size, deprecated_register_bytes,
9717         deprecated_register_byte, deprecated_register_raw_size,
9718         deprecated_max_register_raw_size,
9719         deprecated_register_virtual_size,
9720         deprecated_max_register_virtual_size and
9721         deprecated_register_virtual_type.  Add comment on stack direction.
9722
9723 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
9724
9725         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9726         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9727         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9728
9729 2004-04-10  Randolph Chung  <tausq@debian.org>
9730
9731         * MAINTAINERS (write after approval): Add myself.
9732
9733 2004-04-07  Randolph Chung  <tausq@debian.org>
9734
9735         * hppa-tdep.c (hppa_inner_than): Remove.
9736         (is_pa_2): Remove unused static variable.
9737         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9738
9739 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
9740
9741         * language.h (language_defn): Add new la_post_parser field.
9742         * parser-defs.h (null_post_parser): New declaration (default for
9743         la_post_parser).
9744
9745         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9746         insert call to that function.
9747         (parse_exp_in_context): New function, including code formerly in
9748         parse_exp_1.  Calls language-dependent post-parser after
9749         prefixification.
9750         (parse_expression_in_context): New exported function.
9751         (null_post_parser): New definition.
9752         * expression.h (parse_expression_in_context): Add declaration.
9753
9754         * p-lang.c (pascal_language_defn): Add trivial post-parser.
9755         * c-lang.c (c_language_defn): Ditto.
9756         (cplus_language_defn): Ditto.
9757         (asm_language_defn): Ditto.
9758         (minimal_language_defn): Ditto.
9759         * f-lang.c (f_language_defn): Ditto.
9760         * jv-lang.c (java_language_defn): Ditto.
9761         * language.c (unknown_language_defn): Ditto.
9762         (auto_language_defn): Ditto.
9763         (local_language_defn): Ditto.
9764         * m2-lang.c (m2_language_defn): Ditto.
9765         * scm-lang.c (scm_language_defn): Ditto.
9766         * obj-lang.c (objc_language_defn): Ditto.
9767
9768 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9769
9770         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9771         (amd64nbsd_mcontext_addr): New function.
9772         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9773         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
9774         with amd64nbsd_r_reg_offset, instead of building it on the fly.
9775
9776         * corelow.c (core_xfer_partial): Fix coding standards violation.
9777         Add support for TARGET_OBJECT_WCOOKIE.
9778
9779         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9780         deprecated_pc_in_sigtramp.
9781         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9782         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9783         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9784         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9785         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9786         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9787         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9788
9789         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9790         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9791         Fix typo.
9792
9793         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9794         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9795         (amd64_collect_fxsave): Likewise.
9796
9797         * i386-sol2-tdep.c: Include "gdb_string.h".
9798         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9799         name.
9800         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9801
9802 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9803
9804         * i386-sol2-tdep.c: Include "solib-svr4.h".
9805         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9806         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9807         * config/i386/tm-i386sol2.h: Include :solib.h".
9808         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9809         solib-svr4.o and solib-legacy.o.
9810         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9811         solib-svr4.o.
9812
9813 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
9814
9815         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9816         whether a register is supplied by PTRACE_GETFPREGS.
9817         (store_inferior_registers): Likewise.
9818         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9819         whether a register is supplied by PT_GETFPREGS.
9820         (store_inferior_registers): Likewise.
9821
9822         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9823         * config/i386/linux64.mt (TDEPFILES): Likewise.
9824
9825         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
9826
9827         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9828         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9829         the program counter is in the range specified by `struct
9830         gdbarch_tdep'.
9831         * amd64-linux-tdep.c: Include "symtab.h".
9832         (amd64_linux_pc_in_sigtramp): Remove function.
9833         (amd64_linux_sigtramp_p): New function.
9834         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9835         deprecated_pc_in_sigtramp.
9836         * amd64nbsd-tdep.c: Include "symtab.h".
9837         (amd64nbsd_sigtramp_p): New function.
9838         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9839         deprecated_pc_in_sigtramp.
9840         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
9841         few comments.
9842         (amd64obsd_pc_in_sigtramp): Remove function.
9843         (amd64obsd_sigtramp_p): New function.
9844         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9845         deprecated_pc_in_sigtramp.
9846         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9847         (i386bsd_pc_ins_sigtramp): Remove prototype.
9848         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9849         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9850         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9851         the program counter is in the range specified by `struct
9852         gdbarch_tdep'.
9853         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9854         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9855         (i386_go32_pc_in_sigtramp): Remove function.
9856         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9857         Initialize TDEP->sigtramp_p.
9858         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9859         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
9860         deprecated_pc_in_sigtramp.
9861         * i386-linux-tdep.c: Adjust comments.
9862         (i386_linux_pc_in_sigtramp): Remove function.
9863         (i386_linux_sigtramp_p): New function.
9864         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9865         deprecated_pc_in_sigtramp.
9866         * i386-nto-tdep.c: Update copyright year.
9867         (i386nto_pc_in_sigtramp): Remove function.
9868         (i386nto_sigtramp_p): New function.
9869         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9870         SP_REGNUM.
9871         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9872         deprecated_pc_in_sigtramp.
9873         * i386-sol2-tdep.c: Update copyright year.
9874         (i386_sol2_pc_in_sigtramp): Remove function.
9875         (i386_sol2_sigtramp_p): New function.
9876         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9877         deprecated_pc_in_sigtramp.
9878         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9879         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9880         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9881         deprecated_sigtramp_start and deprecated_sigtramp_end.
9882         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9883         (i386nbsd_pc_in_sigtramp): Remove function.
9884         (i386nbsd_sigtramp_p): New function.
9885         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9886         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9887         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9888         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9889         (i386obsd_pc_in_sigtramp): Remove function.
9890         (i386obsd_sigtramp_p): New function.
9891         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9892         functions.
9893         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9894         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9895         TDEP->sigtramp_p.
9896         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9897         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9898         dependencies.
9899
9900         * config/i386/i386aout.mt: Remove file.
9901
9902         * configure.tgt: Remove i[34567]86-*-go32*,
9903         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9904         and i[34567]86-*-isc*.  Set gdb_target to i386 for
9905         i[34567]86-*-netware* and i[34567]86-*-*.
9906         * config/i386/i386.mt: New file.
9907         * config/i386/embed.mt: Remove file.
9908         * config/i386/go32.mt: Remove file.
9909         * config/i386/i386nw.mt: Remove file.
9910         * config/i386/i386v.mt: Remove file.
9911         * config/i386/tm-go32.h: Remove file.
9912
9913         * tui/tui-hooks.c: Include "readline/readline.h" after
9914         "gdb_curses.h" instead of before.
9915         * tui/tui-io.c: Likewise.
9916
9917         * tui/tui.c: Fix typo in comment.
9918
9919         * sparc64-tdep.c (sparc_address_from_register): Remove function.
9920
9921 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9922
9923         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9924         (deprecated_exception_support_initialized): Declare.
9925         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9926         (initialize_hp_cxx_exception_support)
9927         (child_enable_exception_callback): Update.
9928         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9929         (deprecated_exception_support_initialized): Rename
9930         deprecated_exception_catchpoints_are_fragile and
9931         deprecated_exception_support_initialized.
9932         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9933
9934         * symtab.c (deprecated_hp_som_som_object_present): Rename
9935         hp_som_som_object_present.
9936         * symtab.h (deprecated_hp_som_som_object_present): Declare.
9937         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9938         Update.  Delete extern declaration.
9939         * valops.c (hp_som_som_object_present): Ditto.
9940         * parse.c (deprecated_hp_som_som_object_present)
9941         (parse_nested_classes_for_hpacc): Ditto.
9942         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9943         * hppa-hpux-tdep.c (hp_som_som_object_present)
9944         (initialize_hp_cxx_exception_support): Ditto.
9945         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9946         * cp-valprint.c (hp_som_som_object_present)
9947         (cp_print_class_method): Ditto.
9948         * c-typeprint.c (hp_som_som_object_present):
9949         (c_type_print_base): Ditto.
9950         * c-exp.y (hp_som_som_object_present): Ditto.
9951
9952 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9953
9954         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9955         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9956         (frame_unwind_find_by_frame): Re-implement the unwind code so
9957         that it can both prepend and append sniffers.  Replace
9958         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9959         * tramp-frame.c (tramp_frame_append): Use
9960         frame_unwind_prepend_unwinder.
9961         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9962         frame_unwind_register_unwinder.
9963         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9964         tramp_frame_append.
9965         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9966         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9967         (mips_linux_init_abi): Update.
9968
9969 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
9970
9971         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9972         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
9973         file support.
9974
9975 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
9976
9977         * ia64-tdep.c (elf.h): Don't include.
9978         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9979
9980 2004-04-07  Jason Molenda  (jmolenda@apple.com)
9981
9982         * frame.h: Typeo corrections in comments.
9983
9984 2004-04-07  Jim Blandy  <jimb@redhat.com>
9985
9986         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9987         %esp and %ebp
9988
9989 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
9990
9991         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9992         * config/sparc/linux64.mt (TDEPFILES): Likewise.
9993         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9994         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9995         and solib-legacy.o.
9996         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9997         solib-svr4.o.
9998         * config/sparc/tm-sol2.h: Update copyright year.  Include
9999         "solib.h".
10000
10001         * sparc-sol2-tdep.c: Update copyright year.  Include
10002         "solib-svr4.h".
10003         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
10004         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
10005         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
10006         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
10007         dependencies.
10008
10009 2004-04-06  Andrew Cagney  <cagney@redhat.com>
10010
10011         * infttrace.c: Include "infttrace.h".
10012         * infttrace.h: Include "target.h".
10013         * Makefile.in (infttrace_h): Update.
10014         (infttrace.o): Update.
10015
10016 2004-04-06  Andrew Cagney  <cagney@redhat.com>
10017
10018         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
10019         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
10020         move extern declarations from here ...
10021         * infttrace.h: ... to here.
10022         * Makefile.in (hppah-nat.o): Update dependencies.
10023
10024         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
10025         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
10026         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
10027         (hppa_breakpoint_from_pc): Delete.
10028
10029         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
10030
10031 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10032
10033         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
10034         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
10035         <sys/file.h>.
10036
10037 2004-04-06  Randolph Chung  <tausq@debian.org>
10038
10039         Committed by Andrew Cagney (mechanical change).
10040         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
10041         exception_catchpoints_are_fragile, find_stub_with_shl_get,
10042         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
10043         child_enable_exception_callback, current_ex_event,
10044         null_symtab_and_line, child_get_current_exception_event,
10045         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
10046         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
10047         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
10048         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
10049         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
10050         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
10051         Move hpux-specific definitions ...
10052         * hppa-hpux-tdep.c: ... to here.
10053
10054 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10055
10056         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
10057         skip_prologue_using_sal.
10058
10059 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10060
10061         * config/i386/tm-i386.h: Delete file.
10062         * config/i386/tm-vxworks.h: Update copyright, do not include
10063         "tm-i386.h".
10064         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
10065         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
10066         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
10067         * config/i386/ncr3000.mt (TM_FILE): Delete.
10068         * config/i386/interix.mt (TM_FILE): Delete.
10069         * config/i386/i386v.mt (TM_FILE): Delete.
10070         * config/i386/i386nw.mt (TM_FILE): Delete.
10071         * config/i386/i386gnu.mt (TM_FILE): Delete.
10072         * config/i386/i386aout.mt (TM_FILE): Delete.
10073         * config/i386/embed.mt (TM_FILE): Delete.
10074
10075 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
10076
10077         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
10078         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
10079         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
10080         (accg7_regnum): New constants.
10081         (last_spr_regnum, last_pseudo_regnum): Update.
10082         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
10083         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
10084         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
10085         for accg registers.
10086         (frv_register_sim_regno): Update spr_map[].
10087
10088 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10089
10090         * config/mips/xm-riscos.h: Delete.
10091         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
10092         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
10093         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
10094         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
10095         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
10096         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
10097         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
10098         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
10099         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
10100         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
10101         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
10102         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
10103         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
10104         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
10105         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
10106         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
10107         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
10108         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
10109         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
10110         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
10111         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
10112         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
10113         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
10114         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
10115         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
10116         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
10117
10118         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
10119         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
10120         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
10121         * configure.host: Remove m680[01]0-sun-sunos3*,
10122         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
10123         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
10124         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
10125         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
10126         mips-*-riscos*.
10127         * NEWS: Mention removed systems.
10128
10129 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10130
10131         GDB 6.1 release created from 6.1 branch.
10132
10133 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10134
10135         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
10136         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
10137         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
10138
10139         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
10140         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
10141         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
10142
10143 2004-04-03  Jim Blandy  <jimb@redhat.com>
10144
10145         * MAINTAINERS: Chris Faylor has changed employers; add him to
10146         "paper trail" section, and update his E-mail address.
10147
10148 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10149
10150         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
10151         generic dummy frames.
10152         * dummy-frame.c: Update copyright.
10153         (dummy_frame_sniffer): Delete check for generic dummy frames.
10154
10155         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
10156         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
10157         (REG_PARM_STACK_SPACE): Delete.
10158         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
10159         Inline reference to REG_PARM_STACK_SPACE.
10160
10161         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
10162         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10163         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
10164         (FRAME_BASE_BEFORE_SIGTRAMP)
10165         (hppa32_hpux_frame_base_before_sigtramp)
10166         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
10167         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
10168         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
10169         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10170         (FRAME_BASE_BEFORE_SIGTRAMP)
10171         (hppa64_hpux_frame_base_before_sigtramp)
10172         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
10173
10174 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10175
10176         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
10177
10178 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10179
10180         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
10181         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
10182         * dummy-frame.h: Delete out-of-date comments.
10183         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
10184         * gdbarch.h, gdbarch.c: Re-generate.
10185
10186 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
10187
10188         Committed by Andrew Cagney <cagney@redhat.com>.
10189         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
10190         into account an instruction saving a register if we have already
10191         seen an earlier instruction saving that same register.
10192
10193 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10194
10195         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
10196         * gdbarch.h, gdbarch.c: Re-generate.
10197         * frame.c (legacy_get_prev_frame): Delete references to
10198         DEPRECATED_INIT_FRAME_PC_FIRST.
10199
10200         * infrun.c (pc_in_sigtramp): Delete function.
10201         (check_sigtramp2): Inline call to pc_in_sigtramp, use
10202         get_frame_type.
10203
10204 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10205
10206         * infrun.c (handle_step_into_function): Delete code conditional on
10207         legacy_frame_p.
10208         (handle_inferior_event, step_over_function): Ditto.
10209
10210 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10211
10212         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10213         "previous frame inner to this frame" test.
10214
10215 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10216
10217         * frame.c (safe_frame_unwind_memory): New function.
10218         * frame.h (safe_frame_unwind_memory): Declare.  Update description
10219         of /safe_/ methods.
10220         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10221         "next_frame".  Use safe_frame_unwind_memory.
10222         (tramp_frame_sniffer): Update call to tramp_frame_start.
10223
10224 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
10225
10226         * dwarf2read.c (dwarf2_objfile_data_key): New.
10227         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10228         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10229         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10230         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10231         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10232         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10233         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10234         Remove variables.
10235         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
10236         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10237         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10238         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10239         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10240         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10241         Remove macros.
10242         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
10243         data.
10244         (dwarf2_locate_sections, dwarf2_build_psymtabs)
10245         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10246         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10247         (read_partial_die, read_full_die, read_indirect_string)
10248         (dwarf_decode_line_header, dwarf_decode_macros)
10249         (dwarf2_symbol_mark_computed): Remove use of removed macros.
10250         Update uses of removed variables.
10251         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
10252         of removed macros.
10253         (_initialize_dwarf2_read): New function.
10254         * symfile.h (dwarf2_has_info): Update prototype.
10255         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10256         * elfread.c (elf_symfile_read): Likewise.
10257
10258 2004-04-01  Jim Blandy  <jimb@redhat.com>
10259
10260         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10261         function for register numbers on all the rs6000-derived targets.
10262         (rs6000_gdbarch_init): Don't register a separate
10263         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
10264         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10265         variants.
10266
10267         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10268         numbering.
10269
10270 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
10271
10272         * valarith.c: Update copyright notice.
10273         (value_add): Handle range types.
10274         (value_sub): Ditto.
10275         (value_equal): Ditto.
10276         (value_less): Ditto.
10277         (value_neg): Ditto.
10278         (value_complement): Ditto.
10279         (value_binop): Simplify slightly by using is_integral_type and
10280         eliminiating unnecessary COERCE_ENUMs.
10281
10282 2004-03-31  Andrew Cagney  <cagney@redhat.com>
10283
10284         * frame.h (frame_unwind_id): Declare.
10285         * frame.c (frame_unwind_id): New function.
10286         (get_prev_frame_1): New function.
10287         (frame_debug_got_null_frame): New function.
10288         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
10289         code proper to prev_frame, update description.
10290         * infrun.c (step_over_function): Use frame_unwind_id.
10291
10292 2004-04-31  J. Brobecker  <brobecker@gnat.com>
10293
10294         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10295         (hppa64_push_dummy_call): Likewise.
10296
10297 2004-03-30  Jim Blandy  <jimb@redhat.com>
10298
10299         From Ulrich Weigand:
10300         * utils.c (query): Do not use a va_list variable multiple times.
10301
10302 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10303
10304         * Makefile.in (linux_nat_h): Update dependencies.
10305         * configure.in: Check for <gnu/libc-version.h>.
10306         * configure: Regenerate.
10307         * config.in: Regenerate.
10308         * linux-nat.h: Include "target.h".  Add waitstatus field to
10309         struct lwp_info.
10310         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10311         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10312         to.
10313         (lin_lwp_handle_extended): New function.  Handle clone events.
10314         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
10315         thread exit events.
10316         (child_wait): Handle clone events.
10317         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10318         * linux-nat.c (linux_enable_event_reporting): Turn on
10319         PTRACE_O_TRACECLONE.
10320         (linux_handle_extended_wait): Handle clone events.
10321         * thread-db.c: Include <gnu/libc-version.h>.
10322         (struct private_thread_info): Add dying flag.
10323         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10324         higher.
10325         (attach_thread): Update comments.  Handle dying threads.
10326         (detach_thread): Set the dying flag.
10327         (check_event): Always call attach_thread.
10328
10329 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10330
10331         * mips-tdep.c (mips_pdr_data): New.
10332         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10333         (_initialize_mips_tdep): Initialize mips_pdr_data.
10334
10335 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
10336
10337         * minsyms.c (install_minimal_symbols): Move dropping leading
10338         char from linkage name from here...
10339         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
10340         test for "__gnu_compiled*" symbols.
10341
10342 2004-03-28  Jim Blandy  <jimb@redhat.com>
10343
10344         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10345         registers to temp register r0 and byte stores as prologue
10346         instructions.
10347
10348 2004-03-28  Andrew Cagney  <cagney@redhat.com>
10349
10350         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
10351         arm*-*-*.
10352
10353 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
10354
10355         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10356         and switch the layout to force a display of register window.
10357
10358 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10359
10360         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10361         of the INTEGER class.
10362
10363 2004-03-26  Jim Blandy  <jimb@redhat.com>
10364
10365         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10366         bytes long on PPC GNU/Linux.
10367
10368 2004-03-26  David Carlton  <carlton@kealia.com>
10369
10370         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10371
10372 2004-03-25  Andrew Cagney  <cagney@redhat.com>
10373
10374         * PROBLEMS: Add general section titles, remove references to
10375         specific releases.
10376
10377 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
10378
10379         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10380         INT_REGISTER_SIZE.
10381         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10382         FP_REGISTER_VIRTUAL_SIZE.
10383         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10384         of DEPRECATED_REGISTER_RAW_SIZE.
10385         (arm_register_type): Add gdbarch argument.
10386         (arm_register_raw_size, arm_register_virtual_size): Delete.
10387         (arm_register_byte, arm_extract_return_value)
10388         (arm_store_return_value, arm_get_longjmp_target): Update references
10389         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10390         (arm_gdbarch_init): Likewise.  Don't set
10391         deprecated_register_raw_size, deprecated_register_virtual_size,
10392         deprecated_max_register_raw_size,
10393         deprecated_max_register_virtual_size, or
10394         deprecated_max_register_virtual_type.  Do set register_type.
10395         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10396         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10397         (FP_REGISTER_VIRTUAL_SIZE): Delete.
10398         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10399         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10400         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10401         INT_REGISTER_SIZE.
10402         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10403         (remote_rdp_store_register): Likewise.
10404
10405 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10406
10407         * Makefile.in (mips-linux-tdep.o): Update dependencies.
10408         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10409         to after osabi initialization.
10410         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10411         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10412         functions.
10413         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10414         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10415         variables.
10416         (mips_linux_init_abi): Append signal trampoline unwinders.
10417
10418 2004-03-24  Andrew Cagney  <cagney@redhat.com>
10419
10420         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10421         * tramp-frame.c: Include "gdb_assert.h".
10422         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
10423         correct sizeof.
10424         (tramp_frame_append): Validate the tramp frame's instructions.
10425         * Makefile.in (tramp-frame.o): Update dependencies.
10426
10427 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10428
10429         * trad-frame.h (trad_frame_set_reg_addr): Declare.
10430
10431 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10432
10433         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10434         Nasser as past testsuite/lib/ (and other) maintainers.
10435
10436 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10437
10438         * infcmd.c (attach_command): Reread symbols if we already have
10439         an exec file.
10440
10441 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10442
10443         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10444
10445 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10446
10447         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10448         * gdbarch.h, gdbarch.c: Re-generate.
10449         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10450         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10451         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10452         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10453         (DEPRECATED_SIGTRAMP_START): Update.
10454         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10455         (DEPRECATED_SIGTRAMP_START): Update.
10456         * blockframe.c (find_pc_sect_partial_function): Update.
10457         * arch-utils.c (legacy_pc_in_sigtramp): Update.
10458
10459 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10460
10461         * remote.c (remote_open_1): Reopen the exec file and reread symbols
10462         if necessary.
10463
10464 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10465
10466         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10467         predicate, deprecate.
10468         * gdbarch.h, gdbarch.c: Re-generate.
10469         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10470         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10471         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10472         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10473         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10474         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10475         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10476         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10477         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10478         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10479         * blockframe.c (find_pc_partial_function): Update.
10480         * breakpoint.c (bpstat_what): Update.
10481         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10482         * frv-linux-tdep.c (frv_linux_init_abi): Update.
10483         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10484         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10485         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10486         * i386-linux-tdep.c (i386_linux_init_abi): Update.
10487         * i386-nto-tdep.c (i386nto_init_abi): Update.
10488         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10489         * i386-tdep.c (i386_sigtramp_frame_sniffer)
10490         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10491         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10492         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10493         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10494         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10495         * infrun.c (pc_in_sigtramp): Update.
10496         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10497         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10498         * mips-tdep.c (mips_gdbarch_init): Update.
10499         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10500         * ppc-linux-tdep.c: Update comment.
10501         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10502         * shnbsd-tdep.c (shnbsd_init_abi): Update.
10503         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10504         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10505         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10506         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10507         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10508         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10509         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10510         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10511
10512 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10513
10514         * tramp-frame.h, tramp-frame.h: New files.
10515         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10516         Update rules to include "tramp-frame.h" and "tramp-frame.c".
10517
10518         * Makefile.in: Update all dependencies.
10519
10520 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10521
10522         * Makefile.in (trad_frame_h): Add $(frame_h).
10523         * trad-frame.h: Update copyright.  Include "frame.h".
10524         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10525         (trad_frame_set_id, trad_frame_get_id): Declare.
10526         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10527         * trad-frame.c: Update copyright.
10528         (struct trad_frame_cache): Define.
10529         (trad_frame_cache_zalloc): New function.
10530         (trad_frame_set_id, trad_frame_get_id): New functions.
10531         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10532
10533 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10534
10535         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10536         s390_pltstub_unwind_cache.
10537         (s390_stub_frame_unwind_cache): Rename
10538         s390_pltstub_frame_unwind_cache.
10539         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10540         (s390_stub_frame_prev_register): Rename
10541         s390_pltstub_frame_prev_register.
10542         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10543         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10544
10545         From Ulrich Weigand:
10546         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10547         pointer calls like PLT calls.
10548
10549 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10550
10551         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10552         PC rather than the partial function start address.  Use the start
10553         address to sanity check the found PDR.
10554
10555 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10556
10557         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10558         linux_handle_extended_wait.
10559
10560 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10561
10562         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10563         function.
10564
10565         * frame.h (generic_pop_current_frame): Delete declaration.
10566         (deprecate_pop_dummy_frame): Deprecate
10567         generic_pop_dummy_frame.
10568         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10569         (generic_pop_current_frame): Delete function.
10570         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10571         generic_pop_current_frame.
10572         * v850-tdep.c (v850_pop_frame): Update.
10573         * mcore-tdep.c (mcore_pop_frame): Update.
10574         * sh64-tdep.c (sh64_pop_frame): Update.
10575         * h8300-tdep.c (h8300_pop_frame): Update.
10576
10577 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10578
10579         * frame.h (deprecated_pc_in_call_dummy): Rename
10580         generic_pc_in_call_dummy.
10581         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10582         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10583         generic_pc_in_call_dummy.
10584         (pc_in_dummy_frame): Make static.
10585         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10586         * gdbarch.h, gdbarch.c: Re-generate.
10587         * dummy-frame.c (dummy_frame_sniffer): Simplify.
10588         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10589         (legacy_get_prev_frame): Ditto.
10590         * inferior.h: Delete reference to generic_pc_in_call_dummy in
10591         comment.
10592
10593 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10594
10595         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10596         declaration and out-of-date comment.
10597         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10598         Delete function.
10599         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10600         deprecated_pc_in_call_dummy.
10601
10602         * infrun.c (handle_inferior_event): For non legacy frames, use the
10603         frame ID and frame type to identify a signal trampoline.  Update
10604         comments.
10605
10606 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
10607
10608         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10609         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10610
10611 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10612
10613         * frame-unwind.h: Update copyright.
10614         (struct frame_data): Add opaque declaration.
10615         (frame_sniffer_ftype): Declare.
10616         (struct frame_unwind): Add "unwind_data" and "sniffer".
10617         (frame_unwind_register_unwinder): Declare.
10618         (frame_unwind_find_by_frame): Add parameter "this_cache".
10619         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10620         (legacy_get_prev_frame, legacy_get_prev_frame)
10621         (get_frame_type): Pass the prologue_cache to
10622         frame_unwind_find_by_frame.
10623         * frame-unwind.c (struct frame_unwind_table_entry): Add field
10624         "unwinder".
10625         (frame_unwind_register_unwinder): New function.
10626         (frame_unwind_find_by_frame): Handle an unwind sniffer.
10627
10628 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
10629
10630         * bcache.c (print_percentage): Use floating point to avoid
10631         incorrect results when portion*100 overflows.
10632
10633 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10634
10635         * ppc_tdep.h (ppc_linux_frame_saved_pc)
10636         (ppc_linux_init_extra_frame_info)
10637         (ppc_linux_frameless_function_invocation)
10638         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10639         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10640         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10641         (rs6000_frame_chain): Delete declarations.
10642         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10643         (ppc_linux_init_extra_frame_info)
10644         (ppc_linux_frameless_function_invocation)
10645         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10646         (ppc_linux_init_abi): Remove registration of above deleted functions.
10647         * rs6000-tdep.c (rs6000_init_extra_frame_info)
10648         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10649         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10650         (rs6000_pop_frame, rs6000_frameless_function_invocation)
10651         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10652         (rs6000_gdbarch_init): Remove registration of above deleted functions.
10653         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10654         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10655         frame management for all OSABIs.
10656
10657 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10658
10659         Committed by Kevin Buettner <kevinb@redhat.com>.
10660
10661         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10662         Update copyright.
10663         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10664         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10665         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10666         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10667         unwinders.  #ifdef legacy frame code.
10668         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10669         "frame-base.h".
10670         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10671         (struct rs6000_frame_cache, rs6000_frame_cache)
10672         (rs6000_frame_this_id, rs6000_frame_prev_register)
10673         (rs6000_frame_sniffer, rs6000_frame_unwind)
10674         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10675         (rs6000_frame_base): Implement a traditional frame unwinder.
10676         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10677         frame unwinder.
10678
10679 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10680
10681         * breakpoint.c (adjust_breakpoint_address): Don't adjust
10682         breakpoint address for watchpoints or the catch eventpoints.
10683         Add new paramter ``bptype''.  Adjust all callers.
10684
10685 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10686
10687         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10688
10689         * PROBLEMS: Delete note that ARM does not use frame code, problem
10690         fixed.
10691
10692 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10693
10694         * stack.c (return_command): Delete code wrapped in #ifdef
10695         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10696
10697         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10698
10699 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10700
10701         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10702         DEPRECATED_IN_SIGTRAMP.
10703         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10704         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10705         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10706         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10707         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10708         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10709         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10710         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10711         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10712         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10713
10714 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10715
10716         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
10717         (struct frame_base_table_entry): Define.
10718         (struct frame_base_table): Re-implement as a linked list.
10719         (frame_base_init): Re-implement.
10720         (frame_base_table): Delete function.
10721         (append_predicate): Delete function.
10722         (frame_base_append_sniffer): Update.
10723         (frame_base_set_default): Update.
10724         (frame_base_find_by_frame): Update.
10725         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10726         * Makefile.in (frame-base.o): Update dependencies.
10727
10728 2004-03-17  Andrew Cagney  <cagney@redhat.com>
10729
10730         * frame.c (legacy_get_prev_frame): Pass correct frame to
10731         frame_unwind_find_by_frame.
10732
10733 2004-03-17  David Carlton  <carlton@kealia.com>
10734
10735         * NEWS: Mention C++ nested types and namespaces
10736
10737 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
10738
10739         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10740         and "Regressions since gdb 5.3.".  Add known regressions since
10741         gdb 6.0.
10742
10743 2004-03-16  David Carlton  <carlton@kealia.com>
10744
10745         * dwarf2read.c (process_structure_scope): Process children even
10746         when we're a declaration.
10747
10748 2004-03-16  Andrew Cagney  <cagney@redhat.com>
10749
10750         * symtab.h (find_pc_sect_partial_function): Delete declaration.
10751         * blockframe.c (find_pc_partial_function)
10752         (find_pc_sect_partial_function): Merge into a single
10753         find_pc_partial_function.
10754
10755 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10756
10757         * i386bsd-nat.c: s/regno/regnum/g.
10758         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10759         FP0_REGNUM.
10760         (store_inferior_registers): Likewise.
10761
10762 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10763
10764         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10765         of i387_fill_fsave.
10766         (store_inferior_registers): Call i387_collect_fsave and
10767         i387_collect_fxsave instead of i387_fill_fsave and
10768         i387_fill_fxsave.
10769
10770 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10771
10772         * Makefile.in (frame-unwind.o): Update dependencies.
10773         * frame-unwind.c: Include "gdb_obstack.h".
10774         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10775         parameter.
10776         (append_predicate): Delete function.
10777         (struct frame_unwind_table_entry): New structure.
10778         (struct frame_unwind_table): Replace "sniffer" with "head" and
10779         "tail".
10780         (frame_unwind_append_sniffer): Update.
10781         (frame_unwind_find_by_frame): Update.
10782         (_initialize_frame_unwind): Registe frame_unwind_init using
10783         gdbarch_data_register_pre_init.
10784
10785 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10786
10787         * i386bsd-nat.c: Update copyright year.
10788         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10789         define unconditionally.
10790
10791 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10792
10793         * i387-tdep.h (i387_collect_fsave): New prototype.
10794         * i387-tdep.c (i387_collect_fsave): New function containing most
10795         of the code from i387_fill_fsave.
10796         (i387_fill_fsave): Call i387_collect_fsave.
10797
10798 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10799
10800         * i386-linux-tdep.c: Update copyright year.
10801         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10802         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10803         svr4_ilp32_link_map_offsets instead of
10804         i386_linux_svr4_fetch_link_map_offsets.
10805
10806 2004-03-15  David Carlton  <carlton@kealia.com>
10807
10808         Fix for PR c++/1553:
10809         * dwarf2read.c (read_structure_type): Determine type name by
10810         calling determine_class_name.
10811         (determine_class_name): New.
10812         (determine_prefix): Look at TYPE_TAG_NAME and call
10813         determine_class_name when appropriate.
10814         (determine_prefix_aux, class_name): Delete.
10815         (read_namespace): Set die->type.
10816
10817 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10818
10819         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10820         unused macro definition.  The definition in target.h (or perhaps
10821         elsewhere) takes precedence.
10822
10823 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10824
10825         * ppc-tdep.h: Update copyright.
10826         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10827         function signatures to match "regsets.h".
10828         * ppc-linux-tdep.c: Include "regset.h".
10829         (ELF_GREGSET_SIZE): Delete.
10830         (right_supply_register): New function.
10831         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10832         using right_supply_register.
10833         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10834         functions.
10835         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10836         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10837         (_initialize_ppc_linux_tdep): Do not register
10838         ppc_linux_regset_core_fns.
10839         (ppc_linux_regset_from_core_section): Replace
10840         fetch_core_registers.
10841         (ppc_linux_regset_core_fns): Delete.
10842         * ppc-linux-nat.c: (right_fill_reg): New function.
10843         (supply_gregset): Update call to ppc_linux_supply_gregset.
10844         (fill_gregset): Clear the register set, use right_fill_reg.
10845         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10846         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10847
10848         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10849         unsigned.
10850
10851 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10852
10853         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10854         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10855         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10856         and register_gdbarch_data.
10857         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10858         (struct gdbarch_data): Replace "init" by "pre_init" and
10859         "post_init".
10860         * gdbarch.h, gdbarch.c: Re-generate.
10861         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10862         with"obstack", use OBSTACK_ZALLOC.
10863         (dwarf2_frame_ops): Delete.
10864         (dwarf2_frame_set_init_reg): Use gdbarch_data.
10865         (dwarf2_frame_init_reg): Use gdbarch_data.
10866         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10867         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10868         (_initialize_svr4_solib): Update.
10869         * user-regs.c (_initialize_user_regs): Update.
10870         * reggroups.c (_initialize_reggroup): Update.
10871         * regcache.c (_initialize_regcache): Update.
10872         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10873         * libunwind-frame.c (_initialize_libunwind_frame): Update.
10874         * gnu-v3-abi.c (init_gnuv3_ops): Update.
10875         * frame-unwind.c (_initialize_frame_unwind): Update.
10876         * frame-base.c (_initialize_frame_base): Update.
10877         * user-regs.c (user_reg_add): Update.
10878         * reggroups.c (reggroup_add): Update.
10879         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10880         * libunwind-frame.c (libunwind_frame_set_descr): Update.
10881         * frame-unwind.c (frame_unwind_append_sniffer): Update.
10882         * frame-base.c (frame_base_table): Update.
10883         * remote.c (_initialize_remote): Update.
10884         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10885
10886 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10887
10888         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10889
10890 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10891
10892         * Makefile.in (frv-linux-tdep.o): Add dependencies.
10893         * frv-linux-tdep.c: New file.
10894         * frv-tdep.c (struct gdbarch_tdep): Add new field
10895         ``sigcontext_reg_addr''.
10896         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10897         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10898         (frv_sigramp_frame_sniffer): New functions.
10899         (frv_sigtramp_frame_unwind): New static global.
10900         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
10901         sniffers.
10902         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10903         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10904
10905 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10906
10907         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10908         but not via a call to error(), when unable to read memory.
10909
10910 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10911
10912         * frv-tdep.c (frv_call_dummy_words): Delete.
10913         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10914
10915 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10916
10917         * infrun.c (handle_step_into_function, step_over_function): Only
10918         update and use STEP_FRAME_ID when the system is using legacy
10919         frames.  Update comments.
10920
10921 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
10922
10923         * amd64-linux-tdep.h: Remove file.
10924         * amd64-linux-tdep.c: Don't include "inferior.h" and
10925         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
10926         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10927         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10928         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10929         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10930         macros.
10931         (user_to_gdb_regmap): Remove variable.
10932         (amd64_linux_gregset_reg_offset): New variable.
10933         (amd64_core_fns): Remove variable.
10934         (fetch_core_registers): Remove function.
10935         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10936         functions.
10937         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10938         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10939         * Makefile.in (amd64_linux_tdep_h): Remove.
10940         (amd64-linux-nat.o): Update dependencies.
10941         (amd64-linux-tdep.o): Update dependencies.
10942
10943         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10944         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10945         functions.
10946         (fetch_inferior_registers, store_inferior_registers): Rewrite.
10947
10948         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10949         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10950
10951 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
10952
10953         * dwarf2read.c (read_structure_type): Rename from
10954         read_structure_scope.  Don't create a symbol or call process_die.
10955         Return immediately if die->type is set.  Call read_type_die before
10956         dwarf2_add_member_fn.
10957         (process_structure_scope): New function.
10958         (read_enumeration_type, process_enumeration_scope): New functions,
10959         broken out from read_enumeration.  Don't create the enumeration
10960         type if it has already been created.
10961         (read_enumeration): Removed.
10962         (process_die): Call read_structure_type, process_structure_scope,
10963         read_enumeration_type, and process_enumeration_scope.  Just call
10964         new_symbol for base and subrange types.  Add a comment about other
10965         type dies.
10966         (read_type_die): Call read_enumeration_type.
10967         (add_partial_structure, new_symbol): Update comments.
10968
10969 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10970
10971         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10972
10973 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10974
10975         * tui/tui-win.h (tui_get_cmd_list): Declare.
10976         * tui/tui-win.c (tui_command): New function.
10977         (tui_get_cmd_list): New function.
10978         (_initialize_tui_win): Moved initialization of tui command in
10979         tui_get_cmd_list.
10980
10981         * tui/tui-data.c (init_content_element): Setup new data members.
10982         (init_win_info): Likewise.
10983         (free_content_elements): Free it.
10984         * tui/tui-data.h (struct tui_data_element): Store the register
10985         content to print.
10986         (struct tui_data_info): Keep the current register group.
10987
10988         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10989
10990         * tui/tui-regs.h (tui_show_registers): Update prototype.
10991         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10992         (tui_resize_all): No need to calculate anything for register window.
10993         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10994         (tui_set_register_element, tui_set_general_regs_content): Remove.
10995         (tui_set_special_regs_content): Remove.
10996         (tui_set_general_and_special_regs_content): Remove.
10997         (tui_set_float_regs_content): Remove.
10998         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10999         (tui_set_regs_content): Remove.
11000         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
11001         (tui_v_show_registers_command_support): Remove.
11002         (tui_show_registers): Use a reggroup to specify the registers to show.
11003         (tui_show_register_group): New function.
11004         (tui_display_registers_from): Compute the layout of register window
11005         and refresh with new API; be sure to delete old register windows.
11006         (tui_check_register_values): Update to use tui_get_register and
11007         tui_display_data.
11008         (tui_display_register): Just refresh the register window part.
11009         (tui_register_format): Format registers and save in tui_data_element.
11010         (tui_get_register): New to combine tui_reg_value_has_changed and
11011         tui_get_register_raw_value; fix to use the new gdb API.
11012         (tui_show_float_command): Renamed tui_reg_float_command.
11013         (tui_show_general_command): Renamed tui_reg_general_command.
11014         (tui_show_special_command): Renamed tui_reg_system_command.
11015         (_initialize_tui_regs): Remove unused commands.
11016
11017 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
11018
11019         * NEWS (New native configurations): Mention OpenBSD/amd64.
11020
11021         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
11022         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
11023         Remove defines.
11024         * config/i386/nm-fbsd64.h: Likewise.
11025         * config/i386/nm-obsd.h: Likewise.
11026         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
11027         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
11028
11029 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11030
11031         * frv-tdep.c (set_variant_scratch_registers): New function.
11032         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
11033         New constants.
11034
11035         From Richard Sandiford  <rsandifo@redhat.com>:
11036         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
11037
11038 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11039
11040         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
11041         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
11042         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
11043         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
11044         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
11045         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
11046         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
11047         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
11048         definitions from frv-tdep.c to frv-tdep.h.
11049
11050 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11051
11052         Add shared library support for FR-V FDPIC ABI:
11053         * Makefile.in (solib-frv.o): Add dependencies.
11054         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
11055         New functions.
11056         (frv_push_dummy_call): Add support for FDPIC ABI.
11057         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
11058         for FDPIC ABI.
11059         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
11060         (frv_fdpic_find_canonical_descriptor): Declare.
11061         * solib-frv.c: New file.
11062         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
11063         * config/frv/tm-frv.h (solib.h): Include.
11064
11065 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11066
11067         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
11068         (frv-tdep.o): Update dependencies.
11069         * frv-tdep.h: New file.
11070         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
11071         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
11072         constants.
11073         (struct gdbarch_tdep): Add new member ``frv_abi''.
11074         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
11075         functions.
11076         (new_variant): Set ``frv_abi'' field.
11077         (gdb_arch_init): Detect FDPIC executables.
11078
11079 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
11080
11081         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
11082         wrapper.
11083
11084 2004-03-11  Andrew Cagney  <cagney@redhat.com>
11085
11086         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
11087
11088 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
11089
11090         * solist.h (master_so_list): New function.
11091         * solib.c (master_so_list): Likewise.
11092         * solib-svr4.c (enable_break): Iterate over so_list entries
11093         obtained from master list instead of entries obtained directly
11094         via svr4_current_sos().
11095
11096 2004-03-10  Ben Elliston  <bje@gnu.org>
11097
11098         * MAINTAINERS: Update my mail address.
11099
11100 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
11101
11102         * remote-m32r-sdi.c: Support hardware watchpoint.
11103
11104 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11105
11106         * user-regs.c: Update copyright years.
11107         (struct user_regs): Rename to gdb_user_regs.
11108         (append_user_reg, builtin_user_regs, user_regs_init)
11109         (user_reg_add, user_reg_map_name_to_regnum)
11110         (usernum_to_user_reg): Update.
11111
11112 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11113
11114         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
11115         (skip_children): New functions.
11116         (locate_pdi_sibling): Call skip_children.
11117
11118 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11119
11120         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
11121         * gdbtypes.c (check_typedef): Update comments.
11122
11123 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11124
11125         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
11126         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
11127         pointer.  Update comment about comp_unit_head.
11128         (struct abbrev_info): Shorten two int flags.
11129         (dwarf_alloc_abbrev): Take a CU argument.
11130         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
11131         each time through the loop.  Update cleanup argument.
11132         (psymtab_to_symtab_1): Update cleanup call.
11133         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
11134         abbrev_obstack.
11135         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
11136         Just call obstack_free and clear the pointer.
11137
11138 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11139
11140         * infrun.c (handle_inferior_event): Remove short-circuit code for
11141         events in a different thread.
11142
11143 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11144
11145         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
11146         print the whole transfer.
11147         (initialize_targets): Update description of "set debug target".
11148
11149 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11150
11151         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
11152
11153 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
11154
11155         * MAINTAINERS (write after approval): Add myself.
11156
11157 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11158
11159         * sh-tdep.c (sh_print_registers_info): Use for loop.
11160         Don't skip multiple registers when a float register is encountered.
11161
11162 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11163
11164         Fix PR tdep/1291.
11165         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
11166         to official SH documentation.
11167
11168 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11169
11170         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
11171         unused function.
11172
11173 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
11174
11175         * arm-tdep.c (thumb_get_next_pc): Handle BX.
11176         (arm_get_next_pc): Handle BX and BLX.
11177
11178 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11179
11180         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
11181         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
11182         HPPA_SP_REGNUM.
11183         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
11184         (hppa_target_read_fp): Delete.
11185         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
11186         register_virtual_size, max_register_raw_size,
11187         max_register_virtual_size, register_byte, register_size,
11188         target_read_fp, fp_regnum, and register_bytes.  Set register_type
11189         instead of register_virtual_type.
11190         (hppa32_register_type, hppa64_register_type): Replace
11191         hppa32_register_virtual_type and hppa64_register_virtual_type.
11192         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
11193         (HPPA_FP_REGNUM): Define.
11194
11195         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
11196
11197         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
11198         (pa_do_registers_info): Delete.
11199         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
11200         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
11201         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
11202
11203         * infcall.c (legacy_push_dummy_code): Delete #ifdef
11204         GDB_TARGET_IS_HPPA code.
11205         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
11206         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
11207         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11208         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
11209         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11210         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11211         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
11212         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
11213         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11214         (hppa_frameless_function_invocation, hppa64_store_return_value)
11215         (hppa_store_struct_return, hppa64_extract_return_value)
11216         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
11217         (hppa32_call_dummy_length, hppa64_call_dummy_length)
11218         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
11219         (find_proc_framesize, deposit_21, restore_pc_queue)
11220         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
11221         (rp_saved, pc_in_linker_stub): Delete.
11222
11223         Unconditionally enable 64-bit frame and ABI code.
11224         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11225         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11226         push_dummy_frame, fix_call_dummy, push_arguments,
11227         call_dummy_location, extract_return_value, use_struct_convention,
11228         store_return_value, store_struct_return, saved_pc_after_call,
11229         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11230         frame_chain, frame_chain_valid, frameless_function_invocation,
11231         frame_saved_pc, and pop_frame.
11232
11233         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11234         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11235         (hppa_gdbarch_init): Do not set PC_REGNUM.
11236
11237 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
11238
11239         * config/alpha/tm-fbsd.h: Remove file.
11240         * config/alpha/fbsd.mt: Tweak comment.
11241         (TM_FILE): Set to tm-alpha.h.
11242
11243 2004-03-05  Andrew Cagney  <cagney@redhat.com>
11244
11245         * infrun.c (step_over_function): When non-legacy code, and no
11246         step_frame_id, use the unwinder to get the caller's frame ID.
11247
11248 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11249
11250         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11251         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11252         bfd_arch_unknown.  Adjust comment.
11253
11254         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
11255         * i386obsd-tdep.c: Correct spelling in comment.
11256         * i386nbsd-tdep.c: Correct spelling in comment.
11257         * sparc-tdep.c: Correct spelling in comments.
11258
11259 2004-03-05  David Carlton  <carlton@kealia.com>
11260
11261         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11262         bug.
11263
11264 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11265
11266         * sparc-tdep.c: Fix typo in comment.
11267
11268 2004-03-04  J. Brobecker  <brobecker@gnat.com>
11269
11270         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11271
11272 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
11273
11274         * dwarf2read.c: Add comment describing memory lifetimes.
11275         (struct dwarf2_pinfo): Update comment.
11276         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11277         (read_enumeration, new_symbol): Don't use obsavestring.
11278
11279 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
11280
11281         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11282         instead of amd64_fill_fxsave.
11283         * amd64bsd-nat.c (store_inferior_registers): Likewise.
11284         * amd64fbsd-nat.c (fill_fpregset): Likewise.
11285
11286         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11287         Reorganize code a bit.
11288
11289 2004-03-04  Orjan Friberg  <orjanf@axis.com>
11290
11291         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11292         when the frame pointer is pushed.  Don't set the frame pointer's
11293         address on the stack unless it's actually located there.
11294         Set the SRP's address on the stack correctly when the PC is still in
11295         the prologue.
11296         (cris_return_value): New function.
11297         (cris_gdbarch_init): Clear deprecated store_return_value,
11298         extract_return_value.
11299
11300 2004-03-02  Jim Blandy  <jimb@redhat.com>
11301
11302         * stabsread.c (reg_value_complaint): The maximum register number
11303         is one less than the number of registers.
11304
11305 2004-03-02  Andrew Cagney  <cagney@redhat.com>
11306
11307         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11308         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
11309         trailing comma and redundant assignment of I386_ST0_REGNUM.
11310         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11311         32-bit segment registers.
11312
11313 2004-03-01  Andrew Cagney  <cagney@redhat.com>
11314
11315         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11316         use frame_relative_level and get_next_frame.
11317
11318 2004-02-29  Andrew Cagney  <cagney@redhat.com>
11319
11320         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11321         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11322         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11323         Delete macro.
11324
11325 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11326
11327         * inflow.c (terminal_inferior): Don't give up the terminal if we
11328         previously couldn't get the inferior's terminal state.
11329
11330 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11331
11332         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11333         PC_REGNUM.
11334
11335 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11336
11337         * NEWS: Refer to GDB 6.1.
11338         * README: Refer to GDB 6.1.
11339         * PROBLEMS: Refer to GDB 6.1.
11340
11341 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
11342
11343         * thread-db.c (disable_thread_signals): Remove unused function.
11344
11345 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11346
11347         * amd64-nat.c: Include "gdb_string.h".
11348         (amd64_collect_native_gregset): Zero-extend the 32-bit
11349         general-purpose registers and %eip.
11350
11351         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11352         * amd64-tdep.c (amd64_collect_fxsave): New function.
11353         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11354
11355         * i387-tdep.h: Update copyright year.
11356         (i387_collect_fxsave): New prototype.
11357         * i387-tdep.c: Update copyright year.
11358         (i387_collect_fxsave): New function containing most of the code
11359         from i387_fill_fxsave.
11360         (i387_fill_fxsave): Call i387_collect_fxsave.
11361
11362 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11363
11364         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11365         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
11366
11367 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11368
11369         * amd64-tdep.c (amd64_frame_cache): Fix comment.
11370
11371 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11372
11373         * utils.c: Use "", instead of <>, to include readline.
11374         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11375         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11376         * source.c, solib.c, exec.c, event-top.c: Ditto.
11377         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11378         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11379         * Makefile.in: Update all dependencies.
11380         (readline_tilde_h, readline_history_h): Define.
11381         (readline_headers): Delete.
11382
11383 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11384
11385         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11386         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11387         "config/i386/tm-lx64.h".
11388
11389         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11390         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
11391         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11392
11393 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11394
11395         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11396
11397         * breakpoint.c (_initialize_breakpoint): Use
11398         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
11399         Add help to show command.
11400
11401 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11402
11403         * i386-nat.c: Reformat to be closer to coding standards.
11404         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11405         `retval'.  Make variables `align' and `size' local to while-loop.
11406         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11407         (_initialize_i386_nat): New prototype.
11408
11409         * tui/tui.c: Include <readline/readline.h> instead of
11410         "readline/readline.h".  Include it after <term.h> and
11411         "gdb_curses.h".
11412
11413 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11414
11415         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11416         the new frame unwind code.
11417         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11418         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11419         PCOQ_HEAD_REGNUM.
11420
11421         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11422         "return_value" and "push_dummy_call".
11423         (hppa32_use_struct_convention): Delete unused function.
11424         (hppa32_store_return_value): Delete unused function.
11425         (hppa32_extract_return_value): Delete unused function.
11426         (hppa32_stack_align): Delete function.
11427
11428 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
11429
11430         * coffread.c (enter_linenos): Don't let rawptr reference memory
11431         outside linetab[]'s limits.
11432
11433 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11434
11435         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11436         inferior stack space - the stack needs to grow upwards.
11437         (hppa32_frame_align): New function.
11438         (hppa64_frame_align): Replace hppa_frame_align.
11439         (hppa_gdbarch_init): Update.
11440
11441 2004-02-26  Orjan Friberg  <orjanf@axis.com>
11442
11443         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11444         (dwarf2-frame.h): Include.
11445         (enum cris_regnums): New enum CRIS_FP_REGNUM.
11446         Remove static variables related to ABI setting.
11447         (struct gdbarch_tdep): Remove cris_abi member.
11448         (struct frame_extra_info): Remove.
11449         (cris_unwind_cache, stack_item): New structs.
11450         (cris_frame_unwind, cris_frame_base): New variables.
11451         (push_stack_item, pop_stack_item)
11452         (cris_frame_unwind_cache, cris_frame_this_id)
11453         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11454         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11455         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11456         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11457         (cris_reg_struct_has_addr): New functions.
11458         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11459         (cris_frame_saved_pc, cris_saved_pc_after_call,
11460         (cris_store_struct_return, cris_frameless_function_invocation)
11461         (cris_pop_frame, cris_skip_prologue_main)
11462         (cris_abi_original_store_return_value)
11463         (cris_abi_v2_store_return_value)
11464         (cris_abi_original_extract_return_value)
11465         (cris_abi_v2_extract_return_value)
11466         (cris_abi_original_reg_struct_has_addr)
11467         (cris_abi_v2_reg_struct_has_addr)
11468         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11469         (cris_push_return_address, cris_abi_update): Remove.
11470         (_initialize_cris_tdep): Remove ABI command.
11471         (cris_dump_tdep): Ditto.
11472         (cris_gdbarch_init): Remove ABI command.
11473         Set store_return_value, extract_return_value, push_dummy_code,
11474         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11475         frame_unwind_append_sniffer, frame_base_set_default.
11476         Clear deprecated init_frame_pc, push_arguments, store_return_value,
11477         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11478         sizeof_call_dummy_words, get_saved_register, push_return_address,
11479         pop_frame, store_struct_return, frame_init_saved_regs,
11480         init_extra_frame_info, frameless_function_invocation, frame_chain,
11481         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11482         dummy_write_sp.
11483
11484 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11485
11486         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11487         * valprint.c (print_hex_chars): Change from static to external.
11488         (print_char_chars): New function.
11489         * printcmd.c (print_scalar_formatted): For integer and enum types
11490         that are longer than LONGEST, perform processing via appropriate
11491         print_*_chars routines.
11492
11493 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11494
11495         * Makefile.in: Update dependencies.
11496         Changes from Ulrich Weigand,
11497         * s390-tdep.c: Include "dwarf2-frame.h".
11498         (s390_dwarf2_frame_init_reg): New function.
11499         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11500         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
11501
11502 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11503
11504         * breakpoint.c (pending_break_support): New setting variable.
11505         (break_command_1): Account for pending_break_support setting
11506         when creating pending breakpoints.
11507         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11508         (_initialize_breakpoint): Add "set breakpoint pending" and
11509         "show breakpoint pending" commands.
11510
11511 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11512
11513         Fix PR i18n/1570.
11514         * charset.c (backslashable, backslashed, represented): Remove 'e'
11515         from list of escaped characters, not part of ISO-C.
11516
11517 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11518
11519         From Peter Schauer <schauer@pdf.de>:
11520         * tui/tui.c: Move system header includes after local includes.
11521         Fixes a build failure on solaris systems.
11522
11523 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11524
11525         * configure.in: Refine the previous change.
11526         * configure: Regenerate.
11527
11528 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11529
11530         * amd64-tdep.h: Renamed from x86-64-tdep.h.
11531         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
11532         "amd64-tdep.h" instead of "x86-64-tdep.h".
11533         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11534         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11535         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
11536         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11537         and "x86-64-tdep.c".
11538         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
11539         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11540         and "x86-64-tdep.c".
11541         * amd64bsd-nat.c: Update copyright year.
11542         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11543         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11544         "x86-64-tdep.h".
11545         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11546         "x86-64-tdep.h".
11547         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11548         "x86-64-tdep.h".
11549         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11550         "x86-64-tdep.h".
11551         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11552         "x86-64-tdep.h".
11553         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11554         "x86-64-tdep.h".
11555         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11556         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11557         * Makefile.in (amd64_linux_tdep_h): Renamed from
11558         x86_64_linux_tdep_h.
11559         (amd64_tdep_h): Renamed from x86_64_tdep_h.
11560         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11561         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11562         (amd64obsd-tdep.o): Update dependencies.
11563         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11564         dependencies.
11565         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11566         dependencies.
11567         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11568         amd64-linux-nat.c amd64-linux-tdep.c.
11569         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11570         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11571         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11572         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11573         amd64-tdep.o and amd64-linux-tdep.o.
11574         (TM_FILE): Set to tm-linux64.h.
11575         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11576         (NAT_FILE): Set to nm-linux64.h.
11577         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11578         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11579         amd64-tdep.o.
11580         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11581         amd64-tdep.o.
11582         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11583         amd64-tdep.o.
11584
11585 2004-02-25  Roland McGrath  <roland@redhat.com>
11586
11587         * remote.c (remote_protocol_qPart_auxv): New variable.
11588         (init_all_packet_configs): Initialize it.
11589         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11590         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11591         (show_remote_cmd): Call it.
11592         (_initialize_remote): Initialize commands.
11593         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11594         service TARGET_OBJECT_AUXV requests.
11595
11596 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11597
11598         * configure.in: Make sure that the wborder function is available.
11599         Otherwise, search for it in the cur_colr library.
11600         * configure: Regenerate.
11601
11602 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11603
11604         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11605
11606 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11607
11608         * config/i386/tm-x86-64linux.h: Tweak comments.
11609
11610 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
11611
11612         * MAINTAINERS: Add self to write-after-approval list.
11613
11614 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11615
11616         PR cli/1566.  Problem found, and fix suggested by David Allan.
11617         * cli/cli-script.c (execute_control_command): Unconditionally
11618         install a cleanup.  Default "ret" to "invalid_control".  Use
11619         "break" instead of "return" to escape from the switch.
11620
11621 2004-02-24  J. Brobecker  <brobecker@gnat.com>
11622
11623         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11624         with the lines macro defined in term.h on AiX.
11625         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11626         a collision with the label_width macro defined in term.h on AiX.
11627
11628 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
11629
11630         Committed by Kevin Buettner <kevinb@redhat.com>.
11631
11632         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11633         * ia64-tdep.c (ia64_write_pc): Make it a global function.
11634         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11635         instead of ia64_write_pc().
11636         * ia64-linux-tdep.c (regcache.h): Include.
11637         (ia64_linux_write_pc): New function.
11638
11639 2004-02-23  Roland McGrath  <roland@redhat.com>
11640
11641         * auxv.c (info_auxv_command): Fix typos in error messages.
11642
11643 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
11644
11645         * x86-64-tdep.h: Tweak comment.
11646         (enum amd64_regnum): New.
11647         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11648         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11649         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11650         (X86_64_XMM1_REGNUM): Removed.
11651         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11652         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11653         prototypes for renamed functions.
11654         * x86-64-tdep.c: Fix typo.
11655         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11656         register numbers.
11657         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11658         Use constants from `enum amd64_regnum' for register numbers.
11659         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11660         (amd64_analyze_prologue, amd64_frame_cache,
11661         amd64_sigtramp_frame_cache): Use constants from `enum
11662         amd64_regnum' for register numbers.
11663         (amd64_supply_fpregset): Adjust for renamed functions.
11664         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
11665         `enum amd64_regnum' for register numbers.
11666         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11667         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11668         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11669         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11670         (amd64_linux_fill_gregset): Adjust for renamed macros.
11671         (fetch_core_registers): Adjust for renamed functions.
11672         (amd64_linux_init_abi): Adjust for renamed functions.
11673         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11674         renamed functions.
11675         * amd64-nat.c: Adjust for renamed macros.
11676         * amd64bsd-nat.c (fetch_inferior_registers)
11677         (store_inferior_registers): Use constants from `enum amd64_regnum'
11678         for register numbers.  Adjust for renamed variables.
11679         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11680         renamed variables.
11681         (_initialize_amd64fbsd_nat): Use constants from `enum
11682         amd64_regnum' for register numbers.
11683         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11684         `enum amd64_regnum' for register numbers.
11685         (amd64fbsd_init_abi): Adjust for renamed functions.
11686         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11687         `enum amd64_regnum' for register numbers.
11688         (amd64nbsd_init_abi): Adjust for renamed functions.
11689         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11690         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11691         `enum amd64_regnum' for register numbers.
11692         (amd64obsd_init_abi): Adjust for renamed functions.
11693         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11694
11695 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11696
11697         * breakpoint.c (print_one_breakpoint): Do not output spaces
11698         after printing <PENDING> for a pending breakpoint.
11699
11700 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11701
11702         * printcmd.c (print_scalar_formatted): Initialize val_long
11703         to remove compiler warning message.
11704
11705 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11706
11707         * defs.h (nquery, yquery): New prototypes.
11708         * breakpoint.c (break_command_1): Use new nquery interface.
11709         * utils.c (defaulted_query, nquery, yquery): New functions.
11710
11711 2004-02-23  Andrew Cagney  <cagney@redhat.com>
11712
11713         * hppa-tdep.c (hppa_frame_align): New function.
11714         (hppa32_push_dummy_call): New function.
11715         (hppa64_push_dummy_call): New function.
11716         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11717         disabled.
11718
11719         * infcall.c (legacy_push_dummy_code): Don't call deprecated
11720         FIX_CALL_DUMMY when push_dummy_call is available.
11721         (call_function_by_hand, push_dummy_code): Ditto.
11722
11723 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11724
11725         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11726         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11727         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11728         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11729         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11730         call_dummy_location to ON_STACK.
11731
11732 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11733
11734         * x86-64-linux-tdep.c: Tweak comment.
11735         (amd64_linux_supply_gregset): Renamed from
11736         x86_64_linux_supply_gresget.
11737         (amd64_linux_fill_gregset): Renamed from
11738         x86_64_linux_fill_gregset.
11739         (fetch_core_registers): Adjust for renamed functions.
11740         (amd64_core_fns): Renamed from x86_64_core_fns.
11741         (amd64_linux_sigtramp_start): Renamed from
11742         x86_64_linux_sigtramp_start.
11743         (amd64_linux_pc_in_sigtramp): Renamed from
11744         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
11745         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11746         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11747         (amd64_linux_sigcontext_addr): Renamed from
11748         x86_64_linux_sigcontext_addr.
11749         (amd64_linux_sc_reg_offset): Renamed from
11750         x86_64_linux_sc_reg_offset.
11751         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11752         Adjust for renamed functions and variables.
11753         (_initialize_amd64_linux_tdep): Renamed from
11754         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
11755         variables.
11756         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
11757         Adjust for renamed functions.
11758
11759         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11760         from x86_64_linux_gregset64_reg_offset.
11761         (amd64_linux_gregset32_reg_offset): Rename from
11762         x86_64_linux_gregset64_reg_offset.
11763         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11764         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11765         (amd64_linux_dr_set_control): Renamed from
11766         x86_64_linux_dr_set_control.  Adjust for renamed functions.
11767         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11768         Adjust for renamed functions.
11769         (amd64_linux_dr_reset_addr): Renamed from
11770         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11771         (amd64_linux_dr_get_status): Renamed from
11772         x86_64_linux_dr_get_status.  Adjust for renamed functions.
11773         (_initialize_amd64_linux_nat): Renamed from
11774         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
11775         functions.
11776         * config/i386/nm-x86-64linux.h: Update copyright year.
11777         Adjust for renamed functions.
11778
11779         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11780         amd64fbsd_sigtramp_start.
11781         (amd64fbsd_sigtramp_end_addr): Renamed from
11782         amd64fbsd_sigtramp_end.
11783         (amd64fbsd_init_abi): Adjust for renamed variables.
11784         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11785         variables.
11786         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11787         amd64fbsd_sigtramp_start.
11788         (amd64fbsd_sigtramp_end_addr): Renamed from
11789         amd64fbsd_sigtramp_end.
11790
11791 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11792
11793         * hppa-tdep.c (hppa32_return_value): New function.
11794         (hppa64_return_value): New function.
11795         (hppa_gdbarch_init): Set return_value; keep disabled.
11796
11797         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11798         struct-return and inferior function call methods.
11799
11800         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11801         "frame-base.h".
11802         (struct hppa_frame_cache): Define.
11803         (hppa_frame_cache, hppa_frame_this_id): New functions.
11804         (hppa_frame_prev_register): New function.
11805         (hppa_frame_unwind, hppa_frame_base): New variables.
11806         (hppa_frame_unwind_sniffer): New function.
11807         (hppa_frame_base_address, hppa_unwind_pc): New function.
11808         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11809         sniffer, and frame base sniffer; keep disabled.
11810         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11811         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11812
11813         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11814         to predicates for "seriously old code".
11815
11816         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11817         runtime if(0).
11818
11819         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11820         unsigned.
11821         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11822
11823         * config/pa/tm-hppa.h: Update copyright.
11824         (DEPRECATED_INIT_FRAME_PC): Delete macro.
11825         (deprecated_init_frame_pc_default): Delete declaration.
11826         (hppa_frame_init_saved_regs): Delete declaration.
11827         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11828         * hppa-tdep.c: Include "arch-utils.h".
11829         (hppa_gdbarch_init): Set deprecated init_frame_pc
11830         and deprecated frame_init_saved_regs.
11831         (hppa_frame_init_saved_regs): Make static.
11832
11833 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11834
11835         Remove old 386BSD support.
11836         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11837         * configure.host: Remove i[34567]86-*-bsd*.
11838         * configure.tgt: Remove i[34567]86-*-bsd*.
11839         * i386b-nat.c: Removed.
11840         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11841         (i386b-nat.o): Remove dependencies.
11842
11843         * config/i386/i386bsd.mh: Removed.
11844         * config/i386/i386bsd.mt: Removed.
11845         * config/i386/nm-i386bsd.h: Removed.
11846         * config/i386/tm-i386bsd.h: Removed.
11847         * config/i386/xm-i386bsd.h: Removed.
11848
11849         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11850
11851         * amd64fbsd-tdep.c: Include "solib-svr4.h".
11852         (amd64fbsd_init_abi): Set link map offsets.
11853         * amd64nbsd-tdep.c: Include "slib-svr4.h".
11854         (amd64nbsd_init_abi): Set link map offsets.
11855         * amd64obsd-tdep.c: Include "solib-svr4.h".
11856         (amd64obsd_init_abi): Set link map offsets.
11857         * i386fbsd-tdep.c: Include "solib-svr4.h".
11858         (i386fbsd_init_abi): Set link map offsets.
11859         * i386nbsd-tdep.c: Include "solib-svr4.h".
11860         (i386nbsdelf_init_abi): Set link map offsets.
11861         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11862         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11863         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11864         solib-legacy.o and core-aout.o. Reformat.
11865         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11866         solib-svr4.o, solib-legacy.o.  Reformat.
11867         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
11868         * config/i386/nbsdelf.mh: Reformat.
11869         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11870         solib-svr4.o, solib-legacy.o and corelow.o.
11871         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11872         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11873         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
11874         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11875         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11876         (TM_FILE): Set to tm-fbsd.h.
11877         * config/i386/nbsd.mt (TDEPFILES): Reformat.
11878         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11879         solib-svr4.o.
11880         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11881         solib-svr4.o.
11882         (TM_FILE): Set to nm-nbsd.h.
11883         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
11884         Simplify shared library support.  Don't include "elf/common.h".
11885         (SVR4_SHARED_LIBS): Don't define.
11886         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
11887         "solib.h".
11888         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11889         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
11890         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
11891         Don't include "i386/tm-i386.h".  Include "solib.h".
11892         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
11893         Don't include "i386/tm-i386.h".
11894         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
11895         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
11896         Include "i386/xm-i386.h".
11897         (HOST_LONG_DOUBLE_FORMAT): Remove.
11898
11899         Fix OpenBSD/i386 sigtramp recognition.
11900         * i386-tdep.h: Update copyright year.
11901         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11902         (i386bsd_sigtramp_end): New prototypes.
11903         (i386fbsd_sigtramp_start_addr): Renamed from
11904         i386fbsd_sigtramp_start.
11905         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11906         (i386obsd_sigtramp_start_addr): Renamed from
11907         i386obsd_sigtramp_start.
11908         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11909         * i386bsd-tdep.c: Update copyright year.
11910         (i386bsd_pc_in_sigtramp): Make public.
11911         * i386fbsd-nat.c: Update copyright year.
11912         (_initialize_i386fbsd_nat): Adjust for renamed variables.
11913         * i386fbsd-tdep.c: Update copyright year.
11914         (i386fbsd_sigtramp_start_addr): Renamed from
11915         i386fbsd_sigtramp_start.
11916         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11917         (i386fbsdaout_init_abi): Adjust for renamed variables.
11918         * i386obsd-nat.c: Update copyright year.
11919         (_initialize_i386obsd_nat): Adjust for renamed variables.
11920         * i386obsd-tdep.c: Include "target.h".
11921         (i386obsd_page_size): New variable.
11922         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11923         (i386obsd_sigtramp_end): New functions.
11924         (i386obsd_sigtramp_start_addr): Renamed from
11925         i386obsd_sigtramp_start.
11926         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11927         (i386obsd_init_abi): Adjust for renamed variables.  Set
11928         pc_in_sigtramp, sigtramp_start and sigtramp_end.
11929         * Makefile.in (i386obsd-tdep.o): Update dependencies.
11930
11931         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11932         trampoline change in OpenBSD kernel.
11933
11934         * amd64-nat.c: Update copyright year.
11935         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11936         architecture from REGCACHE.
11937
11938         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11939         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11940
11941 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
11942
11943         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11944         i[34567]86-*-openbsd3.[0-3].
11945         * config/i386/obsdaout.mh: New file.
11946
11947         * config/i386/obsd.mh (MH_FLAGS): Remove.
11948
11949         Fix PR build/1549.
11950         * i386obsd-tdep.c: Update copyright years.  Include
11951         "solib-svr4.h".
11952         (i386obsd_init_abi): Don't set regset_from_core_section here.
11953         (i386obsd_aout_init_abi): New function.  Set
11954         regset_from_core_section here.
11955         (i386obsd_elf_init_abi): New function.
11956         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11957         * Makefile.in (i386obsd-tdep.o): Update dependecies.
11958         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11959         (TM_FILE): Set to tm-nbsd.h.
11960
11961         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11962         solib-sunos.o.
11963
11964         * solib-svr4.h: Update copyright year.
11965         (svr4_ilp32_fetch_link_map_offsets)
11966         (svr4_lp64_fetch_link_map_offsets): New prototype.
11967         * solib-svr4.c: Update copyright year.
11968         (svr4_ilp32_fetch_link_map_offsets)
11969         (svr4_lp64_fetch_link_map_offsets): New function.
11970
11971 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
11972
11973         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11974         to the partial symbol table.
11975
11976 2004-02-20  J. brobecker  <brobecker@gnat.com>
11977
11978         * PROBLEMS: Add description of problem documented under gdb/1560.
11979
11980 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
11981
11982         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
11983         comments.
11984         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11985         functions.
11986         (amd64obsd_init_abi): Reorder initializations.  Use
11987         amd64obsd_r_reg_offset to initialize the general-purpose register
11988         set details.  Set regset_from_core_section.
11989         (_initialize_amd64obsd_tdep): Rename from
11990         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
11991         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11992         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11993
11994         * NEWS (New native configurations): Mention OpenBSD/alpha.
11995         * configure.tgt: Add alpha*-*-openbsd*.
11996         * configure.host: Add alpha*-*-openbsd*.
11997         * alphanbsd-tdep.c: Update copyright year.
11998         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11999
12000 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12001
12002         Fix PR tdep/1372.
12003         * configure.tgt: Delete target "none-*-*".
12004         * configure.host: Delete host "none-*-*".
12005         * config/none/none.mh: Delete file.
12006         * config/none/none.mt: Delete file.
12007         * config/none/xm-none.h: Delete file.
12008         * config/none/tm-none.h: Delete file.
12009         * config/none/nm-none.h: Delete file.
12010
12011 2004-02-19  Fred Fish  <fnf@redhat.com>
12012
12013         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
12014         cache->uses_fp prior to setting it.
12015
12016 2004-02-19  Fred Fish  <fnf@redhat.com>
12017
12018         Fix for PR breakpoint/1558.
12019         * sh-tdep.c (IS_JSR): New macro.
12020         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
12021
12022 2004-02-19  Jim Blandy  <jimb@redhat.com>
12023
12024         * findvar.c (value_from_register): Doc fix.
12025
12026 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
12027
12028         * printcmd.c (print_scalar_formatted): Do not check for sizeof
12029         type being greater than sizeof of host's LONGEST.  Always use
12030         unpack_long() unless format 'f' chosen.
12031
12032 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
12033
12034         Committed by Elena Zannoni  <ezannoni@redhat.com>
12035
12036         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
12037         contains a symbol wich is the best, non-exact match for the given
12038         pc.  Update comments.
12039
12040 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
12041
12042         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
12043         macro, which was part of the now removed Mach 3 port.
12044         * utils.c (request_quit): Ditto.
12045
12046 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
12047
12048         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
12049         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
12050
12051 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12052
12053         Committed by Mark Kettenis  <kettenis@gnu.org>.
12054
12055         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
12056         Define.
12057
12058 2004-02-18  Andrew Cagney  <cagney@redhat.com>
12059
12060         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
12061         CONFIG_INSTALL and CONFIG_UNINSTALL.
12062         * configure: Re-generate.
12063         * interps.h (INTERP_TUI): Define.
12064         * Makefile.in: Update dependencies.
12065         (TUI): New macro.
12066         (tui-main.o): Specify dependencies.
12067         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
12068         * tui/tui-main.c: New file.
12069
12070 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
12071
12072         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
12073         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
12074         dependencies.
12075         * configure.host: Add x86_64-*-openbsd*.
12076         * configure.tgt: Add x86_64-*-openbsd*.
12077         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
12078
12079         * tui/tui.c: Don't include <malloc.h>.
12080
12081         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
12082         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
12083         amd64nbsd-tdep.c.
12084
12085         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
12086         static.  Remove extraneous whitespace.
12087         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
12088         static.
12089
12090 2004-02-17  Jim Blandy  <jimb@redhat.com>
12091
12092         * findvar.c (value_from_register): Doc fix.
12093
12094 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12095
12096         Committed by Jim Blandy  <jimb@redhat.com>.
12097
12098         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
12099         CORE_ADDR as type for selectors.  Correct types for GNU run time
12100         message lookup function to use double indirection.
12101         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
12102         * objc-lang.h (lookup_child_selector): Adapt prototype.
12103
12104         * s390-nat.c (SUBOFF): New macro.
12105         (supply_gregset, fill_gregset): Use it to handle debugging
12106         of 32-bit exectuables running under a 64-bit kernel.
12107         * s390-tdep.c: Include "solib-svr4.h".
12108         (s390_svr4_fetch_link_map_offset): New function.
12109         (s390x_svr_fetch_link_map_offset): Likewise.
12110         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
12111         * Makefile.in (s390-tdep.o): Update dependencies.
12112
12113         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
12114         "frame-unwind.h".
12115         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
12116         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
12117         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
12118         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
12119         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
12120         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
12121         S390_SIGNAL_FRAMESIZE,
12122         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
12123         (struct frame_extra_info): Remove.
12124         (s390_memset_extra_info): Remove.
12125         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
12126         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
12127         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
12128         (is_rse): Renamed to ...
12129         (is_rsy): ... this.  Support long displacements.
12130         (is_rxe): Renamed to ...
12131         (is_rxy): ... this.  Support long displacements.
12132         (compute_x_addr): Support long displacements.
12133         (struct s390_prologue_data): New data type.
12134         (s390_on_stack): Change API to use struct s390_prologue_data.
12135         (s390_store): Reimplement.
12136         (s390_load): New function.
12137         (s390_get_signal_frame_info): Remove.
12138         (s390_get_frame_info): Remove, replace by ...
12139         (s390_analyze_prolog): ... this new function.
12140         (s390_check_function_end): Remove.
12141         (s390_function_start): Remove.
12142         (s390_frameless_function_invokation): Remove.
12143         (s390_is_sigreturn): Remove.
12144         (s390_init_frame_pc_first): Remove.
12145         (s390_init_frame_extra_info): Remove.
12146         (s390_frame_init_saved_regs): Remove.
12147         (s390_frame_saved_pc_nofix): Remove.
12148         (s390_frame_saved_pc): Remove.
12149         (s390_frame_chain): Remove.
12150         (s390_fp_regnum, s390_read_fp): Remove.
12151         (s390_pop_frame_regular, s390_pop_frame): Remove.
12152         (s390_saved_pc_after_call): Remove.
12153         (s390_skip_prologue): Reimplement.
12154         (s390_in_function_epilogue_p): Support long displacements.
12155         (struct s390_unwind_cache): New data structure.
12156         (s390_frame_unwind_cache): New function.
12157         (s390_prologue_frame_unwind_cache): Likewise.
12158         (s390_backchain_frame_unwind_cache): Likewise.
12159         (s390_frame_this_id, s390_frame_prev_register): Likewise.
12160         (s390_frame_unwind): Define.
12161         (s390_frame_sniffer): New function.
12162         (struct s390_pltstub_unwind_cache): New data structure.
12163         (s390_pltstub_frame_unwind_cache): New function.
12164         (s390_pltstub_frame_this_id): Likewise.
12165         (s390_pltstub_frame_prev_register): Likewise.
12166         (s390_pltstub_frame_unwind): Define.
12167         (s390_pltstub_frame_sniffer): New function.
12168         (struct s390_sigtramp_unwind_cache): New data structure.
12169         (s390_sigtramp_frame_unwind_cache): New function.
12170         (s390_sigtramp_frame_this_id): Likewise.
12171         (s390_sigtramp_frame_prev_register): Likewise.
12172         (s390_sigtramp_frame_unwind): Define.
12173         (s390_sigtramp_frame_sniffer): New function.
12174         (s390_frame_base_address, s390_local_base_address): New functions.
12175         (s390_frame_base): Define.
12176         (s390_unwind_pc, s390_unwind_sp): New function.
12177         (s390_push_dummy_call): Use new frame base location.
12178         (s390_unwind_dummy_id): Likewise.
12179         (s390_gdbarch_init): Remove calls to:
12180         set_gdbarch_frameless_function_invocation,
12181         set_gdbarch_deprecated_init_frame_pc,
12182         set_gdbarch_deprecated_frame_chain,
12183         set_gdbarch_deprecated_frame_init_saved_regs,
12184         set_gdbarch_deprecated_pop_frame,
12185         set_gdbarch_deprecated_init_extra_frame_info,
12186         set_gdbarch_deprecated_init_frame_pc_first,
12187         set_gdbarch_deprecated_target_read_fp,
12188         set_gdbarch_deprecated_frame_saved_pc,
12189         set_gdbarch_deprecated_saved_pc_after_call,
12190         set_gdbarch_deprecated_fp_regnum.
12191         Add calls to:
12192         set_gdbarch_in_solib_call_trampoline,
12193         frame_unwind_append_sniffer,
12194         frame_base_set_default,
12195         set_gdbarch_unwind_pc,
12196         set_gdbarch_unwind_sp.
12197         * Makefile.in (s390-tdep.o): Update dependencies.
12198
12199         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
12200         (S390_STACK_FRAME_OVERHEAD): Remove.
12201         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12202         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12203         (s390_promote_integer_argument): Remove.
12204         (s390_cannot_extract_struct_value_address): Remove.
12205         (s390_use_struct_convention, s390_store_struct_return): Remove.
12206         (s390_extract_return_value, s390_store_return_value): Remove.
12207         (s390_return_value_convention, s390_return_value): New functions.
12208         (is_float_singleton): Handle typedefs.
12209         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
12210         Remove, replace by ...
12211         (s390_function_arg_pass_by_reference, s390_function_arg_float,
12212         s390_function_arg_integer): ... these new functions.
12213         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12214         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12215         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12216         Fill in tdep->abi.
12217         Remove calls to:
12218         set_gdbarch_deprecated_store_struct_return,
12219         set_gdbarch_deprecated_extract_return_value,
12220         set_gdbarch_deprecated_store_return_value,
12221         set_gdbarch_use_struct_convention,
12222         set_gdbarch_extract_struct_value_address,
12223         set_gdbarch_deprecated_pc_in_call_dummy,
12224         set_gdbarch_deprecated_push_arguments,
12225         set_gdbarch_deprecated_save_dummy_frame_tos,
12226         set_gdbarch_deprecated_push_return_address,
12227         set_gdbarch_deprecated_sizeof_call_dummy_words,
12228         set_gdbarch_deprecated_call_dummy_words,
12229         set_gdbarch_deprecated_dummy_write_sp.
12230         Add calls to:
12231         set_gdbarch_push_dummy_call,
12232         set_gdbarch_unwind_dummy_id,
12233         set_gdbarch_return_value.
12234
12235         * config/s390/nm-linux.h: Update comments.
12236         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12237         (STOPPED_BY_WATCHPOINT): Redefine.
12238         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12239         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12240         (s390_stopped_by_watchpoint): Likewise.
12241         (watch_area_cnt): Remove.
12242         * s390-nat.c: Update comments.
12243         (watch_area): Remove typedef.
12244         Global replace watch_area by struct watch_area.
12245         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12246         (s390_stopped_by_watchpoint): Remove pid argument,
12247         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
12248         (s390_fix_watch_points): Remove pid argument,
12249         use s390_inferior_tid.  Recompute area spanned by watchpoints.
12250         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12251         argument.  Reimplement.
12252
12253         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
12254         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12255         (FETCH_INFERIOR_REGISTERS): Define.
12256         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12257         core-regset.o.
12258         * config/s390/s390x.mt: Remove.
12259         * config/s390/tm-s390.h: Remove.
12260         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12261         (TARGET_ELF64): Remove.
12262         (SKIP_TRAMPOLINE_CODE): Do not undefine.
12263         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12264         s390*-*-* case; always set gdb_target to s390.
12265         * regformats/reg-s390.dat: Remove control registers.
12266         * regformats/reg-s390x.dat: Likewise.
12267         * s390-tdep.h: New file.
12268         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12269         Include "inferior.h" and "s390-tdep.h".
12270         Remove private definition of offsetof.
12271         (s390_register_u_addr): Remove.
12272         (regmap_gregset, regmap_fpregset): Define.
12273         (supply_gregset, fill_gregset): Reimplement.
12274         (supply_fpregset, fill_fpregset): Likewise.
12275         (s390_inferior_tid): New function.
12276         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12277         (fetch_inferior_registers, store_inferior_registers): Likewise.
12278         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
12279         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
12280         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12281         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12282         (struct gdbarch_tdep): Define.
12283         (struct s390_register_info): Define.
12284         (s390_register_info): New variable.
12285         (s390_register_name): Reimplement.
12286         (s390_register_type): New function.
12287         (s390_register_raw_size, s390x_register_raw_size): Remove.
12288         (s390_cannot_fetch_register): Remove.
12289         (s390_register_byte): Remove.
12290         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12291         (s390_dwarf_regmap): New variable.
12292         (s390_dwarf_reg_to_regnum): New function.
12293         (s390_stab_reg_to_regnum): Remove.
12294         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12295         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12296         (s390_convert_register_p): Likewise.
12297         (s390_register_to_value, s390_value_to_register): Likewise.
12298         (s390_register_reggroup_p): Likewise.
12299         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12300         s390_gregset, s390x_gregset, s390_fpregset): New variables.
12301         (s390_supply_regset, s390_regset_from_core_section): New functions.
12302         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12303         (S390_FPR_SIZE): Likewise.
12304         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
12305         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12306         (S390_NUM_GPRS): Move here from tm-s390.h.
12307         (S390_NUM_FPRS): Likewise.
12308         (s390_in_function_epilogue_p): New function.
12309         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12310         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12311         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12312         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12313         Replace S390_FP_REGNUM by S390_SP_REGNUM.
12314         Remove calls to:
12315         set_gdbarch_deprecated_max_register_raw_size,
12316         set_gdbarch_deprecated_max_register_virtual_size,
12317         set_gdbarch_deprecated_register_byte,
12318         set_gdbarch_cannot_fetch_register,
12319         set_gdbarch_cannot_store_register,
12320         set_gdbarch_deprecated_register_size,
12321         set_gdbarch_deprecated_register_raw_size,
12322         set_gdbarch_deprecated_register_virtual_size,
12323         set_gdbarch_deprecated_register_virtual_type,
12324         set_gdbarch_deprecated_register_bytes.
12325         Add calls to:
12326         set_gdbarch_num_pseudo_regs,
12327         set_gdbarch_register_type,
12328         set_gdbarch_convert_register_p,
12329         set_gdbarch_register_to_value,
12330         set_gdbarch_value_to_register,
12331         set_gdbarch_register_reggroup_p,
12332         set_gdbarch_regset_from_core_section,
12333         set_gdbarch_pseudo_register_read,
12334         set_gdbarch_pseudo_register_write,
12335         set_gdbarch_in_function_epilogue_p.
12336         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12337         (s390_tdep_h): New variable.
12338
12339 2004-02-17  Jim Blandy  <jimb@redhat.com>
12340
12341         * findvar.c (value_from_register): If the type has no length, just
12342         return an acceptable value --- don't report an internal error.
12343
12344         * stabsread.c (read_type): If we find any type numbers that are
12345         forward references, complain if the references aren't resolved by
12346         the time we're finished reading.
12347         (cleanup_undefined_types): Make error message more appropriate for
12348         a complaint.
12349
12350 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12351
12352         * Makefile.in (defs_h): Remove dependency on progress_h.
12353         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12354         progress.h.
12355         * main.c (captured_main): Delete use of START_PROGRESS and
12356         END_PROGRESS.
12357
12358 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12359
12360         * objfiles.c (terminate_minimal_symbol_table): Add back
12361         initialization of MSYMBOL_TYPE.
12362
12363 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
12364
12365         Committed by Andrew Cagney.
12366         * Makefile.in (ia64_tdep_h): New macro.
12367         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12368         (ia64-tdep.o): Likewise.
12369         * ia64-tdep.h: New file.
12370         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
12371         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12372         (ia64_aix_sigcontext_register_address): Likewise.
12373         (ia64_linux_getunwind_table): Delete declaration.
12374         * ia64-linux-tdep.c: Likewise.
12375
12376 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
12377
12378         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12379         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12380         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12381
12382 2004-02-17  Andrew Cagney  <cagney@redhat.com>
12383
12384         * symtab.c (skip_prologue_using_sal): New function.
12385         * symtab.h (skip_prologue_using_sal): Declare.
12386         * frv-tdep.c: Include "symtab.h".
12387         (skip_prologue_using_sal): Delete function.
12388         * mips-tdep.c (skip_prologue_using_sal): Delete function.
12389         * rs6000-tdep.c (refine_prologue_limit): Mention
12390         skip_prologue_using_sal.
12391         * ia64-tdep.c (refine_prologue_limit): Ditto.
12392         * Makefile.in: Update dependencies.
12393
12394 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12395
12396         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12397         START_INFERIOR_TRAPS_EXPECTED.
12398         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12399         START_INFERIOR_TRAPS_EXPECTED.
12400         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12401         Delete macro.
12402         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12403         macro, moved to "nm-osf.h".  Update copyright.
12404         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12405         update copyright.
12406
12407         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12408         and function replacing FRAMELESS_FUNCTION_INVOCATION.
12409         * blockframe.c (legacy_frameless_look_for_prologue): Rename
12410         frameless_look_for_prologue.
12411         * frame.h (legacy_frameless_look_for_prologue): Rename
12412         frameless_look_for_prologue.
12413         * gdbarch.h, gdbarch.c: Re-generate.
12414         * sh64-tdep.c (sh64_gdbarch_init): Update.
12415         * sh-tdep.c (sh_gdbarch_init): Update.
12416         * s390-tdep.c (s390_gdbarch_init): Update.
12417         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12418         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12419         * m68k-tdep.c (m68k_gdbarch_init): Update.
12420         (delta68_frame_args_address): Update.
12421         * m32r-tdep.c (m32r_gdbarch_init): Update.
12422         * hppa-tdep.c (hppa_gdbarch_init): Update.
12423         * h8300-tdep.c (h8300_gdbarch_init): Update.
12424         * frv-tdep.c (frv_gdbarch_init): Update.
12425         (frv_frameless_function_invocation): Update.
12426         * cris-tdep.c (cris_gdbarch_init): Update.
12427         (cris_frameless_function_invocation): Update.
12428         * avr-tdep.c (avr_gdbarch_init): Update.
12429         * arm-tdep.c (arm_gdbarch_init): Update.
12430         * stack.c (frame_info): Update, call predicate.
12431         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12432         * frame.c (legacy_get_prev_frame): Update, call predicate..
12433         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12434         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12435         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12436         invocation.
12437         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12438         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12439         * vax-tdep.c (vax_gdbarch_init): Ditto.
12440
12441         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12442         function.
12443
12444 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12445
12446         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12447         initializations.
12448
12449 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12450
12451         * tui/tui-windata.c: Include "gdb_string.h".
12452         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12453         * tui/tui-layout.c, tui/tui-command.c: Ditto.
12454         * Makefile.in: Update dependencies.
12455
12456 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12457
12458         * Makefile.in (infrun.o): Add $(gdb_assert_h).
12459         * infrun.c: Include "gdb_assert.h".
12460         (singlestep_ptid, saved_singlestep_ptid)
12461         (stepping_past_singlestep_breakpoint): New variables.
12462         (resume): Set singlestep_ptid.  Check for singlestep thread
12463         hop.
12464         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12465         (handle_inferior_event): Handle singlestep thread hop.
12466
12467 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12468
12469         * dwarf2-frame.c (dwarf2_frame_ops): New function.
12470         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12471         (dwarf2_frame_init_reg): Ditto.
12472
12473         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
12474         suggested by Joshua Neuheisel
12475
12476         * configure.in: Always check for curses, including pdcurses.
12477         Warn, instead of error, when no curses are found.  Enable TUI when
12478         curses is available.
12479         * configure: Re-generate.
12480
12481 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12482
12483         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12484         sh_sh4_register_convert_to_virtual.
12485         (sh_register_convert_to_raw): Rename from
12486         sh_sh4_register_convert_to_raw.
12487         (sh_pseudo_register_read): Accomodate above name change.
12488         (sh_pseudo_register_write): Ditto.
12489
12490 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12491
12492         * sh-tdep.c (sh_generic_register_name): Remove.
12493         (sh_gdbarch_init): Use sh_sh_register_name in default case.
12494
12495 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12496
12497         * configure.in (build_warnings): Add -Wunused-function.
12498         * configure: Re-generate.
12499
12500         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12501         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12502
12503         * procfs.c (procfs_init_inferior): Assume that
12504         START_INFERIOR_TRAPS_EXPECTED is defined.
12505         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12506         * config/ns32k/tm-nbsd.h: Delete file,
12507         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12508
12509         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12510         * config/vax/tm-vax.h: Delete file.
12511
12512         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12513         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12514         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12515         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12516         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12517         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12518         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12519
12520 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
12521
12522         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12523         * dwarf2-frame.c (dwarf2_frame_data): New variable.
12524         (struct dwarf2_frame_ops): New.
12525         (dwarf2_frame_default_init_reg): New function, based on
12526         dwarf2_frame_init_reg.
12527         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12528         (dwarf2_frame_init_reg): Call architecture-specific function.
12529         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12530         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12531         instead of dwarf2_frame_data.
12532         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12533         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12534
12535 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12536
12537         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12538         register_gdbarch_swap.
12539         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12540         * f-lang.c (_initialize_f_language): Update, use
12541         DEPRECATED_REGISTER_GDBARCH_SWAP.
12542         * remote.c (_initialize_remote): Ditto.
12543         * regcache.c (_initialize_regcache): Ditto.
12544         * parse.c (_initialize_parse): Ditto.
12545         * infrun.c (_initialize_infrun): Ditto.
12546         * mi/mi-main.c (_initialize_mi_main): Ditto.
12547         * gdbtypes.c (_initialize_gdbtypes): Ditto.
12548
12549         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12550         poking .cacheable directly.
12551         * symfile.c (symfile_bfd_open): Ditto.
12552
12553         * Makefile.in: Update all dependencies.
12554
12555         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12556         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
12557         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
12558         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12559         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12560
12561 2004-02-14  Andrew Cagney  <cagney@redhat.com>
12562
12563         * arch-utils.c (legacy_convert_register_p): Check
12564         DEPRECATED_REGISTER_CONVERTIBLE_P.
12565         * findvar.c (value_of_register): Ditto.
12566
12567         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12568         * gdbarch.h, gdbarch.c: Re-generate.
12569         * arch-utils.c (deprecated_register_convertible_not): Delete.
12570         * arch-utils.h (deprecated_register_convertible_not): Delete.
12571         * mi/mi-main.c (get_register): Update.  Update copyright.
12572         * infcmd.c (default_print_registers_info): Update.
12573
12574         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12575         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12576         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12577         * gdbarch.h, gdbarch.c: Re-generate.
12578         * frame.c (deprecated_get_next_frame_hack): Delete function.
12579         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12580         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12581         Update.
12582         * infcall.c (call_function_by_hand): Update.
12583
12584 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
12585
12586         * symfile.c (init_entry_point_info, entry_point_address): Move
12587         from here...
12588         * objfiles.c (init_entry_point_info, entry_point_address):..to
12589         here.
12590         * symfile.h (init_entry_point_info, entry_point_address): Remove
12591         prototypes.
12592         * objfiles.h (init_entry_point_info, entry_point_address):Add
12593         prototypes.
12594         * cris-tdep.c: Remove include of symfile.h. Add include of
12595         objfiles.h.
12596         * infcall.c: Ditto.
12597         * mcore-tdep.c: Ditto.
12598         * mn10300-tdep.c: Ditto.
12599         * sh64-tdep.c: Ditto.
12600         * v850-tdep.c: Ditto.
12601         * arm-tdep.c: Remove include of symfile.h.
12602         * blockframe.c: Ditto.
12603         * coffread.c: Ditto.
12604         * dbxread.c: Ditto.
12605         * dwarf2read.c: Ditto.
12606         * dwarfread.c: Ditto.
12607         * frv-tdep.c: Ditto.
12608         * ia64-tdep.c: Ditto.
12609         * mdebugread.c: Ditto.
12610         * mipsread.c: Ditto.
12611         * rs6000-tdep.c: Ditto.
12612         * s390-tdep.c: Ditto.
12613         * sh-tdep.c: Ditto.
12614         * xstormy16-tdep.c: Ditto.
12615         * gdbarch.sh: Remove include of symfile.h.
12616         * gdbarch.c: Regenerate.
12617         * solib-irix.c (enable_break): Use entry_point_address().
12618         Add comment about include file.
12619         * xcoffread.c: Add comment about include file.
12620         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12621         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12622         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12623         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12624         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12625
12626 2004-02-13  Andrew Cagney  <cagney@redhat.com>
12627
12628         * corelow.c (core_xfer_partial): Use "struct bfd_section".
12629         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12630         copyright.
12631         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12632
12633 2004-02-12  Fred Fish  <fnf@redhat.com>
12634
12635         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12636          set_gdbarch_store_return_value.
12637
12638 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12639
12640         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12641         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12642         (interrupt_query): Ditto.
12643         (ofunc): Delete unused variable.
12644         * cris-tdep.c (cris_abi): Delete unused function.
12645         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12646         (cris_get_wide_opcode, cris_get_short_size): Ditto.
12647         (cris_get_asr_quick_shift_steps): Ditto.
12648         (cris_skip_prologue_frameless_p): Ditto.
12649         * arm-tdep.c (arm_push_return_address): Delete unused function.
12650         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12651         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12652         * s390-tdep.c (s390_function_start): Delete unused function.
12653
12654 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12655
12656         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12657         gdbarch.h, gdbarch.c: Re-generate.
12658         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12659         to generic_prologue_frameless_p.
12660         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12661         * arch-utils.c (generic_prologue_frameless_p): Delete function.
12662
12663 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
12664
12665         * mips-linux-tdep.c: Include "frame.h".
12666         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12667         (mips_linux_skip_resolver): New functions.
12668         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12669         and set_gdbarch_in_solib_call_trampoline.
12670         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12671         to after set_gdbarch_in_solib_return_trampoline.  Only set the
12672         solib hooks to mips16 functions if the OS ABI is unknown.
12673         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12674         including "config/tm-linux.h".
12675         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12676         * Makefile.in (mips-linux-tdep.o): Update.
12677
12678 2004-02-11  David Carlton  <carlton@kealia.com>
12679
12680         * linespec.c (decode_compound): Only look for a class symbol when
12681         considering all but the rightmost component.
12682
12683 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12684
12685         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12686         abi code are are separatly grouped.
12687
12688 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12689
12690         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12691         * gdbarch.h, gdbarch.c: Re-generate.
12692         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12693         * v850-tdep.c (v850_gdbarch_init): Update.
12694         * sh64-tdep.c (sh64_gdbarch_init): Update.
12695         * sh-tdep.c (sh_gdbarch_init): Update.
12696         * s390-tdep.c (s390_gdbarch_init): Update.
12697         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12698         * mips-tdep.c (mips_gdbarch_init): Update.
12699         * mcore-tdep.c (mcore_gdbarch_init): Update.
12700         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12701         * m32r-tdep.c (m32r_gdbarch_init): Update.
12702         * ia64-tdep.c (ia64_gdbarch_init): Update.
12703         * hppa-tdep.c (hppa_gdbarch_init): Update.
12704         * h8300-tdep.c (h8300_gdbarch_init): Update.
12705         * frv-tdep.c (frv_gdbarch_init): Update.
12706         * d10v-tdep.c (d10v_gdbarch_init): Update.
12707         * cris-tdep.c (cris_gdbarch_init): Update.
12708         * avr-tdep.c (avr_gdbarch_init): Update.
12709         * arm-tdep.c (arm_gdbarch_init): Update.
12710         * alpha-tdep.c (alpha_gdbarch_init): Update.
12711
12712 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
12713
12714         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12715         comma.
12716         (sh_sh4al_dsp_register_name): Ditto.
12717
12718 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12719
12720         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12721         (mips_init_frame_pc_first): Delete function.
12722         (mips_frame_saved_pc): Delete function.
12723         (mips_frame_chain): Delete function.
12724         (mips_init_extra_frame_info): Delete function.
12725         (mips_xfer_register): Delete unused variable "reg".
12726         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12727         (mips_n32n64_return_value): Delete unused variable "reg".
12728         (mips_n32n64_return_value): Delete unused variable "pos".
12729         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12730         (mips_o32_return_value): Delete unused variable "pos".
12731         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12732         (mips_print_fp_register): Delete unused variable "namelen"
12733         (mips_print_fp_register): Delete unused variable "flt2"
12734         (get_frame_pointer): Delete function.
12735         (cached_proc_desc): Delete static variable.
12736         (mips_pop_frame): Delete function.
12737         (mips_find_saved_regs): Delete function.
12738         (mips_get_saved_register): Delete function.
12739         (mips_saved_pc_after_call): Delete function.
12740         (SIGFRAME_BASE): Delete macro.
12741         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12742         (SIGFRAME_PC_OFF): Delete macro.
12743         (SIGFRAME_REGSAVE_OFF): Delete macro.
12744         (mips_dump_tdep): Do not print deleted macro definitions.
12745
12746 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12747
12748         * Makefile.in (SFILES): Remove explictly listed tui files.
12749         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12750
12751 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
12752
12753         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12754         to use paddr functions to format ia64 addresses and long values.
12755         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12756         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12757         (get_kernel_table, ia64_find_proc_info_x): Ditto.
12758         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12759         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12760
12761 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12762
12763         * defs.h: Do not include "tui.h".
12764         * gdb_curses.h: New file.
12765         * tui/tui-hooks.h: New file.
12766         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12767         (tui_install_hooks, tui_remove_hooks): Delete declarations.
12768         (tui_initialize_io): Delete declaration.
12769         (tui_initialize_readline: Delete redundant declaration.
12770         (struct tui_point): Delete definition.
12771         * tui/tui-data.h (struct tui_point): Define.
12772         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12773         * utils.c: Include "tui/tui.h".
12774         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12775         * printcmd.c [TUI]: Include "tui/tui.h".
12776         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12777         * tui/tui-command.c: Include "gdb_curses.h".
12778         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12779         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12780         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12781         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12782         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12783         * Makefile.in: Update all dependencies.
12784         (tui_hooks_h, gdb_curses_h): Define.
12785         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12786
12787 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
12788
12789         * objfiles.h (struct objfile): Remove unused fields auxf1 and
12790         auxf2. Add comments about some other rarely used fields.
12791
12792 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12793
12794         * Makefile.in (init.c): Fix script removing duplicates. Problem
12795         reported by Peter Schauer.
12796
12797 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12798
12799         * bcache.c (bcache_xmalloc): Use obstack_init instead of
12800         obstack_specify_allocation.
12801         * objfiles.c (allocate_objfile): Ditto.
12802         * solib-sunos.c (solib_add_common_symbols)
12803         (allocate_rt_common_objfile): Ditto.
12804         * symfile.c (reread_symbols): Ditto.
12805         * gdb_obstack.h: Add comment.
12806
12807 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12808
12809         * linespec.c (decode_line_1, locate_first_half)
12810         (decode_compound, lookup_prefix_sym): Update comments. Delete old
12811         commented out code.
12812
12813 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
12814
12815         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12816         obstack_free.
12817
12818 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12819
12820         * blockframe.c (find_pc_partial_function): If find_pc_overlay
12821         fails, try find_pc_section.  Fix PR c++/1267.
12822         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12823         instead of find_pc_mapped_section.
12824         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12825         not default to the section containing PC.  Fix PR symtab/1519.
12826
12827 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12828
12829         * Makefile.in (mips-tdep.o): Update dependencies.
12830         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12831         "trad-frame.h".
12832         (mips_unwind_pc): Return the pseudo PC register.
12833         (mips_unwind_dummy_id): New function.
12834         (mips16_fetch_instruction): New function.
12835         (mips32_fetch_instruction): New function.
12836         (struct mips_frame_cache): Define.
12837         (mips_mdebug_frame_cache): New function.
12838         (mips_mdebug_frame_this_id): New function.
12839         (mips_mdebug_frame_prev_register): New function.
12840         (mips_mdebug_frame_unwind): Define.
12841         (mips_mdebug_frame_sniffer): New function.
12842         (mips_mdebug_frame_base_address): New function.
12843         (mips_mdebug_frame_base): Define.
12844         (mips_mdebug_frame_base_sniffer): New function.
12845         (mips_gdbarch_init): Append unwind and base sniffers.  Set
12846         unwind_dummy_id.
12847
12848 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12849
12850         * frame.c: Print both the register number and name.
12851
12852         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
12853         and a sed into a single sed.  Make .c and .o patterns more robust.
12854         (OBS): Delete.
12855         (INIT_FILES): Replace OBS with COMMON_OBS.
12856         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12857
12858 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
12859
12860         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12861         the PT_WCOOKIE request.
12862
12863 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12864
12865         * mips-tdep.c (mips_unwind_pc): New function.
12866         (mips_gdbarch_init): Set mips_unwind_pc.
12867
12868         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12869         (get_frame_id): Allow the UNKNOWN_FRAME.
12870         (frame_register_unwind, get_frame_type): Ditto.
12871
12872         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12873         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
12874         unwind_dummy_id indicates a legacy frame.
12875
12876         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12877         * configure: Re-generate.
12878
12879         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12880         methods.
12881
12882 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12883
12884         * configure.in (CONFIG_ALL): Set to Makefile target, and not
12885         makefile macro.
12886         * configure: Re-generate.
12887         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12888         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12889         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12890         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12891         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12892         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12893         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12894         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12895         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12896         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12897
12898 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12899
12900         * Makefile.in: Update all dependencies.
12901
12902         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12903         * configure: Re-generate.
12904         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12905         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12906         (COMMON_OBS): Add "main.o" and "annotate.o".
12907         (ANNOTATE_OBS): Delete.
12908         (OBS): Remove ANNOTATE_OBS.
12909         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12910         CONFIG_INITS.
12911         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12912         against CONFIG_OBS and "main.o".
12913         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12914         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12915
12916         * tui/tui-command.c: Include "gdb_string.h", delete register
12917         attribute, use ISO-C function signatures.
12918         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12919         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12920         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12921         * tui/tui.c: Ditto.
12922
12923         * tui/tui-command.c: Change variable and function names to lower
12924         case.
12925         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12926         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12927         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12928         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12929         * tui/tui-winsource.c, tui/tui.c: Ditto.
12930
12931 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12932
12933         * buildsym.c (free_pending_blocks, finish_block)
12934         (record_pending_block, make_blockvector, end_symtab): Replace
12935         symbol_obstack with objfile_obstack.
12936         * coffread.c (process_coff_symbol, coff_read_struct_type)
12937         (coff_read_enum_type): Ditto.
12938         * cp-namespace.c (initialize_namespace_symtab)
12939         (check_one_possible_namespace_symbol): Ditto.
12940         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12941         (dwarf2_symbol_mark_computed): Ditto.
12942         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12943         * elfread.c (elf_symtab_read): Ditto.
12944         * hpread.c (hpread_symfile_init, hpread_symfile_init)
12945         (hpread_read_enum_type, hpread_read_function_type)
12946         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12947         Ditto.
12948         * jv-lang.c (get_java_class_symtab, add_class_symbol)
12949         (java_link_class_type): Ditto.
12950         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12951         (new_symbol): Ditto.
12952         * minsyms.c (install_minimal_symbols): Ditto.
12953         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12954         (terminate_minimal_symbol_table): Replace symbol_obstack with
12955         objfile_obstack.
12956         (free_objfile): Remove freeing of symbol_obstack.
12957         * objfiles.h: Remove symbol_obstack field.
12958         * pa64solib.c (add_to_solist): Replace symbol_obstack with
12959         objfile_obstack.
12960         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12961         symbol_obstack.
12962         (solib_add_common_symbols): Replace symbol_obstack with
12963         objfile_obstack.
12964         * somsolib.c (som_solib_add): Ditto.
12965         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12966         (common_block_start, common_block_end): Ditto.
12967         * symfile.c (reread_symbols): Remove freeing and init of
12968         symbol_obstack.
12969         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12970         * symfile.h: Update comment.
12971         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12972         stats printing.
12973         * symtab.c (symbol_set_names): Replace symbol_obstack with
12974         objfile_obstack.
12975         * symtab.h (struct general_symbol_info, struct minimal_symbol):
12976         Update comments.
12977         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12978         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12979         objfile_obstack.
12980
12981 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12982
12983         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12984         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
12985         fields and variables.
12986         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12987         (m_beInvisible): Delete macro.
12988         * tui/tui-data.h: Fix case case fields and variables.
12989         (m_genWinPtrIsNull): Delete macro.
12990         (tui_win_list): Rename winList.
12991         (TUI_SRC_WIN): Rename srcWin.
12992         (TUI_DISASM_WIN): Rename disassemWin.
12993         (TUI_DATA_WIN): Rename dataWin.
12994         (TUI_CMD_WIN): Rename cmdWin.
12995         (m_genWinPtrNotNull): Delete macro.
12996         (m_winPtrIsNull): Delete macro.
12997         (m_winPtrNotNull): Delete macro.
12998         (tui_win_is_source_type): Replace m_winIsSourceType
12999         (tui_win_is_auxillary): Replace m_winIsAuzillary.
13000         (tui_win_has_locator): Replace m_hasLocator.
13001         (tui_set_win_highlight): Replace m_setWinHighlightOn and
13002         m_setWinHighlightOff.
13003         * tui/tui-data.c: Update references.
13004         (tui_win_is_source_type, tui_set_win_highlight): New functions.
13005         (tui_win_has_locator, tui_win_is_auxillary): New functions.
13006         * tui/tui-command.c, tui/tui-disasm.c: Update references.
13007         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
13008         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
13009         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13010         * tui/tui-winsource.c, tui/tui.c: Ditto.
13011
13012 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
13013
13014         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
13015         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
13016         StackGhost.
13017
13018         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
13019         variable `i6' to `i7'.
13020         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13021
13022 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13023
13024         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
13025         (TuiPoint, TuiPointPtr): Ditto.
13026         (TuiStatus, TuiStatusPtr): Ditto.
13027         (TuiWinType, TuiWinTypePtr): Ditto.
13028         (struct tui_point): Rename _TuiPoint.
13029         (tui_get_low_disassembly_address): Rename
13030         tuiGetLowDisassemblyAddress.
13031         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
13032         (tuiFree): Delete declaration.
13033         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
13034         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
13035         * tui/tui.c (tuiFree): Delete function.
13036         * cli/cli-cmds.c (disassemble_command): Update references.
13037         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
13038         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
13039         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
13040         * tui/tui-winsource.c: Ditto.
13041
13042 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
13043
13044         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
13045         coffstab_build_psymtabs, elfstab_build_psymtabs)
13046         (stabsect_build_psymtabs): Replace psymbol_obstack with
13047         objfile_obstack.
13048         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
13049         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
13050         Ditto.
13051         * dwarfread.c (scan_compilation_units): Ditto.
13052         * elfread.c (elfstab_offset_sections): Ditto.
13053         * hppa-tdep.c (read_unwind_info): Ditto.
13054         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
13055         (hpread_end_psymtab): Ditto.
13056         * mdebugread.c (mdebug_build_psymtabs, add_pending)
13057         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
13058         Ditto.
13059         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
13060         * objfiles.c (add_to_objfile_sections)
13061         (build_objfile_section_table): Ditto.
13062         (allocate_objfile): Remove init of psymbol_obstack.
13063         (free_objfile): Remove freeing of psymbol_obstack.
13064         * objfiles.h (struct objfile): Remove field
13065         psymbol_obstack. Update comments.
13066         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
13067         psymbol_obstack with objfile_obstack.
13068         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
13069         psymbol_obstack.
13070         * somread.c (som_symfile_offsets, init_import_symbols)
13071         (init_export_symbols): Replace psymbol_obstack with
13072         objfile_obstack.
13073         * somsolib.c (som_solib_add_solib_objfile): Ditto.
13074         * symfile.c (default_symfile_offsets, syms_from_objfile)
13075         (reread_symbols): Remove freeing and init of psymbol_obstack.
13076         (cashier_psymtab): Update comment.
13077         * symmisc.c (print_objfile_statistics): Don't report stats for
13078         psymbol obstack.
13079         * symtab.h (struct general_symbol_info, struct partial_symtab):
13080         Update comments.
13081         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
13082         (xcoff_symfile_offsets): Replace psymbol_obstack with
13083         objfile_obstack.
13084
13085 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
13086
13087         * objfiles.h (struct objfile): Add objfile_obstack field.
13088         Remove type_obstack field.
13089
13090         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
13091         read_structure_scope read_enumeration, new_symbol): Replace
13092         type_obstack with objfile_obstack.
13093         * dwarfread.c (struct_type, enum_type): Ditto.
13094         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
13095         (lookup_fundamental_type): Ditto.
13096         * gdbtypes.h (TYPE_ALLOC): Ditto.
13097         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
13098         (hpread_read_doc_function_type, hpread_read_struct_type)
13099         (fix_static_member_physnames, hpread_read_array_type)
13100         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
13101         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
13102         (java_link_class_type): Ditto.
13103         * mdebugread.c (parse_type): Ditto.
13104         * objfiles.c (allocate_objfile, free_objfile): Ditto.
13105         * solib-sunos.c (solib_add_common_symbols): Ditto.
13106         * stabsread.c (define_symbol, read_type, read_member_functions,
13107         read_cpp_abbrev, read_one_struct_field): Ditto.
13108         * symfile.c (reread_symbols): Ditto.
13109         * symmisc.c (print_objfile_statistics): Ditto.
13110
13111 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13112
13113         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
13114         (tui_exec_info_content): Rename TuiExecInfoContent.
13115         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
13116         (TuiWinInfo, TuiWinInfoPtr): Ditto.
13117         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
13118         (TuiList, TuiListPtr): Ditto.
13119         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
13120         (TuiDataType, TuiDataTypePtr): Ditto.
13121         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
13122         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
13123         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
13124         (TuiSourceElement, TuiSourceElementPtr): Ditto.
13125         (TuiDataElement, TuiDataElementPtr): Ditto.
13126         (TuiWinElement, TuiWinElementPtr): Ditto.
13127         (TuiDataInfo, TuiDataInfoPtr): Ditto.
13128         (TuiCommandElement, TuiCommandElementPtr): Ditto.
13129         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
13130         (TuiWhichElement, TuiWhichElementPtr): Ditto.
13131         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
13132         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
13133         * tui/tui-command.c, tui/tui-data.c: Update references.
13134         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
13135         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
13136         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13137         * tui/tui-winsource.c, tui/tui.c: Ditto.
13138
13139 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
13140
13141         * dwarf2-frame.h: Update copyright.
13142         (enum dwarf2_frame_reg_rule): New.
13143         (struct dwarf2_frame_state_reg): New.
13144         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
13145         * dwarf2-frame.c: Update copyright.
13146         (enum dwarf2_reg_rule): Remove.
13147         (struct dwarf2_frame_state): Remove defenition of `struct
13148         dwarf2_frame_state_reg'.
13149         (read_reg): Call get_frame_arch to get the architecture instead of
13150         using CURRENT_GDBARCH.
13151         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
13152         DWARF2_FRAME_.
13153         (dwarf2_frame_init_reg): New function.
13154         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
13155         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
13156         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
13157         tags with DWARF2_FRAME_.
13158         (dwarf2_frame_prev_register): Call get_frame_arch to get the
13159         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
13160         dwarf2_reg_rule' tags with DWARF2_FRAME_.
13161
13162 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13163
13164         * tui/tui-data.h (struct tui_list): Rename _TuiList.
13165         (enum tui_data_type): Rename _TuiDataType.
13166         (struct tui_layout_def): Rename _TuiLayoutDef.
13167         (struct tui_source_element): Rename _TuiSourceElement.
13168         (struct tui_data_element): Rename _TuiDataElement.
13169         (struct tui_command_element): Rename _TuiCommandElement.
13170         (struct tui_locator_element): Rename _TuiLocatorElement.
13171         (union tui_which_element): Define.
13172         (struct tui_win_element): Rename _TuiWinElement.
13173         (struct tui_data_info): Rename _TuiDataInfo.
13174         (struct tui_source_info): Rename _TuiSourceInfo.
13175         (struct tui_command_info): Rename _TuiCommandInfo.
13176         (tui_initialize_static_data): Rename initializeStaticData.
13177         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
13178         (tui_alloc_win_info): Rename allocWinInfo.
13179         (tui_init_generic_part): Rename initGenericPart.
13180         (tui_init_win_info): Rename initWinInfo.
13181         (tui_alloc_content): Rename allocContent.
13182         (tui_add_content_elements): Rename addContentElements.
13183         (tui_init_content_element): Rename initContentElement.
13184         (tui_free_window): Rename freeWindow.
13185         (tui_free_win_content): Rename freeWinContent.
13186         (tui_free_data_content): Rename freeDataContent.
13187         (tui_free_all_source_wins_content): Rename
13188         freeAllSourceWinsContent.
13189         (tui_del_window): Rename tuiDelWindow.
13190         (tui_del_data_windows): Rename tuiDelDataWindows.
13191         (tui_partial_win_by_name): Rename partialWinByName.
13192         (tui_win_name): Rename winName.
13193         (tui_current_layout): Rename currentLayout.
13194         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
13195         (tui_term_height): Rename termHeight.
13196         (tui_set_term_height_to): Rename setTermHeightTo.
13197         (tui_term_width): Rename termWidth.
13198         (tui_set_term_width_to): Rename setTermWidthTo.
13199         (tui_set_gen_win_origin): Rename setGenWinOrigin.
13200         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13201         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13202         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13203         (tui_source_windows): Rename sourceWindows.
13204         (tui_clear_source_windows): Rename clearSourceWindows.
13205         (tui_clear_source_windows_detail): Rename
13206         clearSourceWindowsDetail.
13207         (tui_clear_win_detail): Rename clearWinDetail.
13208         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13209         (tui_default_tab_len): Rename tuiDefaultTabLen.
13210         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13211         (tui_win_with_focus): Rename tuiWinWithFocus.
13212         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13213         (tui_layout_def): Rename tuiLayoutDef.
13214         (tui_win_resized): Rename tuiWinResized.
13215         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13216         (tui_next_win): Rename tuiNextWin.
13217         (tui_prev_win): Rename tuiPrevWin.
13218         (tui_add_to_source_windows): Rename addToSourceWindows.
13219         * tui/tui-winsource.c, tui/tui-win.c: Update references.
13220         * tui/tui-layout.c, tui/tui-source.c: Ditto.
13221         * tui/tui-stack.c, tui/tui-io.c: Ditto.
13222         * tui/tui.c, tui/tui-data.c: Ditto.
13223         * tui/tui-interp.c, tui/tui-data.c: Ditto.
13224         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13225
13226         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
13227         (struct symtab): Declare.
13228         (tui_set_source_content): Rename tuiSetSourceContent.
13229         (tui_show_symtab_source): Rename tuiShowSource.
13230         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13231         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13232         * tui/tui-source.c: Update copyright.  Update references.
13233         * tui/tui-win.c, tui/tui-winsource.c: Update references.
13234         * tui/tui-stack.c: Update references.
13235
13236         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
13237         (struct tui_win_info): Declare.
13238         (tui_scroll_forward): Rename tuiScrollForward.
13239         (tui_scroll_backward): Rename tuiScrollBackward.
13240         (tui_scroll_left): Rename tuiScrollLeft.
13241         (tui_scroll_right): Rename tuiScrollRight.
13242         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13243         (tui_resize_all): Rename tuiResizeAll.
13244         (tui_refresh_all_win): Rename tuiRefreshAll.
13245         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13246         * tui/tui-layout.c, * tui/tui-io.c: Update references.
13247         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13248         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13249
13250         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
13251         (tui_erase_data_content): Rename tuiEraseDataContent.
13252         (tui_display_all_data): Rename tuiDisplayAllData.
13253         (tui_check_data_values): Rename tuiCheckDataValues.
13254         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13255         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13256         (tui_first_data_element_no_in_line): Rename
13257         tuiFirstDataElementNoInLine.
13258         (tui_delete_data_content_windows): Rename
13259         tuiDeleteDataContentWindows.
13260         (tui_refresh_data_win): Rename tuiRefreshDataWin.
13261         (tui_display_data_from): Rename tuiDisplayDataFrom.
13262         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13263         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13264         * tui/tui-win.c, tui/tui-regs.c: Update references.
13265         * tui/tui-layout.c, tui/tui.c: Update references.
13266
13267         * tui/tui-wingeneral.h: Update copyright.
13268         (m_allBeVisible): Delete macro.
13269         (m_allBeInvisible): Delete macro.
13270         (struct tui_gen_win_info): Declare.
13271         (struct tui_win_info): Declare.
13272         (tui_unhighlight_win): Rename unhighlightWin.
13273         (tui_make_visible, tui_make_invisible): Replace makeVisible.
13274         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13275         (tui_make_window): Rename makeWindow.
13276         (tui_copy_win): Rename copyWin.
13277         (tui_box_win): Rename boxWin.
13278         (tui_highlight_win): Rename highlightWin.
13279         (tui_check_and_display_highlight_if_needed): Rename
13280         checkAndDisplayHighlightIfNeeded.
13281         (tui_refresh_all): Rename refreshAll.
13282         (tui_delete_win): Rename tuiDelwin.
13283         (tui_refresh_win): Rename tuiRefreshWin.
13284         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13285         (tui_make_visible, tui_make_invisible): New functions.
13286         (tui_make_all_visible, tui_make_all_invisible): New functions.
13287         (make_all_visible): Rename makeAllVisible.
13288         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13289         * tui/tui-data.c, tui/tui-winsource.c: Update references.
13290         * tui/tui-windata.c, tui/tui-win.c: Update references.
13291         * tui/tui-regs.c, tui/tui-layout.c: Update references.
13292         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13293
13294 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13295
13296         * proc-api.c (write_with_trace): Initialize local variable to
13297         silence compiler warning.
13298
13299 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13300
13301         * tui/tui-source.h: Do not include "defs.h".
13302         (struct tui_win_info): Declare.
13303         (tui_set_source_content_nil): Declare.
13304         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13305         (union tui_line_or_address): Rename _TuiLineOrAddress.
13306         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
13307         (tui_update_source_window): Rename tuiUpdateSourceWindow.
13308         (tui_update_source_window_as_is): Rename
13309         tuiUpdateSourceWindowAsIs.
13310         (tui_update_source_windows_with_addr): Rename
13311         tuiUpdateSourceWindowsWithAddr.
13312         (tui_update_source_windows_with_line): Rename
13313         tuiUpdateSourceWindowsWithLine.
13314         (tui_clear_source_content): Rename tuiClearSourceContent.
13315         (tui_erase_source_content): Rename tuiEraseSourceContent.
13316         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13317         (tui_show_source_content): Rename tuiShowSourceContent.
13318         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13319         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13320         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13321         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13322         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13323         (tui_update_exec_info): Rename tuiUpdateExecInfo.
13324         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13325         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13326         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13327         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13328         (struct tui_win_info): Declare.
13329         * tui/tui-stack.c: Update references.
13330         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13331         * tui/tui-win.c, tui/tui-source.c: Ditto.
13332         * tui/tui.c, tui/tui-disasm.c: Ditto.
13333
13334 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13335
13336         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13337         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
13338
13339 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
13340
13341         * infrun.c (handle_inferior_event): Allow for breakpoint
13342         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13343         and SIGEMT.  Update comments.
13344         * NEWS (Revised SPARC target): Mention support for non-executable
13345         stack.
13346
13347 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
13348
13349         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13350         * inftarg.c: Update copyright year.
13351         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13352         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13353         (sparc_xfer_wcookie): New function.
13354         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13355         * Makefile.in (sparc-nat.o): Update dependencies.
13356         * config/sparc/nm-nbsd.h: Include "target.h".
13357         (NATIVE_XFER_WCOOKIE): New define.
13358         (sparc_xfer_wcookie): New prototype.
13359
13360 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13361
13362         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13363         SYSCALL_TRAP function.
13364         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13365
13366 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13367             Daniel Jacobowitz  <drow@mvista.com>
13368
13369         * objfiles.h: Delete comments refering to inside_entry_func and
13370         DEPRECATED_FRAME_CHAIN_VALID.
13371         * defs.h (inside_entry_func): Update prototype..
13372         * blockframe.c (inside_entry_func): Rename to
13373         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
13374         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13375
13376 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
13377
13378         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
13379         outside of #ifdef SOLIB_ADD region.
13380         (do_restore_lang_radix_cleanup): Ditto.
13381         (resolve_pending_breakpoint): Ditto.
13382
13383 2004-02-03  Andrew Cagney  <cagney@redhat.com>
13384
13385         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13386         (process_note_abi_tag_sections): Delete unused function.
13387         (ia64_read_fp): Delete unused function.
13388         (gdbarch_extract_struct_value_address): Delete declaration.
13389
13390 2004-02-02  Andrew Cagney  <cagney@redhat.com>
13391
13392         * vax-tdep.c (vax_frame_chain): Delete call to
13393         deprecated_inside_entry_file.
13394         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13395
13396 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
13397
13398         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13399         column that's "empty" or "same value" when eliminating REG_RA
13400         rules.
13401
13402 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13403
13404         * NEWS: Add information about new pending breakpoint support.
13405
13406 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13407
13408         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13409         and pending fields for pending breakpoint support.
13410         * breakpoint.c (breakpoint_enabled): Add check for not pending.
13411         (condition_command): Only parse condition if not a pending
13412         breakpoint.
13413         (print_one_breakpoint): Add support for pending breakpoints.
13414         (describe_other_breakpoints): Add checks to verify we are not
13415         dealing with pending breakpoints.
13416         (check_duplicates): Don't check pending breakpoints.
13417         (set_raw_breakpoint): Initialize pending flag.
13418         (do_restore_lang_radix_cleanup): New cleanup routine.
13419         (resolve_pending_breakpoint): New function.
13420         (re_enable_breakpoints_in_shlibs): Try and resolve any
13421         pending breakpoints via resolve_pending_breakpoint.
13422         (mention): Add pending breakpoint support.
13423         (parse_breakpoint_sals): Add new parameter to pass to
13424         decode_line_1 to indicate silent errors when files or functions
13425         are not found.  Change all callers.
13426         (do_captured_parse_breakpoint): New function.
13427         (break_command_1): Change prototype to return an rc value and to
13428         take an optional pending breakpoint pointer.  Support creating
13429         a pending breakpoint if a "not found" form of error occurs when
13430         parsing the breakpoint.  Also support resolving an existing pending
13431         breakpoint and be silent if the resolution fails.
13432         (create_breakpoints): Change prototype to take pending breakpoint
13433         pointer.  When resolving a pending breakpoint, use the new pointer
13434         to provide a conditional or commands added by the end-user.
13435         (delete_breakpoint): Add appropriate check for pending.
13436         (breakpoint_re_set_one): Ditto.
13437         (do_enable_breakpoint): Ditto.
13438
13439 2004-02-02  David Carlton  <carlton@kealia.com>
13440
13441         * valops.c (enum oload_classification): New.
13442         (find_overload_match): Break implementation into separate
13443         functions; delete #if 0'd code; look for symbols within
13444         namespaces.
13445         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13446         (find_oload_champ,oload_method_static,classify_oload_match): New.
13447         * cp-support.h: Add declaration for cp_func_name; update
13448         declaration for make_symbol_overload_list.
13449         * cp-support.c (cp_func_name): New.
13450         (overload_list_add_symbol): Fix comment, use
13451         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13452         (make_symbol_overload_list): Take a function name and a namespace
13453         instead of a symbol; change implementation.
13454         (make_symbol_overload_list_using): New.
13455         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13456
13457 2004-02-02  Fred Fish  <fnf@redhat.com>
13458
13459         * main.c (gdb_stdtarg): Move definition to group with other
13460         gdb_stdtarg definitions and update copyright years.
13461         * remote-sim.c (gdb_os_write_stderr): Write output to
13462         gdb_stdtargerr stream instead of gdb_stdtarg stream.
13463         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13464         gdb_stderr stream and update copyright years.
13465
13466 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13467
13468         * Makefile.in (mips-linux-nat.o): Update dependencies.
13469         * mips-linux-nat.c: Include mips-tdep.h.
13470
13471 2004-02-01  Roland McGrath  <roland@redhat.com>
13472
13473         * sol-thread.c (sol_thread_xfer_partial): New function.
13474         (init_sol_thread_ops): Use that for to_xfer_partial hook.
13475         (init_sol_core_ops): Likewise.
13476
13477         * procfs.c (procfs_xfer_partial): New function.
13478         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13479         * Makefile.in (procfs.o): Add $(auxv_h) dep.
13480
13481         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13482         procfs_xfer_auxv function.
13483
13484         * procfs.c (procfs_make_note_section): If we can read
13485         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13486         * linux-proc.c (linux_make_note_section): Likewise.
13487
13488         * auxv.h: New file.
13489         * auxv.c: New file.
13490         * Makefile.in (auxv_h): New variable.
13491         (COMMON_OBS): Add auxv.o here.
13492         (auxv.o): New target.
13493
13494         * corelow.c (core_xfer_partial): New function.
13495         (init_core_ops): Use it for core_ops.to_xfer_partial.
13496
13497         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13498         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13499         macro if that is defined.
13500
13501 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13502
13503         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13504         and check the specified thread for each breakpoint.
13505         * breakpoint.h (bpstat_stop_status): Update prototype.
13506         * infrun.c (handle_inferior_event): Update calls to
13507         bpstat_stop_status.
13508
13509 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13510
13511         * Makefile.in (cli-cmds.o): Add $(readline_h).
13512
13513 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13514
13515         * cli/cli-cmds.c: Include readline.h.
13516         (complete_command): Pass the start of the last word to
13517         complete_line.
13518
13519 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13520
13521         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13522         argument, and change first argument to a CORE_ADDR.
13523         * breakpoint.h (bpstat_stop_status): Update prototype.
13524         * infrun.c (adjust_pc_after_break): Add a new comment.
13525         (handle_inferior_event): Update calls to bpstat_stop_status.
13526
13527 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13528
13529         * breakpoint.h: Update copyright years.
13530
13531 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13532
13533         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13534         (bpstat_stop_status): Don't decrement PC.
13535         * breakpoint.h (software_breakpoint_inserted_here_p): Add
13536         prototype.
13537         * infrun.c (adjust_pc_after_break): New function.
13538         (handle_inferior_event): Call it, early.  Remove later references
13539         to DECR_PC_AFTER_BREAK.
13540         (normal_stop): Add commentary.
13541
13542 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13543
13544         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13545         2004-01-27 double-free fix.
13546
13547 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
13548
13549         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13550         (sparc32_frame_prev_register): Handle StackGhost.
13551         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13552
13553 2004-01-29  Roland McGrath  <roland@redhat.com>
13554
13555         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13556         * configure: Regenerated.
13557
13558         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13559         * Makefile.in (procfs.o): Add dep.
13560
13561 2004-01-28  Andrew Cagney  <cagney@redhat.com>
13562
13563         * tui/tui-stack.h: Update copyright.
13564         (struct frame_info): Add opaque declaration.
13565         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13566         (tui_show_locator_content): Rename tuiShowLocatorContent.
13567         (tui_show_frame_info): Rename tuiShowFrameInfo.
13568         * tui/tui-stack.c: Update copyright.  Update references.
13569         * tui/tui-winsource.c: Update references.
13570         * tui/tui-win.c: Update references.
13571         * tui/tui-layout.c: Update references.
13572         * tui/tui-hooks.c: Update copyright, update references.
13573         * tui/tui.c: Update copyright, update references.
13574         * tui/tui-disasm.c: Update references.
13575
13576 2004-01-28  David Carlton  <carlton@kealia.com>
13577
13578         * dwarf2read.c (add_partial_structure): Use demangled name if
13579         namespace equals "".
13580
13581 2004-01-27  Jim Blandy  <jimb@redhat.com>
13582
13583         Clean up misapplied patch:
13584         * dwarf2read.c (determine_prefix): Change one of the two forward
13585         declarations for 'determine_prefix_aux' to a declaration for this.
13586         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
13587         argument to 'die_specification'.
13588
13589         * dwarf2read.c (read_func_scope): Re-indent comment.
13590
13591 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
13592
13593         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13594         b->exp to NULL after freeing so that error during re-parsing or
13595         evaluation of expressions associated with breakpoint don't
13596         eventually lead to re-freeing of storage.
13597         Committed by Andrew Cagney.
13598
13599 2004-01-27  Andrew Cagney  <cagney@redhat.com>
13600
13601         * source.c (ambiguous_line_spec): Delete undefined declaration.
13602         * m32r-rom.c (m32r_set_board_address): Delete unused function.
13603         (m32r_set_server_address, m32r_set_download_path): Ditto.
13604         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13605
13606 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
13607
13608         * dwarf2read.c: Update calls to changed and renamed functions, and
13609         references to moved variables.
13610
13611         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13612         language, language_defn, list_in_scope, and ftypes members.
13613         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13614         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13615         (baseaddr): Remove globals.
13616
13617         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
13618         (set_cu_language, die_is_declaration, die_specification)
13619         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13620         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13621         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13622         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13623
13624         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
13625         cu.list_in_scope.  Don't initialize cu_header_offset.
13626         (add_partial_symbol): Add local baseaddr.
13627         (psymtab_to_symtab_1): Add local baseaddr.  Use
13628         objfile->section_offsets for consistency.  Don't initialize
13629         cu_header_offset; do initialize cu.header.offset and
13630         cu.list_in_scope.
13631         (read_file_scope, read_func_scope, read_lexical_block_scope)
13632         (dwarf_decode_lines, new_symbol): Add local baseaddr.
13633
13634 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
13635
13636         * PROBLEMS: Add gdb/1516.
13637
13638 2003-12-29  Robert Millan  <robertmh@gnu.org>
13639
13640         Patch committed by Andrw Cagney.
13641         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13642         * configure.tgt: Match knetbsd*-gnu.
13643
13644 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13645
13646         * breakpoint.c (catch_command_1): Delete #ifdef code.
13647         (catch_fork_command_1): Delete #ifdef wrapper.
13648         (catch_exec_command_1): Ditto.
13649         (catch_load_command_1): Ditto.
13650         (catch_unload_command_1): Ditto.
13651
13652         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13653         (catch_breakpoint): Delete #if0ed function.
13654         (disable_catch_breakpoint): Ditto.
13655         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13656         (disable_catch, enable_catch, delete_catch): Ditto.
13657
13658 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13659
13660         * remote.c (echo_check, quit_flag): Delete variables.
13661         (cisco_kernel_mode): Delete variable.
13662         (minitelnet_return, tty_input, escape_count): Delete variables.
13663         (remote_cisco_mode): Delete variable.
13664         (remote_cisco_open, remote_cisco_close): Delete function.
13665         (remote_cisco_mourn, remote_cisco_wait): Delete function.
13666         (init_remote_cisco_ops): Delete function.
13667         (_initialize_remote): Do not install "remote cisco" code.
13668         (read_frame): Delete cisco specific code.
13669         (remote_info_process): Delete function.
13670         (remote_wait): Delete cisco specific code.
13671         (remote_cisco_section_offsets): Delete function.
13672         (remote_cisco_objfile_relocate): Delete function.
13673         (remote_async_wait): Delete cisco specific code.
13674         (minitelnet, readtty, readsocket): Delete function.
13675
13676 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13677
13678         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
13679         comments mentioning extract_returned_value_address.
13680         * infcmd.c (print_return_value): Update.  Add comments on
13681         extract_returned_value_address.
13682         * stack.c (return_command): Add comments on
13683         extract_returned_value_address.
13684         * values.c: Update comment.
13685         * m32r-tdep.c: Update comment.
13686         * sparc-tdep.c: Update comment.
13687         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13688         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13689         * sh64-tdep.c (sh64_gdbarch_init): Update.
13690         * sh-tdep.c (sh_gdbarch_init): Update.
13691         * s390-tdep.c (s390_gdbarch_init): Update.
13692         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13693         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13694         * m68k-tdep.c (m68k_gdbarch_init): Update.
13695         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13696         * m32r-tdep.c (m32r_gdbarch_init): Update.
13697         * ia64-tdep.c (ia64_gdbarch_init): Update.
13698         * h8300-tdep.c (h8300_gdbarch_init): Update.
13699         * frv-tdep.c (frv_gdbarch_init): Update.
13700         * arm-tdep.c (arm_gdbarch_init): Update.
13701         * alpha-tdep.c (alpha_gdbarch_init): Update.
13702
13703 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13704
13705         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13706         SYMBOL_LOCATION_FUNCS
13707         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13708         "struct symbol_ops".
13709         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13710         type to "struct symbol_ops".
13711         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13712         (struct symbol): Replace ".aux_value.loc.funcs" and
13713         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13714         (SYMBOL_OBJFILE): Delete macro.
13715         (SYMBOL_LOCATION_FUNCS): Delete macro.
13716         (SYMBOL_LOCATION_BATON): Update.
13717         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13718         intead of SYMBOL_LOCATION_FUNCS.
13719         * ax-gdb.c (gen_var_ref): Ditto.
13720         * printcmd.c (address_info): Ditto.
13721         * findvar.c (read_var_value): Ditto.
13722         (symbol_read_needs_frame): Ditto.
13723
13724 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13725
13726         * dwarf2read.c (read_func_scope): Document frame-base hack.
13727
13728 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13729
13730         * infcmd.c (print_return_value): Plug memory leak; delete
13731         ui_stream object.  Rename argument `structure_return' to
13732         `struct_return'.
13733
13734 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13735
13736         * infcmd.c (print_return_value): Wrap long lines.
13737         (finish_command_continuation, finish_command): Remove unused
13738         variable `funcaddr'.  Fix some coding-standards problems.
13739
13740         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13741         SECT_SIZE is large enough, not whether it's exactly the right size.
13742         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13743         TDEP->fpregset to zero.
13744
13745         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13746         floating-point registers for traditional NetBSD core files.
13747         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13748         TDEP->sizeof_fpregset here.
13749
13750 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13751
13752         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13753         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13754         function with code split out from
13755         sparc32nbsd_sigcontext_frame_cache.
13756         (sparc32nbsd_sigcontext_frame_cache): Use
13757         sparc32nbsd_sigcontext_saved_regs.
13758         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13759         OpenBSD.
13760         * sparcobsd-tdep.c: New file.
13761         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13762         (sparcobsd-tdep.o): New dependency.
13763         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13764         * config/sparc/obsd.mt: New file.
13765
13766         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13767         TDEP->fpregset to be initialized to enable core file register
13768         sets.
13769
13770 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
13771
13772         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13773         Add opaque declarations.
13774         (sparc64nbsd_sigcontext_saved_regs): New prototype.
13775         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13776         function with code split out from
13777         sparc64nbsd_sigcontext_frame_cache.
13778         (sparc64nbsd_sigcontext_frame_cache): Use
13779         sparc64nbsd_sigcontext_saved_regs.
13780         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13781         OpenBSD.
13782         * sparc64obsd-tdep.c: New file.
13783         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13784         (sparc64obsd-tdep.o): New dependency.
13785         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13786         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13787         * config/sparc/obsd64.mt: New file.
13788
13789         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13790         read the instruction at PC.
13791
13792         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13793         value of GDB_OSABI_DEFAULT.
13794         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13795         instead of GDB_OSABI_NETBSD_AOUT.
13796
13797 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
13798
13799         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13800         copyright.
13801
13802 2004-01-23  Andrew Cagney  <cagney@redhat.com>
13803
13804         * printcmd.c (display_command): Replace tui_set_display call with
13805         tui_set_layout_for_display_command.
13806         * tui/tui.h (enum tui_win_type): Define.
13807         (tui_set_layout): Delete declaration.
13808         (tui_set_layout_for_display_command): Rename set_tui_layout.
13809         * tui/tui-data.h (enum tui_layout_type): Define.
13810         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
13811         "tui.h".
13812         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13813         (tui_default_win_height): Rename tuiDefaultWinHeight.
13814         (tui_default_win_viewport_height): Rename
13815         tuiDefaultWinViewportHeight.
13816         (tui_set_layout): RenametuiSetLayout.
13817         * tui/tui-layout.c: Update references.
13818         * tui/tui.c: Update references.
13819         * tui/tui-disasm.c: Update references.
13820
13821 2004-01-23  David Carlton  <carlton@kealia.com>
13822
13823         Partial workaround for PR c++/1511:
13824         * cp-namespace.c: Include frame.h.
13825         (cp_lookup_transparent_type): New
13826         (cp_lookup_transparent_type_loop): New.
13827         * cp-support.h: Declare cp_lookup_transparent_type.
13828         * symtab.c (basic_lookup_transparent_type): Renamed from
13829         lookup_transparent_type.
13830         (lookup_transparent_type): Replace old body by a call to
13831         current_language->la_lookup_transparent_type.
13832         * symtab.h: Update copyright.  Declare
13833         basic_lookup_transparent_type.
13834         * language.h: Update copyright.
13835         (struct language_defn): Add la_lookup_transparent_type.
13836         * language.c: Update copyright.
13837         (unknown_language_defn): Add basic_lookup_transparent_type.
13838         (auto_language_defn): Add basic_lookup_transparent_type.
13839         (local_language_defn): Add basic_lookup_transparent_type.
13840         * ada-lang.c: Update copyright.
13841         (ada_language_defn): Add basic_lookup_transparent_type.
13842         * c-lang.c: Update copyright.
13843         (c_language_defn): Add basic_lookup_transparent_type.
13844         (cplus_language_defn): Add basic_lookup_transparent_type.
13845         (asm_language_defn): Add basic_lookup_transparent_type.
13846         (minimal_language_defn): Add basic_lookup_transparent_type.
13847         * f-lang.c: Update copyright.
13848         (f_language_defn): Add basic_lookup_transparent_type.
13849         * jv-lang.c: Update copyright.
13850         (java_language_defn): Add basic_lookup_transparent_type.
13851         * m2-lang.c: Update copyright.
13852         (m2_language_defn): Add basic_lookup_transparent_type.
13853         * objc-lang.c: Update copyright.
13854         (objc_language_defn): Add basic_lookup_transparent_type.
13855         * p-lang.c: Update copyright.
13856         (p_language_defn): Add basic_lookup_transparent_type.
13857         * scm-lang.c: Update copyright.
13858         (scm_language_defn): Add basic_lookup_transparent_type.
13859         * Makefile.in (cp-namespace.o): Depend on frame.h.
13860
13861 2004-01-23  David Carlton  <carlton@kealia.com>
13862
13863         Patch for PR c++/1520:
13864         * dwarf2read.c (read_func_scope): Set processing_current_prefix
13865         properly if we have a specification die.
13866         (determine_prefix_aux): Rename from determine_prefix.
13867         (determine_prefix): Like the old determine_prefix, but never
13868         returns NULL.
13869
13870 2004-01-23  Theodore A. Roth  <troth@openavr.org>
13871
13872         * avr-tdep.c: Update copyright.
13873         (avr_iaddr_p): Delete unused function.
13874         (avr_saddr_p): Delete unused function.
13875
13876 2004-01-23  David Carlton  <carlton@kealia.com>
13877
13878         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13879         Fix for PR symtab/1534.
13880
13881 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
13882
13883         * NEWS (New native configurations): Mention OpenBSD/sparc and
13884         OpenBSD/sparc64.
13885         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13886         * configure.host: Likewise.
13887         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13888         handler for OpenBSD.
13889         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13890
13891 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13892
13893         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13894         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13895
13896         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13897         * cli/cli-cmds.c (shell_escape): Likewise.
13898
13899         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13900         OpenBSD .note.openbsd.ident sections.
13901
13902 2004-01-22  David Carlton  <carlton@kealia.com>
13903
13904         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13905         get_scope_pc_bounds.
13906         (read_file_scope): Ditto.
13907         (get_scope_pc_bounds): New function, produced by extracting code
13908         from the above two functions, consolidating it, and adding support
13909         for DW_TAG_namespace.
13910
13911 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13912
13913         * osabi.c (MAX_NOTESZ): New define.
13914         (check_note): New function.
13915         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13916         check_note.
13917
13918 2004-01-21  Roland McGrath  <roland@redhat.com>
13919
13920         * MAINTAINERS (write after approval): Add myself.
13921
13922 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
13923
13924         * utils.c (init_page_info): Move declarations of `rows' and
13925         `cols' before the __GO32__-specific code.  Move the closing brace
13926         outside the #ifdef __GO32__..#endif block.
13927         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13928
13929 2004-01-21  Paul Brook  <paul@codesourcery.com>
13930
13931         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13932         BPSTAT_WHAT_CHECK_SHLIBS.
13933
13934 2004-01-21  Paul Brook  <paul@codesourcery.com>
13935
13936         * MAINTAINERS: Add myself to write-after-approval.
13937
13938 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13939
13940         * ax-gdb.c (print_axs_value): Delete unused function.
13941         * jv-lang.c (java_lookup_type): Delete unused function.
13942         * cli/cli-dump.c (dump_filetype): Delete unused function.
13943         * remote-mips.c (remote_mips_insert_hw_breakpoint)
13944         (remote_mips_remove_hw_breakpoint): Delete unused functions.
13945         (mips_getstring): Delete unused function.
13946         (pmon_insert_breakpoint): Delete #if0ed function.
13947         (PMON_MAX_BP): Delete #if0ed MACRO.
13948         (mips_pmon_bp_info): Delete #if0ed variable.
13949         (pmon_remove_breakpoint): Delete #if0ed function.
13950         * monitor.c (monitor_write_even_block): Delete unused function.
13951         (monitor_write_memory_block): Delete #if0ed code.
13952         * dink32-rom.c (dink32_load): Delete unused function.
13953         (_initialize_dink32_rom): Delete #if0ed code.
13954         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13955
13956         * tui/tui-command.c: Update references.
13957         * tui/tui-io.c: Update references.
13958         * tui/tui-command.h: Update copyright.
13959         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13960
13961         * source.c (ambiguous_line_spec): Delete never-defined function.
13962         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13963         * gdbtypes.c (add_name, add_mangled_type): Ditto.
13964         * cli/cli-cmds.c (validate_comname): Ditto.
13965
13966         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
13967         "tui-data.h".
13968         (tui_set_disassem_content): Rename tuiSetDisassemContent.
13969         (tui_show_disassem): Rename tuiShowDisassem.
13970         (tui_show_disassem_and_update_source): Rename
13971         tuiVerticalDisassemScroll.
13972         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13973         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13974         * tui/tui.h: Update copyright.
13975         (enum tui_status): Define.
13976         * tui/tui-data.h (enum tui_scroll_direction): Define.
13977         * tui/tui-disasm.c: Update copyright.  Update references.
13978         * tui/tui-winsource.c:  Update copyright.  Update references.
13979         * tui/tui-win.c: Update references.
13980         * tui/tui-layout.c: Update references.
13981
13982 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13983
13984         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13985         sym2 to start of block.
13986
13987 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
13988
13989         * MAINTAINERS: Delete mmalloc.
13990         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13991         * NEWS: Mention removal of --with-malloc.
13992         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13993         * config.in: Regenerate.
13994         * configure: Regenerate.
13995         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13996         USE_MMALLOC, MMCHECK_FORCE.
13997         * gdbinit.in: Remove mmalloc.
13998         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13999         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
14000         * config/i386/go32.mh: Likewise.
14001         * config/i386/interix.mh: Likewise.
14002         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
14003
14004 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
14005
14006         * linespec.c (decode_variable, symtab_from_filename):  Call
14007         error_silent with error message instead of throwing an exception
14008         directly.
14009         * defs.h (error_silent, error_output_message): Add prototypes.
14010         (catch_exceptions_with_msg): Ditto.
14011         * utils.c (error_silent, error_output_message): New functions.
14012         * top.c (catch_exceptions_with_msg): New function.
14013
14014 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
14015
14016         * mi/mi-cmds.h (enum print_values): Add definition.
14017
14018         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
14019         type and value for simple data types and just the name and type
14020         for complex ones, if required.
14021
14022         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
14023         children, if required.
14024
14025 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14026
14027         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
14028         unused declarations.
14029
14030 2004-01-19  Andrew Cagney  <cagney@redhat.com>
14031
14032         * top.h (mapped_symbol_files): Delete declaration.
14033         * main.c (captured_main): Delete option "m" and "mapped".
14034         * objfiles.c (mapped_symbol_files): Delete variable.
14035         * symfile.c (symbol_file_command): Delete mmap code.
14036         (symbol_file_add_with_addrs_or_offsets): Ditto.
14037         (add_symbol_file_command, reread_separate_symbols): Ditto.
14038         * objfiles.h (OBJF_MAPPED): Delete.
14039         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
14040         (free_objfile) [USE_MMALLOC]: Ditto.
14041         (open_existing_mapped_file): Delete function.
14042         (open_mapped_file): Delete function.
14043         (map_to_file): Delete function.
14044
14045 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14046
14047         * infrun.c (step_into_function): Account for possible breakpoint
14048         adjustment when computing ``stop_func_start''.
14049
14050 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14051
14052         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
14053         the region size against the size of a pointer, not the size of
14054         a register as given by DEPRECATED_REGISTER_SIZE.
14055
14056 2004-01-19  Andrew Cagney  <cagney@redhat.com>
14057
14058         * tui/tui-regs.h: Include "tui-data.h".
14059         (tuiFirstRegElementNoInLine): Delete declaration.
14060         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
14061         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
14062         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
14063         (tui_calculate_regs_column_count): Rename
14064         tuiCalculateRegsColumnCount.
14065         (tui_check_register_values): Rename tuiCheckRegisterValues.
14066         (tui_show_registers): Rename tuiShowRegisters.
14067         (tui_display_registers_from_line): Rename
14068         tuiDisplayRegistersFromLine.
14069         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
14070         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
14071         (tui_first_reg_element_no_inline): Rename
14072         tuiFirstRegElementNoInLine.
14073         * tui/tui-data.h: Update copyright.
14074         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
14075         * tui/tui-windata.c: Update copyright, update references.
14076         * tui/tui-regs.c: Update copyright, update references.
14077         * tui/tui-win.c: Update copyright, update references.
14078         * tui/tui-layout.c: Update copyright, update references.
14079
14080 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14081
14082         * tui/tui-io.c: Update copyright.
14083         (key_is_end_sequence, key_is_backspace): New functions.
14084         (key_is_command_char, key_is_start_sequence): New function.
14085         (tui_getc): Update references.
14086         * tui/tui-io.h: Update copyright.
14087         (m_tuiStartNewLine): Delete macro.
14088         (m_isBackspace, m_isDeleteChar): Delete macros.
14089         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
14090         (m_isNextPage, m_isPrevPage): Delete macros.
14091         (m_isLeftArrow, m_isRightArrow): Delete macros.
14092         (m_isXdbStyleCommandChar): Delete macro.
14093         (key_is_start_sequence): Declare, replace m_isStartSequence.
14094         (key_is_end_sequence): Declare, replace m_isEndSequence.
14095         (key_is_backspace): Declare ,replace m_isBackspace.
14096         (key_is_command_char): Declare, replace m_isCommandChar.
14097         * tui/tui-command.c: Update copyright.
14098         (tuiDispatchCtrlChar): Update references.
14099
14100         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
14101         tuiSourceWin.h.
14102
14103         * tui/tui-command.c: Rename tui/tuiCommand.c.
14104         * tui/tui-command.h: Rename tui/tuiCommand.h.
14105         * tui/tui-data.c: Rename tui/tuiData.c.
14106         * tui/tui-data.h: Rename tui/tuiData.h.
14107         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
14108         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
14109         * tui/tui-io.c: Rename tui/tuiIO.c.
14110         * tui/tui-io.h: Rename tui/tuiIO.h.
14111         * tui/tui-layout.c: Rename tui/tuiLayout.c.
14112         * tui/tui-layout.h: Rename tui/tuiLayout.h.
14113         * tui/tui-regs.c: Rename tui/tuiRegs.c.
14114         * tui/tui-regs.h: Rename tui/tuiRegs.h.
14115         * tui/tui-source.c: Rename tui/tuiSource.c.
14116         * tui/tui-source.h: Rename tui/tuiSource.h.
14117         * tui/tui-stack.c: Rename tui/tuiStack.c.
14118         * tui/tui-stack.h: Rename tui/tuiStack.h.
14119         * tui/tui-win.c: Rename tui/tuiWin.c.
14120         * tui/tui-win.h: Rename tui/tuiWin.h.
14121         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
14122         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
14123         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
14124         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
14125         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
14126         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
14127         * tui/tui-file.c: Update includes.
14128         * tui/tui-hooks.c: Update includes.
14129         * tui/tui-interp.c: Update includes.
14130         * tui/tui.c: Update includes.
14131         * Makefile.in: Update all tui/ dependencies.
14132         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
14133
14134         * Makefile.in: Update copyright.  Update dependencies.
14135
14136         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
14137         problem.
14138
14139 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14140
14141         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
14142         instead of register_gdbarch_init.
14143
14144         * remote-sds.c (tohex): Delete unused function.  Update copyright.
14145         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
14146         * v850-tdep.c (v850_register_virtual_size): Ditto.
14147         * target.c (normal_target_post_startup_inferior): Ditto.
14148         * source.c (ambiguous_line_spec): Ditto.
14149         * remote.c (adapt_remote_get_threadinfo): Ditto.
14150         * mi/mi-out.c (out_field_fmt): Ditto.
14151         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
14152         (output_control_change_notification): Ditto.
14153         * m68k-tdep.c (m68k_register_byte): Ditto.
14154         (m68k_remote_breakpoint_from_pc): Ditto.
14155         * ui-out.c (init_ui_out_state): Delete unused declaration.
14156         * stabsread.c (search_value): Ditto.
14157         * mi/mi-cmd-env.c (env_cli_command): Ditto.
14158         * maint.c (print_section_table): Ditto.
14159         * infrun.c (set_follow_fork_mode_command): Ditto.
14160
14161 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14162
14163         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
14164         DW_CFA_def_cfa_exporession.  Add support for
14165         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
14166         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
14167
14168 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14169
14170         * ocd.c: Update copyright.
14171         (bdm_read_register_command): Delete unused function.
14172         (_initialize_remote_ocd): Delete commented out reference.
14173         (get_quoted_char, reset_packet): Delete #if0ed function.
14174         (output_packet, put_quoted_char): Delete #if0ed function.
14175         (stu_put_packet, stu_get_packet): Delete #if0ed function.
14176         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
14177         (BDM_BREAKPOINT): Delete #if0ed macro.
14178         (remote_timeout): Delete #if0ed variable.
14179
14180 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14181
14182         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
14183         (core-sol2.o): Remove dependency.
14184         * core-sol2.c: Remove file.
14185
14186 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14187
14188         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
14189         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
14190         enums.
14191
14192 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14193
14194         * remote.c: Update copyright years.
14195
14196 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14197
14198         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
14199
14200 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14201
14202         * mdebugread.c: Update copyright.
14203         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14204         (parse_type, parse_procedure): Ditto.
14205         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14206
14207         * cris-tdep.c (cris_store_struct_return): Put back accidently
14208         deleted function.
14209
14210         * gdbarch.sh: Update copyright year.
14211         * gdbarch.h, gdbarch.c: Re-generate.
14212
14213 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14214
14215         Suggested by George Anzinger.
14216         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14217         correct stack offset.  Include unknown opcode numbers in the error
14218         message.
14219
14220 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14221
14222         * x86-64-tdep.c (x86_64_init_abi): No need to clear
14223         extract_struct_value_address, i386 does not set it.
14224         * sparc64-tdep.c (sparc64_init_abi): Do not set
14225         extract_struct_value_address, never called.
14226         (sparc64_extract_struct_value_address): Delete function.
14227         * m68hc11-tdep.c: Update copyright.
14228         (m68hc11_gdbarch_init): Delete redundant assignment of
14229         extract_struct_value_address.
14230         * i386-tdep.c: Update copyright.
14231         (i386_gdbarch_init): Do not set extract_struct_value_address,
14232         never called.
14233         (i386_extract_struct_value_address): Delete function.
14234         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14235         extract_struct_value_address, never called.
14236         (sparc32_extract_struct_value_address): #if 0 function.  Add
14237         comments explaining its future.
14238
14239 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14240
14241         * arm-tdep.c (arm_write_pc): New function.
14242         (arm_gdbarch_init): Call set_gdbarch_write_pc.
14243
14244 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14245
14246         * breakpoint.c (must_shift_inst_regs): Delete.
14247         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14248         and SHIFT_INST_REGS.
14249         * infcmd.c (step_1, step_1_continuation): Delete references to
14250         SHIFT_INST_REGS.
14251         * infrun.c (keep_going): Likewise.
14252         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14253         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14254
14255 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14256
14257         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14258         * gdbarch.h, gdbarch.c: Re-generate.
14259         * infcmd.c (print_return_value): Delete reference to
14260         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14261
14262         * cris-tdep.c (cris_gdbarch_init): Do not set
14263         deprecated_extract_struct_value_address.
14264
14265         * xstormy16-tdep.c: Update copyright.
14266         (xstormy16_extract_struct_value_address): Update to current
14267         extract struct value address interface.
14268         (xstormy16_gdbarch_init): Set extract_struct_value_address.
14269         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14270         current extract struct value address interface.
14271         (sh64_gdbarch_init): Set extract_struct_value_address.
14272
14273         * cris-tdep.c: Update copyright.
14274         (cris_extract_struct_value_address): Delete function.
14275         (struct_return_address): Delete variable.
14276         (cris_store_struct_return): Do not set struct_return_address.
14277
14278         * mcore-tdep.c: Update copyright.
14279         (mcore_extract_struct_value_address): Delete function.  Update
14280         comments.
14281         (mcore_gdbarch_init): Update.
14282         * mn10300-tdep.c: Update copyright.
14283         (mn10300_extract_struct_value_address): Delete function.
14284         (mn10300_gdbarch_init): Update.
14285         * v850-tdep.c: Update copyright.
14286         (v850_extract_struct_value_address): Delete.
14287         (v850_gdbarch_init): Update.
14288         * ns32k-tdep.c: Update copyright.
14289         (ns32k_extract_struct_value_address): Delete.
14290         (ns32k_gdbarch_init): Update.
14291         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14292         (hppa_gdbarch_init): Update.
14293         * vax-tdep.c: Update copyright.
14294         (vax_extract_struct_value_address): Delete.
14295         (vax_gdbarch_init): Update.
14296
14297         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14298         * gdbarch.h, gdbarch.c: Re-generate.
14299         * procfs.c (procfs_fetch_registers): Delete reference to
14300         DEPRECATED_NPC_REGNUM.
14301         (procfs_store_registers): Ditto.
14302         * regcache.c (generic_target_write_pc): Simplify.
14303         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
14304
14305         * core-sol2.c (fetch_core_registers): Replace
14306         DEPRECATED_NPC_REGNUM with equivalent tdep value.
14307
14308         * hppa-tdep.c: Update copyright year.
14309         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14310         NPC_REGNUM.
14311         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14312
14313         * mips-tdep.c (mips_write_pc): New function.
14314         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14315         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14316         (mips_find_saved_regs, mips_software_single_step: Ditto.
14317         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14318         mips_init_extra_frame_info, mips_pop_frame): Ditto.
14319
14320 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14321
14322         * mips-tdep.c: Re-indent.  Group functions by ABI.
14323
14324 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14325
14326         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14327         * gdbarch.c: Re-generate.
14328         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14329         DECR_PC_AFTER_BREAK to zero.
14330         * vax-tdep.c (vax_gdbarch_init): Ditto.
14331         * v850-tdep.c (v850_gdbarch_init): Ditto.
14332         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14333         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14334         * sh-tdep.c (sh_gdbarch_init): Ditto.
14335         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14336         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14337         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14338         * mips-tdep.c (mips_gdbarch_init): Ditto.
14339         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14340         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14341         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14342         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14343         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14344         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14345         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14346         * frv-tdep.c (frv_gdbarch_init): Ditto.
14347         * cris-tdep.c (cris_gdbarch_init): Ditto.
14348         * avr-tdep.c (avr_gdbarch_init): Ditto.
14349         * arm-tdep.c (arm_gdbarch_init): Ditto.
14350         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14351
14352 2004-01-17  J. Brobecker  <brobecker@gnat.com>
14353
14354         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14355         Delete, no longer used.
14356         (read_subrange_type): New function, mostly extracted from
14357         read_array_type().
14358         (read_array_type): Replace extracted code by call to
14359         read_subrange_type().
14360         (dwarf2_get_attr_constant_value): New function.
14361         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14362         (add_partial_symbol): Likewise.
14363         (process_die): Likewise.
14364         (new_symbol): Likewise.
14365         (read_type_die): Likewise.
14366
14367 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14368
14369         * symfile.c: Update copyright year.
14370         (compare_symbols): Delete unused function.
14371         * stabsread.c: Update copyright year.
14372         (lrs_general_complaint): Delete unused function.
14373         (ref_search_value): Ditto.
14374         (get_substring): Delete declaration.
14375         * sh64-tdep.c: Update copyright year.
14376         (sh64_get_gdb_regnum): Delete unused function.
14377         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14378         Delete unused function.
14379
14380 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
14381
14382         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14383         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14384
14385 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14386
14387         Changes from Peter Schauer.
14388         * rs6000-tdep.c: Update copyright year.
14389         (rs6000_push_dummy_call): Update the stack pointer before
14390         accessing the corresponding stack region.
14391         * rs6000-nat.c: Update copyright year.
14392         (set_host_arch): Set "info.abfd" to "exec_bfd".
14393
14394 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
14395
14396         * blockframe.c: Update copyright year.
14397         (inside_entry_func): Don't treat a zero PC specially.
14398
14399 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
14400
14401         * gcore.c (gcore_copy_callback): Use paddr_d to print size
14402         variable.
14403         (gcore_create_callback): Ditto.  Skip any memory segment that has
14404         no permissions set.
14405
14406 2004-01-14  David Carlton  <carlton@kealia.com>
14407
14408         Change symbols for C++ nested types to contain the fully qualified
14409         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
14410         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14411         c++/895.
14412         * c-exp.y (qualified_type): Handle types nested within classes.
14413         * cp-namespace.c: Update comments.
14414         (cp_set_block_scope): Delete #if 0.
14415         (cp_lookup_nested_type): Handle types nested within classes.
14416         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14417         when appropriate.
14418         (add_partial_symbol): Add the name of the enclosing namespace to
14419         types.
14420         (pdi_needs_namespace): New.
14421         (add_partial_namespace): Tweak comment.
14422         (add_partial_structure): New.
14423         (psymtab_to_symtab_1): Initialize processing_current_prefix
14424         here...
14425         (process_die): instead of here.
14426         (read_structure_scope): Try to figure out the name of the class or
14427         namespace that the structure might be defined within.
14428         (read_enumeration): Generate fully-qualified names, if possible.
14429         (read_namespace): Don't set name to NULL.
14430         (die_specification): New.
14431         (new_symbol): Generate fully-qualified names for types.
14432         (read_type_die): Determine appropriate prefix.
14433         (determine_prefix): New.
14434         (typename_concat): New.
14435         (class_name): New.
14436         * valops.c (value_aggregate_elt): Pass NOSIDE to
14437         value_struct_elt_for_reference.
14438         (value_struct_elt_for_reference): Make static, add NOSIDE
14439         parameter, call value_maybe_namespace_elt as a last resort.
14440         (value_namespace_elt): Break out code into
14441         value_maybe_namespace_elt.
14442         (value_maybe_namespace_elt): New.
14443
14444 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14445
14446         * mips-tdep.c (mips_convert_register_p): Handle both raw and
14447         cooked floating-point registers.
14448         (mips_gdbarch_init): Set convert_register_p, register_to_value,
14449         and value_to_register.
14450
14451 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14452
14453         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14454         * gdbarch.c: Re-generate.
14455         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14456         FUNCTION_START_OFFSET.
14457         * v850-tdep.c (v850_gdbarch_init): Ditto.
14458         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14459         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14460         * sh-tdep.c (sh_gdbarch_init): Ditto.
14461         * s390-tdep.c (s390_gdbarch_init): Ditto.
14462         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14463         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14464         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14465         * mips-tdep.c (mips_gdbarch_init): Ditto.
14466         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14467         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14468         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14469         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14470         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14471         * i386-tdep.c (i386_gdbarch_init): Ditto.
14472         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14473         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14474         * frv-tdep.c (frv_gdbarch_init): Ditto.
14475         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14476         * cris-tdep.c (cris_gdbarch_init): Ditto.
14477         * avr-tdep.c (avr_gdbarch_init): Ditto.
14478         * arm-tdep.c (arm_gdbarch_init): Ditto.
14479         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14480
14481 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
14482
14483         * infrun.c (follow_fork_mode_ask): Remove.
14484         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14485         (follow_fork): Simplify and remove internal error for
14486         follow_fork_mode_ask.
14487         (_initialize_infrun): Update "set follow-fork-mode" help text.
14488
14489 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14490
14491         * configure.in: Update copyright year.
14492         (build_warnings): Add -Wunused-label.
14493         * configure: Re-generate.
14494
14495 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14496
14497         * exec.h (exec_ops): Make "extern".
14498
14499         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14500         the function is void.
14501         (mips_pseudo_register_write): Ditto.
14502
14503 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14504
14505         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14506         call.  Never defined.
14507         * sparc-tdep.h (struct frame_info): Add opaque declaration.
14508         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14509         (struct sparc_gregset, struct regcache): Ditto.
14510         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
14511
14512 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14513
14514         * mi/ChangeLog: Delete file.  Renamed to ...
14515         * mi/ChangeLog-1999-2003: New file.
14516         * tui/ChangeLog: Delete file.  Renamed to ...
14517         * tui/ChangeLog-1998-2003: New file.
14518
14519 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
14520
14521         * sparc64nbsd-tdep.c: Include "regset.h".
14522         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14523         Remove variables.
14524         (fetch_core_registers): Remove function.
14525         (sparc64nbsd_core_fns): Remove variable.
14526         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14527         functions.
14528         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14529         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14530         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14531
14532         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14533         sparc_extract_struct_value_address.
14534         (sparc32_gdbarch_init): Set extract_struct_value_address.
14535         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14536         function.
14537         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
14538         return_value_on_stack.
14539
14540         * NEWS: Mention that %cs and %ss have been added to the AMD64
14541         configurations
14542
14543         * frame.c: Update copyright year.
14544         (get_prev_frame): Improve comment.
14545
14546         * sparc64fbsd-tdep.c: Include "regset.h".
14547         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14548         Remove variables.
14549         (fetch_core_registers): Remove function.
14550         (sparc64fbsd_core_fns): Remove variable.
14551         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14552         functions.
14553         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14554         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14555         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14556
14557         * sparcnbsd-tdep.c: Include "regset.h".
14558         (fetch_core_registers): Remove function.
14559         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14560         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14561         functions.
14562         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14563         TDEP->fpregset.
14564         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14565
14566         * sparc-tdep.h (struct regset): Provide opaque declaration.
14567         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14568         fpregset and sizeof_fpregset members.
14569         * sparc-tdep.c (struct regset): Provide opaque declaration.
14570         (sparc_regset_from_core_section): New function.
14571         (sparc32_gdbarch_init): Initialize TDEP->gregset,
14572         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14573         Set regset_from_core_section when appropriate.
14574
14575 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
14576
14577         * x86-64-tdep.c (amd64_non_pod_p): New function.
14578         (amd64_classify_aggregate): Return class memory for non-POD
14579         C++ structure types.
14580
14581         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14582         argument.  Use it to reserve a register if necessary.
14583         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14584         amd64_push_arguments.
14585
14586         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14587
14588         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
14589         register numbers in comments.
14590         * x86-64-tdep.h: Update copyright year.
14591         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14592         Adjust for addition of %cs and %ss.
14593         * amd64fbsd-nat.c: Update copyright year.
14594         (reg_offset): Add register offsets for %cs and %ss.
14595         * amd64fbsd-tdep.c: Update copyright year.
14596         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14597         (amd64fbsd_sc_reg_offset): Likewise.
14598         * x86-64-linux-nat.c: Update copyright year.
14599         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14600         and %ss.
14601         * amd64nbsd-nat.c: Update copyright year.
14602         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14603         * amd64nbsd-tdep.c: Update copyright year.
14604         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14605         * x86-64-linux-tdep.c: Update copyright year.
14606         (user_to_gdb_regmap): Add mapping for %cs and %ss.
14607         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14608         * regformats/reg-x86-64.dat: Add %cs and %ss.
14609
14610         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
14611         variables to prevent long lines.  Update comments to reflect
14612         reality.
14613
14614 2004-01-09  David Carlton  <carlton@kealia.com>
14615
14616         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
14617         * dwarf2read.c (read_namespace): Pull out name-generating code
14618         into namespace_name. Rename previous_namespace to previous_prefix
14619         and processing_current_namespace to processing_current_prefix..
14620         (namespace_name): New function.
14621         (add_partial_symbol): Substitute uses of pdi->name with
14622         actual_name.
14623         * cp-support.h: Rename processing_current_namespace to
14624         processing_current_prefix.
14625         Update copyright year.
14626         * cp-namespace.c: Rename processing_current_namespace to
14627         processing_current_prefix.
14628         Update copyright year.
14629
14630 2004-01-09  Andrew Cagney  <cagney@redhat.com>
14631
14632         * jv-valprint.c, ser-unix.c: Add missing copyright years.
14633
14634 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
14635
14636         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14637         complaining.
14638         (process_one_symbol): Deal with N_PATCH stabs.
14639
14640 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
14641
14642         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14643         ifdeffed code.
14644         Update copyright year.
14645
14646 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14647
14648         * config/pa/tm-hppa.h: Update extern declarations for
14649         hppa32_hpux_frame_saved_pc_in_sigtramp,
14650         hppa32_hpux_frame_base_before_sigtramp, and
14651         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14652
14653 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14654
14655         * config/pa/tm-hppah.h: Update copyright years.
14656
14657 2004-01-08  Andrew Cagney  <cagney@redhat.com>
14658
14659         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14660         (mips_o32_reg_struct_has_addr): Delete function.
14661         (mips_gdbarch_init): Update.
14662         (mips_extract_struct_value_address): Delete function.
14663
14664 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
14665
14666         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14667         reality.
14668
14669 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14670
14671         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14672         architecture's elf flags (when available).
14673
14674         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14675         FPU to the start, check the MIPS FPU when looking for an old
14676         architecture.
14677         (set_mipsfpu_single_command): Update the architecture.
14678         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14679
14680         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14681         (mips_mask_address_p): Add "tdep" parameter.
14682         (show_mask_address, mips_addr_bits_remove): Update.
14683         (mips_dump_tdep): Update.
14684         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14685         (MIPS_STACK_ARGSIZE): Delete macro.
14686         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14687         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14688         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14689         (mips_dump_tdep): Update.
14690         (MIPS_SAVED_REGSIZE): Delete macro.
14691         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14692         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14693         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14694         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14695         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14696         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14697         (mips_pop_frame, return_value_location): Update.
14698         (mips_n32n64_return_value, mips_dump_tdep): Update.
14699
14700         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14701         MIPS ABI.
14702
14703         * mips-tdep.c: Update copyright.
14704         (mips_gdbarch_init): Merge two code blocks handling the register
14705         name and number layout.
14706
14707 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
14708
14709         * tracepoint.c (validate_actionline): Fix segv at EOF
14710
14711 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14712
14713         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14714         properly for static fields.
14715
14716 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
14717             Jason Molenda  <jmolenda@apple.com>
14718
14719         * disasm.c: Update copyright to include 2004.
14720         (do_mixed_source_and_assembly): For uiout asm list
14721         and tuple cleanups, initialize to null_cleanup instead of
14722         NULL and do so prior to loop.  Only reset when we close off
14723         the tuple/list.  Move check for whether to close off the
14724         asm tuple/list to after dump_insns call where it will be run
14725         on each loop iteration.
14726
14727 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14728
14729         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14730         should be a switch case and not a label.
14731         * mips-tdep.c (mips32_next_pc): Delete unused labels
14732         "greater_equal_branch" and "less_zero_branch".
14733         * jv-valprint.c (java_print_value_fields): Delete unused label
14734         "flush_it".
14735
14736         * target.c (unpush_target): Only close a target that is in the
14737         target stack.
14738
14739 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
14740
14741         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14742         address from [sp + 64] instead of %o2.
14743
14744         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
14745         fixes PR backtrace/1476.
14746
14747 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14748
14749         * libunwind-frame.h (struct frame_id): Add opaque declaration,
14750         move to start of file.
14751         * i386-tdep.h (struct regcache): Add opaque declaration.
14752         * config/ia64/nm-linux.h (struct target_ops): Add opaque
14753         declaration.
14754         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14755         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14756         * win32-nat.c (fake_create_process): Use ISO C style definition.
14757         * stabsread.c (define_symbol): Delete #ifndef
14758         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14759         stabs_argument_has_addr call, macro never defined.
14760
14761 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
14762
14763         * op50-rom.c: Delete.
14764         * w89k-rom.c: Delete.
14765         * Makefile.in: Remove references.
14766
14767 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14768
14769         * x86-64-tdep.c: Update copyright year.
14770         (struct amd64_register_info): Rename from x86_64_register_info.
14771         (amd64_register_info): Rename from x86_64_register_info.
14772         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14773         (amd64_register_name): Rename from x86_64_register_name.
14774         (amd64_register_type): Rename from x86_64_register_type.
14775         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14776         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14777         (amd64_dwarf_reg_to_regnum): Rename from
14778         x86_64_dwarf_reg_to_regnum.
14779         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14780         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14781         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14782         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14783         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14784         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14785         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14786         (amd64_frame_cache): Rename from x86_64_frame_cache.
14787         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14788         (amd64_frame_prev_register): Rename from
14789         x86_64_frame_prev_register.
14790         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14791         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14792         (amd64_sigtramp_frame_cache): Rename from
14793         x86_64_sigtramp_frame_cache.
14794         (amd64_sigtramp_frame_prev_register): Rename from
14795         x86_64_sigtramp_frame_prev_register.
14796         (amd64_sigtramp_frame_unwind): Rename from
14797         x86_64_sigtramp_frame_unwind.
14798         (amd64_sigtramp_frame_sniffer): Rename from
14799         x86_64_sigtramp_frame_sniffer.
14800         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14801         (amd64_frame_base): Rename from x86_64_frame_base.
14802         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14803         (amd64_frame_align): Rename from x86_64_frame_align.
14804         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14805         (amd64_regset_from_core_section): Rename from
14806         x86_64_regset_from_core_section.
14807         (x86_64_init_abi): Update comments.
14808
14809 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
14810
14811         * MAINTAINERS (write after approval): Add myself.
14812
14813 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14814
14815         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14816         `float' arguments.
14817
14818 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14819
14820         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14821         such that it mentions a specific version of GCC that exhibits this
14822         bug.
14823
14824 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14825
14826         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14827         structure that has a single `float' member, store it in %f1 in
14828         addition to %f0.
14829
14830         * sparc-sol2-nat.c: Add missing '\'.
14831
14832         * sparc-tdep.c (sparc32_return_value): New function.
14833          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14834         Remove functions.
14835         (sparc32_gdbarch_init): Set return_value, don't set
14836         extract_return_value, store_return_value, use_struct_convention
14837         and return_value_on_stack.
14838
14839         * sparc-sol2-nat.c: Add missing ')'.
14840
14841 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14842
14843         * infrun.c (handle_step_into_function): New function.
14844         (handle_inferior_event): Extract out some code into the new
14845         function above.
14846
14847 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14848
14849         * infrun.c (handle_inferior_event): Move the declaration of
14850         real_stop_pc inside the if blocks where it is used.
14851
14852 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14853
14854         * sparc64-tdep.c (sparc64_16_byte_align_p)
14855         (sparc64_store_floating_fields, sparc64_store_floating_fields):
14856         Use check_typedef to get subtypes of structures and unions.
14857         (sparc64_store_return_value): Fix calculation of the appropriate
14858         offset into VALBUF when storing a structure or union.
14859         (sparc64_return_value): New function.
14860         (sparc64_use_struct_convention): Remove function.
14861         (sparc64_init_abi): Set return_value, don't set
14862         extract_return_value, store_return_value and
14863         use_struct_convention.
14864
14865 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
14866
14867         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14868         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14869         gdb/config/alpha/xm-alphaosf.h,
14870         gdb/config/powerpc/tm-ppcle-eabi.h,
14871         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14872         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14873         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14874         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14875         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14876         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14877         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14878         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14879         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14880         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14881         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14882         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14883         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14884         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14885         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14886         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14887         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14888         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14889         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14890         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14891         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14892         Remove lines for .cvsignore files.
14893
14894 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14895
14896         * infrun.c: Back out the previous change.
14897
14898 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14899
14900         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
14901         sparc-*-sunos4* to the list of REMOVED configurations.
14902
14903         * configure.tgt: Add back sparc-*-vxworks*.
14904         * remote-vxsparc.c: Remove all includes except for "defs.h",
14905         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14906         Include "sparc-tdep.h".
14907         (SPARC_R_G1): New define.
14908         (vxsparc_gregset): New variable.
14909         (ext_format_sparc): Remove extern declaration.
14910         (vx_read_register): Rewrite to use sparc32_supply_gregset and
14911         sparc32_supply_fpregset.
14912         (vx_write_register): Rewrite to use sparc32_collect_gregset,
14913         sparc_collect_rwindow and sparc32_collect_fpregset.
14914         * config/sparc/tm-vxworks.h: New file, based on recently removed
14915         tm-vxsparc.h.
14916         * config/sparc/vxworks.mt: New file, based on recently removed
14917         vxworks.mt.
14918
14919 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14920
14921         * infrun.c (handle_step_into_function): New function.
14922         (handle_inferior_event): Extract out some code into the new
14923         function above.
14924
14925 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14926
14927         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14928         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14929         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14930         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14931         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14932         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14933         (sparc_nat_h): New variable.
14934         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14935         (tm-sun4os4.h): Remove dependency.
14936         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14937         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14938         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14939         sparc-tdep.o): Update dependencies.
14940         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14941         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14942         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14943         dependencies.
14944         * configure.host: Remove existing sparc-*-lynxos*,
14945         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14946         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14947         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
14948         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14949         triplets.
14950         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14951         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14952         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14953         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
14954         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14955         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14956         sparc64-*-solaris2* and sparc64-*-* triplets.
14957         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
14958         "symtab.h" and "objfiles.h".
14959         (BIAS): Remove define.
14960         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14961         (X_DISP19): Remove macros.
14962         (sparc_fetch_instruction): Remove function.
14963         (struct gdbarch_tdep): Remove definition.
14964         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14965         (sparc_breakpoint_from_pc): Remove function.
14966         (struct sparc64_frame_cache): Remove definition.
14967         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14968         sparc64_unwind_pc): Remove functions.
14969         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14970         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
14971         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
14972         (sparc64_frame_cache): Change return type to `struct
14973         sparc_frame_cache *'.  Simply call sparc_frame_cache.
14974         (sparc64_frame_this_id, sparc64_frame_prev_register,
14975         sparc64_frame_base_address): Use `struct sparc_frame_cache'
14976         instead of `struct sparc64_frame_cache.
14977         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14978         sparc_analyze_control_transfer, sparc_software_single_step,
14979         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14980         _initialize_sparc64_tdep): Remove functions.
14981         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14982         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14983         macros.
14984         (sparc64_supply_gregset, sparc64_collect_gregset,
14985         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14986         (sparc64_init_abi): New function.
14987         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
14988         inclusion guard.  Include "sparc-tdep.h".
14989         (BIAS): Define.
14990         (r_tstate_offset, r_fprs_offset): New defines.
14991         (enum sparc_regnum): Remove defenition.
14992         (enum sparc64_regnum): Reformat.
14993         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14994         (sparc64_init_abi, sparc64_supply_gregset,
14995         sparc64_collect_gregset, sparc64_supply_fpregset,
14996         sparc64_collect_fpregset): New prototypes.
14997         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14998         Add extern declarations.
14999         (sparc64_sol2_init_abi): New prototype.
15000         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
15001         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
15002         prototypes.
15003         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
15004         "sparnbsd-nat.h".
15005         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
15006         functions.
15007         (_initialize_sparc64fbsd_nat): Remove initialization of
15008         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
15009         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
15010         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
15011         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
15012         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
15013         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
15014         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
15015         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
15016         (sparc64fbsd_r_y_offset): Remove variables.
15017         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
15018         Make static and const.
15019         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
15020         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
15021         functions.
15022         (sparc64fbsd_gregset): New variable.
15023         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
15024         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
15025         and sparc64_supply_fpregset.
15026         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
15027         (sparc64fbsd_sigtramp_frame_this_id)
15028         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
15029         (sparc64fbsd_sigtramp_frame_unwind): New variable.
15030         (sparc64fbsd_sigtramp_frame_sniffer): New function.
15031         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
15032         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
15033         * sparcnbsd-tdep.c: Update copyright year.  Include
15034         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
15035         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
15036         "value.h" and "sparcnbsd-tdep.h".
15037         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
15038         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
15039         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
15040         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
15041         defines.
15042         (sparcnbsd_gregset): New variable.
15043         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
15044         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
15045         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
15046         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
15047         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
15048         variables.
15049         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
15050         (sparc32nbsd_sigcontext_frame_this_id)
15051         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
15052         (sparc32nbsd_sigcontext_frame_unwind): New variable.
15053         (sparc32nbsd_sigtramp_frame_sniffer): New function.
15054         (sparcnbsd_get_longjmp_target_32,
15055         sparcnbsd_get_longjmp_target_64): Remove functions.
15056         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
15057         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
15058         sparcnbsd_init_elf): Remove.
15059         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
15060         (sparcnbsd_elf_init_abi): New functions.
15061         (_initialize_sparcnbsd_tdep): New prototype.
15062         (_initialize_sparnbsd_tdep): Update.
15063         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
15064         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
15065         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
15066         * config/sparc/linux.mh: Update comment.
15067         (XM_FILE, HOST_IPC): Remove variables.
15068         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
15069         sparc-linux-nat.o.
15070         * config/sparc/linux.mt: Update comment.
15071         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
15072         * config/sparc/nbsd.mt: Reformat.
15073         * config/sparc/nbsd64.mh: Update comment.
15074         (NATDEPFILES): Add sparc-nat.o.
15075         * config/sparc/nbsd64.mt: Update comment.
15076         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
15077         (TM_FILE): Set to tm-nbsd.h.
15078         * config/sparc/nbsdelf.mh: Update comment.
15079         (NATDEPFILES): Add sparc-nat.o.
15080         (XM_FILE): Delete.
15081         * config/sparc/nbsdaout.mh: Update comment.
15082         (NATDEPFILES): Add sparc-nat.o
15083         (XM_FILE): Delete.
15084         * config/sparc/nm-linux.h: Update copyright year.  Don't include
15085         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
15086         inclusion.
15087         (KERNEL_U_SIZE): Remove define.
15088         (kernel_u_size): Remove prototype.
15089         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
15090         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
15091         "regcache.h".
15092         (CHILD_PREPARE_TO_STORE): Remove define.
15093         * config/sparc/nm-nbsdaout.h: Tweak some comments.
15094         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
15095         sparcnbsd-nat.c: Rewrite files.
15096         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
15097         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
15098         sparcnbsd-tdep.h: Remove files.
15099         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
15100         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
15101         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
15102         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
15103         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
15104         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
15105         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
15106         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
15107         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
15108         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
15109         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
15110         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
15111         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
15112         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
15113         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
15114         * config/sparc/linux64.mh, config/sparc/linux64.mt,
15115         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
15116         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
15117         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
15118
15119 2004-01-02  Andrew Cagney  <cagney@redhat.com>
15120
15121         From 2003-12-18 Kazuhiro Inaoka:
15122         * configure.host: Add m32r-linux target.
15123
15124 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
15125
15126         * top.c (print_gdb_version): Update year to 2004.
15127
15128 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
15129
15130         * MAINTAINERS: Add myself to the write-after-approval category.
15131
15132 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
15133
15134         From Bernardo Innocenti <bernie@develer.com>:
15135         * configure.tgt: Add uClinux target.
15136
15137 2004-01-02  Andrew Cagney  <cagney@redhat.com>
15138
15139         * utils.c (do_my_cleanups): Make static, add forward declaration.
15140         * defs.h (do_my_cleanups): Delete declaration.
15141
15142 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
15143
15144         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
15145         bfd/ChangeLog-0203.
15146
15147 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
15148
15149         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
15150         in <machine/reg.h>.
15151         * configure, config.in: Regenerate.
15152
15153 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
15154 tui/ChangeLog-1998-2003.
15155 \f
15156 Local Variables:
15157 mode: change-log
15158 left-margin: 8
15159 fill-column: 74
15160 version-control: never
15161 End: