* hppa-tdep.c (hppa32_return_value): Move further down.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2004-12-21  Mark Kettenis  <kettenis@gnu.org>
2
3         * hppa-tdep.c (hppa32_return_value): Move further down.
4         (hppa64_return_value): Re-implement.
5
6 2004-12-21  Jim Blandy  <jimb@redhat.com>
7
8         * remote.c (fetch_register_using_p): Fix formatting.
9         
10 2004-12-21  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
11
12         * ada-lang.c (ada_print_subexp): Remove i18n markup from Ada code
13         output.
14         * ada-typeprint.c (ada_typedef_print): Ditto.
15         (print_unchecked_union_type): Ditto.
16         (print_record_type): Ditto, and correct output for non-derived
17         types that was inadvertently left off during the markup.
18
19 2004-12-19  Mark Kettenis  <kettenis@gnu.org>
20
21         * hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence): Check
22         whether the name returned by find_pc_partial_function is a null
23         pointer, not whether it is an empty string.
24
25         * hppa-tdep.h (hppa_regnum): Add HPPA_DP_REGNUM, HPPA_RET0_REGNUM,
26         HPPA_RET1_REGNUM and HPPA64_FP4_REGNUM.
27         * hppa-tdep.c (hppa64_integral_or_pointer_p)
28         (hppa64_floating_p) New functions.
29         (hppa64_push_dummy_call): Re-implement.
30         (hppa32_register_type): Rename argument reg_nr to regnum.
31         (hppa64_register_type): Likewise.  Use HPPA64_FP4_REGNUM instead
32         of HPPA_FP4_REGNUM.
33         (hppa32_cannot_store_register): Renamed from
34         hppa_cannot_store_register.
35         (hppa64_cannot_store_register): New function.
36         (hppa_gdbarch_init): Set cannot_store_register and
37         cannot_fetch_register to hppa32_cannot_store_register or
38         hppa64_cannot_store_register when appropriate.
39
40 2004-12-18  Mark Kettenis  <kettenis@gnu.org>
41
42         * hppah-nat.c: Remove file.
43         * infttrace.h: Remove file.
44         * infttrace.c: Remove file.
45         * Makefile.in (ALLDEPFILES): Remove hppah-nat.c
46         (infttrace_h): Remove variable.
47         (hppah-nat.o, infttrace.o): Remove dependencies.
48         * configure.host (hppa*64*-*-hpux11*): Remove.
49         * config/pa/hpux11w.mh: Remove file.
50         * config/pa/nm-hppah.h: Remove file.
51         * config/pa/nm-hppah11.h: Remove file.
52
53         * config/djgpp/fnchange.lst: Resolve name clash between
54         ../bfd/elf32-arm.c and ../bfd/elf32-arc.c, i386-sol2-nat.c and
55         i386-sol2-tdep.c, mips64obsd-nat.c and mips64obsd-tdep.c,
56         testsuite/gdb.base/bitfields.c and
57         testsuite/gdb.base/bitfields2.c, testsuite/gdb.base/bitfields.exp
58         and testsuite/gdb.base/bitfields2.exp.  Remove entry for
59         config/m88k/xm-delta88v4.h.
60
61         * solib-pa64.c: Only include <dlfcn.h>, <elf.h> and <elf_hp.h> if
62         PA_SOM_ONLY isn't defined.
63
64         * somread.c: Include "solib-som.h".
65         (som_symfile_init, som_new_init, som_symfile_read,
66         som_symfile_finish, som_symtab_read, som_symfile_offsets): Remove
67         redudant prototypes.
68         * Makefile.in (somread.o): Update dependencies.
69
70 2004-12-17  Jim Blandy  <jimb@redhat.com>
71
72         * remote.c (fetch_register_using_p): Indentation cleanup.
73
74 2004-12-17  Randolph Chung  <tausq@debian.org>
75
76         * hppa-hpux-tdep.c (setup_d_pid_in_inferior): Make static.
77         (find_stub_with_shl_get): Make static.
78
79 2004-12-17  Randolph Chung  <tausq@debian.org>
80
81         * hppa-hpux-tdep.c (IS_32BIT_TARGET): New.
82         (in_opd_section): New.
83         (hppa32_hpux_find_global_pointer): Rename from 
84         hppa_hpux_som_find_global_pointer.
85         (hppa64_hpux_find_global_pointer): New.
86         (ldsid_pattern): New.
87         (hppa_hpux_search_pattern): New.
88         (hppa32_hpux_search_dummy_call_sequence): New.
89         (hppa64_hpux_search_dummy_call_sequence): New.
90         (hppa_hpux_find_import_stub_for_addr): New.
91         (hppa_hpux_sr_for_addr): New.
92         (hppa_hpux_find_dummy_bpaddr): New.
93         (hppa_hpux_init_abi): Use IS_32BIT_TARGET predicate.
94         (hppa_hpux_som_init_abi): Set find_global_pointer method to
95         hppa32_hpux_find_global_pointer instead of
96         hppa_hpux_som_find_global_pointer.
97         (hppa_hpux_elf_init_abi): Set find_global_pointer method.
98         * hppa-tdep.c (hppa_init_objfile_priv_data): New.
99         (read_unwind_info): Use function to initialize objfile-private data.
100         (hppa32_push_dummy_call): Don't automatically set the RP if there is
101         a push_dummy_code method.
102         (hppa64_push_dummy_call): Retrieve and set the global pointer.
103         Don't automatically set the RP if there is a push_dummy_code method.
104         * hppa-tdep.h (hppa_objfile_private): Add dummy_call_sequence_reg and
105         dummy_call_sequence_addr members.
106         (hppa_init_objfile_priv_data): New prototype.
107
108 2004-12-17  Joel Brobecker  <brobecker@gnat.com>
109
110         * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): New function.
111         * hppa-tdep.h (hppa_lookup_stub_minimal_symbol): Add declaration.
112         * solib-som.c (som_solib_create_inferior_hook): Replace stub
113         msymbol search by call to hppa_lookup_stub_minimal_symbol. This
114         extends the search to all objfiles, not just shared libraries.
115         Remove unused variable.
116
117 2004-12-16  Michael Snyder  <msnyder@redhat.com>
118
119         * MAINTAINERS: Add myself as maintainer for mn10300.
120         * NEWS: Mention mn10300.
121
122 2004-12-15  Kevin Buettner  <kevinb@redhat.com>
123
124         * xstormy16-tdep.c (xstormy16_skip_prologue): Clear/initialize the
125         frame cache.
126
127 2004-12-14  Randolph Chung  <tausq@debian.org>
128
129         * hppa-tdep.c (hppa_in_function_epilogue_p): New function.
130         (hppa_gdbarch_init): Set in_epilogue_p method.
131
132 2004-12-14  Corinna Vinschen  <vinschen@redhat.com>
133
134         * sh-tdep.c (sh_extract_return_value_nofpu): Rename from
135         sh_default_extract_return_value.
136         (sh_extract_return_value_fpu): Rename from
137         sh3e_sh4_extract_return_value.
138         (sh_store_return_value_nofpu): Rename from
139         sh_default_store_return_value.
140         (sh_store_return_value_fpu): Rename from sh3e_sh4_store_return_value.
141         (sh_return_value_nofpu): Accomodate above changes.
142         (sh_return_value_fpu): Ditto.
143
144 2004-12-13  Jerome Guitton  <guitton@gnat.com>
145
146         * stabsread.c (read_huge_number): Add support for reading octal
147         signed number in twos complement, based on the size of this
148         number.
149         (read_range_type): Add support for reading octal signed bounds
150         in twos complements, based on the size of the type.
151         (read_type_number, read_cpp_abbrev, read_member_functions,
152         read_cpp_abbrev, read_one_struct_field, read_baseclasses,
153         read_struct_type, read_array_type, read_enum_type,
154         read_sun_builtin_type, read_sun_floating_type): Update calls to
155         read_huge_number.
156         (read_type): Update call to read_range_type.
157
158 2004-12-13  Randolph Chung  <tausq@debian.org>
159
160         * hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
161         solib_get_solib_by_pc method through target vector.
162         (hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
163         method through target vector.
164
165 2004-12-13  Joel Brobecker  <brobecker@gnat.com>
166
167         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
168         parameter name to make it clear that we already have a next
169         frame.  Return the sigcontext from that next frame instead
170         of the frame following it.
171
172 2004-12-13  Randolph Chung  <tausq@debian.org>
173
174         * Makefile.in (pa64solib_h, somsolib_h): Delete.
175         (solib_pa64_h, solib_som_h): New.
176         (HFILES_NO_SRCDIR, ALLDEPFILES): Replace somsolib.h with solib-som.h.
177         (hppa-hpux-tdep.o, hpread.o): Update dependencies.
178         (pa64solib.o, somsolib.o): Delete.
179         (solib-pa64.o, solib-som.o): New.
180         * hppa-hpux-tdep.c: Include new solib interfaces.
181         (hppa_hpux_som_init_abi): Attach to SOM solib interface.
182         (hppa_hpux_elf_init_abi): Attach to PA64 ELF solib interface.
183         * hppa-tdep.c (internalize_unwinds): If solib_get_text_base method
184         is available, use it to determine the base of unwind records.
185         * hppa-tdep.h (gdbarch_tdep): Add new solib methods.
186         * hpread.c: Replace somsolib.h with solib-som.h.
187         (hpread_process_one_debug_symbol): Use target vector to get thread 
188         start address.
189         * config/pa/hppa64.mt (TDEPFILES): Use new solib interface.
190         * config/pa/hppahpux.mt (TDEPFILES): Likewise.
191         * config/pa/hpux.mh (NATDEPFILES): Delete references to target objects.
192         * config/pa/tm-hppah.h: Use new solib interface.
193
194 2004-12-13  Randolph Chung  <tausq@debian.org>
195
196         * tramp-frame.c (tramp_frame_sniffer): Allow frames with names or 
197         sections to be trampolines too.
198
199 2004-12-13  Ben Elliston  <bje@au.ibm.com>
200
201         * f-exp.y (typename): Remove unused nonterminal.
202         (name): Likewise.
203
204 2004-12-12  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
205
206         Committed by Andrew Cagney.
207         * abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n
208         markup.
209         
210 2004-12-12  Andrew Cagney  <cagney@gnu.org>
211
212         * frame.c (get_prev_frame): When unwinding normal frames, check
213         that the PC isn't zero.
214         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
215         zero PC.
216
217         * MAINTAINERS: Reword description of what "Target Instruction Set
218         Architectures" covers.
219
220 2004-12-12  Mark Kettenis  <kettenis@gnu.org>
221
222         * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
223
224 2004-12-11  Mark Kettenis  <kettenis@gnu.org>
225
226         * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
227         (hppa_hpux_save_state_offset): New function, replacing variable
228         with the same name.
229         (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
230         functions.
231         (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
232         Use new hppa_hpux_save_state_offset function.  Add special
233         handling for handling 64-bit "flags" register.
234         (hppa_hpux_store_register): Likewise.
235         (hppa_hpux_child_can_run): Tweak comment.
236
237         * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
238         (inf_ttrace_attach): Likewise.
239         (inf_ttrace_resume_callback): New function.
240         (inf_ttrace_resume): Don't use TT_PROC_CONTINUE.  Iterate over all
241         lwps and call inf_ttrace_resume_callback instead.
242         (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
243
244         * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
245
246 2004-12-10  Michael Snyder  <msnyder@redhat.com>
247
248         * mn10300-tdep.c: New file.  This is a re-implementation of
249         the mn10300 target back-end using the new frame api etc.
250         * mn10300-tdep.h: New file.
251         * config/mn10300/mn10300.mt: New file (or replace old file).
252         * configure.tgt: Add mn10300 target.
253
254 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
255
256         * configure.host (hppa*-*-hpux11*): Remove.
257         * config/pa/hpux11.mh: Remove file.
258
259         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
260         typo.
261
262 2004-12-10  Kris Warkentin  <kewarken@qnx.com>
263
264         * nto-tdep.h: Include osabi.h.  Prototypes for generic Neutrino
265         osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
266         function and nto_set_target function.
267         (struct nto_target_ops): Put comments inline with struct.  Add osabi
268         sniffer hook.  Redefine macros to permit testing/assignment.  Remove
269         nto_ prefix from members.
270         * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
271         dynamically to support arbitrary root paths.  Check for basename of
272         lib in search path and then check for absolute.
273         (nto_in_dynsym_resolve_code): New function.
274         (nto_core_sniffer): New function.
275         (regset_core_fns): Register core sniffer.
276         (nto_initialize_signals): New function.
277         (_initialize_nto_tdep): Move signal initialization code to above to
278         avoid initialization race conditions.
279         (nto_set_target): New function.
280         * nto-procfs.c: Minor formatting/indenting changes.
281         (procfs_is_nto_target): New function.
282         (procfs_open): Set nto_is_nto_target.
283         (_initialize_procfs): Ditto.  Remove notice_signals() call to avoid
284         initialization race conditions.
285         (procfs_create_inferior): Resume inferior after creation.
286         * i386-nto-tdep.c: Declare i386_nto_target.
287         (init_i386nto_ops): Initialize i386_nto_target instead of
288         current_nto_target.
289         (i386nto_init_abi): Initialize signals.  Call nto_set_target.  Set
290         TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
291         (_initialize_i386nto_tdep): Call init_i386nto_ops.  Register osabi
292         sniffer.
293
294 2004-12-10  Mark Kettenis  <kettenis@gnu.org>
295
296         * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
297         (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
298         (hppa_hpux_init_abi): Reformat long line.
299
300 2004-12-09  Mark Kettenis  <kettenis@gnu.org>
301
302         * hppa-hpux-tdep.c: Include "regset.h".
303         (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
304         (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
305         (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
306         (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
307         (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
308         (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
309         functions.
310         (hppa_hpux_regset): New variable.
311         (hppa_hpux_regset_from_core_section): New function.
312         (hppa_hpux_init_abi): Set regset_from_core_section.
313         (hppa_hpux_core_osabi_sniffer): New function.
314         (_initialize_hppa_hpux_tdep): Register
315         hppa_hpux_core_osabi_sniffer.
316         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
317         * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
318
319 2004-12-09  Randolph Chung  <tausq@debian.org>
320
321         * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
322         text and data sections.
323         (pa64_current_sos): Also include the dld in the list of current shared
324         objects.
325         (pa64_solib_get_solib_by_pc): Update comments.
326         (pa64_solib_get_text_base): New function.
327         (pa64_solib_select): Set solib_get_text_base method.
328
329 2004-12-08  Daniel Jacobowitz  <dan@debian.org>
330
331         * linux-thread-db.c (BUILD_THREAD): Delete.
332         (thread_get_info_callback): Include LWP ID in thread ID.
333         (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
334         (lwp_from_thread): Use the LWP ID from the thread ID.
335
336 2004-12-07  Randolph Chung  <tausq@debian.org>
337
338         * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
339         register for both 32- and 64-bit targets.
340
341 2004-12-07  Randolph Chung  <tausq@debian.org>
342
343         * frame.c (get_prev_frame): Don't terminate unwinding at main if we
344         are unwinding through a dummy frame.
345
346 2004-12-07  Randolph Chung  <tausq@debian.org>
347
348         * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
349         * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
350         (hppa_hpux_init_abi) Set unwind_adjust_stub method.
351         * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
352         if defined.
353
354 2004-12-07  Randolph Chung  <tausq@debian.org>
355
356         * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if 
357         unwinding from a frame with pc == 0.
358         (hppa_stub_frame_this_id): Likewise.
359         (hppa_stub_frame_prev_register): Only provide real values if the frame
360         cache is not NULL.
361
362 2004-12-07  Randolph Chung  <tausq@debian.org>
363
364         * solib-som.c: New file.
365         * solib-som.h: New file.
366         * solib-pa64.c: New file.
367         * solib-pa64.h: New file.
368
369 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
370
371         * Makefile.in (inf-ttrace.o): Fix typo.
372
373 2004-12-07  Jim Blandy  <jimb@redhat.com>
374
375         * remote.c (remote_threads_info, remote_current_thread): Use
376         strtoul to parse thread ID numbers.
377
378 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
379
380         * inf-ttrace.c: Include "gdbthread.h".
381         (inf_ttrace_num_lwps): New variable.
382         (inf_ttrace_num_lwps_in_syscall): Renamed from
383         inf_ttrace_num_threads_in_syscall.
384         (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
385         TTEVT_LWP_TERMINATE events.
386         (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
387         zero.
388         (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
389         (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
390         Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
391         events.
392         (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
393         default.  Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
394         TTEVT_LWP_TERMINATE events.
395         (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
396         (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
397         * Makefile.in (inf-ttrace.o): Update dependencies.
398
399         * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
400         prototypes.
401         * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
402         Make global.  Remove HP-UX specific code.  Use
403         frame_unwind_register_unsigned instead of
404         frame_unwind_register_signed.
405         (hppa_write_pc): Rename from hppa_target_write_pc.  Make global.
406         Remove HP-UX specific code.
407         (hppa_unwind_pc): Make global.  Remove HP-UX specific code.
408         (hppa_frame_prev_register_helper): Set "flags" register to zero
409         for all unwound frames.
410         (hppa_gdbarch_init): Adjust.
411         * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
412         (hppa_hpux_read_pc, hppa_hpux_write_pc)
413         (hppa_hpux_unwind_pc): New functions.
414         (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
415
416 2004-12-07  Andreas Schwab  <schwab@suse.de>
417
418         * main.c (long_options): Add entry for "-l".
419         (print_gdb_help): Add line for -l option.
420         * NEWS: Mention it.
421
422 2004-12-05  Randolph Chung  <tausq@debian.org>
423
424         * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
425         DEPRECATED_REGISTER_BYTE.
426
427 2004-12-05  Randolph Chung  <tausq@debian.org>
428
429         * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
430         records.
431
432 2004-12-05  Mark Kettenis  <kettenis@gnu.org>
433
434         * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
435         * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
436
437         * hppa-hpux-tdep.c: Update copyright notice and year.
438
439 2004-12-05  Richard Earnshaw  <rearnsha@arm.com>
440
441         * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
442         (get_field, put_field): Assert that the format is one we can handle.
443         Simplify logic accordingly.
444         (floatformat_normalize_byteorder): New function.
445         (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
446         to normalize and select modified byte order. Pass modified byte order
447         to get_field.
448         (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa): 
449         Likewise.
450         (convert_doublest_to_floatformat): Select an appropriate intermediate
451         byte order if necessary.  Always convert to the final format before
452         returning.
453
454 2004-12-04  Daniel Jacobowitz  <dan@debian.org>
455
456         PR tui/1703
457         * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
458         Suggested by Joshua Neuheisel.
459
460 2004-12-03  Randolph Chung  <tausq@debian.org>
461
462         * gdbarch.sh (instruction_nullified): Delete.
463         * gdbarch.c: Regenerate.
464         * gdbarch.h: Regenerate.
465         * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
466         nullified.
467         (hppa_unwind_pc): Likewise. 
468         (hppa_instruction_nullified): Delete.
469         (hppa_gdbarch_init): Don't set instruction_nullified method.
470         * infrun.c (infwait_states): Remove infwait_nullified_state.
471         (handle_inferior_event): Remove handling of infwait_nullified_state.
472         Remove handling of nullified instructions.
473
474 2004-12-03  Mark Kettenis  <kettenis@gnu.org>
475
476         * inf-ttrace.c: Include <sys/mman.h>.
477         (struct inf_ttrace_page): New.
478         (struct inf_ttrace_page_dict): New.
479         (inf_ttrace_num_threads_in_syscall)
480         (inf_ttrace_reenable_page_protections): New variables.
481         (inf_ttrace_enable_syscall_events)
482         (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
483         (inf_ttrace_add_page, inf_ttrace_insert_page)
484         (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
485         (inf_ttrace_enable_page_protections)
486         (inf_ttrace_disable_page_protections)
487         (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
488         (inf_ttrace_can_use_hw_breakpoint)
489         (inf_ttrace_region_size_ok_for_hw_watchpoint)
490         (inf_ttrace_stopped_by_watchpoint): New functions.
491         (inf_ttrace_him): Remove unsused varaible `tts'.
492         (inf_ttrace_create_inferior): Add assertionts.
493         (inf_ttrace_mourn_inferior): Clear page dictionary.
494         (inf_ttrace_attach): Set initial event mask.
495         (inf_ttrace_detach): Reset number of threads in system call.
496         (inf_ttrace_wait): Deal with system call events.
497         (inf_ttrace_target): Initialize "hardware" watchpoint-related
498         parts of the target vector.
499         (_initialize_inf_ttrace): New prototype and function.
500
501         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
502         type of `gp' variable.
503
504 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
505
506         * README: Remove config.if from directory listing.
507
508 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
509
510         * alpha-tdep.c (alpha_register_name): Add comment.
511         (alpha_cannot_fetch_register): Exclude registers numbers which
512         are no longer used from the list of registers that can be fetched.
513         (alpha_cannot_store_register): Exclude registers numbers which
514         are no longer used from the list of registers that can be stored.
515         * alpha-nat.c (fetch_osf_core_registers): Add missing value in
516         core_reg_mapping array.
517
518 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
519
520         * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
521         the register value from the correct frame.
522
523 2004-11-30  Randolph Chung  <tausq@debian.org>
524
525         * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
526         (hppa_linux_in_dyncall): Check that we are inside the range of 
527         $$dyncall, not necessarily at the first insn.
528         (hppa_linux_in_solib_call_trampoline): Identify a trampoline 
529         even if the pc does not point to the first insn of the trampoline.
530
531 2004-11-30  Randolph Chung  <tausq@debian.org>
532
533         * breakpoint.c (break_at_finish_command): Delete.
534         (break_at_finish_command_1): Delete.
535         (break_at_finish_at_depth_command): Delete.
536         (break_at_finish_at_depth_command_1): Delete.
537         (tbreak_at_finish_command): Delete.
538         * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
539         and bx commands.
540
541 2004-11-30  Andrew Cagney  <cagney@gnu.org>
542
543         * config/nm-gnu.h: Delete file.
544         * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
545
546         * config/nm-sysv4.h: Delete file.
547         * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
548         * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
549         * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
550         * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
551         * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
552
553 2004-11-29  Andrew Cagney  <cagney@gnu.org>
554
555         * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
556         Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
557         as can-commit architecture developers.
558
559 2004-11-29  Mark Kettenis  <kettenis@gnu.org>
560
561         * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
562         (sparc32_skip_prologue): Skip instructions that store arguments in
563         registers into their corresponding stack slots.
564
565         * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
566         tm-solib.h.
567         * config/m68k/obsd.mh (NAT_FILE): Likewise.
568
569         * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
570         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
571         * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
572         sparc32nbsd_elf_init_abi.  Remove duplicate code.
573
574         * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
575         * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
576         * config/sparc/nm-nbsd.h: Remove file.
577         * config/sparc/nm-nbsdaout.h: Remove file.
578
579         * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
580         (sparc_xfer_partial): New function.
581         (sparc_target): Save value of to_xfer_partial from ptrace vector.
582         Set to_xfer_partial.
583
584         * fork-child.c (fork_inferior): Fork instead of vfork if
585         PRE_TRACE_FUN is non-null.
586
587 2004-11-24  Fred Fish  <fnf@specifixinc.com>
588
589         * rs6000-tdep.c (skip_prologue): Use line table info to skip over
590         compiler generated function calls made as part of a prologue.
591
592 2004-11-23  Mark Kettenis  <kettenis@gnu.org>
593
594         * inf-ttrace.c: New file.
595         * inf-ttrace.h: New file.
596         * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
597         Include "inf-ttrace.h".
598         (ss_mpsfu_high): Define to ss_tlsp if necessary.
599         (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
600         ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
601         ptrace systems.
602         (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
603         instead of inf_ptrace_target.
604         * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
605         * Makefile.in (inf_ttrace_h): New variable.
606         (hppa-hpux-nat.o): Update dependency.
607         (inf-ttrace.o): New dependency.
608         (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
609
610 2004-11-23  Randolph Chung  <tausq@debian.org>
611
612         * arch-utils.c (generic_instruction_nullified): New.
613         * arch-utils.h (generic_instruction_nullified): New.
614         * gdbarch.sh (instruction_nullified): New method.
615         * gdbarch.c: Regenerate.
616         * gdbarch.h: Regenerate.
617         * infrun.c (INSTRUCTION_NULLIFIED): Delete.
618         (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
619         new gdbarch method.
620         * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
621         * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
622         static.  Rewrite to work directly off the passed regcache.
623         (hppa_gdbarch_init): Set instruction_nullified method.
624
625 2004-11-23  Joel Brobecker  <brobecker@gnat.com>
626
627         * sparc-tdep.c (sparc_is_unimp_insn): New function.
628         (sparc32_frame_cache): For functions where there is no debugging
629         information to help us determine whether it's a struct-return
630         function or not, fallback on checking whether the instruction
631         at the return address is an "unimp" instruction or not.
632
633 2004-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
634
635         * MAINTAINERS: Add myself to write after approval section.
636
637         * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
638         hpux-thread.c to suppress children from running.
639         (hppa_hpux_child_can_run): New function.
640         (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
641         * hpux-thread.c: Include string.h and hppa-tdep.h.
642         (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
643         HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
644         (hpux_thread_store_registers): Replace deprecated_registers with
645         calls to regcache_raw_read.
646         * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
647
648 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
649
650         * sparc64fbsd-nat.c: Update copyright year.
651         (_initialize_sparc64fbsd_nat): Construct and add target vector.
652         * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
653         inftarg.o.
654
655 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
656
657         * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
658
659 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
660
661         * linux-nat.c (my_waitpid): New function.
662         (linux_test_for_tracefork): Make more robust and verbose.  Take
663         an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
664         (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
665         argument.  Update calls to linux_test_for_tracefork.
666         (linux_enable_event_reporting, child_follow_fork)
667         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
668         (child_insert_exec_catchpoint): Update calls to
669         linux_supports_tracefork and linux_supports_tracevforkdone.
670
671 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
672
673         * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
674         (value_subscripted_rvalue): Likewise.
675         * valops.c (search_struct_field, value_slice): Likewise.
676
677 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
678
679         * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
680         Reorder includes a bit.  Fix comment.
681         * Makefile.in (inf-ptrace.o): Update dependencies.
682
683 2004-11-21  Andreas Schwab  <schwab@suse.de>
684
685         * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
686         (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
687         svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
688         to glibc_skip_solib_resolver.
689         * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
690         solib-legacy.o.
691         * Makefile.in (m68klinux-tdep.o): Update dependencies.
692
693 2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
694
695         * infttrace.h (ttrace_write_reg_64): Add prototype.
696         * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
697         expression.  
698         (store_inferior_registers): Correct formatting.  Replace uses of
699         deprecated_registers with calls to regcache_raw_read,
700         regcache_raw_write_part and regcache_raw_read_part.
701
702 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
703
704         * config/pa/hppahpux.mh: Remove file.
705         * config/pa/hpux1020.mh: Remove file.
706
707 2004-11-20  Andreas Schwab  <schwab@suse.de>
708
709         * configure.host: Set host floatformat for m68k.
710
711 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
712
713         * config/djgpp/fnchange.lst: Resolve file-name clash between
714         hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
715
716 2004-11-20  Mark Kettenis  <kettenis@gnu.org>
717
718         * hppa-hpux-nat.c: New file.
719         * config/pa/hpux.mh (NATDEPFILES): New file.
720         * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
721         (hppa-hpux-nat.o): New dependency.
722         * configure.host: Remove hppa*-*-hpux10.20.
723         (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
724
725         * inf-ptrace.c: Fix coding style.
726
727         * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
728         * infptrace.c (call_ptrace): Simply call ptrace with four
729         arguments.
730
731         * dbxread.c (process_one_symbol): Fix a few coding standard
732         issues.  Improve code formatting.
733
734         * dbxread.c: Include "gdb_string.h".
735         (record_minimal_symbol, read_ofile_symtab): Replace
736         DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
737         * Makefile.in (dbxread.o): Update dependencies.
738
739         * dwarf2-frame.c (read_encoded_value): Correctly calculate number
740         of bytes read for aligned LEB128 encodings.
741
742 2004-11-19  Mark Kettenis  <kettenis@gnu.org>
743
744         * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
745         parse_and_eval_address to u_long before converting it to a pointer
746         type.
747         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
748         ps_strings from int to u_long.
749         * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
750         u_long instead of CORE_ADDR.
751
752 2004-11-18  Mark Kettenis  <kettenis@gnu.org>
753
754         * dbxread.c (process_one_symbol): Do not adjust address of first
755         N_SLINE stab for a function for code generated by non-GCC
756         compilers.
757
758 2004-11-18  Kevin Buettner  <kevinb@redhat.com>
759
760         * solib-null.c: New file.
761
762 2004-11-17  Andrew Cagney  <cagney@gnu.org>
763
764         * MAINTAINERS: Drop MIPS and remote.
765
766 2004-11-15  Andrew Cagney  <cagney@gnu.org>
767
768         * findvar.c (value_of_register): Set the frame ID.
769         * value.c (value_primitive_field): Copy the frame ID.
770         * valops.c (value_assign): Simplify lval_register case, there's
771         always a frame.
772
773 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
774
775         * Makefile.in (mips-linux-tdep.o): Update dependencies.
776         * mips-linux-tdep.c: Include "regcache.h".
777         (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
778
779 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
780
781         * Makefile.in (linux-thread-db.o): Fix typo in last change.
782
783 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
784
785         * linux-thread-db.c: New file, renamed from thread-db.c.
786         * thread-db.c: Remove.
787         * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
788         * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
789         to linux-thread-db.o.
790         * config/arm/linux.mh (NATDEPFILES): Likewise.
791         * config/i386/linux.mh (NATDEPFILES): Likewise.
792         * config/i386/linux64.mh (NATDEPFILES): Likewise.
793         * config/ia64/linux.mh (NATDEPFILES): Likewise.
794         * config/m32r/linux.mh (NATDEPFILES): Likewise.
795         * config/m68k/linux.mh (NATDEPFILES): Likewise.
796         * config/mips/linux.mh (NATDEPFILES): Likewise.
797         * config/pa/linux.mh (NATDEPFILES): Likewise.
798         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
799         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
800         * config/s390/s390.mh (NATDEPFILES): Likewise.
801         * config/sparc/linux.mh (NATDEPFILES): Likewise.
802         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
803
804 2004-11-13  Andrew Cagney  <cagney@gnu.org>
805
806         * config/i386/i386lynx.mh: Delete file.
807         * config/i386/i386lynx.mt: Delete file.
808         * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
809         * i386ly-tdep.c: Delete.
810
811         * config/tm-lynx.h: Delete, inline contents ...
812         * config/rs6000/tm-rs6000ly.h: ... here.
813
814         * config/tm-sysv4.h: Delete file, inlining contents.
815         * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
816         * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
817         * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
818
819         * regcache.h (deprecated_register_valid): Delete.
820         (deprecated_registers): Delete.
821         * regcache.c (deprecated_register_valid): Delete.
822         (deprecated_registers): Delete.
823         (deprecated_read_register_byte, _initialize_regcache)
824         (deprecated_write_register_bytes, build_regcache): Update.
825         * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
826         remote-sds.o.
827         * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
828         * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
829
830         * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
831         v850-*-* under removed.
832         * configure.host: Delete ns32k-*-netbsd*.
833         * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
834         ns32k-*-netbsd*, and v850*-*-*.
835         * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
836         "Deleted"
837         * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
838         * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
839         * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
840         * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
841         * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
842         * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
843         * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
844         * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
845         * v850-tdep.c: Delete.
846         
847 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
848
849         * irix5-nat.c (fetch_core_registers): Replace use of
850         deprecated_registers by equivalent code.
851
852 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
853
854         * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
855         with equivalent code.
856         (fill_fpregset): Likewise.
857
858 2004-11-13  Andrew Cagney  <cagney@gnu.org>
859
860         * MAINTAINERS: Do not list "Deleted" architectures.
861
862         * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
863         m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
864         sparc-*-vxworks*.
865         * NEWS: Mention that vxworks was deleted.
866         * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
867         * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
868         * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
869         * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
870         * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
871         * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
872         * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
873         * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
874         * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
875         * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
876         * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
877         * remote-vxmips.c, remote-vx.c: Delete.
878         * remote-vx68.c: Delete.
879         * config/m68k/tm-os68k.h: Remove reference to VxWorks.
880         * config/m68k/os68k.mt, ada-lang.h: Ditto.
881         * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
882         (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
883
884 2004-11-13  Eli Zaretskii  <eliz@gnu.org>
885
886         * config/i386/xm-go32.h: Don't include fopen-bin.h.
887         Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
888
889         * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
890         branch that doesn't define CRLF_SOURCE_FILES; always use
891         binary-mode open.
892         (print_source_lines_base, forward_search_command)
893         (reverse_search_command): Enable the code that accepts DOS-style
894         CRLF line endings on all platforms (this removes the need for
895         CRLF_SOURCE_FILES).
896
897         * defs.h: Fix wording of the comment before FOPEN_RB.
898         (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
899
900         * config/djgpp/fnchange.lst: Group renames for opcode directory
901         together.
902
903         * config/djgpp/djconfig.sh: Replace file names that don't exist
904         anymore with existing files, for checking the unpacked
905         distribution.
906
907         * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
908         Export pre-cooked values in configure-* targets that begin with
909         "@test -f stage_last".
910
911 2004-11-12  Andrew Cagney  <cagney@gnu.org>
912
913         * defs.h (enum lval_type): Delete lval_reg_frame_relative.
914         * value.h (struct value): Update comment.
915         * valops.c (value_assign): Fold lval_reg_fame_relative into
916         lval_register.
917         * findvar.c (value_from_register, locate_var_value): Ditto.
918
919 2004-11-12  Randolph Chung  <tausq@debian.org>
920
921         * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
922         * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
923         (write_exp_msymbol): Remove conditional check for symbols starting 
924         with $.  Update comments.
925
926 2004-11-12  Randolph Chung  <tausq@debian.org>
927
928         * pa64solib.c (pa64_solib_thread_start_addr): Rename from 
929         so_lib_thread_start_addr.
930         * pa64solib.h (so_list): Forward declare.
931         (pa64_solib_thread_start_addr): Prototype.
932         * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
933         (no_shared_libraries): Remove.
934         (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
935         * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
936         * hpread.c (hpread_process_one_debug_symbol): Use either the som or
937         the elf solib handler to find the start address.
938
939         * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support 
940         files to the target makefile.
941         * config/pa/hpux1020.mh (NATDEPFILES):  Likewise.
942         * config/pa/hpux11.mh (NATDEPFILES): Likewise.
943         * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
944
945         * config/pa/hppa64.mt (TDEPFILES): Put target-specific support 
946         files for symbol reading and shared library handling here.
947         * config/pa/hppahpux.mt (TDEPFILES): Likewise.  
948         (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target 
949         without bringing in 64-bit support.
950
951 2004-11-12  Andrew Cagney  <cagney@gnu.org>
952
953         * sparc-tdep.c: Replace VALUE_TYPE with value_type.
954         * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
955         * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
956         * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
957         * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
958         * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
959         * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
960
961         Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
962         * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
963         (VALUE_REGNUM): Define.
964         (struct value): Delete location.regnum, rename "regno" to
965         "regnum".
966         * value.c, valops.c, valarith.c, findvar.c: Update.
967
968         * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
969         (VALUE_BITPOS): Delete.
970         (value_type, value_offset, value_bitsize, value_bitpos): Declare.
971         * value.c (value_type, value_offset, value_bitpos)
972         (value_bitsize): New functions.  Update references.
973         * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
974         * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
975         * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
976         * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
977         * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
978         * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
979         * valops.c, eval.c, findvar.c, breakpoint.c: Update.
980         * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
981         * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
982
983 2004-11-12  Andrew Cagney  <cagney@gnu.org>
984
985         * cris-tdep.c (cris_register_offset): Delete, never called.
986         (cris_spec_reg_applicable): Delete cris_ver_sim.
987         * MAINTAINERS: List d10v as OBSOLETE.
988         * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
989         FOPEN_WB et.al., defined by "fopen-bin.h".
990
991 2004-11-12  Randolph Chung  <tausq@debian.org>
992
993         * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
994         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
995         * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
996         * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
997
998 2004-11-12  Mark Kettenis  <kettenis@jive.nl>
999
1000         * tui/tui-io.c: Don't include "terminal.h".
1001         * Makefile.in (tui-io.o): Update dependencies.
1002
1003 2004-11-12  Kei Sakamoto  <sakamoto.kei@renesas.com>
1004
1005         * Makefile.in (m32r-linux-tdep.o): Update dependencies.
1006         * m32r-linux-tdep.c (m32r_linux_init_abi): Call
1007         set_gdbarch_regset_from_core_section for core file support.
1008         (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
1009         New functions.
1010
1011 2004-11-11  Randolph Chung  <tausq@debian.org>
1012
1013         * hppa-tdep.c (skip_prologue_hard_way): Make static, add
1014         stop_after_branch parameter and use it to determine if we should look
1015         at the delay slot of the first branch insn to find prologue insns.
1016         (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
1017         (hppa_frame_cache): Likewise.
1018
1019 2004-11-11  Randolph Chung  <tausq@debian.org>
1020
1021         * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
1022         register so that it can be unwound from anywhere in the prologue.
1023
1024 2004-11-10  msnyder  <msnyder@redhat.com>
1025
1026         * rs6000-tdep.c (skip_prologue): After saving lr_offset, 
1027         must invalidate lr_reg (so we don't try to save it again).  
1028         Ditto for cr_offset and cr_reg.
1029
1030 2004-11-05  Jon Beniston <jon@beniston.com>
1031
1032         Committed by Andrew Cagney.
1033         * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK 
1034         when an unexpected packet is received, as the target stubs 
1035         continually retransmit the same packet until ACKed.
1036         
1037 2004-11-10  Randolph Chung  <tausq@debian.org>
1038
1039         * frame.c (get_prev_frame): Use get_frame_type to retrieve the 
1040         frame's type.
1041
1042 2004-11-10  Randolph Chung  <tausq@debian.org>
1043
1044         * blockframe.c (inside_entry_func): Move to .....
1045         * frame.c (inside_entry_func): ... here, and make static.
1046         (backtrace_past_entry): New flag.
1047         (get_prev_frame): Stop backtrace at the entry function if enabled
1048         by flag.  Update comments.
1049         (_initialize_frame): Add command to set backtrace_past_entry flag.
1050         * defs.h (inside_entry_func): Remove prototype.
1051
1052 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
1053
1054         * dwarf2read.c: Fix formatting.
1055
1056 2004-11-10  Andrew Cagney  <cagney@gnu.org>
1057
1058         * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
1059         (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
1060         macros with function declarations.
1061         * value.c (coerce_ref, coerce_array, coerce_number)
1062         (coerce_enum): New functions.
1063         (value_as_long, value_as_address): Update.
1064         * ada-lang.c (ada_coerce_ref, ada_value_binop) 
1065         (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
1066         * jv-lang.c (evaluate_subexp_java): Update.
1067         * valarith.c (value_less, value_neg, value_complement)
1068         (value_binop, value_add, value_subscript, value_x_binop) 
1069         (value_logical_not, value_sub): Update.
1070         * valops.c (check_field, value_struct_elt, value_ind)
1071         (value_find_oload_method_list, value_cast, value_assign): Update.
1072         * eval.c (evaluate_subexp_standard): Update.
1073
1074 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
1075
1076         * mips-tdep.c (mips32_relative_offset): Change return type to
1077         LONGEST, change argument type to ULONGEST.  Fix sign-extension.
1078
1079 2004-11-10  Randolph Chung  <tausq@debian.org>
1080
1081         * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
1082         (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
1083         (hppa_fetch_pointer_argument): Likewise.
1084         (hppa_frame_cache): Use safe_frame_unwind_memory instead of 
1085         deprecated_read_memory_nobpt.
1086         (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
1087         add_set_cmd sequence with add_setshow_boolean_cmd.
1088
1089 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1090
1091         GDB 6.3 released from GDB 6.3 branch.
1092
1093 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1094
1095         * values.c: Rename to ...
1096         * value.c: ..., new file.
1097         * Makefile.in: Update.
1098
1099 2004-11-09  Daniel Jacobowitz  <dan@debian.org>
1100
1101         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
1102         size.
1103
1104 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1105
1106         * TODO: Delete.
1107
1108         * value.h (struct value): Delete field bfd_section.
1109         (VALUE_BFD_SECTION): Delete macro.
1110         (COERCE_REF): Update.
1111         (value_at, value_at_lazy): Delete asection parameter.
1112         * printcmd.c (print_formatted, x_command): Update.
1113         (do_examine): Delete asection parameter.
1114         (next_section): Delete variable.
1115         * valops.c (value_cast, value_at, value_at_lazy)
1116         (value_coerce_function, value_addr, value_ind, value_string) 
1117         (find_rt_vbase_offset, value_full_object): Update.
1118         * hpacc-abi.c (hpacc_virtual_fn_field)
1119         (hpacc_value_rtti_type): Update.
1120         * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) 
1121         (gnuv3_baseclass_offset): Update.
1122         * f-valprint.c (f_val_print): Update.
1123         * c-valprint.c (c_val_print): Update.
1124         * p-valprint.c (pascal_val_print): Update.
1125         * jv-valprint.c (java_value_print): Update.
1126         * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
1127         * ada-lang.c (ada_value_primitive_packed_val)
1128         (ada_evaluate_subexp): Update.
1129         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
1130         * expprint.c (print_subexp_standard): Update.
1131         * infcall.c (call_function_by_hand): Update.
1132         * valarith.c (value_add): Update.
1133         * eval.c (evaluate_subexp_standard): Update.
1134         * values.c (allocate_value, value_copy, value_static_field): Update.
1135         * findvar.c (read_var_value, locate_var_value): Update.
1136         
1137 2004-11-09  Andrew Cagney  <cagney@gnu.org>
1138
1139         * i386-linux-tdep.c: Include "dwarf2-frame.h".
1140         * Makefile.in: Update all dependencies.
1141
1142 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1143
1144         * sentinel-frame.c (sentinel_frame_prev_pc): New function.
1145         (sentinel_frame_unwinder): Add the prev_pc method.
1146         * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
1147         available.  Do not handle the sentinel-frame case.
1148         * frame-unwind.h (frame_prev_register_ftype): Define.
1149         (struct frame_unwind): Add prev_pc;
1150
1151 2004-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1152
1153         * configure.in: Check for ncurses/term.h.
1154         * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
1155         * utils.c: Include gdb_curses.h instead of curses.h and term.h.
1156         * tui/tui.c: Don't include term.h.
1157         * configure, config.in: Rebuilt.
1158
1159 2004-11-08  Mark Kettenis  <kettenis@gnu.org>
1160
1161         * m68kbsd-nat.c: Include "inf-ptrace.h".
1162         (_initialize_m68kbsd_nat): Fix pasto.
1163         * Makefile.in (m68kbsd-nat.o): Update dependencies.
1164
1165 2004-11-08  Randolph Chung  <tausq@debian.org>
1166
1167         * infrun.c (debug_infrun): New variable.
1168         (resume, proceed, wait_for_inferior): Annotate with debug messages.
1169         (handle_inferior_event, keep_going): Likewise.
1170         (_initialize_infrun): Register "set debug infrun" command.
1171
1172 2004-11-08  Andreas Schwab  <schwab@suse.de>
1173
1174         * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
1175         PTRACE_EVENT_VFORKDONE.
1176         (child_follow_fork): Adjust.
1177
1178 2004-11-08  Andrew Cagney  <cagney@gnu.org>
1179
1180         * README: Refer to 6.3, not 6.2, update directory listing droppng
1181         references to intl/ and mmalloc/.
1182         * PROBLEMS: Refer to 6.3 not 6.2.
1183
1184         * PROBLEMS: Delete no-longer applicable problems.
1185
1186 2004-11-07  Andrew Cagney  <cagney@redhat.com>
1187             Daniel Jacobowitz  <dan@debian.org>
1188             Roland McGrath  <roland@redhat.com>
1189
1190         * Makefile.in (symfile-mem.o): Update dependencies.
1191         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
1192         (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
1193         * inf-ptrace.c (inf_ptrace_attach): Call
1194         observer_notify_inferior_created.
1195         * inftarg.c (child_attach): Likewise.
1196         * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
1197         (symbol_file_add_from_memory): Take NAME argument.  Use it for
1198         the new BFD's filename.
1199         (add_symbol_file_from_memory_command): Update call to
1200         symbol_file_add_from_memory.
1201         (struct symbol_file_add_from_memory_args, add_vsyscall_page)
1202         (symbol_file_add_from_memory_wrapper): New.
1203         (_initialize_symfile_mem): Register add_vsyscall_page as an
1204         inferior_created observer.
1205
1206 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1207
1208         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
1209         fetch_inferior_registers.  Make static.
1210         (m68kbsd_store_inferior_registers): Rename from
1211         store_inferior_registers.  Make static.
1212         (_initialize_m68kbsd_nat): Construct and add target vector.
1213         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1214         inftarg.o.  Add inf-ptrace.o.
1215         (NAT_FILE): Set to tm-solib.h.
1216         (LOADLIBES): New variable.
1217         * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1218         inftarg.o.  Add inf-ptrace.o.
1219         (NAT_FILE): Delete variable.
1220         * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1221         inftarg.o.  Add inf-ptrace.o.
1222         (NAT_FILE): Set to tm-solib.h.
1223         * config/m68k/nm-nbsdaout.h: Remove file.
1224
1225 2004-11-07  Daniel Jacobowitz  <dan@debian.org>
1226
1227         * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1228         (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1229         (dwarf2_signal_frame_unwind): New.
1230         (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1231         * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1232
1233 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1234
1235         * Makefile.in (mips64obsd-tdep.o): Fix typo.
1236
1237         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1238         from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets.  Trim sizes
1239         to only include the structure members we actually need.
1240         (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1241         mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets.  Trim sizes to
1242         only include the structure members we actually need.
1243         (mipsnbsd_init_abi): Update.
1244
1245         * mips64obsd-nat.c: Include "mips-tdep.h".
1246         (MIPS64OBSD_NUM_REGS): Remove define.
1247         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1248         (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1249         floating-point registers correctly.
1250         * Makefile.in (mips64obsd-nat.o): Update dependencies.
1251
1252         * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1253         "gdb_assert.h".
1254         (mips64obsd_sigframe_init): New function.
1255         (mips64obsd_sigframe): New variable.
1256         (mips64obsd_init_abi): Add comments.  Prepend mips64obsd_sigrame
1257         unwinder.
1258         * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1259
1260 2004-11-06  Joel Brobecker  <brobecker@gnat.com>
1261
1262         * alpha-mdebug-tdep.c: #include mdebugread.h.
1263         Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1264         * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1265
1266 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1267
1268         * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1269         CFI and the init_reg method leave the register unspecified.
1270         Include the register name in the "Incomplete CFI data" complaint.
1271         Supress leading zeros in the address.
1272
1273 2004-11-05  Mark Kettenis  <kettenis@gnu.org>
1274
1275         * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1276         skipping a personality routine in a CIE augmentation.
1277
1278 2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>
1279
1280         * defs.h (fatal, vfatal): New function prototypes.
1281         * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1282         via catch_errors.
1283         (backtrace_command): Change to call backtrace_command_stub via
1284         catch_errors instead of calling backtrace_command_1 directly.
1285         (backtrace_full_command): Ditto.
1286         * utils.c (error_stream_1): New static function.
1287         (verror): Change to call error_stream_1 instead of error_stream.
1288         (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1289         (vfatal, fatal): New functions.
1290
1291 2004-11-05  Andrew Cagney  <cagney@gnu.org>
1292
1293         * stack.c (parse_frame_specification_1): Clear selected_frame_p
1294         when not using selected frame.
1295
1296 2004-11-05  Mark Kettenis  <kettenis@jive.nl>
1297
1298         * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1299         personality routine in a CIE augmentation.
1300
1301 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
1302
1303         * stack.c (set_current_sal_from_frame): New function.
1304         (print_args_stub): Use it.
1305         (print_frame_info): Don't set sal here.
1306
1307 2004-11-04  Mark Kettenis  <kettenis@gnu.org>
1308
1309         * dwarf2-frame.c (read_encoded_value): Change type of third
1310         argument to `unsigned char *'.  Add support for LEB128 encodings.
1311
1312 2004-11-04  Jim Blandy  <jimb@redhat.com>
1313
1314         * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
1315         prevent cross-objfile references.
1316         (make_cv_type): Doc fix.  Don't create cross-objfile references,
1317         even for stub types.
1318         (replace_type): Add assertion to prevent cross-objfile references.
1319         (check_typedef): Never resolve a stub type by copying over a type
1320         from another file.
1321
1322 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1323
1324         * Makefile.in (m32r-tdep.o): Update dependencies.
1325         * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1326         ABI-specific overrides.
1327
1328 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
1329
1330         * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1331         unnecessary parallel execution bit.
1332         (m32r_memory_remove_breakpoint): Ditto.
1333         (m32r_breakpoint_from_pc): Update.
1334
1335 2004-11-03  Randolph Chung  <tausq@debian.org>
1336
1337         * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1338         frame_func_unwind to locate the unwind entry.
1339         (hppa_frame_this_id): Likewise.
1340
1341 2004-11-03  Andrew Cagney  <cagney@gnu.org>
1342
1343         * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1344         packet, obsolete configurations, end-of-life deprecated_registers.
1345
1346 2004-11-02  Mark Kettenis  <kettenis@gnu.org>
1347
1348         * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1349         encodings as well as unsigned encodings.
1350
1351 2004-11-02  Andrew Cagney  <cagney@gnu.org>
1352
1353         * value.h (COERCE_VARYING_ARRAY): Delete.
1354         * valops.c (value_cast, value_slice): Delete use.
1355         * valarith.c (value_subscript, value_concat): Delete use.
1356
1357 2004-11-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
1358
1359         * NEWS: GDB understands GNAT Ada.
1360
1361 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1362
1363         * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1364         (amd64-sol2-tdep.o): Add dependencies.
1365         * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1366         config/i386/sol2-64.mt: New files.
1367         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1368         amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1369         (supply_gregset): Correct order of arguments to
1370         amd64_supply_native_gregset.
1371         (fill_gregset): Correct order of arguments to
1372         amd64_collect_native_gregset.
1373         * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1374         * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1375         * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1376         for definition of NEW_PROC_API.
1377         * configure: Regenerate.
1378
1379 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1380
1381         * MAINTAINERS (Write After Approval): Add myself.
1382
1383 2004-11-01  Andrew Cagney  <cagney@gnu.org>
1384
1385         * configure.tgt: Mark d10v-*-* as obsolete.
1386         * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1387
1388 2004-11-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
1389
1390         * values.c (modify_field): Correct handling of bit-fields that
1391         don't fit in 32 bits.  Use unsigned operations throughout and 
1392         simplify the code a bit.  Document preconditions.
1393
1394 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1395
1396         * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1397         * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1398         (in_plt_section): Delete.
1399
1400         * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1401         (mips_gdbarch_init): Do not set same.
1402
1403         * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1404         * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1405
1406         * gdbarch.sh (in_solib_call_trampoline): Delete.
1407         * gdbarch.h, gdbarch.c: Re-generate.
1408
1409         * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1410         IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1411         * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1412         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1413         * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1414
1415 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1416
1417         * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1418         (mipsnbsd_fetch_inferior_registers): Rename from
1419         fetch_inferior_registers.  Make static.
1420         (mipsnbsd_store_inferior_registers): Rename from
1421         store_inferior_registers.  Make static.
1422         (_initialize_mipsnbsd_nat): New function and prototype.
1423         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1424         * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1425         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
1426         inf-ptrace.o.
1427
1428 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1429
1430         * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1431         (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1432         delete corresponding unused function.
1433         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1434         in_solib_call_trampoline.
1435         * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1436         * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1437         * config/mips/tm-nbsd.h: Ditto.
1438         * config/arm/tm-linux.h: Ditto.
1439         * config/mips/tm-linux.h: Ditto.
1440
1441         * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1442         (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1443         in_solib_call_trampoline, delete corresponding unused function.
1444         * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline) 
1445         (vaxnbsd_aout_init_abi): Ditto.
1446         * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline) 
1447         (sparc32nbsd_aout_init_abi): Ditto.
1448         * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline) 
1449         (ppc_linux_init_abi): Ditto.
1450         * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline) 
1451         (ns32knbsd_init_abi_aout): Ditto.
1452         * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1453         * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1454         * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline) 
1455         (m68kbsd_aout_init_abi): Ditto.
1456         * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline) 
1457         (i386_cygwin_init_abi): Ditto.
1458         * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline) 
1459         (i386bsd_init_abi): Ditto.
1460
1461         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1462         in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1463         isn't used by this architecture.
1464         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1465         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1466         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1467         * s390-tdep.c (s390_gdbarch_init): Ditto.
1468         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1469         * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1470         * i386-tdep.c (i386_svr4_init_abi): Ditto.
1471         * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1472         * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1473         * amd64-tdep.c (amd64_init_abi): Ditto.
1474
1475         * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1476         in_solib_call_trampoline to its default value of
1477         generic_in_solib_call_trampoline.
1478         * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1479         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1480         * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1481         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1482         * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1483         * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1484
1485         * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1486
1487         * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1488
1489         * config/mips/tm-mips.h: Delete file.
1490         * remote-mips.c: Delete tm-mips.h from comment.
1491         * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1492         * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1493         * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1494         * config/mips/tm-linux.h: Don't include tm-mips.h.
1495         * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1496         * config/mips/irix5.mt (DEPRECATED_TM_FILE): 
1497         * config/mips/tm-wince.h: Don't include.
1498
1499         * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1500         * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1501         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1502         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1503
1504         * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1505         * mdebugread.c (ecoff_relocate_efi): Delete function.
1506         * objfiles.c (objfile_relocate): Delete #ifdef
1507         MDEBUG_EFI_SYMBOL_NAME code.
1508
1509 2004-10-31  Orjan Friberg <organ.friberg@axis.com>
1510             Andrew Cagney  <cagney@gnu.org>
1511
1512         * gdbarch.sh (single_step_through_delay): Add.
1513         * gdbarch.h, gdbarch.c: Re-generate.
1514         * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1515         (mips_step_skips_delay): Delete.
1516         * mips-tdep.c (mips_single_step_through_delay): Replace
1517         mips_step_skips_delay.
1518         (mips_gdbarch_init): Set single_step_through_delay.
1519         (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1520         
1521 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1522
1523         * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1524         from TRAMP_FRAME frame type.
1525
1526 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1527
1528         * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1529
1530         * mips-tdep.c (mips_ignore_helper): Delete.
1531         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1532         * infrun.c (handle_inferior_event): Delete #ifdef
1533         DEPRECATED_IGNORE_HELPER_CALL code.
1534
1535         * config/mips/tm-mips.h (RA_REGNUM): Delete.
1536
1537 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1538
1539         * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1540         (fill_fpregset): Do not compile for 64-bit systems.
1541         * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1542         * Makefile.in (i386-sol2-nat.o): Update dependencies.
1543         * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1544
1545 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1546
1547         * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1548         (struct mdebug_extra_func_info): Define.
1549         * config/alpha/tm-alpha.h: Delete same.
1550         * config/mips/tm-mips.h: Delete same.
1551         * mdebugread.c: Delete same.
1552         * Makefile.in: Update dependencies.
1553         * mips-mdebug-tdep.c: Include "mdebugread.h".
1554
1555         * objfiles.c: Include "mdebugread.h".
1556         * mdebugread.c: Include "mdebugread.h".
1557         (ecoff_relocate_cfi): Delete.
1558         * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1559         * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1560         * mdebugread.h (ecoff_relocate_efi): New file.
1561         * Makefile.in: Update dependencies.
1562         
1563         * mips-tdep.c (struct frame_extra_info): Delete.
1564         (temp_proc_desc): Delete.
1565
1566         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1567         MIPS_EFI_SYMBOL_NAME.
1568         (mips_extra_func_info_t, mips_extra_func_info): Delete.
1569         (struct mdebug_extra_func_info): Replace struct
1570         alpha_extra_func_info and alpha_extra_func_info_t.
1571         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1572         MIPS_EFI_SYMBOL_NAME.
1573         (struct mdebug_extra_func_info): Replace struct
1574         alpha_extra_func_info and alpha_extra_func_info_t.
1575         * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1576         * mdebugread.c, alpha-mdebug-tdep.c: 
1577
1578         Suggested by Mark Kettenis.
1579         * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1580         fields frame_adjust and high_addr.
1581         * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1582         (non_heuristic_proc_desc): Delete references.
1583
1584         * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1585         * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1586         * mips-tdep.c: Update.
1587
1588         * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1589         (MIPS_LAST_EMBED_REGNUM): Add.
1590         * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1591         (LAST_EMBED_REGNUM): Delete.
1592         * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1593
1594         * config/mips/tm-mips.h (PS_REGNUM): Delete.
1595         * mips-tdep.h (MIPS_PS_REGNUM): Add.
1596         * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1597         * mips-linux-nat.c: Update.
1598
1599         * mips-tdep.h: Add comments on registers.
1600         (MIPS_UNUSED_REGNUM): Define.
1601         * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1602         (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1603         * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1604         * mips-linux-nat.c, remote-mips.c: Update.
1605
1606         * config/mips/tm-mips.h (t_insn): Delete.
1607         * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1608         Replace t_insn with ULONGEST.
1609
1610 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1611
1612         * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1613         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1614         (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1615         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1616         (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1617         (mipsnbsd_core_osabi_sniffer): New function.
1618         (mipsnbsd_init_abi): Set regset_from_core_section.
1619         (_initialize_mipsnbsd_tdep): Remove calls to
1620         deprecated_add_core_fns.
1621         (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1622         (mipsnbsd_regset_from_core_section): New functions.
1623         (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1624         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1625
1626         * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1627         Remove optimization for DEPRECATED_FP_REGNUM.
1628
1629 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1630
1631         * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1632         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1633         (alpha_setup_arbitrary_frame): Delete.
1634         * mips-tdep.c (setup_arbitrary_frame): Delete.
1635         * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1636         (setup_arbitrary_frame): Delete.
1637         * stack.c (parse_frame_specification_1): When specified, call
1638         create_new_frame with two parameters.  Delete #ifdef
1639         SETUP_ARBITRARY_FRAME.
1640
1641         * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1642         (MIPS_INSTLEN): Delete.
1643         * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1644         MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1645         * remote-mips.c, mips-tdep.c: Update.
1646
1647         * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1648         * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1649         * mips-tdep.c (mips_mdebug_frame_cache)
1650         (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1651         (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1652         (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1653         (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1654         (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1655         (mips_gdbarch_init): Do not append mdebug sniffers.
1656         (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) 
1657         (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) 
1658         (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) 
1659         (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1660         * Makefile.in: Update dependencies.
1661
1662         * mips-tdep.h (mips_abi_regsize): Declare.
1663         * mips-tdep.c (mips_abi_regsize): Make non-static.
1664
1665         * mips-tdep.c (gdb_print_insn_mips): Simplify.
1666         (make_mips16_addr): Delete.
1667
1668 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1669
1670         * i386-sol2-nat.c: New file.
1671         * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1672         i386-sol2-tdep.c.
1673         (i386-sol2-nat.o): Update dependencies.
1674         * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1675         i386-sol2-nat.o.
1676
1677 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1678
1679         Total breakage identified by Joel Brobecker.
1680         * mips-tdep.c (after_prologue): Delete.
1681         (mips_skip_prologue): Use skip_prologue_using_sal.
1682         (heuristic_proc_desc): Delete, unused.
1683
1684 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1685
1686         * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1687         (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1688         Cleanup coding style.
1689
1690 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1691
1692         * mips-tdep.h (mips_pc_is_mips16): Declare.
1693         * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1694         non-static.  Update calls.
1695
1696         * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1697         * command.h (add_setshow_enum_cmd): Declare.
1698         * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1699
1700         * mips-tdep.c (_initialize_mips_tdep): Use
1701         add_setshow_zinteger_cmd.
1702         
1703         * mips-tdep.c (mips_eabi_extract_return_value)
1704         (mips_o64_extract_return_value, mips_o64_store_return_value)
1705         (return_value_location, mips_eabi_reg_struct_has_addr)
1706         (mips_eabi_use_struct_convention)
1707         (mips_eabi_store_return_value): Delete.
1708         (mips_eabi_store_return_value): New function.
1709         (mips_eabi_return_value): New function.
1710         (mips_gdbarch_init): For O64 and EABI, delete
1711         extract_return_value, store_return_value, use_struct_convention
1712         and reg_struct_has_addr, add return_value.
1713
1714         * mips-tdep.c (read_signed_register): Use
1715         regcache_cooked_read_signed.
1716
1717 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1718
1719         * mipsread.c: Cleanup coding style.
1720         (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1721         (mipscoff_symfile_finish): Remove prototypes.
1722
1723 2004-10-29  Mark Kettenis  <kettenis@gnu.org>
1724
1725         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1726         (mips_mdebug_frame_cache, mips16_scan_prologue)
1727         (mips32_scan_prologue, mips_stub_frame_cache)
1728         (heuristic_proc_start, heuristic_proc_desc)
1729         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1730         (mips_n32n64_return_value, mips_o32_push_dummy_call)
1731         (mips_o32_return_value, mips_o64_push_dummy_call)
1732         (mips_step_skips_delay, mips_skip_trampoline_code)
1733         (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1734         MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1735         T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1736         instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1737         and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1738         (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1739         T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1740         MIPS16_INSTLEN.  Use MIPS_A0_REGNUM instead of A0_REGNUM.
1741         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1742         (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1743         ZERO_REGNUM.
1744         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1745         (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1746         ZERO_REGNUM.
1747         (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1748         A0_REGNUM.
1749         * mipsnbsd-nat.c: Include "mips-tdep.h".
1750         (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1751         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1752
1753 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1754
1755         * stack.c (parse_frame_specification_1): New function based on
1756         parse_frame_specification.  Add message and selected_frame_p
1757         paramters.  Truely always return non-NULL.
1758         (parse_frame_specification): Call parse_frame_specification_1.
1759         (frame_info): Update.  Eliminate target_has_stack check.
1760         (select_frame_command): Update.
1761
1762 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1763
1764         * frame.h (get_selected_frame): Add message parameter.
1765         * frame.c (get_selected_frame): Add and use message parameter.
1766         * stack.c (current_frame_command, return_command, locals_info)
1767         (catch_info, args_info, up_silently_base, down_silently_base): Use
1768         get_selected_frame with an explicit message.
1769         * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1770         * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1771         * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1772         * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1773         * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1774         * breakpoint.c: Update.
1775
1776 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1777
1778         * trad-frame.c (trad_frame_get_prev_register): Use
1779         frame_unwind_register instead of frame_register_unwind, do not
1780         recurse the register's location.
1781         * xstormy16-tdep.c (xstormy16_frame_prev_register): 
1782         * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1783         * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1784         * sh-tdep.c (sh_frame_prev_register): Ditto.
1785         * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1786         * i386-tdep.c (i386_frame_prev_register): Ditto.
1787         * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1788         * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1789
1790 2004-10-28  Mark Kettenis  <kettenis@jive.nl>
1791
1792         * proc-events.c: Fix several coding-style issues.  Consistently
1793         use #ifdef instead of #if defined().
1794         (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1795         ARRAY_SIZE.
1796         (_initialize_proc_events): New prototype.
1797
1798         * proc-why.c: Fix several coding-style issues.
1799         (proc_prettyfprint_why): Use ARRAY_SIZE.
1800
1801 2004-10-27  Jim Blandy  <jimb@redhat.com>
1802
1803         * remote.c (fetch_register_using_p): Construct 'p' packet in a
1804         manner independent of the host byte order.
1805
1806 2004-10-27  Mark Kettenis  <kettenis@gnu.org>
1807
1808         * mips-tdep.c (id_delayed): Remove prototype.
1809
1810 2004-10-26  Mark Kettenis  <kettenis@gnu.org>
1811
1812         * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1813         MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1814         to enum with register numbers.
1815         (enum mips_insn_size): New enum.
1816
1817 2004-10-26  Andrew Cagney  <cagney@gnu.org>
1818
1819         * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1820         * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1821         (mips_gdbarch_init): Update.
1822         (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1823
1824         * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1825         * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1826         IN_SOLIB_RETURN_TRAMPOLINE.
1827         * mips-tdep.c (mips_dump_tdep): Do not print
1828         IN_SOLIB_RETURN_TRAMPOLINE.
1829         (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1830         (mips_gdbarch_init): Update.
1831
1832         * mips-tdep.h (mips_software_single_step): Move to here ...
1833         * config/mips/tm-mips.h: ... from here.
1834         * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P) 
1835         (SOFTWARE_SINGLE_STEP): Delete.
1836         * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1837
1838 2004-10-25  Andrew Cagney  <cagney@gnu.org>
1839
1840         * NEWS: Add Changes since GDB 6.3 section.
1841
1842 2004-10-23  Andreas Schwab  <schwab@suse.de>
1843
1844         * ada-lang.c (grow_vect): Return the new array instead of
1845         expecting pointer to pointer to avoid violation of aliasing rules.
1846         * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1847
1848 2004-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1849
1850         * s390-tdep.c (enum pv_boolean): Remove.
1851         (pv_is_array_ref): Remove.
1852         (s390_on_stack): Remove.
1853         (S390_NUM_SPILL_SLOTS): Remove.
1854         (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1855         add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1856         (s390_store): Track all stores of orginal incoming registers to the
1857         stack constant offsets relative to the CFA, instead of only tracking
1858         stores into specific spill slots.
1859         (s390_load): Likewise.
1860         (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1861         (s390_prologue_frame_unwind_cache): Likewise.  Only track registers
1862         defined as call-saved by the ABI.
1863         (s390_push_dummy_call): Use bottom of dummy call argument save area
1864         as return value, not the top.  Do not store to the called function's
1865         register save area.
1866         (s390_unwind_dummy_id): Adapt accordingly.
1867
1868 2004-10-23  Andrew Cagney  <cagney@gnu.org>
1869
1870         * objfiles.h (struct objfile): Rename obj_private to
1871         deprecated_obj_private, sym_private to deprecated_sym_private, and
1872         sym_stab_info to deprecated_sym_stab_info.
1873         * gdb-stabs.h: Update.
1874         * elfread.c: Update.
1875         * dbxread.c: Update.
1876         * coffread.c: Update.
1877         * xcoffread.c: Update.
1878         * symfile.c: Update.
1879         * somread.c: Update.
1880         * nlmread.c: Update.
1881         * mdebugread.c: Update.
1882         * hpread.c: Update.
1883         * coffread.c: Update.
1884
1885 2004-10-23  Mark Kettenis  <kettenis@gnu.org>
1886
1887         * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1888         * configure.host: Add mips64*-*-openbsd*.
1889         * configure.tgt: Add mips64*-*-openbsd*.
1890         * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1891         mips64obsd-tdep.c.
1892         (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1893         * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1894
1895 2004-10-21  Joel Brobecker  <brobecker@gnat.com>
1896
1897         * symtab.c (symbol_search_name): Minor reformatting.
1898
1899 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
1900
1901         * symtab.h: Fix typo in comment.
1902
1903 2004-10-19  Mark Kettenis  <kettenis@gnu.org>
1904
1905         * dwarf2read.c (struct comp_unit_head): Fix coding style.
1906         (dwarf_decode_line_header): Likewise.
1907
1908 2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
1909
1910         * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1911
1912 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1913
1914         GDB 6.3 branch created.
1915         * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1916
1917 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1918
1919         * dwarf2read.c (set_cu_language): Set language to Ada for
1920         DW_LANG_Ada83 and DW_LANG_Ada95.
1921
1922 2004-10-15  Michael Chastain  <mec.gnu@mindspring.com>
1923
1924         From Andreas Schwab <schwab@suse.de>:
1925         * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1926         for xmalloc and xrealloc.
1927
1928 2004-10-15  Andrew Cagney  <cagney@gnu.org>
1929
1930         * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1931         * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1932         * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1933         Update dependencies.
1934
1935 2004-10-15  Paul Hilfinger  <Hilfinger@gnat.com>
1936
1937         * ada-lang.c (ada_lookup_symbol): Correct comment.
1938         (ada_evaluate_subexp): Change error message for
1939         OP_FUNCALL case so as not to indicate an internal error.
1940         
1941 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1942
1943         Committed by Paul Hilfinger.
1944         * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1945         type sizes in XVE/XVU types, and emit a warning when that happens,
1946         instead of rounding up the size of the resulting type.
1947         Some minor reformatting.
1948         (ada_is_aligner_type): Do not consider a type as an aligner type 
1949         if there is a corresponding XVS type as well.
1950         (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we 
1951         have several levels of pointer indirection to the array.
1952         
1953 2004-10-15  Jerome Guitton  <guitton@gnat.com>
1954
1955         Committed by Paul Hilfinger.
1956         * ada-lang.c (check_size): New function.
1957         (coerce_unspec_val_to_type): call check_size to make sure
1958         that the object size is reasonable.
1959         (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1960         Implements the case when we get a reference when we evaluate
1961         the expression of one of the bounds of the slice.
1962         (ada_value_struct_elt): when a packed array field is
1963         a reference, use ada_coerce_ref to dereference it; use 
1964         ada_value_ind only if it is a pointer.
1965
1966 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1967
1968         * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1969         a bit to avoid the necessity of an advance declaration. Remove
1970         declaration.
1971         (set_reg_offset): Move implemenation up.
1972         (mips16_get_imm): Likewise.
1973         (mips16_scan_prologue): Likewise.
1974         (reset_saved_regs): Likewise.
1975         (mips32_scan_prologue): Likewise.
1976
1977 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1978
1979         * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1980         Remove sp as a parameter, compute it internally instead. Move
1981         prologue scanning limit from heuristic_proc_desc to here.
1982         (mips16_scan_prologue): Likewise.
1983         (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1984         by call to mips16_scan_prologue.
1985         (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1986         by call to mips32_scan_prologue.
1987         (heuristic_proc_desc): Remove code that's no longer necessary.
1988         Update calls to mips16_scan_prologue and mips32_scan_prologue.
1989         (mips_skip_prologue): Update calls to mips16_scan_prologue
1990         and mips32_scan_prologue.
1991
1992 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1993
1994         * mips-tdep.c (mips16_scan_prologue): Merge code from
1995         mips16_skip_prologue.  Now return the address of the first
1996         instruction past the function prologue.
1997         (mips16_skip_prologue): Remove, no longer necessary.
1998         (mips_skip_prologue): Replace call to mips16_skip_prologue
1999         by call to mips16_scan_prologue.
2000
2001 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
2002
2003         * mips-tdep.c (mips32_scan_prologue): Merge code from
2004         mips32_skip_prologue.  Now return the address of the first
2005         instruction past the function prologue.
2006         (mips32_skip_prologue): Remove.  No longer necessary.
2007         (mips16_skip_prologue): Add parameter end_pc instead of
2008         computing it.
2009         (mips_skip_prologue): Compute the upper limit for the
2010         prologue scanning. Update call to mips16_skip_prologue.
2011         Replace call to mips32_skip_prologue by call to
2012         mips32_scan_prologue.
2013
2014 2004-10-14  Mark Kettenis  <kettenis@gnu.org>
2015
2016         * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
2017         NetBSD system call stubs that store %rp in the ERP slot of the
2018         stack frame.
2019
2020         * source.c: Always define O_BINARY to 0 if not defined already.
2021         (openp): Unconditionally use O_BINARY.
2022
2023         * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
2024         * event-top.c (gdb_readline2): Likewise.
2025
2026 2004-10-14  Orjan Friberg  <orjanf@axis.com>
2027
2028         * cris-tdep.c (_initialize_cris_tdep): Re-add call to
2029         deprecated_add_core_fns which was removed by mistake.
2030
2031 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
2032
2033         * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
2034         references to deprecated_registers[] with equivalent code.
2035
2036 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
2037
2038         * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
2039         ``deprecated_registers'' with equivalent code.  Use gdb_assert()
2040         instead of explicit test and print statement.
2041
2042 2004-10-12  Mark Kettenis  <kettenis@gnu.org>
2043
2044         * sparc-nat.c: Include "inf-ptrace.h".
2045         (sparc_target): New function.
2046         * sparc-nat.h: Update copyright year.
2047         (sparc_target): New prototype.
2048         * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
2049         (_initialize_sparcnbsd_nat): Construct and add target vector.
2050         * sparc64nbsd-nat.c: Include "target.h".
2051         (_initialize_sparc64nbsd_nat): Construct and add target vector.
2052         * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
2053         Update dependencies.
2054         * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
2055         inftarg.o, add inf-ptrace.o.
2056         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2057         inftarg.o, add inf-ptrace.o and bsd-kvm.o.
2058         (NAT_FILE): Set to nm-bsd.h.
2059         (LOADLIBES): New variable.
2060         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2061         infarg.o, add inf-ptrace.o.
2062         * config/sparc/nm-nbsdaout.h: Remove file.
2063         * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
2064         * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
2065         * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
2066
2067         * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
2068         "fopen-same.h".  Update comment.
2069
2070 2004-10-11  Mark Kettenis  <kettenis@gnu.org>
2071
2072         * i386gnu-nat.c: Include "gdb_string.h".
2073         (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
2074         registers when the floating-point state isn't initialized.
2075         * Makefile.in (i386gnu-nat.o): Update dependencies.
2076
2077 2004-10-11  David Anderson  <davea@sgi.com>
2078
2079         * regcache.c (regcache_raw_read): Comment was missing "to".
2080         Extraneous ' removed.
2081         * gdb_thread_db.h (struct td_thrinfo): ti_lid field
2082         comment now describes use.
2083
2084 2004-10-11  Orjan Friberg  <orjanf@axis.com>
2085
2086         * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
2087         (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
2088         (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
2089         (cris_sigtramp_frame_sniffer): New functions.
2090         (cris_gdbarch_init): Hook in signal trampoline unwinder.
2091         (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
2092         (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
2093         (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
2094         (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
2095         command.
2096         (cris_version_update): Remove, replace with ...
2097         (set_cris_version): New function.
2098         (struct gdbarch_tdep, cris_mode, cris_mode_update)
2099         (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
2100         (_initialize_cris_tdep): Remove CRIS mode command.
2101         (cris_fpless_backtrace, _initialize_cris_tdep): Remove 
2102         cris-fpless-backtrace command.
2103         (cris_scan_prologue): Fix prologue scanning limit.
2104         (cris_register_type): Update to reflect actual registers.
2105         (cris_register_bytes_ok) Remove.
2106         (cris_gdbarch_init): Remove support for CRIS v8 and v9.
2107         Remove set_gdbarch_deprecated_register_size,
2108         set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
2109         
2110 2004-10-10  Andrew Cagney  <cagney@gnu.org>
2111
2112         * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
2113         comment.
2114
2115 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2116
2117         * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
2118
2119 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2120
2121         * mips-tdep.c (mips16_scan_prologue): Renames
2122         mips16_heuristic_proc_desc. Update comment.
2123         (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
2124         (heuristic_proc_desc): Update calls to the 2 functions above.
2125
2126 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2127
2128         * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
2129         Update comments. Also immediately return empty cache when the start
2130         address of our function could not be found.
2131         (mips_insn32_frame_cache): Likewise.
2132
2133 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
2134
2135         * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
2136         (mips_insn16_frame_cache): Pass frame cache in call to
2137         heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
2138         Remove code that became redundant as a consequence.
2139         (mips32_heuristic_proc_desc): No longer compute a fake
2140         procedure descriptor. Compute the full frame cache instead.
2141         Some minor comment reformatting.
2142
2143 2004-10-10  Jim Blandy  <jimb@redhat.com>
2144
2145         * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
2146         reader, tracing bytecode stuff): Remove self.
2147
2148 2004-10-10  Mark Kettenis  <kettenis@gnu.org>
2149
2150         * sparc64-linux-tdep.c: Update copyright year.  Don't include
2151         "solib-svr4.h".
2152         (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
2153         (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2154         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2155
2156         * sparc-linux-tdep.c: Update copyright year.
2157         (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
2158         to struct frame_info *.  Use safe_frame_unwind_memory instead of
2159         deprecated_read_memory_nobpt.
2160         (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
2161         Change argumen from CORE_ADDR to struct frame_info *.  Adjust for
2162         changed signature of sparc_linux_sigtramp_start.
2163         (sparc32_linux_pc_in_sigtramp): Remove function.
2164         (sparc32_linux_sigtramp_p): New function.
2165         (sparc32_linux_sigtramp_frame_sniffer): Use
2166         sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
2167
2168         * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
2169         Remove function.
2170         (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2171
2172         * ada-lang.c (lim_warning): Re-implement as a varargs function.
2173         (decode_packed_array_type, value_subscript_packed)
2174         (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
2175         argument in call to lim_warning.
2176
2177         * configure.in: Really disable the TUI if an enhanced curses
2178         library isn't found.
2179         * configure: Regenerate.
2180
2181 2004-10-09  Mark Kettenis  <kettenis@gnu.org>
2182
2183         * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
2184         * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
2185         * config/i386/nm-nbsdaout.h: Remove file.
2186         * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
2187         (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
2188         (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
2189         (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
2190         (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
2191         (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
2192         (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
2193         (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
2194         (ldd, ld_un, ld_2): Remove defines.
2195         * config/i386/nm-obsd.h: Likewise.
2196
2197 2004-10-09  Paul Hilfinger  <hilfingr@nile.gnat.com>
2198
2199         * ada-lex.l: Remove useless rule whose right-context clause
2200         causes unreferenced static function warning for yyrealloc.
2201         (ada_flex_use): Remove the artificial reference to yyrealloc.
2202
2203 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2204
2205         * target.h (struct target_ops): Rename to_xfer_memory to
2206         deprecated_xfer_memory.
2207         * target.c: Update.
2208         (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
2209         * wince.c: Update.
2210         * win32-nat.c: Update.
2211         * v850ice.c: Update.
2212         * uw-thread.c: Update.
2213         * thread-db.c: Update.
2214         * sol-thread.c: Update.
2215         * remote.c: Update.
2216         * remote-vx.c: Update.
2217         * remote-st.c: Update.
2218         * remote-sim.c: Update.
2219         * remote-sds.c: Update.
2220         * remote-rdp.c: Update.
2221         * remote-rdi.c: Update.
2222         * remote-mips.c: Update.
2223         * remote-m32r-sdi.c: Update.
2224         * remote-e7000.c: Update.
2225         * procfs.c: Update.
2226         * ppc-bdm.c: Update.
2227         * nto-procfs.c: Update.
2228         * monitor.c: Update.
2229         * linux-nat.c: Update.
2230         * inftarg.c: Update.
2231         * hpux-thread.c: Update.
2232         * go32-nat.c: Update.
2233         * gnu-nat.c: Update.
2234         * exec.c: Update.
2235         * corelow.c: Update.
2236         * bsd-kvm.c: Update.
2237         * aix-thread.c: Update.
2238
2239 2004-10-08  Andrew Cagney  <cagney@gnu.org>
2240
2241         * target.c (debug_target): Move to near start of file.
2242         (target_stopped_data_address_p): Re-org logic, add casts.
2243
2244 2004-10-02  Mark Kettenis  <kettenis@gnu.org>
2245
2246         * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2247         (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2248         (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2249         (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2250         New defines.
2251
2252 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2253
2254         * target.h (to_stopped_data_address): Change prototype to
2255         take a CORE_ADDR pointer and return an int.
2256         * target.c (update_current_target): Change to_stopped_data_address
2257         to match new prototype.
2258         (debug_to_stopped_data_address): Change appropriately.
2259         * breakpoint.c (bpstat_stop_status): Change call to
2260         target_stopped_data_address to use new prototype.
2261         * frv-tdep.c (frv_have_stopped_data_address): New function.
2262         (frv_stopped_data_address): Change to new prototype and
2263         functionality.
2264         * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2265         prototype and functionality.
2266         (ia64_stopped_by_watchpoint): New function.
2267         * i386-nat.c (i386_stopped_data_address): Change to new
2268         prototype and functionality.
2269         (i386_stopped_by_watchpoint): New function.
2270         * remote.c (remote_stopped_data_address): Change to new prototype
2271         and functionality.
2272         * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2273         * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2274         (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2275         * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2276         new i386_stopped_by_watchpoint function.
2277         (i386_stopped_by_watchpoint): New prototype.
2278         (i386_stoppped_data_address): Change to new prototype.
2279         * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2280         new ia64_stopped_by_watchpoint function.
2281         (ia64_stopped_by_watchpoint): New prototype.
2282         (ia64_stopped_data_address): Ditto.
2283
2284 2004-10-08  Paul Hilfinger  <Hilfinger@gnat.com>
2285
2286         * ada-typeprint.c (ada_print_type): Use int_string for printing
2287         modulus of modular type.
2288         * ada-lang.h (ada_modulus): Change return type to unsigned.
2289         * ada-lang.c (ada_language_arch_info): Correct type of 
2290         string_char_type.
2291         (ada_modulus): Return unsigned result.
2292         (ada_lookup_symbol): Remove user disambiguation and modify comment 
2293         accordingly.
2294         
2295 2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>     
2296
2297         Committed by Paul Hilfinger.
2298         * ada-lang.c (decode_packed_array): On big-endian targets, 
2299         left-justify the value if it comes with a modular type.
2300
2301 2004-10-08  Joel Brobecker  <brobecker@gnat.com>        
2302
2303         Committed by Paul Hilfinger.
2304         * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2305         (is_name_suffix): Add support for "___JM" suffixes.
2306         (ada_check_typedef): Renames ada_completed_type. 
2307         Update all users of CHECK_TYPEDEF, check_typedef, and 
2308         ada_complete_type to call ada_check_typedef.
2309         * ada-typeprint.c: Likewise.
2310         * ada-valprint.c: Likewise.
2311
2312 2004-10-08  Corinna Vinschen  <vinschen@redhat.com>
2313
2314         * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2315
2316 2004-10-08  Nick Roberts  <nickrob@snap.net.nz>
2317
2318         * MAINTAINERS: Update e-mail address.
2319
2320 2004-10-07  Daniel Jacobowitz  <dan@debian.org>
2321
2322         From Maciej W. Rozycki  <macro@mips.com>:
2323         * mips-tdep.c (mips32_next_pc): Check the register's contents,
2324         not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2325
2326 2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
2327
2328         * m32r-tdep.c (decode_prologue): Support functions written
2329         in assembler language. Recognize trap instructions as the
2330         end of prologue.
2331         (m32r_frame_unwind_cache): Ditto.
2332         (m32r_skip_prologue): Extend search limit. Quit analyzing
2333         prologue if pc's location is not readable.
2334
2335 2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
2336
2337         * Makefile.in (.l.c): Do conversions of names of alloc and free 
2338         functions that are done for .y.c files, plus special one
2339         for yy_flex_realloc.  Also, correct missing-file tests here.
2340         * ada-lex.l (malloc, free): Remove macros.
2341         (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2342         xrealloc.
2343         (ada_flex_use): Dummy definition to remove warnings about unused
2344         functions.
2345         * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2346         to suppress warning.
2347         
2348 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2349
2350         * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2351         RETURN_VALUE.
2352         (sh_return_value_fpu): Ditto for CPUs with FPU.
2353         (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2354         RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2355         Install sh_return_value_nofpu resp. sh_return_value_fpu as
2356         RETURN_VALUE functions.
2357
2358 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2359
2360         * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
2361         (sh_pseudo_register_write): Ditto.
2362
2363 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2364
2365         * sh-tdep.c (IS_MACL_STS): New define.
2366         (IS_MOVI20): Ditto.
2367         (IS_MACL_LDS): Ditto.
2368         (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2369         instructions in prologue.
2370         (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2371         instructions in epilogue.
2372
2373 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2374
2375         * sh-tdep.c (SH_NUM_REGS): Define as 67.
2376         (sh_sh_register_name): Add eight empty register names.
2377         (sh_sh3_register_name): Ditto.
2378         (sh_sh3e_register_name): Ditto.
2379         (sh_sh2e_register_name): Ditto.
2380         (sh_sh2a_register_name): New function, defining SH2A register set.
2381         (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2382         in nofpu case.
2383         (sh_sh_dsp_register_name): Add eight empty register names.
2384         (sh_sh3_dsp_register_name): Ditto.
2385         (sh_sh4_register_name): Ditto.
2386         (sh_sh4_nofpu_register_name): Ditto.
2387         (sh_sh4al_dsp_register_name): Ditto.
2388         (sh2a_show_regs): New function.
2389         (sh2a_nofpu_show_regs): New function.
2390         (sh_sh2a_register_type): New function.
2391         (do_bank_register_info): New function.
2392         (sh_print_pseudo_register): Call do_bank_register_info.
2393         Call sh_print_pseudo_register for valid "bank" register.
2394         (sh_sh2a_register_sim_regno): New function.
2395         (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2396         Increment pseudo register count by one for all sh variants with
2397         pseudo registers to accomodate pseudo bank register.
2398         * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2399         IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2400         IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM. 
2401         Increment pseudo register numbers.
2402
2403 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2404
2405         * dwarf2read.c (read_subroutine_type): Call make_function_type
2406         instead of lookup_function_type.
2407
2408 2004-10-05  Jim Blandy  <jimb@redhat.com>
2409
2410         * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2411         (Previous change missed some uses.)
2412
2413 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2414
2415         * target.h (deprecated_child_ops): Rename child_ops.
2416         * wince.c: Update copyright.  Rename child_ops.
2417         * win32-nat.c: Rename child_ops.
2418         * target.c: Rename child_ops.
2419         * rs6000-nat.c: Rename child_ops.
2420         * linux-nat.c: Rename child_ops.
2421         * infttrace.c: Rename child_ops.
2422         * inftarg.c: Rename child_ops.
2423         * infptrace.c: Rename child_ops.
2424         * hppah-nat.c: Update copyright.  Rename child_ops.
2425         * hpux-thread.c: Update copyright.  Rename child_ops.
2426
2427 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2428
2429         * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2430
2431 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2432
2433         * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2434
2435 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2436
2437         * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2438         (die_ref_table): Remove.
2439         (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2440         (struct dwarf2_per_cu_data): Add PSYMTAB.  Add a comment describing
2441         the usage of this type.
2442         (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2443         (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2444         (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2445         (dwarf2_create_include_psymtab): Update comment.
2446         (find_partial_die): Remove third argument.  Remove unreachable call
2447         to error ().
2448         (dwarf2_find_containing_comp_unit): Update comments.  Change one
2449         assertion to an error.  Remove an unreachable error.
2450         (dwarf2_find_comp_unit): Update comments.
2451         (type_at_offset): Remove dead code.
2452         (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2453         (store_in_ref_table): Add CU argument.
2454         (follow_die_ref): Take DIE, attribute, and CU arguments.  Handle
2455         inter-compilation-unit references.
2456         (load_full_comp_unit, process_full_comp_unit): New functions, based
2457         on psymtab_to_symtab_1.
2458         (psymtab_to_symtab_1): Use them.
2459         (dwarf2_add_dependence): New function.
2460         (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu.  Always create
2461         a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2462         (partial_die_parent_scope, guess_structure_name): Update for changes
2463         to find_partial_die.
2464         (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2465         (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2466         (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2467         (read_die_and_children): Update call to store_in_ref_table.
2468         (do_free_die_list_cleanup): Remove.
2469         (fixup_partial_die): Update for changes to find_partial_die.
2470         (read_full_die): Handle queueing absolute references.
2471         (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2472         (dwarf2_attr, die_specification, die_type)
2473         (die_containing_type, dwarf2_extension): Update calls to
2474         follow_die_ref.
2475         (dump_die): Update DW_FORM_ref* handling.
2476         (dwarf2_get_ref_die_offset): Likewise.
2477         (free_one_comp_unit): Release the dies list.
2478         (dwarf2_mark_helper): New function.
2479         (dwarf2_mark): Use it.
2480
2481 2004-10-05  Mark Kettenis  <kettenis@jive.nl>
2482
2483         * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2484         when writing to memory.
2485
2486 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
2487
2488         * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2489         (m32r_extract_struct_value_address): Delete function.
2490         (m32r_return_value): New function.
2491         (m32r_gdbarch_init): Instead of store_return_value,
2492         extract_return_value, deprecated_extract_struct_value_address
2493         and deprecated_use_struct_convention, set return_value.
2494
2495 2004-10-03  Daniel Jacobowitz  <dan@debian.org>
2496
2497         * dwarf2read.c (read_subrange_type): Add comment for variable
2498         sized arrays.
2499
2500 2004-10-03  Paul Hilfinger  <hilfingr@nile.gnat.com>
2501
2502         * Makefile.in (.l.c): Modify rule for compatibility with recent
2503         versions of flex, and remove most command-line options.
2504         * ada-lex.l: Add %options line in place of -I -i and -s command-line
2505         options.
2506
2507 2004-10-02  Paul N. Hilfinger  <Hilfinger@gnat.com>
2508
2509         Turn on initial Ada support (mainly expression evaluation).
2510         
2511         * Makefile.in (SFILES): Remove ada-tasks.c.
2512         (HFILES_NO_SRCDIR): Add ada-lang.h.
2513         (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2514         (YYOBJ): Add ada-exp.o.
2515         (rule .l.c): Generalize to not mention ada.
2516         * symtab.c: Include ada-lang.h.
2517         (symbol_natural_name, symbol_demangled_name)
2518         (symbol_search_name): Add Ada case.
2519
2520 2004-10-01  Andrew Cagney  <cagney@gnu.org>
2521
2522         * Makefile.in (COMMON_OBS): Add inf-child.o.
2523         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2524         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2525         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2526         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2527         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2528         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2529         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2530         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2531         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2532         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2533         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2534         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2535         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2536
2537         * target.c (xfer_using_stratum): Change return type to LONGEST.
2538         On each iteration offset, readbuf and writebuf.
2539         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2540         partial_length, and read/modify/write predicate, update comments.
2541         Pass buffer.word to ptrace write.
2542
2543 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
2544
2545         * symfile.c (init_filename_language_table): Add extensions for
2546         Ada.
2547         * defs.h (enum language): Add language_ada.
2548         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2549         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2550         (add_symbols_from_enclosing_procs): Make a no-op for now.
2551         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2552         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2553         (find_line_in_linetable, find_next_line_in_linetable)
2554         (read_all_symtabs, is_plausible_func_for_line)
2555         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2556         (is_runtime_sym_defined, check_size): Remove declaration.
2557         (function_name_from_pc, ada_translate_error_message)
2558         (ada_lookup_minimal_symbol): Remove definition.
2559         (ada_add_block_symbols): Remove useless label.
2560         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
2561         useless declaration.
2562         (ada_is_exception_sym): Likewise.
2563
2564 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
2565
2566         Add m32r-linux support.
2567         * configure.tgt: Add m32r*-*-linux*.
2568         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2569         and m32r-linux-tdep.c.
2570         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2571         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2572         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2573         m32r-linux-tdep.c.
2574         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2575         config/m32r/linux.mh, config/m32r/linux.mt,
2576         config/m32r/nm-linux.h: New files.
2577
2578 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2579
2580         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2581         (mips32_fetch_instruction): Remove, unused.
2582
2583 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2584
2585         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2586         conditions that will always be true.
2587
2588 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
2589
2590         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2591         (vaxbsd_fetch_inferior_registers): Rename from
2592         fetch_inferior_registers.  Make static.
2593         (vaxbsd_store_inferior_registers): Rename from
2594         store_inferior_registers.  Make static.
2595         (_initialize_vaxbsd_nat): Construct and add target vector.
2596         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2597         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2598         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2599         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2600         (NAT_FILE): Remove.
2601         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2602         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2603         (NAT_FILE): Remove.
2604         * Makefile.in (vaxbsd-nat.o): Update dependencies.
2605
2606         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2607         (m88kbsd_fetch_inferior_registers): Rename from
2608         fetch_inferior_registers.  Make static.
2609         (m88kbsd_store_inferior_registers): Rename from
2610         store_inferior_registers.  Make static.
2611         (_initialize_m88kbsd_nat): New prototype and function.
2612         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2613         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2614         (NAT_FILE): Remove.
2615         * Makefile.in (m88kbsd-nat.o): Update dependencies.
2616
2617 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2618
2619         * target.c (target_xfer_partial): New function.
2620         (target_read_memory_partial, target_write_memory_partial) 
2621         (default_xfer_partial, target_read_partial, target_write_partial) 
2622         (xfer_using_stratum): Use.
2623         (debug_to_xfer_partial): Delete function.
2624         (setup_target_debug): Do not override to_xfer_partial.
2625
2626 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
2627
2628         * fork-child.c: Update copyright year.  Fix coding style.
2629
2630 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
2631
2632         * defs.h (msavestring, mstrsave): Remove prototypes.
2633         * utils.c (msavestring, mstrsave): Remove functions.
2634         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2635         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2636         of mstrsave.
2637         * source.c (find_and_open_source): Use xstrdup instead of
2638         mstrsave.
2639
2640 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2641
2642         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2643         (inf_ptrace_xfer_memory): Delete.
2644         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2645         (target_read_memory, target_write_memory): Use xfer_using_stratum
2646         when target_xfer_partial_p.
2647         (debug_target): Move to start of file.
2648         (target_read_memory_partial, target_write_memory_partial): Use
2649         to_xfer_partial when target_xfer_partial_p.
2650
2651         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2652         inf_ptrace_xfer_memory with equivalent code.
2653         * inftarg.c (child_xfer_partial): When performing a write, pass
2654         writebuf to child_xfer_memory.
2655
2656         * target.c (target_read_string): Use target_read_memory instead of
2657         target_xfer_memory.
2658
2659 2004-09-29  Andrew Cagney  <cagney@gnu.org>
2660
2661         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
2662         the address of status.
2663
2664         * infptrace.c (ptrace_wait): Mention problem with HPUX.
2665         (kill_inferior): Inline ptrace_wait call.
2666         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2667         * inftarg.c (child_wait): Inline ptrace_wait call.
2668
2669         * target.h (struct target_ops): Delete field to_post_wait.
2670         (target_post_wait): Delete macro.
2671         (child_post_wait): Delete declaration.
2672         * target.c (update_current_target, update_current_target)
2673         (debug_to_post_wait, setup_target_debug): Delete functions and
2674         references.
2675         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2676         * inftarg.c (child_post_wait): Delete.
2677         (init_child_ops): Do not set to_post_wait.
2678         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2679         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2680         * inf-child.c (inf_child_post_wait): Delete.
2681         (inf_child_target): Do not set to_post_wait.
2682         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2683         (inf_ptrace_target): Do not set to_post_wait.
2684
2685         * wince.c (child_ops): Delete.
2686         * win32-nat.c (child_ops): Delete.
2687
2688         * inftarg.c (inftarg_set_find_memory_regions) 
2689         (inftarg_set_make_corefile_notes): Delete functions.
2690         (_initialize_linux_nat): Inline calls.
2691
2692         * target.h (child_ops): Declare.
2693         * inftarg.c (child_ops): Move from here ...
2694         * target.c (child_ops): ... to here.
2695         * wince.c (child_ops): Delete extern declaration.
2696         * win32-nat.c (child_ops): Delete extern declaration.
2697         * linux-nat.c (child_ops): Delete extern declaration.
2698         * hpux-thread.c (child_ops): Delete extern declaration.
2699
2700 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2701
2702         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2703
2704 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2705
2706         * configure.in: Only set host_makefile_frag when building a native
2707         debugger.
2708         * configure: Regenerate.
2709
2710         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2711         for OpenBSD ELF.
2712
2713 2004-09-28  Andrew Cagney  <cagney@gnu.org>
2714
2715         Problem identified by Paul Hilfinger.
2716         * Makefile.in (ada_lex_c): Define.
2717         (ada-lex.o): Delete rule.
2718
2719         * linux-proc.c: Delete file.
2720         * Makefile.in: Update.
2721         * config/sparc/linux64.mh (NATDEPFILES): 
2722         * config/sparc/linux.mh (NATDEPFILES): Update.
2723         * config/s390/s390.mh (NATDEPFILES): Update.
2724         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2725         * config/powerpc/linux.mh (NATDEPFILES): Update.
2726         * config/pa/linux.mh (NATDEPFILES): Update.
2727         * config/mips/linux.mh (NATDEPFILES): Update.
2728         * config/m68k/linux.mh (NATDEPFILES): Update.
2729         * config/ia64/linux.mh (NATDEPFILES): Update.
2730         * config/i386/linux64.mh (NATDEPFILES): Update.
2731         * config/i386/linux.mh (NATDEPFILES): Update.
2732         * config/arm/linux.mh (NATDEPFILES): Update.
2733         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2734         * linux-nat.c: Update copyright.  Include <sys/param.h>,
2735         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2736         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2737         (O_LARGEFILE): Possibly define.
2738         (_initialize_linux_nat, linux_proc_pending_signals)
2739         (add_line_to_sigset, linux_proc_xfer_memory)
2740         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2741         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2742         (struct linux_corefile_thread_data)
2743         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2744         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2745
2746 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2747
2748         * lin-lwp.c: Delete file.
2749         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2750         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2751         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2752         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2753         (linux_nat_attach, detach_callback, linux_nat_detach)
2754         (resume_callback, resume_clear_callback, linux_nat_resume)
2755         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2756         (stop_wait_callback, linux_nat_has_pending, flush_callback)
2757         (status_callback, running_callback, count_events_callback)
2758         (select_singlestep_lwp_callback, select_event_lwp_callback)
2759         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2760         (child_wait, stop_and_resume_callback, linux_nat_wait)
2761         (kill_callback, kill_wait_callback, linux_nat_kill)
2762         (linux_nat_create_inferior, linux_nat_mourn_inferior)
2763         (linux_nat_xfer_memory, linux_nat_thread_alive)
2764         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2765         (_initialize_linux_nat): New functions.
2766         * Makefile.in: Update all dependencies.
2767         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2768         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2769         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2770         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2771         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2772         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2773         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2774         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2775         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2776         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2777         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2778         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2779         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2780
2781 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
2782
2783         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2784         config/i386/obsd64.mh (NAT_FILE): Remove variable.
2785
2786         * configure.in: Don't comment out NATDEPFILES in the generated
2787         Makefile if NAT_FILE is unset.
2788         * configure: Regenerate.
2789
2790 2004-09-27  Andrew Cagney  <cagney@gnu.org>
2791
2792         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2793         (insert_step_resume_breakpoint): Delete.
2794         (insert_step_resume_breakpoint_at_frame): New function.
2795         (insert_step_resume_breakpoint_at_sal): New function.
2796         (handle_inferior_event, step_into_function)
2797         (insert_step_resume_breakpoint): Simplify by using same.
2798
2799         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2800
2801 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2802
2803         * fbsd-proc.c: Remove file.
2804         * Makefile.in (fbsd-proc.o): Remove dependency.
2805
2806         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2807         code together.
2808
2809         * config/i386/nm-fbsd64.h: Remove file.
2810         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2811
2812 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2813
2814         * amd64-nat.h: Update copyright year.
2815         (amd64bsd_target): New prototype.
2816         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2817         (amd64bsd_target): New function.
2818         (amd64bsd_fetch_inferior_registers): Rename from
2819         fetch_inferior_registers.  Make static.
2820         (amd64bsd_store_inferior_registers): Rename from
2821         store_inferior_registers.  Make static.
2822         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2823         (_initialize_amd64fbsd_nat): Construct and add target vector.
2824         * amd64nbsd-nat.o: Include "target.h".
2825         (_initialize_amd64nbsd_nat): Construct and add target vector.
2826         * amd64obsd-nat.c: Include "target.h".
2827         (_initialize_amd64obsd_nat): Construct and add target vector.
2828         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2829         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2830         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
2831         fbsd-nat.o.
2832         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2833         Remove infptrace.o and inftarg.o.  Add inf-child.o and
2834         inf-ptrace.o.
2835         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2836         (amd64obsd-nat.o): Update dependencies.
2837
2838 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
2839
2840         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2841         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2842         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2843         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2844         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2845
2846         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2847         Inline attach call.
2848         (inf_ptrace_detach): Inline detach call.
2849
2850         * configure.in: Check for waddstr instead of mvwaddstr when
2851         searching for curses library.  Check for wborder.
2852         * configure, config.in: Regenerate.
2853         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2854         available.
2855
2856         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2857
2858 2004-09-24  Robert Picco <Robert.Picco@hp.com>
2859
2860         Committed by Andrew Cagney.
2861         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2862         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
2863         configuration.
2864         (fetch_register_using_p): Implement 'p' packet.  Based on code by
2865         Fernando Nasser.
2866         (remote_fetch_registers): Call fetch_register_using_p.
2867         (init_all_packet_configs, show_remote_cmd)
2868         (_initialize_remote): Add p-packet.
2869
2870 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
2871
2872         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2873         instead of call_ptrace.  Call wait directly instead of
2874         ptrace_wait.
2875         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2876         (inf_ptrace_wait): Inline ptrace_wait call.
2877
2878 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2879
2880         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
2881         rolled back instead.
2882
2883 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2884
2885         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2886         the new argument order.
2887
2888 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
2889
2890         * MAINTAINERS: Remove "broken" from XStormy16 entry.
2891         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2892         (struct gdbarch_tdep): Remove.
2893         (struct xstormy16_frame_cache): New frame cache structure.
2894         (xstormy16_register_byte, xstormy16_register_raw_size)
2895         (xstormy16_reg_virtual_type, xstormy16_register_type)
2896         (xstormy16_push_arguments, xstormy16_push_return_address)
2897         (xstormy16_pop_frame, xstormy16_store_struct_return)
2898         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2899         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2900         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2901         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2902         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2903         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2904         (xstormy16_use_struct_convention): Drop gcc_p parameter.
2905         (xstormy16_extract_return_value, xstormy16_store_return_value):
2906         Regcachify.  Drop useless struct convention handling.
2907         (xstormy16_register_type, xstormy16_return_value)
2908         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2909         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2910         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2911         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2912         (xstormy16_unwind_sp, xstormy16_unwind_pc)
2913         (xstormy16_unwind_dummy_id) : New functions.
2914         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2915         of xstormy16_scan_prologue.
2916         (xstormy16_frame_unwind): New frame_unwind structure.
2917         (xstormy16_frame_base): New frame_base structure.
2918         (xstormy16_gdbarch_init): Accomodate all of the above changes.
2919         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
2920
2921 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
2922
2923         * language.c (language_gdbarch_post_init): Fix off-by one error.
2924
2925 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
2926
2927         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2928         (struct dwarf2_offset_and_type): New.
2929         (set_die_type, reset_die_and_siblings_types, get_die_type)
2930         (offset_and_type_hash, offset_and_type_eq): New functions.
2931         (read_structure_type, read_enumeration_type, read_array_type)
2932         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2933         (read_tag_reference_type, read_tag_const_type)
2934         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2935         (read_typedef, read_base_type, read_subrange_type): Use
2936         set_die_type.
2937
2938 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2939
2940         * Makefile.in (dwarf2read.o): Update dependencies.
2941         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2942         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2943         and read_in_chain.
2944         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2945         mark, and has_form_ref_addr.
2946         (struct dwarf2_per_cu_data): New.
2947         (dwarf2_max_cache_age): New.
2948         (dwarf2_build_psymtabs_hard): Free cached compilation units
2949         after loading.  Create and manage the list of compilation units.
2950         Remove unnecessary NULL initialization.  Fix indentation.
2951         (psymtab_to_symtab_1): Initialize all of CU.
2952         (dwarf2_read_abbrevs): Set has_form_ref_addr.
2953         (find_partial_die): Use dwarf2_find_containing_comp_unit
2954         and load_comp_unit.
2955         (free_stack_comp_unit): Update comments.  Clear the per-cu
2956         pointer.  Handle aging.
2957         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2958         (age_cached_comp_units, free_one_cached_comp_unit)
2959         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2960         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2961         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2962         (show_dwarf2_cmd): New.
2963         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2964         and "maint show dwarf2 max-cache-age".
2965         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2966         externs.
2967         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2968         global.
2969
2970 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
2971
2972         * dwarf2read.c (typename_concat): Change prototype to accept obstack
2973         and dwarf2_cu struct pointer as arguments.  Change function to use
2974         obstack if provided and use dwarf2_cu to determine language-specific
2975         separator.
2976         (partial_die_parent_scope): Change comment to include java.  Use
2977         new version of typename_concat instead of obconcat.
2978         (partial_die_full_name): Use typename_concat.
2979         (read_namespace): Ditto.
2980         (read_enumeration_type): Use typename_concat instead of obconcat.
2981         (new_symbol): Ditto.
2982         (add_partial_symbol): Enhance tests for C++ to also test for Java.
2983         (guess_structure_name): Ditto.
2984         (read_subroutine_type): Ditto.
2985         (read_structure_type): Ditto.
2986         (is_vtable_name): Add Java support.
2987         (determine_class_name): Switch to new typename_concat call.
2988         (determine_prefix): Switch to new typename_concat call.
2989         * jv-exp.y (FuncStart): New pattern.
2990         (MethodInvocation): Add support for simple function calls.  Change
2991         warning message for other forms of inferior call currently not
2992         supported.
2993         * valarith.c (value_subscript): Treat an array with upper-bound
2994         of -1 as unknown size.
2995
2996 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2997
2998         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2999         (lookup_partial_symtab): Use symtab_to_fullname.
3000
3001 2004-09-19  Jim Blandy  <jimb@redhat.com>
3002
3003         * minsyms.c (lookup_minimal_symbol): Doc fix.
3004
3005 2004-09-20  Andrew Cagney  <cagney@gnu.org>
3006
3007         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
3008         CHILD_RESUME.
3009         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
3010         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
3011         KILL_INFERIOR.
3012         * infptrace.c: Update.
3013
3014 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
3015
3016         * symtab.c (output_source_filename): Mark first argument as const.
3017         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
3018         for "info sources" output.
3019
3020 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
3021
3022         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
3023         <machine/vmparam.h>.
3024         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
3025         (register_u_addr): Remove prototype.
3026
3027 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
3028
3029         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
3030         (i386bsd_fetch_inferior_registers): Rename from
3031         fetch_inferior_registers.  Make static.
3032         (i386bsd_store_inferior_registers): Rename from
3033         store_inferior_registers.  Make static.
3034         (i386bsd_target): New function.
3035         * i386bsd-nat.h: New file.
3036         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
3037         "i386bsd-nat.h".
3038         (i386fbsd_resume): Rename from child_resume.  Make static.
3039         (_initialize_i386fbsd_nat): Construct and add target vector.
3040         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
3041         (_initialize_i386nbsd_nat): Construct and add target vector.
3042         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
3043         Remove defines.
3044         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
3045         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
3046         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
3047         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
3048         (LOADLIBES): New variable.
3049         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
3050         inf-ptrace.o.  Remove inftarg.o.
3051         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
3052         inf-ptrace.o. Remove inftarg.o.
3053         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
3054         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
3055         (LOADLIBES): New variable.
3056         * Makefile.in (i386bsd_nat_h): New variable.
3057         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
3058         dependencies.
3059
3060         * sparc64nbsd-tdep.c: Include "objfiles.h".
3061         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
3062         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
3063         svr4_lp64_fetch_link_map_offsets.
3064         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
3065         "nbsd-tdep.h".
3066         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
3067         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
3068         svr4_lp64_fetch_link_map_offsets.
3069         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
3070         dependencies.
3071
3072         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
3073         * fbsd-nat.h: New file.
3074         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
3075         (fbsd_nat_h): New variable.
3076         (fbsd-nat.o): New dependency.
3077
3078         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
3079         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
3080
3081         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
3082         comment.
3083
3084 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
3085         
3086         * ada-exp.y (type_int): New function to add layer of abstraction
3087         around references to expression types.
3088         (type_long): Ditto.
3089         (type_long_long): Ditto.
3090         (type_float): Ditto.
3091         (type_double): Ditto.
3092         (type_long_double): Ditto.
3093         (type_char): Ditto.
3094         (type_system_address): Ditto.
3095         (simple_exp): Use type_* functions in place of builtin_* 
3096         variables.
3097         (exp): Ditto.
3098         (write_var_from_name): Ditto.
3099         (write_object_renaming): Ditto.
3100         * ada-lang.c (ada_create_fundamental_type): Remove redundant
3101         declaration.
3102         (build_ada_types): Remove, replacing with...
3103         (ada_language_arch_info): New function to initialize primitive
3104         type vector in language_arch_info.
3105         (ada_array_length): Remove use of builtin_type_ada_int.
3106         (value_pos_atr): Ditto.
3107         (ada_evaluate_subexp): Ditto.
3108         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
3109         builtin_type_ada_long_long, builtin_type_ada_char, 
3110         builtin_type_ada_float, builtin_type_ada_double, 
3111         builtin_type_ada_long_double, builtin_type_ada_natural,
3112         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3113         (ada_builtin_types): Remove.
3114         (ada_language_defn): Remove entries for la_builtin_type_vector and
3115         string_char_type and use ada_language_arch_info.
3116         (_initialize_ada_language): Do type-vector initialization along
3117         the lines of c-lang.c.
3118         (ada_create_fundamental_type): Break up line.
3119         (ada_dump_symtab): Remove unused function.
3120         (enum ada_primitive_types): Define.
3121         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
3122         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
3123         builtin_type_ada_float, builtin_type_ada_double, 
3124         builtin_type_ada_long_double, builtin_type_ada_natural,
3125         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3126         * ada-lex.l: Use type_* functions in place of builtin_* variables.
3127         (processInt): Ditto.
3128         (processReal): Ditto.
3129         (name_lookup): Ditto.
3130         * ada-typeprint.c (print_range): Use builtin_type_int, not
3131         builtin_type_ada_int.
3132         
3133 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
3134
3135         * i386-tdep.c (i386_register_name): Rename regno to regnum.
3136
3137         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
3138         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
3139         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
3140         * configure.in: Improve checks for curses library by checking for
3141         mvwaddstr instead of initscr.  Drop HP curses in favour of
3142         standard curses on HP-UX.
3143         * configure: Regenerated.
3144
3145 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
3146
3147         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
3148         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
3149         Minor formatting changes.
3150         (empty_array): Slight rewrite for formatting.
3151         (emit_char,parse,ada_language_defn,build_ada_types,
3152         ada_is_exception_sym, _initialize_ada_language): Move 
3153         definitions around.
3154         (ada_dump_symtab): Remove unused definition.
3155         (ada_maybe_exception_partial_symbol): Remove unused definition.
3156
3157 2004-09-16  Andrew Cagney  <cagney@gnu.org>
3158
3159         * inf-child.c: Include "gdb_string.h".
3160         (inf_child_core_file_to_sym_file): Delete.
3161         (inf_child_target): Set to_fetch_registers and to_store_registers.
3162         * inf-ptrace.c: Include "gdb_string.h".
3163         * Makefile.in: Update all dependencies.
3164
3165         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
3166         problem.
3167
3168 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
3169
3170         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
3171         call to heuristic_proc_desc. Remove code that became redundant
3172         as a consequence.
3173         (read_next_frame_reg): Remove special case for SP_REGNUM.
3174         (set_reg_offset): Fix small typo.
3175         (reset_saved_regs): New procedure.
3176         (mips32_heuristic_proc_desc): No longer compute a fake
3177         procedure descriptor. Compute the full frame cache instead.
3178         Some minor comment reformatting.
3179
3180 2004-09-14  Andrew Cagney  <cagney@gnu.org>
3181
3182         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
3183         maintainer.
3184
3185         * thread-db.c (thread_db_new_objfile): Assume that there is a
3186         child process.
3187
3188 2004-09-13  Jim Blandy  <jimb@redhat.com>
3189
3190         * valops.c (value_assign): Move 'buffer' to the enclosing block,
3191         so that its storage isn't referenced after its lifetime ends.
3192
3193         * valops.c (value_assign): 'use_buffer' is initialized to zero,
3194         and never assigned to.   Delete it, and the 'if (use_buffer)'
3195         clauses.  Delete 'raw_buffer', since it is now unused.
3196
3197 2004-09-13  Andrew Cagney  <cagney@gnu.org>
3198
3199         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
3200         * configure: Re-generate.
3201         * nlm/Makefile.in (TAGS): Update.
3202         * Makefile.in (TAGS): Update.
3203         * config/vax/nbsd.mt (TM_FILE): Update.
3204         * config/sparc/vxworks.mt (TM_FILE): Update.
3205         * config/sparc/sol2.mt (TM_FILE): Update.
3206         * config/sparc/sol2-64.mt (TM_FILE): Update.
3207         * config/sparc/obsd64.mt (TM_FILE): Update.
3208         * config/sparc/obsd.mt (TM_FILE): Update.
3209         * config/sparc/nbsd64.mt (TM_FILE): Update.
3210         * config/sparc/nbsd.mt (TM_FILE): Update.
3211         * config/sparc/linux64.mt (TM_FILE): Update.
3212         * config/sparc/linux.mt (TM_FILE): Update.
3213         * config/sparc/fbsd.mt (TM_FILE): Update.
3214         * config/sh/wince.mt (TM_FILE): Update.
3215         * config/sh/nbsd.mt (TM_FILE): Update.
3216         * config/sh/linux.mt (TM_FILE): Update.
3217         * config/sh/embed.mt (TM_FILE): Update.
3218         * config/s390/s390.mt (TM_FILE): Update.
3219         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3220         * config/rs6000/rs6000.mt (TM_FILE): Update.
3221         * config/rs6000/aix4.mt (TM_FILE): Update.
3222         * config/powerpc/vxworks.mt (TM_FILE): Update.
3223         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3224         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3225         * config/powerpc/obsd.mt (TM_FILE): Update.
3226         * config/powerpc/nbsd.mt (TM_FILE): Update.
3227         * config/powerpc/linux.mt (TM_FILE): Update.
3228         * config/powerpc/aix.mt (TM_FILE): Update.
3229         * config/pa/obsd.mt (TM_FILE): Update.
3230         * config/pa/linux.mt (TM_FILE): Update.
3231         * config/pa/hppahpux.mt (TM_FILE): Update.
3232         * config/pa/hppa64.mt (TM_FILE): Update.
3233         * config/pa/hppa.mt (TM_FILE): Update.
3234         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3235         * config/mips/wince.mt (TM_FILE): Update.
3236         * config/mips/vxmips.mt (TM_FILE): Update.
3237         * config/mips/nbsd.mt (TM_FILE): Update.
3238         * config/mips/linux.mt (TM_FILE): Update.
3239         * config/mips/irix6.mt (TM_FILE): Update.
3240         * config/mips/irix5.mt (TM_FILE): Update.
3241         * config/mips/embed.mt (TM_FILE): Update.
3242         * config/m68k/vxworks68.mt (TM_FILE): Update.
3243         * config/m68k/st2000.mt (TM_FILE): Update.
3244         * config/m68k/os68k.mt (TM_FILE): Update.
3245         * config/m68k/obsd.mt (TM_FILE): Update.
3246         * config/m68k/nbsd.mt (TM_FILE): Update.
3247         * config/m68k/monitor.mt (TM_FILE): Update.
3248         * config/m68k/linux.mt (TM_FILE): Update.
3249         * config/m68k/cisco.mt (TM_FILE): Update.
3250         * config/ia64/linux.mt (TM_FILE): Update.
3251         * config/ia64/aix.mt (TM_FILE): Update.
3252         * config/ia64/ia64.mt (TM_FILE): Update.
3253         * config/i386/vxworks.mt (TM_FILE): Update.
3254         * config/i386/obsd64.mt (TM_FILE): Update.
3255         * config/i386/obsd.mt (TM_FILE): Update.
3256         * config/i386/nto.mt (TM_FILE): Update.
3257         * config/i386/nbsd64.mt (TM_FILE): Update.
3258         * config/i386/nbsd.mt (TM_FILE): Update.
3259         * config/i386/linux64.mt (TM_FILE): Update.
3260         * config/i386/linux.mt (TM_FILE): Update.
3261         * config/i386/i386sol2.mt (TM_FILE): Update.
3262         * config/i386/i386lynx.mt (TM_FILE): Update.
3263         * config/i386/fbsd64.mt (TM_FILE): Update.
3264         * config/i386/fbsd.mt (TM_FILE): Update.
3265         * config/i386/cygwin.mt (TM_FILE): Update.
3266         * config/h8300/h8300.mt (TM_FILE): Update.
3267         * config/frv/frv.mt (TM_FILE): Update.
3268         * config/cris/cris.mt (TM_FILE): Update.
3269         * config/arm/wince.mt (TM_FILE): Update.
3270         * config/arm/nbsd.mt (TM_FILE): Update.
3271         * config/arm/linux.mt (TM_FILE): Update.
3272         * config/arm/embed.mt (TM_FILE): Update.
3273         * config/alpha/nbsd.mt (TM_FILE): Update.
3274         * config/alpha/fbsd.mt (TM_FILE): Update.
3275         * config/alpha/alpha.mt (TM_FILE): Update.
3276         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3277         * config/alpha/alpha-linux.mt (TM_FILE): Update.
3278
3279         Eliminate event_loop_p, always has the value 1.
3280         * defs.h (event_loop_p): Delete macro.
3281         * breakpoint.c (until_break_command): Simplify.
3282         * utils.c (prompt_for_continue): Simplify.
3283         * tracepoint.c (read_actions): Simplify.
3284         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
3285         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
3286         (set_prompt, init_main): Simplify.
3287         (init_signals, disconnect): Delete, unused.
3288         * remote.c (remote_async_resume) 
3289         (extended_remote_async_create_inferior): Simplify.
3290         * mi/mi-interp.c (mi_input): Delete, unused.
3291         (mi_interpreter_resume, mi_command_loop): Simplify.
3292         * interps.c (current_interp_command_loop): Simplify.
3293         * infrun.c (proceed): Simplify.
3294         * infcmd.c (run_command, continue_command, step_1, jump_command)
3295         (until_command, advance_command, finish_command)
3296         (interrupt_target_command): Simplify.
3297         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3298
3299         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3300         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3301         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3302         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3303         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3304         * mips-tdep.c (mips_dump_tdep): Do not print same.
3305
3306 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3307
3308         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
3309         const.
3310         * Makefile.in (valprint.o): Delete explict rule.
3311
3312         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
3313         reported by Dave Anderson.
3314
3315         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3316
3317         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3318
3319 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
3320             Andrew Cagney  <cagney@gnu.org>
3321
3322         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3323         (mi_cmd_data_list_register_values)
3324         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3325         the register number computation.
3326
3327 2004-09-12  Andrew Cagney  <cagney@gnu.org>
3328
3329         * ppcnbsd-nat.c: Include "inf-ptrace.h".
3330         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3331         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3332         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3333         target.
3334         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3335         inf-ptrace.o and inf-child.o.
3336         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3337         * Makefile.in: Update dependencies.
3338         
3339 2004-09-11  Andrew Cagney  <cagney@gnu.org>
3340
3341         * language.c (hex_string, hex_string_custom): Move from here ...
3342         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3343         (CELLSIZE): Increase to 50.
3344         * language.h (hex_string, hex_string_custom): Move from here ...
3345         * defs.h: ... to here.
3346         * Makefile.in: Update all dependencies.
3347         
3348 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
3349
3350         * language.c (local_hex_format_custom): Remove.
3351         (local_hex_string): Rename to hex_string, use C format, and move to
3352         utils.c
3353         (local_hex_string_custom): Rename to hex_string_custom and change
3354         interface.  Now uses C format.  Move to utils.c
3355         (local_octal_format_custom): Remove.
3356         (local_decimal_format_custom): Remove.
3357         (unknown_language_defn): Remove language-specific number 
3358         formatting entries.
3359         (auto_language_defn): Ditto.
3360         (local_language_defn): Ditto.
3361         * language.h (struct language_format_info): Delete declaration.
3362         (struct language_defn): Remove language_format_info fields
3363         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3364         (local_binary_format): Remove macro.
3365         (local_binary_format_prefix): Remove macro.
3366         (local_binary_format_specifier): Remove macro.
3367         (local_binary_format_suffix): Remove macro.
3368         (local_octal_format): Remove macro.
3369         (local_octal_format_prefix): Remove macro.
3370         (local_octal_format_specifier): Remove macro.
3371         (local_octal_format_suffix): Remove macro.
3372         (local_decimal_format): Remove macro.
3373         (local_decimal_format_prefix): Remove macro.
3374         (local_decimal_format_specifier): Remove macro.
3375         (local_decimal_format_suffix): Remove macro.
3376         (local_hex_format): Remove macro.
3377         (local_hex_format_prefix): Remove macro.
3378         (local_hex_format_specifier): Remove macro.
3379         (local_hex_format_suffix): Remove macro.
3380         (local_decimal_format_custom): Remove.
3381         (local_octal_format_custom): Remove.
3382         (local_hex_format_custom): Remove.
3383         (local_hex_string): Rename to hex_string and move to defs.h.
3384         (local_hex_string_custom): Rename to hex_string_custom, change
3385         interface, and move to defs.h.
3386         * utils.c: (int_string): New function.
3387         (hex_string): New function (from language.c).
3388         (hex_string_custom): New function (from language.c).
3389         (octal2str): New function.
3390         (decimal2str): Add width parameter.
3391         (paddr_u): Use new decimal2str interface.
3392         (paddr_d): Ditto.
3393         * defs.h (hex_string): Declare.
3394         (hex_string_custom): Declare.
3395         (int_string): Declare.
3396         * printcmd.c (print_scalar_formatted): Remove localized binary
3397         formatting.
3398         * valprint.c (print_longest): Use int_string.
3399         (print_floating): Use C hex format.
3400         (print_hex_chars): Ditto.
3401         (print_binary_chars): Remove language-specific formatting.
3402         (print_octal_chars): Use C octal format.
3403         (print_decimal_chars): Delocalize format.
3404         (print_decimal): Remove.
3405         * ada-lang.c (ada_language_defn): Remove language-specific number 
3406         formatting entries.
3407         * p-lang.c (pascal_language_defn): Ditto.
3408         * c-lang.c (c_language_defn): Ditto.
3409         (cplus_language_defn): Ditto.
3410         (asm_language_defn): Ditto.
3411         (minimal_language_defn): Ditto.
3412         * f-lang.c (f_language_defn): Ditto.
3413         * jv-lang.c (java_language_defn): Ditto.
3414         * m2-lang.c (m2_language_defn): Ditto.
3415         * scm-lang.c (scm_language_defn): Ditto.
3416         * objc-lang.c (objc_language_defn): Ditto.
3417         * memattr.c (mem_info_command): Use renamed hex_string_custom with
3418         new interface.
3419         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3420         * ui-out.c (ui_out_field_core_addr): Ditto.
3421         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3422         * exec.c (print_section_info): Ditto.
3423         * i387-tdep.c (print_i387_status_word): Ditto.
3424         (print_i387_control_word): Ditto.
3425         (i387_print_float_info): Ditto.
3426         * maint.c (maint_print_section_info): Ditto.
3427         * solib.c (info_sharedlibrary_command): Ditto.
3428         * somsolib.c (som_sharedlibrary_info_command): Ditto.
3429         * symtab.c (print_msymbol_info): Ditto.
3430         * tracepoint.c (tracepoints_info): Ditto.
3431         * solib-frv.c (lm_base): Ditto.
3432         (frv_current_sos): Ditto.
3433         (enable_break2): Ditto.
3434         (enable_break): Ditto.
3435         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3436         (process_one_symbol): Ditto.
3437         * infcmd.c (program_info): Ditto.
3438         * mdebugread.c (parse_partial_symbols): Ditto.
3439         * symfile.c (add_symbol_file_command): Ditto.
3440         * cli/cli-cmds.c (edit_command): Ditto.
3441         (list_command): Ditto.
3442         * infcall.c (call_function_by_hand): Ditto.
3443         * remote-vx.c (vx_run_files_info): Ditto.
3444         (vx_wait): Ditto.
3445         (vx_attach): Ditto.
3446         (vx_detach): Ditto.
3447         (vx_kill): Ditto.
3448         * aix-thread.c (pdc_symbol_addrs): Ditto.
3449         (pdc_read_regs): Ditto.
3450         (pdc_write_regs): Ditto.
3451         (pdc_read_data): Ditto.
3452         (pdc_write_data): Ditto.
3453         * d10v-tdep.c (display_trace): Ditto.
3454         * rs6000-nat.c (find_toc_address): Ditto.
3455         * aix-thread.c: Don't include language.h.
3456         * buildsym.c: Ditto.
3457         * dbxread.c: Ditto.
3458         * mdebugread.c: Ditto.
3459         * rs6000-nat.c: Ditto.
3460         * buildsym.c (make_blockvector): Use renamed hex_string.
3461         
3462 2004-09-10  Jason Molenda  (jmolenda@apple.com)
3463
3464         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3465         chars after 'if' or 'while' commands in user-defined commands.
3466
3467 2004-09-08  Jim Blandy  <jimb@redhat.com>
3468
3469         Fix bug reported and analyzed by Olivier Crete:
3470         * symfile.c (copy_section_addr_info): New function.
3471         (symbol_file_add_with_addrs_or_offsets): Use it to save the
3472         original set of address arguments, instead of handwritten code
3473         that uses one length to allocate and a different length to
3474         initialize.  Use make_cleanup_free_section_addr_info.
3475         * symfile.h (copy_section_addr_info): New declaration.
3476         * utils.c: #include "symfile.h".
3477         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3478         New functions.
3479         * defs.h (make_cleanup_free_section_addr_info): New declaration.
3480         * Makefile.in (utils.o): Update dependencies.
3481
3482 2004-09-08  Andrew Cagney  <cagney@gnu.org>
3483
3484         * thread-db.c (keep_thread_db): Delete.
3485         (thread_db_new_objfile, thread_db_create_inferior)
3486         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3487
3488 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
3489
3490         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3491         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3492         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3493         (i386_frameless_signal_p): Remove prototype.
3494         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3495         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3496         I386_SSE_NUM_REGS.
3497         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3498         instead of FP0_REGNUM.
3499         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3500         of FP0_REGNUM and FPC_REGNUM.
3501
3502         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3503         (sunos_solib_create_inferior_hook): Don't call
3504         sunos_relocate_main_executable.
3505
3506         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3507         solib_svr4_fetch_link_map_offsets to
3508         svr4_ilp32_fetch_link_map_offsets.
3509         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3510         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3511         svr4_ilp32_fetch_link_map_offsets.
3512         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3513
3514 2004-09-07  Jim Blandy  <jimb@redhat.com>
3515
3516         * frame.h (frame_register): Doc fix.
3517
3518 2004-09-07  Andrew Cagney  <cagney@gnu.org>
3519
3520         * vx-share/wait.h: Delete #ifdef USG.
3521         * utils.c (request_quit): Ditto.
3522         * tui/tui.c (tui_reset): Ditto.
3523         * remote.c: Ditto.
3524         * remote-sds.c: Ditto.
3525         * remote-rdi.c: Ditto.
3526         * mdebugread.c: Ditto.
3527         * m68klinux-nat.c: Ditto.
3528         * infttrace.c: Ditto.
3529         * infptrace.c: Ditto.
3530         * i386v-nat.c: Ditto.
3531         * exec.c: Ditto.
3532         * dbxread.c: Ditto.
3533         * core-aout.c: Ditto.
3534
3535 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
3536
3537         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3538         heuristic_proc_desc.
3539         (mips_insn32_frame_cache): Likewise.
3540
3541 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3542
3543         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3544         left behind by error.
3545
3546 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3547
3548         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3549         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3550
3551 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3552
3553         * config/rs6000/xm-aix4.h: Remove this file.
3554         * config/rs6000/aix4.mh (XM_FILE): Delete.
3555
3556 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3557
3558         * config/rs6000/xm-rs6000.h: Remove this file.
3559         * config/rs6000/rs6000.mh (XM_FILE): Remove.
3560
3561 2004-09-03  Andrew Cagney  <cagney@gnu.org>
3562
3563         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3564         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3565         only use.
3566
3567         * mips-tdep.c (temp_saved_regs): Delete.
3568         (set_reg_offset): Replace saved_regs parameter with this_cache.
3569         (heuristic_proc_desc, mips16_heuristic_proc_desc)
3570         (mips32_heuristic_proc_desc): Add this_cache parameter.
3571         (mips_insn32_frame_cache, mips_insn16_frame_cache)
3572         (after_prologue): Pass a NULL this_cache.
3573
3574         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3575         non-kernel trap prologues.
3576
3577         * mips-tdep.c (find_proc_desc): Delete function.
3578         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3579         simplify.
3580         (mips_insn16_frame_cache): Replace find_proc_desc with code from
3581         mips_insn32_frame_cache.
3582
3583         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3584         Simplify as NEXT_FRAME is NULL.
3585         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3586
3587         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3588         local variable.
3589         (mips_skip_prologue): Update.
3590
3591         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3592         "cur_frame" parameter.
3593         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3594         (mips_insn32_frame_cache, find_proc_desc): Update
3595
3596         * config/vax/nm-obsd.h: Delete file.
3597         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3598         * config/vax/nm-nbsd.h: Delete file.
3599         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3600         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3601         * config/sh/nm-nbsd.h: Delete file.
3602         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3603         * config/rs6000/nm-rs6000ly.h: Delete file.
3604         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3605         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3606         * config/powerpc/nm-obsd.h: Delete file.
3607         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3608         * config/powerpc/nm-nbsd.h: Delete file.
3609         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3610         * config/pa/nm-obsd.h: Delete file.
3611         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3612         * config/mips/nm-nbsd.h: Delete file.
3613         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3614         * config/m88k/nm-obsd.h: Delete file.
3615         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3616         * config/m68k/nm-nbsd.h: Delete file.
3617         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3618         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3619         * config/i386/nm-nbsd.h: Delete file.
3620         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3621         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3622         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3623         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3624         * config/i386/nm-i386lynx.h: Delete file.
3625         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3626         * config/arm/nm-nbsd.h: Delete file.
3627         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3628         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3629
3630         * config/i386/tm-fbsd.h: Delete file.
3631         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3632         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3633
3634         * config/rs6000/tm-rs6000-aix4.h: Delete file.
3635         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3636         * config/rs6000/aix4.mt (TM_FILE): Set to
3637         config/rs6000/tm-rs6000.h.
3638         * config/powerpc/tm-ppc-aix.h: Delete file.
3639         * config/powerpc/aix.mt (TM_FILE): Set to
3640         config/rs6000/tm-rs6000.h.
3641         * config/m68k/tm-linux.h: Delete file.
3642         * config/m68k/linux.mt (TM_FILE): Set to solib.h
3643         * config/i386/tm-linux64.h: Delete file.
3644         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3645         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3646         
3647         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3648         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3649         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3650         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3651         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3652         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3653         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3654         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
3655         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3656
3657         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3658         gdb_host_cpu.
3659
3660 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
3661
3662         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3663         Minor reformatting. Some code factoring.
3664
3665 2004-09-02  Andrew Cagney  <cagney@gnu.org>
3666
3667         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3668         * config/vax/tm-nbsd.h: Delete file.
3669         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3670         * config/sparc/tm-vxworks.h: Delete file.
3671         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3672         * config/sparc/tm-nbsd.h: Delete file.
3673         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3674         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3675         * config/sparc/tm-linux.h: Delete file.
3676         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3677         * config/s390/tm-linux.h: Delete file.
3678         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3679         * config/pa/tm-bsd.h: Delete file.
3680         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3681         * config/m68k/tm-obsd.h: Delete file.
3682         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3683         * config/m68k/tm-nbsd.h: Delete file.
3684         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3685         * config/i386/tm-vxworks.h: Delete file.
3686         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3687         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3688         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3689         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3690         * config/i386/tm-nbsd.h: Delete file.
3691         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3692         * config/i386/tm-i386lynx.h: Delete file.
3693         * config/cris/cris.mt (TM_FILE): Set to solib.h.
3694         * config/cris/tm-cris.h: Delete file.
3695
3696         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3697         * configure: Re-generate.
3698         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3699         * config/arm/tm-nbsd.h: Delete file.
3700         
3701         * config/powerpc/tm-ppcle-sim.h: Delete.
3702         * config/powerpc/tm-ppcle-eabi.h: Delete.
3703         * config/powerpc/tm-nbsd.h: Delete.
3704         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3705         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3706         tm-ppcle-eabi.h.
3707
3708         * config/i386/nto.mh (NAT_FILE): Delete.
3709         * config/i386/nm-nto.h: Delete.
3710
3711         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3712         * config/m68k/tm-os68k.h: Ditto.
3713         * config/m68k/tm-monitor.h: Ditto.
3714         * config/m68k/tm-cisco.h: Ditto.
3715         * config/m68k/st2000.mt (TM_FILE): Delete.
3716         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3717         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3718         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3719         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3720
3721         * config/m68k/tm-st2000.h: Delete.
3722         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3723         * config/sparc/fbsd.mt (TM_FILE): Delete.
3724         * config/sparc/tm-fbsd.h: Delete.
3725
3726         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3727         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
3728         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3729
3730         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3731         GDB_TM_FILE and GDB_XM_FILE.
3732         * gdbarch.c: Re-generate.       
3733         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3734         quotes in macro definition.
3735         * configure.in: Re-generate.
3736
3737         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3738         validating architecture methods.
3739         * gdbarch.c: Re-generate.
3740         
3741         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3742         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
3743         GDB_MULTI_ARCH_PARTIAL.
3744         * gdbarch.h: Re-generate.
3745         
3746         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3747         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3748         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3749         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3750         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3751         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3752         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3753         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3754         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3755         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3756         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3757         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3758
3759 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3760
3761         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3762         and main_func_highpc.
3763         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3764         * objfiles.c (init_entry_point_info, objfile_relocate): Update
3765         * nlmread.c (nlm_symfile_read): Update.
3766
3767 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3768
3769         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3770         (mips_insn32_frame_cache): Inline call to find_proc_desc.
3771         (find_proc_desc): Remove dead code.
3772
3773 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3774
3775         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3776
3777 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
3778
3779         * observer.sh: Add struct so_list declaration.
3780         * Makefile.in: Add dependencies on observer.h for solib.c and
3781         breakpoint.c.
3782         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3783         function.
3784         (_initialize_breakpoint): Register 
3785         disable_breakpoints_in_unloaded_shlib as an observer of the 
3786         "solib unloaded" observation event.
3787         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3788         call decode_line_1 so unfound breakpoint errors are silent.
3789         * solib.c (update_solib_list): When a solib is discovered to have
3790         been unloaded by the program, notify all observers of the
3791         "solib unloaded" observation event.
3792
3793 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3794
3795         * frame.c: Include "objfiles.h".
3796         (inside_main_func): New function.
3797         (get_prev_frame): Use new inside_main_func.
3798         * Makefile.in (frame.o): Update dependencies.
3799         * defs.h (inside_main_func): Delete declaration.
3800         * blockframe.c (inside_main_func): Delete function.
3801
3802 2004-08-31  Jim Blandy  <jimb@redhat.com>
3803
3804         * dwarf2read.c (is_vtable_name): New function, based on logic from
3805         read_structure_type, but passing the correct length to strncmp,
3806         and using 'sizeof' instead of 'strlen'.
3807         (read_structure_type): Call it.
3808
3809 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
3810
3811         * config/powerpc/aix.mh: Add comment.
3812
3813 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
3814
3815         * MAINTAINERS: Add self to Write-After-Approval.
3816
3817 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
3818
3819         * MAINTAINERS: Add self to Write-After-Approval.
3820
3821 2004-08-30  Andrew Cagney  <cagney@gnu.org>
3822
3823         Fix PR breakpoints/1757.
3824         * infrun.c (struct execution_control_state): Replace
3825         remove_breakpoints_on_following_step with
3826         step_after_step_resume_breakpoint.
3827         (init_execution_control_state): Update.
3828         (handle_inferior_event): For signals, when stepping off a
3829         breakpoint, set step_after_step_resume_breakpoint.  When
3830         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3831         (keep_going): Delete code handling
3832         remove_breakpoints_on_following_step.
3833
3834 2004-08-29  David Lecomber  <david@streamline-computing.com>
3835         
3836         Fix PR gdb/648
3837         * language.h (enum array_ordering): New enum.
3838         * language.h (struct language_defn): New la_array_ordering 
3839         attribute.
3840         * language.c (unknown_language_defn, auto_language_defn)
3841         (local_language_defn): Ditto.
3842         * ada-lang.c (ada_language_defn): Ditto.
3843         * c-lang.c (c_language_defn, cplus_language_defn)
3844         (asm_language_defn, minimal_language_defn): Ditto.
3845         * f-lang.c (f_language_defn): Ditto.
3846         * jv-lang.c (java_language_defn): Ditto.
3847         * m2-lang.c (f_language_defn): Ditto.
3848         * objc-lang.c (objc_language_defn): Ditto.
3849         * p-lang.c (pascal_language_defn): Ditto.
3850         * scm-lang.c (scm_language_defn): Ditto.
3851         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3852         oriented large to small in type structure.
3853         * dwarf2read.c (read_array_order): New function.
3854         (read_array_type): Use read_array_order to check row/column
3855         major ordering.
3856
3857 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
3858
3859         * target.c (target_resize_to_sections): Check
3860         current_target.to_sections for an old value when updating.
3861
3862 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
3863
3864         * procfs.c (dbx_link_bpt_addr): New static global variable.
3865         (dbx_link_shadow_contents): New static global variable.
3866         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3867         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3868         if we just hit it.
3869         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3870         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3871         from run to run.
3872         (procfs_create_inferior): Remove syssgi syscall-exit notifications
3873         after the inferior has been forked.
3874         (remove_dbx_link_breakpoint): New function.
3875         (dbx_link_addr): New function.
3876         (insert_dbx_link_bpt_in_file): New function.
3877         (insert_dbx_link_bpt_in_region): New function.
3878         (insert_dbx_link_breakpoint): New function.
3879         (proc_trace_syscalls_1): New function, extracted from
3880         proc_trace_syscalls.
3881         (proc_trace_syscalls): Replace extract code by call to
3882         proc_trace_syscalls_1.
3883         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3884         is no longer valid.
3885
3886 2004-08-25  Jim Blandy  <jimb@redhat.com>
3887
3888         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3889
3890 2004-08-25  Andrew Cagney  <cagney@gnu.org>
3891
3892         * infrun.c (struct execution_control_state): Delete field
3893         "stepping_through_sigtramp".
3894         (init_execution_control_state): Do not set same.
3895         (context_switch): Do not pass same to save_infrun_state and
3896         load_infrun_state.
3897         * gdbthread.h (struct thread_info): Delete field
3898         stepping_through_sigtramp.
3899         (save_infrun_state, load_infrun_state): Delete parameter
3900         stepping_through_sigtramp.
3901         * thread.c (load_infrun_state, save_infrun_state): Update.
3902
3903         * infrun.c: Re-indent.  Move expression operators to the beginning
3904         of the line.  Remove long disabled #if 0 code.
3905
3906 2004-08-24  Andrew Cagney  <cagney@gnu.org>
3907
3908         * doublest.h (floatformat_ieee_quad): Rename
3909         floatformat_ia64_quad.
3910         * doublest.c (floatformat_ieee_quad): Rename
3911         floatformat_ia64_quad.
3912         (_initialize_doublest): Update.
3913
3914 2004-08-24  Jim Blandy  <jimb@redhat.com>
3915
3916         * dwarf2expr.h (struct dwarf_expr_context): New members
3917         'num_pieces' and 'pieces', for returning the result of an
3918         expression that uses DW_OP_piece.
3919         (struct dwarf_expr_piece): New struct type.
3920         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3921         pieces.
3922         (free_dwarf_expr_context): Free pieces, if any.
3923         (add_piece): New function.
3924         (execute_stack_op): Implement DW_OP_piece.
3925         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3926         expression is a list of pieces, print an error message.
3927         (dwarf2_loc_desc_needs_frame): If the expression yields
3928         pieces, and any piece is in a register, then we need a frame.
3929
3930         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3931         the stack until we've decided what sort of result the evaluation
3932         has produced.  Use separate variables, with more specific names.
3933
3934 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
3935
3936         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3937         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3938         (arm_netbsd_init_abi_common): Register them.
3939
3940 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
3941
3942         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3943
3944         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3945         safe_frame_unwind_memory instead of target_read_memory.
3946
3947         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3948         Reorder includes.
3949         (fetch_register, store_register): Remove prototypes.
3950         (child_resume): Reorganize code and comments such that it is
3951         grouped a bit more logically.
3952         (attach): Explicitly compare errno against 0.
3953         (detach): Likewise.  Use perror_with_name instead of
3954         print_sys_errmsg.
3955         * Makefile.in (infptrace.o): Update dependencies.
3956
3957         * ia64-linux-nat.c: Update copyright year.
3958         (fetch_debug_register, store_debug_register)
3959         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3960         PTRACE_TYPE_ARG3.
3961         * config/ia64/nm-linux.h: Update copyright year.
3962          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3963
3964         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3965         from CORE_ADDR to struct frame_info *.  Use
3966         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3967         (amd64_linux_sigtramp_p): Adjust for changed signature of
3968         and64_linux_sigtramp_start
3969
3970         * gdb_ptrace.h: GNU/Linux.
3971
3972         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3973         Remove defines.
3974
3975         * infptrace.c: Include "gdb_assert.h".
3976         (PTRACE_XFER_TYPE): Remove define.
3977         (offsetof): Only define if U_REGS_OFFSET isn't defined.
3978         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3979         Tweak comment.
3980         (fetch_inferior_registers, store_inferior_registers): Remove
3981         redundant culry braces.  Tweak comment.  s/regno/regnum.
3982         * Makefile.in (infptrace.o): Update dependencies.
3983
3984         * configure.in: Change test for return type of ptrace to default
3985         to `long' instead of `int'.
3986         * configure: Regenerate.        
3987
3988 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
3989
3990         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3991
3992         * configure.in: Check for ttrace function.
3993         * configure, config.in: Regenerate.     
3994
3995         * gdb_ptrace.h: New file.
3996         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3997         <sys/ptrace.h>.
3998         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3999         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
4000         (attach): Don't define PT_ATTACH.
4001         (detach): Don't define PT_DETACH.
4002         * Makefile.in (gdb_ptrace_h): New variable.
4003         (infptrace.o): Update dependencies.
4004
4005 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
4006
4007         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
4008         instead of `int' if not already defined.
4009         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
4010         PTRACE_TYPE_ARG3.
4011         * infptrace.c (call_ptrace): Revert change that replaced
4012         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4013
4014 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
4015
4016         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
4017         Remove defines.
4018
4019         * linux-nat.c (kill_inferior): Add missing third and fourth
4020         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
4021
4022         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
4023         PTRACE_TYPE_RET.
4024
4025         * proc-why.c (proc_prettyfprint_why): Fix format string.
4026
4027         * solib-osf.c (osf_current_sos): Remove unsused label.
4028
4029         * configure.in: Add <ncurses/ncurses.h> to the list of possible
4030         curses headers.
4031         * configure, config.in: Regenerate.     
4032         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
4033         <ncurses/ncurses.h>.
4034
4035         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
4036         * config/nm-nbsd.h: Update copyright year.
4037         (PTRACE_ARG3_TYPE): Remove define.
4038
4039         * sparc-nat.c (fetch_inferior_registers)
4040         (store_inferior_registers, sparc_xfer_wcookie): 
4041         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4042
4043         * alphabsd-nat.c (fetch_inferior_registers):
4044         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4045         PTRACE_TYPE_ARG3.
4046         * amd64bsd-nat.c (fetch_inferior_registers)
4047         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4048         PTRACE_TYPE_ARG3.
4049         * armnbsd-nat.c: Update copyright year.
4050         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
4051         (store_register, store_regs, store_fp_register, store_fp_regs):
4052         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4053         * hppabsd-nat.c (fetch_inferior_registers)
4054         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4055         PTRACE_TYPE_ARG3.
4056         * i386bsd-nat.c (fetch_inferior_registers)
4057         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
4058         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4059         * m68kbsd-nat.c (fetch_inferior_registers)
4060         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4061         PTRACE_TYPE_ARG3.
4062         * m88kbsd-nat.c (fetch_inferior_registers)
4063         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4064         PTRACE_TYPE_ARG3.
4065         * mipsnbsd-nat.c: Update copyright year.
4066         (fetch_inferior_registers, store_inferior_registers):
4067         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4068         * ns32knbsd-nat.c: Update copyright year.
4069         (fetch_inferior_registers, store_inferior_registers):
4070         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4071         * ppcnbsd-nat.c (fetch_inferior_registers):
4072         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4073         PTRACE_TYPE_ARG3.
4074         * ppcobsd-nat.c (fetch_inferior_registers):
4075         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4076         PTRACE_TYPE_ARG3.
4077         * shnbsd-nat.c: Update copyright year.
4078         (fetch_inferior_registers, store_inferior_registers):
4079         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4080         * vaxbsd-nat.c (fetch_inferior_registers)
4081         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
4082         PTRACE_TYPE_ARG3.
4083         
4084         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
4085         PTRACE_TYPE_ARG3.
4086         * infptrace.c (call_ptrace, child_resume, attach, detach)
4087         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
4088         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
4089         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
4090         PTRACE_TYPE_ARG3.
4091
4092 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
4093
4094         * defs.h: Remove out-of-date comment.
4095         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
4096         [!GETENV_PROVIDED] (getenv): Remove prototype.
4097
4098         * standalone.c: Remove file.
4099         * Makefile.in (standalone.o): Remove dependency.
4100
4101         * i386-linux-nat.c (dummy_sse_values): Remove function and
4102         prototype.
4103         (i386_linux_dr_get): Fix typo in comment.
4104         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
4105
4106         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
4107
4108         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
4109         from declaration.
4110         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
4111         from definition.
4112
4113 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
4114
4115         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
4116         parenthesis in definition.
4117         * configure: Regenerated.
4118
4119 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
4120
4121         * PROBLEMS: Mention build/1411.
4122
4123 2004-08-09  Robert Millan  <robertmh@gnu.org>
4124
4125         Committed by Nathanael Nerode.
4126         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
4127         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
4128
4129 2004-08-12  Andrew Cagney  <cagney@gnu.org>
4130
4131         * NEWS: Mention fixes in GDB 6.2.1.
4132         * PROBLEMS: Remove mention of mips-irix.
4133
4134 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4135
4136         * config/powerpc/xm-aix.h: Delete.
4137         * config/powerpc/aix.mh (MH_FILE): Remove.
4138         * config/powerpc/aix432.mh (MH_FILE): Remove.
4139
4140 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4141
4142         * config/powerpc/aix.mh: Remove obsolete comment.
4143         * config/powerpc/aix432.mh: Likewise.
4144
4145 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4146
4147         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
4148
4149 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4150
4151         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
4152         this file is now empty.
4153         * config/xm-aix4.h: Remove, this file is no longer included
4154         anywhere.
4155
4156 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4157
4158         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
4159         that file is now empty.
4160         (termdef): Remove prototype, function no longer used.
4161
4162 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4163
4164         * doc/gdbint.texinfo (Host Definition): Remove documentation
4165         for USE_O_NOCTTY, no longer used.
4166         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
4167         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
4168
4169 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
4170
4171         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
4172         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
4173         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
4174
4175 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
4176
4177         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
4178         instead of FIVE_ARG_PTRACE.
4179
4180         * inflow.c (O_NOCTTY): Define to zero if not already defined.
4181         (new_tty): Use O_NOCTTY unconditionally.
4182
4183 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4184
4185         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
4186         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
4187         fflush on stdout.
4188
4189 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
4190
4191         * xcoff_symfile_finish: Replace last call to xmfree by call
4192         to xfree.
4193
4194 2004-08-10  Andrew Cagney  <cagney@gnu.org>
4195
4196         * main.c (captured_main): Delete call to init_malloc.
4197         * defs.h (init_malloc): Delete declaration.
4198         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
4199         (init_malloc): Delete functions.
4200
4201         * defs.h (xmfree): Delete.
4202         * utils.c (xmfree): Delete function.
4203         (xfree): Inline calls to xmfree and mfree.
4204         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
4205         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
4206         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
4207         * somread.c (som_symfile_finish): Ditto.
4208         * objfiles.c (allocate_objfile, free_objfile): 
4209         * nlmread.c (nlm_symfile_finish): Ditto.
4210         * hpread.c (hpread_symfile_finish): Ditto.
4211         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
4212         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
4213         * coffread.c (coff_symfile_finish): Ditto.
4214
4215         * defs.h (xmcalloc): Delete declaration.
4216         * utils.c (xmcalloc): Delete.
4217         (xcalloc): Inline calls to xmcalloc and mcalloc.
4218         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4219         xcalloc and xfree.
4220         * symtab.c (create_demangled_names_hash): Ditto.
4221
4222         * defs.h (xmrealloc): Delete.
4223         * utils.c (xmrealloc): Delete.
4224         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4225         * symmisc.c (extend_psymbol_list): Use xrealloc.
4226         * source.c (find_source_lines): Ditto.
4227         * hpread.c (hpread_lookup_type): Ditto.
4228         * dbxread.c (add_bincl_to_list): Ditto.
4229
4230         * utils.c (xmmalloc): Delete.
4231         (xmalloc): Inline xmmalloc and mmalloc calls.
4232         (msavestring): Use xmalloc.
4233         * defs.h (xmmalloc): Delete declaration.
4234         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4235         xmmalloc.
4236         * symmisc.c (extend_psymbol_list): Ditto.
4237         * symfile.c (init_psymbol_list): Ditto.
4238         * source.c (find_source_lines): Ditto.
4239         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4240         * elfread.c (elf_symtab_read): Ditto.
4241         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4242         * coffread.c (coff_symfile_init): Ditto.
4243
4244 2004-08-10  David Carlton  <carlton@bactrian.org>
4245
4246         * MAINTAINERS: Remove David Carlton from c++ testsuite
4247         maintainers.
4248
4249 2004-08-10  Jerome Guitton  <guitton@gnat.com>
4250
4251         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4252         print a line feed before the prompt.
4253
4254 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
4255
4256         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4257
4258 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
4259
4260         General cleanup of the AIX xm include file:
4261         * config/xm-aix4.h (fd_set): Remove undefine.
4262         Remove include of <sys/select.h>.
4263         (HAVE_TERMIO): Remove define.
4264         (USG): Likewise.
4265         (NULL): Remove redefine.
4266         (alloca): Remove #pragma.
4267         (vfork): Remove define.
4268         (termdef): Remove.
4269         (SIGWINCH_HANDLER): Remove.
4270         (SIGWINCH_HANDLER_BODY): Remove.
4271
4272 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4273
4274         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4275         GDB_OSABI_OPENBSD_ELF.
4276
4277 2004-08-07  Robert Millan  <robertmh@gnu.org>
4278
4279         * bsd-kvm.c: Check for nlist.h before including it.
4280
4281 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
4282
4283         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4284         sigcontext' offset consistency checks for ancient BSD.
4285
4286         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4287
4288         * configure.in: Check for <sys/types.h>.  Check return and
4289         argument types of ptrace.
4290         * configure, config.in: Regenerate.     
4291
4292 2004-08-09  Jim Blandy  <jimb@redhat.com>
4293
4294         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4295         rs6000_register_sim_regno): Doc fixes.
4296
4297 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
4298
4299         * mips-tdep.c: Include "floatformat.h".
4300         (n32n64_floatformat_always_valid): New function.
4301         (floatformat_n32n64_long_double_big): New constant.
4302         (mips_gdbarch_init): Set size and format of long double
4303         for N32 and N64 ABIs.
4304         * Makefile.in (mips-tdep.o): Update dependencies.
4305
4306 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4307
4308         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
4309         print.  Improve script's error messages.
4310         * gdbarch.h: Re-generate.
4311
4312         * gdbarch.sh (pformat): New function.
4313         (float_format, double_format, long_double_format): List with bit
4314         members.  Use pformat when printing.
4315         * gdbarch.c, gdbarch.h: Re-generate.
4316         
4317 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
4318
4319         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4320         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4321         (ppcnbsd_supply_pcb): New function.
4322         (_initialize_ppcnbsd_nat): New prototype and function.
4323         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4324         (LOADLIBES): New variable.
4325         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4326
4327 2004-08-08  Andrew Cagney  <cagney@gnu.org>
4328
4329         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4330         (builtin_type_ieee_double, builtin_type_ia64_quad)
4331         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4332         BE/LE floating-point types.
4333         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4334         (builtin_type_ieee_double, builtin_type_ia64_quad)
4335         (builtin_type_ia64_spill): Declare.
4336         * doublest.c (_initialize_doublest, floatformat_ieee_single)
4337         (floatformat_ieee_double, floatformat_arm_ext)
4338         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4339         of LE/BE floatformats.  
4340         * doublest.h: (struct floatformat, floatformat_ieee_single)
4341         (floatformat_ieee_double, floatformat_arm_ext)
4342         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4343
4344 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
4345
4346         * i386gnu-nat.c (gnu_store_registers): Fix typo.
4347
4348         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4349         instead of regcache_raw_supply when storing the registers.
4350
4351         * i386gnu-nat.c: Update copyright year.
4352         (gnu_store_registers): Don't use deprecated_registers and
4353         deprecated_registers_valid.  Use regcache_valid_p and
4354         regcache_raw_supply instead.
4355
4356         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4357         frame_pc_unwind.
4358
4359         * procfs.c (procfs_pid_to_str): Remove redundant and unused
4360         variables.  Incapitalized "process".
4361
4362         * configure.in: Add cursesX to the list of possible curses libs.
4363         Add cursesX.h to the list of possible curses headers. 
4364         * configure, config.in: Regenerate.     
4365
4366 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4367
4368         * configure.in: Test for struct lwp in <sys/lwp.h>.
4369         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4370         the offset of l_addr in struct lwp.
4371
4372 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
4373
4374         * bsd-kvm.c: Include "gdbcore.h"
4375         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4376
4377 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4378
4379         * gdbtypes.c (build_flt, build_complex): New functions.
4380         (gdbtypes_post_init): Use.
4381
4382         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4383
4384         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4385         through to builtin_type_uint128.
4386
4387         * c-exp.y: Use builtin_type function to obtain builtin types.
4388
4389         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4390         builtin_uint128.
4391         * gdbtypes.c (gdbtypes_post_init): Update.
4392         (build_gdbtypes): Move initialization of builtin_type_int0
4393         through to builtin_type_uint128 from here ...
4394         (_initialize_gdbtypes): ... to here.
4395         * d10v-tdep.c (d10v_register_type): Update.
4396
4397         * doublest.c: Update copyright.
4398         (floatformat_from_length): Call error when floatformat is NULL.
4399         (extract_floating_by_length): Remove NULL fmt check.
4400         (store_floating_by_length): Ditto.
4401
4402 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4403
4404         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4405         that the register is valid.
4406
4407 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
4408
4409         * i386-linux-tdep.c (i386_linux_sigtramp_start)
4410         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4411         struct frame_info *.  Use safe_frame_unwind_memory instead of
4412         deprecated_read_memory_nobpt.
4413         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4414         changed signature of i386_linux_sigtramp_start and
4415         i386_linux_rt_sigtramp_start.
4416
4417         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4418         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
4419         instead of deprecated_read_memory_nobpt.
4420         (i386nbsd_sigtramp_p): Adjust for changed signature of
4421         i386nbsd_sigtramp_offset.
4422
4423         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4424         safe_frame_unwind_memory instead of target_read_memory.
4425
4426         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4427         !NO_SYS_FILE.
4428         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4429         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4430         (_initialize_kernel_u_addr): Remove prototype and function.
4431         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4432         !NO_SYS_FILE.
4433         * xcoffread.c: Likewise.
4434
4435 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
4436
4437         * vax-nat.c: New file.
4438         * vaxbsd-nat.c: Tweak comment.
4439         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4440         vaxnbsd-tdep.c.
4441         (vax-nat.o): New dependency.
4442         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4443         (vax-*-ultrix2*): Remove.
4444         * config/vax/vax.mh: New file.
4445         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4446         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4447         (vax_register_u_addr): New prototype.
4448         (REGISTER_U_ADDR): Define using vax_register_u_addr.
4449         * config/vax/vaxult2.mh: Remove file.
4450         * config/vax/vaxult.mh: Remove file.
4451         * config/vax/vaxbsd.mh: Remove file.
4452         * config/vax/vax.mt (TM_FILE): Remove.
4453         * config/vax/tm-vaxbsd.h: Remove file.
4454
4455 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
4456
4457         * aix-thread.c (get_signaled_thread): New function.
4458         (iter_trap): Delete, no longer used.
4459         (iter_tid): New function.
4460         (pd_update): Find the thread that received the SIGTRAP signal
4461         by first locating the kernel thread, and then finding its
4462         associated thread.
4463
4464 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
4465
4466         * lin-lwp.c (child_wait): Continue inferior after processing
4467         PTRACE_EVENT_CLONE event.
4468
4469 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4470
4471         * MAINTAINERS: Add self to Write-After-Approval.
4472
4473 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
4474
4475         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4476         libunwind-xxxx.so" where xxxx is UNW_TARGET.
4477
4478 2004-08-05  Andrew Cagney  <cagney@gnu.org>
4479
4480         * config/xm-sysv4.h: Delete file.
4481         * config/mips/xm-irix5.h: Delete file.
4482         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4483         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4484         * config/ia64/xm-aix.h: Delete file.
4485         * config/ia64/aix.mh (XM_FILE): Delete.
4486         * config/pa/xm-hppah.h: Delete file.
4487         * config/pa/hpux11w.mh (XM_FILE): Delete.
4488         * config/pa/hpux11.mh (XM_FILE): Delete.
4489         * config/pa/hpux1020.mh (XM_FILE): Delete.
4490         * config/pa/hppahpux.mh (XM_FILE): Delete.
4491
4492         * config/alpha/xm-alphalinux.h: Delete file.
4493         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4494         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4495         * config/alpha/xm-alphaosf.h: Delete file.
4496         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4497         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4498         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4499         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4500
4501         * config/i386/xm-i386v.h: Delete file.
4502         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4503         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4504         * config/i386/xm-i386sco.h: Delete file.
4505         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4506         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4507         * config/i386/xm-i386v4.h: Delete file.
4508         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4509         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4510         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4511         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4512
4513         * config/vax/xm-vax.h: Delete file.
4514         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4515         * config/vax/xm-vaxult2.h: Delete file.
4516         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4517         * config/vax/vaxult2.mh (XM_FILE): Delete.
4518         * config/vax/xm-vaxult.h: Delete file.
4519         * config/vax/vaxult.mh (XM_FILE): Delete.
4520         * config/vax/xm-vaxbsd.h: Delete file.
4521         * config/vax/vaxbsd.mh (XM_FILE): Delete.
4522
4523         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4524         * gdbarch.h, gdbarch.c: Re-generate.
4525         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4526         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4527         * frame.h: Delete deprecated_read_fp from comments.
4528         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4529         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4530
4531 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
4532
4533         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4534         trampoline in OpenBSD 3.5-current.
4535
4536         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4537         SSE registers.
4538
4539         * Makefile.in: Remove embedded page breaks.
4540
4541 2004-08-04  Jim Blandy  <jimb@redhat.com>
4542
4543         * regcache.c (regcache_raw_read): Assert that, after calling
4544         target_fetch_registers, the register we're reading is cached.
4545
4546         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4547         a call to 'internal_error', with a more helpful error message.
4548         * rs6000-tdep.c (e500_pseudo_register_read,
4549         e500_pseudo_register_write, rs6000_store_return_value): Same.
4550
4551 2004-08-04  Andrew Cagney  <cagney@gnu.org>
4552
4553         * Makefile.in: Update dependencies.
4554
4555 2004-08-04  Jim Blandy  <jimb@redhat.com>
4556
4557         Change the layout of the PowerPC E500 raw register cache to allow
4558         the lower 32-bit halves of the GPRS to be their own raw registers,
4559         not pseudoregisters.
4560         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4561         add ppc_ev0_upper_regnum flag.
4562         * rs6000-tdep.c: #include "reggroups.h".
4563         (spe_register_p): Recognize the ev upper half registers as SPE
4564         registers.
4565         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4566         registers.
4567         (e500_move_ev_register): New function.
4568         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4569         vector registers are the pseudo-registers now, formed by splicing
4570         together the gprs and the upper-half registers.
4571         (e500_register_reggroup_p): New function.
4572         (P): Macro deleted.
4573         (P8, A4): New macro.
4574         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4575         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4576         macros.
4577         (registers_e500): Rearrange register set so that the raw register
4578         set contains 32-bit GPRs and upper-half registers, and the SPE
4579         vector registers become pseudo-registers.
4580         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4581         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
4582         register numbers are now the same for the E500 as they are for
4583         other PowerPC variants.  Register e500_register_reggroup_p as the
4584         register group function for the E500.
4585         * Makefile.in (rs6000-tdep.o): Update dependencies.
4586
4587         Adapt PPC E500 native support to the new raw regcache layout.
4588         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4589         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4590         (fetch_spe_register, store_spe_register): Handle fetching/storing
4591         all the SPE registers at once, if regno == -1.  These now take
4592         over the job of fetch_spe_registers and store_spe_registers.
4593         (fetch_spe_registers, store_spe_registers): Deleted.
4594         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4595         unconditionally; they're always raw.  Fetch/store SPE upper half
4596         registers, if present, instead of ev registers.
4597         (fetch_register, store_register): Remove sanity checks: gprs are
4598         never pseudo-registers now, so we never need to even mention any
4599         registers that are ever pseudoregisters.
4600
4601         Use a fixed register numbering when communicating with the PowerPC
4602         simulator.
4603         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4604         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4605         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
4606         New functions.
4607         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
4608         init_sim_regno_table.
4609         * Makefile.in (gdb_sim_ppc_h): New variable.
4610         (rs6000-tdep.o): Update dependencies.
4611
4612 2004-08-02  Andrew Cagney  <cagney@gnu.org>
4613
4614         * cris-tdep.c (cris_register_size): Restore function, still used
4615         locally.
4616
4617         * gdbarch.sh (deprecated_target_read_fp)
4618         (deprecated_frame_locals_address, deprecated_frame_args_address)
4619         (deprecated_frame_chain_valid, deprecated_frame_chain)
4620         (deprecated_init_extra_frame_info, deprecated_pop_frame)
4621         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4622         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4623         * gdbarch.h, gdbarch.c: Re-generate.
4624         * regcache.c (deprecated_read_fp): Do not call
4625         DEPRECATED_TARGET_READ_FP_P.
4626         * infcmd.c (default_print_registers_info): Do not call
4627         DEPRECATED_DO_REGISTERS_INFO.
4628         * frame-base.c (default_frame_locals_address): Do not call
4629         DEPRECATED_FRAME_LOCALS_ADDRESS.
4630         (default_frame_args_address): Do not call
4631         DEPRECATED_FRAME_ARGS_ADDRESS.
4632
4633         * gdbarch.sh (deprecated_register_raw_size)
4634         (deprecated_register_virtual_size:int): Delete.
4635         * gdbarch.h, gdbarch.c: Re-generate.
4636         * cris-tdep.c (cris_register_size): Delete.
4637         (cris_gdbarch_init): Update.
4638         * alpha-tdep.c (alpha_register_raw_size)
4639         (alpha_register_virtual_size): Delete.
4640         (alpha_gdbarch_init): Update.
4641
4642         * gdbarch.sh (deprecated_register_virtual_type)
4643         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4644         (deprecated_dummy_write_sp): Delete.
4645         * gdbarch.h, gdbarch.c: Re-generate.
4646
4647         * gdbarch.sh (deprecated_register_bytes): Delete.
4648         * gdbarch.h, gdbarch.c: Re-generate.
4649         * regcache.c (deprecated_register_bytes): New function.
4650         * regcache.h (deprecated_register_bytes): Declare.
4651         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4652         * v850-tdep.c (v850_gdbarch_init): Update.
4653         * sh64-tdep.c (sh64_gdbarch_init): Update.
4654         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4655         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4656         * mcore-tdep.c (mcore_gdbarch_init): Update.
4657         * cris-tdep.c (cris_gdbarch_init): Update.
4658         * arm-tdep.c (arm_gdbarch_init): Update.
4659         * remote.c (init_remote_state): Update.
4660         * remote-vx.c (vx_prepare_to_store): Update.
4661         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4662         * irix5-nat.c (fetch_core_registers): Update.
4663         * cris-tdep.c (cris_register_bytes_ok): Update.
4664         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4665
4666         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4667         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4668         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4669         (mips_insn16_frame_base_address, mips_insn16_frame_base)
4670         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4671         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4672         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4673         (mips_insn32_frame_base_address, mips_insn32_frame_base)
4674         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4675         with mips_insn16 and mips_insn32.
4676
4677         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4678         * rs6000-tdep.c (rs6000_push_dummy_call)
4679         (rs6000_extract_return_value): Use register_size.
4680         * xstormy16-tdep.c (xstormy16_get_saved_register) 
4681         (xstormy16_extract_return_value): Ditto.
4682         * valops.c (value_assign): Ditto.
4683         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
4684         * v850-tdep.c (v850_extract_return_value): Ditto.
4685         * tracepoint.c (collect_symbol): Ditto.
4686         * target.c (debug_print_register): Ditto.
4687         * stack.c (frame_info): Ditto.
4688         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4689         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4690         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4691         (store_register_using_P): Ditto.
4692         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4693         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4694         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4695         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4696         * regcache.c (deprecated_read_register_bytes) 
4697         (deprecated_write_register_bytes, read_register) 
4698         (write_register): Ditto.
4699         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4700         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4701         * monitor.c (monitor_supply_register, monitor_fetch_register) 
4702         (monitor_store_register): Ditto.
4703         * mn10300-tdep.c (mn10300_pop_frame_regular) 
4704         (mn10300_print_register): Ditto.
4705         * mipsv4-nat.c (fill_fpregset): Ditto.
4706         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
4707         (mips64_fill_fpregset): Ditto.
4708         * mi/mi-main.c (register_changed_p, get_register)
4709         (mi_cmd_data_write_register_values): Ditto.
4710         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
4711         * irix5-nat.c (fill_gregset, fetch_core_registers): 
4712         * infrun.c (write_inferior_status_register): Ditto.
4713         * infptrace.c (fetch_register, store_register): Ditto.
4714         * infcmd.c (default_print_registers_info): Ditto.
4715         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4716         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4717         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4718         * hpux-thread.c (hpux_thread_fetch_registers)
4719         (hpux_thread_store_registers): Ditto.
4720         * hppah-nat.c (store_inferior_registers, fetch_register): 
4721         * findvar.c (value_from_register): Ditto.
4722         * dve3900-rom.c (fetch_bitmapped_register): 
4723         * cris-tdep.c (cris_gdbarch_init): Ditto.
4724         * alpha-tdep.h: Ditto.
4725         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4726
4727         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4728         DEPRECATED_REGISTER_RAW_SIZE from comments.
4729         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4730         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4731         DEPRECATED_REGISTER_RAW_SIZE.
4732         * findvar.c (value_of_register): Simplify by assuming that the
4733         registers raw and virtual sizes are identical.
4734         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4735         comment.
4736         * arch-utils.c (generic_register_size): Simplify by assuming
4737         register_type.
4738
4739         * regcache.c (legacy_read_register_gen, real_register) 
4740         (legacy_write_register_gen): Delete, not used.
4741
4742         * regcache.c (struct regcache_descr): Delete legacy_p.
4743         (init_legacy_regcache_descr): Delete function.
4744         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4745         Do not use deprecated register functions.
4746         (regcache_raw_read, deprecated_write_register_gen):
4747         (deprecated_read_register_gen, regcache_raw_write): Delete code
4748         predicated on legacy_p.
4749         (register_size): Delete check against register raw size.
4750
4751         * cris-tdep.c (cris_register_type): Replace
4752         cris_register_virtual_type.
4753         (cris_gdbarch_init): Update, set register_type.
4754
4755         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4756         * gdbarch.h, gdbarch.c: Re-generate.
4757         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
4758         (arm_gdbarch_init) Do not set frameless function invocation.
4759         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4760         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4761         * frv-tdep.c (frv_frameless_function_invocation): Delete.
4762         (frv_gdbarch_init): Do not set frameless function invocation.
4763         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4764         * sh-tdep.c (sh_gdbarch_init): Ditto.
4765         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4766         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4767         * avr-tdep.c (avr_gdbarch_init): Ditto.
4768
4769         * blockframe.c (legacy_frame_chain_valid): Delete function.
4770
4771         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4772         and pc.  Update comments.
4773         (pc_in_dummy_frame): Delete function.
4774         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4775         use the "id".
4776         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4777         call_hi, top and pc, use the id.
4778         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4779
4780         * dummy-frame.c: Include "gdb_string.h".
4781         (generic_save_call_dummy_addr, generic_push_dummy_frame)
4782         (generic_save_dummy_frame_tos): Delete.
4783         (dummy_frame_push): New function, replaces above.
4784         * dummy-frame.h: Update copyright.
4785         (dummy_frame_push): Declare.
4786         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4787         (generic_save_call_dummy_addr): Delete declarations.
4788         * infcall.c: Include "dummy-frame.h".
4789         (call_function_by_hand): Add locals caller_regcache,
4790         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
4791         with call to frame_save_as_regcache plus cleanup.  Delete calls to
4792         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4793         Move clear_proceed_status to just before the resume, add call to
4794         dummy_frame_push (discard cleanup).
4795         * Makefile.in (infcall.o): Add $(dummy_frame_h).
4796         (dummy-frame.o): Add $(gdb_string_h).
4797
4798 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4799
4800         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4801         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4802         * dummy-frame.c (find_dummy_frame): Delete.
4803         (struct dummy_frame_cache, dummy_frame_sniffer)
4804         (dummy_frame_prev_register, dummy_frame_this_id)
4805         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4806         frame unwinder using a dummy_frame_cache.
4807
4808 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4809
4810         * frame.h (frame_save_as_regcache): Declare.
4811         * frame.c (frame_save_as_regcache): New function.
4812         (do_frame_read_register): Replace do_frame_unwind_register.
4813         (frame_pop): Use frame_save_as_regcache.
4814         * dummy-frame.c (generic_push_dummy_frame): Use
4815         frame_save_as_regcache.
4816
4817 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
4818
4819         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4820         file as included until we record the first line in the linetable.
4821
4822 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4823
4824         * frame.h (deprecated_pop_dummy_frame)
4825         (deprecated_read_register_dummy)
4826         (deprecated_generic_find_dummy_frame): Delete.
4827         * dummy-frame.c (deprecated_generic_find_dummy_frame)
4828         (deprecated_read_register_dummy)
4829         (deprecated_find_dummy_frame_regcache)
4830         (discard_innermost_dummy)
4831         (deprecated_pop_dummy_frame): Delete.
4832         (dummy_frame_this_id): Simplify.
4833         (struct dummy_frame): Delete "fp" and "sp".
4834         (find_dummy_frame): Simplify.
4835         (generic_push_dummy_frame): Do not set "fp" or "sp".
4836         (fprint_dummy_frames): Do not print "fp" and "sp"
4837
4838 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
4839
4840         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4841         (struct i386_insn): New structure.
4842         (i386_match_insn): New function.
4843         (i386_frame_setup_skip_insns): New variable.
4844         (i386_analyze_frame_setup): Change to use i386_match_insn and the
4845         array i386_frame_setup_insns of instructions that should be
4846         skipped inside the frame setup sequence.
4847
4848 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4849
4850         * frame.h (deprecated_frame_xmalloc_with_cleanup)
4851         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4852         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4853         * stack.c (frame_info): Delete references to
4854         DEPRECATED_FRAME_INIT_SAVED_REGS and
4855         deprecated_get_frame_saved_regs.
4856         * frame.c (struct frame_info): Delete saved_regs and extra_info.
4857         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4858         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4859         (frame_unwind_register_signed)
4860         (frame_unwind_register_unsigned)
4861         (frame_unwind_unsigned_register): Use register_size.
4862         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4863         (deprecated_frame_xmalloc_with_cleanup)
4864         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4865         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4866
4867         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4868         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4869         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4870         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4871
4872         * infcall.c (call_function_by_hand): Do not use
4873         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4874         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4875         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4876         DEPRECATED_STACK_ALIGN.
4877
4878 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4879
4880         Committed by Andrew Cagney.
4881         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4882
4883 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4884
4885         * mips-tdep.c (mips16_frame_cache)
4886         (mips16_frame_this_id, mips16_frame_prev_register)
4887         (mips16_frame_unwind, mips16_frame_sniffer)
4888         (mips16_frame_base_address, mips16_frame_base)
4889         (mips16_frame_base_sniffer, mips32_frame_cache)
4890         (mips32_frame_this_id, mips32_frame_prev_register)
4891         (mips32_frame_unwind, mips32_frame_sniffer)
4892         (mips32_frame_base_address, mips32_frame_base)
4893         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4894         separate heuristic mips16 and mips32 unwinders.
4895         (mips_stub_frame_cache, mips_stub_frame_this_id)
4896         (mips_stub_frame_prev_register)
4897         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4898         (mips_stub_frame_base_address, mips_stub_frame_base)
4899         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4900         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4901         match true mdebug frames.
4902         (non_heuristic_proc_desc): Add forward declaration.
4903
4904 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4905
4906         * config/mips/tm-irix6.h: Delete file.
4907         * config/mips/tm-irix5.h: Delete file.
4908         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4909         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4910
4911         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4912         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4913         * config/nm-gnu.h (NO_CORE_OPS): Delete.
4914         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4915         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4916         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4917         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4918         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4919         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4920         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4921         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4922         (TARGET_SIGNAL_RAW_VALUES): Delete.
4923         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4924         Delete.
4925         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
4926         (TARGET_HW_WATCH_LIMIT): Delete.
4927         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4928         * minimon.h: Delete file.
4929
4930         * trad-frame.c (trad_frame_get_this_base)
4931         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4932         functions.
4933         * trad-frame.h (trad_frame_set_this_base)
4934         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4935
4936 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4937
4938         * trad-frame.c (trad_frame_get_prev_register): Rename
4939         trad_frame_get_prev_register.
4940         * vax-tdep.c (vax_frame_prev_register): Update.
4941         * trad-frame.h: Update.
4942         * trad-frame.c (trad_frame_get_register): Update.
4943         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4944         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4945         Update.
4946         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4947         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4948         Update.
4949         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4950         Update.
4951         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4952         Update.
4953         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4954         Update.
4955         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4956         Update.
4957         * s390-tdep.c (s390_frame_prev_register) 
4958         (s390_stub_frame_prev_register) 
4959         (s390_sigtramp_frame_prev_register): Update.
4960         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4961         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4962         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4963         * m88k-tdep.c (m88k_frame_prev_register) 
4964         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
4965         * m32r-tdep.c (m32r_frame_prev_register): Update.
4966         * hppa-tdep.c (hppa_frame_prev_register_helper) 
4967         * frv-tdep.c (frv_frame_prev_register): Update.
4968         * d10v-tdep.c (d10v_frame_prev_register): Update.
4969         * cris-tdep.c (cris_frame_prev_register): Update.
4970         * avr-tdep.c (avr_frame_prev_register): Update.
4971         * arm-tdep.c (arm_prologue_prev_register) 
4972         (arm_sigtramp_prev_register): Update.
4973
4974 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4975
4976         * frame.h (legacy_saved_regs_unwind)
4977         (legacy_frame_chain_valid, legacy_frame_p)
4978         (enum frame_type): Delete UNKNOWN_FRAME.
4979         * dummy-frame.c (dummy_frame_this_id): Simplify.
4980         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4981         * frame.c (struct frame_info): Delete the field "type".
4982         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4983         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4984         (legacy_saved_regs_unwind, legacy_frame_p)
4985         (frame_type_from_pc): Delete.
4986         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4987         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4988
4989 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
4990
4991         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4992         indentation.
4993
4994         * mips-nat.c: Remove file.
4995         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4996         (mips-nat.o): Remove dependency.
4997
4998         * infptrace.c: Update copyright year.
4999         (fetch_register): Pass NULL in regcache_raw_supply call instead of
5000         explicitly setting the buffer to all zeroes.
5001
5002         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
5003         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
5004
5005 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5006
5007         * GDB 6.2 released from gdb_6_2-branch.
5008
5009 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
5010
5011         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
5012
5013         * exec.c (exec_file_attach):
5014         * nto-tdep.c (nto_find_and_open_solib):
5015         * pa64solib.c (pa64_solib_sizeof_symbol_table):
5016         * solib.c (solib_open):
5017         * somsolib.c (som_solib_sizeof_symbol_table):
5018         * source.c (is_regular_file, openp, open_source_file):
5019         * symfile.c (symfile_bfd_open):
5020         * wince.c (upload_to_device): Differentiate between the search for
5021         binary and source files.
5022
5023 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5024
5025         * complaints.c (_initialize_complaints): Pass NULL to
5026         add_setshow_zinteger_cmd for help_doc.
5027         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
5028
5029 2004-07-30  Andrew Cagney  <cagney@gnu.org>
5030
5031         Fix PR i18n/761.
5032         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
5033         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
5034         $(PACKAGE).pot and update-po.
5035         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
5036         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
5037         (update-po): New rules.
5038         (localedir): Define using autoconf.
5039         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
5040         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
5041         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
5042         * configure.in: Generate CATALOGS and LINGUAS from contents of
5043         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
5044         * configure: Re-generate.
5045         * po/gdbtext: New file
5046         
5047 2004-07-30  Jerome Guitton  <guitton@gnat.com>
5048
5049         * MAINTAINERS: Reorder Write After Approval list in alphabetical
5050         order.
5051
5052 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
5053
5054         * dwarf2read.c (read_file_scope): Set producer if attribute 
5055         present.
5056         (struct dwarf2_cu): Added new member producer.
5057
5058 2004-07-30  Jerome Guitton  <guitton@gnat.com>
5059
5060         * inflow.c (kill_command): release file handles in BFD.
5061         * exec.c (exec_file_attach): Ditto.
5062         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
5063
5064 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5065
5066         * PROBLEMS (mips-irix): Note that it is broken.
5067
5068 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5069
5070         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
5071         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
5072
5073         * config/xm-nbsd.h: Delete file.
5074         * config/arm/xm-nbsd.h: Delete file.
5075         * config/i386/xm-nbsd.h: Delete file.
5076         * config/ns32k/xm-nbsd.h: Delete file.
5077         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
5078         * config/i386/nbsdelf.mh (XM_FILE): Delete.
5079         * config/i386/nbsdaout.mh (XM_FILE): Delete.
5080         * config/arm/nbsdelf.mh (XM_FILE): Delete.
5081         * config/arm/nbsdaout.mh (XM_FILE): Delete.
5082
5083         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
5084         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
5085         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
5086         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
5087         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
5088         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
5089
5090         * config/powerpc/xm-linux.h: Delete empty file.
5091         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
5092         * config/powerpc/linux.mh (XM_FILE): Delete.
5093         * config/m68k/xm-linux.h: Delete empty file.
5094         * config/m68k/linux.mh (XM_FILE): Delete.
5095         * config/ia64/xm-linux.h: Delete empty file.
5096         * config/ia64/linux.mh (XM_FILE): Delete.
5097         * config/arm/xm-linux.h: Delete empty file.
5098         * config/arm/linux.mh (XM_FILE): Delete.
5099         
5100         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5101         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
5102         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5103         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
5104         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5105         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
5106         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
5107         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
5108
5109         * config/m68k/xm-m68k.h: Delete file.
5110         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
5111         copyright.
5112         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
5113         * config/pa/xm-linux.h: Delete empty file.
5114         * config/pa/linux.mh (XM_FILE): Delete.
5115         * config/i386/xm-i386.h: Delete empty file.
5116         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
5117         "i386/xm-i386.h".
5118         * config/i386/obsdaout.mh (XM_FILE): Delete.
5119         * config/i386/obsd64.mh (XM_FILE): Delete.
5120         * config/i386/fbsd64.mh (XM_FILE): Delete.
5121         * config/i386/nto.mh (XM_FILE): Delete.
5122         * config/i386/obsd.mh (XM_FILE): Delete.
5123         * config/i386/linux64.mh (XM_FILE): Delete.
5124         * config/i386/linux.mh (XM_FILE): Delete.
5125         * config/i386/i386sol2.mh (XM_FILE): Delete.
5126         * config/i386/i386gnu.mh (XM_FILE): Delete.
5127         * config/i386/fbsd.mh (XM_FILE): Delete.
5128         * config/i386/nbsd64.mh (XM_FILE): Delete.
5129
5130 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5131
5132         * config/pa/xm-linux.h: Do not include "floatformat.h".
5133         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5134         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5135         * config/i386/xm-i386.h: Do not include "floatformat.h".
5136         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
5137         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5138         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5139         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
5140         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
5141         GDB_HOST_LONG_DOUBLE_FORMAT instead.
5142         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
5143         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
5144         * configure, config.in: Regenerate.     
5145         * configure.host (gdb_host_float_format, gdb_host_double_format)
5146         (gdb_host_long_double_format): Set according to the host.
5147         
5148 2004-07-29  Andrew Cagney  <cagney@gnu.org>
5149
5150         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
5151
5152 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5153
5154         * PROBLEMS: Mention threads/1650.
5155         * NEWS: Mention the NPTL fix.
5156
5157 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5158
5159         * cli/cli-decode.c (add_setshow_cmd): Delete function.
5160         (add_setshow_cmd_full): Make static.
5161         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
5162         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
5163         * cli/cli-decode.c (add_setshow_filename_cmd) 
5164         (add_setshow_string_cmd): New functions.
5165         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
5166         * mips-tdep.c (_initialize_mips_tdep): Update.
5167         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
5168         * cli/cli-logging.c (_initialize_cli_logging): Update.
5169         * complaints.c (_initialize_complaints): Update.
5170         * remote.c (_initialize_remote): Update.
5171         
5172 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5173
5174         * cli/cli-decode.c (add_setshow_zinteger_cmd)
5175         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
5176         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
5177         print parameters.  Make string parameters constant.
5178         * command.h: Update.  Update copyright.
5179         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
5180         * observer.c (_initialize_observer): Ditto.
5181         * frame.c (_initialize_frame): Ditto.
5182         * complaints.c (_initialize_complaints): Ditto.
5183         * maint.c (_initialize_maint_cmds): Ditto.
5184         * target.c (initialize_targets): Ditto.
5185         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
5186         * infcall.c (_initialize_infcall): Ditto.
5187         * arm-tdep.c (_initialize_arm_tdep): Ditto.
5188         * m32r-rom.c (_initialize_m32r_rom): Ditto.
5189         * remote-rdi.c (_initialize_remote_rdi): Ditto.
5190         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
5191         * mips-tdep.c (_initialize_mips_tdep): Ditto.
5192
5193 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5194
5195         * gdbtypes.c (lookup_primitive_typename): Delete function.
5196         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
5197         * ada-lex.l: Use language_lookup_primitive_type_by_name.
5198         * gdbtypes.c (lookup_typename): Ditto.
5199         * f-exp.y (yylex): Ditto.
5200         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
5201
5202         * scm-lang.c (c_builtin_types): Delete extern declaration.
5203         (scm_language_defn): Replace
5204         string_char_type and primitive_type_vector with
5205         la_language_arch_info.
5206         * jv-lang.c (java_language_defn): Replace
5207         string_char_type and primitive_type_vector with
5208         la_language_arch_info.
5209         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
5210         c_builtin_types in comment.
5211         * c-lang.h (struct language_arch_info): Declare opaque.
5212         (c_language_arch_info): Declare.
5213         (c_builtin_types): Delete declaration.
5214         * c-lang.c (c_language_arch_info): Set string_char_type to
5215         builtin_char, not builtin_true_char.  Make global.
5216         (c_builtin_types): Delete array.
5217         (asm_language_defn, minimal_language_defn): Replace
5218         string_char_type and primitive_type_vector with
5219         la_language_arch_info.
5220
5221 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5222
5223         * gdbtypes.h (struct builtin_type): Rename true_char to
5224         builtin_true_char.
5225         * gdbtypes.c (gdbtypes_post_init): Update.
5226         * c-lang.c (arch_info): New function.
5227         (enum c_primitive_types): New enum.
5228         (c_language_defn): Instead of string_char_type and
5229         primitive_type_vector set la_language_arch_info.
5230
5231 2004-07-28  Andrew Cagney  <cagney@gnu.org>
5232
5233         * language.h (struct language_arch_info): Fix typo
5234         s/primative/primitive/.
5235         * gdbtypes.c (lookup_primitive_typename): Ditto.
5236         * language.c (language_lookup_primitive_type_by_name)
5237         (unknown_language_arch_info): Ditto.
5238
5239 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5240
5241         * defs.h (enum language): Add nr_languages.
5242         * language.h (struct language_arch_info): Define.
5243         (struct language_defn): Add la_language_arch_info.
5244         (language_lookup_primative_type_by_name): Declare.
5245         (language_string_char_type): Declare.
5246         * language.c (_initialize_language, language_gdbarch_post_init)
5247         (struct language_gdbarch, language_gdbarch_data): Implement
5248         per-architecture language information.
5249         (unknown_language_arch_info, language_string_char_type)
5250         (language_lookup_primative_type_by_name): New functions.
5251         (unknown_language_defn, auto_language_defn)
5252         (local_language_defn): Set la_language_arch_info to
5253         unknown_language_arch_info.
5254         (unknown_builtin_types): Delete.
5255         * gdbtypes.c (lookup_primitive_typename): Use
5256         language_lookup_primative_type_by_name.
5257         (create_string_type): Use language_string_char_type.
5258         * values.c (value_from_string): Use language_string_char_type.
5259         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5260         * p-lang.c (pascal_language_defn): Ditto.
5261         * m2-lang.c (m2_language_defn): Ditto.
5262         * jv-lang.c (java_language_defn): Ditto.
5263         * objc-lang.c (objc_language_defn): Ditto.
5264         * f-lang.c (f_language_defn): Ditto.
5265         * c-lang.c (c_language_defn, cplus_language_defn) 
5266         (asm_language_defn, minimal_language_defn): Ditto.
5267         
5268 2004-07-27  Andrew Cagney  <cagney@gnu.org>
5269
5270         * gdbtypes.h (struct builtin_type): Declare.
5271         (builtin_type): Declare.
5272         * d10v-tdep.c (d10v_register_type): Use builtin_type.
5273         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5274         (gdbtypes_post_init): New function.
5275         (builtin_type): New function.
5276
5277 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
5278
5279         * remote-m32r-sdi.c: Fix breakpoint bug.
5280         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5281         recv_char_data, recv_long_data): New functions to replace communication
5282         sequences.
5283
5284 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
5285
5286         Document PR threads/1650.
5287         * PROBLEMS (Threads): Document problem with many threads
5288
5289 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5290
5291         * gdb-mi.el: Move from here ...
5292         * mi/gdb-mi.el: ... to here.
5293
5294 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5295
5296         Problem reported by Ashley Pittman <ashley@quadrics.com>.
5297         * main.c (captured_main): When in batch mode always detach.
5298
5299 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5300
5301         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5302         and h8300 as broken.
5303         * NEWS: END-OF-LIFE frame compatibility module.
5304         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5305         specific comments.
5306
5307 2004-07-26  Andrew Cagney  <cagney@gnu.org>
5308
5309         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5310         * xcoffsolib.c (_initialize_xcoffsolib): Update.
5311         * wince.c (_initialize_wince): Update.
5312         * win32-nat.c (_initialize_win32_nat): Update.
5313         * varobj.c (_initialize_varobj): Update.
5314         * valops.c (_initialize_valops): Update.
5315         * utils.c (initialize_utils, initialize_utils): Update.
5316         * tui/tui-win.c (_initialize_tui_win): Update.
5317         * top.c (init_main): Update.
5318         * symfile.c (_initialize_symfile): Update.
5319         * source.c (_initialize_source): Update.
5320         * somsolib.c (_initialize_som_solib): Update.
5321         * solib.c (_initialize_solib): Update.
5322         * solib-frv.c (_initialize_frv_solib): Update.
5323         * serial.c (_initialize_serial): Update.
5324         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5325         * remote.c (_initialize_remote, _initialize_remote): Update.
5326         * remote-vx.c (_initialize_vx): Update.
5327         * remote-utils.c (_initialize_sr_support): Update.
5328         * remote-sds.c (_initialize_remote_sds): Update.
5329         * remote-mips.c (_initialize_remote_mips): Update.
5330         * remote-e7000.c (_initialize_remote_e7000): Update.
5331         * proc-api.c (_initialize_proc_api): Update.
5332         * printcmd.c: Update.
5333         * parse.c (_initialize_parse): Update.
5334         * pa64solib.c (_initialize_pa64_solib): Update.
5335         * p-valprint.c (_initialize_pascal_valprint): Update.
5336         * monitor.c (_initialize_remote_monitors): Update.
5337         * mips-tdep.c (_initialize_mips_tdep): Update.
5338         * mcore-tdep.c (_initialize_mcore_tdep): Update.
5339         * maint.c (_initialize_maint_cmds): Update.
5340         * lin-lwp.c (_initialize_lin_lwp): Update.
5341         * language.c (_initialize_language): Update.
5342         * kod.c (_initialize_kod): Update.
5343         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5344         * i386-tdep.c (_initialize_i386_tdep): Update.
5345         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5346         * gdbarch.sh: Update.
5347         * gdbarch.c: Re-generate.
5348         * gdb-events.sh: Update.
5349         * gdb-events.c: Re-generate.
5350         * frame.c (_initialize_frame): Update.
5351         * exec.c: Update.
5352         * demangle.c (_initialize_demangler): Update.
5353         * dcache.c (_initialize_dcache): Update.
5354         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5355         * cp-valprint.c (_initialize_cp_valprint): Update.
5356         * corefile.c (_initialize_core): Update.
5357         * command.h: Update.
5358         * cli/cli-decode.h: Update.
5359         * cli/cli-cmds.c (init_cli_cmds): Update.
5360         * charset.c (_initialize_charset): Update.
5361         * breakpoint.c (_initialize_breakpoint): Update.
5362         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5363         * alpha-tdep.c (_initialize_alpha_tdep): Update.
5364         * aix-thread.c (_initialize_aix_thread): Update.
5365
5366 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5367
5368         Partial fix for PR backtrace/1718.
5369         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5370         that GCC migrates into the prolugue.  Don't handle any
5371         instructions that clobber %ebx.
5372
5373 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5374
5375         Use regcache_raw_collect instead of regcache_collect.
5376         * regcache.h (regcache_collect): Delete declaration.
5377         * regcache.c (regcache_colect): Delete function.
5378         * win32-nat.c (do_child_store_inferior_registers): Update.
5379         * sol-thread.c (sol_thread_store_registers): Update.
5380         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5381         * rs6000-nat.c (store_register): Update.
5382         * remote.c (store_register_using_P, remote_store_registers): Update.
5383         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5384         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
5385         (fill_vrregset, store_spe_registers, fill_gregset)
5386         (fill_gregset): Update.
5387         * nto-procfs.c (procfs_store_registers): Update.
5388         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5389         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5390         * m68klinux-nat.c (store_register, fill_gregset): Update.
5391         * m68k-tdep.c (fill_gregset): Update.
5392         * infptrace.c (store_register): Update.
5393         * i386-nto-tdep.c (i386nto_regset_fill): Update.
5394         * i386-linux-nat.c (store_register, fill_gregset): Update.
5395         * hppa-linux-nat.c (fill_gregset): Update.
5396         * go32-nat.c (store_register): Update.
5397         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5398         (store_fp_regs): Update.
5399         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
5400         (store_nwfpe_extended, store_fpregister, store_fpregs) 
5401         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5402         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5403         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5404         (store_regs_user_thread, store_regs_kernel_thread): Update.
5405
5406 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5407
5408         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5409         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5410         encoding.
5411         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5412         member of `struct comp_unit'.
5413
5414 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5415
5416         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5417         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5418
5419 2004-07-23  Martin Hunt  <hunt@redhat.com>
5420         Kevin Buettner <kevinb@redhat.com>
5421
5422         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5423         alignment was being added to the offset instead of multiplied.
5424
5425 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
5426
5427         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5428         changed signal trampoline in OpenBSD 3.5-current.
5429
5430         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5431         <machine/pcb.h> and "bsd-kvm.h".
5432         (sparc64nbsd_supply_pcb): New function.
5433         (_initialize_sparc64nbsd_nat): Renamed from
5434         _initialize_sparcnbsd_nat.  Enable libkvm interface.
5435         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5436         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5437         (LOADLIBES): New variable.
5438
5439         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5440
5441         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5442
5443 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5444
5445         Use regcache_raw_supply instead of supply_register.
5446         * regcache.h (supply_register): Delete declaration.
5447         * regcache.c (supply_register): Delete function.
5448         * wince.c (do_child_fetch_inferior_registers): Update.
5449         * win32-nat.c (do_child_fetch_inferior_registers) 
5450         (fetch_elf_core_registers): Update.
5451         * v850ice.c (v850ice_fetch_registers): Update.
5452         * thread-db.c (thread_db_store_registers): Update.
5453         * sol-thread.c (sol_thread_store_registers): Update.
5454         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5455         * rs6000-nat.c (fetch_register): Update.
5456         * rom68k-rom.c (rom68k_supply_one_register): Update.
5457         * remote.c (remote_wait, remote_async_wait): Update.
5458         * remote-st.c (get_hex_regs): Update.
5459         * remote-sim.c (gdbsim_fetch_register): Update.
5460         * remote-sds.c (sds_fetch_registers): Update.
5461         * remote-rdp.c (remote_rdp_fetch_register): Update.
5462         * remote-rdi.c (arm_rdi_fetch_registers): Update.
5463         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5464         * remote-m32r-sdi.c (m32r_fetch_register): Update.
5465         * remote-hms.c (init_hms_cmds): Update.
5466         * remote-est.c (init_est_cmds): Update.
5467         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
5468         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5469         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5470         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
5471         (fetch_register, supply_vrregset, supply_vrregset)
5472         (fetch_spe_registers): Update.
5473         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5474         * monitor.c (monitor_supply_register): Update.
5475         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5476         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5477         (mipsnbsd_supply_fpreg): Update.
5478         * mips-nat.c (fetch_inferior_registers)
5479         (fetch_core_registers): Update.
5480         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
5481         (supply_fpregset, mips64_supply_gregset)
5482         (mips64_supply_fpregset): Update.
5483         * m68klinux-nat.c (fetch_register, supply_gregset)
5484         (supply_fpregset): Update.
5485         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5486         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5487         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5488         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5489         * infptrace.c (fetch_register): Update.
5490         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5491         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5492         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
5493         (gnu_fetch_registers, gnu_store_registers): Update.
5494         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5495         * i386-linux-nat.c (fetch_register, supply_gregset)
5496         (dummy_sse_values): Update.
5497         * hpux-thread.c (hpux_thread_fetch_registers): Update.
5498         * hppah-nat.c (fetch_register): Update.
5499         * hppa-linux-nat.c (fetch_register, supply_gregset) 
5500         (supply_fpregset): Update.
5501         * go32-nat.c (fetch_register): Update.
5502         * dve3900-rom.c (fetch_bitmapped_register)
5503         (_initialize_r3900_rom): Update.
5504         * cris-tdep.c (supply_gregset): Update.
5505         * abug-rom.c (init_abug_cmds): Update.
5506         * core-aout.c (fetch_core_registers): Update.
5507         * armnbsd-nat.c (supply_gregset, supply_fparegset)
5508         (fetch_register, fetch_fp_register): Update.
5509         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5510         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5511         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5512         * alphanbsd-tdep.c (fetch_core_registers): Update.
5513         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5514         * alpha-nat.c (fetch_osf_core_registers) 
5515         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5516         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
5517         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5518
5519 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5520
5521         * PROBLEMS: Mention breakpoints/1702.
5522         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5523         that is known to work.
5524
5525 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5526
5527         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5528         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5529         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5530         (handle_inferior_event): Wrap call to deprecated
5531         IGNORE_HELPER_CALL in #ifdef.
5532         * config/mips/tm-nbsd.h: Update.
5533
5534 2004-07-20  Jim Blandy  <jimb@redhat.com>
5535
5536         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5537         bfd_mach_ppc has no segment registers.
5538
5539         Include PowerPC SPR numbers for special-purpose registers.
5540         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5541         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5542         new member in initializer.
5543         (S, S4, SN4, S64): New macros for defining special-purpose
5544         registers.
5545         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5546         registers_403, registers_403GC, registers_505, registers_860,
5547         registers_601, registers_602, registers_603, registers_604,
5548         registers_750, registers_e500): Use them.
5549
5550         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5551         replace references with expression used to initialize variable.
5552
5553 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5554
5555         * breakpoint.c (deprecated_read_memory_nobpt): Rename
5556         read_memory_nobpt.
5557         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5558         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5559         (s390_sigtramp_frame_sniffer): Update.
5560         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5561         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5562         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
5563         (mips32_fetch_instruction): Update.
5564         * mcore-tdep.c (get_insn): Update.
5565         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5566         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5567         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5568         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
5569         (i386_linux_rt_sigtramp_start): Update.
5570         * i386-linux-nat.c (child_resume): Update.
5571         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5572         * hppa-linux-tdep.c (insns_match_pattern): Update.
5573         * gdbcore.h: Update.
5574         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5575         * frame.c (safe_frame_unwind_memory): Update.
5576         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5577         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5578         * alpha-tdep.c (alpha_read_insn): Update.
5579
5580 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5581
5582         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5583         containing both bytes and mask.  Add "frame_type".
5584         * tramp-frame.c (tramp_frame_start): Update.
5585         (tramp_frame_prepend_unwinder): Update.
5586         * mips-linux-tdep.c (mips_linux_o32_sigframe)
5587         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5588         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
5589         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5590
5591 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
5592
5593         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5594         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5595         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5596         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5597
5598 2004-07-17  Andrew Cagney  <cagney@gnu.org>
5599
5600         * NEWS, PROBLEMS: Update for 6.2.
5601
5602         * README: Update to 6.2.
5603
5604         * utils.c (xvasprintf): Call xstrvprintf.
5605
5606         * parse.c: Update copyright.
5607         (null_post_parser): Eliminate ARGSUSED.
5608
5609         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5610         * tui/tui-win.c (tui_get_cmd_list): Ditto.
5611         * symfile-mem.c (_initialize_symfile_mem): Ditto.
5612         
5613         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5614         * ppc-linux-nat.c: Use "Linux kernel".
5615         * hppa-linux-tdep.c: Use GNU/Linux.
5616         * hppa-linux-nat.c: Use GNU/Linux.
5617         * dwarfread.c: Add [sic] to use of Linux.
5618
5619         * hppa-linux-nat.c: Do not include <string.h>.
5620         (supply_fpregset): Remove "register" attribute.
5621
5622         * solib-frv.c (fetch_loadmap): Use xfree, not free.
5623
5624 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
5625
5626         * configure.in: Define _MSE_INT_H on Solaris 9 too.
5627         * configure, config.in: Regenerated.
5628
5629         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5630         "bsd-kvm.h".
5631         (vaxbsd_supply_pcb): New function.
5632         (_initialize_vaxbsd_nat): New prototype and function.
5633         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5634         solib-sunos.o.
5635         (LOADLIBES): New variable.
5636         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5637         (LOADLIBES): New variable.
5638         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5639         (LOADLIBES): New variable.
5640         * Makefile.in (vaxbsd-nat.o): Update dependencies.
5641
5642 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5643
5644         * defs.h (event_loop_p): Replace variable declaration with macro,
5645         always 1.
5646         * main.c (captured_main): Delete options "-async" and "-noasync".
5647         (event_loop_p): Delete variable.
5648         * NEWS: Mention that "-async" and "-noasync" were removed.
5649
5650 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5651
5652         * remote-m32r-sdi.c: Re-indent.
5653
5654 2004-07-16  Jim Blandy  <jimb@redhat.com>
5655
5656         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5657         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5658         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5659         missing MPC823 SPRs.
5660         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5661         incorrect.  (This was corrected in GDB's register name tables on
5662         2004-07-14.)
5663
5664         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5665         should be "esasrr" ("ESA Save and Restore Register").
5666
5667 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5668
5669         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5670         calls, no longer applicable.  Update comments and rename parameter
5671         "step_frame" to "return_frame".
5672
5673 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5674
5675         * frame.c (fprint_field): New function.
5676         (fprint_frame_id): Use fprint_field.
5677
5678 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
5679
5680         * ada-lang.c (ada_language_defn): Remove commented out code.
5681
5682 2004-07-15  Jim Blandy  <jimb@redhat.com>
5683
5684         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5685         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5686
5687 2004-07-14  Jim Blandy  <jimb@redhat.com>
5688
5689         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5690
5691         * ppc-tdep.h (ppc_num_vrs): New enum constant.
5692
5693         * ppc-tdep.h (ppc_num_srs): New enum constant.
5694
5695         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5696         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5697         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5698         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5699         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5700         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5701         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5702         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5703         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5704         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5705         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5706         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5707         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5708         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5709         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5710         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5711         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5712         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5713         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5714         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5715         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5716         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5717         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5718         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5719         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5720         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5721         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5722         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5723         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5724         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5725         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5726         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5727         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5728         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5729         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5730         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5731         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5732         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5733         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5734         special-purpose register numbers.
5735
5736         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
5737         manual mentions 'md_twb', but many mention 'm_twb', and at that
5738         point in the register list.)
5739
5740 2004-07-14  Andrew Cagney  <cagney@gnu.org>
5741
5742         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5743         instead of "internal-error".
5744
5745 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
5746
5747         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5748         that was inserted inside a comment.
5749
5750 2004-07-10  Randolph Chung  <tausq@debian.org>
5751
5752         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
5753         function.
5754         (hppa_hpux_push_dummy_code): New function.
5755         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5756         Set find_global_pointer method.
5757
5758 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
5759
5760         * NEWS: Mention BSD libkvm interface.
5761
5762 2004-07-10  Michael Snyder  <msnyder@redhat.com>
5763
5764         * symfile.c (generic_load): Comment typo.
5765         * stack.c (get_selected_block): Ditto.
5766         * regcache.c (regcache_cooked_read): Ditto.
5767         * monitor.c (monitor_debug): Ditto.
5768         * mips-tdep.c (mips_read_pc): Ditto.
5769         * i386-linux-nat.c (ps_get_thread_area): Ditto.
5770         * gdb_mbuild.sh: Ditto.
5771         * gdbarch.sh: Ditto.
5772         * gdbarch.h: Ditto.
5773
5774 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
5775
5776         * ada-tasks.c: Remove file.
5777         
5778         Remove ARI problems:
5779         
5780         * ada-exp.y (write_var_from_sym): Reformat to put operator at
5781         beginning of line.
5782
5783         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5784         Add comment.
5785         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5786         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
5787         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
5788         (UMIN_OF_SIZE): Remove.
5789         (max_of_type): New function to replace orphan macro in gdbtypes.h
5790         (min_of_type): Ditto.
5791         (discrete_type_high_bound): Use max_of_type.
5792         (discrete_type_low_bound): Use min_of_type.
5793         (possible_user_operator_p): Move operator to beginning of line.
5794         (ada_is_variant_part): Ditto.
5795         (ensure_lval): Rewrite to avoid deprecated operations.
5796         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5797         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5798         (ada_enum_name): Remove assignments in 'if' statements.
5799         (build_ada_types): Add gdbarch parameter.
5800         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5801         with gdbarch_data_register_post_init.
5802         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
5803         add_show_from_set.
5804
5805         * ada-valprint.c (inspect_it): Remove declaration.
5806         (repeat_count_threshold): Remove declaration.
5807         (ada_print_floating): Remove assignments in 'if' statements.
5808         (print_str): Move operator to beginning of line.
5809         
5810 2004-07-08  Jim Blandy  <jimb@redhat.com>
5811
5812         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5813
5814 2004-07-08  Bob Rossi  <bob@brasko.net>
5815
5816         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5817
5818 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
5819
5820         * language.h (struct_language_defn): Add new function pointer:
5821         la_class_name_from_physname.  Also add new prototype for
5822         language_class_name_from_physname.
5823         * language.c (language_class_name_from_physname): New function.
5824         (unk_lang_class_name): Ditto.
5825         (unknown_language_defn, auto_language_defn): Change
5826         to add unk_lang_class_name function pointer for
5827         la_class_name_from_physname.
5828         (local_language_defn): Ditto.
5829         * dwarf2read.c (guess_structure_name): Change to call
5830         language_class_name_from_physname.
5831         (determine_class_name): Ditto.
5832         * cp-support.c (class_name_from_physname): Renamed.
5833         (cp_class_name_from_physname): New name of function.
5834         * cp-support.h: Ditto.
5835         * c-lang.c (c_language_defn): Change to add NULL
5836         for class_name_from_physname function pointer.
5837         (cplus_language_defn): Change to add cp_class_name_from_physname.
5838         * jv-lang.c (java_class_name_physname): New function.
5839         (java_find_last_component): New static routine.
5840         (java_language_defn): Add java_class_name_from_physname pointer.
5841         * ada-lang.c (ada_language_defn): Change to add NULL
5842         for class_name_from_physname function pointer.
5843         * f-lang.c (f_language_defn): Ditto.
5844         * m2-lang.c (m2_language_defn): Ditto.
5845         * objc-lang.c (objc_language_defn): Ditto.
5846         * p-lang.c (pascal_language_defn): Ditto.
5847         * scm-lang.c (scm_language_defn): Ditto. 
5848
5849 2004-07-06  Andrew Cagney  <cagney@gnu.org>
5850
5851         Patch from Bart Robinson.
5852         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5853         (O_LARGEFILE): Define to 0, if not defined.
5854
5855 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5856
5857         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5858         <machine/pcb.h> and "bsd-kvm.h".
5859         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5860         (m68kbsd_supply_pcb): New function.
5861         (_initialize_m68kbsd_nat): New prototype and function.
5862         * Makefile.in (m68kbsd-nat.o): Update dependencies.
5863         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5864         (LOADLIBES): New variable.
5865         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5866         (LOADLIBES): New variable.
5867
5868         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5869
5870 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5871
5872         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5873         <sys/proc.h>.
5874         (bsd_kvm_cmdlist): New variable.
5875         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5876         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5877         command and "kvm proc" command.
5878         * Makefile.in (bsd-kvm.o): Update dependencies.
5879
5880 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
5881
5882         * osabi.c: Update copyright year.
5883         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
5884         notes if EI_OSABI is set to ELFOSABI_HPUX.
5885
5886 2004-07-01  Michael Snyder  <msnyder@redhat.com>
5887
5888         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5889         that seems to have gotten whacked out of line.
5890
5891 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
5892
5893         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5894         code.
5895
5896 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5897
5898         * ada-lang.c (decode_packed_array): Minor change to comment.
5899         (ada_value_slice_ptr): New function. 
5900         (ada_value_slice): New function. 
5901         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5902         test.  Don't know why it is there.
5903         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5904         to avoid dereferencing huge arrays from which one is slicing.  
5905         (empty_array): Correct to return an array rather than
5906         a subrange value.
5907         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5908         on empty arrays (let'em use 'FIRST instead).
5909
5910 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5911
5912         Address complaints from gdb_ari.sh:
5913         
5914         * ada-exp.y: Include gdb_string.h rather than string.h.
5915         (convert_char_literal): Reformat declaration.
5916         * ada-lang.h: Include opaque struct declaration for struct frame_info.
5917         * ada-lex.l: Change use of free to xfree (the macro would do so
5918         anyway, but this is harmless).
5919         Include gdb_string.h rather than string.h.
5920         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5921         
5922         * ada-lang.c (parse): Remove K&Rism in parameter list.
5923         (is_name_suffix): Correct Linux => GNU/Linux in comment.
5924         
5925 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5926
5927         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5928         dead code.
5929
5930 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5931
5932         * alphabsd-nat.c: Update copyright year.
5933         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5934
5935 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
5936
5937         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5938         (i386_cygwin_in_solib_call_trampoline): New function.
5939         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5940         and skip_trampoline_code gdbarch methods.
5941
5942 2004-06-29  Jim Blandy  <jimb@redhat.com>
5943
5944         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5945         name actually used in the dependency lists.
5946
5947 2004-06-29  Randolph Chung  <tausq@debian.org>
5948
5949         * NEWS (New native configurations): Mention GNU/Linux/hppa.
5950
5951 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5952
5953         * win32-nat.c (child_pid_to_exec_file): New function.
5954         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5955         functionality.
5956
5957 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5958
5959         * defs.h (xstrvprintf): Declare.
5960         * utils.c (xstrvprintf): New function.
5961         (internal_vproblem, xstrprintf, xasprintf) 
5962         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5963         * serial.c (serial_printf): Ditto.
5964         * complaints.c (vcomplaint): Ditto.
5965
5966 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5967
5968         * infcmd.c (attach_command): Move call to target_terminal_inferior
5969         behind loading symbol table.
5970
5971 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5972
5973         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5974         change - add back extern deprecated_ui_loop_hook declaration.
5975
5976 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5977
5978         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5979         xstrprintf.
5980         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5981         (c_value_of_variable): Ditto.
5982         * utils.c (internal_vproblem): Ditto.
5983         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5984         * remote.c (add_packet_config_cmd): Ditto.
5985         * remote-rdp.c (rdp_set_command_line): Ditto.
5986         * regcache.c (regcache_dump): Ditto.
5987         * frv-tdep.c (new_variant, new_variant): Ditto.
5988         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5989         (fbsd_find_memory_regions): Ditto.
5990         * breakpoint.c (create_thread_event_breakpoint) 
5991         (create_breakpoints): Ditto.
5992         * aix-thread.c (aix_thread_pid_to_str): Ditto.
5993         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
5994
5995 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
5996
5997         * ada-lang.c: Re-indent file, with some massaging to help indent
5998         a bit when the result is otherwise really too ugly.
5999
6000 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
6001
6002         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
6003         code_addr_p and special_addr_p to 'unsigned int'.
6004
6005 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6006
6007         * i386v4-nat.c: Update copyright year and tweak comment.
6008         (regmap): Remove trailing comma.
6009         (supply_gregset): Rename local variable i to regnum.  Call
6010         regcache_raw_supply instead of supply_register.
6011         (fill_gregset): Rename argument regno to regnum.  Call
6012         regcache_raw_collect instead of regcache_collect.
6013
6014 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
6015
6016         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
6017         and special_addr_p.
6018         (frame_id_build, frame_id_build_special): Update comments.
6019         (frame_id_build_wild): New prototype.
6020         * frame.c (frame_id_build, frame_id_build_special): Fill in new
6021         struct frame_id fields.
6022         (frame_id_build_wild): New function.
6023         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
6024
6025 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6026
6027         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
6028         hppabsd-tdep.c.
6029
6030 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6031
6032         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
6033
6034 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6035
6036         * ada-lang.c: Re-indent file.
6037
6038 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
6039
6040         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
6041         (no_symtab_msg): Likewise.
6042
6043 2004-06-27  Andreas Schwab  <schwab@suse.de>
6044
6045         * source.c: Fix whitespace.
6046
6047 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6048
6049         * configure.in: Include <sys/param.h> for td_pcb test.
6050         * configure: Regenerated.
6051
6052         * i386nbsd-nat.c: New file.
6053         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
6054         i386obsd-nat.c and i386obsd-tdep.c.
6055         (i386nbsd-nat.o): New dependency.
6056         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
6057         bsd-kvm.o.
6058         (LOADLIBES): New variable.
6059         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
6060         bsd-kvm.o.
6061         (LOADLIBES): New variable.
6062
6063         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
6064         (LOADLIBES): New variable.
6065
6066         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
6067         fetching from BSD_KVM_PADDR.  Correctly lookup address for
6068         "_thread0".
6069
6070         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
6071         "bsd-kvm.h".
6072         (amd64fbsd_supply_pcb): New funcion.
6073         (_initialize_amd64fbsd_nat): Enable libkvm interface.
6074
6075 2004-06-27    <david@streamline-computing.com>
6076
6077         Partial fix for PR cli/1056.
6078         * valarith.c: Check for zero in division and remainder 
6079         evaluation.
6080
6081 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
6082
6083         * i387-tdep.c: Remove excessive whitespace.
6084
6085 2004-06-26  Andrew Cagney  <cagney@gnu.org>
6086
6087         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
6088         * gdb-events.h, gdb-events.c: Re-generate.
6089         * tui/tui-hooks.c (tui_install_hooks): Update.
6090         (tui_remove_hooks): Update.
6091         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
6092
6093 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
6094
6095         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
6096         (gregset_t, fpregset_t): Remove typedefs.
6097         (REG_OFFSET): Rename argument.
6098         (amd64bsd_r_reg_offset): Rename from reg_offset.
6099         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
6100         Remove functions.
6101         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
6102         of reg_offset.
6103         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
6104
6105         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
6106
6107         * vax-tdep.c: Tweak comment.
6108
6109         Add OpenBSD/hppa support.
6110         * NEWS (New native configurations): Mention OpenBSD/hppa.
6111         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
6112         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
6113         files.
6114         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
6115         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
6116         * configure.host: Add hppa*-*-openbsd*.
6117         * configure.tgt: Add hppa*-*-openbsd*.
6118
6119 2004-06-25  Andrew Cagney  <cagney@gnu.org>
6120
6121         * defs.h (deprecated_ui_loop_hook): Deprecated.
6122         * wince.c (child_wait): Update.
6123         * win32-nat.c (child_wait): Update.
6124         * v850ice.c (v850ice_wait): Update.
6125         * top.c (deprecated_ui_loop_hook): Update.
6126         * serial.h: Update.
6127         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
6128         (do_unix_readchar): Update.
6129         * ser-tcp.c (net_open): Update.
6130         * remote-sim.c (gdb_os_poll_quit): Update.
6131         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
6132
6133 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6134
6135         * defs.h (deprecated_pre_add_symbol_hook)
6136         (deprecated_post_add_symbol_hook): Deprecated.
6137         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
6138         (symbol_file_add_with_addrs_or_offsets): Update references.
6139
6140 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6141
6142         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
6143         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
6144         * wince.c (ui_loop_hook): Delete extern declaration.
6145         * win32-nat.c (ui_loop_hook): Delete extern declaration..
6146         * v850ice.c (ui_loop_hook): Delete extern declaration..
6147         * ser-unix.c (ui_loop_hook): Delete extern declaration..
6148         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
6149         * remote-sim.c (ui_loop_hook): Delete extern declaration..
6150         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
6151         ui_loop_hook declaration.
6152
6153 2004-06-24  Andrew Cagney  <cagney@gnu.org>
6154
6155         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
6156         entry_func_highpc fields.
6157         * objfiles.c (init_entry_point_info): Do not clear
6158         entry_func_lowpc and entry_func_highpc.
6159         (objfile_relocate): Do not relocate entry_func_lowpc and
6160         entry_func_highpc.
6161         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
6162         entry_func_highpc.
6163         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
6164         entry_func_highpc.
6165         * blockframe.c (legacy_frame_chain_valid): Replace tests against
6166         entry_func_lowpc and entry_func_highpc with call to
6167         inside_entry_func.
6168
6169 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6170
6171         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
6172         quad-precision floating point arguments in registers.
6173
6174 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6175
6176         From Michael Mueller <m.mueller99@kay-mueller.de>:
6177         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
6178         account.
6179
6180 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
6181
6182         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
6183         to -1.
6184         * breakpoint.c (bpstat_stop_status): Move check for ignoring
6185         untriggered watchpoints to a separate if clause.  Update function
6186         comment regarding STOPPED_BY_WATCHPOINT argument.
6187
6188 2004-06-22  Jim Blandy  <jimb@redhat.com>
6189
6190         * gdbarch.sh: Doc fix.
6191
6192 2004-06-21  Martin Hunt  <hunt@redhat.com>
6193         Kevin Buettner <kevinb@redhat.com>
6194
6195         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
6196         * mips-tdep.h (MIPS_SP_REGNUM): Define.
6197         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
6198         to set_gdbarch_sp_regnum().  Use cooked register number.
6199         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
6200
6201 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6202
6203         * gdbarch.sh: When the macro field is empty, do not generate a
6204         macro definition.  When the macro field is "=", generate the macro
6205         name from the upper-case function name.
6206         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
6207         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
6208         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
6209         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
6210         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
6211         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
6212         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
6213         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
6214         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
6215         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
6216         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
6217         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
6218         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6219         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6220         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6221         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6222         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6223         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6224         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6225         (DEPRECATED_USE_STRUCT_CONVENTION)
6226         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6227         (DEPRECATED_FRAME_INIT_SAVED_REGS)
6228         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6229         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6230         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6231         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6232         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6233         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6234         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6235         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6236         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6237         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6238         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6239         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6240         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6241         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6242         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6243         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6244
6245 2004-06-21  Andrew Cagney  <cagney@gnu.org>
6246
6247         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6248         macro name, and the function rather than macro value.  Only wrap
6249         macro print statements in #ifdef.  Move format logic to where it
6250         is needed.
6251         * gdbarch.c: Re-generate.
6252         
6253         * gdbarch.sh (read): Delete "print_p" and "description", add
6254         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
6255         Delete references to print_p.
6256         (TARGET_ARCHITECTURE): Delete print predicate.
6257         * gdbarch.c: Re-generate.
6258         
6259         * gdbarch.sh: Check that multi-arch methods do not provide a
6260         macro.
6261         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6262         (print_registers_info, print_float_info, print_vector_info)
6263         (adjust_breakpoint_address, remote_translate_xfer_address)
6264         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6265         (address_class_type_flags_to_name, unwind_sp): Remove the macro
6266         name from the multi-arch definition.
6267         
6268 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6269
6270         * gdbarch.sh: Sort by the function, instead of macro name.
6271         * gdbarch.c: Re-generate.
6272         
6273 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6274
6275         * gdbarch.sh: Use the function, instead of macro name in
6276         errors and the log file.
6277         (return_value): Remove stray ":" in spec.
6278
6279         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6280         * gdbarch.h, gdbarch.c: Re-generate.
6281         * Makefile.in (arch-utils.o): Update dependencies.
6282         * values.c (using_struct_return): Move code calling
6283         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6284         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6285         to legacy_return_value, simplify.
6286         * infcmd.c (print_return_value): Move code calling
6287         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6288         to legacy_return_value, simplify.
6289         * infcall.c (call_function_by_hand): Move code calling
6290         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6291         * arch-utils.c: Update copyright.  Include "gdbcore.h".
6292         (legacy_return_value): New function.
6293         * arch-utils.h: Update copyright.
6294         (legacy_return_value): Declare.
6295         
6296 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6297
6298         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6299         * gdbarch.h, gdbarch.c: Re-generate.
6300         * values.c (using_struct_return): Update call.
6301         * mcore-tdep.c: Update comment.
6302         * infcall.c (call_function_by_hand): Update comment.
6303         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6304         * arch-utils.h (always_use_struct_convention): Update.
6305         * v850-tdep.c (v850_gdbarch_init): Update.
6306         * sh64-tdep.c (sh64_gdbarch_init): Update.
6307         * sh-tdep.c (sh_gdbarch_init): Update.
6308         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6309         * mips-tdep.c (mips_gdbarch_init): Update.
6310         * mcore-tdep.c (mcore_gdbarch_init): Update.
6311         * m32r-tdep.c (m32r_gdbarch_init): Update.
6312         * ia64-tdep.c (ia64_gdbarch_init): Update.
6313         * h8300-tdep.c (h8300_gdbarch_init): Update.
6314         * frv-tdep.c (frv_gdbarch_init): Update.
6315         * cris-tdep.c (cris_gdbarch_init): Update.
6316         * arm-tdep.c (arm_gdbarch_init): Update.
6317         * alpha-tdep.c (alpha_gdbarch_init): Update.
6318
6319 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
6320
6321         * PROBLEMS: Add more specific information, and a work-around,
6322         for PR gdb/1458.
6323
6324 2004-06-18  Andrew Cagney  <cagney@gnu.org>
6325
6326         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6327         * gdbarch.h, gdbarch.c: Re-generate.
6328         * ada-lang.c (ada_finish_decode_line_1): Update.
6329         * infrun.c (handle_inferior_event): Update.
6330         * infcall.c (find_function_addr): Update.
6331         * linespec.c (minsym_found): Update.
6332         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6333         Update.
6334         * blockframe.c (legacy_frameless_look_for_prologue): Update.
6335         * cli/cli-cmds.c (disassemble_command): Update.
6336         * vax-tdep.c (vax_gdbarch_init): Update.
6337
6338 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
6339
6340         * i386-tdep.c (i386_collect_fpregset): Fix comment.
6341
6342 2004-06-17  Andrew Cagney  <cagney@gnu.org>
6343
6344         GDB 6.1.1 released from the GDB 6.1 branch.
6345         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6346         * PROBLEMS: Ditto.
6347
6348 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
6349
6350         PR gdb/1658
6351         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6352         operation as a uleb128.  Found by Michael Coulter.
6353
6354 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
6355         
6356         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6357         make it non-static.
6358         * ada-lang.h (task_control_block): declaration moved from ada-task.c
6359         to ada-lang.h; this is needed to be able to implement the kill command
6360         in multi-task mode.
6361         (task_ptid): Ditto.
6362         (task_entry): Ditto.
6363         (task_list): Ditto.
6364         (ada_build_task_list): Ditto.
6365         
6366         * ada-lang.c: Conditionalize routines and data structures related 
6367         to breakpoints, exceptions, completion, and symbol caching on 
6368         GNAT_GDB, since these are not yet used in the submitted public sources.
6369         (ada_main_name): Editorial: Move definition out of exception-related 
6370         code.
6371
6372 2004-06-15  Andrew Cagney  <cagney@gnu.org>
6373
6374         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6375         deprecated_pc_in_call_dummy.
6376
6377 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
6378
6379         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6380         bfd_get_section_size_before_reloc or _raw_size.
6381         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6382         * dwarf2read.c (dwarf2_locate_sections): Likewise.
6383         (dwarf2_read_section): Likewise.
6384         * elfread.c (elf_locate_sections): Likewise.
6385         * gcore.c (derive_heap_segment): Likewise.
6386         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6387         * remote-e7000.c (e7000_load): Likewise.
6388         * remote-m32r-sdi.c (m32r_load): Likewise.
6389         * remote-mips.c (mips_load_srec): Likewise.
6390         (pmon_load_fast): Likewise.
6391         * remote.c (compare_sections_command): Likewise.
6392         * symfile.c (add_section_size_callback): Likewise.
6393         (load_section_callback): Likewise.
6394         (pc_in_unmapped_range): Likewise.
6395         (pc_in_mapped_range): Likewise.
6396         (sections_overlap): Likewise.
6397         (list_overlays_command): Likewise.
6398         (simple_overlay_update_1): Likewise.
6399         (simple_overlay_update): Likewise.
6400         * tracepoint.c (remote_set_transparent_ranges): Likewise.
6401         * win32-nat.c (core_section_load_dll_symbols): Likewise.
6402
6403 2004-06-14  Randolph Chung  <tausq@debian.org>
6404
6405         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6406         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
6407         static.
6408         (hppa_hpux_inferior_created): New function.
6409         (hppa_hpux_init_abi): Register observer.
6410         * symfile.c (hp_cxx_exception_support_initialized)
6411         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6412         (symbol_file_add_main_1, symbol_file_clear): Likewise.
6413
6414 2004-06-14  Randolph Chung  <tausq@debian.org>
6415
6416         * MAINTAINERS (Write After Approval): Alphabetize my entry
6417         correctly.
6418
6419 2004-06-14  Andrew Cagney  <cagney@gnu.org>
6420
6421         * MAINTAINERS (testsuite): List Michael Chastain as the lead
6422         testsuite maintainer.
6423
6424 2004-06-13  Andrew Cagney  <cagney@gnu.org>
6425
6426         * infcmd.c (print_return_value): Fix logic, allow
6427         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6428
6429         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6430         defining any macros.
6431         * gdbarch.h: Re-generate.
6432
6433         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
6434         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6435         * gdbarch.h: Re-generate.
6436
6437         * values.c (generic_use_struct_convention): Don't check gcc_p.
6438
6439         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6440         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6441         * gdbarch.h, gdbarch.c: Regenerate.
6442         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
6443         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6444         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6445         deprecated_max_register_raw_size and
6446         deprecated_max_register_virtual_size.
6447         * v850-tdep.c (v850_gdbarch_init): Ditto.
6448         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6449         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6450         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6451         * cris-tdep.c (cris_gdbarch_init): Ditto.
6452
6453         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6454         * gdbarch.h, gdbarch.c: Re-generate.
6455         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6456         (m68hc11_use_struct_convention): Delete function.
6457         (m68hc11_extract_struct_value_address): Delete function.
6458         (m68hc11_return_value): New function.
6459         (m68hc11_gdbarch_init): Instead of store_return_value,
6460         extract_return_value, return_value_on_stack,
6461         deprecated_extract_struct_value_address and use_struct_convention,
6462         set return_value.
6463         * values.c (using_struct_return): Do not call
6464         RETURN_VALUE_ON_STACK.
6465         * arch-utils.h (generic_return_value_on_stack_not): Delete
6466         declaration.
6467         * arch-utils.c (generic_return_value_on_stack_not): Delete
6468         function.
6469         
6470 2004-06-12  Andrew Cagney  <cagney@gnu.org>
6471
6472         * values.c (register_value_being_returned): Delete function.
6473         * infcmd.c (legacy_return_value): Delete function.
6474         * infcall.c (call_function_by_hand): Inline
6475         "register_value_being_returned", simplify.
6476         * values.c (using_struct_return): Update comment, refer to
6477         print_return_value instead of register_value_being_returned.
6478         * infcmd.c (print_return_value): Inline calls to
6479         register_value_being_returned and legacy_return_value.  Simplify.
6480
6481 2004-06-11  Randolph Chung  <tausq@debian.org>
6482
6483         * somread.c (som_symtab_read): Exclude gcc local symbols.
6484
6485 2004-06-11  Randolph Chung  <tausq@debian.org>
6486
6487         * infrun.c (handle_inferior_event): Handle the case when a
6488         trampoline ends up in the runtime resolver, and if the trampoline
6489         has no name.  Rearrange the code so that all the trampoline
6490         processing happens before other step-out-of-range handling.
6491
6492 2004-06-11  Martin Hunt  <hunt@redhat.com>
6493
6494         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6495         has no fpu.
6496
6497 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6498
6499         * blockframe.c (legacy_inside_entry_func): Delete.
6500         (legacy_frame_chain_valid): Inline call to
6501         legacy_inside_entry_func, simplify.
6502
6503 2004-06-10  Bob Rossi  <bob@brasko.net>
6504
6505         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6506         * dwarf2read.c (partial_die_info): Add dirname field.
6507         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6508         (read_partial_die): Save away DW_AT_comp_dir.
6509         * defs.h (symtab_to_filename): Removed.
6510         * source.c (find_and_open_source): Added.
6511         (open_source_file): Just calls find_and_open_source.
6512         (symtab_to_filename): Removed.
6513         (symtab_to_fullname, psymtab_to_fullname): Added.
6514         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6515         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6516         symtab_to_filename.
6517         * symtab.h (partial_symtab): Add dirname field.
6518         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6519         (mi_cmd_file_list_exec_source_file): Call new function
6520         symtab_to_fullname to find fullname.
6521         (mi_cmd_file_list_exec_source_files): Added.
6522         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6523         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6524
6525 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6526
6527         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6528         to generic_use_struct_convention, the default value.
6529
6530         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6531         of abort.
6532
6533         * ns32k-tdep.c (ns32k_push_arguments): New function.
6534         (ns32k_gdbarch_init): Set deprecated_push_arguments.
6535         * infcall.c (call_function_by_hand): Call error instead of
6536         legacy_push_arguments.
6537         * value.h (legacy_push_arguments): Delete declaration.
6538         * valops.c (legacy_push_arguments): Delete function.
6539         (value_push): Delete function.
6540
6541 2004-06-10  Brian Ford  <ford@vss.fsi.com>
6542
6543         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6544         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
6545         info.
6546         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6547
6548 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6549
6550         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6551         * gdbarch.h, gdbarch.c: Re-generate.
6552         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6553         parameters.
6554         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6555         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6556         deprecated_pc_in_call_dummy instead of
6557         DEPRECATED_PC_IN_CALL_DUMMY.
6558         (arm_skip_prologue): Ditto.
6559         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6560         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6561         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6562         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6563         Ditto.
6564         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
6565         (sh64_init_extra_frame_info, sh64_get_saved_register) 
6566         (sh64_pop_frame): Ditto.
6567         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6568         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
6569         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6570         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
6571         (h8300_pop_frame): Ditto.
6572         * blockframe.c (legacy_inside_entry_func) 
6573         (legacy_frame_chain_valid): Ditto.
6574         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6575         to deprecated_pc_in_call_dummy.
6576         
6577 2004-06-09  Andrew Cagney  <cagney@gnu.org>
6578
6579         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6580         provide a default value.
6581         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6582         * gdbarch.h, gdbarch.c: Re-generate.
6583         * arch-utils.c (generic_convert_register_p): Rename
6584         legacy_convert_register_p
6585         (legacy_register_to_value, legacy_value_to_register): Delete
6586         functions.
6587         * arch-utils.h (generic_convert_register_p): Rename
6588         legacy_convert_register_p.
6589         (legacy_register_to_value, legacy_value_to_register): Delete
6590         declarations.
6591
6592         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6593         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6594         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6595         * gdbarch.h, gdbarch.c: Re-generate.
6596         * infcmd.c (default_print_registers_info): Simplify.
6597         * findvar.c (value_of_register): Simplify.
6598         * mi/mi-main.c (get_register): Simplify.
6599         * arch-utils.c (legacy_convert_register_p): Always return 0.
6600         (legacy_register_to_value, legacy_value_to_register): Always call
6601         internal_error.
6602
6603         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6604         #ifdef CLEAR_INSN_CACHE code.
6605         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6606         Delete #ifdef CLEAR_DEFERRED_STORES code.
6607
6608         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6609
6610         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6611         copyright.
6612         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6613
6614         * config/mips/mipsv4.mh: Delete file.
6615
6616         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6617         unreferenced macro.
6618         (hpread_adjust_stack_address): Delete declaration.
6619
6620 2004-06-08  Andrew Cagney  <cagney@gnu.org>
6621
6622         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6623         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6624         PTRACE_ATTACH / PTRACE_DETACH available call error.
6625         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6626         * infttrace.c (update_thread_state_after_attach, attach, detach):
6627         Remove #ifdef wrappers.
6628         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6629         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6630         * config/nm-bsd.h (ATTACH_DETACH): Delete.
6631         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6632         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6633         * config/nm-linux.h (ATTACH_DETACH): Delete.
6634         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6635         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6636         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6637         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6638         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6639
6640 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
6641
6642         * configure.in: Set $configdir to the right OS specific value.
6643         Use value when setting $tcldir and $tkdir.
6644         * configure: Regenerate.
6645
6646 2004-06-06  Paul Brook  <paul@codesourcery.com>
6647
6648         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6649         records.
6650
6651 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
6652
6653         * ada-lang.c (lookup_symbol_in_language): New function to allow
6654         re-use of another language's symbol lookup code.  (Placed here
6655         temporarily while Ada support is being integrated into the public
6656         tree).  
6657         (restore_language): New auxiliary function for 
6658         lookup_symbol_in_language.
6659         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6660         temporarily while Ada support is being integrated into the public
6661         tree).
6662         
6663 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
6664
6665         * Makefile.in (check//%): New.
6666
6667         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6668         (mn10300_store_return_value): Rewrite.
6669         (mn10300_type_align): New.
6670         (mn10300_use_struct_convention): Rewrite.
6671         (mn10300_return_value): New, using all of the above.
6672         (mn10300_pop_frame_regular): Add saved_regs_size.
6673         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6674
6675         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6676         regs if PC is on movm.
6677
6678 2004-06-07  Jim Blandy  <jimb@redhat.com>
6679
6680         Add native Linux support for the PowerPC E500.
6681         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6682         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6683         all architectures except the E500.
6684         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6685         #definitions.
6686         (struct gdb_evrregset_t): New type.
6687         (have_ptrace_getsetevrregs): New variable.
6688         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
6689         fetch_spe_registers): New functions.
6690         (fetch_register): Call fetch_spe_register as appropriate.
6691         Assert that we're only passed raw register numbers.
6692         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6693         Don't fetch gprs if they're pseudoregisters.
6694         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6695         store_spe_registers): New functions.
6696         (store_register): Call store_spe_register as appropriate.
6697         Assert that we're only passed raw register numbers.
6698         (store_ppc_registers): Call store_spe_registers as appropriate.
6699         Don't store gprs if they're pseudoregisters.
6700         
6701 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
6702
6703         * thread-db.c (thread_get_info_callback): Fill in the thread_info
6704         struct if one exists, even if we are dealing with a zombie thread.
6705
6706 2004-06-07  Andrew Cagney  <cagney@gnu.org>
6707
6708         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6709         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6710         Rename PC_REQUIRES_RUN_BEFORE_USE.
6711         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
6712         #ifdef.
6713
6714 2004-06-07  Randolph Chung  <tausq@debian.org>
6715
6716         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6717         unwinding after sp has been saved to the stack but before the end
6718         of the prologue, and after the fp has been modified but before it has
6719         been saved to the stack.
6720         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
6721         Remove superfluous definitions.
6722         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6723
6724 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
6725
6726         Committed by Randolph Chung.
6727         * hppa-linux-nat.c: Include the correct version of the header file
6728         depending on the kernel version.
6729
6730 2004-06-06  Randolph Chung  <tausq@debian.org>
6731
6732         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6733         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6734
6735 2004-06-06  Randolph Chung  <tausq@debian.org>
6736
6737         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
6738         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6739         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6740         * hppa-tdep.c (hppa_symbol_address): New function definition.
6741         * hppa-tdep.h (hppa_symbol_address): New function declaration.
6742
6743 2004-06-06  Randolph Chung  <tausq@debian.org>
6744
6745         * hppa-tdep.h (struct value): Forward declaration.
6746         (gdbarch_tdep): Define tdep find_global_pointer method.
6747         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6748         associated with the function we are trying to call, and write it
6749         to the gp register.
6750         (hppa32_convert_from_funct_ptr_addr): New function.
6751         (hppa_find_global_pointer): New function.
6752         (hppa_gdbarch_init): Set default find_global_pointer method; set
6753         convert_from_func_ptr_addr method.
6754         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6755         (hppa_linux_init_abi): Set find_global_pointer method.
6756         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6757
6758 2004-06-06  Randolph Chung  <tausq@debian.org>
6759
6760         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6761         to struct value *function.
6762         * gdbarch.c: Regenerate.
6763         * gdbarch.h: Likewise.
6764         * infcall.c (call_function_by_hand): Pass entire function value
6765         to push_dummy_call.
6766
6767         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6768         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6769         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6770         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6771         * arm-tdep.c (arm_push_dummy_call): Likewise.
6772         * avr-tdep.c (avr_push_dummy_call): Likewise.
6773         * cris-tdep.c (cris_push_dummy_call): Likewise.
6774         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6775         * frv-tdep.c (frv_push_dummy_call): Likewise.
6776         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6777         * hppa-tdep.c (hppa32_push_dummy_call)
6778         (hppa64_push_dummy_call): Likewise.
6779         * i386-tdep.c (i386_push_dummy_call): Likewise.
6780         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6781         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6782         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6783         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6784         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6785         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6786         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6787         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6788         (ppc64_sysv_abi_push_dummy_call): Likewise.
6789         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6790         (ppc64_sysv_abi_push_dummy_call): Likewise.
6791         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6792         * s390-tdep.c (s390_push_dummy_call): Likewise.
6793         * sh-tdep.c (sh_push_dummy_call_fpu)
6794         (sh_push_dummy_call_nofpu): Likewise.
6795         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6796         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6797         * vax-tdep.c (vax_push_dummy_call): Likewise.
6798
6799 2004-06-04  Jim Blandy  <jimb@redhat.com>
6800
6801         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6802         gdbarch argument to register_size.
6803
6804         * rs6000-tdep.c (rs6000_store_return_value): Use
6805         regcache_cooked_write_part instead of
6806         deprecated_write_register_bytes.
6807         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6808         not gdbarch_deprecated_store_return_value.
6809
6810         * ppc-linux-nat.c (store_register, fetch_register): Remove
6811         incorrect assertions.  Simplify and generalize handling of
6812         transfers whose sizes are not multiples of, or less than, sizeof
6813         (PTRACE_XFER_TYPE).
6814
6815 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
6816
6817         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6818         as a new thread event.
6819         * thread-db.c (thread_get_info_callback): If the thread is a
6820         zombie, return TD_THR_ZOMBIE.
6821         (thread_from_lwp): If thread_get_info_callback returns
6822         TD_THR_ZOMBIE, check if the thread is still on the thread list
6823         and return a -1 ptid if not found.
6824         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6825         change the status to TARGET_WAITKIND_SPURIOUS.
6826
6827 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
6828
6829         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6830         double values in little endian mode.
6831
6832 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
6833
6834         Committed by Andrew Cagney.
6835         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6836         after last enum constant to avoid error from IBM C
6837         compiler.
6838
6839 2004-06-02  Jim Blandy  <jimb@redhat.com>
6840
6841         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6842         to 'message', and make it local to the lone block that uses it.
6843
6844         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6845
6846 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
6847
6848         * ada-exp.y: Update copyright notice.
6849         Include block.h.
6850         
6851         Replace REGNAME, LAST, INTERNAL_VARIABLE with
6852         SPECIAL_VARIABLE and unify the treatment of these cases.
6853
6854         (write_attribute_call0): Remove.
6855         (write_attribute_call1): Remove.
6856         (write_attribute_calln): Remove.
6857         (save_qualifier): Add missing semicolon.
6858
6859         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
6860         temporarily disabled to allow compilation with FSF head version.
6861
6862         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
6863         use individual operators (OP_*) for all attributes.
6864         (exp syntax): Use write_int.
6865         Handle STRING literals with OP_STRING.
6866         (variable syntax): Add limit parameter to calls to 
6867         write_object_renaming.  
6868
6869         (temp_parse_space): New definition to hold entities that need
6870         only live until the next call to ada_parse.
6871         (string_to_operator): Rename fields of ada_opname_table entries.
6872
6873         (write_var_from_sym): Record block.
6874         (write_var_from_name): Minor reformatting.
6875         Make sure saved name is properly encoded in the case of multiple 
6876         matches, and set its language to Ada.
6877         Update comment.
6878         Modify to indicate unresolved name as symbol in the UNRESOLVED 
6879         namespace, allocated in temp_parse_space.
6880         (write_int): New function.
6881
6882         (write_object_renaming): Add max_depth parameter to limit
6883         chains of object renamings.
6884         Handle case where root of renaming expression is itself a renaming.
6885         Use temp_parse_space for temporary name buffer.
6886         Handle renamings to dereferenced pointers (___XEXA suffices).
6887         
6888         (ada_parse, yyerror, string_to_operator, 
6889         write_var_from_sym, write_var_from_name, write_attribute_call0, 
6890         write_attribute_call1, write_attribute_calln, 
6891         write_object_renaming): Protoize.
6892
6893         (_initialize_ada_exp): New function.
6894         
6895         * ada-lang.c: Update copyright notice.
6896         General terminology change to conform to GNAT compiler usage:
6897         mangle => encode, demangle => decode
6898         Include gdb_obstack.h.
6899         Include gdb_regex.h
6900         Include frame.h
6901         Include hashtab.h
6902         Include completer.h
6903         Include gdb_stat.h
6904         Include block.h
6905         Include infcall.h
6906         
6907         (ADA_RETAIN_DOTS): Make sure this is defined.
6908         (TRUNCATION_TOWARDS_ZERO): Define.
6909         (struct string_vector): Define.
6910         (unresolved_names): Remove definition.
6911         (xnew_string_vector): New function.
6912         (string_vector_append): New function.
6913         (extract_string): Make static.
6914         (ada_unqualified_name): New function.
6915         (add_angle_brackets): New function.
6916         (function_name_from_pc): New function.
6917         (place_on_stack): Rename to ensure_lval.
6918
6919         (ensure_lval): Renamed from place_on_stack.
6920         Make identity on lvals.
6921         Update comment.
6922         (is_nonfunction): New interface.
6923         Only symbols in LOC_CONST class can be enumerals.
6924         (fill_in_ada_prototype): Remove; now independent of language.
6925         (add_defn_to_vec): Add obstack and symtab arguments.
6926         Use obstack to hold collected definitions.
6927         (num_defns_collected): New function.
6928         (defns_collected): New function.
6929         (ada_resolve_subexp): Rename to resolve_subexp.
6930         (resolve_subexp): Renamed from ada_resolve_subexp.
6931         (ada_op_name): Return non-const result.
6932         (ada_decoded_op_name): Renamed from ada_op_name, now used for
6933         other purposes.
6934
6935         (to_fixed_array_type): Add declaration.
6936         (coerce_unspec_val_to_type): Remove offset parameter.
6937         (find_sal_from_funcs_and_line): New interface.
6938         (find_line_in_linetable): Ditto.
6939
6940         (all_sals_for_line): Rename to ada_sals_for_line and make
6941         global.
6942         Add new parameter. When set, do not ask the user to choose the 
6943         instance, but use the first one found instead.
6944         Use given line number in returned sals.
6945         Fix comment. 
6946         Skip the prologue if funfirstline is set.
6947         Correct for memory leak when 0 lines found.
6948
6949         (value_pos_atr): Use pos_atr.
6950         (pos_atr): New function.
6951         (standard_lookup): Add block parameter.
6952
6953         (makeTimeStart): Remove declaration and uses.
6954         (makeTimeStop): Remove declaration and uses.
6955
6956         (ada_completer_word_break_characters): Allow for VMS.
6957         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6958         (raise_sym_name): New constant.
6959         (raise_unhandled_sym_name): New constant.
6960         (raise_assert_sym_name): New constant.
6961         (process_raise_exception_name): New constant.
6962         (longest_exception_template): New constant.
6963         (warning_limit): New variable to limit warnings during expression
6964         evaluation.
6965         (warnings_issued): New variable to keep track of warnings issued.
6966         (known_runtime_file_name_patterns): New constant.
6967         (known_auxiliary_function_name_patterns): New constant.
6968         (symbol_list_obstack): New variable.
6969         
6970         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6971         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6972         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6973         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
6974         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
6975         ada_variant_discrim_name, field_alignment, dynamic_template_type,
6976         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
6977         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
6978         and strcmp. 
6979
6980         (ada_get_field_index): New function.
6981         (lim_warning): New function.
6982         (ada_translate_error_message): New function.
6983         (MAX_OF_SIZE): New function.
6984         (MIN_OF_SIZE): New function.
6985         (UMAX_OF_SIZE): New function.
6986         (UMIN_OF_SIZE): New function.
6987         (discrete_type_high_bound): New function.
6988         (discrete_type_low_bound): New function.
6989         (base_type): New function.
6990         (do_command): Remove.
6991         
6992         (ada_update_initial_language): Use language_ada, not language_unknown.
6993         (ada_encode): Renamed from ada_mangle.
6994         Obey ADA_RETAIN_DOTS.
6995         (ada_decode): Renamed from ada_demangle.
6996         Update coding conventions.
6997         (decoded_names_store): New hash table.
6998         (ada_decode_symbol): New function.
6999         (ada_la_decode): New function.
7000         
7001         (modify_general_field): Correct computations of offset and bit 
7002         position.
7003         (desc_base_type): Handle ref types, too.
7004         (ada_is_direct_array_type): New function.
7005
7006         (ada_is_simple_array): Rename to ada_is_simple_array_type.
7007         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7008         (ada_is_bogus_array_descriptor,ada_type_of_array,
7009         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
7010         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
7011         ada_is_array_descriptor_type.
7012         
7013         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
7014         (ada_is_packed_array_type): Handle pointers or 
7015         references to packed arrays as well.
7016         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
7017         (decode_packed_array_type): Search for the packed array type 
7018         symbol in the currently selected block and associated 
7019         superblocks too.
7020         Use lookup_symbol again.
7021
7022         (decode_packed_array): Handle pointers and references.
7023         Update call to coerce_unspec_val_to_type.
7024         (decode_packed_array_type,value_subscript_packed): Limit warnings.
7025         (ada_value_primitive_packed_val): Improve comment.
7026         
7027         (ada_index_type): Substitute int type for "undefined".
7028         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
7029         ada_array_langth, ada_is_string_type): Use renamed 
7030         ada_is_simple_array_type.
7031         (empty_array): New function.
7032
7033         (ada_resolve):  Rename to resolve.
7034         (resolve): Make static.
7035         Call renamed resolve_subexp.
7036         Update comment.
7037         (ada_resolve_subexp): Rename to resolve_subexp.
7038         (resolve_subexp): Update comment.
7039         Decomment disabled code.
7040         Add LOC_COMPUTED* cases.
7041         Modify to use temporary struct symbols (marked as being in 
7042         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
7043         OP_UNRESOLVED_VALUE.
7044         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
7045         Add OP_STRING case.
7046         Remove OP_ARRAY.
7047         Use SYMBOL_PRINT_NAME instead of ada_demangle.
7048         Use new ada_lookup_symbol_list interface.
7049         Use new ada_resolve_function interface.
7050         Remove OP_TYPE case.
7051
7052         (ada_args_match): Idiot proof against null actuals.
7053         Use intermediate variables to clarify.
7054         (ada_resolve_function): Update comment and interface.
7055         (mangled_ordered_before): Rename to encoded_ordered_before and
7056         update comment.
7057         (sort_choices): Update comment and interface.
7058         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
7059         (user_select_syms): New interface.
7060         Use new sort_choices interface.
7061         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
7062         (possible_user_operator_p): Idiot-proof against null values.
7063         (ada_simple_renamed_entity): Don't make cleanup; rely on 
7064         caller to free result string.
7065         Remove const from return type.
7066         (make_array_descriptor): Rename uses of place_on_stack to 
7067         ensure_lval.
7068         Make sure that arrays are on stack.
7069         
7070         (HASH_SIZE): Define.
7071         (struct cache_entry): Define.
7072         (cache_space): Define.
7073         (cache): Define.
7074         (clear_ada_sym_cache): New function.
7075         (find_entry): New function.
7076         (lookup_cached_symbol): New function.
7077         (defn_vector_size): Define.
7078         (cache_symbol): New function.
7079         (defn_symbols): Remove.
7080         
7081         (standard_lookup): Use lookup_symbol_in_language to get effect of
7082         C lookup.
7083         Cache results.
7084         
7085         (symbol_completion_match): New function.
7086         (symbol_completion_add): New function.
7087         (ada_make_symbol_completion_list): New function.
7088
7089         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
7090         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
7091         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
7092         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
7093         
7094         (ada_lookup_simple_minsym): New function.
7095         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
7096
7097         (add_symbols_from_enclosing_procs): New interface.
7098         Conditionalize more helpfully.
7099         Don't bother if program isn't running.
7100         Use new interface to get_frame_block.
7101         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
7102         
7103         (remove_extra_symbols): New interface.
7104         (xget_renaming_scope): New function.
7105         (is_package_name): New function.
7106         (renaming_is_visible): New function.
7107         (remove_out_of_scope_renamings): New function.
7108
7109         (ada_lookup_symbol_list): New interface.
7110         Properly reinitialize the symbol list obstack.
7111         Don't call add_symbols_from_enclosing_procs if we start from a
7112         static or global block.
7113         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
7114         add_symbols_from_enclosing_procs.
7115         Add symtab data to cached entries.
7116         Handle symbols prefixed with
7117         "standard__" specially; strip prefix and don't look in local symbols.
7118         Do not include out of scope renaming symbols in list of 
7119         symbols returned.
7120         Add const to block parameter.
7121         Move check for non-local, non-global symbols earlier.  
7122         Remove timing stuff.
7123         (ada_lookup_symbol): New interface.
7124         Find symtab as well.
7125         (ada_lookup_symbol_nonlocal): New function.
7126
7127         (is_name_suffix): Enhance suffix detection to recognize
7128         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
7129         (is_dot_digits_suffix): New function.
7130         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
7131         
7132         (ada_add_block_symbols): New interface.  Use obstack to return results
7133         in a vector of struct ada_symbol_infos.  Add symtab argument.
7134         Use new interface to add_defn_to_vec.
7135         Remove calls to fill_in_ada_prototype.
7136         Use BLOCK_BUCKETS, BLOCK_BUCKET.
7137         
7138         (ada_finish_decode_line_1): Add const qualification to local to fix
7139         warning.
7140         Start looking in static block for functions to avoid attempts 
7141         to search frame chain for up-level variables.
7142         Adapt to new ada_sals_for_line interface.
7143         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
7144         Handle quoting of the function name inside the spec string.
7145         Skip prologue when funfirstline is set and update the 
7146         function documentation to that effect.
7147
7148         (debug_print_lines, debug_print_block, debug_print_blocks, 
7149         debug_print_symtab): Remove.
7150
7151         (ada_main_name): New function.  
7152         (ada_exception_breakpoint_type): New function.
7153         (is_known_support_routine): New function.
7154         (ada_find_printable_frame): Renamed from find_printable_frame and made
7155         global.
7156         Remove level parameter.
7157         Use new interface to select_frame.
7158
7159         (begin_command): Remove.
7160         (ada_adjust_exception_stop): New function.
7161         (ada_print_exception_stop): New function.
7162         (exception_name_from_cond): New function.
7163         (ada_report_exception_break): Replace disabled code with 
7164         conditionalization on GNAT_GDB.
7165         Get the exception name from the condition string.
7166         Remove and move functionality into new functions 
7167         ada_print_exception_breakpoint_task and 
7168         ada_print_exception_breakpoint_nontask.
7169         (error_breakpoint_runtime_sym_not_found): New function.
7170         (is_runtime_sym_defined): New function.
7171         (ada_breakpoint_rewrite): Uncomment suppressed code.
7172         Use symbolic error-message and runtime-symbol names.
7173         Surround runtime symbol names in quotes.
7174         Allow non-specific breakpoints on exceptions and assertions before
7175         program starts.
7176         
7177         (ada_is_tagged_type): Add parameter.
7178         (ada_is_tag_type): New function.
7179         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
7180         (ada_variant_discrim_type): Ditto.
7181         (value_tag_from_contents_and_address): New function.
7182         (type_from_tag): New function.
7183         (struct tag_args): New structure used to communicate with
7184         ada_tag_name_1.
7185         (ada_tag_name_1): New function.
7186         (ada_tag_name): New function.
7187
7188         (ada_scan_number): Update comment.
7189         (find_struct_field): New function.
7190         (ada_search_struct_field): Make static.
7191         (ada_value_struct_elt): New version that returns references when
7192         given pointers or references to structs.
7193         (ada_lookup_struct_elt_type): Add 'refok' parameter.
7194         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
7195         interface.
7196         (ada_value_ind): Use new ada_to_fixed_value interface.
7197         (ada_coerce_ref): Ditto.
7198         (field_offset): Remove.
7199
7200         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
7201         (ada_find_renaming_symbol): New function.
7202         (ada_prefer_type): Prefer named types over unnamed ones.
7203         (variant_field_index): New function.
7204         (contains_variant_part): Removed: subsumed by variant_field_index.
7205         (ada_template_to_fixed_record_type): New function, mostly from
7206         template_to_fixed_record_type.
7207         (template_to_fixed_record_type): 
7208         Do not scan the type fields beyond the last one; prevents a 
7209         potential SEGV.
7210         Handle case where variant field is listed BEFORE discriminant it 
7211         depends on.
7212         Fix calculation of record length when bit length is 
7213         not evenly divisible by char length.
7214         Move code to ada_template_to_fixed_record_type and call it.
7215
7216         (template_to_static_fixed_type): Revise comment.  
7217         Modify to work on ordinary record types as well as templates, 
7218         so as to handle fields that use ___XVE or ___XVU encodings. 
7219         (to_record_with_fixed_variant_part): Fill out comment.
7220         Initialize C++ stuff in right type.
7221         Allow case where DVAL is null.
7222         Handle case where variant field is not last.
7223         Fix typo concerning record length.
7224         (to_fixed_record_type): Decomment disabled code.
7225         (to_fixed_record_type): Use variant_field_index instead of 
7226         contains_variant_part.
7227         (to_fixed_variant_branch_type): Ditto.
7228         (to_fixed_array_type): Decomment disabled code.
7229         (ada_to_fixed_type): Convert tagged types to the specific type.
7230         Deactivate the size-check for array types in order to avoid 
7231         some false size alarms.
7232         (to_static_fixed_type): Decomment disabled code.
7233         Modify to call template_to_static_fixed_type
7234         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7235         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7236         Remove valaddr argument, as it is never really used.
7237         (ada_to_fixed_value): Change interface to act on single struct value*
7238         operand.
7239         (adjust_pc_past_prologue): New function.
7240         (ada_attribute_name): Modify to take enum exp_opcode argument.
7241                 
7242         (ada_enum_name): Recognize new homonym-distinguishing convention.
7243         Adjust local variable's type to remove compiler warning.
7244         Fix a small problem in the part that unqualifies the enumeration name.
7245         (ada_value_binop): New function.
7246         (ada_value_equal): New function.
7247
7248         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7249         Don't give error message when not doing normal evaluation 
7250         and a tagged type doesn't seem to contain a structure member.
7251         Give error message for packed arrays.
7252         For indexing arrays, handle pointers to packed arrays correctly.
7253         Handle case of 'first and 'last attributes of bare integral type 
7254         without encoded subtype info.  
7255         Remove some unnecessary casts.
7256         Fix uninitialized value of type in computing 'first, 'last, or 'length
7257         of array object.  
7258         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7259         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7260         calls.
7261         Attributes are now exp_opcode values.
7262         Correct treatment of 'modulus.
7263         Better error message for taking 'length of wrong kind of type; 
7264         improve comment.
7265         Change EVAL_NORMAL to noside for consistency.
7266         Use ada_value_binop for DIV, MOD, REM.
7267         Make special case out of array of length 0, since an argument 
7268         of 0 upsets some platforms' malloc.
7269         Use OP_STRING instead of OP_ARRAY.
7270         For slice, add check that we have an array type before extracting 
7271         a slice out of it.  Avoids a SEGV.
7272         When evaluating an array slice, if the array type is a reference to 
7273         an aligner type, then replace the aligner type by the actual type.
7274         Decomment disabled code.
7275         Remove some dead code.
7276         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
7277         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7278         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
7279         and UNOP_MBR to UNOP_IN_RANGE.
7280         If an array type has a parallel ___XVE type, then use it.
7281         Turn arrays into pointers for lvalue arrays.
7282         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7283         bounds error and handle 0-length slices.
7284         Use lim_warning.
7285         When selecting fields, apply ada_to_fixed_value (because the fields 
7286         might have ___XVU or ___XVE encodings even if not dynamic.)
7287         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7288         (ada_is_system_address_type): New function.
7289
7290         (get_var_value): Use new interface to ada_lookup_symbol_list.
7291         (get_int_var_value): New interface.
7292         (to_fixed_range_type): Allow unknown bound, with warning.
7293         (ada_is_modular_type): Decomment disabled code.
7294         (ADA_OPERATORS): New definition.
7295         (ada_operator_length): New function.
7296         (ada_expr_op_name): New function.
7297         (ada_forward_operator_length): New function.
7298         (ada_dump_subexp_body): New function.
7299         (ada_print_subexp): New function.
7300         (ada_exp_descriptor): New constant.
7301         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
7302         (ada_language_defn): Add ada_exp_descriptor entry.
7303         Change ada_parse => parse.
7304         Add post-parser entry.
7305         Use ada-specific non-local symbol lookup.
7306         Don't use C-style arrays. 
7307         String lower-bound is 1.
7308         Decomment disabled code.        
7309         (parse): New function.
7310         New fields ada_translate_error_message, ada_lookup_symbol, 
7311         ada_lookup_minimal_symbol.
7312         
7313         * ada-lang.h: Update copyright dates.
7314         Replace the mangle/demangle terminology throughout by the
7315         more appropriate encode/decode one. 
7316         Include breakpoint.h.
7317         Forward declare struct partial_symbol, struct block.
7318         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7319         (EXTRACT_ADDRESS): Remove.
7320         (EXTRACT_INT): Remove.
7321         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7322         (MAX_ENCLOSING_FRAME_LEVELS): Define.
7323         (MAX_RENAMING_CHAIN_LENGTH): Define.
7324         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7325
7326         (enum task_states): Remove.
7327         ada_task_states: Remove.
7328         (fat_string): Remove.
7329         (struct entry_call): Remove.
7330         (struct task_fields): Remove.
7331         (struct task_entry): Remove.
7332
7333         (struct ada_symbol_info): Define.
7334         (enum ada_attribute): Remove.
7335         (enum ada_operator): Define.
7336         
7337         (ada_get_field_index): Declare.
7338         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7339         (ada_is_simple_array): Rename to ada_is_simple_array_type.
7340         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7341         (ada_lookup_symbol_list): New interface.
7342         (ada_decode_symbol): Declare.
7343         (ada_decode): Declare.
7344         (ada_lookup_symbol): New interface.
7345         (ada_update_initial_language): Declare.
7346         (ada_lookup_simple_minsym): Declare.
7347         (user_select_syms): New interface.
7348         (ada_sals_for_line): Declare.
7349         (ada_is_tagged_type): New interface.
7350         (ada_tag_name): Declare.
7351         (ada_lookup_struct_elt_type): Remove declaration.
7352         (ada_search_struct_field): Remove declaration.
7353         (ada_attribute_name): New interface.
7354         (ada_is_system_address_type): Declare.
7355         (ada_to_fixed_value): Remove declaration.
7356         (ada_template_to_fixed_record_type_1): Declare.
7357         (get_int_var_value): New interface.
7358         (ada_find_any_symbol): Declare.
7359         (ada_find_renaming_symbol): Declare.
7360         (ada_mangle): Rename to ada_encode.
7361         (ada_simple_renamed_entity): Remove const.
7362         (ada_main_name): Declare.
7363         (get_current_task): Rename to ada_get_current_task.
7364         (get_entry_number): Remove declaration.
7365         (ada_report_exception_break): Remove declaration.
7366         (ada_print_exception_breakpoint_nontask): Declare.
7367         (ada_print_exception_breakpoint_task): Declare.
7368         (ada_find_printable_frame): Declare.
7369
7370         * ada-lex.l: Update copyright notices.
7371         Use xmalloc and xfree instead of malloc and free.
7372         Use new interface to name_lookup.
7373         Use new interface to 
7374         ada_mangle=>ada_encode.
7375         Redo handling of '$...' variable to parallel current treatment 
7376         in c-exp.y.  
7377         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7378         digit_to_int, strtoulst, processInt, processReal, processId, 
7379         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7380         yywrap): Protoize.
7381         
7382         (processInt): Use cast to remove harmless warning.
7383         (processReal): Modify to get rid of compiler warning on scan formats.
7384
7385         (processId): Replace xmalloc with obstack_alloc for name and remove
7386         call to ada_name_string_cleanup.
7387         Remove obsolete disabled code.
7388         (name_lookup): Ditto. 
7389         New interface.
7390         Use obsavestring on temp_parse_space instead of savestring 
7391         on name, and remove call to ada_name_string_cleanup.  
7392         Free string returned from ada_simple_renamed_entity.
7393         Use new interface to ada_lookup_symbol_list.
7394         Decomment disabled code.
7395         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
7396         not types.
7397         When a type name lookup succeeds as a result of 
7398         lookup_primitive_typename, check for regular type entry that has not 
7399         yet been read in.
7400         Limit length of chain of renamed symbols we are willing to follow.  
7401         Do not break names beginning with "standard__" into segments.  
7402         (block_lookup): Use new interface to ada_lookup_symbol_list.
7403         
7404         * ada-typeprint.c: Update copyright notice.
7405         (demangled_type_name): Rename to decoded_type_name.
7406         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7407         (print_range_bound):  Correct handling of negative
7408         bounds that make the index type looked unsigned under STABS.  
7409         (print_dynamic_range_bound): Use new interface to get_int_var_value.
7410         (print_range_type_named):  Use the builtin int type if no type 
7411         corresponding to the given type name could be found.
7412         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7413         Add some bullet-proofing.
7414         (print_variant_clauses): Allow for variant branches with ___XVU 
7415         encodings that are not dynamic fields.  
7416         Use new interface to ada_is_tagged_type.
7417         (print_record_type): Allow for fields with ___XVE encodings that 
7418         are not dynamic fields. 
7419         Use new interface to ada_is_tagged_type.
7420         (ada_print_type): ada_is_array_descriptor => 
7421         ada_is_array_descriptor_type.
7422
7423         * ada-valprint.c: Update copyright notice.
7424         Include gdb_string.h
7425         Include infcall.h
7426         (ui_memcpy): New function.
7427         (ada_print_floating): New function.
7428         (ada_print_str): Order arguments correctly.
7429         Correct handling of empty arrays and arrays of 0-length items. 
7430         ada_is_array_descriptor => ada_is_array_descriptor_type 
7431         Print values of type System.Address in hexadecimal format.
7432         Use ada_print_floating to print floating-point numbers in Ada format.
7433         Print class tag values with type names.  
7434         No longer print the address of reference values. Avoids 
7435         a potential confusion.  
7436         (ada_value_print): Stop printing the object type for reference
7437         values, but preserve that behavior for access types. Avoids
7438         a potential confusion.
7439         Simplify one conditional expression, as the first part is now
7440         necessarily true.
7441         ada_is_array_descriptor => ada_is_array_descriptor_type 
7442         Add check for arrays for null records, and print them by hand.
7443         
7444 2004-06-01  Jim Blandy  <jimb@redhat.com>
7445
7446         * ppc-tdep.h: Delete unused 'regoff' member.
7447         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7448
7449 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
7450
7451         Fix PR symtab/1661.
7452         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7453         (hpread_read_struct_type): Likewise.
7454
7455 2004-06-01  Andrew Cagney  <cagney@gnu.org>
7456
7457         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7458         instead of xasprintf.
7459         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
7460         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
7461         (mi_cmd_data_list_register_names) 
7462         (mi_cmd_data_list_changed_registers) 
7463         (mi_cmd_data_list_register_values) 
7464         (get_register, mi_cmd_data_write_register_values) 
7465         (mi_cmd_data_write_register_values) 
7466         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
7467         (mi_cmd_target_download, mi_cmd_target_select) 
7468         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
7469         (mi_execute_cli_command, mi_execute_async_cli_command) 
7470         (mi_execute_async_cli_command): Ditto.
7471         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7472         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7473
7474         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7475         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7476         error_last_message instead of mi_error_last_message.
7477         * mi/mi-main.c (mi_error_last_message): Delete function.
7478
7479         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7480         "invalid number of columns" error.  Delete redundant "out of
7481         memory" check.
7482
7483 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
7484
7485         * i386bsd-nat.c: Don't include <sys/procfs.h>.
7486         (gregset_t, fpregset_t): Remove typedefs.
7487         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7488         (REG_OFFSET): Rename argument.
7489         (i386bsd_r_reg_offset): Rename from reg_offset.
7490         (REG_ADDR): Remove macro.
7491         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7492         functions.
7493         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7494         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7495         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
7496         instead of supply_gregset.
7497         (store_inferior_registers): Use `struct reg' and `struct fpreg'
7498         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
7499         instead of fill_gregset.
7500         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7501
7502         * i386bsd-nat.c: Don't include "gregset.h".
7503         (supply_gregset, fill_gregset): Make static.
7504         (supply_fpregset, fill_fpregset): Remove.
7505         * Makefile.in (i386bsd-nat.o): Update dependencies.
7506
7507 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
7508
7509         * fbsd-proc.c: Include "regcache.h", "regset.h" and
7510         "gdb_assert.h".  Con't include "gregset.h".
7511         (fbsd_make_corefile_notes): Use regset-based core file support
7512         instead off fill_gregset and fill_fpregset.
7513         * Makefile.in (fbsd-proc.o): Update dependencies.
7514
7515         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7516         instructions.
7517         (m88k_frame_prev_register): Simplify code a bit.
7518
7519         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7520         (amd64_collect_fpregset): New function.
7521         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7522
7523         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7524
7525         * i386-tdep.c (i386_supply_gregset): Adjust comment.
7526         (i386_collect_gregset): New function.
7527         (i386_supply_fpregset): Adjust comment.
7528         (i386_collect_fpregset): New function.
7529         (i386_regset_from_core_section): Use i386_collect_gregset and
7530         i386_collect_fpregset.
7531
7532         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7533         handle VALUEP being null.
7534
7535         * regset.h (collect_regset_ftype): Unconstify fourth argument.
7536
7537 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
7538
7539         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
7540
7541         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7542         assembler in OpenBSD 3.5-current.
7543         (amd64obsd_sigcontext_addr): Likewise.
7544
7545 2004-05-28  Jim Blandy  <jimb@redhat.com>
7546
7547         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7548         register set, so our regcache isn't declared "legacy" and our E500
7549         pseudoregister read and write functions aren't ignored.
7550         (rs6000_register_byte, rs6000_register_raw_size,
7551         rs6000_register_virtual_type, rs6000_register_convertible,
7552         rs6000_register_convert_to_virtual,
7553         rs6000_register_convert_to_raw): Deleted.
7554         (rs6000_register_type, rs6000_convert_register_p,
7555         rs6000_register_to_value, rs6000_value_to_register): New
7556         functions.
7557         (rs6000_gdbarch_init): Don't register
7558         gdbarch_deprecated_register_size,
7559         gdbarch_deprecated_register_bytes,
7560         gdbarch_deprecated_register_byte,
7561         gdbarch_deprecated_register_raw_size,
7562         gdbarch_deprecated_register_virtual_type,
7563         gdbarch_deprecated_register_convertible,
7564         gdbarch_deprecated_register_convert_to_virtual, or
7565         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
7566         register gdbarch_register_type, gdbarch_convert_register_p,
7567         gdbarch_register_to_value, and gdbarch_value_to_register methods.
7568
7569 2004-05-26  Jim Blandy  <jimb@redhat.com>
7570
7571         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7572         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7573         functions, updated to match the register numberings used in GCC.
7574         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7575         rs6000_dwarf2_reg_to_regnum as register number conversions
7576         functions for STABS and Dwarf2.
7577
7578 2004-05-26  Randolph Chung  <tausq@debian.org>
7579
7580         * infttrace.h (target_waitkind): Forward declare type instead of pulling
7581         in header file.
7582
7583 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
7584
7585         * NEWS: Document new "start" command.
7586
7587 2004-05-25  Randolph Chung  <tausq@debian.org>
7588
7589         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7590         hppa-linux.
7591
7592 2004-05-25  Randolph Chung  <tausq@debian.org>
7593
7594         * hppa-hpux-tdep.c (offsetof): Define.
7595         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7596         (hppa32_hpux_frame_base_before_sigtramp)
7597         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7598         (hppa64_hpux_frame_saved_pc_in_sigtramp)
7599         (hppa64_hpux_frame_base_before_sigtramp)
7600         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
7601         functions.
7602         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7603         (hppa_hpux_sigtramp_frame_unwind_cache)
7604         (hppa_hpux_sigtramp_frame_this_id)
7605         (hppa_hpux_sigtramp_frame_prev_register)
7606         (hppa_hpux_sigtramp_frame_unwind)
7607         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7608         (hppa_hpux_init_abi): Register sigtramp unwinder.
7609         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7610
7611 2004-05-25  Randolph Chung  <tausq@debian.org>
7612
7613         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7614         and multiple stack unwinds.
7615         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7616
7617 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7618
7619         * symfile.h (symbol_file_add_from_memory): Delete declaration.
7620         * symfile-mem.h: Delete file.
7621         * symfile-mem.c: Do not include "symfile-mem.h".
7622         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7623         "struct bfd_section".  When an error do not bother returning NULL.
7624         (add_symbol_file_from_memory_command): Use "struct bfd" and
7625         "struct bfd_section".
7626         * Makefile.in (symfile_mem_h): Delete.
7627         (symfile-mem.o): Update dependencies.
7628
7629 2004-05-25  Nick Roberts  <nickrob@gnu.org>
7630
7631         * gdb-mi.el: New file.
7632
7633 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7634
7635         * inftarg.c: Include "observer.h".
7636         (child_attach, child_create_inferior): Notify inferior_created.
7637         * corelow.c: Include "observer.h".
7638         (core_open): Notify inferior_created.
7639         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7640
7641 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7642
7643         * target.h (struct target_ops): Add from_tty to
7644         to_create_inferior.
7645         (target_create_inferior, find_default_create_inferior): Update.
7646         * infcmd.c (run_command): Update.
7647         * wince.c (child_create_inferior): Update.
7648         * win32-nat.c (child_create_inferior): Update.
7649         * uw-thread.c (uw_thread_create_inferior): Update.
7650         * thread-db.c (thread_db_create_inferior): Update.
7651         * target.c (debug_to_create_inferior) 
7652         (find_default_create_inferior): Update.
7653         (maybe_kill_then_create_inferior): Update.
7654         * sol-thread.c (sol_thread_create_inferior): Update.
7655         * remote.c (extended_remote_async_create_inferior) 
7656         (extended_remote_create_inferior): Update.
7657         * remote-vx.c (vx_create_inferior): Update.
7658         * remote-st.c (st2000_create_inferior): Update.
7659         * remote-sim.c (gdbsim_create_inferior): Update.
7660         * remote-sds.c (sds_create_inferior): Update.
7661         * remote-rdp.c (remote_rdp_create_inferior): Update.
7662         * remote-rdi.c (arm_rdi_create_inferior): Update.
7663         * remote-m32r-sdi.c (m32r_create_inferior): Update.
7664         * remote-e7000.c (e7000_create_inferior): Update.
7665         * procfs.c (procfs_create_inferior): Update.
7666         * ocd.c (ocd_create_inferior): Update.
7667         * ocd.h (ocd_create_inferior): Update.
7668         * nto-procfs.c (procfs_create_inferior): Update.
7669         * monitor.c (monitor_create_inferior): Update.
7670         * lin-lwp.c (lin_lwp_create_inferior): Update.
7671         * inftarg.c (child_create_inferior): Update.
7672         * hpux-thread.c (hpux_thread_create_inferior): Update.
7673         * gnu-nat.c (gnu_create_inferior): Update.
7674
7675 2004-05-25  Andrew Cagney  <cagney@gnu.com>
7676
7677         * MAINTAINERS: Update e-mail address.
7678
7679 2004-05-24  Randolph Chung  <tausq@debian.org>
7680
7681         * thread.c (info_threads_command, thread_apply_all_command)
7682         (thread_apply_command, thread_command, do_captured_thread_select):
7683         Remove HPUXHPPA-specific code.
7684
7685 2004-05-24  Randolph Chung  <tausq@debian.org>
7686
7687         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7688         unused symbols.
7689         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7690         references.
7691
7692 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7693
7694         * infcmd.c (kill_if_already_running): New function, extracted
7695         from run_command().
7696         (run_command): Replace extracted code by call to
7697         kill_if_already_running().
7698         (start_command): New function.
7699         (_initialize_infcmd): Add "start" command.
7700
7701 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7702
7703         Add OpenBSD/m88k support.
7704         * NEWS (New native configurations): Mention OpenBSD/m88k.
7705         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7706         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7707         * Makefile.in (m88k_tdep_h): New variable.
7708         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7709         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7710         * configure.host: Add m88*-*-openbsd*.
7711         * configure.tgt: Add m88*-*-openbsd*.
7712
7713 2004-05-24  Jim Blandy  <jimb@redhat.com>
7714
7715         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7716         to approve changes.
7717
7718 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
7719
7720         * symtab.c (fixup_section): Search section table when lookup by
7721         name fails.
7722
7723 2004-05-24  Randolph Chung  <tausq@debian.org>
7724
7725         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
7726         be "small_struct".
7727
7728 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7729
7730         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7731         register number in regcache_raw_collect call.
7732         (m68kbsd_collect_fpregset): Likewise.
7733         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7734
7735         * regset.h (struct regset): Add back `regset' member.
7736
7737 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
7738
7739         * configure.in: Check for td_pcb in `struct thread'.
7740         * configure, config.in: Regenerated.
7741
7742         * dpx2-nat.c: Remove file.
7743         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7744         (dpx2-nat.o): Remove dependencies.
7745
7746         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7747         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7748         (amd64obsd_supply_pcb): New function.
7749         (_initialize_amd64obsd_nat): Enable libkvm interface.
7750         * Makefile.in (amd64obsd-nat.o): Update dependencies.
7751         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7752         (LOADLIBES): New variable.
7753
7754         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7755         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7756         (sparc32nbsd_supply_pcb): New function.
7757         (_initialize_sparcnbsd_nat): Enable libkvm interface.
7758         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7759         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7760         (LOADLIBES): New variable.
7761
7762 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
7763
7764         * bsd-kvm.c, bsd-kvm.h: New files.
7765         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7766         "bsd-kvm.h".
7767         (i386fbsd_supply_pcb): New function.
7768         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7769         (i386fbsd-nat.o): Update dependencies.
7770         (bsd_kvm_h): New variable.
7771         (bsd-kvm.o): New dependency.
7772         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7773         (LOADLIBES): New variable.
7774
7775         * regset.c: Tweak comment.
7776         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
7777         macro.
7778         * regset.h: Update copyright year.
7779         (struct regset): Remove `descr' member, add `gdbarch' member.
7780         (regset_alloc): Adjust prototype and comment.
7781         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7782         (i386_supply_fpregset): Likewise.
7783         (i386_regset_from_core_section): Update call to regset_alloc.
7784         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7785         REGSET->arch.
7786         (i386obsd_aout_regset_from_core_section): Update call to
7787         regset_alloc.
7788         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7789         REGSET->arch.
7790         (i386nbsd_aout_regset_from_core_section): Update call to
7791         regset_alloc.
7792         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7793         REGSET->arch.
7794         (amd64_regset_from_core_section): Update call to regset_alloc.
7795         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7796         REGSET->arch.
7797         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7798         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7799         &sparc32nbsd_gregset in sparc32_supply_gregset call.
7800         (sparc32nbsd_init_abi): Update call to regset_alloc.
7801         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7802         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7803         (sparc64obsd_init_abi): Update call to regset_alloc.
7804         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7805         &sparc64nbsd_gregset in sparc64_supply_gregset call.
7806         (sparc64nbsd_init_abi): Update call to regset_alloc.
7807         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7808         &sparc64fbsd_gregset in sparc64_supply_gregset call.
7809         (sparc64fbsd_init_abi): Update call to regset_alloc.
7810
7811 2004-05-22  Jim Blandy  <jimb@redhat.com>
7812
7813         * ppc-tdep.h (spe_register_p): New declaration.
7814         (struct gdbarch_tdep): New members: ppc_acc_regnum and
7815         ppc_spefscr_regnum.
7816         * rs6000-tdep.c (spe_register_p): New function.
7817         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7818         spefscr.
7819         (rs6000_gdbarch_init): Initialize the new members of the tdep
7820         structure.
7821
7822 2004-05-21  Jim Blandy  <jimb@redhat.com>
7823
7824         * ppc-linux-nat.c (fetch_register): Move code back to be next
7825         to the comment that describes it.  (Moved code, instead of
7826         comment, for symmetry with store_register.)
7827
7828         Allocate regset structures in the gdbarch's obstack, not using
7829         xmalloc.
7830         * regset.c (regset_alloc): Renamed from regset_xmalloc.
7831         Add 'arch' argument.  Allocate the regset on arch's obstack, not
7832         using xmalloc.
7833         * regset.h (regset_alloc): Update declaration.
7834         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7835         gdbarch argument.
7836         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7837         * i386-tdep.c (i386_regset_from_core_section): Same.
7838         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7839         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7840         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7841         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7842         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7843         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7844
7845 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
7846
7847         * config/djgpp/fnchange.lst: Undo previous change, was useless.
7848
7849 2004-05-21  Jim Blandy  <jimb@redhat.com>
7850
7851         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7852         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
7853
7854 2004-05-20  Jim Blandy  <jimb@redhat.com>
7855
7856         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7857
7858 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
7859
7860         * regset.h: Make prototype const-correct.
7861         * regset.c (regset_xmalloc): Make const-correct.
7862
7863 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
7864
7865         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7866         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7867         (symbol_search_name): Declare.
7868         
7869         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7870         (iter_name_next_hashed): Ditto.
7871         (iter_name_next_linear): Ditto.
7872         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7873
7874         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
7875         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7876         (symbol_search_name): New function.
7877         
7878         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7879         
7880         * minsyms.c (build_minimal_symbol_hash_tables): Change
7881         test for adding to demangled hash table to check for difference
7882         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7883         
7884 2004-05-19  Jim Blandy  <jimb@redhat.com>
7885
7886         Use a constructor function to create regset structures.
7887         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7888         (struct regset): Use supply_regset_ftype.  Add new
7889         'collect_regset' member.
7890         (regset_xmalloc): New declaration.
7891         * regset.c: New file.
7892         * am64-tdep.c (amd64_regset_from_core_section): Use
7893         regset_xmalloc to construct regset structures.
7894         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7895         * i386-tdep.c (i386_regset_from_core_section): Same.
7896         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7897         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7898         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7899         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7900         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7901         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7902         * Makefile.in (COMMON_OBS): Add regset.o.
7903         (regset.o): New rule.
7904
7905 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
7906
7907         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7908         and pthread_cond_wait.c.
7909
7910 2004-05-18  Jim Blandy  <jimb@redhat.com>
7911
7912         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7913         before the mach-specific switch, and then let the individual cases
7914         override the defaults, rather than leaving them uninitialized
7915         until the switch and then setting them in each case.
7916
7917 2004-05-18  Randolph Chung  <tausq@debian.org>
7918
7919         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7920         millicode functions.
7921
7922 2004-05-18  Randolph Chung  <tausq@debian.org>
7923
7924         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7925         references to dld_flags_buffer consistent.
7926
7927 2004-05-18  Randolph Chung  <tausq@debian.org>
7928
7929         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7930         it for unwinding the stack.
7931
7932 2004-05-18  Randolph Chung  <tausq@debian.org>
7933
7934         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7935         Undefine these so we can overide them using gdbarch.
7936
7937 2004-05-18  Randolph Chung <tausq@debian.org>
7938
7939         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7940         handling for 64-bit HPUX (elf).
7941
7942 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
7943
7944         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7945         constants.
7946         * amd64-tdep.c (amd64_skip_prologue): Likewise.
7947         * ia64-tdep.c (examine_prologue): Likewise.
7948         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7949         * v850-tdep.c (v850_fix_call_dummy): Likewise.
7950
7951 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
7952
7953         * vax-tdep.c (vax_return_value): Implement
7954         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7955
7956 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7957
7958         * vax-tdep.c (vax_return_value): Fix typo.
7959
7960 2004-05-17  Andrew Cagney  <cagney@redhat.com>
7961
7962         * MAINTAINERS: Mark Salter was also responsible for
7963         testsuite/config/
7964
7965         * NEWS: Mention signal fixes.
7966
7967 2004-05-17  Randolph Chung  <tausq@debian.org>
7968
7969         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7970         check to see if we are unwinding an export stub.  Export stubs clobber
7971         the %rp in the call path and stores the original rp in a stack slot.
7972
7973 2004-05-17  Jim Blandy  <jimb@redhat.com>
7974
7975         * MAINTAINERS: Update address for J.T. Conklin.
7976
7977 2004-05-17  Randolph Chung  <tausq@debian.org>
7978
7979         * hppa-tdep.c: Remove superfluous #include's.
7980         * Makefile.in (hppa-tdep.o): Update dependencies.
7981
7982 2004-05-17  Randolph Chung  <tausq@debian.org>
7983
7984         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7985         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7986         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7987         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7988         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7989         Remove static function declarations.
7990
7991 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7992
7993         * alphabsd-nat.c: Update copyright year.
7994         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7995
7996         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7997         and M68K_A2_REGNUM.
7998
7999         * m68k-tdep.c (m68k_svr4_return_value): Implement
8000         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8001
8002 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
8003
8004         * sol-thread.c Update copyright year.  Fix various coding
8005         standards violations.  Tweak a few comments.
8006         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
8007         Delete prototypes.
8008
8009 2004-05-15  Randolph Chung  <tausq@debian.org>
8010
8011         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
8012         as pointer instead of array reference since HPUX compiler does
8013         not accept unsized array arguments.
8014         * somsolib.c (dld_flags_buffer): Use constant array size.
8015
8016 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
8017
8018         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
8019         offset with decimal offset.
8020         (amd64obsd_sigcontext_addr): Return correct address for entire
8021         signal trampoline.
8022
8023         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
8024         instead of get_frame_base.
8025
8026         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
8027         (fill_gregset): Use regcache_raw_collect.
8028
8029         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
8030         ppcobsd-tdep.c.
8031
8032         * config/sparc/tm-nbsd64.h: Remove file.
8033         * config/tm-sunos.h: Remove file.
8034
8035 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
8036
8037         * rs6000-tdep.c (store_param_on_stack_p): New function,
8038         an improved version of some code extracted from skip_prologue().
8039         (skip_prologue): Use store_param_on_stack_p() to detect
8040         instructions saving a parameter on the stack. Detect when r0
8041         is used to save a parameter.
8042         Do not mark "li rx, SIMM" instructions as part of the prologue,
8043         unless the following instruction is also part of the prologue.
8044
8045 2004-05-14  Andrew Cagney  <cagney@redhat.com>
8046
8047         * infrun.c (handle_inferior_event): Simplify
8048         STEP_OVER_UNDEBUGGABLE.
8049
8050         * infrun.c (handle_step_into_function): Delete function.
8051         (handle_inferior_event): Inline calls to
8052         handle_step_into_function.
8053
8054 2004-05-14  Jerome Guitton  <guitton@gnat.com>
8055
8056         * rs6000-nat.c: Fix a comment.
8057
8058 2004-05-12  David Anderson <davea@sgi.com>
8059
8060         Committed by Jim Blandy <jimb@redhat.com>:
8061         * regcache.c (struct regcache_descr): fix comment spelling.
8062
8063 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8064
8065         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
8066         Fixes a link link failure.
8067
8068 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8069
8070         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
8071         error that was causing the build to fail.
8072
8073 2004-05-13  J. Brobecker  <brobecker@gnat.com>
8074
8075         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
8076         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
8077
8078 2004-05-13  Andrew Cagney  <cagney@redhat.com>
8079
8080         * infrun.c (handle_inferior_event): Check for
8081         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
8082         calls.  Update comments.
8083
8084 2004-05-13  Jim Blandy  <jimb@redhat.com>
8085
8086         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
8087         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8088         (store_regs_user_thread, store_regs_kernel_thread): Use
8089         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
8090         * ppc-linux-nat.c (fill_gregset): Same.
8091         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
8092         (ppc_linux_sigtramp_cache): Same.
8093         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
8094         (ppcnbsd_sigtramp_cache_init): Same.
8095         * rs6000-nat.c (fetch_core_registers): Same.
8096         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
8097         (rs6000_frame_cache): Same.
8098
8099         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
8100         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
8101         of assuming that the gprs are numbered starting with zero.
8102         * ppc-linux-nat.c (fill_gregset): Same.
8103         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
8104         * ppcnbsd-nat.c (getregs_supplies): Same.
8105         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
8106         * rs6000-nat.c (fetch_core_registers): Same.
8107         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
8108
8109 2004-05-07  Michael Snyder  <msnyder@redhat.com>
8110
8111         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
8112         LOC_COMPUTED_ARG, and LOC_INDIRECT.
8113
8114 2004-05-13  Andrew Cagney  <cagney@redhat.com>
8115
8116         * infrun.c (handle_inferior_event): Use frame_unwind_id.
8117
8118 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
8119
8120         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
8121         base_address for shared libraries.
8122
8123 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
8124
8125         * MAINTAINERS (write after approval): Add myself.       
8126
8127 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8128
8129         * breakpoint.c (bpstat_stop_status): Add new argument
8130         STOPPED_BY_WATCHPOINT.  Use it instead of testing
8131         target_stopped_data_address agaist 0 to check whether
8132         or not we stopped due to a hardware watchpoint.
8133         * breakpoint.h (bpstat_stop_status): Adapt prototype.
8134         * infrun.c (handle_inferior_event): Call bpstat_stop_status
8135         with new argument.
8136
8137 2004-05-12  Jim Blandy  <jimb@redhat.com>
8138
8139         * configure.in: When checking whether we should use the -bbigtoc
8140         option, don't forget to restore the original value of LDFLAGS.
8141         * configure: Regenerated.
8142
8143 2004-05-12  Andrew Cagney  <cagney@redhat.com>
8144
8145         * thread.c (load_infrun_state): Delete step_sp.
8146         * infrun.c (context_switch): Ditto.
8147         * inferior.h (step_sp): Ditto.
8148         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
8149         * gdbthread.h (struct thread_info, save_infrun_state)
8150         (restore_infrun_state): Ditto.
8151
8152 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
8153
8154         * MAINTAINERS (write after approval): Add myself.
8155
8156 2004-05-12  Andrew Cagney  <cagney@redhat.com>
8157
8158         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
8159         eliminate reference to step_sp.
8160         (struct execution_control_state, init_execution_control_state)
8161         (handle_inferior_event, keep_going): Delete update_step_sp and
8162         step_sp.
8163         * infcmd.c (step_sp): Note that variable is unused.
8164
8165 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8166
8167         * infrun.c (step_over_function): Delete function.
8168         (handle_step_into_function): Use insert_step_resume_breakpoint.
8169         (insert_step_resume_breakpoint): Fix assertion.
8170
8171 2004-05-11  Nick Roberts  <nickrob@gnu.org>
8172
8173         * utils.c (defaulted_query): Just use the normal query input type
8174         when printing the annotations.
8175
8176 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8177
8178         * infrun.c (handle_inferior_event): Simplify code handling
8179         step-into or return-from a signal trampoline.
8180
8181 2004-05-11  Andrew Cagney  <cagney@redhat.com>
8182
8183         * ppcnbsd-tdep.c: Include "gdb_assert.h".
8184         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
8185
8186 2004-05-10  Jim Blandy  <jimb@redhat.com>
8187
8188         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
8189         with a call to internal_error.
8190
8191         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
8192         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
8193         processor variant lacks those registers.
8194         (ppc_floating_point_unit_p): Change description to make it clear
8195         that this returns info about the ISA, not the ABI.
8196         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
8197         return true or false by checking tdep->ppc_fp0_regnum and
8198         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
8199         arch/mach switching done in rs6000_gdbarch_init; it's better to
8200         keep that logic there, and just check the results here.
8201         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
8202         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
8203         floating-point registers.
8204         (ppc_supply_fpregset, ppc_collect_fpregset)
8205         (rs6000_push_dummy_call, rs6000_extract_return_value)
8206         (rs6000_store_return_value): Assert that we have floating-point
8207         registers.
8208         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
8209         (rs6000_frame_cache): Don't note the locations at which
8210         floating-point registers were saved if we have no fprs.
8211         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
8212         registers.
8213         (fetch_regs_user_thread, fetch_regs_kernel_thread)
8214         (store_regs_user_thread, store_regs_kernel_thread): Only call
8215         supply_fprs / fill_fprs if we actually have floating-point
8216         registers.
8217         (special_register_p): Check ppc_fpscr_regnum before matching
8218         against it.
8219         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8220         supply / collect fpscr if we don't have it.
8221         * ppc-bdm.c: #include "gdb_assert.h".
8222         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8223         have floating-point registers, since I can't test this code on
8224         FP-free systems to adapt it.
8225         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8226         fpscr and floating point register numbers if they don't exist.
8227         (fetch_register): Assert that we have floating-point registers
8228         before we reach the code that handles them.
8229         (store_register): Same.  And use tdep instead of calling
8230         gdbarch_tdep again.
8231         (fill_fpregset): Don't try to collect FP registers and fpscr if we
8232         don't have them.
8233         (ppc_linux_sigtramp_cache): Don't record the saved locations of
8234         fprs and fpscr if we don't have them.
8235         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8236         don't have them.
8237         * ppcnbsd-nat.c: #include "gdb_assert.h".
8238         (getfpregs_supplies): Assert that we have floating-point registers.
8239         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8240         * ppcobsd-tdep.c: #include "gdb_assert.h".
8241         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8242         have floating-point registers.
8243         * rs6000-nat.c (regmap): Don't match against the fpscr and
8244         floating point register numbers if they don't exist.
8245         (fetch_inferior_registers, store_inferior_registers,
8246         fetch_core_registers): Only fetch / store / supply the
8247         floating-point registers and the fpscr if we have them.
8248         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8249         (ppcobsd-tdep.o): Update dependencies.
8250         
8251 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8252
8253         * infrun.c (through_sigtramp_breakpoint): Delete variable.
8254         (context_switch): Do not switch through_sigtramp_breakpoint.
8255         * gdbthread.h (save_infrun_state, load_infrun_state)
8256         (struct thread_info): Delete through_sigtramp_breakpoint parameter
8257         and structure member.
8258         * thread.c (load_infrun_state, save_infrun_state): Update.
8259
8260 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
8261
8262         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8263
8264 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8265
8266         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
8267         throughout.
8268         * aclocal.m4: Regenerate.
8269
8270 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
8271
8272         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8273
8274 2004-05-10  Andrew Cagney  <cagney@redhat.com>
8275
8276         * infrun.c (check_sigtramp2): Delete function.
8277         (handle_inferior_event): When single stepping, and taking a
8278         signal, set a breakpoint at the signal return address.  Delete
8279         redundant calls to check_sigtramp2.
8280         (insert_step_resume_breakpoint): New function.
8281         (through_sigtramp_breakpoint, handle_inferior_event)
8282         (follow_exec, wait_for_inferior, fetch_inferior_event)
8283         (currently_stepping, keep_going): Delete most uses of
8284         through_sigtramp_breakpoint, not that it should be deleted.
8285         (delete_breakpoint_current_contents): Delete function.
8286
8287 2004-05-10  Randolph Chung  <tausq@debian.org>
8288
8289         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8290         target.
8291         * config/pa/tm-linux.h: New file.
8292
8293 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
8294
8295         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8296         of prefixes.  Don't print the prefix twice in the CLI.
8297
8298 2004-05-10  Jim Blandy  <jimb@redhat.com>
8299
8300         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8301         collect all the gprs.
8302
8303         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8304         loop collecting gprs.
8305
8306 2004-05-09  Andrew Cagney  <cagney@redhat.com>
8307
8308         * remote-vx.c (net_step): Delete step-range code.
8309         * remote.c (remote_resume, init_all_packet_configs)
8310         (set_remote_protocol_E_packet_cmd)
8311         (show_remote_protocol_E_packet_cmd)
8312         (remote_protocol_E, show_remote_cmd, _initialize_remote)
8313         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8314         (show_remote_protocol_e_packet_cmd): Ditto.
8315
8316 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
8317
8318         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8319
8320         * hppa-tdep.h: Update copyright year.
8321         (struct trad_frame_saved_reg): Add opaque declaration.
8322
8323         * amd64-tdep.c (amd64_return_value): Implement
8324         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8325
8326         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8327         (m68k_value_to_register): New functions.
8328         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8329         value_to_register.
8330
8331         * defs.h (enum return_value_convention): Add
8332         RETURN_VALUE_ABI_RETURNS_ADDRESS and
8333         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8334         * infcmd.c (legacy_return_value): New function.
8335         (print_return_value): Rwerite to implement
8336         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8337         * values.c (using_struct_return): Check for inequality to
8338         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8339         RETURN_VALUE_STRUCT_CONVENTION.
8340         * i386-tdep.c (i386_return_value): Implement
8341         RETURN_VALUE_ABI_RETURNS_ADDRESS.
8342
8343         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
8344         include "symtab.h", "opcode/vax.h" and "inferior.h".
8345         (vax_skip_prologue): Replace calls to read_memory_integer by calls
8346         to read_memory_unsigned_integer.
8347         (vax_gdbarch_init): Reorder.
8348         (_initialize_vax_tdep): Spell out prototype.
8349         * Makefile.in (vax-tdep.o): Update dependencies.
8350
8351 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8352
8353         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8354         * target.c (target_detach, target_disconnect): Ditto.
8355
8356         * infcall.c (call_function_by_hand): When no
8357         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8358         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8359         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8360         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8361         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8362         
8363         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8364         * gdbarch.h, gdbarch.c: Re-generate.
8365         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8366         deprecated_fix_call_dummy.
8367         * v850-tdep.c (v850_gdbarch_init): Ditto.
8368         * infcall.c (call_function_by_hand): Do not call
8369         DEPRECATED_FIX_CALL_DUMMY.
8370
8371         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8372         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8373         * gdbarch.h, gdbarch.c: Re-generate.
8374         * arm-linux-tdep.c (arm_linux_call_dummy_words)
8375         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8376         deprecated_sizeof_call_dummy_words.
8377         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8378         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8379         * v850-tdep.c (v850_gdbarch_init): Ditto.
8380         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8381         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8382         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8383         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8384         * arch-utils.h (legacy_call_dummy_words)
8385         (legacy_sizeof_call_dummy_words): Delete declarations.
8386         * arch-utils.c (legacy_call_dummy_words)
8387         (legacy_sizeof_call_dummy_words): Delete variables.
8388
8389         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8390         * gdbarch.h, gdbarch.c: Re-generate.
8391         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8392         * infcall.c (call_function_by_hand): Eliminate call to
8393         DEPRECATED_PUSH_DUMMY_FRAME.
8394         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8395         push_dummy_frame.
8396         (ns32k_push_dummy_frame): Delete function.
8397
8398         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8399         deprecated_call_dummy_breakpoint_offset or
8400         deprecated_call_dummy_start_offset.
8401         * dummy-frame.c, arm-tdep.c: Update comments.
8402         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8403         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8404         * gdbarch.h, gdbarch.c: Re-generate.
8405         
8406         * infcall.c (legacy_push_dummy_code): Delete function.
8407         (push_dummy_code): Delete call.
8408
8409         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8410         * gdbarch.h, gdbarch.c: Re-generate.
8411         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8412         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8413         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8414         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8415
8416         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8417         (struct frame_info): Delete opaque declaration.
8418         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8419         * frame.c (get_frame_type): Delete call.
8420
8421         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8422         pc_in_call_dummy.
8423         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8424         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8425
8426 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8427
8428         * alphanbsd-tdep.c: Include "gdb_string.h".
8429         * armnbsd-tdep.c: Update copyright year.
8430         Include "gdb_string.h".
8431         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8432         dependencies.
8433
8434         * delta68-nat.c: Remove file.
8435         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8436         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8437         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8438         (delta68-nat.o): Remove dependency.
8439
8440         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8441         function.
8442         (m68k_gdbarch_init): Don't set
8443         deprecated_frameless_function_invocation.
8444
8445 2004-05-07  Randolph Chung  <tausq@debian.org>
8446
8447         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
8448         read_memory_nobpt for code reading when doing frame unwinding.
8449         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8450
8451 2004-05-07  Randolph Chung  <tausq@debian.org>
8452
8453         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8454         instead of sp, handle sigaltstack case.
8455         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
8456         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8457         signal handler and not that of the caller.
8458         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8459         hppa_linux_sigtramp_find_sigcontext.
8460
8461 2004-05-07  Randolph Chung  <tausq@debian.org>
8462
8463         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8464         hppa-linux-nat.c.
8465         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8466         * hppa-linux-nat.c (fetch_register, store_register): Define.
8467         (fetch_inferior_registers, store_inferior_registers): Define.
8468         (supply_gregset): Add comment and clean up some unneeded code.
8469         (fill_gregset): Add comment and fix so that it saves registers in
8470         the right place in the gregset.
8471         (fill_fpregset): Fix buffer overrun problem.
8472         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8473
8474 2004-05-07  Randolph Chung  <tausq@debian.org>
8475
8476         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
8477         do common handling of the pcoqt register.
8478         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8479         to use helper function.
8480         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8481         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8482         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8483         generic fallback unwinder when all else fails.
8484         (hppa_gdbarch_init): Add fallback sniffer.
8485         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8486         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8487         to use helper function.
8488
8489 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
8490
8491         * config/djgpp/fnchange.lst: Add translation rules for
8492         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8493
8494 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8495
8496         * frame.c (get_prev_frame_1): Work around GCC bug.
8497         * frame.h: Add comment about GCC bug.
8498
8499 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8500
8501         * observer.c: Include "commands.h" and "gdbcmd.h".
8502         (observer_debug, _initialize_observer): Add the
8503         command "set/show debug observer".
8504         * observer.sh: When observer debugging, log notify calls.
8505         * Makefile.in (observer.o): Update dependencies.
8506
8507 2004-05-07  Jason Molenda  (jmolenda@apple.com)
8508
8509         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8510
8511 2004-05-07  Jim Blandy  <jimb@redhat.com>
8512
8513         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8514         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8515         to recognize gpr regnums, instead of assuming that
8516         tdep->ppc_fp0_regnum marks the end of the general-purpose
8517         registers.
8518
8519         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8520         the given architecture has floating-point registers. 
8521
8522 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8523
8524         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8525         macro defined to 1.
8526         * gdbarch.h, gdbarch.c: Re-generate.
8527         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8528         deprecated_use_generic_dummy_frames.
8529
8530 2004-05-07  Brian Ford  <ford@vss.fsi.com>
8531
8532         * NEWS: Mention Cygwin DWARF 2 support.
8533
8534 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8535
8536         * objfiles.h (struct entry_info): Delete unused fields
8537         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8538         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8539         * mipsread.c (mipscoff_symfile_read): Update.
8540         * mdebugread.c (parse_partial_symbols): Update.
8541         * dwarfread.c (read_file_scope): Update.
8542         * dwarf2read.c (read_file_scope): Update.
8543         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8544         * coffread.c (complete_symtab): Update.
8545
8546 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
8547
8548         * infcall.c (_initialize_infcall): Fix typo.
8549
8550 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8551
8552         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8553         * command.h (add_setshow_zinteger_cmd): Declare.
8554
8555 2004-05-06  Randolph Chung  <tausq@debian.org>
8556
8557         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8558         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8559         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8560         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8561         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8562         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8563         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
8564         definitions ...
8565         * hppa-tdep.h: ... to here, with HPPA_ prefix.
8566         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8567         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8568         (hppa64_hpux_frame_find_saved_regs_in_sig)
8569         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8570         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8571         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8572         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8573         (hppa_linux_sigtramp_frame_prev_register): Likewise.
8574         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8575         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8576         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8577         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8578         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8579         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8580         (hppa32_register_type, hppa_cannot_store_register)
8581         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8582         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8583         * hpread.c (hpread_process_one_debug_symbol): Likewise.
8584         * pa64solib.c (pa64_solib_have_load_event)
8585         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8586         (pa64_solib_unloaded_library_pathname): Likewise.
8587         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8588         (som_solib_library_pathname): Likewise.
8589
8590 2004-05-05  Jim Ingham  <jingham@apple.com>
8591         
8592         * breakpoint.c (create_breakpoints): Copy the ignore count and
8593         thread id over from the pended breakpoint to the actual
8594         breakpoint.
8595         
8596 2004-05-05  Andrew Cagney  <cagney@redhat.com>
8597
8598         * gdbarch.sh (PARM_BOUNDARY): Delete.
8599         gdbarch.h, gdbarch.c: Re-generate.
8600         * valops.c (PARM_BOUNDARY): Delete macro.
8601         (value_push): Delete PARM_BOUNDARY code.
8602         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8603
8604 2004-05-04  Jim Blandy  <jimb@redhat.com>
8605
8606         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8607         Don't assume that the gprs, fprs, and UISA sprs are
8608         contiguous, start at register number zero, and end with fpscr.
8609         Instead, use the numbers from the tdep structure.
8610
8611         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8612         should no longer be used in code specific to the RS6000 and its
8613         derivatives.
8614         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8615         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8616         tdep->ppc_fp0_regnum.
8617         (ppc_supply_fpregset, ppc_collect_fpregset)
8618         (rs6000_push_dummy_call, rs6000_extract_return_value)
8619         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8620         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8621         FP0_REGNUM. 
8622         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8623         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8624         Same.
8625         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8626         bdm_ppc_store_registers): Same.
8627         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
8628         (store_register, fill_fpregset): Same.
8629         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
8630         (ppc_linux_supply_fpregset): Same.
8631         * ppcnbsd-nat.c (getfpregs_supplies): Same.
8632         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8633         Same.
8634         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8635         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8636         ppc64_sysv_abi_return_value): Same.
8637         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8638         (store_inferior_registers, fetch_core_registers): Same.
8639
8640 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8641
8642         * m68knbsd-nat.c: Remove file.
8643         * m68knbsd-tdep.c: Remove file.
8644         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8645         dependencies.
8646         * configure.host: Add m68k-*-netbsdelf*.
8647         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8648         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8649         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
8650         (XM_FILE): Remove.
8651         * config/m68k/nbsdelf.mh: New file.
8652         * config/m68k/nbsd.mt: New file.
8653         * config/m68k/nbsdaout.mt: Remove file.
8654         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8655         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
8656         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8657         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8658         (use_struct_convention): Remove prototype.
8659         (USE_STRUCT_CONVENTION): Remove define.
8660         * config/m68k/xm-nbsd.h: Remove file.
8661
8662 2004-05-04  Michael Snyder  <msnyder@redhat.com>
8663
8664         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
8665         reg_struct_return method (as gcc usually does for cross targets).
8666
8667 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8668
8669         Committed by Andrew Cagney.
8670         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8671         alignment padding when accessing ucontext struct members.
8672
8673 2004-05-04  Jim Blandy  <jimb@redhat.com>
8674
8675         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8676         'ppc_gplast_regnum' member.
8677         (ppc_num_gprs): New enum constant.
8678         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8679         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8680         * rs6000-nat.c (regmap, fetch_inferior_registers,
8681         store_inferior_registers): Same.
8682         * rs6000-tdep.c (e500_pseudo_register_read)
8683         (e500_pseudo_register_write): Same.
8684         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8685
8686         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8687         * ppc-tdep.h (ppc_num_fprs): New enum constant.
8688         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8689         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8690         FPLAST_REGNUM.
8691         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8692         Same.
8693         * ppc-linux-nat.c (ppc_register_u_addr): Same.
8694         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8695         (store_inferior_registers): Same.
8696
8697         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8698         with FPLAST_REGNUM.
8699
8700 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
8701
8702         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8703         failure detected by recent versions of GCC.
8704         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8705         to be consistent with the usage in dwarf2_create_include_psymtab.
8706
8707 2004-05-03  Michael Snyder  <msnyder@redhat.com>
8708
8709         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8710         (heuristic_proc_start): Whitespace cleanup.
8711
8712 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
8713
8714         * sun3-nat.c: Remove file.
8715         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8716         dependencies.
8717         (ALLDEPFILES): Remove sun3-nat.c.
8718         (sun3-nat.o): Remove dependencies.
8719
8720         * i386-interix-nat.c, i386-interix-tdep.c,
8721         config/i386/nm-interix.h, config/i386/interix.mh,
8722         config/i386/interix.mt: Remove files.
8723         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8724         dependencies.
8725
8726 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
8727
8728         * m68k-tdep.h (struct gdbarch_tdep): Add member
8729         struct_value_regnum.
8730         (m68k_svr4_init_abi): New prototype.
8731         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
8732         different calling conventions.
8733         (m68k_extract_return_value): Remove code dealing with single-field
8734         structs.
8735         (m68k_store_return_value): Remove code dealing with single-field
8736         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
8737         (m68k_extract_struct_value_address): Remove function.
8738         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8739         (m68k_reg_struct_return_p, m68k_return_value)
8740         (m68k_svr4_return_value): New functions.
8741         (m68k_use_struct_convention): Remove function.
8742         (m68k_push_dummy_call): Use new struct_value_regnum member of
8743         `struct gdbarch_tdep' instead of hardcoded register number to
8744         store STRUCT_ADDR.
8745         (m68k_svr4_init_abi): New function.
8746         (m68k_gdbarch_init): Don't set extract_return_value,
8747         store_return_values, deprecated_extract_struct_value_address and
8748         use_struct_convention.  Set return_value instead.  Initialize new
8749         struct_value_regnum member of `struct gdbarch_tdep'.
8750         * m68klinux-tdep.c: Update copyright year.
8751         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8752         (m68k_linux_extract_struct_value_address): Remove function.
8753         (m68k_linux_init_abi): Don't set extract_return_value,
8754         store_return_values, deprecated_extract_struct_value_address and
8755         use_struct_convention.  Call m68k_svr4_init_abi but override the
8756         new struct_value_regnum member of `struct gdbarch_tdep'.
8757         * Makefile.in (m68k-tdep.o): Update dependencies.
8758
8759 2004-05-03  J. Brobecker  <brobecker@gnat.com>
8760
8761         * dwarf2read.c (line_header): Add new included_p field in
8762         field file_names.
8763         (partial_die_info): New field has_stmt_list. New field line_offset.
8764         (dwarf2_create_include_psymtab): New function.
8765         (dwarf2_build_include_psymtabs): New function.
8766         (add_file_name): Add forward declaration. Initialize new field.
8767         (dwarf_decode_lines): Add new parameter. Enhance this procedure
8768         to be able to determine the list of files included by the
8769         given unit, and build their associated psymtabs.
8770         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8771         files as well.
8772         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8773         (read_file_scope): Update call to dwarf_decode_lines.
8774         (read_partial_die): Handle DW_AT_stmt_list attributes.
8775
8776 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
8777
8778         Unfix PR gdb/1626.
8779         * configure.in: Revert special case for osf5.*.
8780         * configure: Regenerate.
8781
8782 2004-05-02  Jim Blandy  <jimb@redhat.com>
8783
8784         Move the symbol-file-from-memory functions into their own file.
8785         * symfile-mem.c, symfile-mem.h: New files.
8786         * symfile.c (symbol_file_add_from_bfd): New function.
8787         (symbol_file_add): Call symbol_file_add_from_bfd.
8788         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8789         Moved to symfile-mem.c.
8790         (_initialize_symfile): Move definition of
8791         add-symbol-file-from-memory command to symfile-mem.c.
8792         * symfile.h (symbol_file_add_from_bfd): New declaration.
8793         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8794         * config/powerpc/linux.mt (TDEPFILES): Same.
8795         * Makefile.in (SFILES): Add symfile-mem.c.
8796         (symfile_mem_h): New variable.
8797         (HFILES_NO_SRCDIR): Add symfile-mem.h.
8798         (symfile-mem.o): New rule.
8799
8800 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8801
8802         * breakpoint.c (insert_bp_location): Use get_frame_id, and
8803         frame_find_by_id instead of frame_relative_level.
8804         (do_enable_breakpoint): Ditto.
8805         * thread.c: Update copyright.
8806         (info_threads_command): Ditto, simplify.
8807
8808         * frame.c (deprecated_generic_get_saved_register): Delete
8809         function, moved to "xstormy16-tdep.c".
8810         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8811         deprecated_generic_get_saved_register from "frame.c".
8812         (xstormy16_frame_saved_register): Call
8813         xstormy16_get_saved_register.
8814         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8815         static.
8816         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8817         * frame.h (deprecated_generic_get_saved_register): Delete.
8818
8819 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
8820
8821         * dwarfread.c: Update documentation on the state of dwarf-1.
8822
8823 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8824
8825         * stack.c (select_frame_command): Delete call to
8826         frame_relative_level.
8827         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8828         Delete #if0 code.
8829         (frame_info): Do not print FRAMELESS.
8830         (print_block_frame_labels): Replace DEPRECATED_STREQ.
8831         (catch_info): Delete #if0 code.
8832
8833         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8834         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8835         of frame_relative_level.
8836         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8837         to SENTINEL_FRAME.
8838         * frame.h (enum frame_type): Add SENTINEL_FRAME.
8839         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8840         frame_relative_level.
8841
8842         * frame.h (deprecated_set_frame_type): Delete declaration.
8843         * frame.c (deprecated_set_frame_type): Delete function, update
8844         comments.
8845
8846         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8847         * gdbarch.h, gdbarch.c: Re-generate.
8848         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8849         (shnbsd_pc_in_sigtramp): Delete.
8850         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8851         pc_in_sigtramp.
8852         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8853         pc_in_sigtramp.
8854         * frame.h: Update comments.
8855         * ppc-linux-tdep.c: Update comments.
8856         * breakpoint.c (bpstat_what): Update comments.
8857
8858         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8859         m68klinux-tdep.o's dependencies, were previously added to
8860         m68klinux-nat.o.
8861
8862         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8863         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8864         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8865         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8866         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8867
8868         * Makefile.in (m68klinux-nat.o): Update dependencies.
8869         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8870         (m68k_linux_sigtramp_frame_cache)
8871         (m68k_linux_sigtramp_frame_this_id)
8872         (m68k_linux_sigtramp_frame_prev_register)
8873         (m68k_linux_sigtramp_frame_unwind)
8874         (m68k_linux_sigtramp_frame_sniffer)
8875         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8876         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8877         names, use trad-frame.h.
8878         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8879         (struct m68k_sigtramp_info): Delete.
8880         * m68k-tdep.c (m68k_sigtramp_frame_cache)
8881         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8882         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8883         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8884         "m68klinux-tdep.c".
8885
8886         * infrun.c (check_sigtramp2): Delete check for
8887         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8888
8889 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8890
8891         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8892
8893 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8894
8895         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8896         (frv_linux_sigtramp_frame_cache)
8897         (frv_linux_sigtramp_frame_this_id)
8898         (frv_linux_sigtramp_frame_prev_register)
8899         (frv_linux_sigtramp_frame_unwind)
8900         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8901         include "linux" in function and variable names, directly call
8902         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8903         the latest trad-frame code.
8904         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8905         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8906         * Makefile.in (frv-linux-tdep.o): Update dependencies.
8907         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8908         * frv-tdep.c (frv_sigtramp_frame_cache)
8909         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8910         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8911         frv-linux-tdep.c.
8912         (frv_gdbarch_init): Do not append a sigtramp sniffer.
8913         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8914         (frv_set_sigcontext_reg_addr): Delete function.
8915
8916         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8917         (DEPRECATED_SIGTRAMP_END): Delete.
8918         * gdbarch.h, gdbarch.c: Re-generate.
8919         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8920         * config/vax/tm-vaxbsd.h: Update copyright.
8921         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8922         (DEPRECATED_IN_SIGTRAMP): Define.
8923         * config/m68k/tm-nbsd.h: Update copyright.
8924         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8925         (DEPRECATED_IN_SIGTRAMP): Define.
8926
8927 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8928
8929         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8930         encondings.  Fixes PR gdb/1628.
8931
8932         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8933         DW_CFA_restore state without a matching DW_CFA_remember_state
8934         instead of aborting.  Fixes PR backtrace/1589.
8935
8936 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
8937
8938         * MAINTAINERS: Add self as AIX maintainer.
8939         Update my e-mail address in write-after-approval section.
8940
8941 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8942
8943         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8944         (legacy_get_prev_frame): Ditto.
8945
8946         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8947         (mips_gdbarch_init): Do not set pc_in_sigtramp.
8948         * mipsread.c (sigtramp_address): Delete extern variable.
8949         (mipscoff_new_init): Delete reference.
8950         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8951         (fixup_sigtramp): Delete function.
8952         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8953         (fixup_sigtramp): Delete declarations.
8954
8955         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8956         deprecated_pc_in_sigtramp.
8957         (ppcnbsd_pc_in_sigtramp): Delete function.
8958
8959 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8960
8961         * config/m68k/nm-nbsd.h: Tweak comments.
8962         * config/m68k/nm-nbsdaout.h: Likewise.
8963
8964 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8965
8966         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8967         legacy_pc_in_sigtramp.
8968         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8969
8970 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8971
8972         Add OpenBSD/m68k support.
8973         * NEWS (New native configurations): Mention OpenBSD/m68k.
8974         * m68kbsd-tdep.c: New file.
8975         * m68kbsd-nat.c: New file.
8976         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8977         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8978         * configure.host: Add m68k-*-openbsd.
8979         * configure.tgt: Add m68k-*-openbsd.
8980         * config/m68k/tm-obsd.h: New file.
8981         * config/m68k/obsd.mt: New file.
8982         * config/m68k/obsd.mh: New file.
8983         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8984         m68kbsd-tdep.c.
8985
8986 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8987
8988         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8989         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8990
8991 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
8992
8993         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8994         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8995
8996 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8997
8998         Revert 2004-04-16 change.
8999         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
9000         (i386_coff_init_abi): Remove.
9001         * i386-tdep.h (i386_coff_init_abi): Remove.
9002         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
9003
9004 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9005
9006         * blockframe.c (find_pc_partial_function): Delete use of
9007         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
9008         DEPRECATED_SIGTRAMP_END.
9009
9010         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
9011         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
9012         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
9013         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
9014         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
9015
9016         * defs.h (deprecated_inside_entry_file): Delete declaration.
9017         * blockframe.c (deprecated_inside_entry_file): Delete function.
9018         (legacy_frame_chain_valid): Delete call.
9019         * sh64-tdep.c (sh64_frame_chain): Delete call.
9020         * objfiles.h: Update comments.
9021         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
9022         call.
9023         * frame.c (get_prev_frame): Delete call, update comments.
9024
9025 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9026
9027         * MAINTAINERS (Write After Approval): Add myself.
9028
9029 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9030
9031         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
9032         * gdbarch.h, gdbarch.c: Re-generate.
9033         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
9034         code.
9035
9036 2004-04-30  Andrew Cagney  <cagney@redhat.com>
9037
9038         * gdb-events.sh (selected_thread_changed)
9039         (selected_frame_level_changed, target_changed): Delete.
9040         * gdb-events.h, gdb-events.c: Re-generate.
9041         * valops.c (value_assign): Update.
9042         * stack.c (select_frame_command, up_silently_base)
9043         (down_silently_base): Update.
9044
9045 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9046
9047         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
9048         registers correctly.
9049         (print_gp_register_row, mips32_heuristic_proc_desc)
9050         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
9051         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
9052         references to mips_isa_regsize.
9053
9054 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9055
9056         * mips-tdep.c (struct gdbarch_tdep): Delete
9057         mips_fp_register_double.
9058         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
9059         mips_abi_regsize.
9060         (mips_gdbarch_init): Do not set mips_fp_register_double.
9061         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
9062
9063 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
9064
9065         Committed by Andrew Cagney.
9066         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
9067         function calls.
9068
9069 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9070
9071         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
9072         gdbarch, use mips_abi, update callers.
9073         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
9074         mips_abi_regsize, update callers.
9075         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
9076         mips_default_abi_regsize.
9077         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
9078         mips_default_abi_regsize.
9079
9080 2004-04-29  Andrew Cagney  <cagney@redhat.com>
9081
9082         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
9083         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
9084         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
9085         mips_default_abi_regsize.
9086         (mips_isa_regsize): Rename mips_regisze.
9087         * mipsnbsd-tdep.c: Update.
9088         * mips-linux-tdep.c: Update.
9089         * irix5-nat.c: Update.
9090         * mips-tdep.h (mips_isa_regsize): Update.
9091
9092         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
9093         Delete all disabled code.
9094         * gdb-events.h, gdb-events.c: Re-generate.
9095         
9096 2004-04-19  Jerome Guitton  <guitton@gnat.com>
9097             Mark Kettenis  <kettenis@gnu.org>
9098
9099         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
9100         the function begins with a branch instruction.
9101
9102 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
9103
9104         * i386-tdep.c: Fix spelling mistakes.
9105
9106 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9107             Andrew Cagney  <cagney@redhat.com>
9108
9109         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
9110         <sys/proc.h>.
9111         * acconfig.h: Provide default _KMEMUSER value.
9112         * config.in, configure: Re-generate.
9113         * NEWS: Mention fix.
9114
9115 2004-04-24  Randolph Chung  <tausq@debian.org>
9116
9117         * configure.host (hppa*-*-linux*): New target.
9118         * configure.tgt (hppa*-*-linux*): Likewise.
9119         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
9120         gdbarch_init_osabi() call earlier so that osabi-specific frame
9121         unwinders can be registered first.
9122         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
9123         hppa-linux-nat.c.
9124         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
9125         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
9126         * config/pa/linux.mh: New file.
9127         * config/pa/linux.mt: New file.
9128         * config/pa/nm-linux.h: New file.
9129         * config/pa/xm-linux.h: New file.
9130         * hppa-linux-nat.c: New file.
9131         * hppa-linux-tdep.c: New file.
9132
9133 2004-04-28  Randolph Chung  <tausq@debian.org>
9134
9135         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
9136         return values.
9137         (hppa32_push_dummy_call): Fix small struct and floating point argument 
9138         passing, and make sure the stack frame is properly aligned.
9139
9140 2004-04-28  Andrew Cagney  <cagney@redhat.com>
9141
9142         * stack.c (print_stack_frame): Fix description.
9143
9144         * NEWS: Mention gdb/gdbserver/configure execute permission
9145         changed.  PR server/519.
9146
9147 2004-04-28  Andrew Cagney  <cagney@redhat.com>
9148
9149         * stack.c (print_stack_frame_stub): Delete declaration.
9150         (struct print_stack_frame_args, print_stack_frame)
9151         (print_frame_info, print_frame): Replace "source" with print what.
9152         Replace "print" with "print_level".  Replace "args" with
9153         "print_args".
9154         * frame.h (show_and_print_stack_frame, print_stack_frame)
9155         (print_frame_info): Update declarations.
9156         * stack.c (select_and_print_frame, frame_command)
9157         (current_frame_command, up_command, down_command): Update calls -
9158         use get_selected_frame, pass "enum print_what" for source, do not
9159         call frame_relative_level.
9160         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
9161         * remote-rdp.c (remote_rdp_open): Ditto.
9162         * remote-mips.c (common_open): Ditto.
9163         * remote-e7000.c (e7000_start_remote): Ditto.
9164         * ocd.c (ocd_start_remote): Ditto.
9165         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
9166         * infrun.c (normal_stop): Ditto.
9167         * inflow.c (kill_command): Ditto.
9168         * infcmd.c (finish_command): Ditto.
9169         * corelow.c (core_open): Ditto.
9170         * tracepoint.c (finish_tfind_command): Ditto.
9171         * thread.c (info_threads_command, info_threads_command) 
9172         (restore_current_thread, do_captured_thread_select): Ditto.
9173         * ada-tasks.c (task_command): Ditto.
9174
9175 2004-04-26  Orjan Friberg <orjanf@axis.com>
9176
9177         * frame.c: Include "observer.h".
9178         (frame_observer_target_changed): New function.
9179         (_initialize_frame): Attach target_changed observer.
9180         * regcache.c: Include "observer.h".
9181         (regcache_observer_target_changed): New function.
9182         (_initialize_regcache): Attach target_changed observer.
9183         * valops.c: Include "observer.h".
9184         (value_assign): Notify target_changed event when modifying register.
9185         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
9186
9187 2004-04-26  Orjan Friberg <orjanf@axis.com>
9188
9189         From Paul Koning <pkoning@equallogic.com>:
9190         * breakpoint.c (free_valchain): New function.
9191         (insert_bp_location, delete_breakpoint): Use free_valchain.
9192         (remove_breakpoint): Do not remove the valchain.
9193         (bpstat_stop_status): If not stopped by watchpoint, skip
9194         watchpoints when generating stop status list.
9195         * infrun.c (handle_inferior_event): Make
9196         stepped_after_stopped_by_watchpoint a global variable.
9197         * remote.c (remote_stopped_data_address): Return watch data
9198         address rather than zero if stepped_after_stopped_by_watchpoint is
9199         set.
9200
9201 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
9202
9203         Fix PR gdb/1626.
9204         * configure.in: Check for curses after termcap.
9205         On osf5.*, do not check for ncurses.
9206         * configure: Regenerate.
9207
9208 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
9209
9210         * ppcobsd-nat.c: Include "ppc-tdep.h".
9211         * Makefile.in (ppcobsd-nat.o): Update dependencies.
9212
9213         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
9214         Fixes PR tdep/1623 and PR tdep/1624.
9215
9216 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
9217
9218         * xmodem.h, xmodem.c: Remove files.
9219         * Makefile.in: Remove references to xmodem.h, xmodem.c.
9220
9221 2004-04-23  Randolph Chung  <tausq@debian.org>
9222
9223         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9224         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9225         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9226         for handling stackless frames.
9227         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
9228
9229 2004-04-23  Randolph Chung  <tausq@debian.org>
9230
9231         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9232         starts at a pc before the frame is created.
9233
9234 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
9235
9236         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9237
9238 2004-04-23  Jerome Guitton  <guitton@gnat.com>
9239
9240         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9241         use convert_typed_floating to get the appropriate format.
9242
9243 2004-04-22  Randolph Chung  <tausq@debian.org>
9244
9245         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9246         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9247         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9248         (hppa_sign_extend): Add prototype.
9249         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9250         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9251         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
9252         hppa targets will also use these functions.
9253         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9254         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9255         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9256         (hppa_gdbarch_init): Remove gdbarch setting of 
9257         skip_trampoline_code, in_solib_call_trampoline and
9258         in_solib_return_trampoline.
9259         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9260         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9261         hppa_in_solib_call_trampoline.
9262         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9263         Moved from hppa-tdep.c.
9264         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
9265         in_solib_call_trampoline and in_solib_return_trampoline.
9266
9267 2004-04-22  Randolph Chung  <tausq@debian.org>
9268
9269         * hppa-tdep.c (hppa_debug): New variable.
9270         (find_unwind_entry, hppa_frame_cache): Add debug output.
9271         (_initialize_hppa_tdep): Add command to set debug flag.
9272
9273 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9274
9275         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
9276         "trad-frame.h".
9277         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9278         signal trampoline unwinder.
9279         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9280
9281 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
9282
9283         Add OpenBSD/powerpc support.
9284         * NEWS (New native configurations): Mention OpenBSD/powerpc.
9285         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9286         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9287         (ppc_collect_fpregset): New prototypes.
9288         * ppcobsd-nat.c: New file.
9289         * ppcobsd-tdep.c: New file.
9290         * ppcobsd-tdep.h: New file.
9291         * rs6000-tdep.c: Include "regset.h".
9292         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9293         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9294         New functions.
9295         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9296         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9297         (rs6000-tdep.o): Update dependencies.
9298         * configure.host: Add powerpc-*-openbsd.
9299         * configure.tgt: Add powerpc-*-openbsd.
9300         * config/powerpc/obsd.mh: New file.
9301         * config/powerpc/nm-obsd.h: New file.
9302         * config/powerpc/obsd.mt: New file.
9303
9304 2004-04-22  Andrew Cagney  <cagney@redhat.com>
9305
9306         * frame.h (show_frame_info): Delete declaration.
9307
9308         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9309         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9310         * m32r-tdep.c (m32r_frame_this_id): Ditto.
9311         * frv-tdep.c (frv_frame_this_id): Ditto.
9312         * avr-tdep.c (avr_frame_this_id): Ditto.
9313
9314 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
9315
9316         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9317
9318 2004-04-22  Jim Blandy  <jimb@redhat.com>
9319
9320         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9321         register number zero.
9322
9323 2004-04-21  Michael Snyder  <msnyder@redhat.com>
9324
9325         * mips-tdep.c (heuristic_proc_start): 
9326         Warning() already prefixes "Warning: ".
9327
9328 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9329
9330         * annotate.h (deprecated_annotate_starting_hook)
9331         (deprecated_annotate_stopped_hook)
9332         (deprecated_annotate_exited_hook)
9333         (deprecated_annotate_signal_hook)
9334         (deprecated_annotate_signalled_hook): Deprecate.
9335         * tracepoint.h (deprecated_create_tracepoint_hook)
9336         (deprecated_delete_tracepoint_hook)
9337         (deprecated_modify_tracepoint_hook)
9338         (deprecated_trace_find_hook)
9339         (deprecated_trace_start_stop_hook): Deprecate.
9340         * target.h (deprecated_target_new_objfile_hook): Deprecate.
9341         * remote.h (deprecated_target_resume_hook)
9342         (deprecated_target_wait_loop_hook): Deprecate.
9343         * gdbcore.h (deprecated_exec_file_display_hook)
9344         (deprecated_file_changed_hook): Deprecate.
9345         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9346         * defs.h (deprecated_modify_breakpoint_hook)
9347         (deprecated_command_loop_hook, deprecated_show_load_progress)
9348         (deprecated_print_frame_info_listing_hook)
9349         (deprecated_query_hook, deprecated_warning_hook)
9350         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9351         (deprecated_delete_breakpoint_hook)
9352         (deprecated_interactive_hook, deprecated_registers_changed_hook)
9353         (deprecated_readline_begin_hook, deprecated_readline_hook)
9354         (deprecated_readline_end_hook, deprecated_register_changed_hook)
9355         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9356         (deprecated_context_hook, deprecated_target_wait_hook)
9357         (deprecated_attach_hook, deprecated_detach_hook)
9358         (deprecated_call_command_hook, deprecated_set_hook)
9359         (deprecated_error_hook, deprecated_error_begin_hook)
9360         (deprecated_ui_load_progress_hook): Deprecate.
9361         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9362         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9363         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9364         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9365         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9366         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9367         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9368         * annotate.c, aix-thread.c: Update.
9369
9370 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9371
9372         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9373         * vaxnbsd-tdep.c: Include "gdb_string.h".
9374
9375         * symfile.c (symbol_file_add_from_memory): #if 0 function.
9376         (add_symbol_file_from_memory_command): #if 0 function body, call
9377         error instead.
9378
9379 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9380
9381         * gdbcore.h: Update copyright.
9382         (deprecated_add_core_fns): Rename add_core_fns.
9383         * win32-nat.c (_initialize_core_win32): Update.
9384         * sun3-nat.c (_initialize_core_sun3): Update.
9385         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9386         * rs6000-nat.c (_initialize_core_rs6000): Update.
9387         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9388         * nto-tdep.c (_initialize_nto_tdep): Update.
9389         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9390         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9391         * mips-nat.c (_initialize_core_mips): Update.
9392         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9393         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9394         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9395         * lynx-nat.c (_initialize_core_lynx): Update.
9396         * irix5-nat.c (_initialize_core_irix5): Update.
9397         * i386-interix-nat.c (_initialize_core_interix): Update.
9398         * cris-tdep.c (_initialize_cris_tdep): Update.
9399         * corelow.c (deprecated_add_core_fns): Update.
9400         * core-regset.c (_initialize_core_regset): Update.
9401         * core-aout.c (_initialize_core_aout): Update.
9402         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9403         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9404         * alpha-nat.c (_initialize_core_alpha): Update.
9405
9406 2004-04-21  Jim Blandy  <jimb@redhat.com>
9407
9408         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9409
9410 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
9411
9412         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9413         Delete.
9414         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
9415         (read_attribute_value): Update calls to dwarf_alloc_block.
9416         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9417         dwarf2_tmp_obstack.
9418         (psymtab_to_symtab_1): Likewise.  Clean up using
9419         free_stack_comp_unit.
9420         (add_to_cu_func_list): Use the comp_unit_obstack.
9421
9422 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
9423
9424         * dwarf2read.c (dwarf2_flag_true_p): New function.
9425         (die_is_declaration): Use the function above. Add some comments.
9426
9427 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
9428
9429         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9430         architecture when registering sparcnbsd_core_osabi_sniffer.
9431         Adjust comment.
9432
9433 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
9434
9435         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9436         return value.
9437
9438         Based on a patch from Brian Ford <ford@vss.fsi.com>:
9439         * i386-tdep.c: Correct register numbering scheme comments
9440         throughout.
9441         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9442         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9443         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9444         (i386_gdb_arch_init): Likewise.
9445
9446         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9447         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9448         ppcnbsd-tdep.o.
9449
9450         * m68k-tdep.h: Tweak comments.
9451         * m68k-tdep.c: Tweak comment.
9452
9453 2004-04-17  Randolph Chung  <tausq@debian.org>
9454
9455         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9456         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9457         (hppa_hpux_som_init_abi): Set is_elf to 0.
9458         (hppa_hpux_elf_init_abi): Set is_elf to 1.
9459         * hppa-tdep.c (low_text_segment_address): Remove global.
9460         (record_text_segment_lowaddr): Pass in low address as parameter. Use
9461         section offset to calculate segment address.
9462         (internalize_unwinds): Define low_text_segment_address as local and
9463         pass to record_text_segment_lowaddr for ELF targets.
9464         (hppa_gdbarch_init): Zero fill tdep structure.
9465         (hppa_dump_tdep): Print tdep structure.
9466         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9467
9468 2004-04-17  Randolph Chung  <tausq@debian.org>
9469
9470         * hppa-tdep.c (hppa_pseudo_register_read): Define.
9471         (hppa_gdbarch_init): Set pseudo_register_read.
9472         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9473         * regcache.c (supply_register): Remove check for
9474         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9475
9476 2004-04-17  Randolph Chung  <tausq@debian.org>
9477
9478         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9479         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9480         (hpread_adjust_stack_address): Move to hpread.c.
9481         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9482         obj_private_struct): Move from tm-hppa.h.
9483         * hpread.c (hppa-tdep.h): Include.
9484         (hpread_adjust_stack_address): Move from hppa-tdep.c.
9485         (hpread_read_function_type, hpread_read_doc_function_type)
9486         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
9487         directly.
9488         * pa64solib.c (hppa-tdep.h): Include.
9489         * somsolib.c (hppa-tdep.h): Include.
9490         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9491         inferior_status): Remove unused forward declarations.
9492         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9493         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
9494         obj_private_struct): Move to hppa-tdep.h.
9495         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9496
9497 2004-04-17  Randolph Chung  <tausq@debian.org>
9498
9499         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9500         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9501         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9502         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9503         Remove forward declaration and make static.
9504         (hppa_reg_struct_has_addr): Remove.
9505
9506 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9507
9508         * observer.sh: Move comments in sed command to first column.
9509
9510 2004-04-16  Jason Molenda  (jmolenda@apple.com)
9511
9512         * frame.c: Minor typeo corrections in comments.
9513
9514 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9515
9516         * observer.c (observer_test_first_notification_function): Update
9517         function profile.
9518         (observer_test_second_notification_function): Likewise.
9519         (observer_test_third_notification_function): Likewise.
9520
9521 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
9522
9523         From Brian Ford <ford@vss.fsi.com>:
9524         * i386-tdep.c (i386_coff_init_abi): New function.
9525         * i386-tdep.h (i386_coff_init_abi): New prototype.      
9526         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
9527         register number translation functions for DWARF and DWARF 2.
9528
9529 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9530
9531         * dwarf2read.c: Back out my previous change, it was incorrect.
9532
9533 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
9534
9535         * dwarf2read.c: Include "hashtab.h".
9536         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9537         has_namespace_info.
9538         (struct partial_die_info): Add comments.  Use bitfields to reduce
9539         memory footprint.  Add scope, scope_set, has_specification,
9540         spec_offset, die_parent, die_child, and die_sibling.
9541         (peek_die_abbrev): Add prototype.
9542         (partial_read_comp_unit_head): New function, broken out from
9543         dwarf2_build_psymtabs_hard.
9544         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9545         Use partial_read_comp_unit_head.  Initialize the CU and
9546         comp_unit_obstack.  Update calls to read_partial_die and
9547         scan_partial_symbols.  Use free_stack_comp_unit and
9548         load_partial_dies.
9549         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
9550         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
9551         Update calls to helper functions.  Remove NAMESPACE argument.
9552         Update comments.
9553         (partial_die_parent_scope, partial_die_full_name): New functions.
9554         (add_partial_symbol): Remove namespace argument.  Update call to
9555         pdi_needs_namespace.  Use partial_die_full_name.  Handle
9556         DW_TAG_namespace.  Check has_namespace_info flag.
9557         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
9558         tag.  Handle namespaces.
9559         (add_partial_namespace, add_partial_enumeration): Simplify.
9560         (guess_structure_name): New function, derived from
9561         add_partial_structure.
9562         (add_partial_structure): Remove.
9563         (determine_class_name): Update comment.
9564         (dwarf2_read_abbrevs): Set has_namespace_info flag.
9565         (is_type_tag_for_partial, load_partial_dies): New functions.
9566         (read_partial_die): Pass abbrev and abbrev_len as arguments.
9567         Record specifications instead of following them immediately.
9568         (find_partial_die_in_comp_unit, find_partial_die)
9569         (fixup_partial_die, free_stack_comp_unit)
9570         (hashtab_obstack_allocate, dummy_obstack_deallocate)
9571         (partial_die_hash, partial_die_eq): New functions.
9572         * Makefile.in (hashtab_h): Define.
9573         (dwarf2read.o): Update dependencies.
9574         (observer_inc, observer_h): Move to the correct section.
9575
9576 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9577
9578         * dwarf2read.c (dwarf2_attribute_true_p): New function.
9579         (die_is_declaration): Use the function above. Add comment.
9580
9581 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9582
9583         * dwarf2read.c (read_structure_scope): Identify stub types
9584         using die_is_declaration() only.
9585
9586 2004-04-15  Roland McGrath  <roland@redhat.com>
9587
9588         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9589         argument instead of NAME.
9590         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9591         in call to symbol_file_add_with_addrs_or_offsets.
9592         (build_addr_info): New function, helper for ...
9593         (symbol_file_add_from_memory): New function.
9594         (add_symbol_file_from_memory_command): New function using that.
9595         (_initialize_symfile): Register it for add-symbol-file-from-memory.
9596         (pre_add_symbol_hook): Add const to argument type.
9597         * symfile.h (symbol_file_add_from_memory): Declare it.
9598
9599 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9600
9601         * NEWS (New native configurations): Mention OpenBSD/vax.
9602         * configure.host: Add vax-*-openbsd*.
9603         * config/vax/obsd.mh: New file.
9604         * config/vax/nm-obsd.h: New file.
9605
9606         * vax-tdep.c: Include "regset.h".
9607         (vax_supply_gregset): New function.
9608         (vax_gregset): New variable.
9609         (vax_regset_from_core_section): New function.
9610         (vax_gdbarch_init): Set regset_from_core_section.
9611         * Makefile.in (vax-tdep.o): Update dependencies.
9612
9613 2004-04-15  Andrew Cagney  <cagney@redhat.com>
9614
9615         * observer.c (normal_stop_subject, observer_notify_normal_stop)
9616         (observer_normal_stop_notification_stub)
9617         (observer_attach_normal_stop, observer_detach_normal_stop):
9618         Delete, replaced by #include "observer.inc".
9619         * infrun.c (normal_stop): Pass "stop_bpstat" to
9620         observer_notify_normal_stop.
9621         * Makefile.in (observer_inc): Define.
9622         (observer.o): Update dependencies.
9623         (observer.h, observer.inc): New rules.
9624         * observer.h: Delete file.
9625         * observer.sh: New file.
9626
9627 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9628
9629         * vax-tdep.c (vax_frame_cache): Fix typo.
9630
9631 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9632
9633         * NEWS (New native configurations): Mention NetBSD/vax.
9634         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9635         * config/vax/nbsdelf.mh: New file.
9636         * config/vax/nbsdaout.mh: New file.
9637         * config/vax/nm-nbsd.h: New file.
9638         * config/vax/nm-nbsdaout.h: New file.
9639
9640         * vaxnbsd-tdep.c: New file.
9641         * Makefile.in (vaxnbsd-tdep.o): New dependency.
9642         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9643         * config/vax/nbsd.mt: New file.
9644         * config/vax/tm-nbsd.h: New file.
9645
9646         * Makefile.in (vaxbsd-nat.o): New dependency.
9647
9648         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9649         * vax-tdep.c (vax_store_arguments): Remove struct_return and
9650         struct_addr arguments.  Don't push return value address.
9651         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9652         arguments to vax_store_arguments.  Store return value address in
9653         R1.
9654         (vax_store_struct_return, vax_extract_return_value)
9655         (vax_store_return_value): Remove functions.
9656         (vax_return_value): New function.
9657         (vax_gdbarch_init): Set return value.  Don't set
9658         deprecated_store_struct_return, deprecated_extract_struct_return
9659         and deprecated_store_return_value.
9660
9661 2004-04-14  Andreas Schwab  <schwab@suse.de>
9662
9663         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9664         value buffer.
9665         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9666
9667 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9668
9669         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9670         (vax_unwind_dummy_id): New functions.
9671         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9672         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9673         variables.
9674         (vax_fix_call_dummy): Remove function.
9675         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9676         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9677         call_dummy_location, deprecated_call_dummy_words,
9678         deprecated_sizeof_call_dummy_words,
9679         deprecated_call_dummy_breakpoint_offset,
9680         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9681         and deprecated_dummy_write_sp.
9682
9683 2004-04-13  David Carlton  <carlton@kealia.com>
9684
9685         * MAINTAINERS: Move myself to "paper trail" section.
9686
9687 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
9688
9689         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9690         "trad-frame.h".
9691         (vax_frame_init_saved_regs): Remove function.
9692         (vax_sigtramp_saved_pc): Remove function.
9693         (vax_frame_saved_pc): Remove function.
9694         (vax_frame_args_address): Remove function.
9695         (vax_frame_num_args): Rewrite.
9696         (vax_frame_chain): Remove function.
9697         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9698         VAX_FP_REGNUM.
9699         (vax_pop_frame): Likewise.
9700         (vax_saved_pc_after_call): Remove function.
9701         (struct vax_frame_cache): New structure.
9702         (vax_frame_cache): New function.
9703         (vax_frame_this_id): New function.
9704         (vax_frame_prev_register): New function.
9705         (vax_frame_unwind): New variable.
9706         (vax_frame_sniffer): New function.
9707         (vax_frame_base_address): New function.
9708         (vax_frame_args_address): New function.
9709         (vax_frame_base): New variable.
9710         (vax_unwind_pc): New function.
9711         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9712         deprecated_fp_regnum, deprecated_saved_pc_after_call,
9713         deprecated_frame_chain, deprecated_frame_saved_pc,
9714         deprecated_frame_args_address and
9715         deprecated_frame_init_saved_regs.
9716         * Makefile.in (vax-tdep.o): Update dependencies.
9717
9718         * vaxbsd-nat.c: New file.
9719
9720         * vax-tdep.h: Update copyright year.  Adjust comments.
9721         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9722         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9723         (vax_regnum): New enum.  Replacing...
9724         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9725         (VAX_PS_REGNUM): ... these removed macros.
9726         * vax-tdep.c (vax_register_name): Remove prototype.
9727         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
9728         (vax_register_byte, vax_register_raw_size,
9729         vax_register_virtual_size, vax_register_virtual_type): Remove
9730         functions.
9731         (vax_register_type): New function.
9732         (vax_breakpoint_from_pc): Reorganize.
9733         (vax_gdbarch_init): Set register_type.  Don't set
9734         deprecated_register_size, deprecated_register_bytes,
9735         deprecated_register_byte, deprecated_register_raw_size,
9736         deprecated_max_register_raw_size,
9737         deprecated_register_virtual_size,
9738         deprecated_max_register_virtual_size and
9739         deprecated_register_virtual_type.  Add comment on stack direction.
9740
9741 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
9742
9743         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9744         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9745         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9746
9747 2004-04-10  Randolph Chung  <tausq@debian.org>
9748
9749         * MAINTAINERS (write after approval): Add myself.
9750
9751 2004-04-07  Randolph Chung  <tausq@debian.org>
9752
9753         * hppa-tdep.c (hppa_inner_than): Remove.
9754         (is_pa_2): Remove unused static variable.
9755         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9756
9757 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
9758
9759         * language.h (language_defn): Add new la_post_parser field.
9760         * parser-defs.h (null_post_parser): New declaration (default for
9761         la_post_parser).
9762
9763         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9764         insert call to that function.
9765         (parse_exp_in_context): New function, including code formerly in
9766         parse_exp_1.  Calls language-dependent post-parser after
9767         prefixification.
9768         (parse_expression_in_context): New exported function.
9769         (null_post_parser): New definition.
9770         * expression.h (parse_expression_in_context): Add declaration.
9771
9772         * p-lang.c (pascal_language_defn): Add trivial post-parser.
9773         * c-lang.c (c_language_defn): Ditto.
9774         (cplus_language_defn): Ditto.
9775         (asm_language_defn): Ditto.
9776         (minimal_language_defn): Ditto.
9777         * f-lang.c (f_language_defn): Ditto.
9778         * jv-lang.c (java_language_defn): Ditto.
9779         * language.c (unknown_language_defn): Ditto.
9780         (auto_language_defn): Ditto.
9781         (local_language_defn): Ditto.
9782         * m2-lang.c (m2_language_defn): Ditto.
9783         * scm-lang.c (scm_language_defn): Ditto.
9784         * obj-lang.c (objc_language_defn): Ditto.
9785
9786 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9787
9788         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9789         (amd64nbsd_mcontext_addr): New function.
9790         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9791         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
9792         with amd64nbsd_r_reg_offset, instead of building it on the fly.
9793
9794         * corelow.c (core_xfer_partial): Fix coding standards violation.
9795         Add support for TARGET_OBJECT_WCOOKIE.
9796
9797         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9798         deprecated_pc_in_sigtramp.
9799         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9800         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9801         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9802         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9803         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9804         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9805         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9806
9807         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9808         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9809         Fix typo.
9810
9811         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9812         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9813         (amd64_collect_fxsave): Likewise.
9814
9815         * i386-sol2-tdep.c: Include "gdb_string.h".
9816         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9817         name.
9818         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9819
9820 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9821
9822         * i386-sol2-tdep.c: Include "solib-svr4.h".
9823         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9824         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9825         * config/i386/tm-i386sol2.h: Include :solib.h".
9826         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9827         solib-svr4.o and solib-legacy.o.
9828         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9829         solib-svr4.o.
9830
9831 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
9832
9833         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9834         whether a register is supplied by PTRACE_GETFPREGS.
9835         (store_inferior_registers): Likewise.
9836         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9837         whether a register is supplied by PT_GETFPREGS.
9838         (store_inferior_registers): Likewise.
9839
9840         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9841         * config/i386/linux64.mt (TDEPFILES): Likewise.
9842
9843         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
9844
9845         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9846         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9847         the program counter is in the range specified by `struct
9848         gdbarch_tdep'.
9849         * amd64-linux-tdep.c: Include "symtab.h".
9850         (amd64_linux_pc_in_sigtramp): Remove function.
9851         (amd64_linux_sigtramp_p): New function.
9852         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9853         deprecated_pc_in_sigtramp.
9854         * amd64nbsd-tdep.c: Include "symtab.h".
9855         (amd64nbsd_sigtramp_p): New function.
9856         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9857         deprecated_pc_in_sigtramp.
9858         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
9859         few comments.
9860         (amd64obsd_pc_in_sigtramp): Remove function.
9861         (amd64obsd_sigtramp_p): New function.
9862         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9863         deprecated_pc_in_sigtramp.
9864         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9865         (i386bsd_pc_ins_sigtramp): Remove prototype.
9866         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9867         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9868         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9869         the program counter is in the range specified by `struct
9870         gdbarch_tdep'.
9871         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9872         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9873         (i386_go32_pc_in_sigtramp): Remove function.
9874         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9875         Initialize TDEP->sigtramp_p.
9876         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9877         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
9878         deprecated_pc_in_sigtramp.
9879         * i386-linux-tdep.c: Adjust comments.
9880         (i386_linux_pc_in_sigtramp): Remove function.
9881         (i386_linux_sigtramp_p): New function.
9882         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9883         deprecated_pc_in_sigtramp.
9884         * i386-nto-tdep.c: Update copyright year.
9885         (i386nto_pc_in_sigtramp): Remove function.
9886         (i386nto_sigtramp_p): New function.
9887         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9888         SP_REGNUM.
9889         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9890         deprecated_pc_in_sigtramp.
9891         * i386-sol2-tdep.c: Update copyright year.
9892         (i386_sol2_pc_in_sigtramp): Remove function.
9893         (i386_sol2_sigtramp_p): New function.
9894         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9895         deprecated_pc_in_sigtramp.
9896         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9897         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9898         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9899         deprecated_sigtramp_start and deprecated_sigtramp_end.
9900         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9901         (i386nbsd_pc_in_sigtramp): Remove function.
9902         (i386nbsd_sigtramp_p): New function.
9903         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9904         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9905         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9906         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9907         (i386obsd_pc_in_sigtramp): Remove function.
9908         (i386obsd_sigtramp_p): New function.
9909         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9910         functions.
9911         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9912         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9913         TDEP->sigtramp_p.
9914         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9915         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9916         dependencies.
9917
9918         * config/i386/i386aout.mt: Remove file.
9919
9920         * configure.tgt: Remove i[34567]86-*-go32*,
9921         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9922         and i[34567]86-*-isc*.  Set gdb_target to i386 for
9923         i[34567]86-*-netware* and i[34567]86-*-*.
9924         * config/i386/i386.mt: New file.
9925         * config/i386/embed.mt: Remove file.
9926         * config/i386/go32.mt: Remove file.
9927         * config/i386/i386nw.mt: Remove file.
9928         * config/i386/i386v.mt: Remove file.
9929         * config/i386/tm-go32.h: Remove file.
9930
9931         * tui/tui-hooks.c: Include "readline/readline.h" after
9932         "gdb_curses.h" instead of before.
9933         * tui/tui-io.c: Likewise.
9934
9935         * tui/tui.c: Fix typo in comment.
9936
9937         * sparc64-tdep.c (sparc_address_from_register): Remove function.
9938
9939 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9940
9941         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9942         (deprecated_exception_support_initialized): Declare.
9943         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9944         (initialize_hp_cxx_exception_support)
9945         (child_enable_exception_callback): Update.
9946         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9947         (deprecated_exception_support_initialized): Rename
9948         deprecated_exception_catchpoints_are_fragile and
9949         deprecated_exception_support_initialized.
9950         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9951
9952         * symtab.c (deprecated_hp_som_som_object_present): Rename
9953         hp_som_som_object_present.
9954         * symtab.h (deprecated_hp_som_som_object_present): Declare.
9955         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9956         Update.  Delete extern declaration.
9957         * valops.c (hp_som_som_object_present): Ditto.
9958         * parse.c (deprecated_hp_som_som_object_present)
9959         (parse_nested_classes_for_hpacc): Ditto.
9960         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9961         * hppa-hpux-tdep.c (hp_som_som_object_present)
9962         (initialize_hp_cxx_exception_support): Ditto.
9963         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9964         * cp-valprint.c (hp_som_som_object_present)
9965         (cp_print_class_method): Ditto.
9966         * c-typeprint.c (hp_som_som_object_present):
9967         (c_type_print_base): Ditto.
9968         * c-exp.y (hp_som_som_object_present): Ditto.
9969
9970 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9971
9972         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9973         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9974         (frame_unwind_find_by_frame): Re-implement the unwind code so
9975         that it can both prepend and append sniffers.  Replace
9976         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9977         * tramp-frame.c (tramp_frame_append): Use
9978         frame_unwind_prepend_unwinder.
9979         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9980         frame_unwind_register_unwinder.
9981         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9982         tramp_frame_append.
9983         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9984         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9985         (mips_linux_init_abi): Update.
9986
9987 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
9988
9989         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9990         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
9991         file support.
9992
9993 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
9994
9995         * ia64-tdep.c (elf.h): Don't include.
9996         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9997
9998 2004-04-07  Jason Molenda  (jmolenda@apple.com)
9999
10000         * frame.h: Typeo corrections in comments.
10001
10002 2004-04-07  Jim Blandy  <jimb@redhat.com>
10003
10004         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
10005         %esp and %ebp
10006
10007 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
10008
10009         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
10010         * config/sparc/linux64.mt (TDEPFILES): Likewise.
10011         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10012         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
10013         and solib-legacy.o.
10014         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
10015         solib-svr4.o.
10016         * config/sparc/tm-sol2.h: Update copyright year.  Include
10017         "solib.h".
10018
10019         * sparc-sol2-tdep.c: Update copyright year.  Include
10020         "solib-svr4.h".
10021         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
10022         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
10023         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
10024         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
10025         dependencies.
10026
10027 2004-04-06  Andrew Cagney  <cagney@redhat.com>
10028
10029         * infttrace.c: Include "infttrace.h".
10030         * infttrace.h: Include "target.h".
10031         * Makefile.in (infttrace_h): Update.
10032         (infttrace.o): Update.
10033
10034 2004-04-06  Andrew Cagney  <cagney@redhat.com>
10035
10036         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
10037         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
10038         move extern declarations from here ...
10039         * infttrace.h: ... to here.
10040         * Makefile.in (hppah-nat.o): Update dependencies.
10041
10042         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
10043         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
10044         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
10045         (hppa_breakpoint_from_pc): Delete.
10046
10047         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
10048
10049 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10050
10051         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
10052         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
10053         <sys/file.h>.
10054
10055 2004-04-06  Randolph Chung  <tausq@debian.org>
10056
10057         Committed by Andrew Cagney (mechanical change).
10058         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
10059         exception_catchpoints_are_fragile, find_stub_with_shl_get,
10060         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
10061         child_enable_exception_callback, current_ex_event,
10062         null_symtab_and_line, child_get_current_exception_event,
10063         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
10064         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
10065         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
10066         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
10067         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
10068         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
10069         Move hpux-specific definitions ...
10070         * hppa-hpux-tdep.c: ... to here.
10071
10072 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10073
10074         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
10075         skip_prologue_using_sal.
10076
10077 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10078
10079         * config/i386/tm-i386.h: Delete file.
10080         * config/i386/tm-vxworks.h: Update copyright, do not include
10081         "tm-i386.h".
10082         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
10083         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
10084         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
10085         * config/i386/ncr3000.mt (TM_FILE): Delete.
10086         * config/i386/interix.mt (TM_FILE): Delete.
10087         * config/i386/i386v.mt (TM_FILE): Delete.
10088         * config/i386/i386nw.mt (TM_FILE): Delete.
10089         * config/i386/i386gnu.mt (TM_FILE): Delete.
10090         * config/i386/i386aout.mt (TM_FILE): Delete.
10091         * config/i386/embed.mt (TM_FILE): Delete.
10092
10093 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
10094
10095         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
10096         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
10097         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
10098         (accg7_regnum): New constants.
10099         (last_spr_regnum, last_pseudo_regnum): Update.
10100         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
10101         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
10102         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
10103         for accg registers.
10104         (frv_register_sim_regno): Update spr_map[].
10105
10106 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10107
10108         * config/mips/xm-riscos.h: Delete.
10109         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
10110         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
10111         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
10112         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
10113         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
10114         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
10115         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
10116         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
10117         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
10118         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
10119         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
10120         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
10121         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
10122         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
10123         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
10124         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
10125         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
10126         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
10127         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
10128         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
10129         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
10130         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
10131         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
10132         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
10133         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
10134         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
10135
10136         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
10137         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
10138         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
10139         * configure.host: Remove m680[01]0-sun-sunos3*,
10140         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
10141         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
10142         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
10143         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
10144         mips-*-riscos*.
10145         * NEWS: Mention removed systems.
10146
10147 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10148
10149         GDB 6.1 release created from 6.1 branch.
10150
10151 2004-04-04  Andrew Cagney  <cagney@redhat.com>
10152
10153         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
10154         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
10155         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
10156
10157         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
10158         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
10159         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
10160
10161 2004-04-03  Jim Blandy  <jimb@redhat.com>
10162
10163         * MAINTAINERS: Chris Faylor has changed employers; add him to
10164         "paper trail" section, and update his E-mail address.
10165
10166 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10167
10168         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
10169         generic dummy frames.
10170         * dummy-frame.c: Update copyright.
10171         (dummy_frame_sniffer): Delete check for generic dummy frames.
10172
10173         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
10174         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
10175         (REG_PARM_STACK_SPACE): Delete.
10176         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
10177         Inline reference to REG_PARM_STACK_SPACE.
10178
10179         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
10180         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10181         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
10182         (FRAME_BASE_BEFORE_SIGTRAMP)
10183         (hppa32_hpux_frame_base_before_sigtramp)
10184         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
10185         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
10186         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
10187         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10188         (FRAME_BASE_BEFORE_SIGTRAMP)
10189         (hppa64_hpux_frame_base_before_sigtramp)
10190         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
10191
10192 2004-04-03  Andrew Cagney  <cagney@redhat.com>
10193
10194         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
10195
10196 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10197
10198         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
10199         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
10200         * dummy-frame.h: Delete out-of-date comments.
10201         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
10202         * gdbarch.h, gdbarch.c: Re-generate.
10203
10204 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
10205
10206         Committed by Andrew Cagney <cagney@redhat.com>.
10207         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
10208         into account an instruction saving a register if we have already
10209         seen an earlier instruction saving that same register.
10210
10211 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10212
10213         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
10214         * gdbarch.h, gdbarch.c: Re-generate.
10215         * frame.c (legacy_get_prev_frame): Delete references to
10216         DEPRECATED_INIT_FRAME_PC_FIRST.
10217
10218         * infrun.c (pc_in_sigtramp): Delete function.
10219         (check_sigtramp2): Inline call to pc_in_sigtramp, use
10220         get_frame_type.
10221
10222 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10223
10224         * infrun.c (handle_step_into_function): Delete code conditional on
10225         legacy_frame_p.
10226         (handle_inferior_event, step_over_function): Ditto.
10227
10228 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10229
10230         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10231         "previous frame inner to this frame" test.
10232
10233 2004-04-02  Andrew Cagney  <cagney@redhat.com>
10234
10235         * frame.c (safe_frame_unwind_memory): New function.
10236         * frame.h (safe_frame_unwind_memory): Declare.  Update description
10237         of /safe_/ methods.
10238         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10239         "next_frame".  Use safe_frame_unwind_memory.
10240         (tramp_frame_sniffer): Update call to tramp_frame_start.
10241
10242 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
10243
10244         * dwarf2read.c (dwarf2_objfile_data_key): New.
10245         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10246         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10247         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10248         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10249         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10250         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10251         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10252         Remove variables.
10253         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
10254         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10255         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10256         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10257         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10258         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10259         Remove macros.
10260         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
10261         data.
10262         (dwarf2_locate_sections, dwarf2_build_psymtabs)
10263         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10264         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10265         (read_partial_die, read_full_die, read_indirect_string)
10266         (dwarf_decode_line_header, dwarf_decode_macros)
10267         (dwarf2_symbol_mark_computed): Remove use of removed macros.
10268         Update uses of removed variables.
10269         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
10270         of removed macros.
10271         (_initialize_dwarf2_read): New function.
10272         * symfile.h (dwarf2_has_info): Update prototype.
10273         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10274         * elfread.c (elf_symfile_read): Likewise.
10275
10276 2004-04-01  Jim Blandy  <jimb@redhat.com>
10277
10278         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10279         function for register numbers on all the rs6000-derived targets.
10280         (rs6000_gdbarch_init): Don't register a separate
10281         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
10282         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10283         variants.
10284
10285         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10286         numbering.
10287
10288 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
10289
10290         * valarith.c: Update copyright notice.
10291         (value_add): Handle range types.
10292         (value_sub): Ditto.
10293         (value_equal): Ditto.
10294         (value_less): Ditto.
10295         (value_neg): Ditto.
10296         (value_complement): Ditto.
10297         (value_binop): Simplify slightly by using is_integral_type and
10298         eliminiating unnecessary COERCE_ENUMs.
10299
10300 2004-03-31  Andrew Cagney  <cagney@redhat.com>
10301
10302         * frame.h (frame_unwind_id): Declare.
10303         * frame.c (frame_unwind_id): New function.
10304         (get_prev_frame_1): New function.
10305         (frame_debug_got_null_frame): New function.
10306         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
10307         code proper to prev_frame, update description.
10308         * infrun.c (step_over_function): Use frame_unwind_id.
10309
10310 2004-04-31  J. Brobecker  <brobecker@gnat.com>
10311
10312         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10313         (hppa64_push_dummy_call): Likewise.
10314
10315 2004-03-30  Jim Blandy  <jimb@redhat.com>
10316
10317         From Ulrich Weigand:
10318         * utils.c (query): Do not use a va_list variable multiple times.
10319
10320 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10321
10322         * Makefile.in (linux_nat_h): Update dependencies.
10323         * configure.in: Check for <gnu/libc-version.h>.
10324         * configure: Regenerate.
10325         * config.in: Regenerate.
10326         * linux-nat.h: Include "target.h".  Add waitstatus field to
10327         struct lwp_info.
10328         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10329         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10330         to.
10331         (lin_lwp_handle_extended): New function.  Handle clone events.
10332         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
10333         thread exit events.
10334         (child_wait): Handle clone events.
10335         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10336         * linux-nat.c (linux_enable_event_reporting): Turn on
10337         PTRACE_O_TRACECLONE.
10338         (linux_handle_extended_wait): Handle clone events.
10339         * thread-db.c: Include <gnu/libc-version.h>.
10340         (struct private_thread_info): Add dying flag.
10341         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10342         higher.
10343         (attach_thread): Update comments.  Handle dying threads.
10344         (detach_thread): Set the dying flag.
10345         (check_event): Always call attach_thread.
10346
10347 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
10348
10349         * mips-tdep.c (mips_pdr_data): New.
10350         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10351         (_initialize_mips_tdep): Initialize mips_pdr_data.
10352
10353 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
10354
10355         * minsyms.c (install_minimal_symbols): Move dropping leading
10356         char from linkage name from here...
10357         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
10358         test for "__gnu_compiled*" symbols.
10359
10360 2004-03-28  Jim Blandy  <jimb@redhat.com>
10361
10362         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10363         registers to temp register r0 and byte stores as prologue
10364         instructions.
10365
10366 2004-03-28  Andrew Cagney  <cagney@redhat.com>
10367
10368         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
10369         arm*-*-*.
10370
10371 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
10372
10373         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10374         and switch the layout to force a display of register window.
10375
10376 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10377
10378         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10379         of the INTEGER class.
10380
10381 2004-03-26  Jim Blandy  <jimb@redhat.com>
10382
10383         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10384         bytes long on PPC GNU/Linux.
10385
10386 2004-03-26  David Carlton  <carlton@kealia.com>
10387
10388         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10389
10390 2004-03-25  Andrew Cagney  <cagney@redhat.com>
10391
10392         * PROBLEMS: Add general section titles, remove references to
10393         specific releases.
10394
10395 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
10396
10397         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10398         INT_REGISTER_SIZE.
10399         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10400         FP_REGISTER_VIRTUAL_SIZE.
10401         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10402         of DEPRECATED_REGISTER_RAW_SIZE.
10403         (arm_register_type): Add gdbarch argument.
10404         (arm_register_raw_size, arm_register_virtual_size): Delete.
10405         (arm_register_byte, arm_extract_return_value)
10406         (arm_store_return_value, arm_get_longjmp_target): Update references
10407         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10408         (arm_gdbarch_init): Likewise.  Don't set
10409         deprecated_register_raw_size, deprecated_register_virtual_size,
10410         deprecated_max_register_raw_size,
10411         deprecated_max_register_virtual_size, or
10412         deprecated_max_register_virtual_type.  Do set register_type.
10413         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10414         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10415         (FP_REGISTER_VIRTUAL_SIZE): Delete.
10416         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10417         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10418         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10419         INT_REGISTER_SIZE.
10420         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10421         (remote_rdp_store_register): Likewise.
10422
10423 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10424
10425         * Makefile.in (mips-linux-tdep.o): Update dependencies.
10426         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10427         to after osabi initialization.
10428         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10429         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10430         functions.
10431         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10432         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10433         variables.
10434         (mips_linux_init_abi): Append signal trampoline unwinders.
10435
10436 2004-03-24  Andrew Cagney  <cagney@redhat.com>
10437
10438         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10439         * tramp-frame.c: Include "gdb_assert.h".
10440         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
10441         correct sizeof.
10442         (tramp_frame_append): Validate the tramp frame's instructions.
10443         * Makefile.in (tramp-frame.o): Update dependencies.
10444
10445 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10446
10447         * trad-frame.h (trad_frame_set_reg_addr): Declare.
10448
10449 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10450
10451         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10452         Nasser as past testsuite/lib/ (and other) maintainers.
10453
10454 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10455
10456         * infcmd.c (attach_command): Reread symbols if we already have
10457         an exec file.
10458
10459 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10460
10461         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10462
10463 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10464
10465         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10466         * gdbarch.h, gdbarch.c: Re-generate.
10467         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10468         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10469         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10470         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10471         (DEPRECATED_SIGTRAMP_START): Update.
10472         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10473         (DEPRECATED_SIGTRAMP_START): Update.
10474         * blockframe.c (find_pc_sect_partial_function): Update.
10475         * arch-utils.c (legacy_pc_in_sigtramp): Update.
10476
10477 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10478
10479         * remote.c (remote_open_1): Reopen the exec file and reread symbols
10480         if necessary.
10481
10482 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10483
10484         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10485         predicate, deprecate.
10486         * gdbarch.h, gdbarch.c: Re-generate.
10487         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10488         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10489         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10490         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10491         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10492         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10493         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10494         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10495         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10496         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10497         * blockframe.c (find_pc_partial_function): Update.
10498         * breakpoint.c (bpstat_what): Update.
10499         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10500         * frv-linux-tdep.c (frv_linux_init_abi): Update.
10501         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10502         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10503         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10504         * i386-linux-tdep.c (i386_linux_init_abi): Update.
10505         * i386-nto-tdep.c (i386nto_init_abi): Update.
10506         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10507         * i386-tdep.c (i386_sigtramp_frame_sniffer)
10508         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10509         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10510         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10511         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10512         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10513         * infrun.c (pc_in_sigtramp): Update.
10514         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10515         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10516         * mips-tdep.c (mips_gdbarch_init): Update.
10517         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10518         * ppc-linux-tdep.c: Update comment.
10519         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10520         * shnbsd-tdep.c (shnbsd_init_abi): Update.
10521         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10522         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10523         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10524         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10525         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10526         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10527         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10528         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10529
10530 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10531
10532         * tramp-frame.h, tramp-frame.h: New files.
10533         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10534         Update rules to include "tramp-frame.h" and "tramp-frame.c".
10535
10536         * Makefile.in: Update all dependencies.
10537
10538 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10539
10540         * Makefile.in (trad_frame_h): Add $(frame_h).
10541         * trad-frame.h: Update copyright.  Include "frame.h".
10542         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10543         (trad_frame_set_id, trad_frame_get_id): Declare.
10544         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10545         * trad-frame.c: Update copyright.
10546         (struct trad_frame_cache): Define.
10547         (trad_frame_cache_zalloc): New function.
10548         (trad_frame_set_id, trad_frame_get_id): New functions.
10549         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10550
10551 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10552
10553         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10554         s390_pltstub_unwind_cache.
10555         (s390_stub_frame_unwind_cache): Rename
10556         s390_pltstub_frame_unwind_cache.
10557         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10558         (s390_stub_frame_prev_register): Rename
10559         s390_pltstub_frame_prev_register.
10560         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10561         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10562
10563         From Ulrich Weigand:
10564         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10565         pointer calls like PLT calls.
10566
10567 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10568
10569         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10570         PC rather than the partial function start address.  Use the start
10571         address to sanity check the found PDR.
10572
10573 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10574
10575         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10576         linux_handle_extended_wait.
10577
10578 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10579
10580         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10581         function.
10582
10583         * frame.h (generic_pop_current_frame): Delete declaration.
10584         (deprecate_pop_dummy_frame): Deprecate
10585         generic_pop_dummy_frame.
10586         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10587         (generic_pop_current_frame): Delete function.
10588         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10589         generic_pop_current_frame.
10590         * v850-tdep.c (v850_pop_frame): Update.
10591         * mcore-tdep.c (mcore_pop_frame): Update.
10592         * sh64-tdep.c (sh64_pop_frame): Update.
10593         * h8300-tdep.c (h8300_pop_frame): Update.
10594
10595 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10596
10597         * frame.h (deprecated_pc_in_call_dummy): Rename
10598         generic_pc_in_call_dummy.
10599         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10600         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10601         generic_pc_in_call_dummy.
10602         (pc_in_dummy_frame): Make static.
10603         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10604         * gdbarch.h, gdbarch.c: Re-generate.
10605         * dummy-frame.c (dummy_frame_sniffer): Simplify.
10606         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10607         (legacy_get_prev_frame): Ditto.
10608         * inferior.h: Delete reference to generic_pc_in_call_dummy in
10609         comment.
10610
10611 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10612
10613         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10614         declaration and out-of-date comment.
10615         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10616         Delete function.
10617         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10618         deprecated_pc_in_call_dummy.
10619
10620         * infrun.c (handle_inferior_event): For non legacy frames, use the
10621         frame ID and frame type to identify a signal trampoline.  Update
10622         comments.
10623
10624 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
10625
10626         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10627         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10628
10629 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10630
10631         * frame-unwind.h: Update copyright.
10632         (struct frame_data): Add opaque declaration.
10633         (frame_sniffer_ftype): Declare.
10634         (struct frame_unwind): Add "unwind_data" and "sniffer".
10635         (frame_unwind_register_unwinder): Declare.
10636         (frame_unwind_find_by_frame): Add parameter "this_cache".
10637         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10638         (legacy_get_prev_frame, legacy_get_prev_frame)
10639         (get_frame_type): Pass the prologue_cache to
10640         frame_unwind_find_by_frame.
10641         * frame-unwind.c (struct frame_unwind_table_entry): Add field
10642         "unwinder".
10643         (frame_unwind_register_unwinder): New function.
10644         (frame_unwind_find_by_frame): Handle an unwind sniffer.
10645
10646 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
10647
10648         * bcache.c (print_percentage): Use floating point to avoid
10649         incorrect results when portion*100 overflows.
10650
10651 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10652
10653         * ppc_tdep.h (ppc_linux_frame_saved_pc)
10654         (ppc_linux_init_extra_frame_info)
10655         (ppc_linux_frameless_function_invocation)
10656         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10657         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10658         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10659         (rs6000_frame_chain): Delete declarations.
10660         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10661         (ppc_linux_init_extra_frame_info)
10662         (ppc_linux_frameless_function_invocation)
10663         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10664         (ppc_linux_init_abi): Remove registration of above deleted functions.
10665         * rs6000-tdep.c (rs6000_init_extra_frame_info)
10666         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10667         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10668         (rs6000_pop_frame, rs6000_frameless_function_invocation)
10669         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10670         (rs6000_gdbarch_init): Remove registration of above deleted functions.
10671         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10672         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10673         frame management for all OSABIs.
10674
10675 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10676
10677         Committed by Kevin Buettner <kevinb@redhat.com>.
10678
10679         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10680         Update copyright.
10681         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10682         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10683         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10684         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10685         unwinders.  #ifdef legacy frame code.
10686         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10687         "frame-base.h".
10688         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10689         (struct rs6000_frame_cache, rs6000_frame_cache)
10690         (rs6000_frame_this_id, rs6000_frame_prev_register)
10691         (rs6000_frame_sniffer, rs6000_frame_unwind)
10692         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10693         (rs6000_frame_base): Implement a traditional frame unwinder.
10694         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10695         frame unwinder.
10696
10697 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10698
10699         * breakpoint.c (adjust_breakpoint_address): Don't adjust
10700         breakpoint address for watchpoints or the catch eventpoints.
10701         Add new paramter ``bptype''.  Adjust all callers.
10702
10703 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10704
10705         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10706
10707         * PROBLEMS: Delete note that ARM does not use frame code, problem
10708         fixed.
10709
10710 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10711
10712         * stack.c (return_command): Delete code wrapped in #ifdef
10713         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10714
10715         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10716
10717 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10718
10719         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10720         DEPRECATED_IN_SIGTRAMP.
10721         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10722         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10723         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10724         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10725         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10726         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10727         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10728         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10729         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10730         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10731
10732 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10733
10734         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
10735         (struct frame_base_table_entry): Define.
10736         (struct frame_base_table): Re-implement as a linked list.
10737         (frame_base_init): Re-implement.
10738         (frame_base_table): Delete function.
10739         (append_predicate): Delete function.
10740         (frame_base_append_sniffer): Update.
10741         (frame_base_set_default): Update.
10742         (frame_base_find_by_frame): Update.
10743         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10744         * Makefile.in (frame-base.o): Update dependencies.
10745
10746 2004-03-17  Andrew Cagney  <cagney@redhat.com>
10747
10748         * frame.c (legacy_get_prev_frame): Pass correct frame to
10749         frame_unwind_find_by_frame.
10750
10751 2004-03-17  David Carlton  <carlton@kealia.com>
10752
10753         * NEWS: Mention C++ nested types and namespaces
10754
10755 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
10756
10757         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10758         and "Regressions since gdb 5.3.".  Add known regressions since
10759         gdb 6.0.
10760
10761 2004-03-16  David Carlton  <carlton@kealia.com>
10762
10763         * dwarf2read.c (process_structure_scope): Process children even
10764         when we're a declaration.
10765
10766 2004-03-16  Andrew Cagney  <cagney@redhat.com>
10767
10768         * symtab.h (find_pc_sect_partial_function): Delete declaration.
10769         * blockframe.c (find_pc_partial_function)
10770         (find_pc_sect_partial_function): Merge into a single
10771         find_pc_partial_function.
10772
10773 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10774
10775         * i386bsd-nat.c: s/regno/regnum/g.
10776         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10777         FP0_REGNUM.
10778         (store_inferior_registers): Likewise.
10779
10780 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10781
10782         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10783         of i387_fill_fsave.
10784         (store_inferior_registers): Call i387_collect_fsave and
10785         i387_collect_fxsave instead of i387_fill_fsave and
10786         i387_fill_fxsave.
10787
10788 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10789
10790         * Makefile.in (frame-unwind.o): Update dependencies.
10791         * frame-unwind.c: Include "gdb_obstack.h".
10792         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10793         parameter.
10794         (append_predicate): Delete function.
10795         (struct frame_unwind_table_entry): New structure.
10796         (struct frame_unwind_table): Replace "sniffer" with "head" and
10797         "tail".
10798         (frame_unwind_append_sniffer): Update.
10799         (frame_unwind_find_by_frame): Update.
10800         (_initialize_frame_unwind): Registe frame_unwind_init using
10801         gdbarch_data_register_pre_init.
10802
10803 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10804
10805         * i386bsd-nat.c: Update copyright year.
10806         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10807         define unconditionally.
10808
10809 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10810
10811         * i387-tdep.h (i387_collect_fsave): New prototype.
10812         * i387-tdep.c (i387_collect_fsave): New function containing most
10813         of the code from i387_fill_fsave.
10814         (i387_fill_fsave): Call i387_collect_fsave.
10815
10816 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10817
10818         * i386-linux-tdep.c: Update copyright year.
10819         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10820         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10821         svr4_ilp32_link_map_offsets instead of
10822         i386_linux_svr4_fetch_link_map_offsets.
10823
10824 2004-03-15  David Carlton  <carlton@kealia.com>
10825
10826         Fix for PR c++/1553:
10827         * dwarf2read.c (read_structure_type): Determine type name by
10828         calling determine_class_name.
10829         (determine_class_name): New.
10830         (determine_prefix): Look at TYPE_TAG_NAME and call
10831         determine_class_name when appropriate.
10832         (determine_prefix_aux, class_name): Delete.
10833         (read_namespace): Set die->type.
10834
10835 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10836
10837         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10838         unused macro definition.  The definition in target.h (or perhaps
10839         elsewhere) takes precedence.
10840
10841 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10842
10843         * ppc-tdep.h: Update copyright.
10844         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10845         function signatures to match "regsets.h".
10846         * ppc-linux-tdep.c: Include "regset.h".
10847         (ELF_GREGSET_SIZE): Delete.
10848         (right_supply_register): New function.
10849         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10850         using right_supply_register.
10851         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10852         functions.
10853         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10854         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10855         (_initialize_ppc_linux_tdep): Do not register
10856         ppc_linux_regset_core_fns.
10857         (ppc_linux_regset_from_core_section): Replace
10858         fetch_core_registers.
10859         (ppc_linux_regset_core_fns): Delete.
10860         * ppc-linux-nat.c: (right_fill_reg): New function.
10861         (supply_gregset): Update call to ppc_linux_supply_gregset.
10862         (fill_gregset): Clear the register set, use right_fill_reg.
10863         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10864         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10865
10866         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10867         unsigned.
10868
10869 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10870
10871         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10872         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10873         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10874         and register_gdbarch_data.
10875         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10876         (struct gdbarch_data): Replace "init" by "pre_init" and
10877         "post_init".
10878         * gdbarch.h, gdbarch.c: Re-generate.
10879         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10880         with"obstack", use OBSTACK_ZALLOC.
10881         (dwarf2_frame_ops): Delete.
10882         (dwarf2_frame_set_init_reg): Use gdbarch_data.
10883         (dwarf2_frame_init_reg): Use gdbarch_data.
10884         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10885         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10886         (_initialize_svr4_solib): Update.
10887         * user-regs.c (_initialize_user_regs): Update.
10888         * reggroups.c (_initialize_reggroup): Update.
10889         * regcache.c (_initialize_regcache): Update.
10890         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10891         * libunwind-frame.c (_initialize_libunwind_frame): Update.
10892         * gnu-v3-abi.c (init_gnuv3_ops): Update.
10893         * frame-unwind.c (_initialize_frame_unwind): Update.
10894         * frame-base.c (_initialize_frame_base): Update.
10895         * user-regs.c (user_reg_add): Update.
10896         * reggroups.c (reggroup_add): Update.
10897         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10898         * libunwind-frame.c (libunwind_frame_set_descr): Update.
10899         * frame-unwind.c (frame_unwind_append_sniffer): Update.
10900         * frame-base.c (frame_base_table): Update.
10901         * remote.c (_initialize_remote): Update.
10902         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10903
10904 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10905
10906         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10907
10908 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10909
10910         * Makefile.in (frv-linux-tdep.o): Add dependencies.
10911         * frv-linux-tdep.c: New file.
10912         * frv-tdep.c (struct gdbarch_tdep): Add new field
10913         ``sigcontext_reg_addr''.
10914         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10915         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10916         (frv_sigramp_frame_sniffer): New functions.
10917         (frv_sigtramp_frame_unwind): New static global.
10918         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
10919         sniffers.
10920         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10921         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10922
10923 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10924
10925         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10926         but not via a call to error(), when unable to read memory.
10927
10928 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10929
10930         * frv-tdep.c (frv_call_dummy_words): Delete.
10931         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10932
10933 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10934
10935         * infrun.c (handle_step_into_function, step_over_function): Only
10936         update and use STEP_FRAME_ID when the system is using legacy
10937         frames.  Update comments.
10938
10939 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
10940
10941         * amd64-linux-tdep.h: Remove file.
10942         * amd64-linux-tdep.c: Don't include "inferior.h" and
10943         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
10944         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10945         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10946         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10947         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10948         macros.
10949         (user_to_gdb_regmap): Remove variable.
10950         (amd64_linux_gregset_reg_offset): New variable.
10951         (amd64_core_fns): Remove variable.
10952         (fetch_core_registers): Remove function.
10953         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10954         functions.
10955         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10956         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10957         * Makefile.in (amd64_linux_tdep_h): Remove.
10958         (amd64-linux-nat.o): Update dependencies.
10959         (amd64-linux-tdep.o): Update dependencies.
10960
10961         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10962         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10963         functions.
10964         (fetch_inferior_registers, store_inferior_registers): Rewrite.
10965
10966         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10967         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10968
10969 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
10970
10971         * dwarf2read.c (read_structure_type): Rename from
10972         read_structure_scope.  Don't create a symbol or call process_die.
10973         Return immediately if die->type is set.  Call read_type_die before
10974         dwarf2_add_member_fn.
10975         (process_structure_scope): New function.
10976         (read_enumeration_type, process_enumeration_scope): New functions,
10977         broken out from read_enumeration.  Don't create the enumeration
10978         type if it has already been created.
10979         (read_enumeration): Removed.
10980         (process_die): Call read_structure_type, process_structure_scope,
10981         read_enumeration_type, and process_enumeration_scope.  Just call
10982         new_symbol for base and subrange types.  Add a comment about other
10983         type dies.
10984         (read_type_die): Call read_enumeration_type.
10985         (add_partial_structure, new_symbol): Update comments.
10986
10987 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10988
10989         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10990
10991 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10992
10993         * tui/tui-win.h (tui_get_cmd_list): Declare.
10994         * tui/tui-win.c (tui_command): New function.
10995         (tui_get_cmd_list): New function.
10996         (_initialize_tui_win): Moved initialization of tui command in
10997         tui_get_cmd_list.
10998
10999         * tui/tui-data.c (init_content_element): Setup new data members.
11000         (init_win_info): Likewise.
11001         (free_content_elements): Free it.
11002         * tui/tui-data.h (struct tui_data_element): Store the register
11003         content to print.
11004         (struct tui_data_info): Keep the current register group.
11005
11006         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
11007
11008         * tui/tui-regs.h (tui_show_registers): Update prototype.
11009         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
11010         (tui_resize_all): No need to calculate anything for register window.
11011         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
11012         (tui_set_register_element, tui_set_general_regs_content): Remove.
11013         (tui_set_special_regs_content): Remove.
11014         (tui_set_general_and_special_regs_content): Remove.
11015         (tui_set_float_regs_content): Remove.
11016         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
11017         (tui_set_regs_content): Remove.
11018         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
11019         (tui_v_show_registers_command_support): Remove.
11020         (tui_show_registers): Use a reggroup to specify the registers to show.
11021         (tui_show_register_group): New function.
11022         (tui_display_registers_from): Compute the layout of register window
11023         and refresh with new API; be sure to delete old register windows.
11024         (tui_check_register_values): Update to use tui_get_register and
11025         tui_display_data.
11026         (tui_display_register): Just refresh the register window part.
11027         (tui_register_format): Format registers and save in tui_data_element.
11028         (tui_get_register): New to combine tui_reg_value_has_changed and
11029         tui_get_register_raw_value; fix to use the new gdb API.
11030         (tui_show_float_command): Renamed tui_reg_float_command.
11031         (tui_show_general_command): Renamed tui_reg_general_command.
11032         (tui_show_special_command): Renamed tui_reg_system_command.
11033         (_initialize_tui_regs): Remove unused commands.
11034
11035 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
11036
11037         * NEWS (New native configurations): Mention OpenBSD/amd64.
11038
11039         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
11040         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
11041         Remove defines.
11042         * config/i386/nm-fbsd64.h: Likewise.
11043         * config/i386/nm-obsd.h: Likewise.
11044         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
11045         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
11046
11047 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11048
11049         * frv-tdep.c (set_variant_scratch_registers): New function.
11050         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
11051         New constants.
11052
11053         From Richard Sandiford  <rsandifo@redhat.com>:
11054         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
11055
11056 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11057
11058         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
11059         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
11060         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
11061         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
11062         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
11063         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
11064         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
11065         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
11066         definitions from frv-tdep.c to frv-tdep.h.
11067
11068 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11069
11070         Add shared library support for FR-V FDPIC ABI:
11071         * Makefile.in (solib-frv.o): Add dependencies.
11072         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
11073         New functions.
11074         (frv_push_dummy_call): Add support for FDPIC ABI.
11075         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
11076         for FDPIC ABI.
11077         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
11078         (frv_fdpic_find_canonical_descriptor): Declare.
11079         * solib-frv.c: New file.
11080         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
11081         * config/frv/tm-frv.h (solib.h): Include.
11082
11083 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
11084
11085         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
11086         (frv-tdep.o): Update dependencies.
11087         * frv-tdep.h: New file.
11088         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
11089         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
11090         constants.
11091         (struct gdbarch_tdep): Add new member ``frv_abi''.
11092         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
11093         functions.
11094         (new_variant): Set ``frv_abi'' field.
11095         (gdb_arch_init): Detect FDPIC executables.
11096
11097 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
11098
11099         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
11100         wrapper.
11101
11102 2004-03-11  Andrew Cagney  <cagney@redhat.com>
11103
11104         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
11105
11106 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
11107
11108         * solist.h (master_so_list): New function.
11109         * solib.c (master_so_list): Likewise.
11110         * solib-svr4.c (enable_break): Iterate over so_list entries
11111         obtained from master list instead of entries obtained directly
11112         via svr4_current_sos().
11113
11114 2004-03-10  Ben Elliston  <bje@gnu.org>
11115
11116         * MAINTAINERS: Update my mail address.
11117
11118 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
11119
11120         * remote-m32r-sdi.c: Support hardware watchpoint.
11121
11122 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11123
11124         * user-regs.c: Update copyright years.
11125         (struct user_regs): Rename to gdb_user_regs.
11126         (append_user_reg, builtin_user_regs, user_regs_init)
11127         (user_reg_add, user_reg_map_name_to_regnum)
11128         (usernum_to_user_reg): Update.
11129
11130 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11131
11132         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
11133         (skip_children): New functions.
11134         (locate_pdi_sibling): Call skip_children.
11135
11136 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11137
11138         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
11139         * gdbtypes.c (check_typedef): Update comments.
11140
11141 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11142
11143         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
11144         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
11145         pointer.  Update comment about comp_unit_head.
11146         (struct abbrev_info): Shorten two int flags.
11147         (dwarf_alloc_abbrev): Take a CU argument.
11148         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
11149         each time through the loop.  Update cleanup argument.
11150         (psymtab_to_symtab_1): Update cleanup call.
11151         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
11152         abbrev_obstack.
11153         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
11154         Just call obstack_free and clear the pointer.
11155
11156 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11157
11158         * infrun.c (handle_inferior_event): Remove short-circuit code for
11159         events in a different thread.
11160
11161 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11162
11163         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
11164         print the whole transfer.
11165         (initialize_targets): Update description of "set debug target".
11166
11167 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
11168
11169         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
11170
11171 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
11172
11173         * MAINTAINERS (write after approval): Add myself.
11174
11175 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11176
11177         * sh-tdep.c (sh_print_registers_info): Use for loop.
11178         Don't skip multiple registers when a float register is encountered.
11179
11180 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
11181
11182         Fix PR tdep/1291.
11183         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
11184         to official SH documentation.
11185
11186 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11187
11188         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
11189         unused function.
11190
11191 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
11192
11193         * arm-tdep.c (thumb_get_next_pc): Handle BX.
11194         (arm_get_next_pc): Handle BX and BLX.
11195
11196 2004-03-07  Andrew Cagney  <cagney@redhat.com>
11197
11198         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
11199         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
11200         HPPA_SP_REGNUM.
11201         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
11202         (hppa_target_read_fp): Delete.
11203         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
11204         register_virtual_size, max_register_raw_size,
11205         max_register_virtual_size, register_byte, register_size,
11206         target_read_fp, fp_regnum, and register_bytes.  Set register_type
11207         instead of register_virtual_type.
11208         (hppa32_register_type, hppa64_register_type): Replace
11209         hppa32_register_virtual_type and hppa64_register_virtual_type.
11210         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
11211         (HPPA_FP_REGNUM): Define.
11212
11213         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
11214
11215         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
11216         (pa_do_registers_info): Delete.
11217         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
11218         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
11219         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
11220
11221         * infcall.c (legacy_push_dummy_code): Delete #ifdef
11222         GDB_TARGET_IS_HPPA code.
11223         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
11224         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
11225         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11226         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
11227         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11228         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11229         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
11230         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
11231         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11232         (hppa_frameless_function_invocation, hppa64_store_return_value)
11233         (hppa_store_struct_return, hppa64_extract_return_value)
11234         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
11235         (hppa32_call_dummy_length, hppa64_call_dummy_length)
11236         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
11237         (find_proc_framesize, deposit_21, restore_pc_queue)
11238         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
11239         (rp_saved, pc_in_linker_stub): Delete.
11240
11241         Unconditionally enable 64-bit frame and ABI code.
11242         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11243         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11244         push_dummy_frame, fix_call_dummy, push_arguments,
11245         call_dummy_location, extract_return_value, use_struct_convention,
11246         store_return_value, store_struct_return, saved_pc_after_call,
11247         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11248         frame_chain, frame_chain_valid, frameless_function_invocation,
11249         frame_saved_pc, and pop_frame.
11250
11251         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11252         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11253         (hppa_gdbarch_init): Do not set PC_REGNUM.
11254
11255 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
11256
11257         * config/alpha/tm-fbsd.h: Remove file.
11258         * config/alpha/fbsd.mt: Tweak comment.
11259         (TM_FILE): Set to tm-alpha.h.
11260
11261 2004-03-05  Andrew Cagney  <cagney@redhat.com>
11262
11263         * infrun.c (step_over_function): When non-legacy code, and no
11264         step_frame_id, use the unwinder to get the caller's frame ID.
11265
11266 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11267
11268         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11269         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11270         bfd_arch_unknown.  Adjust comment.
11271
11272         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
11273         * i386obsd-tdep.c: Correct spelling in comment.
11274         * i386nbsd-tdep.c: Correct spelling in comment.
11275         * sparc-tdep.c: Correct spelling in comments.
11276
11277 2004-03-05  David Carlton  <carlton@kealia.com>
11278
11279         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11280         bug.
11281
11282 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
11283
11284         * sparc-tdep.c: Fix typo in comment.
11285
11286 2004-03-04  J. Brobecker  <brobecker@gnat.com>
11287
11288         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11289
11290 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
11291
11292         * dwarf2read.c: Add comment describing memory lifetimes.
11293         (struct dwarf2_pinfo): Update comment.
11294         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11295         (read_enumeration, new_symbol): Don't use obsavestring.
11296
11297 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
11298
11299         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11300         instead of amd64_fill_fxsave.
11301         * amd64bsd-nat.c (store_inferior_registers): Likewise.
11302         * amd64fbsd-nat.c (fill_fpregset): Likewise.
11303
11304         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11305         Reorganize code a bit.
11306
11307 2004-03-04  Orjan Friberg  <orjanf@axis.com>
11308
11309         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11310         when the frame pointer is pushed.  Don't set the frame pointer's
11311         address on the stack unless it's actually located there.
11312         Set the SRP's address on the stack correctly when the PC is still in
11313         the prologue.
11314         (cris_return_value): New function.
11315         (cris_gdbarch_init): Clear deprecated store_return_value,
11316         extract_return_value.
11317
11318 2004-03-02  Jim Blandy  <jimb@redhat.com>
11319
11320         * stabsread.c (reg_value_complaint): The maximum register number
11321         is one less than the number of registers.
11322
11323 2004-03-02  Andrew Cagney  <cagney@redhat.com>
11324
11325         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11326         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
11327         trailing comma and redundant assignment of I386_ST0_REGNUM.
11328         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11329         32-bit segment registers.
11330
11331 2004-03-01  Andrew Cagney  <cagney@redhat.com>
11332
11333         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11334         use frame_relative_level and get_next_frame.
11335
11336 2004-02-29  Andrew Cagney  <cagney@redhat.com>
11337
11338         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11339         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11340         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11341         Delete macro.
11342
11343 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11344
11345         * inflow.c (terminal_inferior): Don't give up the terminal if we
11346         previously couldn't get the inferior's terminal state.
11347
11348 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
11349
11350         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11351         PC_REGNUM.
11352
11353 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11354
11355         * NEWS: Refer to GDB 6.1.
11356         * README: Refer to GDB 6.1.
11357         * PROBLEMS: Refer to GDB 6.1.
11358
11359 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
11360
11361         * thread-db.c (disable_thread_signals): Remove unused function.
11362
11363 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11364
11365         * amd64-nat.c: Include "gdb_string.h".
11366         (amd64_collect_native_gregset): Zero-extend the 32-bit
11367         general-purpose registers and %eip.
11368
11369         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11370         * amd64-tdep.c (amd64_collect_fxsave): New function.
11371         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11372
11373         * i387-tdep.h: Update copyright year.
11374         (i387_collect_fxsave): New prototype.
11375         * i387-tdep.c: Update copyright year.
11376         (i387_collect_fxsave): New function containing most of the code
11377         from i387_fill_fxsave.
11378         (i387_fill_fxsave): Call i387_collect_fxsave.
11379
11380 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11381
11382         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11383         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
11384
11385 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11386
11387         * amd64-tdep.c (amd64_frame_cache): Fix comment.
11388
11389 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11390
11391         * utils.c: Use "", instead of <>, to include readline.
11392         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11393         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11394         * source.c, solib.c, exec.c, event-top.c: Ditto.
11395         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11396         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11397         * Makefile.in: Update all dependencies.
11398         (readline_tilde_h, readline_history_h): Define.
11399         (readline_headers): Delete.
11400
11401 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11402
11403         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11404         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11405         "config/i386/tm-lx64.h".
11406
11407         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11408         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
11409         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11410
11411 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11412
11413         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11414
11415         * breakpoint.c (_initialize_breakpoint): Use
11416         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
11417         Add help to show command.
11418
11419 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11420
11421         * i386-nat.c: Reformat to be closer to coding standards.
11422         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11423         `retval'.  Make variables `align' and `size' local to while-loop.
11424         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11425         (_initialize_i386_nat): New prototype.
11426
11427         * tui/tui.c: Include <readline/readline.h> instead of
11428         "readline/readline.h".  Include it after <term.h> and
11429         "gdb_curses.h".
11430
11431 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11432
11433         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11434         the new frame unwind code.
11435         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11436         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11437         PCOQ_HEAD_REGNUM.
11438
11439         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11440         "return_value" and "push_dummy_call".
11441         (hppa32_use_struct_convention): Delete unused function.
11442         (hppa32_store_return_value): Delete unused function.
11443         (hppa32_extract_return_value): Delete unused function.
11444         (hppa32_stack_align): Delete function.
11445
11446 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
11447
11448         * coffread.c (enter_linenos): Don't let rawptr reference memory
11449         outside linetab[]'s limits.
11450
11451 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11452
11453         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11454         inferior stack space - the stack needs to grow upwards.
11455         (hppa32_frame_align): New function.
11456         (hppa64_frame_align): Replace hppa_frame_align.
11457         (hppa_gdbarch_init): Update.
11458
11459 2004-02-26  Orjan Friberg  <orjanf@axis.com>
11460
11461         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11462         (dwarf2-frame.h): Include.
11463         (enum cris_regnums): New enum CRIS_FP_REGNUM.
11464         Remove static variables related to ABI setting.
11465         (struct gdbarch_tdep): Remove cris_abi member.
11466         (struct frame_extra_info): Remove.
11467         (cris_unwind_cache, stack_item): New structs.
11468         (cris_frame_unwind, cris_frame_base): New variables.
11469         (push_stack_item, pop_stack_item)
11470         (cris_frame_unwind_cache, cris_frame_this_id)
11471         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11472         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11473         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11474         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11475         (cris_reg_struct_has_addr): New functions.
11476         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11477         (cris_frame_saved_pc, cris_saved_pc_after_call,
11478         (cris_store_struct_return, cris_frameless_function_invocation)
11479         (cris_pop_frame, cris_skip_prologue_main)
11480         (cris_abi_original_store_return_value)
11481         (cris_abi_v2_store_return_value)
11482         (cris_abi_original_extract_return_value)
11483         (cris_abi_v2_extract_return_value)
11484         (cris_abi_original_reg_struct_has_addr)
11485         (cris_abi_v2_reg_struct_has_addr)
11486         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11487         (cris_push_return_address, cris_abi_update): Remove.
11488         (_initialize_cris_tdep): Remove ABI command.
11489         (cris_dump_tdep): Ditto.
11490         (cris_gdbarch_init): Remove ABI command.
11491         Set store_return_value, extract_return_value, push_dummy_code,
11492         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11493         frame_unwind_append_sniffer, frame_base_set_default.
11494         Clear deprecated init_frame_pc, push_arguments, store_return_value,
11495         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11496         sizeof_call_dummy_words, get_saved_register, push_return_address,
11497         pop_frame, store_struct_return, frame_init_saved_regs,
11498         init_extra_frame_info, frameless_function_invocation, frame_chain,
11499         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11500         dummy_write_sp.
11501
11502 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11503
11504         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11505         * valprint.c (print_hex_chars): Change from static to external.
11506         (print_char_chars): New function.
11507         * printcmd.c (print_scalar_formatted): For integer and enum types
11508         that are longer than LONGEST, perform processing via appropriate
11509         print_*_chars routines.
11510
11511 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11512
11513         * Makefile.in: Update dependencies.
11514         Changes from Ulrich Weigand,
11515         * s390-tdep.c: Include "dwarf2-frame.h".
11516         (s390_dwarf2_frame_init_reg): New function.
11517         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11518         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
11519
11520 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11521
11522         * breakpoint.c (pending_break_support): New setting variable.
11523         (break_command_1): Account for pending_break_support setting
11524         when creating pending breakpoints.
11525         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11526         (_initialize_breakpoint): Add "set breakpoint pending" and
11527         "show breakpoint pending" commands.
11528
11529 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11530
11531         Fix PR i18n/1570.
11532         * charset.c (backslashable, backslashed, represented): Remove 'e'
11533         from list of escaped characters, not part of ISO-C.
11534
11535 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11536
11537         From Peter Schauer <schauer@pdf.de>:
11538         * tui/tui.c: Move system header includes after local includes.
11539         Fixes a build failure on solaris systems.
11540
11541 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11542
11543         * configure.in: Refine the previous change.
11544         * configure: Regenerate.
11545
11546 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11547
11548         * amd64-tdep.h: Renamed from x86-64-tdep.h.
11549         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
11550         "amd64-tdep.h" instead of "x86-64-tdep.h".
11551         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11552         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11553         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
11554         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11555         and "x86-64-tdep.c".
11556         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
11557         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11558         and "x86-64-tdep.c".
11559         * amd64bsd-nat.c: Update copyright year.
11560         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11561         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11562         "x86-64-tdep.h".
11563         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11564         "x86-64-tdep.h".
11565         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11566         "x86-64-tdep.h".
11567         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11568         "x86-64-tdep.h".
11569         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11570         "x86-64-tdep.h".
11571         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11572         "x86-64-tdep.h".
11573         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11574         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11575         * Makefile.in (amd64_linux_tdep_h): Renamed from
11576         x86_64_linux_tdep_h.
11577         (amd64_tdep_h): Renamed from x86_64_tdep_h.
11578         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11579         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11580         (amd64obsd-tdep.o): Update dependencies.
11581         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11582         dependencies.
11583         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11584         dependencies.
11585         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11586         amd64-linux-nat.c amd64-linux-tdep.c.
11587         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11588         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11589         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11590         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11591         amd64-tdep.o and amd64-linux-tdep.o.
11592         (TM_FILE): Set to tm-linux64.h.
11593         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11594         (NAT_FILE): Set to nm-linux64.h.
11595         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11596         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11597         amd64-tdep.o.
11598         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11599         amd64-tdep.o.
11600         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11601         amd64-tdep.o.
11602
11603 2004-02-25  Roland McGrath  <roland@redhat.com>
11604
11605         * remote.c (remote_protocol_qPart_auxv): New variable.
11606         (init_all_packet_configs): Initialize it.
11607         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11608         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11609         (show_remote_cmd): Call it.
11610         (_initialize_remote): Initialize commands.
11611         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11612         service TARGET_OBJECT_AUXV requests.
11613
11614 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11615
11616         * configure.in: Make sure that the wborder function is available.
11617         Otherwise, search for it in the cur_colr library.
11618         * configure: Regenerate.
11619
11620 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11621
11622         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11623
11624 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11625
11626         * config/i386/tm-x86-64linux.h: Tweak comments.
11627
11628 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
11629
11630         * MAINTAINERS: Add self to write-after-approval list.
11631
11632 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11633
11634         PR cli/1566.  Problem found, and fix suggested by David Allan.
11635         * cli/cli-script.c (execute_control_command): Unconditionally
11636         install a cleanup.  Default "ret" to "invalid_control".  Use
11637         "break" instead of "return" to escape from the switch.
11638
11639 2004-02-24  J. Brobecker  <brobecker@gnat.com>
11640
11641         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11642         with the lines macro defined in term.h on AiX.
11643         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11644         a collision with the label_width macro defined in term.h on AiX.
11645
11646 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
11647
11648         Committed by Kevin Buettner <kevinb@redhat.com>.
11649
11650         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11651         * ia64-tdep.c (ia64_write_pc): Make it a global function.
11652         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11653         instead of ia64_write_pc().
11654         * ia64-linux-tdep.c (regcache.h): Include.
11655         (ia64_linux_write_pc): New function.
11656
11657 2004-02-23  Roland McGrath  <roland@redhat.com>
11658
11659         * auxv.c (info_auxv_command): Fix typos in error messages.
11660
11661 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
11662
11663         * x86-64-tdep.h: Tweak comment.
11664         (enum amd64_regnum): New.
11665         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11666         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11667         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11668         (X86_64_XMM1_REGNUM): Removed.
11669         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11670         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11671         prototypes for renamed functions.
11672         * x86-64-tdep.c: Fix typo.
11673         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11674         register numbers.
11675         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11676         Use constants from `enum amd64_regnum' for register numbers.
11677         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11678         (amd64_analyze_prologue, amd64_frame_cache,
11679         amd64_sigtramp_frame_cache): Use constants from `enum
11680         amd64_regnum' for register numbers.
11681         (amd64_supply_fpregset): Adjust for renamed functions.
11682         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
11683         `enum amd64_regnum' for register numbers.
11684         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11685         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11686         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11687         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11688         (amd64_linux_fill_gregset): Adjust for renamed macros.
11689         (fetch_core_registers): Adjust for renamed functions.
11690         (amd64_linux_init_abi): Adjust for renamed functions.
11691         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11692         renamed functions.
11693         * amd64-nat.c: Adjust for renamed macros.
11694         * amd64bsd-nat.c (fetch_inferior_registers)
11695         (store_inferior_registers): Use constants from `enum amd64_regnum'
11696         for register numbers.  Adjust for renamed variables.
11697         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11698         renamed variables.
11699         (_initialize_amd64fbsd_nat): Use constants from `enum
11700         amd64_regnum' for register numbers.
11701         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11702         `enum amd64_regnum' for register numbers.
11703         (amd64fbsd_init_abi): Adjust for renamed functions.
11704         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11705         `enum amd64_regnum' for register numbers.
11706         (amd64nbsd_init_abi): Adjust for renamed functions.
11707         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11708         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11709         `enum amd64_regnum' for register numbers.
11710         (amd64obsd_init_abi): Adjust for renamed functions.
11711         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11712
11713 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11714
11715         * breakpoint.c (print_one_breakpoint): Do not output spaces
11716         after printing <PENDING> for a pending breakpoint.
11717
11718 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11719
11720         * printcmd.c (print_scalar_formatted): Initialize val_long
11721         to remove compiler warning message.
11722
11723 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11724
11725         * defs.h (nquery, yquery): New prototypes.
11726         * breakpoint.c (break_command_1): Use new nquery interface.
11727         * utils.c (defaulted_query, nquery, yquery): New functions.
11728
11729 2004-02-23  Andrew Cagney  <cagney@redhat.com>
11730
11731         * hppa-tdep.c (hppa_frame_align): New function.
11732         (hppa32_push_dummy_call): New function.
11733         (hppa64_push_dummy_call): New function.
11734         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11735         disabled.
11736
11737         * infcall.c (legacy_push_dummy_code): Don't call deprecated
11738         FIX_CALL_DUMMY when push_dummy_call is available.
11739         (call_function_by_hand, push_dummy_code): Ditto.
11740
11741 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11742
11743         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11744         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11745         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11746         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11747         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11748         call_dummy_location to ON_STACK.
11749
11750 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11751
11752         * x86-64-linux-tdep.c: Tweak comment.
11753         (amd64_linux_supply_gregset): Renamed from
11754         x86_64_linux_supply_gresget.
11755         (amd64_linux_fill_gregset): Renamed from
11756         x86_64_linux_fill_gregset.
11757         (fetch_core_registers): Adjust for renamed functions.
11758         (amd64_core_fns): Renamed from x86_64_core_fns.
11759         (amd64_linux_sigtramp_start): Renamed from
11760         x86_64_linux_sigtramp_start.
11761         (amd64_linux_pc_in_sigtramp): Renamed from
11762         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
11763         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11764         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11765         (amd64_linux_sigcontext_addr): Renamed from
11766         x86_64_linux_sigcontext_addr.
11767         (amd64_linux_sc_reg_offset): Renamed from
11768         x86_64_linux_sc_reg_offset.
11769         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11770         Adjust for renamed functions and variables.
11771         (_initialize_amd64_linux_tdep): Renamed from
11772         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
11773         variables.
11774         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
11775         Adjust for renamed functions.
11776
11777         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11778         from x86_64_linux_gregset64_reg_offset.
11779         (amd64_linux_gregset32_reg_offset): Rename from
11780         x86_64_linux_gregset64_reg_offset.
11781         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11782         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11783         (amd64_linux_dr_set_control): Renamed from
11784         x86_64_linux_dr_set_control.  Adjust for renamed functions.
11785         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11786         Adjust for renamed functions.
11787         (amd64_linux_dr_reset_addr): Renamed from
11788         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11789         (amd64_linux_dr_get_status): Renamed from
11790         x86_64_linux_dr_get_status.  Adjust for renamed functions.
11791         (_initialize_amd64_linux_nat): Renamed from
11792         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
11793         functions.
11794         * config/i386/nm-x86-64linux.h: Update copyright year.
11795         Adjust for renamed functions.
11796
11797         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11798         amd64fbsd_sigtramp_start.
11799         (amd64fbsd_sigtramp_end_addr): Renamed from
11800         amd64fbsd_sigtramp_end.
11801         (amd64fbsd_init_abi): Adjust for renamed variables.
11802         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11803         variables.
11804         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11805         amd64fbsd_sigtramp_start.
11806         (amd64fbsd_sigtramp_end_addr): Renamed from
11807         amd64fbsd_sigtramp_end.
11808
11809 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11810
11811         * hppa-tdep.c (hppa32_return_value): New function.
11812         (hppa64_return_value): New function.
11813         (hppa_gdbarch_init): Set return_value; keep disabled.
11814
11815         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11816         struct-return and inferior function call methods.
11817
11818         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11819         "frame-base.h".
11820         (struct hppa_frame_cache): Define.
11821         (hppa_frame_cache, hppa_frame_this_id): New functions.
11822         (hppa_frame_prev_register): New function.
11823         (hppa_frame_unwind, hppa_frame_base): New variables.
11824         (hppa_frame_unwind_sniffer): New function.
11825         (hppa_frame_base_address, hppa_unwind_pc): New function.
11826         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11827         sniffer, and frame base sniffer; keep disabled.
11828         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11829         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11830
11831         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11832         to predicates for "seriously old code".
11833
11834         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11835         runtime if(0).
11836
11837         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11838         unsigned.
11839         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11840
11841         * config/pa/tm-hppa.h: Update copyright.
11842         (DEPRECATED_INIT_FRAME_PC): Delete macro.
11843         (deprecated_init_frame_pc_default): Delete declaration.
11844         (hppa_frame_init_saved_regs): Delete declaration.
11845         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11846         * hppa-tdep.c: Include "arch-utils.h".
11847         (hppa_gdbarch_init): Set deprecated init_frame_pc
11848         and deprecated frame_init_saved_regs.
11849         (hppa_frame_init_saved_regs): Make static.
11850
11851 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11852
11853         Remove old 386BSD support.
11854         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11855         * configure.host: Remove i[34567]86-*-bsd*.
11856         * configure.tgt: Remove i[34567]86-*-bsd*.
11857         * i386b-nat.c: Removed.
11858         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11859         (i386b-nat.o): Remove dependencies.
11860
11861         * config/i386/i386bsd.mh: Removed.
11862         * config/i386/i386bsd.mt: Removed.
11863         * config/i386/nm-i386bsd.h: Removed.
11864         * config/i386/tm-i386bsd.h: Removed.
11865         * config/i386/xm-i386bsd.h: Removed.
11866
11867         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11868
11869         * amd64fbsd-tdep.c: Include "solib-svr4.h".
11870         (amd64fbsd_init_abi): Set link map offsets.
11871         * amd64nbsd-tdep.c: Include "slib-svr4.h".
11872         (amd64nbsd_init_abi): Set link map offsets.
11873         * amd64obsd-tdep.c: Include "solib-svr4.h".
11874         (amd64obsd_init_abi): Set link map offsets.
11875         * i386fbsd-tdep.c: Include "solib-svr4.h".
11876         (i386fbsd_init_abi): Set link map offsets.
11877         * i386nbsd-tdep.c: Include "solib-svr4.h".
11878         (i386nbsdelf_init_abi): Set link map offsets.
11879         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11880         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11881         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11882         solib-legacy.o and core-aout.o. Reformat.
11883         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11884         solib-svr4.o, solib-legacy.o.  Reformat.
11885         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
11886         * config/i386/nbsdelf.mh: Reformat.
11887         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11888         solib-svr4.o, solib-legacy.o and corelow.o.
11889         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11890         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11891         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
11892         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11893         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11894         (TM_FILE): Set to tm-fbsd.h.
11895         * config/i386/nbsd.mt (TDEPFILES): Reformat.
11896         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11897         solib-svr4.o.
11898         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11899         solib-svr4.o.
11900         (TM_FILE): Set to nm-nbsd.h.
11901         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
11902         Simplify shared library support.  Don't include "elf/common.h".
11903         (SVR4_SHARED_LIBS): Don't define.
11904         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
11905         "solib.h".
11906         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11907         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
11908         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
11909         Don't include "i386/tm-i386.h".  Include "solib.h".
11910         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
11911         Don't include "i386/tm-i386.h".
11912         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
11913         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
11914         Include "i386/xm-i386.h".
11915         (HOST_LONG_DOUBLE_FORMAT): Remove.
11916
11917         Fix OpenBSD/i386 sigtramp recognition.
11918         * i386-tdep.h: Update copyright year.
11919         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11920         (i386bsd_sigtramp_end): New prototypes.
11921         (i386fbsd_sigtramp_start_addr): Renamed from
11922         i386fbsd_sigtramp_start.
11923         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11924         (i386obsd_sigtramp_start_addr): Renamed from
11925         i386obsd_sigtramp_start.
11926         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11927         * i386bsd-tdep.c: Update copyright year.
11928         (i386bsd_pc_in_sigtramp): Make public.
11929         * i386fbsd-nat.c: Update copyright year.
11930         (_initialize_i386fbsd_nat): Adjust for renamed variables.
11931         * i386fbsd-tdep.c: Update copyright year.
11932         (i386fbsd_sigtramp_start_addr): Renamed from
11933         i386fbsd_sigtramp_start.
11934         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11935         (i386fbsdaout_init_abi): Adjust for renamed variables.
11936         * i386obsd-nat.c: Update copyright year.
11937         (_initialize_i386obsd_nat): Adjust for renamed variables.
11938         * i386obsd-tdep.c: Include "target.h".
11939         (i386obsd_page_size): New variable.
11940         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11941         (i386obsd_sigtramp_end): New functions.
11942         (i386obsd_sigtramp_start_addr): Renamed from
11943         i386obsd_sigtramp_start.
11944         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11945         (i386obsd_init_abi): Adjust for renamed variables.  Set
11946         pc_in_sigtramp, sigtramp_start and sigtramp_end.
11947         * Makefile.in (i386obsd-tdep.o): Update dependencies.
11948
11949         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11950         trampoline change in OpenBSD kernel.
11951
11952         * amd64-nat.c: Update copyright year.
11953         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11954         architecture from REGCACHE.
11955
11956         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11957         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11958
11959 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
11960
11961         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11962         i[34567]86-*-openbsd3.[0-3].
11963         * config/i386/obsdaout.mh: New file.
11964
11965         * config/i386/obsd.mh (MH_FLAGS): Remove.
11966
11967         Fix PR build/1549.
11968         * i386obsd-tdep.c: Update copyright years.  Include
11969         "solib-svr4.h".
11970         (i386obsd_init_abi): Don't set regset_from_core_section here.
11971         (i386obsd_aout_init_abi): New function.  Set
11972         regset_from_core_section here.
11973         (i386obsd_elf_init_abi): New function.
11974         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11975         * Makefile.in (i386obsd-tdep.o): Update dependecies.
11976         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11977         (TM_FILE): Set to tm-nbsd.h.
11978
11979         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11980         solib-sunos.o.
11981
11982         * solib-svr4.h: Update copyright year.
11983         (svr4_ilp32_fetch_link_map_offsets)
11984         (svr4_lp64_fetch_link_map_offsets): New prototype.
11985         * solib-svr4.c: Update copyright year.
11986         (svr4_ilp32_fetch_link_map_offsets)
11987         (svr4_lp64_fetch_link_map_offsets): New function.
11988
11989 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
11990
11991         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11992         to the partial symbol table.
11993
11994 2004-02-20  J. brobecker  <brobecker@gnat.com>
11995
11996         * PROBLEMS: Add description of problem documented under gdb/1560.
11997
11998 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
11999
12000         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
12001         comments.
12002         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
12003         functions.
12004         (amd64obsd_init_abi): Reorder initializations.  Use
12005         amd64obsd_r_reg_offset to initialize the general-purpose register
12006         set details.  Set regset_from_core_section.
12007         (_initialize_amd64obsd_tdep): Rename from
12008         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
12009         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
12010         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
12011
12012         * NEWS (New native configurations): Mention OpenBSD/alpha.
12013         * configure.tgt: Add alpha*-*-openbsd*.
12014         * configure.host: Add alpha*-*-openbsd*.
12015         * alphanbsd-tdep.c: Update copyright year.
12016         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
12017
12018 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12019
12020         Fix PR tdep/1372.
12021         * configure.tgt: Delete target "none-*-*".
12022         * configure.host: Delete host "none-*-*".
12023         * config/none/none.mh: Delete file.
12024         * config/none/none.mt: Delete file.
12025         * config/none/xm-none.h: Delete file.
12026         * config/none/tm-none.h: Delete file.
12027         * config/none/nm-none.h: Delete file.
12028
12029 2004-02-19  Fred Fish  <fnf@redhat.com>
12030
12031         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
12032         cache->uses_fp prior to setting it.
12033
12034 2004-02-19  Fred Fish  <fnf@redhat.com>
12035
12036         Fix for PR breakpoint/1558.
12037         * sh-tdep.c (IS_JSR): New macro.
12038         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
12039
12040 2004-02-19  Jim Blandy  <jimb@redhat.com>
12041
12042         * findvar.c (value_from_register): Doc fix.
12043
12044 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
12045
12046         * printcmd.c (print_scalar_formatted): Do not check for sizeof
12047         type being greater than sizeof of host's LONGEST.  Always use
12048         unpack_long() unless format 'f' chosen.
12049
12050 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
12051
12052         Committed by Elena Zannoni  <ezannoni@redhat.com>
12053
12054         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
12055         contains a symbol wich is the best, non-exact match for the given
12056         pc.  Update comments.
12057
12058 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
12059
12060         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
12061         macro, which was part of the now removed Mach 3 port.
12062         * utils.c (request_quit): Ditto.
12063
12064 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
12065
12066         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
12067         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
12068
12069 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12070
12071         Committed by Mark Kettenis  <kettenis@gnu.org>.
12072
12073         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
12074         Define.
12075
12076 2004-02-18  Andrew Cagney  <cagney@redhat.com>
12077
12078         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
12079         CONFIG_INSTALL and CONFIG_UNINSTALL.
12080         * configure: Re-generate.
12081         * interps.h (INTERP_TUI): Define.
12082         * Makefile.in: Update dependencies.
12083         (TUI): New macro.
12084         (tui-main.o): Specify dependencies.
12085         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
12086         * tui/tui-main.c: New file.
12087
12088 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
12089
12090         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
12091         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
12092         dependencies.
12093         * configure.host: Add x86_64-*-openbsd*.
12094         * configure.tgt: Add x86_64-*-openbsd*.
12095         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
12096
12097         * tui/tui.c: Don't include <malloc.h>.
12098
12099         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
12100         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
12101         amd64nbsd-tdep.c.
12102
12103         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
12104         static.  Remove extraneous whitespace.
12105         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
12106         static.
12107
12108 2004-02-17  Jim Blandy  <jimb@redhat.com>
12109
12110         * findvar.c (value_from_register): Doc fix.
12111
12112 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12113
12114         Committed by Jim Blandy  <jimb@redhat.com>.
12115
12116         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
12117         CORE_ADDR as type for selectors.  Correct types for GNU run time
12118         message lookup function to use double indirection.
12119         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
12120         * objc-lang.h (lookup_child_selector): Adapt prototype.
12121
12122         * s390-nat.c (SUBOFF): New macro.
12123         (supply_gregset, fill_gregset): Use it to handle debugging
12124         of 32-bit exectuables running under a 64-bit kernel.
12125         * s390-tdep.c: Include "solib-svr4.h".
12126         (s390_svr4_fetch_link_map_offset): New function.
12127         (s390x_svr_fetch_link_map_offset): Likewise.
12128         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
12129         * Makefile.in (s390-tdep.o): Update dependencies.
12130
12131         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
12132         "frame-unwind.h".
12133         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
12134         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
12135         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
12136         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
12137         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
12138         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
12139         S390_SIGNAL_FRAMESIZE,
12140         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
12141         (struct frame_extra_info): Remove.
12142         (s390_memset_extra_info): Remove.
12143         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
12144         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
12145         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
12146         (is_rse): Renamed to ...
12147         (is_rsy): ... this.  Support long displacements.
12148         (is_rxe): Renamed to ...
12149         (is_rxy): ... this.  Support long displacements.
12150         (compute_x_addr): Support long displacements.
12151         (struct s390_prologue_data): New data type.
12152         (s390_on_stack): Change API to use struct s390_prologue_data.
12153         (s390_store): Reimplement.
12154         (s390_load): New function.
12155         (s390_get_signal_frame_info): Remove.
12156         (s390_get_frame_info): Remove, replace by ...
12157         (s390_analyze_prolog): ... this new function.
12158         (s390_check_function_end): Remove.
12159         (s390_function_start): Remove.
12160         (s390_frameless_function_invokation): Remove.
12161         (s390_is_sigreturn): Remove.
12162         (s390_init_frame_pc_first): Remove.
12163         (s390_init_frame_extra_info): Remove.
12164         (s390_frame_init_saved_regs): Remove.
12165         (s390_frame_saved_pc_nofix): Remove.
12166         (s390_frame_saved_pc): Remove.
12167         (s390_frame_chain): Remove.
12168         (s390_fp_regnum, s390_read_fp): Remove.
12169         (s390_pop_frame_regular, s390_pop_frame): Remove.
12170         (s390_saved_pc_after_call): Remove.
12171         (s390_skip_prologue): Reimplement.
12172         (s390_in_function_epilogue_p): Support long displacements.
12173         (struct s390_unwind_cache): New data structure.
12174         (s390_frame_unwind_cache): New function.
12175         (s390_prologue_frame_unwind_cache): Likewise.
12176         (s390_backchain_frame_unwind_cache): Likewise.
12177         (s390_frame_this_id, s390_frame_prev_register): Likewise.
12178         (s390_frame_unwind): Define.
12179         (s390_frame_sniffer): New function.
12180         (struct s390_pltstub_unwind_cache): New data structure.
12181         (s390_pltstub_frame_unwind_cache): New function.
12182         (s390_pltstub_frame_this_id): Likewise.
12183         (s390_pltstub_frame_prev_register): Likewise.
12184         (s390_pltstub_frame_unwind): Define.
12185         (s390_pltstub_frame_sniffer): New function.
12186         (struct s390_sigtramp_unwind_cache): New data structure.
12187         (s390_sigtramp_frame_unwind_cache): New function.
12188         (s390_sigtramp_frame_this_id): Likewise.
12189         (s390_sigtramp_frame_prev_register): Likewise.
12190         (s390_sigtramp_frame_unwind): Define.
12191         (s390_sigtramp_frame_sniffer): New function.
12192         (s390_frame_base_address, s390_local_base_address): New functions.
12193         (s390_frame_base): Define.
12194         (s390_unwind_pc, s390_unwind_sp): New function.
12195         (s390_push_dummy_call): Use new frame base location.
12196         (s390_unwind_dummy_id): Likewise.
12197         (s390_gdbarch_init): Remove calls to:
12198         set_gdbarch_frameless_function_invocation,
12199         set_gdbarch_deprecated_init_frame_pc,
12200         set_gdbarch_deprecated_frame_chain,
12201         set_gdbarch_deprecated_frame_init_saved_regs,
12202         set_gdbarch_deprecated_pop_frame,
12203         set_gdbarch_deprecated_init_extra_frame_info,
12204         set_gdbarch_deprecated_init_frame_pc_first,
12205         set_gdbarch_deprecated_target_read_fp,
12206         set_gdbarch_deprecated_frame_saved_pc,
12207         set_gdbarch_deprecated_saved_pc_after_call,
12208         set_gdbarch_deprecated_fp_regnum.
12209         Add calls to:
12210         set_gdbarch_in_solib_call_trampoline,
12211         frame_unwind_append_sniffer,
12212         frame_base_set_default,
12213         set_gdbarch_unwind_pc,
12214         set_gdbarch_unwind_sp.
12215         * Makefile.in (s390-tdep.o): Update dependencies.
12216
12217         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
12218         (S390_STACK_FRAME_OVERHEAD): Remove.
12219         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12220         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12221         (s390_promote_integer_argument): Remove.
12222         (s390_cannot_extract_struct_value_address): Remove.
12223         (s390_use_struct_convention, s390_store_struct_return): Remove.
12224         (s390_extract_return_value, s390_store_return_value): Remove.
12225         (s390_return_value_convention, s390_return_value): New functions.
12226         (is_float_singleton): Handle typedefs.
12227         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
12228         Remove, replace by ...
12229         (s390_function_arg_pass_by_reference, s390_function_arg_float,
12230         s390_function_arg_integer): ... these new functions.
12231         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12232         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12233         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12234         Fill in tdep->abi.
12235         Remove calls to:
12236         set_gdbarch_deprecated_store_struct_return,
12237         set_gdbarch_deprecated_extract_return_value,
12238         set_gdbarch_deprecated_store_return_value,
12239         set_gdbarch_use_struct_convention,
12240         set_gdbarch_extract_struct_value_address,
12241         set_gdbarch_deprecated_pc_in_call_dummy,
12242         set_gdbarch_deprecated_push_arguments,
12243         set_gdbarch_deprecated_save_dummy_frame_tos,
12244         set_gdbarch_deprecated_push_return_address,
12245         set_gdbarch_deprecated_sizeof_call_dummy_words,
12246         set_gdbarch_deprecated_call_dummy_words,
12247         set_gdbarch_deprecated_dummy_write_sp.
12248         Add calls to:
12249         set_gdbarch_push_dummy_call,
12250         set_gdbarch_unwind_dummy_id,
12251         set_gdbarch_return_value.
12252
12253         * config/s390/nm-linux.h: Update comments.
12254         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12255         (STOPPED_BY_WATCHPOINT): Redefine.
12256         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12257         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12258         (s390_stopped_by_watchpoint): Likewise.
12259         (watch_area_cnt): Remove.
12260         * s390-nat.c: Update comments.
12261         (watch_area): Remove typedef.
12262         Global replace watch_area by struct watch_area.
12263         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12264         (s390_stopped_by_watchpoint): Remove pid argument,
12265         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
12266         (s390_fix_watch_points): Remove pid argument,
12267         use s390_inferior_tid.  Recompute area spanned by watchpoints.
12268         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12269         argument.  Reimplement.
12270
12271         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
12272         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12273         (FETCH_INFERIOR_REGISTERS): Define.
12274         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12275         core-regset.o.
12276         * config/s390/s390x.mt: Remove.
12277         * config/s390/tm-s390.h: Remove.
12278         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12279         (TARGET_ELF64): Remove.
12280         (SKIP_TRAMPOLINE_CODE): Do not undefine.
12281         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12282         s390*-*-* case; always set gdb_target to s390.
12283         * regformats/reg-s390.dat: Remove control registers.
12284         * regformats/reg-s390x.dat: Likewise.
12285         * s390-tdep.h: New file.
12286         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12287         Include "inferior.h" and "s390-tdep.h".
12288         Remove private definition of offsetof.
12289         (s390_register_u_addr): Remove.
12290         (regmap_gregset, regmap_fpregset): Define.
12291         (supply_gregset, fill_gregset): Reimplement.
12292         (supply_fpregset, fill_fpregset): Likewise.
12293         (s390_inferior_tid): New function.
12294         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12295         (fetch_inferior_registers, store_inferior_registers): Likewise.
12296         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
12297         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
12298         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12299         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12300         (struct gdbarch_tdep): Define.
12301         (struct s390_register_info): Define.
12302         (s390_register_info): New variable.
12303         (s390_register_name): Reimplement.
12304         (s390_register_type): New function.
12305         (s390_register_raw_size, s390x_register_raw_size): Remove.
12306         (s390_cannot_fetch_register): Remove.
12307         (s390_register_byte): Remove.
12308         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12309         (s390_dwarf_regmap): New variable.
12310         (s390_dwarf_reg_to_regnum): New function.
12311         (s390_stab_reg_to_regnum): Remove.
12312         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12313         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12314         (s390_convert_register_p): Likewise.
12315         (s390_register_to_value, s390_value_to_register): Likewise.
12316         (s390_register_reggroup_p): Likewise.
12317         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12318         s390_gregset, s390x_gregset, s390_fpregset): New variables.
12319         (s390_supply_regset, s390_regset_from_core_section): New functions.
12320         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12321         (S390_FPR_SIZE): Likewise.
12322         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
12323         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12324         (S390_NUM_GPRS): Move here from tm-s390.h.
12325         (S390_NUM_FPRS): Likewise.
12326         (s390_in_function_epilogue_p): New function.
12327         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12328         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12329         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12330         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12331         Replace S390_FP_REGNUM by S390_SP_REGNUM.
12332         Remove calls to:
12333         set_gdbarch_deprecated_max_register_raw_size,
12334         set_gdbarch_deprecated_max_register_virtual_size,
12335         set_gdbarch_deprecated_register_byte,
12336         set_gdbarch_cannot_fetch_register,
12337         set_gdbarch_cannot_store_register,
12338         set_gdbarch_deprecated_register_size,
12339         set_gdbarch_deprecated_register_raw_size,
12340         set_gdbarch_deprecated_register_virtual_size,
12341         set_gdbarch_deprecated_register_virtual_type,
12342         set_gdbarch_deprecated_register_bytes.
12343         Add calls to:
12344         set_gdbarch_num_pseudo_regs,
12345         set_gdbarch_register_type,
12346         set_gdbarch_convert_register_p,
12347         set_gdbarch_register_to_value,
12348         set_gdbarch_value_to_register,
12349         set_gdbarch_register_reggroup_p,
12350         set_gdbarch_regset_from_core_section,
12351         set_gdbarch_pseudo_register_read,
12352         set_gdbarch_pseudo_register_write,
12353         set_gdbarch_in_function_epilogue_p.
12354         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12355         (s390_tdep_h): New variable.
12356
12357 2004-02-17  Jim Blandy  <jimb@redhat.com>
12358
12359         * findvar.c (value_from_register): If the type has no length, just
12360         return an acceptable value --- don't report an internal error.
12361
12362         * stabsread.c (read_type): If we find any type numbers that are
12363         forward references, complain if the references aren't resolved by
12364         the time we're finished reading.
12365         (cleanup_undefined_types): Make error message more appropriate for
12366         a complaint.
12367
12368 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12369
12370         * Makefile.in (defs_h): Remove dependency on progress_h.
12371         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12372         progress.h.
12373         * main.c (captured_main): Delete use of START_PROGRESS and
12374         END_PROGRESS.
12375
12376 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12377
12378         * objfiles.c (terminate_minimal_symbol_table): Add back
12379         initialization of MSYMBOL_TYPE.
12380
12381 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
12382
12383         Committed by Andrew Cagney.
12384         * Makefile.in (ia64_tdep_h): New macro.
12385         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12386         (ia64-tdep.o): Likewise.
12387         * ia64-tdep.h: New file.
12388         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
12389         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12390         (ia64_aix_sigcontext_register_address): Likewise.
12391         (ia64_linux_getunwind_table): Delete declaration.
12392         * ia64-linux-tdep.c: Likewise.
12393
12394 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
12395
12396         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12397         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12398         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12399
12400 2004-02-17  Andrew Cagney  <cagney@redhat.com>
12401
12402         * symtab.c (skip_prologue_using_sal): New function.
12403         * symtab.h (skip_prologue_using_sal): Declare.
12404         * frv-tdep.c: Include "symtab.h".
12405         (skip_prologue_using_sal): Delete function.
12406         * mips-tdep.c (skip_prologue_using_sal): Delete function.
12407         * rs6000-tdep.c (refine_prologue_limit): Mention
12408         skip_prologue_using_sal.
12409         * ia64-tdep.c (refine_prologue_limit): Ditto.
12410         * Makefile.in: Update dependencies.
12411
12412 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12413
12414         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12415         START_INFERIOR_TRAPS_EXPECTED.
12416         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12417         START_INFERIOR_TRAPS_EXPECTED.
12418         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12419         Delete macro.
12420         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12421         macro, moved to "nm-osf.h".  Update copyright.
12422         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12423         update copyright.
12424
12425         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12426         and function replacing FRAMELESS_FUNCTION_INVOCATION.
12427         * blockframe.c (legacy_frameless_look_for_prologue): Rename
12428         frameless_look_for_prologue.
12429         * frame.h (legacy_frameless_look_for_prologue): Rename
12430         frameless_look_for_prologue.
12431         * gdbarch.h, gdbarch.c: Re-generate.
12432         * sh64-tdep.c (sh64_gdbarch_init): Update.
12433         * sh-tdep.c (sh_gdbarch_init): Update.
12434         * s390-tdep.c (s390_gdbarch_init): Update.
12435         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12436         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12437         * m68k-tdep.c (m68k_gdbarch_init): Update.
12438         (delta68_frame_args_address): Update.
12439         * m32r-tdep.c (m32r_gdbarch_init): Update.
12440         * hppa-tdep.c (hppa_gdbarch_init): Update.
12441         * h8300-tdep.c (h8300_gdbarch_init): Update.
12442         * frv-tdep.c (frv_gdbarch_init): Update.
12443         (frv_frameless_function_invocation): Update.
12444         * cris-tdep.c (cris_gdbarch_init): Update.
12445         (cris_frameless_function_invocation): Update.
12446         * avr-tdep.c (avr_gdbarch_init): Update.
12447         * arm-tdep.c (arm_gdbarch_init): Update.
12448         * stack.c (frame_info): Update, call predicate.
12449         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12450         * frame.c (legacy_get_prev_frame): Update, call predicate..
12451         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12452         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12453         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12454         invocation.
12455         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12456         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12457         * vax-tdep.c (vax_gdbarch_init): Ditto.
12458
12459         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12460         function.
12461
12462 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12463
12464         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12465         initializations.
12466
12467 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12468
12469         * tui/tui-windata.c: Include "gdb_string.h".
12470         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12471         * tui/tui-layout.c, tui/tui-command.c: Ditto.
12472         * Makefile.in: Update dependencies.
12473
12474 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12475
12476         * Makefile.in (infrun.o): Add $(gdb_assert_h).
12477         * infrun.c: Include "gdb_assert.h".
12478         (singlestep_ptid, saved_singlestep_ptid)
12479         (stepping_past_singlestep_breakpoint): New variables.
12480         (resume): Set singlestep_ptid.  Check for singlestep thread
12481         hop.
12482         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12483         (handle_inferior_event): Handle singlestep thread hop.
12484
12485 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12486
12487         * dwarf2-frame.c (dwarf2_frame_ops): New function.
12488         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12489         (dwarf2_frame_init_reg): Ditto.
12490
12491         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
12492         suggested by Joshua Neuheisel
12493
12494         * configure.in: Always check for curses, including pdcurses.
12495         Warn, instead of error, when no curses are found.  Enable TUI when
12496         curses is available.
12497         * configure: Re-generate.
12498
12499 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12500
12501         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12502         sh_sh4_register_convert_to_virtual.
12503         (sh_register_convert_to_raw): Rename from
12504         sh_sh4_register_convert_to_raw.
12505         (sh_pseudo_register_read): Accomodate above name change.
12506         (sh_pseudo_register_write): Ditto.
12507
12508 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12509
12510         * sh-tdep.c (sh_generic_register_name): Remove.
12511         (sh_gdbarch_init): Use sh_sh_register_name in default case.
12512
12513 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12514
12515         * configure.in (build_warnings): Add -Wunused-function.
12516         * configure: Re-generate.
12517
12518         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12519         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12520
12521         * procfs.c (procfs_init_inferior): Assume that
12522         START_INFERIOR_TRAPS_EXPECTED is defined.
12523         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12524         * config/ns32k/tm-nbsd.h: Delete file,
12525         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12526
12527         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12528         * config/vax/tm-vax.h: Delete file.
12529
12530         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12531         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12532         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12533         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12534         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12535         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12536         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12537
12538 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
12539
12540         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12541         * dwarf2-frame.c (dwarf2_frame_data): New variable.
12542         (struct dwarf2_frame_ops): New.
12543         (dwarf2_frame_default_init_reg): New function, based on
12544         dwarf2_frame_init_reg.
12545         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12546         (dwarf2_frame_init_reg): Call architecture-specific function.
12547         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12548         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12549         instead of dwarf2_frame_data.
12550         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12551         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12552
12553 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12554
12555         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12556         register_gdbarch_swap.
12557         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12558         * f-lang.c (_initialize_f_language): Update, use
12559         DEPRECATED_REGISTER_GDBARCH_SWAP.
12560         * remote.c (_initialize_remote): Ditto.
12561         * regcache.c (_initialize_regcache): Ditto.
12562         * parse.c (_initialize_parse): Ditto.
12563         * infrun.c (_initialize_infrun): Ditto.
12564         * mi/mi-main.c (_initialize_mi_main): Ditto.
12565         * gdbtypes.c (_initialize_gdbtypes): Ditto.
12566
12567         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12568         poking .cacheable directly.
12569         * symfile.c (symfile_bfd_open): Ditto.
12570
12571         * Makefile.in: Update all dependencies.
12572
12573         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12574         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
12575         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
12576         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12577         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12578
12579 2004-02-14  Andrew Cagney  <cagney@redhat.com>
12580
12581         * arch-utils.c (legacy_convert_register_p): Check
12582         DEPRECATED_REGISTER_CONVERTIBLE_P.
12583         * findvar.c (value_of_register): Ditto.
12584
12585         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12586         * gdbarch.h, gdbarch.c: Re-generate.
12587         * arch-utils.c (deprecated_register_convertible_not): Delete.
12588         * arch-utils.h (deprecated_register_convertible_not): Delete.
12589         * mi/mi-main.c (get_register): Update.  Update copyright.
12590         * infcmd.c (default_print_registers_info): Update.
12591
12592         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12593         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12594         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12595         * gdbarch.h, gdbarch.c: Re-generate.
12596         * frame.c (deprecated_get_next_frame_hack): Delete function.
12597         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12598         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12599         Update.
12600         * infcall.c (call_function_by_hand): Update.
12601
12602 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
12603
12604         * symfile.c (init_entry_point_info, entry_point_address): Move
12605         from here...
12606         * objfiles.c (init_entry_point_info, entry_point_address):..to
12607         here.
12608         * symfile.h (init_entry_point_info, entry_point_address): Remove
12609         prototypes.
12610         * objfiles.h (init_entry_point_info, entry_point_address):Add
12611         prototypes.
12612         * cris-tdep.c: Remove include of symfile.h. Add include of
12613         objfiles.h.
12614         * infcall.c: Ditto.
12615         * mcore-tdep.c: Ditto.
12616         * mn10300-tdep.c: Ditto.
12617         * sh64-tdep.c: Ditto.
12618         * v850-tdep.c: Ditto.
12619         * arm-tdep.c: Remove include of symfile.h.
12620         * blockframe.c: Ditto.
12621         * coffread.c: Ditto.
12622         * dbxread.c: Ditto.
12623         * dwarf2read.c: Ditto.
12624         * dwarfread.c: Ditto.
12625         * frv-tdep.c: Ditto.
12626         * ia64-tdep.c: Ditto.
12627         * mdebugread.c: Ditto.
12628         * mipsread.c: Ditto.
12629         * rs6000-tdep.c: Ditto.
12630         * s390-tdep.c: Ditto.
12631         * sh-tdep.c: Ditto.
12632         * xstormy16-tdep.c: Ditto.
12633         * gdbarch.sh: Remove include of symfile.h.
12634         * gdbarch.c: Regenerate.
12635         * solib-irix.c (enable_break): Use entry_point_address().
12636         Add comment about include file.
12637         * xcoffread.c: Add comment about include file.
12638         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12639         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12640         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12641         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12642         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12643
12644 2004-02-13  Andrew Cagney  <cagney@redhat.com>
12645
12646         * corelow.c (core_xfer_partial): Use "struct bfd_section".
12647         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12648         copyright.
12649         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12650
12651 2004-02-12  Fred Fish  <fnf@redhat.com>
12652
12653         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12654          set_gdbarch_store_return_value.
12655
12656 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12657
12658         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12659         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12660         (interrupt_query): Ditto.
12661         (ofunc): Delete unused variable.
12662         * cris-tdep.c (cris_abi): Delete unused function.
12663         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12664         (cris_get_wide_opcode, cris_get_short_size): Ditto.
12665         (cris_get_asr_quick_shift_steps): Ditto.
12666         (cris_skip_prologue_frameless_p): Ditto.
12667         * arm-tdep.c (arm_push_return_address): Delete unused function.
12668         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12669         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12670         * s390-tdep.c (s390_function_start): Delete unused function.
12671
12672 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12673
12674         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12675         gdbarch.h, gdbarch.c: Re-generate.
12676         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12677         to generic_prologue_frameless_p.
12678         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12679         * arch-utils.c (generic_prologue_frameless_p): Delete function.
12680
12681 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
12682
12683         * mips-linux-tdep.c: Include "frame.h".
12684         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12685         (mips_linux_skip_resolver): New functions.
12686         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12687         and set_gdbarch_in_solib_call_trampoline.
12688         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12689         to after set_gdbarch_in_solib_return_trampoline.  Only set the
12690         solib hooks to mips16 functions if the OS ABI is unknown.
12691         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12692         including "config/tm-linux.h".
12693         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12694         * Makefile.in (mips-linux-tdep.o): Update.
12695
12696 2004-02-11  David Carlton  <carlton@kealia.com>
12697
12698         * linespec.c (decode_compound): Only look for a class symbol when
12699         considering all but the rightmost component.
12700
12701 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12702
12703         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12704         abi code are are separatly grouped.
12705
12706 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12707
12708         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12709         * gdbarch.h, gdbarch.c: Re-generate.
12710         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12711         * v850-tdep.c (v850_gdbarch_init): Update.
12712         * sh64-tdep.c (sh64_gdbarch_init): Update.
12713         * sh-tdep.c (sh_gdbarch_init): Update.
12714         * s390-tdep.c (s390_gdbarch_init): Update.
12715         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12716         * mips-tdep.c (mips_gdbarch_init): Update.
12717         * mcore-tdep.c (mcore_gdbarch_init): Update.
12718         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12719         * m32r-tdep.c (m32r_gdbarch_init): Update.
12720         * ia64-tdep.c (ia64_gdbarch_init): Update.
12721         * hppa-tdep.c (hppa_gdbarch_init): Update.
12722         * h8300-tdep.c (h8300_gdbarch_init): Update.
12723         * frv-tdep.c (frv_gdbarch_init): Update.
12724         * d10v-tdep.c (d10v_gdbarch_init): Update.
12725         * cris-tdep.c (cris_gdbarch_init): Update.
12726         * avr-tdep.c (avr_gdbarch_init): Update.
12727         * arm-tdep.c (arm_gdbarch_init): Update.
12728         * alpha-tdep.c (alpha_gdbarch_init): Update.
12729
12730 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
12731
12732         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12733         comma.
12734         (sh_sh4al_dsp_register_name): Ditto.
12735
12736 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12737
12738         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12739         (mips_init_frame_pc_first): Delete function.
12740         (mips_frame_saved_pc): Delete function.
12741         (mips_frame_chain): Delete function.
12742         (mips_init_extra_frame_info): Delete function.
12743         (mips_xfer_register): Delete unused variable "reg".
12744         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12745         (mips_n32n64_return_value): Delete unused variable "reg".
12746         (mips_n32n64_return_value): Delete unused variable "pos".
12747         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12748         (mips_o32_return_value): Delete unused variable "pos".
12749         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12750         (mips_print_fp_register): Delete unused variable "namelen"
12751         (mips_print_fp_register): Delete unused variable "flt2"
12752         (get_frame_pointer): Delete function.
12753         (cached_proc_desc): Delete static variable.
12754         (mips_pop_frame): Delete function.
12755         (mips_find_saved_regs): Delete function.
12756         (mips_get_saved_register): Delete function.
12757         (mips_saved_pc_after_call): Delete function.
12758         (SIGFRAME_BASE): Delete macro.
12759         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12760         (SIGFRAME_PC_OFF): Delete macro.
12761         (SIGFRAME_REGSAVE_OFF): Delete macro.
12762         (mips_dump_tdep): Do not print deleted macro definitions.
12763
12764 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12765
12766         * Makefile.in (SFILES): Remove explictly listed tui files.
12767         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12768
12769 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
12770
12771         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12772         to use paddr functions to format ia64 addresses and long values.
12773         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12774         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12775         (get_kernel_table, ia64_find_proc_info_x): Ditto.
12776         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12777         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12778
12779 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12780
12781         * defs.h: Do not include "tui.h".
12782         * gdb_curses.h: New file.
12783         * tui/tui-hooks.h: New file.
12784         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12785         (tui_install_hooks, tui_remove_hooks): Delete declarations.
12786         (tui_initialize_io): Delete declaration.
12787         (tui_initialize_readline: Delete redundant declaration.
12788         (struct tui_point): Delete definition.
12789         * tui/tui-data.h (struct tui_point): Define.
12790         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12791         * utils.c: Include "tui/tui.h".
12792         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12793         * printcmd.c [TUI]: Include "tui/tui.h".
12794         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12795         * tui/tui-command.c: Include "gdb_curses.h".
12796         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12797         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12798         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12799         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12800         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12801         * Makefile.in: Update all dependencies.
12802         (tui_hooks_h, gdb_curses_h): Define.
12803         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12804
12805 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
12806
12807         * objfiles.h (struct objfile): Remove unused fields auxf1 and
12808         auxf2. Add comments about some other rarely used fields.
12809
12810 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12811
12812         * Makefile.in (init.c): Fix script removing duplicates. Problem
12813         reported by Peter Schauer.
12814
12815 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12816
12817         * bcache.c (bcache_xmalloc): Use obstack_init instead of
12818         obstack_specify_allocation.
12819         * objfiles.c (allocate_objfile): Ditto.
12820         * solib-sunos.c (solib_add_common_symbols)
12821         (allocate_rt_common_objfile): Ditto.
12822         * symfile.c (reread_symbols): Ditto.
12823         * gdb_obstack.h: Add comment.
12824
12825 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12826
12827         * linespec.c (decode_line_1, locate_first_half)
12828         (decode_compound, lookup_prefix_sym): Update comments. Delete old
12829         commented out code.
12830
12831 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
12832
12833         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12834         obstack_free.
12835
12836 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12837
12838         * blockframe.c (find_pc_partial_function): If find_pc_overlay
12839         fails, try find_pc_section.  Fix PR c++/1267.
12840         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12841         instead of find_pc_mapped_section.
12842         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12843         not default to the section containing PC.  Fix PR symtab/1519.
12844
12845 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12846
12847         * Makefile.in (mips-tdep.o): Update dependencies.
12848         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12849         "trad-frame.h".
12850         (mips_unwind_pc): Return the pseudo PC register.
12851         (mips_unwind_dummy_id): New function.
12852         (mips16_fetch_instruction): New function.
12853         (mips32_fetch_instruction): New function.
12854         (struct mips_frame_cache): Define.
12855         (mips_mdebug_frame_cache): New function.
12856         (mips_mdebug_frame_this_id): New function.
12857         (mips_mdebug_frame_prev_register): New function.
12858         (mips_mdebug_frame_unwind): Define.
12859         (mips_mdebug_frame_sniffer): New function.
12860         (mips_mdebug_frame_base_address): New function.
12861         (mips_mdebug_frame_base): Define.
12862         (mips_mdebug_frame_base_sniffer): New function.
12863         (mips_gdbarch_init): Append unwind and base sniffers.  Set
12864         unwind_dummy_id.
12865
12866 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12867
12868         * frame.c: Print both the register number and name.
12869
12870         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
12871         and a sed into a single sed.  Make .c and .o patterns more robust.
12872         (OBS): Delete.
12873         (INIT_FILES): Replace OBS with COMMON_OBS.
12874         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12875
12876 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
12877
12878         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12879         the PT_WCOOKIE request.
12880
12881 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12882
12883         * mips-tdep.c (mips_unwind_pc): New function.
12884         (mips_gdbarch_init): Set mips_unwind_pc.
12885
12886         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12887         (get_frame_id): Allow the UNKNOWN_FRAME.
12888         (frame_register_unwind, get_frame_type): Ditto.
12889
12890         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12891         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
12892         unwind_dummy_id indicates a legacy frame.
12893
12894         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12895         * configure: Re-generate.
12896
12897         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12898         methods.
12899
12900 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12901
12902         * configure.in (CONFIG_ALL): Set to Makefile target, and not
12903         makefile macro.
12904         * configure: Re-generate.
12905         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12906         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12907         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12908         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12909         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12910         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12911         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12912         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12913         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12914         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12915
12916 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12917
12918         * Makefile.in: Update all dependencies.
12919
12920         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12921         * configure: Re-generate.
12922         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12923         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12924         (COMMON_OBS): Add "main.o" and "annotate.o".
12925         (ANNOTATE_OBS): Delete.
12926         (OBS): Remove ANNOTATE_OBS.
12927         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12928         CONFIG_INITS.
12929         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12930         against CONFIG_OBS and "main.o".
12931         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12932         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12933
12934         * tui/tui-command.c: Include "gdb_string.h", delete register
12935         attribute, use ISO-C function signatures.
12936         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12937         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12938         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12939         * tui/tui.c: Ditto.
12940
12941         * tui/tui-command.c: Change variable and function names to lower
12942         case.
12943         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12944         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12945         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12946         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12947         * tui/tui-winsource.c, tui/tui.c: Ditto.
12948
12949 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12950
12951         * buildsym.c (free_pending_blocks, finish_block)
12952         (record_pending_block, make_blockvector, end_symtab): Replace
12953         symbol_obstack with objfile_obstack.
12954         * coffread.c (process_coff_symbol, coff_read_struct_type)
12955         (coff_read_enum_type): Ditto.
12956         * cp-namespace.c (initialize_namespace_symtab)
12957         (check_one_possible_namespace_symbol): Ditto.
12958         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12959         (dwarf2_symbol_mark_computed): Ditto.
12960         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12961         * elfread.c (elf_symtab_read): Ditto.
12962         * hpread.c (hpread_symfile_init, hpread_symfile_init)
12963         (hpread_read_enum_type, hpread_read_function_type)
12964         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12965         Ditto.
12966         * jv-lang.c (get_java_class_symtab, add_class_symbol)
12967         (java_link_class_type): Ditto.
12968         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12969         (new_symbol): Ditto.
12970         * minsyms.c (install_minimal_symbols): Ditto.
12971         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12972         (terminate_minimal_symbol_table): Replace symbol_obstack with
12973         objfile_obstack.
12974         (free_objfile): Remove freeing of symbol_obstack.
12975         * objfiles.h: Remove symbol_obstack field.
12976         * pa64solib.c (add_to_solist): Replace symbol_obstack with
12977         objfile_obstack.
12978         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12979         symbol_obstack.
12980         (solib_add_common_symbols): Replace symbol_obstack with
12981         objfile_obstack.
12982         * somsolib.c (som_solib_add): Ditto.
12983         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12984         (common_block_start, common_block_end): Ditto.
12985         * symfile.c (reread_symbols): Remove freeing and init of
12986         symbol_obstack.
12987         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12988         * symfile.h: Update comment.
12989         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12990         stats printing.
12991         * symtab.c (symbol_set_names): Replace symbol_obstack with
12992         objfile_obstack.
12993         * symtab.h (struct general_symbol_info, struct minimal_symbol):
12994         Update comments.
12995         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12996         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12997         objfile_obstack.
12998
12999 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13000
13001         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
13002         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
13003         fields and variables.
13004         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
13005         (m_beInvisible): Delete macro.
13006         * tui/tui-data.h: Fix case case fields and variables.
13007         (m_genWinPtrIsNull): Delete macro.
13008         (tui_win_list): Rename winList.
13009         (TUI_SRC_WIN): Rename srcWin.
13010         (TUI_DISASM_WIN): Rename disassemWin.
13011         (TUI_DATA_WIN): Rename dataWin.
13012         (TUI_CMD_WIN): Rename cmdWin.
13013         (m_genWinPtrNotNull): Delete macro.
13014         (m_winPtrIsNull): Delete macro.
13015         (m_winPtrNotNull): Delete macro.
13016         (tui_win_is_source_type): Replace m_winIsSourceType
13017         (tui_win_is_auxillary): Replace m_winIsAuzillary.
13018         (tui_win_has_locator): Replace m_hasLocator.
13019         (tui_set_win_highlight): Replace m_setWinHighlightOn and
13020         m_setWinHighlightOff.
13021         * tui/tui-data.c: Update references.
13022         (tui_win_is_source_type, tui_set_win_highlight): New functions.
13023         (tui_win_has_locator, tui_win_is_auxillary): New functions.
13024         * tui/tui-command.c, tui/tui-disasm.c: Update references.
13025         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
13026         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
13027         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13028         * tui/tui-winsource.c, tui/tui.c: Ditto.
13029
13030 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
13031
13032         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
13033         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
13034         StackGhost.
13035
13036         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
13037         variable `i6' to `i7'.
13038         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13039
13040 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13041
13042         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
13043         (TuiPoint, TuiPointPtr): Ditto.
13044         (TuiStatus, TuiStatusPtr): Ditto.
13045         (TuiWinType, TuiWinTypePtr): Ditto.
13046         (struct tui_point): Rename _TuiPoint.
13047         (tui_get_low_disassembly_address): Rename
13048         tuiGetLowDisassemblyAddress.
13049         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
13050         (tuiFree): Delete declaration.
13051         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
13052         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
13053         * tui/tui.c (tuiFree): Delete function.
13054         * cli/cli-cmds.c (disassemble_command): Update references.
13055         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
13056         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
13057         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
13058         * tui/tui-winsource.c: Ditto.
13059
13060 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
13061
13062         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
13063         coffstab_build_psymtabs, elfstab_build_psymtabs)
13064         (stabsect_build_psymtabs): Replace psymbol_obstack with
13065         objfile_obstack.
13066         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
13067         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
13068         Ditto.
13069         * dwarfread.c (scan_compilation_units): Ditto.
13070         * elfread.c (elfstab_offset_sections): Ditto.
13071         * hppa-tdep.c (read_unwind_info): Ditto.
13072         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
13073         (hpread_end_psymtab): Ditto.
13074         * mdebugread.c (mdebug_build_psymtabs, add_pending)
13075         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
13076         Ditto.
13077         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
13078         * objfiles.c (add_to_objfile_sections)
13079         (build_objfile_section_table): Ditto.
13080         (allocate_objfile): Remove init of psymbol_obstack.
13081         (free_objfile): Remove freeing of psymbol_obstack.
13082         * objfiles.h (struct objfile): Remove field
13083         psymbol_obstack. Update comments.
13084         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
13085         psymbol_obstack with objfile_obstack.
13086         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
13087         psymbol_obstack.
13088         * somread.c (som_symfile_offsets, init_import_symbols)
13089         (init_export_symbols): Replace psymbol_obstack with
13090         objfile_obstack.
13091         * somsolib.c (som_solib_add_solib_objfile): Ditto.
13092         * symfile.c (default_symfile_offsets, syms_from_objfile)
13093         (reread_symbols): Remove freeing and init of psymbol_obstack.
13094         (cashier_psymtab): Update comment.
13095         * symmisc.c (print_objfile_statistics): Don't report stats for
13096         psymbol obstack.
13097         * symtab.h (struct general_symbol_info, struct partial_symtab):
13098         Update comments.
13099         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
13100         (xcoff_symfile_offsets): Replace psymbol_obstack with
13101         objfile_obstack.
13102
13103 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
13104
13105         * objfiles.h (struct objfile): Add objfile_obstack field.
13106         Remove type_obstack field.
13107
13108         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
13109         read_structure_scope read_enumeration, new_symbol): Replace
13110         type_obstack with objfile_obstack.
13111         * dwarfread.c (struct_type, enum_type): Ditto.
13112         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
13113         (lookup_fundamental_type): Ditto.
13114         * gdbtypes.h (TYPE_ALLOC): Ditto.
13115         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
13116         (hpread_read_doc_function_type, hpread_read_struct_type)
13117         (fix_static_member_physnames, hpread_read_array_type)
13118         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
13119         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
13120         (java_link_class_type): Ditto.
13121         * mdebugread.c (parse_type): Ditto.
13122         * objfiles.c (allocate_objfile, free_objfile): Ditto.
13123         * solib-sunos.c (solib_add_common_symbols): Ditto.
13124         * stabsread.c (define_symbol, read_type, read_member_functions,
13125         read_cpp_abbrev, read_one_struct_field): Ditto.
13126         * symfile.c (reread_symbols): Ditto.
13127         * symmisc.c (print_objfile_statistics): Ditto.
13128
13129 2004-02-07  Andrew Cagney  <cagney@redhat.com>
13130
13131         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
13132         (tui_exec_info_content): Rename TuiExecInfoContent.
13133         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
13134         (TuiWinInfo, TuiWinInfoPtr): Ditto.
13135         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
13136         (TuiList, TuiListPtr): Ditto.
13137         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
13138         (TuiDataType, TuiDataTypePtr): Ditto.
13139         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
13140         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
13141         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
13142         (TuiSourceElement, TuiSourceElementPtr): Ditto.
13143         (TuiDataElement, TuiDataElementPtr): Ditto.
13144         (TuiWinElement, TuiWinElementPtr): Ditto.
13145         (TuiDataInfo, TuiDataInfoPtr): Ditto.
13146         (TuiCommandElement, TuiCommandElementPtr): Ditto.
13147         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
13148         (TuiWhichElement, TuiWhichElementPtr): Ditto.
13149         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
13150         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
13151         * tui/tui-command.c, tui/tui-data.c: Update references.
13152         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
13153         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
13154         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13155         * tui/tui-winsource.c, tui/tui.c: Ditto.
13156
13157 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
13158
13159         * dwarf2-frame.h: Update copyright.
13160         (enum dwarf2_frame_reg_rule): New.
13161         (struct dwarf2_frame_state_reg): New.
13162         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
13163         * dwarf2-frame.c: Update copyright.
13164         (enum dwarf2_reg_rule): Remove.
13165         (struct dwarf2_frame_state): Remove defenition of `struct
13166         dwarf2_frame_state_reg'.
13167         (read_reg): Call get_frame_arch to get the architecture instead of
13168         using CURRENT_GDBARCH.
13169         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
13170         DWARF2_FRAME_.
13171         (dwarf2_frame_init_reg): New function.
13172         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
13173         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
13174         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
13175         tags with DWARF2_FRAME_.
13176         (dwarf2_frame_prev_register): Call get_frame_arch to get the
13177         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
13178         dwarf2_reg_rule' tags with DWARF2_FRAME_.
13179
13180 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13181
13182         * tui/tui-data.h (struct tui_list): Rename _TuiList.
13183         (enum tui_data_type): Rename _TuiDataType.
13184         (struct tui_layout_def): Rename _TuiLayoutDef.
13185         (struct tui_source_element): Rename _TuiSourceElement.
13186         (struct tui_data_element): Rename _TuiDataElement.
13187         (struct tui_command_element): Rename _TuiCommandElement.
13188         (struct tui_locator_element): Rename _TuiLocatorElement.
13189         (union tui_which_element): Define.
13190         (struct tui_win_element): Rename _TuiWinElement.
13191         (struct tui_data_info): Rename _TuiDataInfo.
13192         (struct tui_source_info): Rename _TuiSourceInfo.
13193         (struct tui_command_info): Rename _TuiCommandInfo.
13194         (tui_initialize_static_data): Rename initializeStaticData.
13195         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
13196         (tui_alloc_win_info): Rename allocWinInfo.
13197         (tui_init_generic_part): Rename initGenericPart.
13198         (tui_init_win_info): Rename initWinInfo.
13199         (tui_alloc_content): Rename allocContent.
13200         (tui_add_content_elements): Rename addContentElements.
13201         (tui_init_content_element): Rename initContentElement.
13202         (tui_free_window): Rename freeWindow.
13203         (tui_free_win_content): Rename freeWinContent.
13204         (tui_free_data_content): Rename freeDataContent.
13205         (tui_free_all_source_wins_content): Rename
13206         freeAllSourceWinsContent.
13207         (tui_del_window): Rename tuiDelWindow.
13208         (tui_del_data_windows): Rename tuiDelDataWindows.
13209         (tui_partial_win_by_name): Rename partialWinByName.
13210         (tui_win_name): Rename winName.
13211         (tui_current_layout): Rename currentLayout.
13212         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
13213         (tui_term_height): Rename termHeight.
13214         (tui_set_term_height_to): Rename setTermHeightTo.
13215         (tui_term_width): Rename termWidth.
13216         (tui_set_term_width_to): Rename setTermWidthTo.
13217         (tui_set_gen_win_origin): Rename setGenWinOrigin.
13218         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13219         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13220         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13221         (tui_source_windows): Rename sourceWindows.
13222         (tui_clear_source_windows): Rename clearSourceWindows.
13223         (tui_clear_source_windows_detail): Rename
13224         clearSourceWindowsDetail.
13225         (tui_clear_win_detail): Rename clearWinDetail.
13226         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13227         (tui_default_tab_len): Rename tuiDefaultTabLen.
13228         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13229         (tui_win_with_focus): Rename tuiWinWithFocus.
13230         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13231         (tui_layout_def): Rename tuiLayoutDef.
13232         (tui_win_resized): Rename tuiWinResized.
13233         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13234         (tui_next_win): Rename tuiNextWin.
13235         (tui_prev_win): Rename tuiPrevWin.
13236         (tui_add_to_source_windows): Rename addToSourceWindows.
13237         * tui/tui-winsource.c, tui/tui-win.c: Update references.
13238         * tui/tui-layout.c, tui/tui-source.c: Ditto.
13239         * tui/tui-stack.c, tui/tui-io.c: Ditto.
13240         * tui/tui.c, tui/tui-data.c: Ditto.
13241         * tui/tui-interp.c, tui/tui-data.c: Ditto.
13242         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13243
13244         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
13245         (struct symtab): Declare.
13246         (tui_set_source_content): Rename tuiSetSourceContent.
13247         (tui_show_symtab_source): Rename tuiShowSource.
13248         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13249         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13250         * tui/tui-source.c: Update copyright.  Update references.
13251         * tui/tui-win.c, tui/tui-winsource.c: Update references.
13252         * tui/tui-stack.c: Update references.
13253
13254         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
13255         (struct tui_win_info): Declare.
13256         (tui_scroll_forward): Rename tuiScrollForward.
13257         (tui_scroll_backward): Rename tuiScrollBackward.
13258         (tui_scroll_left): Rename tuiScrollLeft.
13259         (tui_scroll_right): Rename tuiScrollRight.
13260         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13261         (tui_resize_all): Rename tuiResizeAll.
13262         (tui_refresh_all_win): Rename tuiRefreshAll.
13263         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13264         * tui/tui-layout.c, * tui/tui-io.c: Update references.
13265         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13266         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13267
13268         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
13269         (tui_erase_data_content): Rename tuiEraseDataContent.
13270         (tui_display_all_data): Rename tuiDisplayAllData.
13271         (tui_check_data_values): Rename tuiCheckDataValues.
13272         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13273         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13274         (tui_first_data_element_no_in_line): Rename
13275         tuiFirstDataElementNoInLine.
13276         (tui_delete_data_content_windows): Rename
13277         tuiDeleteDataContentWindows.
13278         (tui_refresh_data_win): Rename tuiRefreshDataWin.
13279         (tui_display_data_from): Rename tuiDisplayDataFrom.
13280         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13281         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13282         * tui/tui-win.c, tui/tui-regs.c: Update references.
13283         * tui/tui-layout.c, tui/tui.c: Update references.
13284
13285         * tui/tui-wingeneral.h: Update copyright.
13286         (m_allBeVisible): Delete macro.
13287         (m_allBeInvisible): Delete macro.
13288         (struct tui_gen_win_info): Declare.
13289         (struct tui_win_info): Declare.
13290         (tui_unhighlight_win): Rename unhighlightWin.
13291         (tui_make_visible, tui_make_invisible): Replace makeVisible.
13292         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13293         (tui_make_window): Rename makeWindow.
13294         (tui_copy_win): Rename copyWin.
13295         (tui_box_win): Rename boxWin.
13296         (tui_highlight_win): Rename highlightWin.
13297         (tui_check_and_display_highlight_if_needed): Rename
13298         checkAndDisplayHighlightIfNeeded.
13299         (tui_refresh_all): Rename refreshAll.
13300         (tui_delete_win): Rename tuiDelwin.
13301         (tui_refresh_win): Rename tuiRefreshWin.
13302         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13303         (tui_make_visible, tui_make_invisible): New functions.
13304         (tui_make_all_visible, tui_make_all_invisible): New functions.
13305         (make_all_visible): Rename makeAllVisible.
13306         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13307         * tui/tui-data.c, tui/tui-winsource.c: Update references.
13308         * tui/tui-windata.c, tui/tui-win.c: Update references.
13309         * tui/tui-regs.c, tui/tui-layout.c: Update references.
13310         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13311
13312 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13313
13314         * proc-api.c (write_with_trace): Initialize local variable to
13315         silence compiler warning.
13316
13317 2004-02-06  Andrew Cagney  <cagney@redhat.com>
13318
13319         * tui/tui-source.h: Do not include "defs.h".
13320         (struct tui_win_info): Declare.
13321         (tui_set_source_content_nil): Declare.
13322         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13323         (union tui_line_or_address): Rename _TuiLineOrAddress.
13324         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
13325         (tui_update_source_window): Rename tuiUpdateSourceWindow.
13326         (tui_update_source_window_as_is): Rename
13327         tuiUpdateSourceWindowAsIs.
13328         (tui_update_source_windows_with_addr): Rename
13329         tuiUpdateSourceWindowsWithAddr.
13330         (tui_update_source_windows_with_line): Rename
13331         tuiUpdateSourceWindowsWithLine.
13332         (tui_clear_source_content): Rename tuiClearSourceContent.
13333         (tui_erase_source_content): Rename tuiEraseSourceContent.
13334         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13335         (tui_show_source_content): Rename tuiShowSourceContent.
13336         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13337         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13338         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13339         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13340         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13341         (tui_update_exec_info): Rename tuiUpdateExecInfo.
13342         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13343         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13344         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13345         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13346         (struct tui_win_info): Declare.
13347         * tui/tui-stack.c: Update references.
13348         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13349         * tui/tui-win.c, tui/tui-source.c: Ditto.
13350         * tui/tui.c, tui/tui-disasm.c: Ditto.
13351
13352 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
13353
13354         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13355         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
13356
13357 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
13358
13359         * infrun.c (handle_inferior_event): Allow for breakpoint
13360         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13361         and SIGEMT.  Update comments.
13362         * NEWS (Revised SPARC target): Mention support for non-executable
13363         stack.
13364
13365 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
13366
13367         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13368         * inftarg.c: Update copyright year.
13369         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13370         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13371         (sparc_xfer_wcookie): New function.
13372         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13373         * Makefile.in (sparc-nat.o): Update dependencies.
13374         * config/sparc/nm-nbsd.h: Include "target.h".
13375         (NATIVE_XFER_WCOOKIE): New define.
13376         (sparc_xfer_wcookie): New prototype.
13377
13378 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13379
13380         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13381         SYSCALL_TRAP function.
13382         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13383
13384 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13385             Daniel Jacobowitz  <drow@mvista.com>
13386
13387         * objfiles.h: Delete comments refering to inside_entry_func and
13388         DEPRECATED_FRAME_CHAIN_VALID.
13389         * defs.h (inside_entry_func): Update prototype..
13390         * blockframe.c (inside_entry_func): Rename to
13391         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
13392         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13393
13394 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
13395
13396         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
13397         outside of #ifdef SOLIB_ADD region.
13398         (do_restore_lang_radix_cleanup): Ditto.
13399         (resolve_pending_breakpoint): Ditto.
13400
13401 2004-02-03  Andrew Cagney  <cagney@redhat.com>
13402
13403         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13404         (process_note_abi_tag_sections): Delete unused function.
13405         (ia64_read_fp): Delete unused function.
13406         (gdbarch_extract_struct_value_address): Delete declaration.
13407
13408 2004-02-02  Andrew Cagney  <cagney@redhat.com>
13409
13410         * vax-tdep.c (vax_frame_chain): Delete call to
13411         deprecated_inside_entry_file.
13412         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13413
13414 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
13415
13416         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13417         column that's "empty" or "same value" when eliminating REG_RA
13418         rules.
13419
13420 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13421
13422         * NEWS: Add information about new pending breakpoint support.
13423
13424 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13425
13426         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13427         and pending fields for pending breakpoint support.
13428         * breakpoint.c (breakpoint_enabled): Add check for not pending.
13429         (condition_command): Only parse condition if not a pending
13430         breakpoint.
13431         (print_one_breakpoint): Add support for pending breakpoints.
13432         (describe_other_breakpoints): Add checks to verify we are not
13433         dealing with pending breakpoints.
13434         (check_duplicates): Don't check pending breakpoints.
13435         (set_raw_breakpoint): Initialize pending flag.
13436         (do_restore_lang_radix_cleanup): New cleanup routine.
13437         (resolve_pending_breakpoint): New function.
13438         (re_enable_breakpoints_in_shlibs): Try and resolve any
13439         pending breakpoints via resolve_pending_breakpoint.
13440         (mention): Add pending breakpoint support.
13441         (parse_breakpoint_sals): Add new parameter to pass to
13442         decode_line_1 to indicate silent errors when files or functions
13443         are not found.  Change all callers.
13444         (do_captured_parse_breakpoint): New function.
13445         (break_command_1): Change prototype to return an rc value and to
13446         take an optional pending breakpoint pointer.  Support creating
13447         a pending breakpoint if a "not found" form of error occurs when
13448         parsing the breakpoint.  Also support resolving an existing pending
13449         breakpoint and be silent if the resolution fails.
13450         (create_breakpoints): Change prototype to take pending breakpoint
13451         pointer.  When resolving a pending breakpoint, use the new pointer
13452         to provide a conditional or commands added by the end-user.
13453         (delete_breakpoint): Add appropriate check for pending.
13454         (breakpoint_re_set_one): Ditto.
13455         (do_enable_breakpoint): Ditto.
13456
13457 2004-02-02  David Carlton  <carlton@kealia.com>
13458
13459         * valops.c (enum oload_classification): New.
13460         (find_overload_match): Break implementation into separate
13461         functions; delete #if 0'd code; look for symbols within
13462         namespaces.
13463         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13464         (find_oload_champ,oload_method_static,classify_oload_match): New.
13465         * cp-support.h: Add declaration for cp_func_name; update
13466         declaration for make_symbol_overload_list.
13467         * cp-support.c (cp_func_name): New.
13468         (overload_list_add_symbol): Fix comment, use
13469         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13470         (make_symbol_overload_list): Take a function name and a namespace
13471         instead of a symbol; change implementation.
13472         (make_symbol_overload_list_using): New.
13473         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13474
13475 2004-02-02  Fred Fish  <fnf@redhat.com>
13476
13477         * main.c (gdb_stdtarg): Move definition to group with other
13478         gdb_stdtarg definitions and update copyright years.
13479         * remote-sim.c (gdb_os_write_stderr): Write output to
13480         gdb_stdtargerr stream instead of gdb_stdtarg stream.
13481         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13482         gdb_stderr stream and update copyright years.
13483
13484 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13485
13486         * Makefile.in (mips-linux-nat.o): Update dependencies.
13487         * mips-linux-nat.c: Include mips-tdep.h.
13488
13489 2004-02-01  Roland McGrath  <roland@redhat.com>
13490
13491         * sol-thread.c (sol_thread_xfer_partial): New function.
13492         (init_sol_thread_ops): Use that for to_xfer_partial hook.
13493         (init_sol_core_ops): Likewise.
13494
13495         * procfs.c (procfs_xfer_partial): New function.
13496         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13497         * Makefile.in (procfs.o): Add $(auxv_h) dep.
13498
13499         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13500         procfs_xfer_auxv function.
13501
13502         * procfs.c (procfs_make_note_section): If we can read
13503         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13504         * linux-proc.c (linux_make_note_section): Likewise.
13505
13506         * auxv.h: New file.
13507         * auxv.c: New file.
13508         * Makefile.in (auxv_h): New variable.
13509         (COMMON_OBS): Add auxv.o here.
13510         (auxv.o): New target.
13511
13512         * corelow.c (core_xfer_partial): New function.
13513         (init_core_ops): Use it for core_ops.to_xfer_partial.
13514
13515         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13516         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13517         macro if that is defined.
13518
13519 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13520
13521         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13522         and check the specified thread for each breakpoint.
13523         * breakpoint.h (bpstat_stop_status): Update prototype.
13524         * infrun.c (handle_inferior_event): Update calls to
13525         bpstat_stop_status.
13526
13527 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13528
13529         * Makefile.in (cli-cmds.o): Add $(readline_h).
13530
13531 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13532
13533         * cli/cli-cmds.c: Include readline.h.
13534         (complete_command): Pass the start of the last word to
13535         complete_line.
13536
13537 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13538
13539         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13540         argument, and change first argument to a CORE_ADDR.
13541         * breakpoint.h (bpstat_stop_status): Update prototype.
13542         * infrun.c (adjust_pc_after_break): Add a new comment.
13543         (handle_inferior_event): Update calls to bpstat_stop_status.
13544
13545 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13546
13547         * breakpoint.h: Update copyright years.
13548
13549 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13550
13551         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13552         (bpstat_stop_status): Don't decrement PC.
13553         * breakpoint.h (software_breakpoint_inserted_here_p): Add
13554         prototype.
13555         * infrun.c (adjust_pc_after_break): New function.
13556         (handle_inferior_event): Call it, early.  Remove later references
13557         to DECR_PC_AFTER_BREAK.
13558         (normal_stop): Add commentary.
13559
13560 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13561
13562         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13563         2004-01-27 double-free fix.
13564
13565 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
13566
13567         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13568         (sparc32_frame_prev_register): Handle StackGhost.
13569         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13570
13571 2004-01-29  Roland McGrath  <roland@redhat.com>
13572
13573         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13574         * configure: Regenerated.
13575
13576         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13577         * Makefile.in (procfs.o): Add dep.
13578
13579 2004-01-28  Andrew Cagney  <cagney@redhat.com>
13580
13581         * tui/tui-stack.h: Update copyright.
13582         (struct frame_info): Add opaque declaration.
13583         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13584         (tui_show_locator_content): Rename tuiShowLocatorContent.
13585         (tui_show_frame_info): Rename tuiShowFrameInfo.
13586         * tui/tui-stack.c: Update copyright.  Update references.
13587         * tui/tui-winsource.c: Update references.
13588         * tui/tui-win.c: Update references.
13589         * tui/tui-layout.c: Update references.
13590         * tui/tui-hooks.c: Update copyright, update references.
13591         * tui/tui.c: Update copyright, update references.
13592         * tui/tui-disasm.c: Update references.
13593
13594 2004-01-28  David Carlton  <carlton@kealia.com>
13595
13596         * dwarf2read.c (add_partial_structure): Use demangled name if
13597         namespace equals "".
13598
13599 2004-01-27  Jim Blandy  <jimb@redhat.com>
13600
13601         Clean up misapplied patch:
13602         * dwarf2read.c (determine_prefix): Change one of the two forward
13603         declarations for 'determine_prefix_aux' to a declaration for this.
13604         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
13605         argument to 'die_specification'.
13606
13607         * dwarf2read.c (read_func_scope): Re-indent comment.
13608
13609 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
13610
13611         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13612         b->exp to NULL after freeing so that error during re-parsing or
13613         evaluation of expressions associated with breakpoint don't
13614         eventually lead to re-freeing of storage.
13615         Committed by Andrew Cagney.
13616
13617 2004-01-27  Andrew Cagney  <cagney@redhat.com>
13618
13619         * source.c (ambiguous_line_spec): Delete undefined declaration.
13620         * m32r-rom.c (m32r_set_board_address): Delete unused function.
13621         (m32r_set_server_address, m32r_set_download_path): Ditto.
13622         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13623
13624 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
13625
13626         * dwarf2read.c: Update calls to changed and renamed functions, and
13627         references to moved variables.
13628
13629         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13630         language, language_defn, list_in_scope, and ftypes members.
13631         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13632         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13633         (baseaddr): Remove globals.
13634
13635         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
13636         (set_cu_language, die_is_declaration, die_specification)
13637         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13638         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13639         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13640         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13641
13642         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
13643         cu.list_in_scope.  Don't initialize cu_header_offset.
13644         (add_partial_symbol): Add local baseaddr.
13645         (psymtab_to_symtab_1): Add local baseaddr.  Use
13646         objfile->section_offsets for consistency.  Don't initialize
13647         cu_header_offset; do initialize cu.header.offset and
13648         cu.list_in_scope.
13649         (read_file_scope, read_func_scope, read_lexical_block_scope)
13650         (dwarf_decode_lines, new_symbol): Add local baseaddr.
13651
13652 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
13653
13654         * PROBLEMS: Add gdb/1516.
13655
13656 2003-12-29  Robert Millan  <robertmh@gnu.org>
13657
13658         Patch committed by Andrw Cagney.
13659         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13660         * configure.tgt: Match knetbsd*-gnu.
13661
13662 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13663
13664         * breakpoint.c (catch_command_1): Delete #ifdef code.
13665         (catch_fork_command_1): Delete #ifdef wrapper.
13666         (catch_exec_command_1): Ditto.
13667         (catch_load_command_1): Ditto.
13668         (catch_unload_command_1): Ditto.
13669
13670         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13671         (catch_breakpoint): Delete #if0ed function.
13672         (disable_catch_breakpoint): Ditto.
13673         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13674         (disable_catch, enable_catch, delete_catch): Ditto.
13675
13676 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13677
13678         * remote.c (echo_check, quit_flag): Delete variables.
13679         (cisco_kernel_mode): Delete variable.
13680         (minitelnet_return, tty_input, escape_count): Delete variables.
13681         (remote_cisco_mode): Delete variable.
13682         (remote_cisco_open, remote_cisco_close): Delete function.
13683         (remote_cisco_mourn, remote_cisco_wait): Delete function.
13684         (init_remote_cisco_ops): Delete function.
13685         (_initialize_remote): Do not install "remote cisco" code.
13686         (read_frame): Delete cisco specific code.
13687         (remote_info_process): Delete function.
13688         (remote_wait): Delete cisco specific code.
13689         (remote_cisco_section_offsets): Delete function.
13690         (remote_cisco_objfile_relocate): Delete function.
13691         (remote_async_wait): Delete cisco specific code.
13692         (minitelnet, readtty, readsocket): Delete function.
13693
13694 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13695
13696         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
13697         comments mentioning extract_returned_value_address.
13698         * infcmd.c (print_return_value): Update.  Add comments on
13699         extract_returned_value_address.
13700         * stack.c (return_command): Add comments on
13701         extract_returned_value_address.
13702         * values.c: Update comment.
13703         * m32r-tdep.c: Update comment.
13704         * sparc-tdep.c: Update comment.
13705         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13706         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13707         * sh64-tdep.c (sh64_gdbarch_init): Update.
13708         * sh-tdep.c (sh_gdbarch_init): Update.
13709         * s390-tdep.c (s390_gdbarch_init): Update.
13710         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13711         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13712         * m68k-tdep.c (m68k_gdbarch_init): Update.
13713         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13714         * m32r-tdep.c (m32r_gdbarch_init): Update.
13715         * ia64-tdep.c (ia64_gdbarch_init): Update.
13716         * h8300-tdep.c (h8300_gdbarch_init): Update.
13717         * frv-tdep.c (frv_gdbarch_init): Update.
13718         * arm-tdep.c (arm_gdbarch_init): Update.
13719         * alpha-tdep.c (alpha_gdbarch_init): Update.
13720
13721 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13722
13723         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13724         SYMBOL_LOCATION_FUNCS
13725         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13726         "struct symbol_ops".
13727         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13728         type to "struct symbol_ops".
13729         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13730         (struct symbol): Replace ".aux_value.loc.funcs" and
13731         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13732         (SYMBOL_OBJFILE): Delete macro.
13733         (SYMBOL_LOCATION_FUNCS): Delete macro.
13734         (SYMBOL_LOCATION_BATON): Update.
13735         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13736         intead of SYMBOL_LOCATION_FUNCS.
13737         * ax-gdb.c (gen_var_ref): Ditto.
13738         * printcmd.c (address_info): Ditto.
13739         * findvar.c (read_var_value): Ditto.
13740         (symbol_read_needs_frame): Ditto.
13741
13742 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13743
13744         * dwarf2read.c (read_func_scope): Document frame-base hack.
13745
13746 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13747
13748         * infcmd.c (print_return_value): Plug memory leak; delete
13749         ui_stream object.  Rename argument `structure_return' to
13750         `struct_return'.
13751
13752 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13753
13754         * infcmd.c (print_return_value): Wrap long lines.
13755         (finish_command_continuation, finish_command): Remove unused
13756         variable `funcaddr'.  Fix some coding-standards problems.
13757
13758         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13759         SECT_SIZE is large enough, not whether it's exactly the right size.
13760         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13761         TDEP->fpregset to zero.
13762
13763         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13764         floating-point registers for traditional NetBSD core files.
13765         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13766         TDEP->sizeof_fpregset here.
13767
13768 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13769
13770         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13771         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13772         function with code split out from
13773         sparc32nbsd_sigcontext_frame_cache.
13774         (sparc32nbsd_sigcontext_frame_cache): Use
13775         sparc32nbsd_sigcontext_saved_regs.
13776         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13777         OpenBSD.
13778         * sparcobsd-tdep.c: New file.
13779         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13780         (sparcobsd-tdep.o): New dependency.
13781         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13782         * config/sparc/obsd.mt: New file.
13783
13784         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13785         TDEP->fpregset to be initialized to enable core file register
13786         sets.
13787
13788 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
13789
13790         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13791         Add opaque declarations.
13792         (sparc64nbsd_sigcontext_saved_regs): New prototype.
13793         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13794         function with code split out from
13795         sparc64nbsd_sigcontext_frame_cache.
13796         (sparc64nbsd_sigcontext_frame_cache): Use
13797         sparc64nbsd_sigcontext_saved_regs.
13798         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13799         OpenBSD.
13800         * sparc64obsd-tdep.c: New file.
13801         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13802         (sparc64obsd-tdep.o): New dependency.
13803         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13804         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13805         * config/sparc/obsd64.mt: New file.
13806
13807         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13808         read the instruction at PC.
13809
13810         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13811         value of GDB_OSABI_DEFAULT.
13812         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13813         instead of GDB_OSABI_NETBSD_AOUT.
13814
13815 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
13816
13817         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13818         copyright.
13819
13820 2004-01-23  Andrew Cagney  <cagney@redhat.com>
13821
13822         * printcmd.c (display_command): Replace tui_set_display call with
13823         tui_set_layout_for_display_command.
13824         * tui/tui.h (enum tui_win_type): Define.
13825         (tui_set_layout): Delete declaration.
13826         (tui_set_layout_for_display_command): Rename set_tui_layout.
13827         * tui/tui-data.h (enum tui_layout_type): Define.
13828         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
13829         "tui.h".
13830         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13831         (tui_default_win_height): Rename tuiDefaultWinHeight.
13832         (tui_default_win_viewport_height): Rename
13833         tuiDefaultWinViewportHeight.
13834         (tui_set_layout): RenametuiSetLayout.
13835         * tui/tui-layout.c: Update references.
13836         * tui/tui.c: Update references.
13837         * tui/tui-disasm.c: Update references.
13838
13839 2004-01-23  David Carlton  <carlton@kealia.com>
13840
13841         Partial workaround for PR c++/1511:
13842         * cp-namespace.c: Include frame.h.
13843         (cp_lookup_transparent_type): New
13844         (cp_lookup_transparent_type_loop): New.
13845         * cp-support.h: Declare cp_lookup_transparent_type.
13846         * symtab.c (basic_lookup_transparent_type): Renamed from
13847         lookup_transparent_type.
13848         (lookup_transparent_type): Replace old body by a call to
13849         current_language->la_lookup_transparent_type.
13850         * symtab.h: Update copyright.  Declare
13851         basic_lookup_transparent_type.
13852         * language.h: Update copyright.
13853         (struct language_defn): Add la_lookup_transparent_type.
13854         * language.c: Update copyright.
13855         (unknown_language_defn): Add basic_lookup_transparent_type.
13856         (auto_language_defn): Add basic_lookup_transparent_type.
13857         (local_language_defn): Add basic_lookup_transparent_type.
13858         * ada-lang.c: Update copyright.
13859         (ada_language_defn): Add basic_lookup_transparent_type.
13860         * c-lang.c: Update copyright.
13861         (c_language_defn): Add basic_lookup_transparent_type.
13862         (cplus_language_defn): Add basic_lookup_transparent_type.
13863         (asm_language_defn): Add basic_lookup_transparent_type.
13864         (minimal_language_defn): Add basic_lookup_transparent_type.
13865         * f-lang.c: Update copyright.
13866         (f_language_defn): Add basic_lookup_transparent_type.
13867         * jv-lang.c: Update copyright.
13868         (java_language_defn): Add basic_lookup_transparent_type.
13869         * m2-lang.c: Update copyright.
13870         (m2_language_defn): Add basic_lookup_transparent_type.
13871         * objc-lang.c: Update copyright.
13872         (objc_language_defn): Add basic_lookup_transparent_type.
13873         * p-lang.c: Update copyright.
13874         (p_language_defn): Add basic_lookup_transparent_type.
13875         * scm-lang.c: Update copyright.
13876         (scm_language_defn): Add basic_lookup_transparent_type.
13877         * Makefile.in (cp-namespace.o): Depend on frame.h.
13878
13879 2004-01-23  David Carlton  <carlton@kealia.com>
13880
13881         Patch for PR c++/1520:
13882         * dwarf2read.c (read_func_scope): Set processing_current_prefix
13883         properly if we have a specification die.
13884         (determine_prefix_aux): Rename from determine_prefix.
13885         (determine_prefix): Like the old determine_prefix, but never
13886         returns NULL.
13887
13888 2004-01-23  Theodore A. Roth  <troth@openavr.org>
13889
13890         * avr-tdep.c: Update copyright.
13891         (avr_iaddr_p): Delete unused function.
13892         (avr_saddr_p): Delete unused function.
13893
13894 2004-01-23  David Carlton  <carlton@kealia.com>
13895
13896         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13897         Fix for PR symtab/1534.
13898
13899 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
13900
13901         * NEWS (New native configurations): Mention OpenBSD/sparc and
13902         OpenBSD/sparc64.
13903         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13904         * configure.host: Likewise.
13905         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13906         handler for OpenBSD.
13907         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13908
13909 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13910
13911         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13912         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13913
13914         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13915         * cli/cli-cmds.c (shell_escape): Likewise.
13916
13917         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13918         OpenBSD .note.openbsd.ident sections.
13919
13920 2004-01-22  David Carlton  <carlton@kealia.com>
13921
13922         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13923         get_scope_pc_bounds.
13924         (read_file_scope): Ditto.
13925         (get_scope_pc_bounds): New function, produced by extracting code
13926         from the above two functions, consolidating it, and adding support
13927         for DW_TAG_namespace.
13928
13929 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13930
13931         * osabi.c (MAX_NOTESZ): New define.
13932         (check_note): New function.
13933         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13934         check_note.
13935
13936 2004-01-21  Roland McGrath  <roland@redhat.com>
13937
13938         * MAINTAINERS (write after approval): Add myself.
13939
13940 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
13941
13942         * utils.c (init_page_info): Move declarations of `rows' and
13943         `cols' before the __GO32__-specific code.  Move the closing brace
13944         outside the #ifdef __GO32__..#endif block.
13945         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13946
13947 2004-01-21  Paul Brook  <paul@codesourcery.com>
13948
13949         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13950         BPSTAT_WHAT_CHECK_SHLIBS.
13951
13952 2004-01-21  Paul Brook  <paul@codesourcery.com>
13953
13954         * MAINTAINERS: Add myself to write-after-approval.
13955
13956 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13957
13958         * ax-gdb.c (print_axs_value): Delete unused function.
13959         * jv-lang.c (java_lookup_type): Delete unused function.
13960         * cli/cli-dump.c (dump_filetype): Delete unused function.
13961         * remote-mips.c (remote_mips_insert_hw_breakpoint)
13962         (remote_mips_remove_hw_breakpoint): Delete unused functions.
13963         (mips_getstring): Delete unused function.
13964         (pmon_insert_breakpoint): Delete #if0ed function.
13965         (PMON_MAX_BP): Delete #if0ed MACRO.
13966         (mips_pmon_bp_info): Delete #if0ed variable.
13967         (pmon_remove_breakpoint): Delete #if0ed function.
13968         * monitor.c (monitor_write_even_block): Delete unused function.
13969         (monitor_write_memory_block): Delete #if0ed code.
13970         * dink32-rom.c (dink32_load): Delete unused function.
13971         (_initialize_dink32_rom): Delete #if0ed code.
13972         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13973
13974         * tui/tui-command.c: Update references.
13975         * tui/tui-io.c: Update references.
13976         * tui/tui-command.h: Update copyright.
13977         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13978
13979         * source.c (ambiguous_line_spec): Delete never-defined function.
13980         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13981         * gdbtypes.c (add_name, add_mangled_type): Ditto.
13982         * cli/cli-cmds.c (validate_comname): Ditto.
13983
13984         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
13985         "tui-data.h".
13986         (tui_set_disassem_content): Rename tuiSetDisassemContent.
13987         (tui_show_disassem): Rename tuiShowDisassem.
13988         (tui_show_disassem_and_update_source): Rename
13989         tuiVerticalDisassemScroll.
13990         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13991         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13992         * tui/tui.h: Update copyright.
13993         (enum tui_status): Define.
13994         * tui/tui-data.h (enum tui_scroll_direction): Define.
13995         * tui/tui-disasm.c: Update copyright.  Update references.
13996         * tui/tui-winsource.c:  Update copyright.  Update references.
13997         * tui/tui-win.c: Update references.
13998         * tui/tui-layout.c: Update references.
13999
14000 2004-01-20  Andrew Cagney  <cagney@redhat.com>
14001
14002         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
14003         sym2 to start of block.
14004
14005 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
14006
14007         * MAINTAINERS: Delete mmalloc.
14008         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
14009         * NEWS: Mention removal of --with-malloc.
14010         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
14011         * config.in: Regenerate.
14012         * configure: Regenerate.
14013         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
14014         USE_MMALLOC, MMCHECK_FORCE.
14015         * gdbinit.in: Remove mmalloc.
14016         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
14017         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
14018         * config/i386/go32.mh: Likewise.
14019         * config/i386/interix.mh: Likewise.
14020         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
14021
14022 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
14023
14024         * linespec.c (decode_variable, symtab_from_filename):  Call
14025         error_silent with error message instead of throwing an exception
14026         directly.
14027         * defs.h (error_silent, error_output_message): Add prototypes.
14028         (catch_exceptions_with_msg): Ditto.
14029         * utils.c (error_silent, error_output_message): New functions.
14030         * top.c (catch_exceptions_with_msg): New function.
14031
14032 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
14033
14034         * mi/mi-cmds.h (enum print_values): Add definition.
14035
14036         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
14037         type and value for simple data types and just the name and type
14038         for complex ones, if required.
14039
14040         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
14041         children, if required.
14042
14043 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14044
14045         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
14046         unused declarations.
14047
14048 2004-01-19  Andrew Cagney  <cagney@redhat.com>
14049
14050         * top.h (mapped_symbol_files): Delete declaration.
14051         * main.c (captured_main): Delete option "m" and "mapped".
14052         * objfiles.c (mapped_symbol_files): Delete variable.
14053         * symfile.c (symbol_file_command): Delete mmap code.
14054         (symbol_file_add_with_addrs_or_offsets): Ditto.
14055         (add_symbol_file_command, reread_separate_symbols): Ditto.
14056         * objfiles.h (OBJF_MAPPED): Delete.
14057         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
14058         (free_objfile) [USE_MMALLOC]: Ditto.
14059         (open_existing_mapped_file): Delete function.
14060         (open_mapped_file): Delete function.
14061         (map_to_file): Delete function.
14062
14063 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14064
14065         * infrun.c (step_into_function): Account for possible breakpoint
14066         adjustment when computing ``stop_func_start''.
14067
14068 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
14069
14070         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
14071         the region size against the size of a pointer, not the size of
14072         a register as given by DEPRECATED_REGISTER_SIZE.
14073
14074 2004-01-19  Andrew Cagney  <cagney@redhat.com>
14075
14076         * tui/tui-regs.h: Include "tui-data.h".
14077         (tuiFirstRegElementNoInLine): Delete declaration.
14078         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
14079         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
14080         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
14081         (tui_calculate_regs_column_count): Rename
14082         tuiCalculateRegsColumnCount.
14083         (tui_check_register_values): Rename tuiCheckRegisterValues.
14084         (tui_show_registers): Rename tuiShowRegisters.
14085         (tui_display_registers_from_line): Rename
14086         tuiDisplayRegistersFromLine.
14087         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
14088         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
14089         (tui_first_reg_element_no_inline): Rename
14090         tuiFirstRegElementNoInLine.
14091         * tui/tui-data.h: Update copyright.
14092         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
14093         * tui/tui-windata.c: Update copyright, update references.
14094         * tui/tui-regs.c: Update copyright, update references.
14095         * tui/tui-win.c: Update copyright, update references.
14096         * tui/tui-layout.c: Update copyright, update references.
14097
14098 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14099
14100         * tui/tui-io.c: Update copyright.
14101         (key_is_end_sequence, key_is_backspace): New functions.
14102         (key_is_command_char, key_is_start_sequence): New function.
14103         (tui_getc): Update references.
14104         * tui/tui-io.h: Update copyright.
14105         (m_tuiStartNewLine): Delete macro.
14106         (m_isBackspace, m_isDeleteChar): Delete macros.
14107         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
14108         (m_isNextPage, m_isPrevPage): Delete macros.
14109         (m_isLeftArrow, m_isRightArrow): Delete macros.
14110         (m_isXdbStyleCommandChar): Delete macro.
14111         (key_is_start_sequence): Declare, replace m_isStartSequence.
14112         (key_is_end_sequence): Declare, replace m_isEndSequence.
14113         (key_is_backspace): Declare ,replace m_isBackspace.
14114         (key_is_command_char): Declare, replace m_isCommandChar.
14115         * tui/tui-command.c: Update copyright.
14116         (tuiDispatchCtrlChar): Update references.
14117
14118         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
14119         tuiSourceWin.h.
14120
14121         * tui/tui-command.c: Rename tui/tuiCommand.c.
14122         * tui/tui-command.h: Rename tui/tuiCommand.h.
14123         * tui/tui-data.c: Rename tui/tuiData.c.
14124         * tui/tui-data.h: Rename tui/tuiData.h.
14125         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
14126         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
14127         * tui/tui-io.c: Rename tui/tuiIO.c.
14128         * tui/tui-io.h: Rename tui/tuiIO.h.
14129         * tui/tui-layout.c: Rename tui/tuiLayout.c.
14130         * tui/tui-layout.h: Rename tui/tuiLayout.h.
14131         * tui/tui-regs.c: Rename tui/tuiRegs.c.
14132         * tui/tui-regs.h: Rename tui/tuiRegs.h.
14133         * tui/tui-source.c: Rename tui/tuiSource.c.
14134         * tui/tui-source.h: Rename tui/tuiSource.h.
14135         * tui/tui-stack.c: Rename tui/tuiStack.c.
14136         * tui/tui-stack.h: Rename tui/tuiStack.h.
14137         * tui/tui-win.c: Rename tui/tuiWin.c.
14138         * tui/tui-win.h: Rename tui/tuiWin.h.
14139         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
14140         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
14141         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
14142         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
14143         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
14144         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
14145         * tui/tui-file.c: Update includes.
14146         * tui/tui-hooks.c: Update includes.
14147         * tui/tui-interp.c: Update includes.
14148         * tui/tui.c: Update includes.
14149         * Makefile.in: Update all tui/ dependencies.
14150         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
14151
14152         * Makefile.in: Update copyright.  Update dependencies.
14153
14154         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
14155         problem.
14156
14157 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14158
14159         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
14160         instead of register_gdbarch_init.
14161
14162         * remote-sds.c (tohex): Delete unused function.  Update copyright.
14163         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
14164         * v850-tdep.c (v850_register_virtual_size): Ditto.
14165         * target.c (normal_target_post_startup_inferior): Ditto.
14166         * source.c (ambiguous_line_spec): Ditto.
14167         * remote.c (adapt_remote_get_threadinfo): Ditto.
14168         * mi/mi-out.c (out_field_fmt): Ditto.
14169         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
14170         (output_control_change_notification): Ditto.
14171         * m68k-tdep.c (m68k_register_byte): Ditto.
14172         (m68k_remote_breakpoint_from_pc): Ditto.
14173         * ui-out.c (init_ui_out_state): Delete unused declaration.
14174         * stabsread.c (search_value): Ditto.
14175         * mi/mi-cmd-env.c (env_cli_command): Ditto.
14176         * maint.c (print_section_table): Ditto.
14177         * infrun.c (set_follow_fork_mode_command): Ditto.
14178
14179 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14180
14181         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
14182         DW_CFA_def_cfa_exporession.  Add support for
14183         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
14184         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
14185
14186 2004-01-18  Andrew Cagney  <cagney@redhat.com>
14187
14188         * ocd.c: Update copyright.
14189         (bdm_read_register_command): Delete unused function.
14190         (_initialize_remote_ocd): Delete commented out reference.
14191         (get_quoted_char, reset_packet): Delete #if0ed function.
14192         (output_packet, put_quoted_char): Delete #if0ed function.
14193         (stu_put_packet, stu_get_packet): Delete #if0ed function.
14194         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
14195         (BDM_BREAKPOINT): Delete #if0ed macro.
14196         (remote_timeout): Delete #if0ed variable.
14197
14198 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14199
14200         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
14201         (core-sol2.o): Remove dependency.
14202         * core-sol2.c: Remove file.
14203
14204 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14205
14206         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
14207         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
14208         enums.
14209
14210 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14211
14212         * remote.c: Update copyright years.
14213
14214 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14215
14216         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
14217
14218 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14219
14220         * mdebugread.c: Update copyright.
14221         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14222         (parse_type, parse_procedure): Ditto.
14223         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14224
14225         * cris-tdep.c (cris_store_struct_return): Put back accidently
14226         deleted function.
14227
14228         * gdbarch.sh: Update copyright year.
14229         * gdbarch.h, gdbarch.c: Re-generate.
14230
14231 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14232
14233         Suggested by George Anzinger.
14234         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14235         correct stack offset.  Include unknown opcode numbers in the error
14236         message.
14237
14238 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14239
14240         * x86-64-tdep.c (x86_64_init_abi): No need to clear
14241         extract_struct_value_address, i386 does not set it.
14242         * sparc64-tdep.c (sparc64_init_abi): Do not set
14243         extract_struct_value_address, never called.
14244         (sparc64_extract_struct_value_address): Delete function.
14245         * m68hc11-tdep.c: Update copyright.
14246         (m68hc11_gdbarch_init): Delete redundant assignment of
14247         extract_struct_value_address.
14248         * i386-tdep.c: Update copyright.
14249         (i386_gdbarch_init): Do not set extract_struct_value_address,
14250         never called.
14251         (i386_extract_struct_value_address): Delete function.
14252         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14253         extract_struct_value_address, never called.
14254         (sparc32_extract_struct_value_address): #if 0 function.  Add
14255         comments explaining its future.
14256
14257 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14258
14259         * arm-tdep.c (arm_write_pc): New function.
14260         (arm_gdbarch_init): Call set_gdbarch_write_pc.
14261
14262 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
14263
14264         * breakpoint.c (must_shift_inst_regs): Delete.
14265         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14266         and SHIFT_INST_REGS.
14267         * infcmd.c (step_1, step_1_continuation): Delete references to
14268         SHIFT_INST_REGS.
14269         * infrun.c (keep_going): Likewise.
14270         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14271         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14272
14273 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14274
14275         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14276         * gdbarch.h, gdbarch.c: Re-generate.
14277         * infcmd.c (print_return_value): Delete reference to
14278         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14279
14280         * cris-tdep.c (cris_gdbarch_init): Do not set
14281         deprecated_extract_struct_value_address.
14282
14283         * xstormy16-tdep.c: Update copyright.
14284         (xstormy16_extract_struct_value_address): Update to current
14285         extract struct value address interface.
14286         (xstormy16_gdbarch_init): Set extract_struct_value_address.
14287         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14288         current extract struct value address interface.
14289         (sh64_gdbarch_init): Set extract_struct_value_address.
14290
14291         * cris-tdep.c: Update copyright.
14292         (cris_extract_struct_value_address): Delete function.
14293         (struct_return_address): Delete variable.
14294         (cris_store_struct_return): Do not set struct_return_address.
14295
14296         * mcore-tdep.c: Update copyright.
14297         (mcore_extract_struct_value_address): Delete function.  Update
14298         comments.
14299         (mcore_gdbarch_init): Update.
14300         * mn10300-tdep.c: Update copyright.
14301         (mn10300_extract_struct_value_address): Delete function.
14302         (mn10300_gdbarch_init): Update.
14303         * v850-tdep.c: Update copyright.
14304         (v850_extract_struct_value_address): Delete.
14305         (v850_gdbarch_init): Update.
14306         * ns32k-tdep.c: Update copyright.
14307         (ns32k_extract_struct_value_address): Delete.
14308         (ns32k_gdbarch_init): Update.
14309         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14310         (hppa_gdbarch_init): Update.
14311         * vax-tdep.c: Update copyright.
14312         (vax_extract_struct_value_address): Delete.
14313         (vax_gdbarch_init): Update.
14314
14315         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14316         * gdbarch.h, gdbarch.c: Re-generate.
14317         * procfs.c (procfs_fetch_registers): Delete reference to
14318         DEPRECATED_NPC_REGNUM.
14319         (procfs_store_registers): Ditto.
14320         * regcache.c (generic_target_write_pc): Simplify.
14321         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
14322
14323         * core-sol2.c (fetch_core_registers): Replace
14324         DEPRECATED_NPC_REGNUM with equivalent tdep value.
14325
14326         * hppa-tdep.c: Update copyright year.
14327         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14328         NPC_REGNUM.
14329         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14330
14331         * mips-tdep.c (mips_write_pc): New function.
14332         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14333         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14334         (mips_find_saved_regs, mips_software_single_step: Ditto.
14335         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14336         mips_init_extra_frame_info, mips_pop_frame): Ditto.
14337
14338 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14339
14340         * mips-tdep.c: Re-indent.  Group functions by ABI.
14341
14342 2004-01-17  Andrew Cagney  <cagney@redhat.com>
14343
14344         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14345         * gdbarch.c: Re-generate.
14346         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14347         DECR_PC_AFTER_BREAK to zero.
14348         * vax-tdep.c (vax_gdbarch_init): Ditto.
14349         * v850-tdep.c (v850_gdbarch_init): Ditto.
14350         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14351         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14352         * sh-tdep.c (sh_gdbarch_init): Ditto.
14353         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14354         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14355         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14356         * mips-tdep.c (mips_gdbarch_init): Ditto.
14357         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14358         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14359         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14360         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14361         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14362         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14363         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14364         * frv-tdep.c (frv_gdbarch_init): Ditto.
14365         * cris-tdep.c (cris_gdbarch_init): Ditto.
14366         * avr-tdep.c (avr_gdbarch_init): Ditto.
14367         * arm-tdep.c (arm_gdbarch_init): Ditto.
14368         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14369
14370 2004-01-17  J. Brobecker  <brobecker@gnat.com>
14371
14372         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14373         Delete, no longer used.
14374         (read_subrange_type): New function, mostly extracted from
14375         read_array_type().
14376         (read_array_type): Replace extracted code by call to
14377         read_subrange_type().
14378         (dwarf2_get_attr_constant_value): New function.
14379         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14380         (add_partial_symbol): Likewise.
14381         (process_die): Likewise.
14382         (new_symbol): Likewise.
14383         (read_type_die): Likewise.
14384
14385 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14386
14387         * symfile.c: Update copyright year.
14388         (compare_symbols): Delete unused function.
14389         * stabsread.c: Update copyright year.
14390         (lrs_general_complaint): Delete unused function.
14391         (ref_search_value): Ditto.
14392         (get_substring): Delete declaration.
14393         * sh64-tdep.c: Update copyright year.
14394         (sh64_get_gdb_regnum): Delete unused function.
14395         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14396         Delete unused function.
14397
14398 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
14399
14400         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14401         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14402
14403 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14404
14405         Changes from Peter Schauer.
14406         * rs6000-tdep.c: Update copyright year.
14407         (rs6000_push_dummy_call): Update the stack pointer before
14408         accessing the corresponding stack region.
14409         * rs6000-nat.c: Update copyright year.
14410         (set_host_arch): Set "info.abfd" to "exec_bfd".
14411
14412 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
14413
14414         * blockframe.c: Update copyright year.
14415         (inside_entry_func): Don't treat a zero PC specially.
14416
14417 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
14418
14419         * gcore.c (gcore_copy_callback): Use paddr_d to print size
14420         variable.
14421         (gcore_create_callback): Ditto.  Skip any memory segment that has
14422         no permissions set.
14423
14424 2004-01-14  David Carlton  <carlton@kealia.com>
14425
14426         Change symbols for C++ nested types to contain the fully qualified
14427         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
14428         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14429         c++/895.
14430         * c-exp.y (qualified_type): Handle types nested within classes.
14431         * cp-namespace.c: Update comments.
14432         (cp_set_block_scope): Delete #if 0.
14433         (cp_lookup_nested_type): Handle types nested within classes.
14434         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14435         when appropriate.
14436         (add_partial_symbol): Add the name of the enclosing namespace to
14437         types.
14438         (pdi_needs_namespace): New.
14439         (add_partial_namespace): Tweak comment.
14440         (add_partial_structure): New.
14441         (psymtab_to_symtab_1): Initialize processing_current_prefix
14442         here...
14443         (process_die): instead of here.
14444         (read_structure_scope): Try to figure out the name of the class or
14445         namespace that the structure might be defined within.
14446         (read_enumeration): Generate fully-qualified names, if possible.
14447         (read_namespace): Don't set name to NULL.
14448         (die_specification): New.
14449         (new_symbol): Generate fully-qualified names for types.
14450         (read_type_die): Determine appropriate prefix.
14451         (determine_prefix): New.
14452         (typename_concat): New.
14453         (class_name): New.
14454         * valops.c (value_aggregate_elt): Pass NOSIDE to
14455         value_struct_elt_for_reference.
14456         (value_struct_elt_for_reference): Make static, add NOSIDE
14457         parameter, call value_maybe_namespace_elt as a last resort.
14458         (value_namespace_elt): Break out code into
14459         value_maybe_namespace_elt.
14460         (value_maybe_namespace_elt): New.
14461
14462 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14463
14464         * mips-tdep.c (mips_convert_register_p): Handle both raw and
14465         cooked floating-point registers.
14466         (mips_gdbarch_init): Set convert_register_p, register_to_value,
14467         and value_to_register.
14468
14469 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14470
14471         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14472         * gdbarch.c: Re-generate.
14473         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14474         FUNCTION_START_OFFSET.
14475         * v850-tdep.c (v850_gdbarch_init): Ditto.
14476         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14477         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14478         * sh-tdep.c (sh_gdbarch_init): Ditto.
14479         * s390-tdep.c (s390_gdbarch_init): Ditto.
14480         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14481         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14482         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14483         * mips-tdep.c (mips_gdbarch_init): Ditto.
14484         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14485         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14486         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14487         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14488         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14489         * i386-tdep.c (i386_gdbarch_init): Ditto.
14490         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14491         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14492         * frv-tdep.c (frv_gdbarch_init): Ditto.
14493         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14494         * cris-tdep.c (cris_gdbarch_init): Ditto.
14495         * avr-tdep.c (avr_gdbarch_init): Ditto.
14496         * arm-tdep.c (arm_gdbarch_init): Ditto.
14497         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14498
14499 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
14500
14501         * infrun.c (follow_fork_mode_ask): Remove.
14502         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14503         (follow_fork): Simplify and remove internal error for
14504         follow_fork_mode_ask.
14505         (_initialize_infrun): Update "set follow-fork-mode" help text.
14506
14507 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14508
14509         * configure.in: Update copyright year.
14510         (build_warnings): Add -Wunused-label.
14511         * configure: Re-generate.
14512
14513 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14514
14515         * exec.h (exec_ops): Make "extern".
14516
14517         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14518         the function is void.
14519         (mips_pseudo_register_write): Ditto.
14520
14521 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14522
14523         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14524         call.  Never defined.
14525         * sparc-tdep.h (struct frame_info): Add opaque declaration.
14526         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14527         (struct sparc_gregset, struct regcache): Ditto.
14528         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
14529
14530 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14531
14532         * mi/ChangeLog: Delete file.  Renamed to ...
14533         * mi/ChangeLog-1999-2003: New file.
14534         * tui/ChangeLog: Delete file.  Renamed to ...
14535         * tui/ChangeLog-1998-2003: New file.
14536
14537 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
14538
14539         * sparc64nbsd-tdep.c: Include "regset.h".
14540         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14541         Remove variables.
14542         (fetch_core_registers): Remove function.
14543         (sparc64nbsd_core_fns): Remove variable.
14544         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14545         functions.
14546         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14547         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14548         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14549
14550         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14551         sparc_extract_struct_value_address.
14552         (sparc32_gdbarch_init): Set extract_struct_value_address.
14553         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14554         function.
14555         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
14556         return_value_on_stack.
14557
14558         * NEWS: Mention that %cs and %ss have been added to the AMD64
14559         configurations
14560
14561         * frame.c: Update copyright year.
14562         (get_prev_frame): Improve comment.
14563
14564         * sparc64fbsd-tdep.c: Include "regset.h".
14565         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14566         Remove variables.
14567         (fetch_core_registers): Remove function.
14568         (sparc64fbsd_core_fns): Remove variable.
14569         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14570         functions.
14571         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14572         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14573         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14574
14575         * sparcnbsd-tdep.c: Include "regset.h".
14576         (fetch_core_registers): Remove function.
14577         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14578         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14579         functions.
14580         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14581         TDEP->fpregset.
14582         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14583
14584         * sparc-tdep.h (struct regset): Provide opaque declaration.
14585         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14586         fpregset and sizeof_fpregset members.
14587         * sparc-tdep.c (struct regset): Provide opaque declaration.
14588         (sparc_regset_from_core_section): New function.
14589         (sparc32_gdbarch_init): Initialize TDEP->gregset,
14590         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14591         Set regset_from_core_section when appropriate.
14592
14593 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
14594
14595         * x86-64-tdep.c (amd64_non_pod_p): New function.
14596         (amd64_classify_aggregate): Return class memory for non-POD
14597         C++ structure types.
14598
14599         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14600         argument.  Use it to reserve a register if necessary.
14601         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14602         amd64_push_arguments.
14603
14604         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14605
14606         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
14607         register numbers in comments.
14608         * x86-64-tdep.h: Update copyright year.
14609         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14610         Adjust for addition of %cs and %ss.
14611         * amd64fbsd-nat.c: Update copyright year.
14612         (reg_offset): Add register offsets for %cs and %ss.
14613         * amd64fbsd-tdep.c: Update copyright year.
14614         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14615         (amd64fbsd_sc_reg_offset): Likewise.
14616         * x86-64-linux-nat.c: Update copyright year.
14617         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14618         and %ss.
14619         * amd64nbsd-nat.c: Update copyright year.
14620         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14621         * amd64nbsd-tdep.c: Update copyright year.
14622         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14623         * x86-64-linux-tdep.c: Update copyright year.
14624         (user_to_gdb_regmap): Add mapping for %cs and %ss.
14625         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14626         * regformats/reg-x86-64.dat: Add %cs and %ss.
14627
14628         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
14629         variables to prevent long lines.  Update comments to reflect
14630         reality.
14631
14632 2004-01-09  David Carlton  <carlton@kealia.com>
14633
14634         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
14635         * dwarf2read.c (read_namespace): Pull out name-generating code
14636         into namespace_name. Rename previous_namespace to previous_prefix
14637         and processing_current_namespace to processing_current_prefix..
14638         (namespace_name): New function.
14639         (add_partial_symbol): Substitute uses of pdi->name with
14640         actual_name.
14641         * cp-support.h: Rename processing_current_namespace to
14642         processing_current_prefix.
14643         Update copyright year.
14644         * cp-namespace.c: Rename processing_current_namespace to
14645         processing_current_prefix.
14646         Update copyright year.
14647
14648 2004-01-09  Andrew Cagney  <cagney@redhat.com>
14649
14650         * jv-valprint.c, ser-unix.c: Add missing copyright years.
14651
14652 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
14653
14654         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14655         complaining.
14656         (process_one_symbol): Deal with N_PATCH stabs.
14657
14658 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
14659
14660         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14661         ifdeffed code.
14662         Update copyright year.
14663
14664 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14665
14666         * config/pa/tm-hppa.h: Update extern declarations for
14667         hppa32_hpux_frame_saved_pc_in_sigtramp,
14668         hppa32_hpux_frame_base_before_sigtramp, and
14669         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14670
14671 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14672
14673         * config/pa/tm-hppah.h: Update copyright years.
14674
14675 2004-01-08  Andrew Cagney  <cagney@redhat.com>
14676
14677         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14678         (mips_o32_reg_struct_has_addr): Delete function.
14679         (mips_gdbarch_init): Update.
14680         (mips_extract_struct_value_address): Delete function.
14681
14682 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
14683
14684         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14685         reality.
14686
14687 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14688
14689         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14690         architecture's elf flags (when available).
14691
14692         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14693         FPU to the start, check the MIPS FPU when looking for an old
14694         architecture.
14695         (set_mipsfpu_single_command): Update the architecture.
14696         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14697
14698         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14699         (mips_mask_address_p): Add "tdep" parameter.
14700         (show_mask_address, mips_addr_bits_remove): Update.
14701         (mips_dump_tdep): Update.
14702         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14703         (MIPS_STACK_ARGSIZE): Delete macro.
14704         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14705         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14706         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14707         (mips_dump_tdep): Update.
14708         (MIPS_SAVED_REGSIZE): Delete macro.
14709         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14710         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14711         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14712         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14713         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14714         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14715         (mips_pop_frame, return_value_location): Update.
14716         (mips_n32n64_return_value, mips_dump_tdep): Update.
14717
14718         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14719         MIPS ABI.
14720
14721         * mips-tdep.c: Update copyright.
14722         (mips_gdbarch_init): Merge two code blocks handling the register
14723         name and number layout.
14724
14725 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
14726
14727         * tracepoint.c (validate_actionline): Fix segv at EOF
14728
14729 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14730
14731         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14732         properly for static fields.
14733
14734 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
14735             Jason Molenda  <jmolenda@apple.com>
14736
14737         * disasm.c: Update copyright to include 2004.
14738         (do_mixed_source_and_assembly): For uiout asm list
14739         and tuple cleanups, initialize to null_cleanup instead of
14740         NULL and do so prior to loop.  Only reset when we close off
14741         the tuple/list.  Move check for whether to close off the
14742         asm tuple/list to after dump_insns call where it will be run
14743         on each loop iteration.
14744
14745 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14746
14747         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14748         should be a switch case and not a label.
14749         * mips-tdep.c (mips32_next_pc): Delete unused labels
14750         "greater_equal_branch" and "less_zero_branch".
14751         * jv-valprint.c (java_print_value_fields): Delete unused label
14752         "flush_it".
14753
14754         * target.c (unpush_target): Only close a target that is in the
14755         target stack.
14756
14757 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
14758
14759         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14760         address from [sp + 64] instead of %o2.
14761
14762         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
14763         fixes PR backtrace/1476.
14764
14765 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14766
14767         * libunwind-frame.h (struct frame_id): Add opaque declaration,
14768         move to start of file.
14769         * i386-tdep.h (struct regcache): Add opaque declaration.
14770         * config/ia64/nm-linux.h (struct target_ops): Add opaque
14771         declaration.
14772         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14773         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14774         * win32-nat.c (fake_create_process): Use ISO C style definition.
14775         * stabsread.c (define_symbol): Delete #ifndef
14776         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14777         stabs_argument_has_addr call, macro never defined.
14778
14779 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
14780
14781         * op50-rom.c: Delete.
14782         * w89k-rom.c: Delete.
14783         * Makefile.in: Remove references.
14784
14785 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14786
14787         * x86-64-tdep.c: Update copyright year.
14788         (struct amd64_register_info): Rename from x86_64_register_info.
14789         (amd64_register_info): Rename from x86_64_register_info.
14790         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14791         (amd64_register_name): Rename from x86_64_register_name.
14792         (amd64_register_type): Rename from x86_64_register_type.
14793         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14794         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14795         (amd64_dwarf_reg_to_regnum): Rename from
14796         x86_64_dwarf_reg_to_regnum.
14797         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14798         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14799         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14800         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14801         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14802         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14803         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14804         (amd64_frame_cache): Rename from x86_64_frame_cache.
14805         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14806         (amd64_frame_prev_register): Rename from
14807         x86_64_frame_prev_register.
14808         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14809         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14810         (amd64_sigtramp_frame_cache): Rename from
14811         x86_64_sigtramp_frame_cache.
14812         (amd64_sigtramp_frame_prev_register): Rename from
14813         x86_64_sigtramp_frame_prev_register.
14814         (amd64_sigtramp_frame_unwind): Rename from
14815         x86_64_sigtramp_frame_unwind.
14816         (amd64_sigtramp_frame_sniffer): Rename from
14817         x86_64_sigtramp_frame_sniffer.
14818         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14819         (amd64_frame_base): Rename from x86_64_frame_base.
14820         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14821         (amd64_frame_align): Rename from x86_64_frame_align.
14822         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14823         (amd64_regset_from_core_section): Rename from
14824         x86_64_regset_from_core_section.
14825         (x86_64_init_abi): Update comments.
14826
14827 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
14828
14829         * MAINTAINERS (write after approval): Add myself.
14830
14831 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14832
14833         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14834         `float' arguments.
14835
14836 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14837
14838         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14839         such that it mentions a specific version of GCC that exhibits this
14840         bug.
14841
14842 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14843
14844         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14845         structure that has a single `float' member, store it in %f1 in
14846         addition to %f0.
14847
14848         * sparc-sol2-nat.c: Add missing '\'.
14849
14850         * sparc-tdep.c (sparc32_return_value): New function.
14851          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14852         Remove functions.
14853         (sparc32_gdbarch_init): Set return_value, don't set
14854         extract_return_value, store_return_value, use_struct_convention
14855         and return_value_on_stack.
14856
14857         * sparc-sol2-nat.c: Add missing ')'.
14858
14859 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14860
14861         * infrun.c (handle_step_into_function): New function.
14862         (handle_inferior_event): Extract out some code into the new
14863         function above.
14864
14865 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14866
14867         * infrun.c (handle_inferior_event): Move the declaration of
14868         real_stop_pc inside the if blocks where it is used.
14869
14870 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14871
14872         * sparc64-tdep.c (sparc64_16_byte_align_p)
14873         (sparc64_store_floating_fields, sparc64_store_floating_fields):
14874         Use check_typedef to get subtypes of structures and unions.
14875         (sparc64_store_return_value): Fix calculation of the appropriate
14876         offset into VALBUF when storing a structure or union.
14877         (sparc64_return_value): New function.
14878         (sparc64_use_struct_convention): Remove function.
14879         (sparc64_init_abi): Set return_value, don't set
14880         extract_return_value, store_return_value and
14881         use_struct_convention.
14882
14883 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
14884
14885         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14886         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14887         gdb/config/alpha/xm-alphaosf.h,
14888         gdb/config/powerpc/tm-ppcle-eabi.h,
14889         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14890         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14891         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14892         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14893         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14894         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14895         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14896         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14897         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14898         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14899         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14900         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14901         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14902         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14903         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14904         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14905         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14906         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14907         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14908         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14909         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14910         Remove lines for .cvsignore files.
14911
14912 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14913
14914         * infrun.c: Back out the previous change.
14915
14916 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14917
14918         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
14919         sparc-*-sunos4* to the list of REMOVED configurations.
14920
14921         * configure.tgt: Add back sparc-*-vxworks*.
14922         * remote-vxsparc.c: Remove all includes except for "defs.h",
14923         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14924         Include "sparc-tdep.h".
14925         (SPARC_R_G1): New define.
14926         (vxsparc_gregset): New variable.
14927         (ext_format_sparc): Remove extern declaration.
14928         (vx_read_register): Rewrite to use sparc32_supply_gregset and
14929         sparc32_supply_fpregset.
14930         (vx_write_register): Rewrite to use sparc32_collect_gregset,
14931         sparc_collect_rwindow and sparc32_collect_fpregset.
14932         * config/sparc/tm-vxworks.h: New file, based on recently removed
14933         tm-vxsparc.h.
14934         * config/sparc/vxworks.mt: New file, based on recently removed
14935         vxworks.mt.
14936
14937 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14938
14939         * infrun.c (handle_step_into_function): New function.
14940         (handle_inferior_event): Extract out some code into the new
14941         function above.
14942
14943 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14944
14945         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14946         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14947         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14948         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14949         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14950         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14951         (sparc_nat_h): New variable.
14952         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14953         (tm-sun4os4.h): Remove dependency.
14954         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14955         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14956         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14957         sparc-tdep.o): Update dependencies.
14958         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14959         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14960         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14961         dependencies.
14962         * configure.host: Remove existing sparc-*-lynxos*,
14963         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14964         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14965         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
14966         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14967         triplets.
14968         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14969         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14970         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14971         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
14972         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14973         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14974         sparc64-*-solaris2* and sparc64-*-* triplets.
14975         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
14976         "symtab.h" and "objfiles.h".
14977         (BIAS): Remove define.
14978         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14979         (X_DISP19): Remove macros.
14980         (sparc_fetch_instruction): Remove function.
14981         (struct gdbarch_tdep): Remove definition.
14982         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14983         (sparc_breakpoint_from_pc): Remove function.
14984         (struct sparc64_frame_cache): Remove definition.
14985         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14986         sparc64_unwind_pc): Remove functions.
14987         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14988         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
14989         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
14990         (sparc64_frame_cache): Change return type to `struct
14991         sparc_frame_cache *'.  Simply call sparc_frame_cache.
14992         (sparc64_frame_this_id, sparc64_frame_prev_register,
14993         sparc64_frame_base_address): Use `struct sparc_frame_cache'
14994         instead of `struct sparc64_frame_cache.
14995         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14996         sparc_analyze_control_transfer, sparc_software_single_step,
14997         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14998         _initialize_sparc64_tdep): Remove functions.
14999         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
15000         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
15001         macros.
15002         (sparc64_supply_gregset, sparc64_collect_gregset,
15003         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
15004         (sparc64_init_abi): New function.
15005         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
15006         inclusion guard.  Include "sparc-tdep.h".
15007         (BIAS): Define.
15008         (r_tstate_offset, r_fprs_offset): New defines.
15009         (enum sparc_regnum): Remove defenition.
15010         (enum sparc64_regnum): Reformat.
15011         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
15012         (sparc64_init_abi, sparc64_supply_gregset,
15013         sparc64_collect_gregset, sparc64_supply_fpregset,
15014         sparc64_collect_fpregset): New prototypes.
15015         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
15016         Add extern declarations.
15017         (sparc64_sol2_init_abi): New prototype.
15018         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
15019         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
15020         prototypes.
15021         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
15022         "sparnbsd-nat.h".
15023         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
15024         functions.
15025         (_initialize_sparc64fbsd_nat): Remove initialization of
15026         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
15027         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
15028         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
15029         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
15030         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
15031         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
15032         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
15033         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
15034         (sparc64fbsd_r_y_offset): Remove variables.
15035         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
15036         Make static and const.
15037         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
15038         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
15039         functions.
15040         (sparc64fbsd_gregset): New variable.
15041         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
15042         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
15043         and sparc64_supply_fpregset.
15044         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
15045         (sparc64fbsd_sigtramp_frame_this_id)
15046         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
15047         (sparc64fbsd_sigtramp_frame_unwind): New variable.
15048         (sparc64fbsd_sigtramp_frame_sniffer): New function.
15049         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
15050         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
15051         * sparcnbsd-tdep.c: Update copyright year.  Include
15052         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
15053         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
15054         "value.h" and "sparcnbsd-tdep.h".
15055         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
15056         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
15057         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
15058         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
15059         defines.
15060         (sparcnbsd_gregset): New variable.
15061         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
15062         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
15063         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
15064         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
15065         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
15066         variables.
15067         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
15068         (sparc32nbsd_sigcontext_frame_this_id)
15069         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
15070         (sparc32nbsd_sigcontext_frame_unwind): New variable.
15071         (sparc32nbsd_sigtramp_frame_sniffer): New function.
15072         (sparcnbsd_get_longjmp_target_32,
15073         sparcnbsd_get_longjmp_target_64): Remove functions.
15074         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
15075         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
15076         sparcnbsd_init_elf): Remove.
15077         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
15078         (sparcnbsd_elf_init_abi): New functions.
15079         (_initialize_sparcnbsd_tdep): New prototype.
15080         (_initialize_sparnbsd_tdep): Update.
15081         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
15082         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
15083         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
15084         * config/sparc/linux.mh: Update comment.
15085         (XM_FILE, HOST_IPC): Remove variables.
15086         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
15087         sparc-linux-nat.o.
15088         * config/sparc/linux.mt: Update comment.
15089         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
15090         * config/sparc/nbsd.mt: Reformat.
15091         * config/sparc/nbsd64.mh: Update comment.
15092         (NATDEPFILES): Add sparc-nat.o.
15093         * config/sparc/nbsd64.mt: Update comment.
15094         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
15095         (TM_FILE): Set to tm-nbsd.h.
15096         * config/sparc/nbsdelf.mh: Update comment.
15097         (NATDEPFILES): Add sparc-nat.o.
15098         (XM_FILE): Delete.
15099         * config/sparc/nbsdaout.mh: Update comment.
15100         (NATDEPFILES): Add sparc-nat.o
15101         (XM_FILE): Delete.
15102         * config/sparc/nm-linux.h: Update copyright year.  Don't include
15103         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
15104         inclusion.
15105         (KERNEL_U_SIZE): Remove define.
15106         (kernel_u_size): Remove prototype.
15107         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
15108         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
15109         "regcache.h".
15110         (CHILD_PREPARE_TO_STORE): Remove define.
15111         * config/sparc/nm-nbsdaout.h: Tweak some comments.
15112         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
15113         sparcnbsd-nat.c: Rewrite files.
15114         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
15115         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
15116         sparcnbsd-tdep.h: Remove files.
15117         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
15118         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
15119         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
15120         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
15121         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
15122         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
15123         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
15124         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
15125         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
15126         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
15127         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
15128         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
15129         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
15130         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
15131         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
15132         * config/sparc/linux64.mh, config/sparc/linux64.mt,
15133         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
15134         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
15135         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
15136
15137 2004-01-02  Andrew Cagney  <cagney@redhat.com>
15138
15139         From 2003-12-18 Kazuhiro Inaoka:
15140         * configure.host: Add m32r-linux target.
15141
15142 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
15143
15144         * top.c (print_gdb_version): Update year to 2004.
15145
15146 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
15147
15148         * MAINTAINERS: Add myself to the write-after-approval category.
15149
15150 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
15151
15152         From Bernardo Innocenti <bernie@develer.com>:
15153         * configure.tgt: Add uClinux target.
15154
15155 2004-01-02  Andrew Cagney  <cagney@redhat.com>
15156
15157         * utils.c (do_my_cleanups): Make static, add forward declaration.
15158         * defs.h (do_my_cleanups): Delete declaration.
15159
15160 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
15161
15162         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
15163         bfd/ChangeLog-0203.
15164
15165 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
15166
15167         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
15168         in <machine/reg.h>.
15169         * configure, config.in: Regenerate.
15170
15171 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
15172 tui/ChangeLog-1998-2003.
15173 \f
15174 Local Variables:
15175 mode: change-log
15176 left-margin: 8
15177 fill-column: 74
15178 version-control: never
15179 End: