2004-12-14 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1fb24930
RC
12004-12-14 Randolph Chung <tausq@debian.org>
2
3 * hppa-tdep.c (hppa_in_function_epilogue_p): New function.
4 (hppa_gdbarch_init): Set in_epilogue_p method.
5
3ffc5b9b
CV
62004-12-14 Corinna Vinschen <vinschen@redhat.com>
7
8 * sh-tdep.c (sh_extract_return_value_nofpu): Rename from
9 sh_default_extract_return_value.
10 (sh_extract_return_value_fpu): Rename from
11 sh3e_sh4_extract_return_value.
12 (sh_store_return_value_nofpu): Rename from
13 sh_default_store_return_value.
14 (sh_store_return_value_fpu): Rename from sh3e_sh4_store_return_value.
15 (sh_return_value_nofpu): Accomodate above changes.
16 (sh_return_value_fpu): Ditto.
17
94e10a22
JG
182004-12-13 Jerome Guitton <guitton@gnat.com>
19
20 * stabsread.c (read_huge_number): Add support for reading octal
21 signed number in twos complement, based on the size of this
22 number.
23 (read_range_type): Add support for reading octal signed bounds
24 in twos complements, based on the size of the type.
25 (read_type_number, read_cpp_abbrev, read_member_functions,
26 read_cpp_abbrev, read_one_struct_field, read_baseclasses,
27 read_struct_type, read_array_type, read_enum_type,
28 read_sun_builtin_type, read_sun_floating_type): Update calls to
29 read_huge_number.
30 (read_type): Update call to read_range_type.
31
4bb7a266
RC
322004-12-13 Randolph Chung <tausq@debian.org>
33
34 * hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
35 solib_get_solib_by_pc method through target vector.
61aff869
RC
36 (hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
37 method through target vector.
4bb7a266 38
3ddae2db 392004-12-13 Joel Brobecker <brobecker@gnat.com>
a99b228b
JB
40
41 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
42 parameter name to make it clear that we already have a next
43 frame. Return the sigcontext from that next frame instead
44 of the frame following it.
45
acf86d54
RC
462004-12-13 Randolph Chung <tausq@debian.org>
47
48 * Makefile.in (pa64solib_h, somsolib_h): Delete.
49 (solib_pa64_h, solib_som_h): New.
50 (HFILES_NO_SRCDIR, ALLDEPFILES): Replace somsolib.h with solib-som.h.
51 (hppa-hpux-tdep.o, hpread.o): Update dependencies.
52 (pa64solib.o, somsolib.o): Delete.
53 (solib-pa64.o, solib-som.o): New.
54 * hppa-hpux-tdep.c: Include new solib interfaces.
55 (hppa_hpux_som_init_abi): Attach to SOM solib interface.
56 (hppa_hpux_elf_init_abi): Attach to PA64 ELF solib interface.
57 * hppa-tdep.c (internalize_unwinds): If solib_get_text_base method
58 is available, use it to determine the base of unwind records.
59 * hppa-tdep.h (gdbarch_tdep): Add new solib methods.
60 * hpread.c: Replace somsolib.h with solib-som.h.
61 (hpread_process_one_debug_symbol): Use target vector to get thread
62 start address.
63 * config/pa/hppa64.mt (TDEPFILES): Use new solib interface.
64 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
65 * config/pa/hpux.mh (NATDEPFILES): Delete references to target objects.
66 * config/pa/tm-hppah.h: Use new solib interface.
67
0efcf9dc
RC
682004-12-13 Randolph Chung <tausq@debian.org>
69
70 * tramp-frame.c (tramp_frame_sniffer): Allow frames with names or
71 sections to be trampolines too.
72
048a01af 732004-12-13 Ben Elliston <bje@au.ibm.com>
323e0a4a 74
048a01af
BE
75 * f-exp.y (typename): Remove unused nonterminal.
76 (name): Likewise.
77
782004-12-12 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
79
80 Committed by Andrew Cagney.
323e0a4a
AC
81 * abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n
82 markup.
83
91a533d4
AC
842004-12-12 Andrew Cagney <cagney@gnu.org>
85
39ee2ff0
AC
86 * frame.c (get_prev_frame): When unwinding normal frames, check
87 that the PC isn't zero.
88 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
89 zero PC.
90
91a533d4
AC
91 * MAINTAINERS: Reword description of what "Target Instruction Set
92 Architectures" covers.
93
0d9b270c
MK
942004-12-12 Mark Kettenis <kettenis@gnu.org>
95
96 * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
97
d3322e8a
MK
982004-12-11 Mark Kettenis <kettenis@gnu.org>
99
eeca586f
MK
100 * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
101 (hppa_hpux_save_state_offset): New function, replacing variable
102 with the same name.
103 (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
104 functions.
105 (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
106 Use new hppa_hpux_save_state_offset function. Add special
107 handling for handling 64-bit "flags" register.
108 (hppa_hpux_store_register): Likewise.
109 (hppa_hpux_child_can_run): Tweak comment.
110
7ba0e0c2
MK
111 * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
112 (inf_ttrace_attach): Likewise.
113 (inf_ttrace_resume_callback): New function.
114 (inf_ttrace_resume): Don't use TT_PROC_CONTINUE. Iterate over all
115 lwps and call inf_ttrace_resume_callback instead.
116 (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
117
d3322e8a
MK
118 * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
119
e02147b1
MS
1202004-12-10 Michael Snyder <msnyder@redhat.com>
121
122 * mn10300-tdep.c: New file. This is a re-implementation of
123 the mn10300 target back-end using the new frame api etc.
124 * mn10300-tdep.h: New file.
125 * config/mn10300/mn10300.mt: New file (or replace old file).
126 * configure.tgt: Add mn10300 target.
127
01926a69
MK
1282004-12-10 Mark Kettenis <kettenis@gnu.org>
129
c5101575
MK
130 * configure.host (hppa*-*-hpux11*): Remove.
131 * config/pa/hpux11.mh: Remove file.
132
01926a69
MK
133 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
134 typo.
135
d737fd7f
KW
1362004-12-10 Kris Warkentin <kewarken@qnx.com>
137
138 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
139 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
140 function and nto_set_target function.
141 (struct nto_target_ops): Put comments inline with struct. Add osabi
142 sniffer hook. Redefine macros to permit testing/assignment. Remove
143 nto_ prefix from members.
144 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
145 dynamically to support arbitrary root paths. Check for basename of
146 lib in search path and then check for absolute.
147 (nto_in_dynsym_resolve_code): New function.
148 (nto_core_sniffer): New function.
149 (regset_core_fns): Register core sniffer.
150 (nto_initialize_signals): New function.
151 (_initialize_nto_tdep): Move signal initialization code to above to
152 avoid initialization race conditions.
153 (nto_set_target): New function.
154 * nto-procfs.c: Minor formatting/indenting changes.
155 (procfs_is_nto_target): New function.
156 (procfs_open): Set nto_is_nto_target.
157 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
158 initialization race conditions.
159 (procfs_create_inferior): Resume inferior after creation.
160 * i386-nto-tdep.c: Declare i386_nto_target.
161 (init_i386nto_ops): Initialize i386_nto_target instead of
162 current_nto_target.
163 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
164 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
58544210
MK
165 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi
166 sniffer.
d737fd7f 167
3cd36e7c
MK
1682004-12-10 Mark Kettenis <kettenis@gnu.org>
169
170 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
171 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
172 (hppa_hpux_init_abi): Reformat long line.
173
08d53055
MK
1742004-12-09 Mark Kettenis <kettenis@gnu.org>
175
176 * hppa-hpux-tdep.c: Include "regset.h".
177 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
178 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
179 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
180 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
181 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
182 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
183 functions.
184 (hppa_hpux_regset): New variable.
185 (hppa_hpux_regset_from_core_section): New function.
186 (hppa_hpux_init_abi): Set regset_from_core_section.
187 (hppa_hpux_core_osabi_sniffer): New function.
188 (_initialize_hppa_hpux_tdep): Register
189 hppa_hpux_core_osabi_sniffer.
190 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
191 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
192
45851e00
RC
1932004-12-09 Randolph Chung <tausq@debian.org>
194
195 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
196 text and data sections.
197 (pa64_current_sos): Also include the dld in the list of current shared
198 objects.
199 (pa64_solib_get_solib_by_pc): Update comments.
200 (pa64_solib_get_text_base): New function.
201 (pa64_solib_select): Set solib_get_text_base method.
202
1bac0d4d
DJ
2032004-12-08 Daniel Jacobowitz <dan@debian.org>
204
205 * linux-thread-db.c (BUILD_THREAD): Delete.
206 (thread_get_info_callback): Include LWP ID in thread ID.
207 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
208 (lwp_from_thread): Use the LWP ID from the thread ID.
209
254ce0a1
RC
2102004-12-07 Randolph Chung <tausq@debian.org>
211
212 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
213 register for both 32- and 64-bit targets.
214
cc9bed83
RC
2152004-12-07 Randolph Chung <tausq@debian.org>
216
217 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
218 are unwinding through a dummy frame.
219
f77a2124
RC
2202004-12-07 Randolph Chung <tausq@debian.org>
221
222 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
223 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
224 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
225 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
226 if defined.
227
f1b38a57
RC
2282004-12-07 Randolph Chung <tausq@debian.org>
229
230 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
231 unwinding from a frame with pc == 0.
232 (hppa_stub_frame_this_id): Likewise.
233 (hppa_stub_frame_prev_register): Only provide real values if the frame
234 cache is not NULL.
235
419b8bfb
RC
2362004-12-07 Randolph Chung <tausq@debian.org>
237
238 * solib-som.c: New file.
239 * solib-som.h: New file.
240 * solib-pa64.c: New file.
241 * solib-pa64.h: New file.
242
6e93c4f7
MK
2432004-12-07 Mark Kettenis <kettenis@gnu.org>
244
245 * Makefile.in (inf-ttrace.o): Fix typo.
246
c273b20f
JB
2472004-12-07 Jim Blandy <jimb@redhat.com>
248
249 * remote.c (remote_threads_info, remote_current_thread): Use
250 strtoul to parse thread ID numbers.
251
cc72850f
MK
2522004-12-07 Mark Kettenis <kettenis@gnu.org>
253
a7be7fa8
MK
254 * inf-ttrace.c: Include "gdbthread.h".
255 (inf_ttrace_num_lwps): New variable.
256 (inf_ttrace_num_lwps_in_syscall): Renamed from
257 inf_ttrace_num_threads_in_syscall.
258 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
259 TTEVT_LWP_TERMINATE events.
260 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
261 zero.
262 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
263 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
264 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
265 events.
266 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
267 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
268 TTEVT_LWP_TERMINATE events.
269 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
270 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
271 * Makefile.in (inf-ttrace.o): Update dependencies.
272
cc72850f
MK
273 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
274 prototypes.
275 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
276 Make global. Remove HP-UX specific code. Use
277 frame_unwind_register_unsigned instead of
278 frame_unwind_register_signed.
279 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
280 Remove HP-UX specific code.
281 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
282 (hppa_frame_prev_register_helper): Set "flags" register to zero
283 for all unwound frames.
284 (hppa_gdbarch_init): Adjust.
285 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
286 (hppa_hpux_read_pc, hppa_hpux_write_pc)
287 (hppa_hpux_unwind_pc): New functions.
288 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
289
f47b1503
AS
2902004-12-07 Andreas Schwab <schwab@suse.de>
291
292 * main.c (long_options): Add entry for "-l".
293 (print_gdb_help): Add line for -l option.
294 * NEWS: Mention it.
295
c1299d67
RC
2962004-12-05 Randolph Chung <tausq@debian.org>
297
298 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
299 DEPRECATED_REGISTER_BYTE.
300
57dac9e1
RC
3012004-12-05 Randolph Chung <tausq@debian.org>
302
303 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
304 records.
305
b1acf338
MK
3062004-12-05 Mark Kettenis <kettenis@gnu.org>
307
a61ce9b4
MK
308 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
309 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
310
b1acf338
MK
311 * hppa-hpux-tdep.c: Update copyright notice and year.
312
fcab3fb5
RE
3132004-12-05 Richard Earnshaw <rearnsha@arm.com>
314
315 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
316 (get_field, put_field): Assert that the format is one we can handle.
317 Simplify logic accordingly.
318 (floatformat_normalize_byteorder): New function.
319 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
320 to normalize and select modified byte order. Pass modified byte order
321 to get_field.
322 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
323 Likewise.
324 (convert_doublest_to_floatformat): Select an appropriate intermediate
325 byte order if necessary. Always convert to the final format before
326 returning.
327
48bb3cce
DJ
3282004-12-04 Daniel Jacobowitz <dan@debian.org>
329
330 PR tui/1703
331 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
332 Suggested by Joshua Neuheisel.
333
fe46cd3a
RC
3342004-12-03 Randolph Chung <tausq@debian.org>
335
336 * gdbarch.sh (instruction_nullified): Delete.
337 * gdbarch.c: Regenerate.
338 * gdbarch.h: Regenerate.
339 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
340 nullified.
341 (hppa_unwind_pc): Likewise.
342 (hppa_instruction_nullified): Delete.
343 (hppa_gdbarch_init): Don't set instruction_nullified method.
344 * infrun.c (infwait_states): Remove infwait_nullified_state.
345 (handle_inferior_event): Remove handling of infwait_nullified_state.
346 Remove handling of nullified instructions.
347
dd515450
MK
3482004-12-03 Mark Kettenis <kettenis@gnu.org>
349
932936f0
MK
350 * inf-ttrace.c: Include <sys/mman.h>.
351 (struct inf_ttrace_page): New.
352 (struct inf_ttrace_page_dict): New.
353 (inf_ttrace_num_threads_in_syscall)
354 (inf_ttrace_reenable_page_protections): New variables.
355 (inf_ttrace_enable_syscall_events)
356 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
357 (inf_ttrace_add_page, inf_ttrace_insert_page)
358 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
359 (inf_ttrace_enable_page_protections)
360 (inf_ttrace_disable_page_protections)
361 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
362 (inf_ttrace_can_use_hw_breakpoint)
363 (inf_ttrace_region_size_ok_for_hw_watchpoint)
364 (inf_ttrace_stopped_by_watchpoint): New functions.
365 (inf_ttrace_him): Remove unsused varaible `tts'.
366 (inf_ttrace_create_inferior): Add assertionts.
367 (inf_ttrace_mourn_inferior): Clear page dictionary.
368 (inf_ttrace_attach): Set initial event mask.
369 (inf_ttrace_detach): Reset number of threads in system call.
370 (inf_ttrace_wait): Deal with system call events.
371 (inf_ttrace_target): Initialize "hardware" watchpoint-related
372 parts of the target vector.
373 (_initialize_inf_ttrace): New prototype and function.
374
dd515450
MK
375 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
376 type of `gp' variable.
377
73fb7068
RS
3782004-12-03 Richard Sandiford <rsandifo@redhat.com>
379
380 * README: Remove config.if from directory listing.
381
515921d7
JB
3822004-12-01 Joel Brobecker <brobecker@gnat.com>
383
384 * alpha-tdep.c (alpha_register_name): Add comment.
385 (alpha_cannot_fetch_register): Exclude registers numbers which
386 are no longer used from the list of registers that can be fetched.
387 (alpha_cannot_store_register): Exclude registers numbers which
388 are no longer used from the list of registers that can be stored.
389 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
390 core_reg_mapping array.
391
1cc759c3
JB
3922004-12-01 Joel Brobecker <brobecker@gnat.com>
393
394 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
395 the register value from the correct frame.
396
b546247c
RC
3972004-11-30 Randolph Chung <tausq@debian.org>
398
399 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
400 (hppa_linux_in_dyncall): Check that we are inside the range of
401 $$dyncall, not necessarily at the first insn.
402 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
403 even if the pc does not point to the first insn of the trampoline.
404
46905982
RC
4052004-11-30 Randolph Chung <tausq@debian.org>
406
407 * breakpoint.c (break_at_finish_command): Delete.
408 (break_at_finish_command_1): Delete.
409 (break_at_finish_at_depth_command): Delete.
410 (break_at_finish_at_depth_command_1): Delete.
411 (tbreak_at_finish_command): Delete.
412 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
413 and bx commands.
414
80b93d6b
AC
4152004-11-30 Andrew Cagney <cagney@gnu.org>
416
a7711b1f
AC
417 * config/nm-gnu.h: Delete file.
418 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
419
80b93d6b
AC
420 * config/nm-sysv4.h: Delete file.
421 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
422 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
423 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
424 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
425 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
426
31ffb221
AC
4272004-11-29 Andrew Cagney <cagney@gnu.org>
428
429 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
430 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
431 as can-commit architecture developers.
91a533d4 432
3919e12c
MK
4332004-11-29 Mark Kettenis <kettenis@gnu.org>
434
075ccec8
MK
435 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
436 (sparc32_skip_prologue): Skip instructions that store arguments in
437 registers into their corresponding stack slots.
438
388e0111
MK
439 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
440 tm-solib.h.
441 * config/m68k/obsd.mh (NAT_FILE): Likewise.
442
19671c2b
MK
443 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
444 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
445 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
446 sparc32nbsd_elf_init_abi. Remove duplicate code.
447
77a7fe6d
MK
448 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
449 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
450 * config/sparc/nm-nbsd.h: Remove file.
451 * config/sparc/nm-nbsdaout.h: Remove file.
452
cbfc58d1
MK
453 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
454 (sparc_xfer_partial): New function.
455 (sparc_target): Save value of to_xfer_partial from ptrace vector.
456 Set to_xfer_partial.
457
3919e12c
MK
458 * fork-child.c (fork_inferior): Fork instead of vfork if
459 PRE_TRACE_FUN is non-null.
460
ebd98106
FF
4612004-11-24 Fred Fish <fnf@specifixinc.com>
462
463 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
464 compiler generated function calls made as part of a prologue.
465
eee22bf8
MK
4662004-11-23 Mark Kettenis <kettenis@gnu.org>
467
468 * inf-ttrace.c: New file.
469 * inf-ttrace.h: New file.
470 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
471 Include "inf-ttrace.h".
472 (ss_mpsfu_high): Define to ss_tlsp if necessary.
473 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
474 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
475 ptrace systems.
476 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
477 instead of inf_ptrace_target.
478 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
479 * Makefile.in (inf_ttrace_h): New variable.
480 (hppa-hpux-nat.o): Update dependency.
481 (inf-ttrace.o): New dependency.
482 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
483
3ca64954
RC
4842004-11-23 Randolph Chung <tausq@debian.org>
485
486 * arch-utils.c (generic_instruction_nullified): New.
487 * arch-utils.h (generic_instruction_nullified): New.
488 * gdbarch.sh (instruction_nullified): New method.
489 * gdbarch.c: Regenerate.
490 * gdbarch.h: Regenerate.
491 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
492 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
493 new gdbarch method.
494 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
495 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
496 static. Rewrite to work directly off the passed regcache.
497 (hppa_gdbarch_init): Set instruction_nullified method.
498
5465445a
JB
4992004-11-23 Joel Brobecker <brobecker@gnat.com>
500
501 * sparc-tdep.c (sparc_is_unimp_insn): New function.
502 (sparc32_frame_cache): For functions where there is no debugging
503 information to help us determine whether it's a struct-return
504 function or not, fallback on checking whether the instruction
505 at the return address is an "unimp" instruction or not.
506
3f6306ec
DA
5072004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
508
871cce51
DA
509 * MAINTAINERS: Add myself to write after approval section.
510
3f6306ec
DA
511 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
512 hpux-thread.c to suppress children from running.
513 (hppa_hpux_child_can_run): New function.
514 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
515 * hpux-thread.c: Include string.h and hppa-tdep.h.
516 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
517 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
518 (hpux_thread_store_registers): Replace deprecated_registers with
519 calls to regcache_raw_read.
520 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
521
f5ccf7a2
MK
5222004-11-21 Mark Kettenis <kettenis@gnu.org>
523
524 * sparc64fbsd-nat.c: Update copyright year.
525 (_initialize_sparc64fbsd_nat): Construct and add target vector.
526 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
527 inftarg.o.
528
8c3900e4
DJ
5292004-11-21 Daniel Jacobowitz <dan@debian.org>
530
531 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
532
b957e937
DJ
5332004-11-21 Daniel Jacobowitz <dan@debian.org>
534
535 * linux-nat.c (my_waitpid): New function.
536 (linux_test_for_tracefork): Make more robust and verbose. Take
537 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
538 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
539 argument. Update calls to linux_test_for_tracefork.
540 (linux_enable_event_reporting, child_follow_fork)
541 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
542 (child_insert_exec_catchpoint): Update calls to
543 linux_supports_tracefork and linux_supports_tracevforkdone.
544
65d3800a
DJ
5452004-11-21 Daniel Jacobowitz <dan@debian.org>
546
547 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
548 (value_subscripted_rvalue): Likewise.
549 * valops.c (search_struct_field, value_slice): Likewise.
550
2c4a536d
MK
5512004-11-21 Mark Kettenis <kettenis@gnu.org>
552
553 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
554 Reorder includes a bit. Fix comment.
555 * Makefile.in (inf-ptrace.o): Update dependencies.
556
fefa1888
AS
5572004-11-21 Andreas Schwab <schwab@suse.de>
558
559 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
560 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
561 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
562 to glibc_skip_solib_resolver.
563 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
564 solib-legacy.o.
565 * Makefile.in (m68klinux-tdep.o): Update dependencies.
566
d564a7d4
DA
5672004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
568
569 * infttrace.h (ttrace_write_reg_64): Add prototype.
570 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
571 expression.
572 (store_inferior_registers): Correct formatting. Replace uses of
573 deprecated_registers with calls to regcache_raw_read,
574 regcache_raw_write_part and regcache_raw_read_part.
575
3f70a5e9
MK
5762004-11-21 Mark Kettenis <kettenis@gnu.org>
577
578 * config/pa/hppahpux.mh: Remove file.
579 * config/pa/hpux1020.mh: Remove file.
580
ced0d73d
AS
5812004-11-20 Andreas Schwab <schwab@suse.de>
582
583 * configure.host: Set host floatformat for m68k.
584
fcf54f50
EZ
5852004-11-20 Eli Zaretskii <eliz@gnu.org>
586
587 * config/djgpp/fnchange.lst: Resolve file-name clash between
588 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
589
a7289609
MK
5902004-11-20 Mark Kettenis <kettenis@gnu.org>
591
eeb8076c
MK
592 * hppa-hpux-nat.c: New file.
593 * config/pa/hpux.mh (NATDEPFILES): New file.
594 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
595 (hppa-hpux-nat.o): New dependency.
596 * configure.host: Remove hppa*-*-hpux10.20.
597 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
598
f6ffd89b
MK
599 * inf-ptrace.c: Fix coding style.
600
f1bc22da
MK
601 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
602 * infptrace.c (call_ptrace): Simply call ptrace with four
603 arguments.
604
e31272c3
MK
605 * dbxread.c (process_one_symbol): Fix a few coding standard
606 issues. Improve code formatting.
607
91f54576
MK
608 * dbxread.c: Include "gdb_string.h".
609 (record_minimal_symbol, read_ofile_symtab): Replace
610 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
611 * Makefile.in (dbxread.o): Update dependencies.
612
a7289609
MK
613 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
614 of bytes read for aligned LEB128 encodings.
615
57ac95b8
MK
6162004-11-19 Mark Kettenis <kettenis@gnu.org>
617
618 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
619 parse_and_eval_address to u_long before converting it to a pointer
620 type.
621 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
622 ps_strings from int to u_long.
623 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
624 u_long instead of CORE_ADDR.
625
ceddaf06
MK
6262004-11-18 Mark Kettenis <kettenis@gnu.org>
627
628 * dbxread.c (process_one_symbol): Do not adjust address of first
629 N_SLINE stab for a function for code generated by non-GCC
630 compilers.
631
915a2d21
KB
6322004-11-18 Kevin Buettner <kevinb@redhat.com>
633
634 * solib-null.c: New file.
635
92790ee7
AC
6362004-11-17 Andrew Cagney <cagney@gnu.org>
637
638 * MAINTAINERS: Drop MIPS and remote.
639
0c16dd26
AC
6402004-11-15 Andrew Cagney <cagney@gnu.org>
641
642 * findvar.c (value_of_register): Set the frame ID.
643 * value.c (value_primitive_field): Copy the frame ID.
644 * valops.c (value_assign): Simplify lval_register case, there's
645 always a frame.
646
2fdf551c
DJ
6472004-11-14 Daniel Jacobowitz <dan@debian.org>
648
649 * Makefile.in (mips-linux-tdep.o): Update dependencies.
650 * mips-linux-tdep.c: Include "regcache.h".
651 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
652
98754800
DJ
6532004-11-14 Daniel Jacobowitz <dan@debian.org>
654
655 * Makefile.in (linux-thread-db.o): Fix typo in last change.
656
ed89d175
DJ
6572004-11-14 Daniel Jacobowitz <dan@debian.org>
658
659 * linux-thread-db.c: New file, renamed from thread-db.c.
660 * thread-db.c: Remove.
661 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
662 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
663 to linux-thread-db.o.
664 * config/arm/linux.mh (NATDEPFILES): Likewise.
665 * config/i386/linux.mh (NATDEPFILES): Likewise.
666 * config/i386/linux64.mh (NATDEPFILES): Likewise.
667 * config/ia64/linux.mh (NATDEPFILES): Likewise.
668 * config/m32r/linux.mh (NATDEPFILES): Likewise.
669 * config/m68k/linux.mh (NATDEPFILES): Likewise.
670 * config/mips/linux.mh (NATDEPFILES): Likewise.
671 * config/pa/linux.mh (NATDEPFILES): Likewise.
672 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
673 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
674 * config/s390/s390.mh (NATDEPFILES): Likewise.
675 * config/sparc/linux.mh (NATDEPFILES): Likewise.
676 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
677
8851ec7a
AC
6782004-11-13 Andrew Cagney <cagney@gnu.org>
679
f97fe8ff
AC
680 * config/i386/i386lynx.mh: Delete file.
681 * config/i386/i386lynx.mt: Delete file.
682 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
683 * i386ly-tdep.c: Delete.
684
5873946b
AC
685 * config/tm-lynx.h: Delete, inline contents ...
686 * config/rs6000/tm-rs6000ly.h: ... here.
687
a69637bd
AC
688 * config/tm-sysv4.h: Delete file, inlining contents.
689 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
690 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
691 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
692
8851ec7a
AC
693 * regcache.h (deprecated_register_valid): Delete.
694 (deprecated_registers): Delete.
695 * regcache.c (deprecated_register_valid): Delete.
696 (deprecated_registers): Delete.
697 (deprecated_read_register_byte, _initialize_regcache)
698 (deprecated_write_register_bytes, build_regcache): Update.
699 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
700 remote-sds.o.
701 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
702 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
703
9445aa30
AC
704 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
705 v850-*-* under removed.
706 * configure.host: Delete ns32k-*-netbsd*.
707 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
708 ns32k-*-netbsd*, and v850*-*-*.
709 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
710 "Deleted"
711 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
712 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
713 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
714 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
715 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
716 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
717 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
718 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
719 * v850-tdep.c: Delete.
720
f6e1bffc
JB
7212004-11-13 Joel Brobecker <brobecker@gnat.com>
722
723 * irix5-nat.c (fetch_core_registers): Replace use of
724 deprecated_registers by equivalent code.
725
44ed547b
JB
7262004-11-13 Joel Brobecker <brobecker@gnat.com>
727
728 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
729 with equivalent code.
730 (fill_fpregset): Likewise.
731
e84ecc99
AC
7322004-11-13 Andrew Cagney <cagney@gnu.org>
733
ca1a823a
AC
734 * MAINTAINERS: Do not list "Deleted" architectures.
735
e84ecc99
AC
736 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
737 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
738 sparc-*-vxworks*.
739 * NEWS: Mention that vxworks was deleted.
740 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
741 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
742 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
743 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
744 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
745 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
746 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
747 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
748 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
749 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
750 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
751 * remote-vxmips.c, remote-vx.c: Delete.
752 * remote-vx68.c: Delete.
753 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
754 * config/m68k/os68k.mt, ada-lang.h: Ditto.
755 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
756 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
757
01e937bc
EZ
7582004-11-13 Eli Zaretskii <eliz@gnu.org>
759
29247324
EZ
760 * config/i386/xm-go32.h: Don't include fopen-bin.h.
761 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
762
763 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
764 branch that doesn't define CRLF_SOURCE_FILES; always use
765 binary-mode open.
766 (print_source_lines_base, forward_search_command)
767 (reverse_search_command): Enable the code that accepts DOS-style
768 CRLF line endings on all platforms (this removes the need for
769 CRLF_SOURCE_FILES).
770
f8f0d88a 771 * defs.h: Fix wording of the comment before FOPEN_RB.
29247324 772 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
f8f0d88a 773
01e937bc
EZ
774 * config/djgpp/fnchange.lst: Group renames for opcode directory
775 together.
776
777 * config/djgpp/djconfig.sh: Replace file names that don't exist
778 anymore with existing files, for checking the unpacked
779 distribution.
780
781 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
782 Export pre-cooked values in configure-* targets that begin with
783 "@test -f stage_last".
784
25ae5d16
AC
7852004-11-12 Andrew Cagney <cagney@gnu.org>
786
787 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
788 * value.h (struct value): Update comment.
789 * valops.c (value_assign): Fold lval_reg_fame_relative into
790 lval_register.
791 * findvar.c (value_from_register, locate_var_value): Ditto.
792
d7318818
RC
7932004-11-12 Randolph Chung <tausq@debian.org>
794
795 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
796 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
797 (write_exp_msymbol): Remove conditional check for symbols starting
798 with $. Update comments.
799
89676665
RC
8002004-11-12 Randolph Chung <tausq@debian.org>
801
802 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
803 so_lib_thread_start_addr.
804 * pa64solib.h (so_list): Forward declare.
805 (pa64_solib_thread_start_addr): Prototype.
806 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
807 (no_shared_libraries): Remove.
808 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
809 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
810 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
811 the elf solib handler to find the start address.
812
813 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
814 files to the target makefile.
815 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
816 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
817 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
818
819 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
b82f24bf 820 files for symbol reading and shared library handling here.
89676665 821 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
b82f24bf
RC
822 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
823 without bringing in 64-bit support.
89676665 824
df407dfe
AC
8252004-11-12 Andrew Cagney <cagney@gnu.org>
826
4991999e
AC
827 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
828 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
829 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
830 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
831 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
832 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
833 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
834
9ee8fc9d
AC
835 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
836 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
837 (VALUE_REGNUM): Define.
838 (struct value): Delete location.regnum, rename "regno" to
839 "regnum".
840 * value.c, valops.c, valarith.c, findvar.c: Update.
841
df407dfe
AC
842 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
843 (VALUE_BITPOS): Delete.
844 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
845 * value.c (value_type, value_offset, value_bitpos)
846 (value_bitsize): New functions. Update references.
847 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
848 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
849 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
850 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
851 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
852 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
853 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
854 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
855 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
856
61c82a3b
AC
8572004-11-12 Andrew Cagney <cagney@gnu.org>
858
859 * cris-tdep.c (cris_register_offset): Delete, never called.
860 (cris_spec_reg_applicable): Delete cris_ver_sim.
861 * MAINTAINERS: List d10v as OBSOLETE.
862 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
863 FOPEN_WB et.al., defined by "fopen-bin.h".
864
5aac166f
RC
8652004-11-12 Randolph Chung <tausq@debian.org>
866
867 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
868 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
869 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
870 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
871
4fab48b9
MK
8722004-11-12 Mark Kettenis <kettenis@jive.nl>
873
874 * tui/tui-io.c: Don't include "terminal.h".
875 * Makefile.in (tui-io.o): Update dependencies.
876
9b098f24
KI
8772004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
878
879 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
880 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
881 set_gdbarch_regset_from_core_section for core file support.
882 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
883 New functions.
884
a71f8c30
RC
8852004-11-11 Randolph Chung <tausq@debian.org>
886
887 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
888 stop_after_branch parameter and use it to determine if we should look
889 at the delay slot of the first branch insn to find prologue insns.
890 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
891 (hppa_frame_cache): Likewise.
892
50b2f48a
RC
8932004-11-11 Randolph Chung <tausq@debian.org>
894
895 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
896 register so that it can be unwound from anywhere in the prologue.
897
be723e22
MS
8982004-11-10 msnyder <msnyder@redhat.com>
899
900 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
901 must invalidate lr_reg (so we don't try to save it again).
902 Ditto for cr_offset and cr_reg.
903
d6f7abdf
AC
9042004-11-05 Jon Beniston <jon@beniston.com>
905
216c5547 906 Committed by Andrew Cagney.
d6f7abdf
AC
907 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
908 when an unexpected packet is received, as the target stubs
909 continually retransmit the same packet until ACKed.
910
1d225535
RC
9112004-11-10 Randolph Chung <tausq@debian.org>
912
913 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
d6f7abdf 914 frame's type.
1d225535 915
2315ffec
RC
9162004-11-10 Randolph Chung <tausq@debian.org>
917
918 * blockframe.c (inside_entry_func): Move to .....
919 * frame.c (inside_entry_func): ... here, and make static.
920 (backtrace_past_entry): New flag.
921 (get_prev_frame): Stop backtrace at the entry function if enabled
922 by flag. Update comments.
923 (_initialize_frame): Add command to set backtrace_past_entry flag.
924 * defs.h (inside_entry_func): Remove prototype.
925
917c78fc
MK
9262004-11-10 Mark Kettenis <kettenis@gnu.org>
927
928 * dwarf2read.c: Fix formatting.
929
994b9211
AC
9302004-11-10 Andrew Cagney <cagney@gnu.org>
931
932 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
933 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
934 macros with function declarations.
935 * value.c (coerce_ref, coerce_array, coerce_number)
936 (coerce_enum): New functions.
937 (value_as_long, value_as_address): Update.
938 * ada-lang.c (ada_coerce_ref, ada_value_binop)
939 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
940 * jv-lang.c (evaluate_subexp_java): Update.
941 * valarith.c (value_less, value_neg, value_complement)
942 (value_binop, value_add, value_subscript, value_x_binop)
943 (value_logical_not, value_sub): Update.
944 * valops.c (check_field, value_struct_elt, value_ind)
945 (value_find_oload_method_list, value_cast, value_assign): Update.
946 * eval.c (evaluate_subexp_standard): Update.
947
06987e64
MK
9482004-11-10 Mark Kettenis <kettenis@gnu.org>
949
950 * mips-tdep.c (mips32_relative_offset): Change return type to
951 LONGEST, change argument type to ULONGEST. Fix sign-extension.
952
4a302917
RC
9532004-11-10 Randolph Chung <tausq@debian.org>
954
955 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
956 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
957 (hppa_fetch_pointer_argument): Likewise.
958 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
959 deprecated_read_memory_nobpt.
960 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
961 add_set_cmd sequence with add_setshow_boolean_cmd.
962
390e974f
AC
9632004-11-09 Andrew Cagney <cagney@gnu.org>
964
965 GDB 6.3 released from GDB 6.3 branch.
966
92e023d6
AC
9672004-11-09 Andrew Cagney <cagney@gnu.org>
968
969 * values.c: Rename to ...
970 * value.c: ..., new file.
971 * Makefile.in: Update.
972
d10891d4
DJ
9732004-11-09 Daniel Jacobowitz <dan@debian.org>
974
975 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
976 size.
977
00a4c844
AC
9782004-11-09 Andrew Cagney <cagney@gnu.org>
979
c44523e7
AC
980 * TODO: Delete.
981
00a4c844
AC
982 * value.h (struct value): Delete field bfd_section.
983 (VALUE_BFD_SECTION): Delete macro.
984 (COERCE_REF): Update.
985 (value_at, value_at_lazy): Delete asection parameter.
986 * printcmd.c (print_formatted, x_command): Update.
987 (do_examine): Delete asection parameter.
988 (next_section): Delete variable.
989 * valops.c (value_cast, value_at, value_at_lazy)
990 (value_coerce_function, value_addr, value_ind, value_string)
991 (find_rt_vbase_offset, value_full_object): Update.
992 * hpacc-abi.c (hpacc_virtual_fn_field)
993 (hpacc_value_rtti_type): Update.
994 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
995 (gnuv3_baseclass_offset): Update.
996 * f-valprint.c (f_val_print): Update.
997 * c-valprint.c (c_val_print): Update.
998 * p-valprint.c (pascal_val_print): Update.
999 * jv-valprint.c (java_value_print): Update.
1000 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
1001 * ada-lang.c (ada_value_primitive_packed_val)
1002 (ada_evaluate_subexp): Update.
1003 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
1004 * expprint.c (print_subexp_standard): Update.
1005 * infcall.c (call_function_by_hand): Update.
1006 * valarith.c (value_add): Update.
1007 * eval.c (evaluate_subexp_standard): Update.
1008 * values.c (allocate_value, value_copy, value_static_field): Update.
1009 * findvar.c (read_var_value, locate_var_value): Update.
1010
5cb2fe25
AC
10112004-11-09 Andrew Cagney <cagney@gnu.org>
1012
1013 * i386-linux-tdep.c: Include "dwarf2-frame.h".
1014 * Makefile.in: Update all dependencies.
1015
cbafadeb
AC
10162004-11-08 Andrew Cagney <cagney@gnu.org>
1017
1018 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
1019 (sentinel_frame_unwinder): Add the prev_pc method.
1020 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
1021 available. Do not handle the sentinel-frame case.
1022 * frame-unwind.h (frame_prev_register_ftype): Define.
1023 (struct frame_unwind): Add prev_pc;
1024
3b78cdbb
DA
10252004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1026
1027 * configure.in: Check for ncurses/term.h.
1028 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
1029 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
1030 * tui/tui.c: Don't include term.h.
1031 * configure, config.in: Rebuilt.
1032
bcfca652
MK
10332004-11-08 Mark Kettenis <kettenis@gnu.org>
1034
1035 * m68kbsd-nat.c: Include "inf-ptrace.h".
1036 (_initialize_m68kbsd_nat): Fix pasto.
1037 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1038
527159b7
RC
10392004-11-08 Randolph Chung <tausq@debian.org>
1040
1041 * infrun.c (debug_infrun): New variable.
1042 (resume, proceed, wait_for_inferior): Annotate with debug messages.
1043 (handle_inferior_event, keep_going): Likewise.
1044 (_initialize_infrun): Register "set debug infrun" command.
1045
c874c7fc
AS
10462004-11-08 Andreas Schwab <schwab@suse.de>
1047
1048 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
1049 PTRACE_EVENT_VFORKDONE.
1050 (child_follow_fork): Adjust.
1051
3c8fa307
AC
10522004-11-08 Andrew Cagney <cagney@gnu.org>
1053
5c26072a
AC
1054 * README: Refer to 6.3, not 6.2, update directory listing droppng
1055 references to intl/ and mmalloc/.
1056 * PROBLEMS: Refer to 6.3 not 6.2.
1057
3c8fa307
AC
1058 * PROBLEMS: Delete no-longer applicable problems.
1059
12b8a2cb
DJ
10602004-11-07 Andrew Cagney <cagney@redhat.com>
1061 Daniel Jacobowitz <dan@debian.org>
1062 Roland McGrath <roland@redhat.com>
1063
1064 * Makefile.in (symfile-mem.o): Update dependencies.
1065 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
1066 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
1067 * inf-ptrace.c (inf_ptrace_attach): Call
1068 observer_notify_inferior_created.
1069 * inftarg.c (child_attach): Likewise.
1070 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
1071 (symbol_file_add_from_memory): Take NAME argument. Use it for
1072 the new BFD's filename.
1073 (add_symbol_file_from_memory_command): Update call to
1074 symbol_file_add_from_memory.
1075 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
1076 (symbol_file_add_from_memory_wrapper): New.
1077 (_initialize_symfile_mem): Register add_vsyscall_page as an
1078 inferior_created observer.
1079
abbc6945
MK
10802004-11-07 Mark Kettenis <kettenis@gnu.org>
1081
1082 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
1083 fetch_inferior_registers. Make static.
1084 (m68kbsd_store_inferior_registers): Rename from
1085 store_inferior_registers. Make static.
1086 (_initialize_m68kbsd_nat): Construct and add target vector.
1087 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1088 inftarg.o. Add inf-ptrace.o.
1089 (NAT_FILE): Set to tm-solib.h.
1090 (LOADLIBES): New variable.
1091 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1092 inftarg.o. Add inf-ptrace.o.
1093 (NAT_FILE): Delete variable.
1094 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1095 inftarg.o. Add inf-ptrace.o.
1096 (NAT_FILE): Set to tm-solib.h.
1097 * config/m68k/nm-nbsdaout.h: Remove file.
1098
3ed09a32
DJ
10992004-11-07 Daniel Jacobowitz <dan@debian.org>
1100
1101 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1102 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1103 (dwarf2_signal_frame_unwind): New.
1104 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1105 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1106
8e763687
MK
11072004-11-07 Mark Kettenis <kettenis@gnu.org>
1108
4fb31ed0
MK
1109 * Makefile.in (mips64obsd-tdep.o): Fix typo.
1110
fabe86c8
MK
1111 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1112 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
1113 to only include the structure members we actually need.
1114 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1115 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
1116 only include the structure members we actually need.
1117 (mipsnbsd_init_abi): Update.
1118
366e93e8
MK
1119 * mips64obsd-nat.c: Include "mips-tdep.h".
1120 (MIPS64OBSD_NUM_REGS): Remove define.
1121 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1122 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1123 floating-point registers correctly.
1124 * Makefile.in (mips64obsd-nat.o): Update dependencies.
1125
8e763687
MK
1126 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1127 "gdb_assert.h".
1128 (mips64obsd_sigframe_init): New function.
1129 (mips64obsd_sigframe): New variable.
1130 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
1131 unwinder.
1132 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1133
5f6a2351
JB
11342004-11-06 Joel Brobecker <brobecker@gnat.com>
1135
1136 * alpha-mdebug-tdep.c: #include mdebugread.h.
1137 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1138 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1139
f059bf6f
AC
11402004-11-05 Andrew Cagney <cagney@gnu.org>
1141
1142 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1143 CFI and the init_reg method leave the register unspecified.
1144 Include the register name in the "Incomplete CFI data" complaint.
1145 Supress leading zeros in the address.
1146
1234d960
MK
11472004-11-05 Mark Kettenis <kettenis@gnu.org>
1148
1149 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1150 skipping a personality routine in a CIE augmentation.
1151
d75e3c94
JJ
11522004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1153
1154 * defs.h (fatal, vfatal): New function prototypes.
1155 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1156 via catch_errors.
1157 (backtrace_command): Change to call backtrace_command_stub via
1158 catch_errors instead of calling backtrace_command_1 directly.
1159 (backtrace_full_command): Ditto.
1160 * utils.c (error_stream_1): New static function.
1161 (verror): Change to call error_stream_1 instead of error_stream.
1162 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1163 (vfatal, fatal): New functions.
1164
98f276a0
AC
11652004-11-05 Andrew Cagney <cagney@gnu.org>
1166
1167 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1168 when not using selected frame.
1169
f724bf08
MK
11702004-11-05 Mark Kettenis <kettenis@jive.nl>
1171
1172 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1173 personality routine in a CIE augmentation.
1174
c789492a
FL
11752004-11-05 Felix Lee <felix+log1@specifixinc.com>
1176
1177 * stack.c (set_current_sal_from_frame): New function.
1178 (print_args_stub): Use it.
1179 (print_frame_info): Don't set sal here.
1180
a81b10ae
MK
11812004-11-04 Mark Kettenis <kettenis@gnu.org>
1182
1183 * dwarf2-frame.c (read_encoded_value): Change type of third
1184 argument to `unsigned char *'. Add support for LEB128 encodings.
1185
ad766c0a
JB
11862004-11-04 Jim Blandy <jimb@redhat.com>
1187
1188 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1189 prevent cross-objfile references.
1190 (make_cv_type): Doc fix. Don't create cross-objfile references,
1191 even for stub types.
1192 (replace_type): Add assertion to prevent cross-objfile references.
1193 (check_typedef): Never resolve a stub type by copying over a type
1194 from another file.
1195
c46b0409 11962004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 1197
c46b0409
KI
1198 * Makefile.in (m32r-tdep.o): Update dependencies.
1199 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1200 ABI-specific overrides.
1201
9f0b0322 12022004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 1203
9f0b0322
KI
1204 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1205 unnecessary parallel execution bit.
1206 (m32r_memory_remove_breakpoint): Ditto.
1207 (m32r_breakpoint_from_pc): Update.
1208
d5c27f81
RC
12092004-11-03 Randolph Chung <tausq@debian.org>
1210
1211 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
9f0b0322 1212 frame_func_unwind to locate the unwind entry.
d5c27f81
RC
1213 (hppa_frame_this_id): Likewise.
1214
4577593c
AC
12152004-11-03 Andrew Cagney <cagney@gnu.org>
1216
1217 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1218 packet, obsolete configurations, end-of-life deprecated_registers.
1219
b04de778
MK
12202004-11-02 Mark Kettenis <kettenis@gnu.org>
1221
1222 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1223 encodings as well as unsigned encodings.
1224
9f2feefc
AC
12252004-11-02 Andrew Cagney <cagney@gnu.org>
1226
1227 * value.h (COERCE_VARYING_ARRAY): Delete.
1228 * valops.c (value_cast, value_slice): Delete use.
1229 * valarith.c (value_subscript, value_concat): Delete use.
1230
117ea3cf
PH
12312004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1232
1233 * NEWS: GDB understands GNAT Ada.
1234
0bbc026e
JM
12352004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1236
1237 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1238 (amd64-sol2-tdep.o): Add dependencies.
1239 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1240 config/i386/sol2-64.mt: New files.
1241 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1242 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1243 (supply_gregset): Correct order of arguments to
1244 amd64_supply_native_gregset.
1245 (fill_gregset): Correct order of arguments to
1246 amd64_collect_native_gregset.
1247 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1248 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1249 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1250 for definition of NEW_PROC_API.
1251 * configure: Regenerate.
1252
3d38a0a5
JM
12532004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1254
1255 * MAINTAINERS (Write After Approval): Add myself.
1256
f81cd1cf
AC
12572004-11-01 Andrew Cagney <cagney@gnu.org>
1258
1259 * configure.tgt: Mark d10v-*-* as obsolete.
1260 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1261
f4e88c8e
PH
12622004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1263
1264 * values.c (modify_field): Correct handling of bit-fields that
1265 don't fit in 32 bits. Use unsigned operations throughout and
1266 simplify the code a bit. Document preconditions.
1267
84674fe1
AC
12682004-10-31 Andrew Cagney <cagney@gnu.org>
1269
96693b3a
AC
1270 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1271 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1272 (in_plt_section): Delete.
1273
6f296f8f
AC
1274 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1275 (mips_gdbarch_init): Do not set same.
1276
618501c0
AC
1277 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1278 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1279
b22e8f02
AC
1280 * gdbarch.sh (in_solib_call_trampoline): Delete.
1281 * gdbarch.h, gdbarch.c: Re-generate.
1282
84674fe1
AC
1283 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1284 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1285 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1286 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1287 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1288
c6d1029f
MK
12892004-10-31 Mark Kettenis <kettenis@gnu.org>
1290
1291 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1292 (mipsnbsd_fetch_inferior_registers): Rename from
1293 fetch_inferior_registers. Make static.
1294 (mipsnbsd_store_inferior_registers): Rename from
1295 store_inferior_registers. Make static.
1296 (_initialize_mipsnbsd_nat): New function and prototype.
1297 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1298 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1299 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1300 inf-ptrace.o.
1301
bd9ca83f
AC
13022004-10-31 Andrew Cagney <cagney@gnu.org>
1303
19d718a3
AC
1304 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1305 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1306 delete corresponding unused function.
1307 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1308 in_solib_call_trampoline.
1309 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1310 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1311 * config/mips/tm-nbsd.h: Ditto.
1312 * config/arm/tm-linux.h: Ditto.
1313 * config/mips/tm-linux.h: Ditto.
1314
e8ce19c0
AC
1315 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1316 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1317 in_solib_call_trampoline, delete corresponding unused function.
1318 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1319 (vaxnbsd_aout_init_abi): Ditto.
1320 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1321 (sparc32nbsd_aout_init_abi): Ditto.
1322 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1323 (ppc_linux_init_abi): Ditto.
1324 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1325 (ns32knbsd_init_abi_aout): Ditto.
1326 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1327 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1328 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1329 (m68kbsd_aout_init_abi): Ditto.
1330 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1331 (i386_cygwin_init_abi): Ditto.
1332 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1333 (i386bsd_init_abi): Ditto.
1334
af380d61
AC
1335 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1336 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1337 isn't used by this architecture.
1338 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1339 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1340 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1341 * s390-tdep.c (s390_gdbarch_init): Ditto.
1342 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1343 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1344 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1345 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1346 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1347 * amd64-tdep.c (amd64_init_abi): Ditto.
1348
0528d9f7
AC
1349 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1350 in_solib_call_trampoline to its default value of
1351 generic_in_solib_call_trampoline.
1352 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1353 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1354 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1355 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1356 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1357 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1358
f9f9eacb
AC
1359 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1360
a4ffd1e7
AC
1361 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1362
82e34d2f
AC
1363 * config/mips/tm-mips.h: Delete file.
1364 * remote-mips.c: Delete tm-mips.h from comment.
1365 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1366 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1367 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1368 * config/mips/tm-linux.h: Don't include tm-mips.h.
1369 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1370 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1371 * config/mips/tm-wince.h: Don't include.
1372
75dec9cf
AC
1373 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1374 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1375 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1376 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1377
bd9ca83f
AC
1378 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1379 * mdebugread.c (ecoff_relocate_efi): Delete function.
1380 * objfiles.c (objfile_relocate): Delete #ifdef
1381 MDEBUG_EFI_SYMBOL_NAME code.
1382
3352ef37
AC
13832004-10-31 Orjan Friberg <organ.friberg@axis.com>
1384 Andrew Cagney <cagney@gnu.org>
1385
1386 * gdbarch.sh (single_step_through_delay): Add.
1387 * gdbarch.h, gdbarch.c: Re-generate.
1388 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1389 (mips_step_skips_delay): Delete.
1390 * mips-tdep.c (mips_single_step_through_delay): Replace
1391 mips_step_skips_delay.
1392 (mips_gdbarch_init): Set single_step_through_delay.
1393 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1394
2440b685
MK
13952004-10-31 Mark Kettenis <kettenis@gnu.org>
1396
1397 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1398 from TRAMP_FRAME frame type.
1399
56a2fed5
AC
14002004-10-31 Andrew Cagney <cagney@gnu.org>
1401
9b792b1d
AC
1402 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1403
0a5e8d98
AC
1404 * mips-tdep.c (mips_ignore_helper): Delete.
1405 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1406 * infrun.c (handle_inferior_event): Delete #ifdef
1407 DEPRECATED_IGNORE_HELPER_CALL code.
1408
56a2fed5
AC
1409 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1410
f69c55b2
MK
14112004-10-31 Mark Kettenis <kettenis@gnu.org>
1412
1413 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1414 (fill_fpregset): Do not compile for 64-bit systems.
1415 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1416 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1417 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1418
d37cca3d
AC
14192004-10-30 Andrew Cagney <cagney@gnu.org>
1420
36b8628e
AC
1421 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1422 (struct mdebug_extra_func_info): Define.
1423 * config/alpha/tm-alpha.h: Delete same.
1424 * config/mips/tm-mips.h: Delete same.
1425 * mdebugread.c: Delete same.
1426 * Makefile.in: Update dependencies.
1427 * mips-mdebug-tdep.c: Include "mdebugread.h".
1428
5b123146
AC
1429 * objfiles.c: Include "mdebugread.h".
1430 * mdebugread.c: Include "mdebugread.h".
1431 (ecoff_relocate_cfi): Delete.
1432 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1433 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1434 * mdebugread.h (ecoff_relocate_efi): New file.
1435 * Makefile.in: Update dependencies.
1436
b9c3a7de
AC
1437 * mips-tdep.c (struct frame_extra_info): Delete.
1438 (temp_proc_desc): Delete.
1439
f92761ec
AC
1440 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1441 MIPS_EFI_SYMBOL_NAME.
1442 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1443 (struct mdebug_extra_func_info): Replace struct
1444 alpha_extra_func_info and alpha_extra_func_info_t.
1445 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1446 MIPS_EFI_SYMBOL_NAME.
1447 (struct mdebug_extra_func_info): Replace struct
1448 alpha_extra_func_info and alpha_extra_func_info_t.
1449 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1450 * mdebugread.c, alpha-mdebug-tdep.c:
1451
0bb57b31
AC
1452 Suggested by Mark Kettenis.
1453 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1454 fields frame_adjust and high_addr.
1455 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1456 (non_heuristic_proc_desc): Delete references.
1457
a5c9623c
AC
1458 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1459 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1460 * mips-tdep.c: Update.
1461
607fc93c
AC
1462 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1463 (MIPS_LAST_EMBED_REGNUM): Add.
1464 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1465 (LAST_EMBED_REGNUM): Delete.
1466 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1467
24e05951
AC
1468 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1469 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1470 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1471 * mips-linux-nat.c: Update.
1472
613e114f
AC
1473 * mips-tdep.h: Add comments on registers.
1474 (MIPS_UNUSED_REGNUM): Define.
1475 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1476 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1477 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1478 * mips-linux-nat.c, remote-mips.c: Update.
1479
d37cca3d
AC
1480 * config/mips/tm-mips.h (t_insn): Delete.
1481 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1482 Replace t_insn with ULONGEST.
1483
ceb41096
MK
14842004-10-30 Mark Kettenis <kettenis@gnu.org>
1485
d1180b0f
MK
1486 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1487 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1488 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1489 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1490 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1491 (mipsnbsd_core_osabi_sniffer): New function.
1492 (mipsnbsd_init_abi): Set regset_from_core_section.
1493 (_initialize_mipsnbsd_tdep): Remove calls to
1494 deprecated_add_core_fns.
1495 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1496 (mipsnbsd_regset_from_core_section): New functions.
1497 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1498 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1499
ceb41096
MK
1500 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1501 Remove optimization for DEPRECATED_FP_REGNUM.
1502
ec4045ea
AC
15032004-10-30 Andrew Cagney <cagney@gnu.org>
1504
cd65c8f6
AC
1505 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1506 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1507 (alpha_setup_arbitrary_frame): Delete.
1508 * mips-tdep.c (setup_arbitrary_frame): Delete.
1509 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1510 (setup_arbitrary_frame): Delete.
1511 * stack.c (parse_frame_specification_1): When specified, call
1512 create_new_frame with two parameters. Delete #ifdef
1513 SETUP_ARBITRARY_FRAME.
1514
95ac2dcf
AC
1515 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1516 (MIPS_INSTLEN): Delete.
1517 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1518 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1519 * remote-mips.c, mips-tdep.c: Update.
1520
1a8da44d
AC
1521 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1522 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1523 * mips-tdep.c (mips_mdebug_frame_cache)
1524 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1525 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1526 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1527 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1528 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1529 (mips_gdbarch_init): Do not append mdebug sniffers.
1530 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1531 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1532 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1533 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1534 * Makefile.in: Update dependencies.
1535
e6bc2e8a
AC
1536 * mips-tdep.h (mips_abi_regsize): Declare.
1537 * mips-tdep.c (mips_abi_regsize): Make non-static.
1538
ec4045ea
AC
1539 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1540 (make_mips16_addr): Delete.
e6bc2e8a 1541
6b16acab
MK
15422004-10-30 Mark Kettenis <kettenis@gnu.org>
1543
1544 * i386-sol2-nat.c: New file.
1545 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1546 i386-sol2-tdep.c.
1547 (i386-sol2-nat.o): Update dependencies.
1548 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1549 i386-sol2-nat.o.
1550
8b622e6a
AC
15512004-10-30 Andrew Cagney <cagney@gnu.org>
1552
1553 Total breakage identified by Joel Brobecker.
1554 * mips-tdep.c (after_prologue): Delete.
1555 (mips_skip_prologue): Use skip_prologue_using_sal.
1556 (heuristic_proc_desc): Delete, unused.
1557
772cf8be
MK
15582004-10-30 Mark Kettenis <kettenis@gnu.org>
1559
1560 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1561 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1562 Cleanup coding style.
1563
9c8fdbfa
AC
15642004-10-30 Andrew Cagney <cagney@gnu.org>
1565
0fe7e7c8
AC
1566 * mips-tdep.h (mips_pc_is_mips16): Declare.
1567 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1568 non-static. Update calls.
1569
1b295c3d
AC
1570 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1571 * command.h (add_setshow_enum_cmd): Declare.
1572 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1573
6bcadd06
AC
1574 * mips-tdep.c (_initialize_mips_tdep): Use
1575 add_setshow_zinteger_cmd.
1576
9c8fdbfa
AC
1577 * mips-tdep.c (mips_eabi_extract_return_value)
1578 (mips_o64_extract_return_value, mips_o64_store_return_value)
1579 (return_value_location, mips_eabi_reg_struct_has_addr)
1580 (mips_eabi_use_struct_convention)
1581 (mips_eabi_store_return_value): Delete.
1582 (mips_eabi_store_return_value): New function.
1583 (mips_eabi_return_value): New function.
1584 (mips_gdbarch_init): For O64 and EABI, delete
1585 extract_return_value, store_return_value, use_struct_convention
1586 and reg_struct_has_addr, add return_value.
1587
1d93fe1a
AC
1588 * mips-tdep.c (read_signed_register): Use
1589 regcache_cooked_read_signed.
1590
303d2914
MK
15912004-10-30 Mark Kettenis <kettenis@gnu.org>
1592
1593 * mipsread.c: Cleanup coding style.
1594 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1595 (mipscoff_symfile_finish): Remove prototypes.
1596
15972004-10-29 Mark Kettenis <kettenis@gnu.org>
1598
1599 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1600 (mips_mdebug_frame_cache, mips16_scan_prologue)
1601 (mips32_scan_prologue, mips_stub_frame_cache)
1602 (heuristic_proc_start, heuristic_proc_desc)
1603 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1604 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1605 (mips_o32_return_value, mips_o64_push_dummy_call)
1606 (mips_step_skips_delay, mips_skip_trampoline_code)
1607 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1608 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1609 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1610 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1611 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1612 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1613 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1614 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1615 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1616 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1617 ZERO_REGNUM.
1618 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1619 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1620 ZERO_REGNUM.
1621 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1622 A0_REGNUM.
1623 * mipsnbsd-nat.c: Include "mips-tdep.h".
1624 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1625 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1626
1c8831c5
AC
16272004-10-29 Andrew Cagney <cagney@gnu.org>
1628
1629 * stack.c (parse_frame_specification_1): New function based on
1630 parse_frame_specification. Add message and selected_frame_p
1631 paramters. Truely always return non-NULL.
1632 (parse_frame_specification): Call parse_frame_specification_1.
1633 (frame_info): Update. Eliminate target_has_stack check.
1634 (select_frame_command): Update.
1635
b04f3ab4
AC
16362004-10-29 Andrew Cagney <cagney@gnu.org>
1637
1638 * frame.h (get_selected_frame): Add message parameter.
1639 * frame.c (get_selected_frame): Add and use message parameter.
1640 * stack.c (current_frame_command, return_command, locals_info)
1641 (catch_info, args_info, up_silently_base, down_silently_base): Use
1642 get_selected_frame with an explicit message.
1643 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1644 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1645 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1646 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1647 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1648 * breakpoint.c: Update.
1649
16502004-10-29 Andrew Cagney <cagney@gnu.org>
00b25ff3
AC
1651
1652 * trad-frame.c (trad_frame_get_prev_register): Use
1653 frame_unwind_register instead of frame_register_unwind, do not
1654 recurse the register's location.
1655 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1656 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1657 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1658 * sh-tdep.c (sh_frame_prev_register): Ditto.
1659 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1660 * i386-tdep.c (i386_frame_prev_register): Ditto.
1661 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1662 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1663
7a952542
MK
16642004-10-28 Mark Kettenis <kettenis@jive.nl>
1665
c18c06be
MK
1666 * proc-events.c: Fix several coding-style issues. Consistently
1667 use #ifdef instead of #if defined().
1668 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1669 ARRAY_SIZE.
1670 (_initialize_proc_events): New prototype.
1671
7a952542
MK
1672 * proc-why.c: Fix several coding-style issues.
1673 (proc_prettyfprint_why): Use ARRAY_SIZE.
1674
fcad0fa4
JB
16752004-10-27 Jim Blandy <jimb@redhat.com>
1676
1677 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1678 manner independent of the host byte order.
1679
c163184f
MK
16802004-10-27 Mark Kettenis <kettenis@gnu.org>
1681
1682 * mips-tdep.c (id_delayed): Remove prototype.
1683
9c46b6f0
MK
16842004-10-26 Mark Kettenis <kettenis@gnu.org>
1685
1686 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1687 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1688 to enum with register numbers.
1689 (enum mips_insn_size): New enum.
1690
0d0266c6
AC
16912004-10-26 Andrew Cagney <cagney@gnu.org>
1692
e7d6a6d2
AC
1693 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1694 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1695 (mips_gdbarch_init): Update.
1696 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1697
c5115f39
AC
1698 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1699 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1700 IN_SOLIB_RETURN_TRAMPOLINE.
1701 * mips-tdep.c (mips_dump_tdep): Do not print
1702 IN_SOLIB_RETURN_TRAMPOLINE.
1703 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1704 (mips_gdbarch_init): Update.
1705
0d0266c6
AC
1706 * mips-tdep.h (mips_software_single_step): Move to here ...
1707 * config/mips/tm-mips.h: ... from here.
1708 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1709 (SOFTWARE_SINGLE_STEP): Delete.
1710 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1711
156a53ca
AC
17122004-10-25 Andrew Cagney <cagney@gnu.org>
1713
1714 * NEWS: Add Changes since GDB 6.3 section.
1715
f27cf670
AS
17162004-10-23 Andreas Schwab <schwab@suse.de>
1717
156a53ca
AC
1718 * ada-lang.c (grow_vect): Return the new array instead of
1719 expecting pointer to pointer to avoid violation of aliasing rules.
f27cf670
AS
1720 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1721
121d8485
UW
17222004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1723
1724 * s390-tdep.c (enum pv_boolean): Remove.
1725 (pv_is_array_ref): Remove.
1726 (s390_on_stack): Remove.
1727 (S390_NUM_SPILL_SLOTS): Remove.
1728 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1729 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1730 (s390_store): Track all stores of orginal incoming registers to the
1731 stack constant offsets relative to the CFA, instead of only tracking
1732 stores into specific spill slots.
1733 (s390_load): Likewise.
1734 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1735 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1736 defined as call-saved by the ABI.
1737 (s390_push_dummy_call): Use bottom of dummy call argument save area
1738 as return value, not the top. Do not store to the called function's
1739 register save area.
1740 (s390_unwind_dummy_id): Adapt accordingly.
1741
0a6ddd08
AC
17422004-10-23 Andrew Cagney <cagney@gnu.org>
1743
1744 * objfiles.h (struct objfile): Rename obj_private to
1745 deprecated_obj_private, sym_private to deprecated_sym_private, and
1746 sym_stab_info to deprecated_sym_stab_info.
1747 * gdb-stabs.h: Update.
1748 * elfread.c: Update.
1749 * dbxread.c: Update.
1750 * coffread.c: Update.
1751 * xcoffread.c: Update.
1752 * symfile.c: Update.
1753 * somread.c: Update.
1754 * nlmread.c: Update.
1755 * mdebugread.c: Update.
1756 * hpread.c: Update.
1757 * coffread.c: Update.
1758
abc08782
MK
17592004-10-23 Mark Kettenis <kettenis@gnu.org>
1760
1761 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1762 * configure.host: Add mips64*-*-openbsd*.
1763 * configure.tgt: Add mips64*-*-openbsd*.
1764 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1765 mips64obsd-tdep.c.
1766 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1767 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1768
fc062ac6
JB
17692004-10-21 Joel Brobecker <brobecker@gnat.com>
1770
1771 * symtab.c (symbol_search_name): Minor reformatting.
1772
5bccb4d1
JB
17732004-10-20 Joel Brobecker <brobecker@gnat.com>
1774
1775 * symtab.h: Fix typo in comment.
1776
a738430d
MK
17772004-10-19 Mark Kettenis <kettenis@gnu.org>
1778
1779 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1780 (dwarf_decode_line_header): Likewise.
1781
f2cb65ca
MC
17822004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1783
1784 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1785
09e55376
AC
17862004-10-19 Andrew Cagney <cagney@gnu.org>
1787
1788 GDB 6.3 branch created.
1789 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1790
bc5f45f8
JB
17912004-10-15 Joel Brobecker <brobecker@gnat.com>
1792
1793 * dwarf2read.c (set_cu_language): Set language to Ada for
1794 DW_LANG_Ada83 and DW_LANG_Ada95.
1795
2941da8c
MC
17962004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1797
1798 From Andreas Schwab <schwab@suse.de>:
1799 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1800 for xmalloc and xrealloc.
1801
34a17005
AC
18022004-10-15 Andrew Cagney <cagney@gnu.org>
1803
1804 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1805 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1806 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1807 Update dependencies.
1808
714e53ab
PH
18092004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1810
1811 * ada-lang.c (ada_lookup_symbol): Correct comment.
1812 (ada_evaluate_subexp): Change error message for
1813 OP_FUNCALL case so as not to indicate an internal error.
1814
18152004-10-15 Joel Brobecker <brobecker@gnat.com>
1816
1817 Committed by Paul Hilfinger.
1818 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1819 type sizes in XVE/XVU types, and emit a warning when that happens,
1820 instead of rounding up the size of the resulting type.
1821 Some minor reformatting.
1822 (ada_is_aligner_type): Do not consider a type as an aligner type
1823 if there is a corresponding XVS type as well.
1824 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1825 have several levels of pointer indirection to the array.
1826
18272004-10-15 Jerome Guitton <guitton@gnat.com>
1828
1829 Committed by Paul Hilfinger.
1830 * ada-lang.c (check_size): New function.
1831 (coerce_unspec_val_to_type): call check_size to make sure
1832 that the object size is reasonable.
1833 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1834 Implements the case when we get a reference when we evaluate
1835 the expression of one of the bounds of the slice.
1836 (ada_value_struct_elt): when a packed array field is
1837 a reference, use ada_coerce_ref to dereference it; use
1838 ada_value_ind only if it is a pointer.
1839
29639122
JB
18402004-10-15 Joel Brobecker <brobecker@gnat.com>
1841
1842 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1843 a bit to avoid the necessity of an advance declaration. Remove
1844 declaration.
1845 (set_reg_offset): Move implemenation up.
1846 (mips16_get_imm): Likewise.
1847 (mips16_scan_prologue): Likewise.
1848 (reset_saved_regs): Likewise.
1849 (mips32_scan_prologue): Likewise.
1850
a65bbe44
JB
18512004-10-14 Joel Brobecker <brobecker@gnat.com>
1852
1853 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1854 Remove sp as a parameter, compute it internally instead. Move
1855 prologue scanning limit from heuristic_proc_desc to here.
1856 (mips16_scan_prologue): Likewise.
1857 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1858 by call to mips16_scan_prologue.
1859 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1860 by call to mips32_scan_prologue.
1861 (heuristic_proc_desc): Remove code that's no longer necessary.
1862 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1863 (mips_skip_prologue): Update calls to mips16_scan_prologue
1864 and mips32_scan_prologue.
1865
1c645fec
JB
18662004-10-14 Joel Brobecker <brobecker@gnat.com>
1867
1868 * mips-tdep.c (mips16_scan_prologue): Merge code from
1869 mips16_skip_prologue. Now return the address of the first
1870 instruction past the function prologue.
1871 (mips16_skip_prologue): Remove, no longer necessary.
1872 (mips_skip_prologue): Replace call to mips16_skip_prologue
1873 by call to mips16_scan_prologue.
1874
98b4dd94
JB
18752004-10-14 Joel Brobecker <brobecker@gnat.com>
1876
1877 * mips-tdep.c (mips32_scan_prologue): Merge code from
1878 mips32_skip_prologue. Now return the address of the first
1879 instruction past the function prologue.
1880 (mips32_skip_prologue): Remove. No longer necessary.
1881 (mips16_skip_prologue): Add parameter end_pc instead of
1882 computing it.
1883 (mips_skip_prologue): Compute the upper limit for the
1884 prologue scanning. Update call to mips16_skip_prologue.
1885 Replace call to mips32_skip_prologue by call to
1886 mips32_scan_prologue.
1887
ad4c72d2
MK
18882004-10-14 Mark Kettenis <kettenis@gnu.org>
1889
dfaf8edb
MK
1890 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1891 NetBSD system call stubs that store %rp in the ERP slot of the
1892 stack frame.
1893
3e3a28f1
MK
1894 * source.c: Always define O_BINARY to 0 if not defined already.
1895 (openp): Unconditionally use O_BINARY.
1896
ad4c72d2
MK
1897 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1898 * event-top.c (gdb_readline2): Likewise.
1899
52bd1401
OF
19002004-10-14 Orjan Friberg <orjanf@axis.com>
1901
1902 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1903 deprecated_add_core_fns which was removed by mistake.
1904
e0e25c6c
KB
19052004-10-13 Kevin Buettner <kevinb@redhat.com>
1906
1907 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1908 references to deprecated_registers[] with equivalent code.
1909
9f335945
KB
19102004-10-13 Kevin Buettner <kevinb@redhat.com>
1911
1912 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1913 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1914 instead of explicit test and print statement.
1915
06c2338d
MK
19162004-10-12 Mark Kettenis <kettenis@gnu.org>
1917
1b9445c2
MK
1918 * sparc-nat.c: Include "inf-ptrace.h".
1919 (sparc_target): New function.
1920 * sparc-nat.h: Update copyright year.
1921 (sparc_target): New prototype.
1922 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1923 (_initialize_sparcnbsd_nat): Construct and add target vector.
1924 * sparc64nbsd-nat.c: Include "target.h".
1925 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1926 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1927 Update dependencies.
1928 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1929 inftarg.o, add inf-ptrace.o.
1930 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1931 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1932 (NAT_FILE): Set to nm-bsd.h.
1933 (LOADLIBES): New variable.
1934 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1935 infarg.o, add inf-ptrace.o.
1936 * config/sparc/nm-nbsdaout.h: Remove file.
1937 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1938 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1939 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1940
06c2338d
MK
1941 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1942 "fopen-same.h". Update comment.
1943
3303a276
MK
19442004-10-11 Mark Kettenis <kettenis@gnu.org>
1945
1946 * i386gnu-nat.c: Include "gdb_string.h".
1947 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1948 registers when the floating-point state isn't initialized.
1949 * Makefile.in (i386gnu-nat.o): Update dependencies.
1950
04c663e3
DA
19512004-10-11 David Anderson <davea@sgi.com>
1952
1953 * regcache.c (regcache_raw_read): Comment was missing "to".
1954 Extraneous ' removed.
1955 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1956 comment now describes use.
1957
a5f6c8f5
OF
19582004-10-11 Orjan Friberg <orjanf@axis.com>
1959
1960 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1961 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1962 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1963 (cris_sigtramp_frame_sniffer): New functions.
1964 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1965 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1966 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1967 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1968 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1969 command.
1970 (cris_version_update): Remove, replace with ...
1971 (set_cris_version): New function.
1972 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1973 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1974 (_initialize_cris_tdep): Remove CRIS mode command.
1975 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1976 cris-fpless-backtrace command.
1977 (cris_scan_prologue): Fix prologue scanning limit.
1978 (cris_register_type): Update to reflect actual registers.
1979 (cris_register_bytes_ok) Remove.
1980 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1981 Remove set_gdbarch_deprecated_register_size,
1982 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1983
77109804
AC
19842004-10-10 Andrew Cagney <cagney@gnu.org>
1985
1986 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1987 comment.
1988
25652d4f
JB
19892004-10-10 Joel Brobecker <brobecker@gnat.com>
1990
1991 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1992
1e05a7bf
JB
19932004-10-10 Joel Brobecker <brobecker@gnat.com>
1994
1995 * mips-tdep.c (mips16_scan_prologue): Renames
1996 mips16_heuristic_proc_desc. Update comment.
1997 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1998 (heuristic_proc_desc): Update calls to the 2 functions above.
1999
c68a4142
JB
20002004-10-10 Joel Brobecker <brobecker@gnat.com>
2001
2002 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
2003 Update comments. Also immediately return empty cache when the start
2004 address of our function could not be found.
2005 (mips_insn32_frame_cache): Likewise.
2006
0fce0821
JB
20072004-10-10 Joel Brobecker <brobecker@gnat.com>
2008
2009 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
2010 (mips_insn16_frame_cache): Pass frame cache in call to
2011 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
2012 Remove code that became redundant as a consequence.
2013 (mips32_heuristic_proc_desc): No longer compute a fake
2014 procedure descriptor. Compute the full frame cache instead.
2015 Some minor comment reformatting.
2016
b672553e
JB
20172004-10-10 Jim Blandy <jimb@redhat.com>
2018
2019 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
2020 reader, tracing bytecode stuff): Remove self.
2021
9cc52bde
MK
20222004-10-10 Mark Kettenis <kettenis@gnu.org>
2023
cc9784b6
MK
2024 * sparc64-linux-tdep.c: Update copyright year. Don't include
2025 "solib-svr4.h".
2026 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
2027 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2028 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2029
ee8aef23
MK
2030 * sparc-linux-tdep.c: Update copyright year.
2031 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
2032 to struct frame_info *. Use safe_frame_unwind_memory instead of
2033 deprecated_read_memory_nobpt.
2034 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
2035 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
2036 changed signature of sparc_linux_sigtramp_start.
2037 (sparc32_linux_pc_in_sigtramp): Remove function.
2038 (sparc32_linux_sigtramp_p): New function.
2039 (sparc32_linux_sigtramp_frame_sniffer): Use
2040 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
2041
bc73f8cc
MK
2042 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
2043 Remove function.
2044 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2045
a2249542
MK
2046 * ada-lang.c (lim_warning): Re-implement as a varargs function.
2047 (decode_packed_array_type, value_subscript_packed)
2048 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
2049 argument in call to lim_warning.
2050
9cc52bde
MK
2051 * configure.in: Really disable the TUI if an enhanced curses
2052 library isn't found.
2053 * configure: Regenerate.
2054
151fc45b
MK
20552004-10-09 Mark Kettenis <kettenis@gnu.org>
2056
2057 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
2058 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
2059 * config/i386/nm-nbsdaout.h: Remove file.
2060 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
2061 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
2062 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
2063 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
2064 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
2065 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
2066 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
2067 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
2068 (ldd, ld_un, ld_2): Remove defines.
2069 * config/i386/nm-obsd.h: Likewise.
2070
375c0479
PH
20712004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
2072
2073 * ada-lex.l: Remove useless rule whose right-context clause
2074 causes unreferenced static function warning for yyrealloc.
2075 (ada_flex_use): Remove the artificial reference to yyrealloc.
2076
c8e73a31
AC
20772004-10-08 Andrew Cagney <cagney@gnu.org>
2078
2079 * target.h (struct target_ops): Rename to_xfer_memory to
2080 deprecated_xfer_memory.
2081 * target.c: Update.
2082 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
2083 * wince.c: Update.
2084 * win32-nat.c: Update.
2085 * v850ice.c: Update.
2086 * uw-thread.c: Update.
2087 * thread-db.c: Update.
2088 * sol-thread.c: Update.
2089 * remote.c: Update.
2090 * remote-vx.c: Update.
2091 * remote-st.c: Update.
2092 * remote-sim.c: Update.
2093 * remote-sds.c: Update.
2094 * remote-rdp.c: Update.
2095 * remote-rdi.c: Update.
2096 * remote-mips.c: Update.
2097 * remote-m32r-sdi.c: Update.
2098 * remote-e7000.c: Update.
2099 * procfs.c: Update.
2100 * ppc-bdm.c: Update.
2101 * nto-procfs.c: Update.
2102 * monitor.c: Update.
2103 * linux-nat.c: Update.
2104 * inftarg.c: Update.
2105 * hpux-thread.c: Update.
2106 * go32-nat.c: Update.
2107 * gnu-nat.c: Update.
2108 * exec.c: Update.
2109 * corelow.c: Update.
2110 * bsd-kvm.c: Update.
2111 * aix-thread.c: Update.
2112
aa869812
AC
21132004-10-08 Andrew Cagney <cagney@gnu.org>
2114
2115 * target.c (debug_target): Move to near start of file.
2116 (target_stopped_data_address_p): Re-org logic, add casts.
2117
8dcef9cf
MK
21182004-10-02 Mark Kettenis <kettenis@gnu.org>
2119
2120 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2121 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2122 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2123 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2124 New defines.
2125
4aa7a7f5
JJ
21262004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2127
2128 * target.h (to_stopped_data_address): Change prototype to
2129 take a CORE_ADDR pointer and return an int.
2130 * target.c (update_current_target): Change to_stopped_data_address
2131 to match new prototype.
2132 (debug_to_stopped_data_address): Change appropriately.
2133 * breakpoint.c (bpstat_stop_status): Change call to
2134 target_stopped_data_address to use new prototype.
2135 * frv-tdep.c (frv_have_stopped_data_address): New function.
2136 (frv_stopped_data_address): Change to new prototype and
2137 functionality.
2138 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2139 prototype and functionality.
2140 (ia64_stopped_by_watchpoint): New function.
2141 * i386-nat.c (i386_stopped_data_address): Change to new
2142 prototype and functionality.
2143 (i386_stopped_by_watchpoint): New function.
2144 * remote.c (remote_stopped_data_address): Change to new prototype
2145 and functionality.
2146 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2147 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2148 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2149 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2150 new i386_stopped_by_watchpoint function.
2151 (i386_stopped_by_watchpoint): New prototype.
2152 (i386_stoppped_data_address): Change to new prototype.
2153 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2154 new ia64_stopped_by_watchpoint function.
2155 (ia64_stopped_by_watchpoint): New prototype.
2156 (ia64_stopped_data_address): Ditto.
2157
61ee279c
PH
21582004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2159
2160 * ada-typeprint.c (ada_print_type): Use int_string for printing
2161 modulus of modular type.
2162 * ada-lang.h (ada_modulus): Change return type to unsigned.
2163 * ada-lang.c (ada_language_arch_info): Correct type of
2164 string_char_type.
2165 (ada_modulus): Return unsigned result.
2166 (ada_lookup_symbol): Remove user disambiguation and modify comment
2167 accordingly.
2168
21692004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2170
2171 Committed by Paul Hilfinger.
2172 * ada-lang.c (decode_packed_array): On big-endian targets,
2173 left-justify the value if it comes with a modular type.
2174
21752004-10-08 Joel Brobecker <brobecker@gnat.com>
2176
2177 Committed by Paul Hilfinger.
2178 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2179 (is_name_suffix): Add support for "___JM" suffixes.
2180 (ada_check_typedef): Renames ada_completed_type.
2181 Update all users of CHECK_TYPEDEF, check_typedef, and
2182 ada_complete_type to call ada_check_typedef.
2183 * ada-typeprint.c: Likewise.
2184 * ada-valprint.c: Likewise.
2185
b6c25a56
CV
21862004-10-08 Corinna Vinschen <vinschen@redhat.com>
2187
2188 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2189
83ca6a46
NR
21902004-10-08 Nick Roberts <nickrob@snap.net.nz>
2191
2192 * MAINTAINERS: Update e-mail address.
2193
1fd8cd20
DJ
21942004-10-07 Daniel Jacobowitz <dan@debian.org>
2195
2196 From Maciej W. Rozycki <macro@mips.com>:
2197 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2198 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2199
cea15572
KI
22002004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2201
2202 * m32r-tdep.c (decode_prologue): Support functions written
2203 in assembler language. Recognize trap instructions as the
2204 end of prologue.
2205 (m32r_frame_unwind_cache): Ditto.
2206 (m32r_skip_prologue): Extend search limit. Quit analyzing
2207 prologue if pc's location is not readable.
2208
23485554
PH
22092004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2210
2211 * Makefile.in (.l.c): Do conversions of names of alloc and free
2212 functions that are done for .y.c files, plus special one
2213 for yy_flex_realloc. Also, correct missing-file tests here.
2214 * ada-lex.l (malloc, free): Remove macros.
2215 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2216 xrealloc.
2217 (ada_flex_use): Dummy definition to remove warnings about unused
2218 functions.
2219 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2220 to suppress warning.
2221
c0409442
CV
22222004-10-06 Corinna Vinschen <vinschen@redhat.com>
2223
2224 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2225 RETURN_VALUE.
2226 (sh_return_value_fpu): Ditto for CPUs with FPU.
2227 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2228 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2229 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2230 RETURN_VALUE functions.
2231
9bed62d7
CV
22322004-10-06 Corinna Vinschen <vinschen@redhat.com>
2233
2234 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2235 (sh_pseudo_register_write): Ditto.
2236
03131d99
CV
22372004-10-06 Corinna Vinschen <vinschen@redhat.com>
2238
2239 * sh-tdep.c (IS_MACL_STS): New define.
2240 (IS_MOVI20): Ditto.
2241 (IS_MACL_LDS): Ditto.
2242 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2243 instructions in prologue.
2244 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2245 instructions in epilogue.
2246
da962468
CV
22472004-10-06 Corinna Vinschen <vinschen@redhat.com>
2248
2249 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2250 (sh_sh_register_name): Add eight empty register names.
2251 (sh_sh3_register_name): Ditto.
2252 (sh_sh3e_register_name): Ditto.
2253 (sh_sh2e_register_name): Ditto.
2254 (sh_sh2a_register_name): New function, defining SH2A register set.
2255 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2256 in nofpu case.
2257 (sh_sh_dsp_register_name): Add eight empty register names.
2258 (sh_sh3_dsp_register_name): Ditto.
2259 (sh_sh4_register_name): Ditto.
2260 (sh_sh4_nofpu_register_name): Ditto.
2261 (sh_sh4al_dsp_register_name): Ditto.
2262 (sh2a_show_regs): New function.
2263 (sh2a_nofpu_show_regs): New function.
2264 (sh_sh2a_register_type): New function.
2265 (do_bank_register_info): New function.
2266 (sh_print_pseudo_register): Call do_bank_register_info.
2267 Call sh_print_pseudo_register for valid "bank" register.
2268 (sh_sh2a_register_sim_regno): New function.
2269 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2270 Increment pseudo register count by one for all sh variants with
2271 pseudo registers to accomodate pseudo bank register.
2272 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2273 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2274 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2275 Increment pseudo register numbers.
2276
1326e61b
CV
22772004-10-06 Corinna Vinschen <vinschen@redhat.com>
2278
2279 * dwarf2read.c (read_subroutine_type): Call make_function_type
2280 instead of lookup_function_type.
2281
146c42e3
JB
22822004-10-05 Jim Blandy <jimb@redhat.com>
2283
2284 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2285 (Previous change missed some uses.)
2286
1df84f13
AC
22872004-10-05 Andrew Cagney <cagney@gnu.org>
2288
2289 * target.h (deprecated_child_ops): Rename child_ops.
2290 * wince.c: Update copyright. Rename child_ops.
2291 * win32-nat.c: Rename child_ops.
2292 * target.c: Rename child_ops.
2293 * rs6000-nat.c: Rename child_ops.
2294 * linux-nat.c: Rename child_ops.
2295 * infttrace.c: Rename child_ops.
2296 * inftarg.c: Rename child_ops.
2297 * infptrace.c: Rename child_ops.
2298 * hppah-nat.c: Update copyright. Rename child_ops.
2299 * hpux-thread.c: Update copyright. Rename child_ops.
2300
21e3b9b9
DJ
23012004-10-05 Daniel Jacobowitz <dan@debian.org>
2302
2303 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2304
de83afe7
AC
23052004-10-05 Andrew Cagney <cagney@gnu.org>
2306
2307 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2308
10b3939b
DJ
23092004-10-05 Daniel Jacobowitz <dan@debian.org>
2310
2311 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2312 (die_ref_table): Remove.
2313 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2314 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2315 the usage of this type.
2316 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2317 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2318 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2319 (dwarf2_create_include_psymtab): Update comment.
2320 (find_partial_die): Remove third argument. Remove unreachable call
2321 to error ().
2322 (dwarf2_find_containing_comp_unit): Update comments. Change one
2323 assertion to an error. Remove an unreachable error.
2324 (dwarf2_find_comp_unit): Update comments.
2325 (type_at_offset): Remove dead code.
2326 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2327 (store_in_ref_table): Add CU argument.
2328 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2329 inter-compilation-unit references.
2330 (load_full_comp_unit, process_full_comp_unit): New functions, based
2331 on psymtab_to_symtab_1.
2332 (psymtab_to_symtab_1): Use them.
2333 (dwarf2_add_dependence): New function.
2334 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2335 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2336 (partial_die_parent_scope, guess_structure_name): Update for changes
2337 to find_partial_die.
2338 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2339 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2340 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2341 (read_die_and_children): Update call to store_in_ref_table.
2342 (do_free_die_list_cleanup): Remove.
2343 (fixup_partial_die): Update for changes to find_partial_die.
2344 (read_full_die): Handle queueing absolute references.
2345 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2346 (dwarf2_attr, die_specification, die_type)
2347 (die_containing_type, dwarf2_extension): Update calls to
2348 follow_die_ref.
2349 (dump_die): Update DW_FORM_ref* handling.
2350 (dwarf2_get_ref_die_offset): Likewise.
2351 (free_one_comp_unit): Release the dies list.
2352 (dwarf2_mark_helper): New function.
2353 (dwarf2_mark): Use it.
2354
998bdd68
MK
23552004-10-05 Mark Kettenis <kettenis@jive.nl>
2356
2357 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2358 when writing to memory.
2359
14588880
KI
23602004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2361
2362 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2363 (m32r_extract_struct_value_address): Delete function.
2364 (m32r_return_value): New function.
2365 (m32r_gdbarch_init): Instead of store_return_value,
2366 extract_return_value, deprecated_extract_struct_value_address
2367 and deprecated_use_struct_convention, set return_value.
2368
dd5e6932
DJ
23692004-10-03 Daniel Jacobowitz <dan@debian.org>
2370
2371 * dwarf2read.c (read_subrange_type): Add comment for variable
2372 sized arrays.
2373
7dc1ef8d
PH
23742004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2375
2376 * Makefile.in (.l.c): Modify rule for compatibility with recent
2377 versions of flex, and remove most command-line options.
2378 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2379 options.
2380
1f8173e6
PH
23812004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2382
2383 Turn on initial Ada support (mainly expression evaluation).
2384
2385 * Makefile.in (SFILES): Remove ada-tasks.c.
2386 (HFILES_NO_SRCDIR): Add ada-lang.h.
2387 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2388 (YYOBJ): Add ada-exp.o.
2389 (rule .l.c): Generalize to not mention ada.
2390 * symtab.c: Include ada-lang.h.
2391 (symbol_natural_name, symbol_demangled_name)
2392 (symbol_search_name): Add Ada case.
2393
cb85a953
AC
23942004-10-01 Andrew Cagney <cagney@gnu.org>
2395
3f3db248
AC
2396 * Makefile.in (COMMON_OBS): Add inf-child.o.
2397 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2398 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2399 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2400 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2401 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2402 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2403 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2404 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2405 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2406 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2407 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2408 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2409 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2410
cb85a953
AC
2411 * target.c (xfer_using_stratum): Change return type to LONGEST.
2412 On each iteration offset, readbuf and writebuf.
2413 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2414 partial_length, and read/modify/write predicate, update comments.
2415 Pass buffer.word to ptrace write.
2416
963a6417
PH
24172004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2418
2419 * symfile.c (init_filename_language_table): Add extensions for
2420 Ada.
2421 * defs.h (enum language): Add language_ada.
2422 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2423 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2424 (add_symbols_from_enclosing_procs): Make a no-op for now.
2425 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2426 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2427 (find_line_in_linetable, find_next_line_in_linetable)
2428 (read_all_symtabs, is_plausible_func_for_line)
2429 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2430 (is_runtime_sym_defined, check_size): Remove declaration.
2431 (function_name_from_pc, ada_translate_error_message)
2432 (ada_lookup_minimal_symbol): Remove definition.
2433 (ada_add_block_symbols): Remove useless label.
2434 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2435 useless declaration.
2436 (ada_is_exception_sym): Likewise.
2437
9b32d526
KI
24382004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2439
2440 Add m32r-linux support.
2441 * configure.tgt: Add m32r*-*-linux*.
2442 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2443 and m32r-linux-tdep.c.
2444 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2445 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2446 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2447 m32r-linux-tdep.c.
2448 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2449 config/m32r/linux.mh, config/m32r/linux.mt,
2450 config/m32r/nm-linux.h: New files.
2451
2de118d3
JB
24522004-09-30 Joel Brobecker <brobecker@gnat.com>
2453
2454 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2455 (mips32_fetch_instruction): Remove, unused.
2456
a9fe69d1
JB
24572004-09-30 Joel Brobecker <brobecker@gnat.com>
2458
2459 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2460 conditions that will always be true.
2461
bc8ffc12
MK
24622004-09-30 Mark Kettenis <kettenis@gnu.org>
2463
ba0cd111
MK
2464 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2465 (vaxbsd_fetch_inferior_registers): Rename from
2466 fetch_inferior_registers. Make static.
2467 (vaxbsd_store_inferior_registers): Rename from
2468 store_inferior_registers. Make static.
2469 (_initialize_vaxbsd_nat): Construct and add target vector.
2470 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2471 inftarg.o. Add inf-child.o and inf-ptrace.o.
2472 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2473 inftarg.o. Add inf-child.o and inf-ptrace.o.
2474 (NAT_FILE): Remove.
2475 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2476 inftarg.o. Add inf-child.o and inf-ptrace.o.
2477 (NAT_FILE): Remove.
2478 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2479
bc8ffc12
MK
2480 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2481 (m88kbsd_fetch_inferior_registers): Rename from
2482 fetch_inferior_registers. Make static.
2483 (m88kbsd_store_inferior_registers): Rename from
2484 store_inferior_registers. Make static.
2485 (_initialize_m88kbsd_nat): New prototype and function.
2486 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2487 inftarg.o. Add inf-child.o and inf-ptrace.o.
2488 (NAT_FILE): Remove.
2489 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2490
27394598
AC
24912004-09-30 Andrew Cagney <cagney@gnu.org>
2492
2493 * target.c (target_xfer_partial): New function.
2494 (target_read_memory_partial, target_write_memory_partial)
2495 (default_xfer_partial, target_read_partial, target_write_partial)
2496 (xfer_using_stratum): Use.
2497 (debug_to_xfer_partial): Delete function.
2498 (setup_target_debug): Do not override to_xfer_partial.
2499
74a4fe32
MK
25002004-09-30 Mark Kettenis <kettenis@chello.nl>
2501
2502 * fork-child.c: Update copyright year. Fix coding style.
2503
982526a1
MK
25042004-09-29 Mark Kettenis <kettenis@gnu.org>
2505
2506 * defs.h (msavestring, mstrsave): Remove prototypes.
2507 * utils.c (msavestring, mstrsave): Remove functions.
2508 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2509 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2510 of mstrsave.
2511 * source.c (find_and_open_source): Use xstrdup instead of
2512 mstrsave.
2513
b8eb5af0
AC
25142004-09-30 Andrew Cagney <cagney@gnu.org>
2515
0779438d
AC
2516 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2517 (inf_ptrace_xfer_memory): Delete.
2518 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2519 (target_read_memory, target_write_memory): Use xfer_using_stratum
2520 when target_xfer_partial_p.
2521 (debug_target): Move to start of file.
2522 (target_read_memory_partial, target_write_memory_partial): Use
2523 to_xfer_partial when target_xfer_partial_p.
2524
f929a579
AC
2525 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2526 inf_ptrace_xfer_memory with equivalent code.
2527 * inftarg.c (child_xfer_partial): When performing a write, pass
2528 writebuf to child_xfer_memory.
2529
b8eb5af0
AC
2530 * target.c (target_read_string): Use target_read_memory instead of
2531 target_xfer_memory.
2532
ee21b650
AC
25332004-09-29 Andrew Cagney <cagney@gnu.org>
2534
d3e05d0d
AC
2535 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2536 the address of status.
2537
ee21b650
AC
2538 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2539 (kill_inferior): Inline ptrace_wait call.
2540 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2541 * inftarg.c (child_wait): Inline ptrace_wait call.
2542
a182eed6
AC
2543 * target.h (struct target_ops): Delete field to_post_wait.
2544 (target_post_wait): Delete macro.
2545 (child_post_wait): Delete declaration.
2546 * target.c (update_current_target, update_current_target)
2547 (debug_to_post_wait, setup_target_debug): Delete functions and
2548 references.
2549 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2550 * inftarg.c (child_post_wait): Delete.
2551 (init_child_ops): Do not set to_post_wait.
2552 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2553 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2554 * inf-child.c (inf_child_post_wait): Delete.
2555 (inf_child_target): Do not set to_post_wait.
2556 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2557 (inf_ptrace_target): Do not set to_post_wait.
2558
ba0c540b
AC
2559 * wince.c (child_ops): Delete.
2560 * win32-nat.c (child_ops): Delete.
2561
81977402
AC
2562 * inftarg.c (inftarg_set_find_memory_regions)
2563 (inftarg_set_make_corefile_notes): Delete functions.
2564 (_initialize_linux_nat): Inline calls.
2565
5ac10fd1
AC
2566 * target.h (child_ops): Declare.
2567 * inftarg.c (child_ops): Move from here ...
2568 * target.c (child_ops): ... to here.
2569 * wince.c (child_ops): Delete extern declaration.
2570 * win32-nat.c (child_ops): Delete extern declaration.
2571 * linux-nat.c (child_ops): Delete extern declaration.
2572 * hpux-thread.c (child_ops): Delete extern declaration.
2573
663408c2 25742004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
2575
2576 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2577
0dad8a66
MK
25782004-09-28 Mark Kettenis <kettenis@gnu.org>
2579
2580 * configure.in: Only set host_makefile_frag when building a native
2581 debugger.
2582 * configure: Regenerate.
e8d74ed3
MK
2583
2584 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2585 for OpenBSD ELF.
2586
dba24537
AC
25872004-09-28 Andrew Cagney <cagney@gnu.org>
2588
e979516b
AC
2589 Problem identified by Paul Hilfinger.
2590 * Makefile.in (ada_lex_c): Define.
2591 (ada-lex.o): Delete rule.
2592
dba24537
AC
2593 * linux-proc.c: Delete file.
2594 * Makefile.in: Update.
2595 * config/sparc/linux64.mh (NATDEPFILES):
2596 * config/sparc/linux.mh (NATDEPFILES): Update.
2597 * config/s390/s390.mh (NATDEPFILES): Update.
2598 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2599 * config/powerpc/linux.mh (NATDEPFILES): Update.
2600 * config/pa/linux.mh (NATDEPFILES): Update.
2601 * config/mips/linux.mh (NATDEPFILES): Update.
2602 * config/m68k/linux.mh (NATDEPFILES): Update.
2603 * config/ia64/linux.mh (NATDEPFILES): Update.
2604 * config/i386/linux64.mh (NATDEPFILES): Update.
2605 * config/i386/linux.mh (NATDEPFILES): Update.
2606 * config/arm/linux.mh (NATDEPFILES): Update.
2607 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2608 * linux-nat.c: Update copyright. Include <sys/param.h>,
2609 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2610 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2611 (O_LARGEFILE): Possibly define.
2612 (_initialize_linux_nat, linux_proc_pending_signals)
2613 (add_line_to_sigset, linux_proc_xfer_memory)
2614 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2615 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2616 (struct linux_corefile_thread_data)
2617 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2618 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2619
d6b0e80f
AC
26202004-09-16 Andrew Cagney <cagney@gnu.org>
2621
2622 * lin-lwp.c: Delete file.
2623 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2624 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2625 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2626 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2627 (linux_nat_attach, detach_callback, linux_nat_detach)
2628 (resume_callback, resume_clear_callback, linux_nat_resume)
2629 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2630 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2631 (status_callback, running_callback, count_events_callback)
2632 (select_singlestep_lwp_callback, select_event_lwp_callback)
2633 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2634 (child_wait, stop_and_resume_callback, linux_nat_wait)
2635 (kill_callback, kill_wait_callback, linux_nat_kill)
2636 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2637 (linux_nat_xfer_memory, linux_nat_thread_alive)
2638 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2639 (_initialize_linux_nat): New functions.
2640 * Makefile.in: Update all dependencies.
2641 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2642 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2643 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2644 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2645 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2646 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2647 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2648 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2649 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2650 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2651 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2652 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2653 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2654
5a174d79
MK
26552004-09-27 Mark Kettenis <kettenis@gnu.org>
2656
2f604c28
MK
2657 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2658 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2659
5a174d79
MK
2660 * configure.in: Don't comment out NATDEPFILES in the generated
2661 Makefile if NAT_FILE is unset.
2662 * configure: Regenerate.
2663
b2ed1746
AC
26642004-09-27 Andrew Cagney <cagney@gnu.org>
2665
44cbf7b5
AC
2666 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2667 (insert_step_resume_breakpoint): Delete.
2668 (insert_step_resume_breakpoint_at_frame): New function.
2669 (insert_step_resume_breakpoint_at_sal): New function.
2670 (handle_inferior_event, step_into_function)
2671 (insert_step_resume_breakpoint): Simplify by using same.
2672
b2ed1746
AC
2673 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2674
3691b3be
MK
26752004-09-26 Mark Kettenis <kettenis@gnu.org>
2676
36f391e8
MK
2677 * fbsd-proc.c: Remove file.
2678 * Makefile.in (fbsd-proc.o): Remove dependency.
2679
771e236c
MK
2680 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2681 code together.
2682
3691b3be
MK
2683 * config/i386/nm-fbsd64.h: Remove file.
2684 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2685
6a5c78a3
MK
26862004-09-26 Mark Kettenis <kettenis@gnu.org>
2687
2688 * amd64-nat.h: Update copyright year.
2689 (amd64bsd_target): New prototype.
2690 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2691 (amd64bsd_target): New function.
2692 (amd64bsd_fetch_inferior_registers): Rename from
2693 fetch_inferior_registers. Make static.
2694 (amd64bsd_store_inferior_registers): Rename from
2695 store_inferior_registers. Make static.
2696 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2697 (_initialize_amd64fbsd_nat): Construct and add target vector.
2698 * amd64nbsd-nat.o: Include "target.h".
2699 (_initialize_amd64nbsd_nat): Construct and add target vector.
2700 * amd64obsd-nat.c: Include "target.h".
2701 (_initialize_amd64obsd_nat): Construct and add target vector.
2702 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2703 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2704 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2705 fbsd-nat.o.
2706 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2707 Remove infptrace.o and inftarg.o. Add inf-child.o and
2708 inf-ptrace.o.
2709 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2710 (amd64obsd-nat.o): Update dependencies.
2711
27acbe61
MK
27122004-09-25 Mark Kettenis <kettenis@gnu.org>
2713
509a5e7d
MK
2714 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2715 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2716 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2717 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2718 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2719
6e1e94ea
MK
2720 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2721 Inline attach call.
2722 (inf_ptrace_detach): Inline detach call.
2723
8b9cf735
MK
2724 * configure.in: Check for waddstr instead of mvwaddstr when
2725 searching for curses library. Check for wborder.
2726 * configure, config.in: Regenerate.
2727 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2728 available.
2729
27acbe61
MK
2730 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2731
b96ec7ac
AC
27322004-09-24 Robert Picco <Robert.Picco@hp.com>
2733
2734 Committed by Andrew Cagney.
2735 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2736 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2737 configuration.
2738 (fetch_register_using_p): Implement 'p' packet. Based on code by
2739 Fernando Nasser.
2740 (remote_fetch_registers): Call fetch_register_using_p.
2741 (init_all_packet_configs, show_remote_cmd)
2742 (_initialize_remote): Add p-packet.
2743
62ece330
MK
27442004-09-24 Mark Kettenis <kettenis@gnu.org>
2745
2746 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2747 instead of call_ptrace. Call wait directly instead of
2748 ptrace_wait.
2749 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2750 (inf_ptrace_wait): Inline ptrace_wait call.
2751
00937274
PH
27522004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2753
2754 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2755 rolled back instead.
2756
3f2c7a45
PH
27572004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2758
2759 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2760 the new argument order.
2761
b6fcb393
CV
27622004-09-23 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2765 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2766 (struct gdbarch_tdep): Remove.
2767 (struct xstormy16_frame_cache): New frame cache structure.
2768 (xstormy16_register_byte, xstormy16_register_raw_size)
2769 (xstormy16_reg_virtual_type, xstormy16_register_type)
2770 (xstormy16_push_arguments, xstormy16_push_return_address)
2771 (xstormy16_pop_frame, xstormy16_store_struct_return)
2772 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2773 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2774 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2775 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2776 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2777 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2778 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2779 (xstormy16_extract_return_value, xstormy16_store_return_value):
2780 Regcachify. Drop useless struct convention handling.
2781 (xstormy16_register_type, xstormy16_return_value)
2782 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2783 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2784 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2785 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2786 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2787 (xstormy16_unwind_dummy_id) : New functions.
2788 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2789 of xstormy16_scan_prologue.
2790 (xstormy16_frame_unwind): New frame_unwind structure.
2791 (xstormy16_frame_base): New frame_base structure.
2792 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2793 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2794
1285b746
MK
27952004-09-22 Mark Kettenis <kettenis@gnu.org>
2796
2797 * language.c (language_gdbarch_post_init): Fix off-by one error.
2798
1c379e20
DJ
27992004-09-21 Daniel Jacobowitz <dan@debian.org>
2800
2801 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2802 (struct dwarf2_offset_and_type): New.
2803 (set_die_type, reset_die_and_siblings_types, get_die_type)
2804 (offset_and_type_hash, offset_and_type_eq): New functions.
2805 (read_structure_type, read_enumeration_type, read_array_type)
2806 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2807 (read_tag_reference_type, read_tag_const_type)
2808 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2809 (read_typedef, read_base_type, read_subrange_type): Use
2810 set_die_type.
2811
ae038cb0
DJ
28122004-09-20 Daniel Jacobowitz <dan@debian.org>
2813
2814 * Makefile.in (dwarf2read.o): Update dependencies.
2815 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2816 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2817 and read_in_chain.
2818 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2819 mark, and has_form_ref_addr.
2820 (struct dwarf2_per_cu_data): New.
2821 (dwarf2_max_cache_age): New.
2822 (dwarf2_build_psymtabs_hard): Free cached compilation units
2823 after loading. Create and manage the list of compilation units.
2824 Remove unnecessary NULL initialization. Fix indentation.
2825 (psymtab_to_symtab_1): Initialize all of CU.
2826 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2827 (find_partial_die): Use dwarf2_find_containing_comp_unit
2828 and load_comp_unit.
2829 (free_stack_comp_unit): Update comments. Clear the per-cu
2830 pointer. Handle aging.
2831 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2832 (age_cached_comp_units, free_one_cached_comp_unit)
2833 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2834 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2835 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2836 (show_dwarf2_cmd): New.
2837 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2838 and "maint show dwarf2 max-cache-age".
2839 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2840 externs.
2841 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2842 global.
2843
987504bb
JJ
28442004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2845
2846 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2847 and dwarf2_cu struct pointer as arguments. Change function to use
2848 obstack if provided and use dwarf2_cu to determine language-specific
2849 separator.
2850 (partial_die_parent_scope): Change comment to include java. Use
2851 new version of typename_concat instead of obconcat.
2852 (partial_die_full_name): Use typename_concat.
2853 (read_namespace): Ditto.
2854 (read_enumeration_type): Use typename_concat instead of obconcat.
2855 (new_symbol): Ditto.
2856 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2857 (guess_structure_name): Ditto.
2858 (read_subroutine_type): Ditto.
2859 (read_structure_type): Ditto.
2860 (is_vtable_name): Add Java support.
2861 (determine_class_name): Switch to new typename_concat call.
2862 (determine_prefix): Switch to new typename_concat call.
2863 * jv-exp.y (FuncStart): New pattern.
2864 (MethodInvocation): Add support for simple function calls. Change
2865 warning message for other forms of inferior call currently not
2866 supported.
2867 * valarith.c (value_subscript): Treat an array with upper-bound
2868 of -1 as unknown size.
2869
d9c8471e
DJ
28702004-09-20 Daniel Jacobowitz <dan@debian.org>
2871
2872 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2873 (lookup_partial_symtab): Use symtab_to_fullname.
2874
d73f140a
JB
28752004-09-19 Jim Blandy <jimb@redhat.com>
2876
2877 * minsyms.c (lookup_minimal_symbol): Doc fix.
2878
adbef1f0
AC
28792004-09-20 Andrew Cagney <cagney@gnu.org>
2880
2881 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2882 CHILD_RESUME.
2883 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2884 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2885 KILL_INFERIOR.
2886 * infptrace.c: Update.
2887
d092d1a2
DJ
28882004-09-19 Daniel Jacobowitz <dan@debian.org>
2889
2890 * symtab.c (output_source_filename): Mark first argument as const.
2891 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2892 for "info sources" output.
2893
86d9e1d7
MK
28942004-09-20 Mark Kettenis <kettenis@gnu.org>
2895
2896 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2897 <machine/vmparam.h>.
2898 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2899 (register_u_addr): Remove prototype.
2900
9a6c8ef4
MK
29012004-09-19 Mark Kettenis <kettenis@gnu.org>
2902
9692934b
MK
2903 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2904 (i386bsd_fetch_inferior_registers): Rename from
2905 fetch_inferior_registers. Make static.
2906 (i386bsd_store_inferior_registers): Rename from
2907 store_inferior_registers. Make static.
2908 (i386bsd_target): New function.
2909 * i386bsd-nat.h: New file.
2910 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2911 "i386bsd-nat.h".
2912 (i386fbsd_resume): Rename from child_resume. Make static.
2913 (_initialize_i386fbsd_nat): Construct and add target vector.
2914 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2915 (_initialize_i386nbsd_nat): Construct and add target vector.
2916 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2917 Remove defines.
2918 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2919 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2920 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2921 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2922 (LOADLIBES): New variable.
2923 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2924 inf-ptrace.o. Remove inftarg.o.
2925 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2926 inf-ptrace.o. Remove inftarg.o.
2927 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2928 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2929 (LOADLIBES): New variable.
2930 * Makefile.in (i386bsd_nat_h): New variable.
2931 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2932 dependencies.
2933
3510d1f2
MK
2934 * sparc64nbsd-tdep.c: Include "objfiles.h".
2935 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2936 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2937 svr4_lp64_fetch_link_map_offsets.
2938 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2939 "nbsd-tdep.h".
2940 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2941 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2942 svr4_lp64_fetch_link_map_offsets.
2943 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2944 dependencies.
2945
578c1c03
MK
2946 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2947 * fbsd-nat.h: New file.
2948 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2949 (fbsd_nat_h): New variable.
2950 (fbsd-nat.o): New dependency.
2951
7a7b73b7
MK
2952 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2953 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2954
9a6c8ef4
MK
2955 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2956 comment.
2957
72d5681a
PH
29582004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2959
2960 * ada-exp.y (type_int): New function to add layer of abstraction
2961 around references to expression types.
2962 (type_long): Ditto.
2963 (type_long_long): Ditto.
2964 (type_float): Ditto.
2965 (type_double): Ditto.
2966 (type_long_double): Ditto.
2967 (type_char): Ditto.
2968 (type_system_address): Ditto.
2969 (simple_exp): Use type_* functions in place of builtin_*
2970 variables.
2971 (exp): Ditto.
2972 (write_var_from_name): Ditto.
2973 (write_object_renaming): Ditto.
2974 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2975 declaration.
2976 (build_ada_types): Remove, replacing with...
2977 (ada_language_arch_info): New function to initialize primitive
2978 type vector in language_arch_info.
2979 (ada_array_length): Remove use of builtin_type_ada_int.
2980 (value_pos_atr): Ditto.
2981 (ada_evaluate_subexp): Ditto.
2982 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2983 builtin_type_ada_long_long, builtin_type_ada_char,
2984 builtin_type_ada_float, builtin_type_ada_double,
2985 builtin_type_ada_long_double, builtin_type_ada_natural,
2986 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2987 (ada_builtin_types): Remove.
2988 (ada_language_defn): Remove entries for la_builtin_type_vector and
2989 string_char_type and use ada_language_arch_info.
2990 (_initialize_ada_language): Do type-vector initialization along
2991 the lines of c-lang.c.
2992 (ada_create_fundamental_type): Break up line.
2993 (ada_dump_symtab): Remove unused function.
2994 (enum ada_primitive_types): Define.
2995 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2996 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2997 builtin_type_ada_float, builtin_type_ada_double,
2998 builtin_type_ada_long_double, builtin_type_ada_natural,
2999 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
3000 * ada-lex.l: Use type_* functions in place of builtin_* variables.
3001 (processInt): Ditto.
3002 (processReal): Ditto.
3003 (name_lookup): Ditto.
3004 * ada-typeprint.c (print_range): Use builtin_type_int, not
3005 builtin_type_ada_int.
3006
4f0be353
MK
30072004-09-18 Mark Kettenis <kettenis@gnu.org>
3008
30b0e2d8
MK
3009 * i386-tdep.c (i386_register_name): Rename regno to regnum.
3010
4f0be353
MK
3011 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
3012 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
3013 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
3014 * configure.in: Improve checks for curses library by checking for
3015 mvwaddstr instead of initscr. Drop HP curses in favour of
3016 standard curses on HP-UX.
3017 * configure: Regenerated.
3018
72d5681a 30192004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
3020
3021 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
3022 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
3023 Minor formatting changes.
3024 (empty_array): Slight rewrite for formatting.
3025 (emit_char,parse,ada_language_defn,build_ada_types,
3026 ada_is_exception_sym, _initialize_ada_language): Move
3027 definitions around.
3028 (ada_dump_symtab): Remove unused definition.
3029 (ada_maybe_exception_partial_symbol): Remove unused definition.
3030
1c8c7407
AC
30312004-09-16 Andrew Cagney <cagney@gnu.org>
3032
7681f339
AC
3033 * inf-child.c: Include "gdb_string.h".
3034 (inf_child_core_file_to_sym_file): Delete.
3035 (inf_child_target): Set to_fetch_registers and to_store_registers.
3036 * inf-ptrace.c: Include "gdb_string.h".
3037 * Makefile.in: Update all dependencies.
3038
1c8c7407
AC
3039 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
3040 problem.
3041
65596487
JB
30422004-09-14 Joel Brobecker <brobecker@gnat.com>
3043
3044 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
3045 call to heuristic_proc_desc. Remove code that became redundant
3046 as a consequence.
3047 (read_next_frame_reg): Remove special case for SP_REGNUM.
3048 (set_reg_offset): Fix small typo.
3049 (reset_saved_regs): New procedure.
3050 (mips32_heuristic_proc_desc): No longer compute a fake
3051 procedure descriptor. Compute the full frame cache instead.
3052 Some minor comment reformatting.
3053
95575b2e
AC
30542004-09-14 Andrew Cagney <cagney@gnu.org>
3055
f200c492
AC
3056 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
3057 maintainer.
3058
95575b2e
AC
3059 * thread-db.c (thread_db_new_objfile): Assume that there is a
3060 child process.
3061
69657671
JB
30622004-09-13 Jim Blandy <jimb@redhat.com>
3063
3064 * valops.c (value_assign): Move 'buffer' to the enclosing block,
3065 so that its storage isn't referenced after its lifetime ends.
3066
6c4182dd
JB
3067 * valops.c (value_assign): 'use_buffer' is initialized to zero,
3068 and never assigned to. Delete it, and the 'if (use_buffer)'
3069 clauses. Delete 'raw_buffer', since it is now unused.
3070
ee31a58d
AC
30712004-09-13 Andrew Cagney <cagney@gnu.org>
3072
2c0fc042
AC
3073 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
3074 * configure: Re-generate.
3075 * nlm/Makefile.in (TAGS): Update.
3076 * Makefile.in (TAGS): Update.
3077 * config/vax/nbsd.mt (TM_FILE): Update.
3078 * config/sparc/vxworks.mt (TM_FILE): Update.
3079 * config/sparc/sol2.mt (TM_FILE): Update.
3080 * config/sparc/sol2-64.mt (TM_FILE): Update.
3081 * config/sparc/obsd64.mt (TM_FILE): Update.
3082 * config/sparc/obsd.mt (TM_FILE): Update.
3083 * config/sparc/nbsd64.mt (TM_FILE): Update.
3084 * config/sparc/nbsd.mt (TM_FILE): Update.
3085 * config/sparc/linux64.mt (TM_FILE): Update.
3086 * config/sparc/linux.mt (TM_FILE): Update.
3087 * config/sparc/fbsd.mt (TM_FILE): Update.
3088 * config/sh/wince.mt (TM_FILE): Update.
3089 * config/sh/nbsd.mt (TM_FILE): Update.
3090 * config/sh/linux.mt (TM_FILE): Update.
3091 * config/sh/embed.mt (TM_FILE): Update.
3092 * config/s390/s390.mt (TM_FILE): Update.
3093 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3094 * config/rs6000/rs6000.mt (TM_FILE): Update.
3095 * config/rs6000/aix4.mt (TM_FILE): Update.
3096 * config/powerpc/vxworks.mt (TM_FILE): Update.
3097 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3098 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3099 * config/powerpc/obsd.mt (TM_FILE): Update.
3100 * config/powerpc/nbsd.mt (TM_FILE): Update.
3101 * config/powerpc/linux.mt (TM_FILE): Update.
3102 * config/powerpc/aix.mt (TM_FILE): Update.
3103 * config/pa/obsd.mt (TM_FILE): Update.
3104 * config/pa/linux.mt (TM_FILE): Update.
3105 * config/pa/hppahpux.mt (TM_FILE): Update.
3106 * config/pa/hppa64.mt (TM_FILE): Update.
3107 * config/pa/hppa.mt (TM_FILE): Update.
3108 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3109 * config/mips/wince.mt (TM_FILE): Update.
3110 * config/mips/vxmips.mt (TM_FILE): Update.
3111 * config/mips/nbsd.mt (TM_FILE): Update.
3112 * config/mips/linux.mt (TM_FILE): Update.
3113 * config/mips/irix6.mt (TM_FILE): Update.
3114 * config/mips/irix5.mt (TM_FILE): Update.
3115 * config/mips/embed.mt (TM_FILE): Update.
3116 * config/m68k/vxworks68.mt (TM_FILE): Update.
3117 * config/m68k/st2000.mt (TM_FILE): Update.
3118 * config/m68k/os68k.mt (TM_FILE): Update.
3119 * config/m68k/obsd.mt (TM_FILE): Update.
3120 * config/m68k/nbsd.mt (TM_FILE): Update.
3121 * config/m68k/monitor.mt (TM_FILE): Update.
3122 * config/m68k/linux.mt (TM_FILE): Update.
3123 * config/m68k/cisco.mt (TM_FILE): Update.
3124 * config/ia64/linux.mt (TM_FILE): Update.
3125 * config/ia64/aix.mt (TM_FILE): Update.
3126 * config/ia64/ia64.mt (TM_FILE): Update.
3127 * config/i386/vxworks.mt (TM_FILE): Update.
3128 * config/i386/obsd64.mt (TM_FILE): Update.
3129 * config/i386/obsd.mt (TM_FILE): Update.
3130 * config/i386/nto.mt (TM_FILE): Update.
3131 * config/i386/nbsd64.mt (TM_FILE): Update.
3132 * config/i386/nbsd.mt (TM_FILE): Update.
3133 * config/i386/linux64.mt (TM_FILE): Update.
3134 * config/i386/linux.mt (TM_FILE): Update.
3135 * config/i386/i386sol2.mt (TM_FILE): Update.
3136 * config/i386/i386lynx.mt (TM_FILE): Update.
3137 * config/i386/fbsd64.mt (TM_FILE): Update.
3138 * config/i386/fbsd.mt (TM_FILE): Update.
3139 * config/i386/cygwin.mt (TM_FILE): Update.
3140 * config/h8300/h8300.mt (TM_FILE): Update.
3141 * config/frv/frv.mt (TM_FILE): Update.
3142 * config/cris/cris.mt (TM_FILE): Update.
3143 * config/arm/wince.mt (TM_FILE): Update.
3144 * config/arm/nbsd.mt (TM_FILE): Update.
3145 * config/arm/linux.mt (TM_FILE): Update.
3146 * config/arm/embed.mt (TM_FILE): Update.
3147 * config/alpha/nbsd.mt (TM_FILE): Update.
3148 * config/alpha/fbsd.mt (TM_FILE): Update.
3149 * config/alpha/alpha.mt (TM_FILE): Update.
3150 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3151 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3152
362646f5
AC
3153 Eliminate event_loop_p, always has the value 1.
3154 * defs.h (event_loop_p): Delete macro.
3155 * breakpoint.c (until_break_command): Simplify.
3156 * utils.c (prompt_for_continue): Simplify.
3157 * tracepoint.c (read_actions): Simplify.
3158 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3159 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3160 (set_prompt, init_main): Simplify.
3161 (init_signals, disconnect): Delete, unused.
3162 * remote.c (remote_async_resume)
3163 (extended_remote_async_create_inferior): Simplify.
3164 * mi/mi-interp.c (mi_input): Delete, unused.
3165 (mi_interpreter_resume, mi_command_loop): Simplify.
3166 * interps.c (current_interp_command_loop): Simplify.
3167 * infrun.c (proceed): Simplify.
3168 * infcmd.c (run_command, continue_command, step_1, jump_command)
3169 (until_command, advance_command, finish_command)
3170 (interrupt_target_command): Simplify.
3171 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3172
ee31a58d
AC
3173 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3174 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3175 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3176 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3177 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3178 * mips-tdep.c (mips_dump_tdep): Do not print same.
3179
b7ffc4a8
AC
31802004-09-12 Andrew Cagney <cagney@gnu.org>
3181
2bfb72ee
AC
3182 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3183 const.
3184 * Makefile.in (valprint.o): Delete explict rule.
3185
4f17c3c1
AC
3186 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3187 reported by Dave Anderson.
3188
f810308b
AC
3189 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3190
b7ffc4a8
AC
3191 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3192
28b41c52
AC
31932004-09-12 Salvador E. Tropea <set@users.sf.net>
3194 Andrew Cagney <cagney@gnu.org>
3195
3196 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3197 (mi_cmd_data_list_register_values)
3198 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3199 the register number computation.
3200
5bf970f9
AC
32012004-09-12 Andrew Cagney <cagney@gnu.org>
3202
3203 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3204 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3205 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3206 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3207 target.
3208 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3209 inf-ptrace.o and inf-child.o.
3210 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3211 * Makefile.in: Update dependencies.
3212
0759e0bf
AC
32132004-09-11 Andrew Cagney <cagney@gnu.org>
3214
3215 * language.c (hex_string, hex_string_custom): Move from here ...
3216 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3217 (CELLSIZE): Increase to 50.
3218 * language.h (hex_string, hex_string_custom): Move from here ...
3219 * defs.h: ... to here.
3220 * Makefile.in: Update all dependencies.
3221
bb599908
PH
32222004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3223
3224 * language.c (local_hex_format_custom): Remove.
3225 (local_hex_string): Rename to hex_string, use C format, and move to
3226 utils.c
3227 (local_hex_string_custom): Rename to hex_string_custom and change
3228 interface. Now uses C format. Move to utils.c
3229 (local_octal_format_custom): Remove.
3230 (local_decimal_format_custom): Remove.
3231 (unknown_language_defn): Remove language-specific number
3232 formatting entries.
3233 (auto_language_defn): Ditto.
3234 (local_language_defn): Ditto.
3235 * language.h (struct language_format_info): Delete declaration.
3236 (struct language_defn): Remove language_format_info fields
3237 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3238 (local_binary_format): Remove macro.
3239 (local_binary_format_prefix): Remove macro.
3240 (local_binary_format_specifier): Remove macro.
3241 (local_binary_format_suffix): Remove macro.
3242 (local_octal_format): Remove macro.
3243 (local_octal_format_prefix): Remove macro.
3244 (local_octal_format_specifier): Remove macro.
3245 (local_octal_format_suffix): Remove macro.
3246 (local_decimal_format): Remove macro.
3247 (local_decimal_format_prefix): Remove macro.
3248 (local_decimal_format_specifier): Remove macro.
3249 (local_decimal_format_suffix): Remove macro.
3250 (local_hex_format): Remove macro.
3251 (local_hex_format_prefix): Remove macro.
3252 (local_hex_format_specifier): Remove macro.
3253 (local_hex_format_suffix): Remove macro.
3254 (local_decimal_format_custom): Remove.
3255 (local_octal_format_custom): Remove.
3256 (local_hex_format_custom): Remove.
3257 (local_hex_string): Rename to hex_string and move to defs.h.
3258 (local_hex_string_custom): Rename to hex_string_custom, change
3259 interface, and move to defs.h.
3260 * utils.c: (int_string): New function.
3261 (hex_string): New function (from language.c).
3262 (hex_string_custom): New function (from language.c).
3263 (octal2str): New function.
3264 (decimal2str): Add width parameter.
3265 (paddr_u): Use new decimal2str interface.
3266 (paddr_d): Ditto.
3267 * defs.h (hex_string): Declare.
3268 (hex_string_custom): Declare.
3269 (int_string): Declare.
3270 * printcmd.c (print_scalar_formatted): Remove localized binary
3271 formatting.
3272 * valprint.c (print_longest): Use int_string.
3273 (print_floating): Use C hex format.
3274 (print_hex_chars): Ditto.
3275 (print_binary_chars): Remove language-specific formatting.
3276 (print_octal_chars): Use C octal format.
3277 (print_decimal_chars): Delocalize format.
3278 (print_decimal): Remove.
3279 * ada-lang.c (ada_language_defn): Remove language-specific number
3280 formatting entries.
3281 * p-lang.c (pascal_language_defn): Ditto.
3282 * c-lang.c (c_language_defn): Ditto.
3283 (cplus_language_defn): Ditto.
3284 (asm_language_defn): Ditto.
3285 (minimal_language_defn): Ditto.
3286 * f-lang.c (f_language_defn): Ditto.
3287 * jv-lang.c (java_language_defn): Ditto.
3288 * m2-lang.c (m2_language_defn): Ditto.
3289 * scm-lang.c (scm_language_defn): Ditto.
3290 * objc-lang.c (objc_language_defn): Ditto.
3291 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3292 new interface.
3293 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3294 * ui-out.c (ui_out_field_core_addr): Ditto.
3295 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3296 * exec.c (print_section_info): Ditto.
3297 * i387-tdep.c (print_i387_status_word): Ditto.
3298 (print_i387_control_word): Ditto.
3299 (i387_print_float_info): Ditto.
3300 * maint.c (maint_print_section_info): Ditto.
3301 * solib.c (info_sharedlibrary_command): Ditto.
3302 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3303 * symtab.c (print_msymbol_info): Ditto.
3304 * tracepoint.c (tracepoints_info): Ditto.
3305 * solib-frv.c (lm_base): Ditto.
3306 (frv_current_sos): Ditto.
3307 (enable_break2): Ditto.
3308 (enable_break): Ditto.
3309 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3310 (process_one_symbol): Ditto.
3311 * infcmd.c (program_info): Ditto.
3312 * mdebugread.c (parse_partial_symbols): Ditto.
3313 * symfile.c (add_symbol_file_command): Ditto.
3314 * cli/cli-cmds.c (edit_command): Ditto.
3315 (list_command): Ditto.
3316 * infcall.c (call_function_by_hand): Ditto.
3317 * remote-vx.c (vx_run_files_info): Ditto.
3318 (vx_wait): Ditto.
3319 (vx_attach): Ditto.
3320 (vx_detach): Ditto.
3321 (vx_kill): Ditto.
3322 * aix-thread.c (pdc_symbol_addrs): Ditto.
3323 (pdc_read_regs): Ditto.
3324 (pdc_write_regs): Ditto.
3325 (pdc_read_data): Ditto.
3326 (pdc_write_data): Ditto.
3327 * d10v-tdep.c (display_trace): Ditto.
3328 * rs6000-nat.c (find_toc_address): Ditto.
3329 * aix-thread.c: Don't include language.h.
3330 * buildsym.c: Ditto.
3331 * dbxread.c: Ditto.
3332 * mdebugread.c: Ditto.
3333 * rs6000-nat.c: Ditto.
3334 * buildsym.c (make_blockvector): Use renamed hex_string.
3335
33f2d567
JM
33362004-09-10 Jason Molenda (jmolenda@apple.com)
3337
3338 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3339 chars after 'if' or 'while' commands in user-defined commands.
3340
7b90c3f9
JB
33412004-09-08 Jim Blandy <jimb@redhat.com>
3342
3343 Fix bug reported and analyzed by Olivier Crete:
3344 * symfile.c (copy_section_addr_info): New function.
3345 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3346 original set of address arguments, instead of handwritten code
3347 that uses one length to allocate and a different length to
3348 initialize. Use make_cleanup_free_section_addr_info.
3349 * symfile.h (copy_section_addr_info): New declaration.
3350 * utils.c: #include "symfile.h".
3351 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3352 New functions.
3353 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3354 * Makefile.in (utils.o): Update dependencies.
3355
b26a6851
AC
33562004-09-08 Andrew Cagney <cagney@gnu.org>
3357
3358 * thread-db.c (keep_thread_db): Delete.
3359 (thread_db_new_objfile, thread_db_create_inferior)
3360 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3361
be24b061
MK
33622004-09-08 Mark Kettenis <kettenis@gnu.org>
3363
f6792ef4
MK
3364 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3365 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3366 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3367 (i386_frameless_signal_p): Remove prototype.
3368 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3369 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3370 I386_SSE_NUM_REGS.
3371 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3372 instead of FP0_REGNUM.
3373 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3374 of FP0_REGNUM and FPC_REGNUM.
3375
eeefdaa7
MK
3376 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3377 (sunos_solib_create_inferior_hook): Don't call
3378 sunos_relocate_main_executable.
3379
be24b061
MK
3380 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3381 solib_svr4_fetch_link_map_offsets to
3382 svr4_ilp32_fetch_link_map_offsets.
3383 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3384 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3385 svr4_ilp32_fetch_link_map_offsets.
3386 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3387
7c679d16
JB
33882004-09-07 Jim Blandy <jimb@redhat.com>
3389
3390 * frame.h (frame_register): Doc fix.
3391
1f04aa62
AC
33922004-09-07 Andrew Cagney <cagney@gnu.org>
3393
3394 * vx-share/wait.h: Delete #ifdef USG.
3395 * utils.c (request_quit): Ditto.
3396 * tui/tui.c (tui_reset): Ditto.
3397 * remote.c: Ditto.
3398 * remote-sds.c: Ditto.
3399 * remote-rdi.c: Ditto.
3400 * mdebugread.c: Ditto.
3401 * m68klinux-nat.c: Ditto.
3402 * infttrace.c: Ditto.
3403 * infptrace.c: Ditto.
3404 * i386v-nat.c: Ditto.
3405 * exec.c: Ditto.
3406 * dbxread.c: Ditto.
3407 * core-aout.c: Ditto.
3408
90edbfbc
JB
34092004-09-05 Joel Brobecker <brobecker@gnat.com>
3410
3411 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3412 heuristic_proc_desc.
3413 (mips_insn32_frame_cache): Likewise.
3414
01f4bf2b
JB
34152004-09-04 Joel Brobecker <brobecker@gnat.com>
3416
3417 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3418 left behind by error.
3419
8511a048
JB
34202004-09-04 Joel Brobecker <brobecker@gnat.com>
3421
3422 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3423 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3424
649dfe9f
JB
34252004-09-04 Joel Brobecker <brobecker@gnat.com>
3426
3427 * config/rs6000/xm-aix4.h: Remove this file.
3428 * config/rs6000/aix4.mh (XM_FILE): Delete.
3429
6e50f889
JB
34302004-09-04 Joel Brobecker <brobecker@gnat.com>
3431
3432 * config/rs6000/xm-rs6000.h: Remove this file.
3433 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3434
b8c4aece
AC
34352004-09-03 Andrew Cagney <cagney@gnu.org>
3436
fb603883
AC
3437 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3438 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3439 only use.
3440
c9343fd1
AC
3441 * mips-tdep.c (temp_saved_regs): Delete.
3442 (set_reg_offset): Replace saved_regs parameter with this_cache.
3443 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3444 (mips32_heuristic_proc_desc): Add this_cache parameter.
3445 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3446 (after_prologue): Pass a NULL this_cache.
3447
9733cfe1
AC
3448 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3449 non-kernel trap prologues.
3450
0d5febcc
AC
3451 * mips-tdep.c (find_proc_desc): Delete function.
3452 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3453 simplify.
3454 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3455 mips_insn32_frame_cache.
3456
9733cfe1 3457 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
3458 Simplify as NEXT_FRAME is NULL.
3459 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3460
177f84a3
AC
3461 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3462 local variable.
3463 (mips_skip_prologue): Update.
3464
465f7520
AC
3465 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3466 "cur_frame" parameter.
177f84a3
AC
3467 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3468 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 3469
e38b8658
AC
3470 * config/vax/nm-obsd.h: Delete file.
3471 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3472 * config/vax/nm-nbsd.h: Delete file.
3473 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3474 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3475 * config/sh/nm-nbsd.h: Delete file.
3476 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3477 * config/rs6000/nm-rs6000ly.h: Delete file.
3478 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3479 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3480 * config/powerpc/nm-obsd.h: Delete file.
3481 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3482 * config/powerpc/nm-nbsd.h: Delete file.
3483 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3484 * config/pa/nm-obsd.h: Delete file.
3485 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3486 * config/mips/nm-nbsd.h: Delete file.
3487 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3488 * config/m88k/nm-obsd.h: Delete file.
3489 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3490 * config/m68k/nm-nbsd.h: Delete file.
3491 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3492 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3493 * config/i386/nm-nbsd.h: Delete file.
3494 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3495 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3496 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3497 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3498 * config/i386/nm-i386lynx.h: Delete file.
3499 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3500 * config/arm/nm-nbsd.h: Delete file.
3501 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3502 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3503
be1ed680
AC
3504 * config/i386/tm-fbsd.h: Delete file.
3505 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3506 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3507
4b392b26
AC
3508 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3509 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3510 * config/rs6000/aix4.mt (TM_FILE): Set to
3511 config/rs6000/tm-rs6000.h.
3512 * config/powerpc/tm-ppc-aix.h: Delete file.
3513 * config/powerpc/aix.mt (TM_FILE): Set to
3514 config/rs6000/tm-rs6000.h.
3515 * config/m68k/tm-linux.h: Delete file.
3516 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3517 * config/i386/tm-linux64.h: Delete file.
3518 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3519 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3520
f3219c75
AC
3521 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3522 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3523 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3524 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3525 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3526 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3527 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3528 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3529 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3530
b8c4aece
AC
3531 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3532 gdb_host_cpu.
3533
8ac2e020
JB
35342004-09-02 Joel Brobecker <brobecker@gnat.com>
3535
3536 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3537 Minor reformatting. Some code factoring.
3538
c185a355
AC
35392004-09-02 Andrew Cagney <cagney@gnu.org>
3540
63f22f0d
AC
3541 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3542 * config/vax/tm-nbsd.h: Delete file.
3543 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3544 * config/sparc/tm-vxworks.h: Delete file.
3545 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3546 * config/sparc/tm-nbsd.h: Delete file.
3547 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3548 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3549 * config/sparc/tm-linux.h: Delete file.
3550 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3551 * config/s390/tm-linux.h: Delete file.
3552 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3553 * config/pa/tm-bsd.h: Delete file.
3554 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3555 * config/m68k/tm-obsd.h: Delete file.
3556 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3557 * config/m68k/tm-nbsd.h: Delete file.
3558 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3559 * config/i386/tm-vxworks.h: Delete file.
3560 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3561 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3562 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3563 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3564 * config/i386/tm-nbsd.h: Delete file.
3565 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3566 * config/i386/tm-i386lynx.h: Delete file.
3567 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3568 * config/cris/tm-cris.h: Delete file.
3569
0f475e27
AC
3570 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3571 * configure: Re-generate.
3572 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3573 * config/arm/tm-nbsd.h: Delete file.
3574
458ed000
AC
3575 * config/powerpc/tm-ppcle-sim.h: Delete.
3576 * config/powerpc/tm-ppcle-eabi.h: Delete.
3577 * config/powerpc/tm-nbsd.h: Delete.
3578 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3579 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3580 tm-ppcle-eabi.h.
3581
f14375f3
AC
3582 * config/i386/nto.mh (NAT_FILE): Delete.
3583 * config/i386/nm-nto.h: Delete.
3584
c34d127c
AC
3585 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3586 * config/m68k/tm-os68k.h: Ditto.
3587 * config/m68k/tm-monitor.h: Ditto.
3588 * config/m68k/tm-cisco.h: Ditto.
3589 * config/m68k/st2000.mt (TM_FILE): Delete.
3590 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3591 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3592 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3593 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3594
f7f0fe03
AC
3595 * config/m68k/tm-st2000.h: Delete.
3596 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3597 * config/sparc/fbsd.mt (TM_FILE): Delete.
3598 * config/sparc/tm-fbsd.h: Delete.
3599
a2558533
AC
3600 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3601 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3602 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3603
b78960be
AC
3604 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3605 GDB_TM_FILE and GDB_XM_FILE.
3606 * gdbarch.c: Re-generate.
3607 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3608 quotes in macro definition.
3609 * configure.in: Re-generate.
3610
4d60522e
AC
3611 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3612 validating architecture methods.
3613 * gdbarch.c: Re-generate.
3614
5010d38b
AC
3615 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3616 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3617 GDB_MULTI_ARCH_PARTIAL.
3618 * gdbarch.h: Re-generate.
3619
c185a355
AC
3620 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3621 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3622 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3623 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3624 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3625 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3626 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3627 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3628 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3629 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3630 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3631 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3632
14aaa6ab
AC
36332004-09-01 Andrew Cagney <cagney@gnu.org>
3634
3635 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3636 and main_func_highpc.
3637 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3638 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3639 * nlmread.c (nlm_symfile_read): Update.
3640
a343eb3c
JB
36412004-09-01 Joel Brobecker <brobecker@gnat.com>
3642
3643 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3644 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3645 (find_proc_desc): Remove dead code.
3646
4fbbbd07
JB
36472004-09-01 Joel Brobecker <brobecker@gnat.com>
3648
3649 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3650
84acb35a
JJ
36512004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3652
3653 * observer.sh: Add struct so_list declaration.
3654 * Makefile.in: Add dependencies on observer.h for solib.c and
3655 breakpoint.c.
3656 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3657 function.
3658 (_initialize_breakpoint): Register
3659 disable_breakpoints_in_unloaded_shlib as an observer of the
3660 "solib unloaded" observation event.
3661 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3662 call decode_line_1 so unfound breakpoint errors are silent.
3663 * solib.c (update_solib_list): When a solib is discovered to have
3664 been unloaded by the program, notify all observers of the
3665 "solib unloaded" observation event.
3666
c8cd9f6c
AC
36672004-09-01 Andrew Cagney <cagney@gnu.org>
3668
3669 * frame.c: Include "objfiles.h".
3670 (inside_main_func): New function.
3671 (get_prev_frame): Use new inside_main_func.
3672 * Makefile.in (frame.o): Update dependencies.
3673 * defs.h (inside_main_func): Delete declaration.
3674 * blockframe.c (inside_main_func): Delete function.
3675
1168df01
JB
36762004-08-31 Jim Blandy <jimb@redhat.com>
3677
3678 * dwarf2read.c (is_vtable_name): New function, based on logic from
3679 read_structure_type, but passing the correct length to strncmp,
3680 and using 'sizeof' instead of 'strlen'.
3681 (read_structure_type): Call it.
3682
f14f9744
JB
36832004-08-31 Joel Brobecker <brobecker@gnat.com>
3684
3685 * config/powerpc/aix.mh: Add comment.
3686
386d4518
PG
36872004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3688
3689 * MAINTAINERS: Add self to Write-After-Approval.
3690
7d97d5e2
MI
36912004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3692
3693 * MAINTAINERS: Add self to Write-After-Approval.
3694
68f53502
AC
36952004-08-30 Andrew Cagney <cagney@gnu.org>
3696
3697 Fix PR breakpoints/1757.
3698 * infrun.c (struct execution_control_state): Replace
3699 remove_breakpoints_on_following_step with
3700 step_after_step_resume_breakpoint.
3701 (init_execution_control_state): Update.
3702 (handle_inferior_event): For signals, when stepping off a
3703 breakpoint, set step_after_step_resume_breakpoint. When
3704 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3705 (keep_going): Delete code handling
3706 remove_breakpoints_on_following_step.
3707
7ca2d3a3
DL
37082004-08-29 David Lecomber <david@streamline-computing.com>
3709
3710 Fix PR gdb/648
3711 * language.h (enum array_ordering): New enum.
3712 * language.h (struct language_defn): New la_array_ordering
3713 attribute.
3714 * language.c (unknown_language_defn, auto_language_defn)
3715 (local_language_defn): Ditto.
3716 * ada-lang.c (ada_language_defn): Ditto.
3717 * c-lang.c (c_language_defn, cplus_language_defn)
3718 (asm_language_defn, minimal_language_defn): Ditto.
3719 * f-lang.c (f_language_defn): Ditto.
3720 * jv-lang.c (java_language_defn): Ditto.
3721 * m2-lang.c (f_language_defn): Ditto.
3722 * objc-lang.c (objc_language_defn): Ditto.
3723 * p-lang.c (pascal_language_defn): Ditto.
3724 * scm-lang.c (scm_language_defn): Ditto.
3725 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3726 oriented large to small in type structure.
3727 * dwarf2read.c (read_array_order): New function.
3728 (read_array_type): Use read_array_order to check row/column
3729 major ordering.
3730
e354df01
NW
37312004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3732
3733 * target.c (target_resize_to_sections): Check
3734 current_target.to_sections for an old value when updating.
3735
9185ddce
JB
37362004-08-27 Joel Brobecker <brobecker@gnat.com>
3737
3738 * procfs.c (dbx_link_bpt_addr): New static global variable.
3739 (dbx_link_shadow_contents): New static global variable.
3740 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3741 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3742 if we just hit it.
3743 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3744 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3745 from run to run.
3746 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3747 after the inferior has been forked.
3748 (remove_dbx_link_breakpoint): New function.
3749 (dbx_link_addr): New function.
3750 (insert_dbx_link_bpt_in_file): New function.
3751 (insert_dbx_link_bpt_in_region): New function.
3752 (insert_dbx_link_breakpoint): New function.
3753 (proc_trace_syscalls_1): New function, extracted from
3754 proc_trace_syscalls.
3755 (proc_trace_syscalls): Replace extract code by call to
3756 proc_trace_syscalls_1.
3757 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3758 is no longer valid.
3759
e6742ace
JB
37602004-08-25 Jim Blandy <jimb@redhat.com>
3761
3762 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3763
8fb3e588
AC
37642004-08-25 Andrew Cagney <cagney@gnu.org>
3765
629a41ee
AC
3766 * infrun.c (struct execution_control_state): Delete field
3767 "stepping_through_sigtramp".
3768 (init_execution_control_state): Do not set same.
3769 (context_switch): Do not pass same to save_infrun_state and
3770 load_infrun_state.
3771 * gdbthread.h (struct thread_info): Delete field
3772 stepping_through_sigtramp.
3773 (save_infrun_state, load_infrun_state): Delete parameter
3774 stepping_through_sigtramp.
3775 * thread.c (load_infrun_state, save_infrun_state): Update.
3776
8fb3e588
AC
3777 * infrun.c: Re-indent. Move expression operators to the beginning
3778 of the line. Remove long disabled #if 0 code.
3779
49c54768
AC
37802004-08-24 Andrew Cagney <cagney@gnu.org>
3781
3782 * doublest.h (floatformat_ieee_quad): Rename
3783 floatformat_ia64_quad.
3784 * doublest.c (floatformat_ieee_quad): Rename
3785 floatformat_ia64_quad.
3786 (_initialize_doublest): Update.
3787
5ca2e327
JB
37882004-08-24 Jim Blandy <jimb@redhat.com>
3789
87808bd6
JB
3790 * dwarf2expr.h (struct dwarf_expr_context): New members
3791 'num_pieces' and 'pieces', for returning the result of an
3792 expression that uses DW_OP_piece.
3793 (struct dwarf_expr_piece): New struct type.
3794 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3795 pieces.
3796 (free_dwarf_expr_context): Free pieces, if any.
3797 (add_piece): New function.
3798 (execute_stack_op): Implement DW_OP_piece.
3799 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3800 expression is a list of pieces, print an error message.
3801 (dwarf2_loc_desc_needs_frame): If the expression yields
3802 pieces, and any piece is in a register, then we need a frame.
3803
5ca2e327
JB
3804 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3805 the stack until we've decided what sort of result the evaluation
3806 has produced. Use separate variables, with more specific names.
3807
2afeb6b8
RE
38082004-08-23 Richard Earnshaw <rearnsha@arm.com>
3809
3810 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3811 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3812 (arm_netbsd_init_abi_common): Register them.
3813
5885ab49
MK
38142004-08-22 Mark Kettenis <kettenis@gnu.org>
3815
fda820a6
MK
3816 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3817
1c5bf419
MK
3818 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3819 safe_frame_unwind_memory instead of target_read_memory.
3820
8cbba7c8
MK
3821 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3822 Reorder includes.
3823 (fetch_register, store_register): Remove prototypes.
3824 (child_resume): Reorganize code and comments such that it is
3825 grouped a bit more logically.
3826 (attach): Explicitly compare errno against 0.
3827 (detach): Likewise. Use perror_with_name instead of
3828 print_sys_errmsg.
3829 * Makefile.in (infptrace.o): Update dependencies.
3830
c5fa4245
MK
3831 * ia64-linux-nat.c: Update copyright year.
3832 (fetch_debug_register, store_debug_register)
3833 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3834 PTRACE_TYPE_ARG3.
3835 * config/ia64/nm-linux.h: Update copyright year.
3836 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3837
387c058c
MK
3838 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3839 from CORE_ADDR to struct frame_info *. Use
3840 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3841 (amd64_linux_sigtramp_p): Adjust for changed signature of
3842 and64_linux_sigtramp_start
3843
277215a6
MK
3844 * gdb_ptrace.h: GNU/Linux.
3845
25f6178e
MK
3846 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3847 Remove defines.
3848
652fc137
MK
3849 * infptrace.c: Include "gdb_assert.h".
3850 (PTRACE_XFER_TYPE): Remove define.
3851 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3852 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3853 Tweak comment.
3854 (fetch_inferior_registers, store_inferior_registers): Remove
3855 redundant culry braces. Tweak comment. s/regno/regnum.
3856 * Makefile.in (infptrace.o): Update dependencies.
3857
5885ab49
MK
3858 * configure.in: Change test for return type of ptrace to default
3859 to `long' instead of `int'.
3860 * configure: Regenerate.
3861
11003ae3
MK
38622004-08-21 Mark Kettenis <kettenis@gnu.org>
3863
6b95110c
MK
3864 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3865
bcb3dc3d
MK
3866 * configure.in: Check for ttrace function.
3867 * configure, config.in: Regenerate.
3868
11003ae3
MK
3869 * gdb_ptrace.h: New file.
3870 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3871 <sys/ptrace.h>.
3872 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3873 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3874 (attach): Don't define PT_ATTACH.
3875 (detach): Don't define PT_DETACH.
3876 * Makefile.in (gdb_ptrace_h): New variable.
3877 (infptrace.o): Update dependencies.
3878
f8707cac
MK
38792004-08-16 Mark Kettenis <kettenis@gnu.org>
3880
3881 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3882 instead of `int' if not already defined.
3883 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3884 PTRACE_TYPE_ARG3.
3885 * infptrace.c (call_ptrace): Revert change that replaced
3886 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3887
655c5466
MK
38882004-08-15 Mark Kettenis <kettenis@gnu.org>
3889
156e5ba7
MK
3890 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3891 Remove defines.
3892
de9a9e51
MK
3893 * linux-nat.c (kill_inferior): Add missing third and fourth
3894 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3895
88800403
MK
3896 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3897 PTRACE_TYPE_RET.
3898
849a1d7c
MK
3899 * proc-why.c (proc_prettyfprint_why): Fix format string.
3900
61ad16d1
MK
3901 * solib-osf.c (osf_current_sos): Remove unsused label.
3902
a6ed5501
MK
3903 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3904 curses headers.
3905 * configure, config.in: Regenerate.
3906 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3907 <ncurses/ncurses.h>.
3908
016ddeca
MK
3909 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3910 * config/nm-nbsd.h: Update copyright year.
3911 (PTRACE_ARG3_TYPE): Remove define.
3912
49ec097f
MK
3913 * sparc-nat.c (fetch_inferior_registers)
3914 (store_inferior_registers, sparc_xfer_wcookie):
3915 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3916
9f8e0089
MK
3917 * alphabsd-nat.c (fetch_inferior_registers):
3918 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3919 PTRACE_TYPE_ARG3.
3920 * amd64bsd-nat.c (fetch_inferior_registers)
3921 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3922 PTRACE_TYPE_ARG3.
3923 * armnbsd-nat.c: Update copyright year.
3924 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3925 (store_register, store_regs, store_fp_register, store_fp_regs):
3926 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3927 * hppabsd-nat.c (fetch_inferior_registers)
3928 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3929 PTRACE_TYPE_ARG3.
3930 * i386bsd-nat.c (fetch_inferior_registers)
3931 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3932 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3933 * m68kbsd-nat.c (fetch_inferior_registers)
3934 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3935 PTRACE_TYPE_ARG3.
3936 * m88kbsd-nat.c (fetch_inferior_registers)
3937 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3938 PTRACE_TYPE_ARG3.
3939 * mipsnbsd-nat.c: Update copyright year.
3940 (fetch_inferior_registers, store_inferior_registers):
3941 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3942 * ns32knbsd-nat.c: Update copyright year.
3943 (fetch_inferior_registers, store_inferior_registers):
3944 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3945 * ppcnbsd-nat.c (fetch_inferior_registers):
3946 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3947 PTRACE_TYPE_ARG3.
3948 * ppcobsd-nat.c (fetch_inferior_registers):
3949 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3950 PTRACE_TYPE_ARG3.
3951 * shnbsd-nat.c: Update copyright year.
3952 (fetch_inferior_registers, store_inferior_registers):
3953 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3954 * vaxbsd-nat.c (fetch_inferior_registers)
3955 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3956 PTRACE_TYPE_ARG3.
3957
655c5466
MK
3958 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3959 PTRACE_TYPE_ARG3.
3960 * infptrace.c (call_ptrace, child_resume, attach, detach)
3961 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3962 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3963 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3964 PTRACE_TYPE_ARG3.
3965
c40d0d10
MK
39662004-08-14 Mark Kettenis <kettenis@gnu.org>
3967
5cb0ff31
MK
3968 * defs.h: Remove out-of-date comment.
3969 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3970 [!GETENV_PROVIDED] (getenv): Remove prototype.
3971
5f0f34cb
MK
3972 * standalone.c: Remove file.
3973 * Makefile.in (standalone.o): Remove dependency.
3974
7532965f
MK
3975 * i386-linux-nat.c (dummy_sse_values): Remove function and
3976 prototype.
3977 (i386_linux_dr_get): Fix typo in comment.
3978 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3979
1bdc6c53
MK
3980 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3981
c40d0d10
MK
3982 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3983 from declaration.
3984 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3985 from definition.
3986
64218d3e
MK
39872004-08-13 Mark Kettenis <kettenis@gnu.org>
3988
3989 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3990 parenthesis in definition.
3991 * configure: Regenerated.
3992
926c94e7
MC
39932004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3994
3995 * PROBLEMS: Mention build/1411.
3996
69489883
NN
39972004-08-09 Robert Millan <robertmh@gnu.org>
3998
3999 Committed by Nathanael Nerode.
4000 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
4001 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
4002
ebb7c577
AC
40032004-08-12 Andrew Cagney <cagney@gnu.org>
4004
4005 * NEWS: Mention fixes in GDB 6.2.1.
4006 * PROBLEMS: Remove mention of mips-irix.
4007
232d697c
JB
40082004-08-11 Joel Brobecker <brobecker@gnat.com>
4009
4010 * config/powerpc/xm-aix.h: Delete.
4011 * config/powerpc/aix.mh (MH_FILE): Remove.
4012 * config/powerpc/aix432.mh (MH_FILE): Remove.
4013
72f4e82b
JB
40142004-08-11 Joel Brobecker <brobecker@gnat.com>
4015
4016 * config/powerpc/aix.mh: Remove obsolete comment.
4017 * config/powerpc/aix432.mh: Likewise.
4018
0687ccb2
JB
40192004-08-11 Joel Brobecker <brobecker@gnat.com>
4020
4021 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
4022
dbf3ada7
JB
40232004-08-11 Joel Brobecker <brobecker@gnat.com>
4024
e08e1886
JB
4025 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
4026 this file is now empty.
4027 * config/xm-aix4.h: Remove, this file is no longer included
4028 anywhere.
4029
40302004-08-11 Joel Brobecker <brobecker@gnat.com>
4031
4032 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
4033 that file is now empty.
dbf3ada7
JB
4034 (termdef): Remove prototype, function no longer used.
4035
4c525ef6
JB
40362004-08-11 Joel Brobecker <brobecker@gnat.com>
4037
4038 * doc/gdbint.texinfo (Host Definition): Remove documentation
4039 for USE_O_NOCTTY, no longer used.
4040 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
4041 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
4042
82e0b968
JB
40432004-08-11 Joel Brobecker <brobecker@gnat.com>
4044
4045 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
4046 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
4047 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
4048
f2acbe1c
MK
40492004-08-11 Mark Kettenis <kettenis@gnu.org>
4050
daa98270
MK
4051 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
4052 instead of FIVE_ARG_PTRACE.
4053
f2acbe1c
MK
4054 * inflow.c (O_NOCTTY): Define to zero if not already defined.
4055 (new_tty): Use O_NOCTTY unconditionally.
4056
cc377e6b
MK
40572004-08-10 Mark Kettenis <kettenis@gnu.org>
4058
4059 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
4060 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
4061 fflush on stdout.
4062
3bcc18fa
JB
40632004-08-10 Joel Brobecker <brobecker@gnat.com>
4064
4065 * xcoff_symfile_finish: Replace last call to xmfree by call
4066 to xfree.
4067
7936743b
AC
40682004-08-10 Andrew Cagney <cagney@gnu.org>
4069
cc503c8a
AC
4070 * main.c (captured_main): Delete call to init_malloc.
4071 * defs.h (init_malloc): Delete declaration.
4072 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
4073 (init_malloc): Delete functions.
4074
2dc74dc1
AC
4075 * defs.h (xmfree): Delete.
4076 * utils.c (xmfree): Delete function.
4077 (xfree): Inline calls to xmfree and mfree.
4078 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
4079 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
4080 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
4081 * somread.c (som_symfile_finish): Ditto.
4082 * objfiles.c (allocate_objfile, free_objfile):
4083 * nlmread.c (nlm_symfile_finish): Ditto.
4084 * hpread.c (hpread_symfile_finish): Ditto.
4085 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
4086 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
4087 * coffread.c (coff_symfile_finish): Ditto.
4088
aa2ee5f6
AC
4089 * defs.h (xmcalloc): Delete declaration.
4090 * utils.c (xmcalloc): Delete.
4091 (xcalloc): Inline calls to xmcalloc and mcalloc.
4092 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4093 xcalloc and xfree.
4094 * symtab.c (create_demangled_names_hash): Ditto.
4095
0efffb96
AC
4096 * defs.h (xmrealloc): Delete.
4097 * utils.c (xmrealloc): Delete.
4098 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4099 * symmisc.c (extend_psymbol_list): Use xrealloc.
4100 * source.c (find_source_lines): Ditto.
4101 * hpread.c (hpread_lookup_type): Ditto.
4102 * dbxread.c (add_bincl_to_list): Ditto.
4103
7936743b
AC
4104 * utils.c (xmmalloc): Delete.
4105 (xmalloc): Inline xmmalloc and mmalloc calls.
4106 (msavestring): Use xmalloc.
4107 * defs.h (xmmalloc): Delete declaration.
4108 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4109 xmmalloc.
4110 * symmisc.c (extend_psymbol_list): Ditto.
4111 * symfile.c (init_psymbol_list): Ditto.
4112 * source.c (find_source_lines): Ditto.
4113 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4114 * elfread.c (elf_symtab_read): Ditto.
4115 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4116 * coffread.c (coff_symfile_init): Ditto.
4117
252ab814
DC
41182004-08-10 David Carlton <carlton@bactrian.org>
4119
4120 * MAINTAINERS: Remove David Carlton from c++ testsuite
4121 maintainers.
4122
8f5ba92b
JG
41232004-08-10 Jerome Guitton <guitton@gnat.com>
4124
4125 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4126 print a line feed before the prompt.
4127
21749010
MK
41282004-08-10 Mark Kettenis <kettenis@gnu.org>
4129
4130 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4131
1f011ce2
JB
41322004-08-09 Joel Brobecker <brobecker@gnat.com>
4133
4134 General cleanup of the AIX xm include file:
4135 * config/xm-aix4.h (fd_set): Remove undefine.
4136 Remove include of <sys/select.h>.
4137 (HAVE_TERMIO): Remove define.
4138 (USG): Likewise.
4139 (NULL): Remove redefine.
4140 (alloca): Remove #pragma.
4141 (vfork): Remove define.
4142 (termdef): Remove.
4143 (SIGWINCH_HANDLER): Remove.
4144 (SIGWINCH_HANDLER_BODY): Remove.
4145
cf4e7692
MK
41462004-08-09 Mark Kettenis <kettenis@gnu.org>
4147
4148 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4149 GDB_OSABI_OPENBSD_ELF.
4150
ac5754fa
MK
41512004-08-07 Robert Millan <robertmh@gnu.org>
4152
4153 * bsd-kvm.c: Check for nlist.h before including it.
4154
086ec9eb
MK
41552004-08-09 Mark Kettenis <kettenis@gnu.org>
4156
bbe06c74
MK
4157 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4158 sigcontext' offset consistency checks for ancient BSD.
4159
3aa7b3b3
MK
4160 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4161
086ec9eb
MK
4162 * configure.in: Check for <sys/types.h>. Check return and
4163 argument types of ptrace.
4164 * configure, config.in: Regenerate.
4165
09991fa0
JB
41662004-08-09 Jim Blandy <jimb@redhat.com>
4167
4168 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4169 rs6000_register_sim_regno): Doc fixes.
4170
fed7ba43
JB
41712004-08-08 Joel Brobecker <brobecker@gnat.com>
4172
4173 * mips-tdep.c: Include "floatformat.h".
4174 (n32n64_floatformat_always_valid): New function.
4175 (floatformat_n32n64_long_double_big): New constant.
4176 (mips_gdbarch_init): Set size and format of long double
4177 for N32 and N64 ABIs.
4178 * Makefile.in (mips-tdep.o): Update dependencies.
4179
456fcf94
AC
41802004-08-08 Andrew Cagney <cagney@gnu.org>
4181
2f9b146e
AC
4182 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4183 print. Improve script's error messages.
4184 * gdbarch.h: Re-generate.
4185
456fcf94
AC
4186 * gdbarch.sh (pformat): New function.
4187 (float_format, double_format, long_double_format): List with bit
4188 members. Use pformat when printing.
4189 * gdbarch.c, gdbarch.h: Re-generate.
4190
69e9e646
NW
41912004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4192
4193 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4194 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4195 (ppcnbsd_supply_pcb): New function.
4196 (_initialize_ppcnbsd_nat): New prototype and function.
4197 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4198 (LOADLIBES): New variable.
4199 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4200
5ef2d0aa
AC
42012004-08-08 Andrew Cagney <cagney@gnu.org>
4202
4203 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4204 (builtin_type_ieee_double, builtin_type_ia64_quad)
4205 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4206 BE/LE floating-point types.
4207 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4208 (builtin_type_ieee_double, builtin_type_ia64_quad)
4209 (builtin_type_ia64_spill): Declare.
4210 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4211 (floatformat_ieee_double, floatformat_arm_ext)
4212 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4213 of LE/BE floatformats.
4214 * doublest.h: (struct floatformat, floatformat_ieee_single)
4215 (floatformat_ieee_double, floatformat_arm_ext)
4216 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4217
5c7f2947
MK
42182004-08-08 Mark Kettenis <kettenis@gnu.org>
4219
ecac404d
MK
4220 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4221
9b8607ce
MK
4222 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4223 instead of regcache_raw_supply when storing the registers.
4224
f6052080
MK
4225 * i386gnu-nat.c: Update copyright year.
4226 (gnu_store_registers): Don't use deprecated_registers and
4227 deprecated_registers_valid. Use regcache_valid_p and
4228 regcache_raw_supply instead.
4229
17777823
MK
4230 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4231 frame_pc_unwind.
4232
5240ceac
MK
4233 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4234 variables. Incapitalized "process".
4235
5c7f2947
MK
4236 * configure.in: Add cursesX to the list of possible curses libs.
4237 Add cursesX.h to the list of possible curses headers.
4238 * configure, config.in: Regenerate.
4239
da7d81e3
NW
42402004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4241
4242 * configure.in: Test for struct lwp in <sys/lwp.h>.
4243 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4244 the offset of l_addr in struct lwp.
4245
7f245d65
NW
42462004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4247
4248 * bsd-kvm.c: Include "gdbcore.h"
4249 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4250
47b3f456
AC
42512004-08-07 Andrew Cagney <cagney@gnu.org>
4252
70bd8e24
AC
4253 * gdbtypes.c (build_flt, build_complex): New functions.
4254 (gdbtypes_post_init): Use.
4255
9b0dea39
AC
4256 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4257
5cf7abac
AC
4258 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4259 through to builtin_type_uint128.
4260
64d2b26d
AC
4261 * c-exp.y: Use builtin_type function to obtain builtin types.
4262
7ad6570d
AC
4263 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4264 builtin_uint128.
4265 * gdbtypes.c (gdbtypes_post_init): Update.
4266 (build_gdbtypes): Move initialization of builtin_type_int0
4267 through to builtin_type_uint128 from here ...
4268 (_initialize_gdbtypes): ... to here.
4269 * d10v-tdep.c (d10v_register_type): Update.
4270
47b3f456
AC
4271 * doublest.c: Update copyright.
4272 (floatformat_from_length): Call error when floatformat is NULL.
4273 (extract_floating_by_length): Remove NULL fmt check.
4274 (store_floating_by_length): Ditto.
4275
0a8146bf
AC
42762004-08-07 Andrew Cagney <cagney@gnu.org>
4277
4278 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4279 that the register is valid.
4280
c0ccb908
MK
42812004-08-05 Mark Kettenis <kettenis@chello.nl>
4282
8e6bed05
MK
4283 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4284 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4285 struct frame_info *. Use safe_frame_unwind_memory instead of
4286 deprecated_read_memory_nobpt.
4287 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4288 changed signature of i386_linux_sigtramp_start and
4289 i386_linux_rt_sigtramp_start.
4290
24f9f5e3
MK
4291 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4292 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4293 instead of deprecated_read_memory_nobpt.
4294 (i386nbsd_sigtramp_p): Adjust for changed signature of
4295 i386nbsd_sigtramp_offset.
4296
c822af0c
MK
4297 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4298 safe_frame_unwind_memory instead of target_read_memory.
4299
c0ccb908
MK
4300 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4301 !NO_SYS_FILE.
4302 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4303 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4304 (_initialize_kernel_u_addr): Remove prototype and function.
4305 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4306 !NO_SYS_FILE.
4307 * xcoffread.c: Likewise.
4308
b9e1c0d6
MK
43092004-08-06 Mark Kettenis <kettenis@gnu.org>
4310
4311 * vax-nat.c: New file.
4312 * vaxbsd-nat.c: Tweak comment.
4313 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4314 vaxnbsd-tdep.c.
4315 (vax-nat.o): New dependency.
4316 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4317 (vax-*-ultrix2*): Remove.
4318 * config/vax/vax.mh: New file.
4319 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4320 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4321 (vax_register_u_addr): New prototype.
4322 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4323 * config/vax/vaxult2.mh: Remove file.
4324 * config/vax/vaxult.mh: Remove file.
4325 * config/vax/vaxbsd.mh: Remove file.
4326 * config/vax/vax.mt (TM_FILE): Remove.
4327 * config/vax/tm-vaxbsd.h: Remove file.
4328
9ad7bec7
JB
43292004-08-06 Joel Brobecker <brobecker@gnat.com>
4330
4331 * aix-thread.c (get_signaled_thread): New function.
4332 (iter_trap): Delete, no longer used.
4333 (iter_tid): New function.
4334 (pd_update): Find the thread that received the SIGTRAP signal
4335 by first locating the kernel thread, and then finding its
4336 associated thread.
4337
bf0d233d
UW
43382004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4339
4340 * lin-lwp.c (child_wait): Continue inferior after processing
4341 PTRACE_EVENT_CLONE event.
4342
d0f853e1
NN
43432004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4344
4345 * MAINTAINERS: Add self to Write-After-Approval.
4346
ab14aeb0
JJ
43472004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4348
4349 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4350 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4351
9c8dbfa9
AC
43522004-08-05 Andrew Cagney <cagney@gnu.org>
4353
c8f3ca46
AC
4354 * config/xm-sysv4.h: Delete file.
4355 * config/mips/xm-irix5.h: Delete file.
4356 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4357 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4358 * config/ia64/xm-aix.h: Delete file.
4359 * config/ia64/aix.mh (XM_FILE): Delete.
4360 * config/pa/xm-hppah.h: Delete file.
4361 * config/pa/hpux11w.mh (XM_FILE): Delete.
4362 * config/pa/hpux11.mh (XM_FILE): Delete.
4363 * config/pa/hpux1020.mh (XM_FILE): Delete.
4364 * config/pa/hppahpux.mh (XM_FILE): Delete.
4365
5f7daaff
AC
4366 * config/alpha/xm-alphalinux.h: Delete file.
4367 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4368 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4369 * config/alpha/xm-alphaosf.h: Delete file.
4370 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4371 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4372 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4373 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4374
69babf95
AC
4375 * config/i386/xm-i386v.h: Delete file.
4376 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4377 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4378 * config/i386/xm-i386sco.h: Delete file.
4379 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4380 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4381 * config/i386/xm-i386v4.h: Delete file.
4382 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4383 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4384 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4385 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4386
6f009c8a
AC
4387 * config/vax/xm-vax.h: Delete file.
4388 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4389 * config/vax/xm-vaxult2.h: Delete file.
4390 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4391 * config/vax/vaxult2.mh (XM_FILE): Delete.
4392 * config/vax/xm-vaxult.h: Delete file.
4393 * config/vax/vaxult.mh (XM_FILE): Delete.
4394 * config/vax/xm-vaxbsd.h: Delete file.
4395 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4396
9c8dbfa9
AC
4397 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4398 * gdbarch.h, gdbarch.c: Re-generate.
4399 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4400 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4401 * frame.h: Delete deprecated_read_fp from comments.
4402 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4403 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4404
84367a3e
MK
44052004-08-04 Mark Kettenis <kettenis@gnu.org>
4406
9c8e3411
MK
4407 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4408 trampoline in OpenBSD 3.5-current.
4409
b87bc0d8
MK
4410 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4411 SSE registers.
4412
84367a3e
MK
4413 * Makefile.in: Remove embedded page breaks.
4414
a44bddec
JB
44152004-08-04 Jim Blandy <jimb@redhat.com>
4416
7ab3286f
JB
4417 * regcache.c (regcache_raw_read): Assert that, after calling
4418 target_fetch_registers, the register we're reading is cached.
4419
a44bddec
JB
4420 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4421 a call to 'internal_error', with a more helpful error message.
4422 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 4423 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 4424
35124113
AC
44252004-08-04 Andrew Cagney <cagney@gnu.org>
4426
4427 * Makefile.in: Update dependencies.
4428
9f643768
JB
44292004-08-04 Jim Blandy <jimb@redhat.com>
4430
6ced10dd
JB
4431 Change the layout of the PowerPC E500 raw register cache to allow
4432 the lower 32-bit halves of the GPRS to be their own raw registers,
4433 not pseudoregisters.
4434 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4435 add ppc_ev0_upper_regnum flag.
4436 * rs6000-tdep.c: #include "reggroups.h".
4437 (spe_register_p): Recognize the ev upper half registers as SPE
4438 registers.
4439 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4440 registers.
4441 (e500_move_ev_register): New function.
4442 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4443 vector registers are the pseudo-registers now, formed by splicing
4444 together the gprs and the upper-half registers.
4445 (e500_register_reggroup_p): New function.
4446 (P): Macro deleted.
4447 (P8, A4): New macro.
4448 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4449 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4450 macros.
4451 (registers_e500): Rearrange register set so that the raw register
4452 set contains 32-bit GPRs and upper-half registers, and the SPE
4453 vector registers become pseudo-registers.
4454 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4455 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4456 register numbers are now the same for the E500 as they are for
4457 other PowerPC variants. Register e500_register_reggroup_p as the
4458 register group function for the E500.
4459 * Makefile.in (rs6000-tdep.o): Update dependencies.
4460
4461 Adapt PPC E500 native support to the new raw regcache layout.
4462 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4463 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4464 (fetch_spe_register, store_spe_register): Handle fetching/storing
4465 all the SPE registers at once, if regno == -1. These now take
4466 over the job of fetch_spe_registers and store_spe_registers.
4467 (fetch_spe_registers, store_spe_registers): Deleted.
4468 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4469 unconditionally; they're always raw. Fetch/store SPE upper half
4470 registers, if present, instead of ev registers.
4471 (fetch_register, store_register): Remove sanity checks: gprs are
4472 never pseudo-registers now, so we never need to even mention any
4473 registers that are ever pseudoregisters.
4474
9f643768
JB
4475 Use a fixed register numbering when communicating with the PowerPC
4476 simulator.
4477 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4478 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4479 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4480 New functions.
4481 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4482 init_sim_regno_table.
4483 * Makefile.in (gdb_sim_ppc_h): New variable.
4484 (rs6000-tdep.o): Update dependencies.
4485
1e2279c8
AC
44862004-08-02 Andrew Cagney <cagney@gnu.org>
4487
1d94326f
AC
4488 * cris-tdep.c (cris_register_size): Restore function, still used
4489 locally.
4490
331ae7ed
AC
4491 * gdbarch.sh (deprecated_target_read_fp)
4492 (deprecated_frame_locals_address, deprecated_frame_args_address)
4493 (deprecated_frame_chain_valid, deprecated_frame_chain)
4494 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4495 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4496 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4497 * gdbarch.h, gdbarch.c: Re-generate.
4498 * regcache.c (deprecated_read_fp): Do not call
4499 DEPRECATED_TARGET_READ_FP_P.
4500 * infcmd.c (default_print_registers_info): Do not call
4501 DEPRECATED_DO_REGISTERS_INFO.
4502 * frame-base.c (default_frame_locals_address): Do not call
4503 DEPRECATED_FRAME_LOCALS_ADDRESS.
4504 (default_frame_args_address): Do not call
4505 DEPRECATED_FRAME_ARGS_ADDRESS.
4506
1e2279c8
AC
4507 * gdbarch.sh (deprecated_register_raw_size)
4508 (deprecated_register_virtual_size:int): Delete.
4509 * gdbarch.h, gdbarch.c: Re-generate.
4510 * cris-tdep.c (cris_register_size): Delete.
4511 (cris_gdbarch_init): Update.
4512 * alpha-tdep.c (alpha_register_raw_size)
4513 (alpha_register_virtual_size): Delete.
4514 (alpha_gdbarch_init): Update.
4515
a90c06b4
AC
4516 * gdbarch.sh (deprecated_register_virtual_type)
4517 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4518 (deprecated_dummy_write_sp): Delete.
4519 * gdbarch.h, gdbarch.c: Re-generate.
4520
f42accbe
AC
4521 * gdbarch.sh (deprecated_register_bytes): Delete.
4522 * gdbarch.h, gdbarch.c: Re-generate.
4523 * regcache.c (deprecated_register_bytes): New function.
4524 * regcache.h (deprecated_register_bytes): Declare.
4525 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4526 * v850-tdep.c (v850_gdbarch_init): Update.
4527 * sh64-tdep.c (sh64_gdbarch_init): Update.
4528 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4529 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4530 * mcore-tdep.c (mcore_gdbarch_init): Update.
4531 * cris-tdep.c (cris_gdbarch_init): Update.
4532 * arm-tdep.c (arm_gdbarch_init): Update.
4533 * remote.c (init_remote_state): Update.
4534 * remote-vx.c (vx_prepare_to_store): Update.
4535 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4536 * irix5-nat.c (fetch_core_registers): Update.
4537 * cris-tdep.c (cris_register_bytes_ok): Update.
4538 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4539
45c9dd44
AC
4540 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4541 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4542 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4543 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4544 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4545 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4546 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4547 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4548 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4549 with mips_insn16 and mips_insn32.
4550
3acba339
AC
4551 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4552 * rs6000-tdep.c (rs6000_push_dummy_call)
4553 (rs6000_extract_return_value): Use register_size.
4554 * xstormy16-tdep.c (xstormy16_get_saved_register)
4555 (xstormy16_extract_return_value): Ditto.
4556 * valops.c (value_assign): Ditto.
4557 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4558 * v850-tdep.c (v850_extract_return_value): Ditto.
4559 * tracepoint.c (collect_symbol): Ditto.
4560 * target.c (debug_print_register): Ditto.
4561 * stack.c (frame_info): Ditto.
4562 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4563 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4564 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4565 (store_register_using_P): Ditto.
4566 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4567 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4568 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4569 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4570 * regcache.c (deprecated_read_register_bytes)
4571 (deprecated_write_register_bytes, read_register)
4572 (write_register): Ditto.
4573 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4574 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4575 * monitor.c (monitor_supply_register, monitor_fetch_register)
4576 (monitor_store_register): Ditto.
4577 * mn10300-tdep.c (mn10300_pop_frame_regular)
4578 (mn10300_print_register): Ditto.
4579 * mipsv4-nat.c (fill_fpregset): Ditto.
4580 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4581 (mips64_fill_fpregset): Ditto.
4582 * mi/mi-main.c (register_changed_p, get_register)
4583 (mi_cmd_data_write_register_values): Ditto.
4584 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4585 * irix5-nat.c (fill_gregset, fetch_core_registers):
4586 * infrun.c (write_inferior_status_register): Ditto.
4587 * infptrace.c (fetch_register, store_register): Ditto.
4588 * infcmd.c (default_print_registers_info): Ditto.
4589 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4590 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4591 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4592 * hpux-thread.c (hpux_thread_fetch_registers)
4593 (hpux_thread_store_registers): Ditto.
4594 * hppah-nat.c (store_inferior_registers, fetch_register):
4595 * findvar.c (value_from_register): Ditto.
4596 * dve3900-rom.c (fetch_bitmapped_register):
4597 * cris-tdep.c (cris_gdbarch_init): Ditto.
4598 * alpha-tdep.h: Ditto.
4599 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4600
01e1877c
AC
4601 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4602 DEPRECATED_REGISTER_RAW_SIZE from comments.
4603 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4604 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4605 DEPRECATED_REGISTER_RAW_SIZE.
4606 * findvar.c (value_of_register): Simplify by assuming that the
4607 registers raw and virtual sizes are identical.
4608 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4609 comment.
4610 * arch-utils.c (generic_register_size): Simplify by assuming
4611 register_type.
4612
73f458fb
AC
4613 * regcache.c (legacy_read_register_gen, real_register)
4614 (legacy_write_register_gen): Delete, not used.
4615
336a3131
AC
4616 * regcache.c (struct regcache_descr): Delete legacy_p.
4617 (init_legacy_regcache_descr): Delete function.
4618 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4619 Do not use deprecated register functions.
4620 (regcache_raw_read, deprecated_write_register_gen):
4621 (deprecated_read_register_gen, regcache_raw_write): Delete code
4622 predicated on legacy_p.
4623 (register_size): Delete check against register raw size.
4624
c1d546cd
AC
4625 * cris-tdep.c (cris_register_type): Replace
4626 cris_register_virtual_type.
4627 (cris_gdbarch_init): Update, set register_type.
4628
48c2c0a6
AC
4629 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4630 * gdbarch.h, gdbarch.c: Re-generate.
4631 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4632 (arm_gdbarch_init) Do not set frameless function invocation.
4633 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4634 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4635 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4636 (frv_gdbarch_init): Do not set frameless function invocation.
4637 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4638 * sh-tdep.c (sh_gdbarch_init): Ditto.
4639 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4640 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4641 * avr-tdep.c (avr_gdbarch_init): Ditto.
4642
474093a6
AC
4643 * blockframe.c (legacy_frame_chain_valid): Delete function.
4644
3c109c8b
AC
4645 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4646 and pc. Update comments.
4647 (pc_in_dummy_frame): Delete function.
4648 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4649 use the "id".
4650 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4651 call_hi, top and pc, use the id.
4652 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4653
96860204
AC
4654 * dummy-frame.c: Include "gdb_string.h".
4655 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4656 (generic_save_dummy_frame_tos): Delete.
4657 (dummy_frame_push): New function, replaces above.
4658 * dummy-frame.h: Update copyright.
4659 (dummy_frame_push): Declare.
4660 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4661 (generic_save_call_dummy_addr): Delete declarations.
4662 * infcall.c: Include "dummy-frame.h".
4663 (call_function_by_hand): Add locals caller_regcache,
4664 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4665 with call to frame_save_as_regcache plus cleanup. Delete calls to
4666 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4667 Move clear_proceed_status to just before the resume, add call to
4668 dummy_frame_push (discard cleanup).
4669 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4670 (dummy-frame.o): Add $(gdb_string_h).
4671
d67ec5db
AC
46722004-08-01 Andrew Cagney <cagney@gnu.org>
4673
4674 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4675 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4676 * dummy-frame.c (find_dummy_frame): Delete.
4677 (struct dummy_frame_cache, dummy_frame_sniffer)
4678 (dummy_frame_prev_register, dummy_frame_this_id)
4679 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4680 frame unwinder using a dummy_frame_cache.
4681
a81dcb05
AC
46822004-08-01 Andrew Cagney <cagney@gnu.org>
4683
4684 * frame.h (frame_save_as_regcache): Declare.
4685 * frame.c (frame_save_as_regcache): New function.
4686 (do_frame_read_register): Replace do_frame_unwind_register.
4687 (frame_pop): Use frame_save_as_regcache.
4688 * dummy-frame.c (generic_push_dummy_frame): Use
4689 frame_save_as_regcache.
4690
aa495d11
JB
46912004-08-01 Joel Brobecker <brobecker@gnat.com>
4692
4693 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4694 file as included until we record the first line in the linetable.
4695
ff65ac78
AC
46962004-08-01 Andrew Cagney <cagney@gnu.org>
4697
4698 * frame.h (deprecated_pop_dummy_frame)
4699 (deprecated_read_register_dummy)
4700 (deprecated_generic_find_dummy_frame): Delete.
4701 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4702 (deprecated_read_register_dummy)
4703 (deprecated_find_dummy_frame_regcache)
4704 (discard_innermost_dummy)
4705 (deprecated_pop_dummy_frame): Delete.
4706 (dummy_frame_this_id): Simplify.
4707 (struct dummy_frame): Delete "fp" and "sp".
4708 (find_dummy_frame): Simplify.
4709 (generic_push_dummy_frame): Do not set "fp" or "sp".
4710 (fprint_dummy_frames): Do not print "fp" and "sp"
4711
37bdc87e
MK
47122004-08-01 Mark Kettenis <kettenis@gnu.org>
4713
4714 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4715 (struct i386_insn): New structure.
4716 (i386_match_insn): New function.
4717 (i386_frame_setup_skip_insns): New variable.
4718 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4719 array i386_frame_setup_insns of instructions that should be
4720 skipped inside the frame setup sequence.
4721
8241eaa6
AC
47222004-08-01 Andrew Cagney <cagney@gnu.org>
4723
5bc602c7
AC
4724 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4725 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4726 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4727 * stack.c (frame_info): Delete references to
4728 DEPRECATED_FRAME_INIT_SAVED_REGS and
4729 deprecated_get_frame_saved_regs.
4730 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4731 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4732 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4733 (frame_unwind_register_signed)
4734 (frame_unwind_register_unsigned)
4735 (frame_unwind_unsigned_register): Use register_size.
4736 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4737 (deprecated_frame_xmalloc_with_cleanup)
4738 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4739 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4740
03d363a1
AC
4741 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4742 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4743 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4744 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4745
8241eaa6
AC
4746 * infcall.c (call_function_by_hand): Do not use
4747 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4748 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4749 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4750 DEPRECATED_STACK_ALIGN.
4751
f00df8b7
AC
47522004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4753
4754 Committed by Andrew Cagney.
4755 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4756
eec63939
AC
47572004-08-01 Andrew Cagney <cagney@gnu.org>
4758
4759 * mips-tdep.c (mips16_frame_cache)
4760 (mips16_frame_this_id, mips16_frame_prev_register)
4761 (mips16_frame_unwind, mips16_frame_sniffer)
4762 (mips16_frame_base_address, mips16_frame_base)
4763 (mips16_frame_base_sniffer, mips32_frame_cache)
4764 (mips32_frame_this_id, mips32_frame_prev_register)
4765 (mips32_frame_unwind, mips32_frame_sniffer)
4766 (mips32_frame_base_address, mips32_frame_base)
4767 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4768 separate heuristic mips16 and mips32 unwinders.
4769 (mips_stub_frame_cache, mips_stub_frame_this_id)
4770 (mips_stub_frame_prev_register)
4771 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4772 (mips_stub_frame_base_address, mips_stub_frame_base)
4773 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4774 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4775 match true mdebug frames.
4776 (non_heuristic_proc_desc): Add forward declaration.
4777
e66299b3
AC
47782004-08-01 Andrew Cagney <cagney@gnu.org>
4779
83cbbf3e
AC
4780 * config/mips/tm-irix6.h: Delete file.
4781 * config/mips/tm-irix5.h: Delete file.
4782 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4783 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4784
22d41b37
AC
4785 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4786 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4787 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4788 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4789 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4790 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4791 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4792 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4793 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4794 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4795 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4796 (TARGET_SIGNAL_RAW_VALUES): Delete.
4797 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4798 Delete.
4799 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4800 (TARGET_HW_WATCH_LIMIT): Delete.
4801 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4802 * minimon.h: Delete file.
4803
e66299b3
AC
4804 * trad-frame.c (trad_frame_get_this_base)
4805 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4806 functions.
4807 * trad-frame.h (trad_frame_set_this_base)
4808 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4809
1f67027d
AC
48102004-07-31 Andrew Cagney <cagney@gnu.org>
4811
4812 * trad-frame.c (trad_frame_get_prev_register): Rename
4813 trad_frame_get_prev_register.
4814 * vax-tdep.c (vax_frame_prev_register): Update.
4815 * trad-frame.h: Update.
4816 * trad-frame.c (trad_frame_get_register): Update.
4817 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4818 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4819 Update.
4820 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4821 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4822 Update.
4823 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4824 Update.
4825 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4826 Update.
4827 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4828 Update.
4829 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4830 Update.
4831 * s390-tdep.c (s390_frame_prev_register)
4832 (s390_stub_frame_prev_register)
4833 (s390_sigtramp_frame_prev_register): Update.
4834 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4835 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4836 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4837 * m88k-tdep.c (m88k_frame_prev_register)
4838 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4839 * m32r-tdep.c (m32r_frame_prev_register): Update.
4840 * hppa-tdep.c (hppa_frame_prev_register_helper)
4841 * frv-tdep.c (frv_frame_prev_register): Update.
4842 * d10v-tdep.c (d10v_frame_prev_register): Update.
4843 * cris-tdep.c (cris_frame_prev_register): Update.
4844 * avr-tdep.c (avr_frame_prev_register): Update.
4845 * arm-tdep.c (arm_prologue_prev_register)
4846 (arm_sigtramp_prev_register): Update.
4847
c1bf6f65
AC
48482004-07-31 Andrew Cagney <cagney@gnu.org>
4849
4850 * frame.h (legacy_saved_regs_unwind)
4851 (legacy_frame_chain_valid, legacy_frame_p)
4852 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
4853 * dummy-frame.c (dummy_frame_this_id): Simplify.
4854 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
4855 * frame.c (struct frame_info): Delete the field "type".
4856 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4857 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4858 (legacy_saved_regs_unwind, legacy_frame_p)
4859 (frame_type_from_pc): Delete.
4860 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4861 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4862
dc856692
MK
48632004-07-31 Mark Kettenis <kettenis@gnu.org>
4864
5a5effe1
MK
4865 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4866 indentation.
4867
d4fd50a6
MK
4868 * mips-nat.c: Remove file.
4869 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4870 (mips-nat.o): Remove dependency.
4871
2689df5a
MK
4872 * infptrace.c: Update copyright year.
4873 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4874 explicitly setting the buffer to all zeroes.
4875
dc856692
MK
4876 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4877 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4878
763910e0
AC
48792004-07-30 Andrew Cagney <cagney@gnu.org>
4880
4881 * GDB 6.2 released from gdb_6_2-branch.
4882
0b66e38c
EZ
48832004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4884
4885 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4886
4887 * exec.c (exec_file_attach):
4888 * nto-tdep.c (nto_find_and_open_solib):
4889 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4890 * solib.c (solib_open):
4891 * somsolib.c (som_solib_sizeof_symbol_table):
4892 * source.c (is_regular_file, openp, open_source_file):
4893 * symfile.c (symfile_bfd_open):
4894 * wince.c (upload_to_device): Differentiate between the search for
4895 binary and source files.
4896
be7d7357
AC
48972004-07-30 Andrew Cagney <cagney@gnu.org>
4898
4899 * complaints.c (_initialize_complaints): Pass NULL to
4900 add_setshow_zinteger_cmd for help_doc.
4901 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4902
ddc9cd0f
AC
49032004-07-30 Andrew Cagney <cagney@gnu.org>
4904
4905 Fix PR i18n/761.
4906 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4907 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4908 $(PACKAGE).pot and update-po.
4909 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4910 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4911 (update-po): New rules.
4912 (localedir): Define using autoconf.
4913 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4914 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4915 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4916 * configure.in: Generate CATALOGS and LINGUAS from contents of
4917 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4918 * configure: Re-generate.
4919 * po/gdbtext: New file
4920
e92f3704
JG
49212004-07-30 Jerome Guitton <guitton@gnat.com>
4922
4923 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4924 order.
4925
b0f35d58
DL
49262004-07-30 David Lecomber <dsl@sources.redhat.com>
4927
4928 * dwarf2read.c (read_file_scope): Set producer if attribute
4929 present.
4930 (struct dwarf2_cu): Added new member producer.
4931
ce7d4522
JG
49322004-07-30 Jerome Guitton <guitton@gnat.com>
4933
4934 * inflow.c (kill_command): release file handles in BFD.
4935 * exec.c (exec_file_attach): Ditto.
4936 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4937
05ee07c7
AC
49382004-07-29 Andrew Cagney <cagney@gnu.org>
4939
4940 * PROBLEMS (mips-irix): Note that it is broken.
4941
62eceb47
AC
49422004-07-29 Andrew Cagney <cagney@gnu.org>
4943
e57b8d41
AC
4944 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4945 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4946
d334389b
AC
4947 * config/xm-nbsd.h: Delete file.
4948 * config/arm/xm-nbsd.h: Delete file.
4949 * config/i386/xm-nbsd.h: Delete file.
4950 * config/ns32k/xm-nbsd.h: Delete file.
4951 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4952 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4953 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4954 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4955 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4956
e910f676
AC
4957 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4958 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4959 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4960 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4961 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4962 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4963
6fa856b9
AC
4964 * config/powerpc/xm-linux.h: Delete empty file.
4965 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4966 * config/powerpc/linux.mh (XM_FILE): Delete.
4967 * config/m68k/xm-linux.h: Delete empty file.
4968 * config/m68k/linux.mh (XM_FILE): Delete.
4969 * config/ia64/xm-linux.h: Delete empty file.
4970 * config/ia64/linux.mh (XM_FILE): Delete.
4971 * config/arm/xm-linux.h: Delete empty file.
4972 * config/arm/linux.mh (XM_FILE): Delete.
4973
471ae5ae
AC
4974 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4975 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4976 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4977 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4978 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4979 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4980 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4981 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4982
62eceb47
AC
4983 * config/m68k/xm-m68k.h: Delete file.
4984 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4985 copyright.
4986 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4987 * config/pa/xm-linux.h: Delete empty file.
4988 * config/pa/linux.mh (XM_FILE): Delete.
4989 * config/i386/xm-i386.h: Delete empty file.
4990 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4991 "i386/xm-i386.h".
4992 * config/i386/obsdaout.mh (XM_FILE): Delete.
4993 * config/i386/obsd64.mh (XM_FILE): Delete.
4994 * config/i386/fbsd64.mh (XM_FILE): Delete.
4995 * config/i386/nto.mh (XM_FILE): Delete.
4996 * config/i386/obsd.mh (XM_FILE): Delete.
4997 * config/i386/linux64.mh (XM_FILE): Delete.
4998 * config/i386/linux.mh (XM_FILE): Delete.
4999 * config/i386/i386sol2.mh (XM_FILE): Delete.
5000 * config/i386/i386gnu.mh (XM_FILE): Delete.
5001 * config/i386/fbsd.mh (XM_FILE): Delete.
5002 * config/i386/nbsd64.mh (XM_FILE): Delete.
5003
c35f4ffc
AC
50042004-07-29 Andrew Cagney <cagney@gnu.org>
5005
5006 * config/pa/xm-linux.h: Do not include "floatformat.h".
5007 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5008 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5009 * config/i386/xm-i386.h: Do not include "floatformat.h".
5010 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5011 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
5012 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
5013 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
5014 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
5015 GDB_HOST_LONG_DOUBLE_FORMAT instead.
5016 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
5017 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
5018 * configure, config.in: Regenerate.
5019 * configure.host (gdb_host_float_format, gdb_host_double_format)
5020 (gdb_host_long_double_format): Set according to the host.
5021
624a44a3
AC
50222004-07-29 Andrew Cagney <cagney@gnu.org>
5023
5024 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
5025
0dea2468
AC
50262004-07-28 Andrew Cagney <cagney@gnu.org>
5027
5028 * PROBLEMS: Mention threads/1650.
5029 * NEWS: Mention the NPTL fix.
5030
b3f42336
AC
50312004-07-28 Andrew Cagney <cagney@gnu.org>
5032
5033 * cli/cli-decode.c (add_setshow_cmd): Delete function.
5034 (add_setshow_cmd_full): Make static.
5035 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
5036 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
5037 * cli/cli-decode.c (add_setshow_filename_cmd)
5038 (add_setshow_string_cmd): New functions.
5039 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
5040 * mips-tdep.c (_initialize_mips_tdep): Update.
5041 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
5042 * cli/cli-logging.c (_initialize_cli_logging): Update.
5043 * complaints.c (_initialize_complaints): Update.
5044 * remote.c (_initialize_remote): Update.
5045
3b64bf98
AC
50462004-07-28 Andrew Cagney <cagney@gnu.org>
5047
5048 * cli/cli-decode.c (add_setshow_zinteger_cmd)
5049 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
5050 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
5051 print parameters. Make string parameters constant.
5052 * command.h: Update. Update copyright.
5053 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
5054 * observer.c (_initialize_observer): Ditto.
5055 * frame.c (_initialize_frame): Ditto.
5056 * complaints.c (_initialize_complaints): Ditto.
5057 * maint.c (_initialize_maint_cmds): Ditto.
5058 * target.c (initialize_targets): Ditto.
5059 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
5060 * infcall.c (_initialize_infcall): Ditto.
5061 * arm-tdep.c (_initialize_arm_tdep): Ditto.
5062 * m32r-rom.c (_initialize_m32r_rom): Ditto.
5063 * remote-rdi.c (_initialize_remote_rdi): Ditto.
5064 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
5065 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5066
e9667a65
AC
50672004-07-28 Andrew Cagney <cagney@gnu.org>
5068
54a5b07d
AC
5069 * gdbtypes.c (lookup_primitive_typename): Delete function.
5070 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
5071 * ada-lex.l: Use language_lookup_primitive_type_by_name.
5072 * gdbtypes.c (lookup_typename): Ditto.
5073 * f-exp.y (yylex): Ditto.
5074 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
5075
e9667a65
AC
5076 * scm-lang.c (c_builtin_types): Delete extern declaration.
5077 (scm_language_defn): Replace
5078 string_char_type and primitive_type_vector with
5079 la_language_arch_info.
5080 * jv-lang.c (java_language_defn): Replace
5081 string_char_type and primitive_type_vector with
5082 la_language_arch_info.
5083 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
5084 c_builtin_types in comment.
5085 * c-lang.h (struct language_arch_info): Declare opaque.
5086 (c_language_arch_info): Declare.
5087 (c_builtin_types): Delete declaration.
5088 * c-lang.c (c_language_arch_info): Set string_char_type to
5089 builtin_char, not builtin_true_char. Make global.
5090 (c_builtin_types): Delete array.
5091 (asm_language_defn, minimal_language_defn): Replace
5092 string_char_type and primitive_type_vector with
5093 la_language_arch_info.
5094
685419e2
AC
50952004-07-28 Andrew Cagney <cagney@gnu.org>
5096
5097 * gdbtypes.h (struct builtin_type): Rename true_char to
5098 builtin_true_char.
5099 * gdbtypes.c (gdbtypes_post_init): Update.
5100 * c-lang.c (arch_info): New function.
5101 (enum c_primitive_types): New enum.
5102 (c_language_defn): Instead of string_char_type and
5103 primitive_type_vector set la_language_arch_info.
5104
5a44ea29
AC
51052004-07-28 Andrew Cagney <cagney@gnu.org>
5106
5107 * language.h (struct language_arch_info): Fix typo
5108 s/primative/primitive/.
5109 * gdbtypes.c (lookup_primitive_typename): Ditto.
5110 * language.c (language_lookup_primitive_type_by_name)
5111 (unknown_language_arch_info): Ditto.
5112
f290d38e
AC
51132004-07-27 Andrew Cagney <cagney@gnu.org>
5114
5115 * defs.h (enum language): Add nr_languages.
5116 * language.h (struct language_arch_info): Define.
5117 (struct language_defn): Add la_language_arch_info.
5118 (language_lookup_primative_type_by_name): Declare.
5119 (language_string_char_type): Declare.
5120 * language.c (_initialize_language, language_gdbarch_post_init)
5121 (struct language_gdbarch, language_gdbarch_data): Implement
5122 per-architecture language information.
5123 (unknown_language_arch_info, language_string_char_type)
5124 (language_lookup_primative_type_by_name): New functions.
5125 (unknown_language_defn, auto_language_defn)
5126 (local_language_defn): Set la_language_arch_info to
5127 unknown_language_arch_info.
5128 (unknown_builtin_types): Delete.
5129 * gdbtypes.c (lookup_primitive_typename): Use
5130 language_lookup_primative_type_by_name.
5131 (create_string_type): Use language_string_char_type.
5132 * values.c (value_from_string): Use language_string_char_type.
5133 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5134 * p-lang.c (pascal_language_defn): Ditto.
5135 * m2-lang.c (m2_language_defn): Ditto.
5136 * jv-lang.c (java_language_defn): Ditto.
5137 * objc-lang.c (objc_language_defn): Ditto.
5138 * f-lang.c (f_language_defn): Ditto.
5139 * c-lang.c (c_language_defn, cplus_language_defn)
5140 (asm_language_defn, minimal_language_defn): Ditto.
5141
000177f0
AC
51422004-07-27 Andrew Cagney <cagney@gnu.org>
5143
5144 * gdbtypes.h (struct builtin_type): Declare.
5145 (builtin_type): Declare.
5146 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5147 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5148 (gdbtypes_post_init): New function.
5149 (builtin_type): New function.
5150
e22f895c
KI
51512004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5152
5153 * remote-m32r-sdi.c: Fix breakpoint bug.
5154 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5155 recv_char_data, recv_long_data): New functions to replace communication
5156 sequences.
5157
536517dd
MC
51582004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5159
5160 Document PR threads/1650.
5161 * PROBLEMS (Threads): Document problem with many threads
5162
a0a44d18
AC
51632004-07-26 Andrew Cagney <cagney@gnu.org>
5164
5165 * gdb-mi.el: Move from here ...
5166 * mi/gdb-mi.el: ... to here.
5167
7ac4ac06
AC
51682004-07-26 Andrew Cagney <cagney@gnu.org>
5169
5170 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5171 * main.c (captured_main): When in batch mode always detach.
5172
a1b461bf
AC
51732004-07-26 Andrew Cagney <cagney@gnu.org>
5174
5175 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5176 and h8300 as broken.
5177 * NEWS: END-OF-LIFE frame compatibility module.
5178 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5179 specific comments.
5180
cb1a6d5f
AC
51812004-07-26 Andrew Cagney <cagney@gnu.org>
5182
5183 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5184 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5185 * wince.c (_initialize_wince): Update.
5186 * win32-nat.c (_initialize_win32_nat): Update.
5187 * varobj.c (_initialize_varobj): Update.
5188 * valops.c (_initialize_valops): Update.
5189 * utils.c (initialize_utils, initialize_utils): Update.
5190 * tui/tui-win.c (_initialize_tui_win): Update.
5191 * top.c (init_main): Update.
5192 * symfile.c (_initialize_symfile): Update.
5193 * source.c (_initialize_source): Update.
5194 * somsolib.c (_initialize_som_solib): Update.
5195 * solib.c (_initialize_solib): Update.
5196 * solib-frv.c (_initialize_frv_solib): Update.
5197 * serial.c (_initialize_serial): Update.
5198 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5199 * remote.c (_initialize_remote, _initialize_remote): Update.
5200 * remote-vx.c (_initialize_vx): Update.
5201 * remote-utils.c (_initialize_sr_support): Update.
5202 * remote-sds.c (_initialize_remote_sds): Update.
5203 * remote-mips.c (_initialize_remote_mips): Update.
5204 * remote-e7000.c (_initialize_remote_e7000): Update.
5205 * proc-api.c (_initialize_proc_api): Update.
5206 * printcmd.c: Update.
5207 * parse.c (_initialize_parse): Update.
5208 * pa64solib.c (_initialize_pa64_solib): Update.
5209 * p-valprint.c (_initialize_pascal_valprint): Update.
5210 * monitor.c (_initialize_remote_monitors): Update.
5211 * mips-tdep.c (_initialize_mips_tdep): Update.
5212 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5213 * maint.c (_initialize_maint_cmds): Update.
5214 * lin-lwp.c (_initialize_lin_lwp): Update.
5215 * language.c (_initialize_language): Update.
5216 * kod.c (_initialize_kod): Update.
5217 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5218 * i386-tdep.c (_initialize_i386_tdep): Update.
5219 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5220 * gdbarch.sh: Update.
5221 * gdbarch.c: Re-generate.
5222 * gdb-events.sh: Update.
5223 * gdb-events.c: Re-generate.
5224 * frame.c (_initialize_frame): Update.
5225 * exec.c: Update.
5226 * demangle.c (_initialize_demangler): Update.
5227 * dcache.c (_initialize_dcache): Update.
5228 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5229 * cp-valprint.c (_initialize_cp_valprint): Update.
5230 * corefile.c (_initialize_core): Update.
5231 * command.h: Update.
5232 * cli/cli-decode.h: Update.
5233 * cli/cli-cmds.c (init_cli_cmds): Update.
5234 * charset.c (_initialize_charset): Update.
5235 * breakpoint.c (_initialize_breakpoint): Update.
5236 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5237 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5238 * aix-thread.c (_initialize_aix_thread): Update.
5239
b4632131
MK
52402004-07-24 Mark Kettenis <kettenis@gnu.org>
5241
5242 Partial fix for PR backtrace/1718.
5243 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5244 that GCC migrates into the prolugue. Don't handle any
5245 instructions that clobber %ebx.
5246
822c9732
AC
52472004-07-23 Andrew Cagney <cagney@gnu.org>
5248
5249 Use regcache_raw_collect instead of regcache_collect.
5250 * regcache.h (regcache_collect): Delete declaration.
5251 * regcache.c (regcache_colect): Delete function.
5252 * win32-nat.c (do_child_store_inferior_registers): Update.
5253 * sol-thread.c (sol_thread_store_registers): Update.
5254 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5255 * rs6000-nat.c (store_register): Update.
5256 * remote.c (store_register_using_P, remote_store_registers): Update.
5257 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5258 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5259 (fill_vrregset, store_spe_registers, fill_gregset)
5260 (fill_gregset): Update.
5261 * nto-procfs.c (procfs_store_registers): Update.
5262 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5263 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5264 * m68klinux-nat.c (store_register, fill_gregset): Update.
5265 * m68k-tdep.c (fill_gregset): Update.
5266 * infptrace.c (store_register): Update.
5267 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5268 * i386-linux-nat.c (store_register, fill_gregset): Update.
5269 * hppa-linux-nat.c (fill_gregset): Update.
5270 * go32-nat.c (store_register): Update.
5271 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5272 (store_fp_regs): Update.
5273 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5274 (store_nwfpe_extended, store_fpregister, store_fpregs)
5275 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5276 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5277 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5278 (store_regs_user_thread, store_regs_kernel_thread): Update.
5279
32b05c07
MK
52802004-07-24 Mark Kettenis <kettenis@gnu.org>
5281
5282 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5283 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5284 encoding.
5285 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5286 member of `struct comp_unit'.
5287
8567c30f
AC
52882004-07-23 Andrew Cagney <cagney@gnu.org>
5289
5290 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5291 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5292
f6da8dd8
MH
52932004-07-23 Martin Hunt <hunt@redhat.com>
5294 Kevin Buettner <kevinb@redhat.com>
5295
5296 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5297 alignment was being added to the offset instead of multiplied.
5298
bd921882
MK
52992004-07-23 Mark Kettenis <kettenis@gnu.org>
5300
24f033e8
MK
5301 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5302 changed signal trampoline in OpenBSD 3.5-current.
5303
90f3cecd
MK
5304 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5305 <machine/pcb.h> and "bsd-kvm.h".
5306 (sparc64nbsd_supply_pcb): New function.
5307 (_initialize_sparc64nbsd_nat): Renamed from
5308 _initialize_sparcnbsd_nat. Enable libkvm interface.
5309 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5310 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5311 (LOADLIBES): New variable.
5312
a4954a62
MK
5313 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5314
bd921882
MK
5315 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5316
23a6d369
AC
53172004-07-21 Andrew Cagney <cagney@gnu.org>
5318
5319 Use regcache_raw_supply instead of supply_register.
5320 * regcache.h (supply_register): Delete declaration.
5321 * regcache.c (supply_register): Delete function.
5322 * wince.c (do_child_fetch_inferior_registers): Update.
5323 * win32-nat.c (do_child_fetch_inferior_registers)
5324 (fetch_elf_core_registers): Update.
5325 * v850ice.c (v850ice_fetch_registers): Update.
5326 * thread-db.c (thread_db_store_registers): Update.
5327 * sol-thread.c (sol_thread_store_registers): Update.
5328 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5329 * rs6000-nat.c (fetch_register): Update.
5330 * rom68k-rom.c (rom68k_supply_one_register): Update.
5331 * remote.c (remote_wait, remote_async_wait): Update.
5332 * remote-st.c (get_hex_regs): Update.
5333 * remote-sim.c (gdbsim_fetch_register): Update.
5334 * remote-sds.c (sds_fetch_registers): Update.
5335 * remote-rdp.c (remote_rdp_fetch_register): Update.
5336 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5337 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5338 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5339 * remote-hms.c (init_hms_cmds): Update.
5340 * remote-est.c (init_est_cmds): Update.
5341 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5342 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5343 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5344 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5345 (fetch_register, supply_vrregset, supply_vrregset)
5346 (fetch_spe_registers): Update.
5347 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5348 * monitor.c (monitor_supply_register): Update.
5349 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5350 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5351 (mipsnbsd_supply_fpreg): Update.
5352 * mips-nat.c (fetch_inferior_registers)
5353 (fetch_core_registers): Update.
5354 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5355 (supply_fpregset, mips64_supply_gregset)
5356 (mips64_supply_fpregset): Update.
5357 * m68klinux-nat.c (fetch_register, supply_gregset)
5358 (supply_fpregset): Update.
5359 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5360 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5361 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5362 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5363 * infptrace.c (fetch_register): Update.
5364 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5365 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5366 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5367 (gnu_fetch_registers, gnu_store_registers): Update.
5368 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5369 * i386-linux-nat.c (fetch_register, supply_gregset)
5370 (dummy_sse_values): Update.
5371 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5372 * hppah-nat.c (fetch_register): Update.
5373 * hppa-linux-nat.c (fetch_register, supply_gregset)
5374 (supply_fpregset): Update.
5375 * go32-nat.c (fetch_register): Update.
5376 * dve3900-rom.c (fetch_bitmapped_register)
5377 (_initialize_r3900_rom): Update.
5378 * cris-tdep.c (supply_gregset): Update.
5379 * abug-rom.c (init_abug_cmds): Update.
5380 * core-aout.c (fetch_core_registers): Update.
5381 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5382 (fetch_register, fetch_fp_register): Update.
5383 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5384 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5385 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5386 * alphanbsd-tdep.c (fetch_core_registers): Update.
5387 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5388 * alpha-nat.c (fetch_osf_core_registers)
5389 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5390 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5391 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5392
73cc75f3
AC
53932004-07-21 Andrew Cagney <cagney@gnu.org>
5394
5395 * PROBLEMS: Mention breakpoints/1702.
5396 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5397 that is known to work.
5398
a53c66de
AC
53992004-07-21 Andrew Cagney <cagney@gnu.org>
5400
5401 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5402 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5403 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5404 (handle_inferior_event): Wrap call to deprecated
5405 IGNORE_HELPER_CALL in #ifdef.
5406 * config/mips/tm-nbsd.h: Update.
5407
708ff411
JB
54082004-07-20 Jim Blandy <jimb@redhat.com>
5409
412b3060
JB
5410 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5411 bfd_mach_ppc has no segment registers.
5412
13ac140c
JB
5413 Include PowerPC SPR numbers for special-purpose registers.
5414 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5415 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5416 new member in initializer.
5417 (S, S4, SN4, S64): New macros for defining special-purpose
5418 registers.
5419 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5420 registers_403, registers_403GC, registers_505, registers_860,
5421 registers_601, registers_602, registers_603, registers_604,
5422 registers_750, registers_e500): Use them.
5423
708ff411
JB
5424 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5425 replace references with expression used to initialize variable.
5426
1f602b35
AC
54272004-07-20 Andrew Cagney <cagney@gnu.org>
5428
5429 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5430 read_memory_nobpt.
5431 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5432 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5433 (s390_sigtramp_frame_sniffer): Update.
5434 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5435 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5436 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5437 (mips32_fetch_instruction): Update.
5438 * mcore-tdep.c (get_insn): Update.
5439 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5440 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5441 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5442 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5443 (i386_linux_rt_sigtramp_start): Update.
5444 * i386-linux-nat.c (child_resume): Update.
5445 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5446 * hppa-linux-tdep.c (insns_match_pattern): Update.
5447 * gdbcore.h: Update.
5448 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5449 * frame.c (safe_frame_unwind_memory): Update.
5450 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5451 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5452 * alpha-tdep.c (alpha_read_insn): Update.
5453
2cd8546d
AC
54542004-07-20 Andrew Cagney <cagney@gnu.org>
5455
5456 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5457 containing both bytes and mask. Add "frame_type".
5458 * tramp-frame.c (tramp_frame_start): Update.
5459 (tramp_frame_prepend_unwinder): Update.
5460 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5461 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5462 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5463 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5464
f928dd62
EZ
54652004-07-19 Eli Zaretskii <eliz@gnu.org>
5466
5467 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5468 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5469 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5470 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5471
d5c560f7
AC
54722004-07-17 Andrew Cagney <cagney@gnu.org>
5473
860660cb
AC
5474 * NEWS, PROBLEMS: Update for 6.2.
5475
8c266f54
AC
5476 * README: Update to 6.2.
5477
a552edd9
AC
5478 * utils.c (xvasprintf): Call xstrvprintf.
5479
c4a172b5
AC
5480 * parse.c: Update copyright.
5481 (null_post_parser): Eliminate ARGSUSED.
5482
da745b36
AC
5483 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5484 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5485 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5486
9cbc6ef0
AC
5487 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5488 * ppc-linux-nat.c: Use "Linux kernel".
5489 * hppa-linux-tdep.c: Use GNU/Linux.
5490 * hppa-linux-nat.c: Use GNU/Linux.
5491 * dwarfread.c: Add [sic] to use of Linux.
5492
1b89295f
AC
5493 * hppa-linux-nat.c: Do not include <string.h>.
5494 (supply_fpregset): Remove "register" attribute.
5495
d5c560f7
AC
5496 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5497
7ddd7709
MK
54982004-07-17 Mark Kettenis <kettenis@gnu.org>
5499
b1d19a62
MK
5500 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5501 * configure, config.in: Regenerated.
5502
7ddd7709
MK
5503 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5504 "bsd-kvm.h".
5505 (vaxbsd_supply_pcb): New function.
5506 (_initialize_vaxbsd_nat): New prototype and function.
5507 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5508 solib-sunos.o.
5509 (LOADLIBES): New variable.
5510 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5511 (LOADLIBES): New variable.
5512 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5513 (LOADLIBES): New variable.
5514 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5515
2c07db7a
AC
55162004-07-16 Andrew Cagney <cagney@gnu.org>
5517
5518 * defs.h (event_loop_p): Replace variable declaration with macro,
5519 always 1.
5520 * main.c (captured_main): Delete options "-async" and "-noasync".
5521 (event_loop_p): Delete variable.
5522 * NEWS: Mention that "-async" and "-noasync" were removed.
5523
717eb1cf
AC
55242004-07-16 Andrew Cagney <cagney@gnu.org>
5525
5526 * remote-m32r-sdi.c: Re-indent.
5527
c101bc14
JB
55282004-07-16 Jim Blandy <jimb@redhat.com>
5529
5109a438
JB
5530 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5531 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5532 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5533 missing MPC823 SPRs.
5534 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5535 incorrect. (This was corrected in GDB's register name tables on
5536 2004-07-14.)
5537
c101bc14
JB
5538 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5539 should be "esasrr" ("ESA Save and Restore Register").
5540
7ce450bd
AC
55412004-07-16 Andrew Cagney <cagney@gnu.org>
5542
5543 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5544 calls, no longer applicable. Update comments and rename parameter
5545 "step_frame" to "return_frame".
5546
ca73dd9d
AC
55472004-07-16 Andrew Cagney <cagney@gnu.org>
5548
5549 * frame.c (fprint_field): New function.
5550 (fprint_frame_id): Use fprint_field.
5551
31941f6d
JB
55522004-07-15 Joel Brobecker <brobecker@gnat.com>
5553
5554 * ada-lang.c (ada_language_defn): Remove commented out code.
5555
f86a7158
JB
55562004-07-15 Jim Blandy <jimb@redhat.com>
5557
5558 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5559 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5560
c24791ec
JB
55612004-07-14 Jim Blandy <jimb@redhat.com>
5562
29bb1356
JB
5563 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5564
cc98b5cc
JB
5565 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5566
8f088af7
JB
5567 * ppc-tdep.h (ppc_num_srs): New enum constant.
5568
0ea0ec5f
JB
5569 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5570 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5571 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5572 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5573 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5574 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5575 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5576 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5577 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5578 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5579 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5580 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5581 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5582 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5583 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5584 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5585 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5586 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5587 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5588 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5589 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5590 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5591 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5592 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5593 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5594 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5595 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5596 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5597 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5598 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5599 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5600 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5601 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5602 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5603 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5604 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5605 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5606 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5607 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5608 special-purpose register numbers.
5609
c24791ec
JB
5610 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5611 manual mentions 'md_twb', but many mention 'm_twb', and at that
5612 point in the register list.)
5613
d833db3b
AC
56142004-07-14 Andrew Cagney <cagney@gnu.org>
5615
5616 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5617 instead of "internal-error".
5618
080228b2
JB
56192004-07-10 Joel Brobecker <brobecker@gnat.com>
5620
5621 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5622 that was inserted inside a comment.
5623
c268433a
RC
56242004-07-10 Randolph Chung <tausq@debian.org>
5625
5626 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5627 function.
5628 (hppa_hpux_push_dummy_code): New function.
5629 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5630 Set find_global_pointer method.
5631
71009278
MK
56322004-07-10 Mark Kettenis <kettenis@gnu.org>
5633
5634 * NEWS: Mention BSD libkvm interface.
5635
b2fa5097
MS
56362004-07-10 Michael Snyder <msnyder@redhat.com>
5637
5638 * symfile.c (generic_load): Comment typo.
5639 * stack.c (get_selected_block): Ditto.
5640 * regcache.c (regcache_cooked_read): Ditto.
5641 * monitor.c (monitor_debug): Ditto.
5642 * mips-tdep.c (mips_read_pc): Ditto.
5643 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5644 * gdb_mbuild.sh: Ditto.
5645 * gdbarch.sh: Ditto.
5646 * gdbarch.h: Ditto.
5647
c3e5cd34
PH
56482004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5649
8a2225b2
PH
5650 * ada-tasks.c: Remove file.
5651
c3e5cd34
PH
5652 Remove ARI problems:
5653
5654 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5655 beginning of line.
5656
5657 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5658 Add comment.
5659 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5660 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5661 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5662 (UMIN_OF_SIZE): Remove.
5663 (max_of_type): New function to replace orphan macro in gdbtypes.h
5664 (min_of_type): Ditto.
5665 (discrete_type_high_bound): Use max_of_type.
5666 (discrete_type_low_bound): Use min_of_type.
5667 (possible_user_operator_p): Move operator to beginning of line.
5668 (ada_is_variant_part): Ditto.
5669 (ensure_lval): Rewrite to avoid deprecated operations.
5670 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5671 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5672 (ada_enum_name): Remove assignments in 'if' statements.
5673 (build_ada_types): Add gdbarch parameter.
5674 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5675 with gdbarch_data_register_post_init.
5676 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5677 add_show_from_set.
5678
5679 * ada-valprint.c (inspect_it): Remove declaration.
5680 (repeat_count_threshold): Remove declaration.
5681 (ada_print_floating): Remove assignments in 'if' statements.
5682 (print_str): Move operator to beginning of line.
5683
61ce229a
JB
56842004-07-08 Jim Blandy <jimb@redhat.com>
5685
5686 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5687
09bcec80
BR
56882004-07-08 Bob Rossi <bob@brasko.net>
5689
5690 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5691
31c27f77
JJ
56922004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5693
5694 * language.h (struct_language_defn): Add new function pointer:
5695 la_class_name_from_physname. Also add new prototype for
5696 language_class_name_from_physname.
5697 * language.c (language_class_name_from_physname): New function.
5698 (unk_lang_class_name): Ditto.
5699 (unknown_language_defn, auto_language_defn): Change
5700 to add unk_lang_class_name function pointer for
5701 la_class_name_from_physname.
5702 (local_language_defn): Ditto.
5703 * dwarf2read.c (guess_structure_name): Change to call
5704 language_class_name_from_physname.
5705 (determine_class_name): Ditto.
5706 * cp-support.c (class_name_from_physname): Renamed.
5707 (cp_class_name_from_physname): New name of function.
5708 * cp-support.h: Ditto.
5709 * c-lang.c (c_language_defn): Change to add NULL
5710 for class_name_from_physname function pointer.
5711 (cplus_language_defn): Change to add cp_class_name_from_physname.
5712 * jv-lang.c (java_class_name_physname): New function.
5713 (java_find_last_component): New static routine.
5714 (java_language_defn): Add java_class_name_from_physname pointer.
5715 * ada-lang.c (ada_language_defn): Change to add NULL
5716 for class_name_from_physname function pointer.
5717 * f-lang.c (f_language_defn): Ditto.
5718 * m2-lang.c (m2_language_defn): Ditto.
5719 * objc-lang.c (objc_language_defn): Ditto.
5720 * p-lang.c (pascal_language_defn): Ditto.
5721 * scm-lang.c (scm_language_defn): Ditto.
5722
ee28ca0f
AC
57232004-07-06 Andrew Cagney <cagney@gnu.org>
5724
5725 Patch from Bart Robinson.
5726 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5727 (O_LARGEFILE): Define to 0, if not defined.
5728
fdb1bf9d
MK
57292004-07-03 Mark Kettenis <kettenis@gnu.org>
5730
cb162ff6
MK
5731 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5732 <machine/pcb.h> and "bsd-kvm.h".
5733 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5734 (m68kbsd_supply_pcb): New function.
5735 (_initialize_m68kbsd_nat): New prototype and function.
5736 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5737 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5738 (LOADLIBES): New variable.
5739 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5740 (LOADLIBES): New variable.
5741
fdb1bf9d
MK
5742 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5743
963c4174
MK
57442004-07-03 Mark Kettenis <kettenis@gnu.org>
5745
5746 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5747 <sys/proc.h>.
5748 (bsd_kvm_cmdlist): New variable.
5749 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5750 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5751 command and "kvm proc" command.
5752 * Makefile.in (bsd-kvm.o): Update dependencies.
5753
533f1d8f
MK
57542004-07-02 Mark Kettenis <kettenis@gnu.org>
5755
5756 * osabi.c: Update copyright year.
5757 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5758 notes if EI_OSABI is set to ELFOSABI_HPUX.
5759
6780dcde
MS
57602004-07-01 Michael Snyder <msnyder@redhat.com>
5761
5762 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5763 that seems to have gotten whacked out of line.
5764
67bebe79
MK
57652004-07-01 Mark Kettenis <kettenis@gnu.org>
5766
5767 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5768 code.
5769
0b5d8877
PH
57702004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5771
5772 * ada-lang.c (decode_packed_array): Minor change to comment.
5773 (ada_value_slice_ptr): New function.
5774 (ada_value_slice): New function.
5775 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5776 test. Don't know why it is there.
5777 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5778 to avoid dereferencing huge arrays from which one is slicing.
5779 (empty_array): Correct to return an array rather than
5780 a subrange value.
5781 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5782 on empty arrays (let'em use 'FIRST instead).
5783
19c1ef65
PH
57842004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5785
5786 Address complaints from gdb_ari.sh:
5787
5788 * ada-exp.y: Include gdb_string.h rather than string.h.
5789 (convert_char_literal): Reformat declaration.
5790 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5791 * ada-lex.l: Change use of free to xfree (the macro would do so
5792 anyway, but this is harmless).
5793 Include gdb_string.h rather than string.h.
5794 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5795
5796 * ada-lang.c (parse): Remove K&Rism in parameter list.
5797 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5798
d81cbc94
MK
57992004-06-30 Mark Kettenis <kettenis@gnu.org>
5800
5801 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5802 dead code.
5803
07681759
MK
58042004-06-30 Mark Kettenis <kettenis@gnu.org>
5805
5806 * alphabsd-nat.c: Update copyright year.
5807 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5808
f7948b5f
JB
58092004-06-29 Joel Brobecker <brobecker@gnat.com>
5810
6e0cdd28 5811 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
5812 (i386_cygwin_in_solib_call_trampoline): New function.
5813 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5814 and skip_trampoline_code gdbarch methods.
5815
8f113c9a
JB
58162004-06-29 Jim Blandy <jimb@redhat.com>
5817
5818 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5819 name actually used in the dependency lists.
5820
97dc871c
RC
58212004-06-29 Randolph Chung <tausq@debian.org>
5822
5823 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5824
47216e51
CV
58252004-06-29 Corinna Vinschen <vinschen@redhat.com>
5826
5827 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 5828 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
5829 functionality.
5830
e623b504
AC
58312004-06-28 Andrew Cagney <cagney@gnu.org>
5832
5833 * defs.h (xstrvprintf): Declare.
5834 * utils.c (xstrvprintf): New function.
5835 (internal_vproblem, xstrprintf, xasprintf)
5836 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5837 * serial.c (serial_printf): Ditto.
5838 * complaints.c (vcomplaint): Ditto.
5839
79acc9b3
CV
58402004-06-29 Corinna Vinschen <vinschen@redhat.com>
5841
5842 * infcmd.c (attach_command): Move call to target_terminal_inferior
5843 behind loading symbol table.
5844
1daf35d9
AC
58452004-06-28 Andrew Cagney <cagney@gnu.org>
5846
5847 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5848 change - add back extern deprecated_ui_loop_hook declaration.
5849
b435e160
AC
58502004-06-28 Andrew Cagney <cagney@gnu.org>
5851
5852 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5853 xstrprintf.
5854 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5855 (c_value_of_variable): Ditto.
5856 * utils.c (internal_vproblem): Ditto.
5857 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5858 * remote.c (add_packet_config_cmd): Ditto.
5859 * remote-rdp.c (rdp_set_command_line): Ditto.
5860 * regcache.c (regcache_dump): Ditto.
5861 * frv-tdep.c (new_variant, new_variant): Ditto.
5862 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5863 (fbsd_find_memory_regions): Ditto.
5864 * breakpoint.c (create_thread_event_breakpoint)
5865 (create_breakpoints): Ditto.
5866 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5867 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5868
06d5cf63
JB
58692004-06-28 Joel Brobecker <brobecker@gnat.com>
5870
5871 * ada-lang.c: Re-indent file, with some massaging to help indent
5872 a bit when the result is otherwise really too ugly.
5873
35809fad
UW
58742004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5875
5876 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5877 code_addr_p and special_addr_p to 'unsigned int'.
5878
40e20472
MK
58792004-06-27 Mark Kettenis <kettenis@gnu.org>
5880
5881 * i386v4-nat.c: Update copyright year and tweak comment.
5882 (regmap): Remove trailing comma.
5883 (supply_gregset): Rename local variable i to regnum. Call
5884 regcache_raw_supply instead of supply_register.
5885 (fill_gregset): Rename argument regno to regnum. Call
5886 regcache_raw_collect instead of regcache_collect.
5887
12b0b6de
UW
58882004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5889
5890 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5891 and special_addr_p.
5892 (frame_id_build, frame_id_build_special): Update comments.
5893 (frame_id_build_wild): New prototype.
5894 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5895 struct frame_id fields.
5896 (frame_id_build_wild): New function.
5897 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5898
47b42a3e
MK
58992004-06-27 Mark Kettenis <kettenis@gnu.org>
5900
5901 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5902 hppabsd-tdep.c.
5903
1265e4aa
JB
59042004-06-27 Joel Brobecker <brobecker@gnat.com>
5905
5906 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5907
76a01679
JB
59082004-06-27 Joel Brobecker <brobecker@gnat.com>
5909
5910 * ada-lang.c: Re-indent file.
5911
7aca490a
JB
59122004-06-27 Joel Brobecker <brobecker@gnat.com>
5913
5914 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5915 (no_symtab_msg): Likewise.
5916
5e987968
AS
59172004-06-27 Andreas Schwab <schwab@suse.de>
5918
5919 * source.c: Fix whitespace.
5920
315c4276
MK
59212004-06-27 Mark Kettenis <kettenis@gnu.org>
5922
d15be926
MK
5923 * configure.in: Include <sys/param.h> for td_pcb test.
5924 * configure: Regenerated.
5925
9062529b
MK
5926 * i386nbsd-nat.c: New file.
5927 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5928 i386obsd-nat.c and i386obsd-tdep.c.
5929 (i386nbsd-nat.o): New dependency.
5930 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5931 bsd-kvm.o.
5932 (LOADLIBES): New variable.
5933 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5934 bsd-kvm.o.
5935 (LOADLIBES): New variable.
5936
8010310e
MK
5937 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5938 (LOADLIBES): New variable.
5939
efe1d7b9
MK
5940 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5941 fetching from BSD_KVM_PADDR. Correctly lookup address for
5942 "_thread0".
5943
315c4276
MK
5944 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5945 "bsd-kvm.h".
5946 (amd64fbsd_supply_pcb): New funcion.
5947 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5948
399cfac6
DL
59492004-06-27 <david@streamline-computing.com>
5950
5951 Partial fix for PR cli/1056.
5952 * valarith.c: Check for zero in division and remainder
5953 evaluation.
5954
6235f9c8
MK
59552004-06-27 Mark Kettenis <kettenis@gnu.org>
5956
5957 * i387-tdep.c: Remove excessive whitespace.
5958
2726dafc
AC
59592004-06-26 Andrew Cagney <cagney@gnu.org>
5960
5961 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5962 * gdb-events.h, gdb-events.c: Re-generate.
5963 * tui/tui-hooks.c (tui_install_hooks): Update.
5964 (tui_remove_hooks): Update.
5965 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5966
0e56aeaf
MK
59672004-06-26 Mark Kettenis <kettenis@gnu.org>
5968
cb461069
MK
5969 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5970 (gregset_t, fpregset_t): Remove typedefs.
5971 (REG_OFFSET): Rename argument.
5972 (amd64bsd_r_reg_offset): Rename from reg_offset.
5973 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5974 Remove functions.
5975 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5976 of reg_offset.
5977 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5978
ecba89de
MK
5979 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5980
4cd80476
MK
5981 * vax-tdep.c: Tweak comment.
5982
0e56aeaf
MK
5983 Add OpenBSD/hppa support.
5984 * NEWS (New native configurations): Mention OpenBSD/hppa.
5985 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5986 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5987 files.
5988 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5989 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5990 * configure.host: Add hppa*-*-openbsd*.
5991 * configure.tgt: Add hppa*-*-openbsd*.
5992
98bbd631
AC
59932004-06-25 Andrew Cagney <cagney@gnu.org>
5994
5995 * defs.h (deprecated_ui_loop_hook): Deprecated.
5996 * wince.c (child_wait): Update.
5997 * win32-nat.c (child_wait): Update.
5998 * v850ice.c (v850ice_wait): Update.
5999 * top.c (deprecated_ui_loop_hook): Update.
6000 * serial.h: Update.
6001 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
6002 (do_unix_readchar): Update.
6003 * ser-tcp.c (net_open): Update.
6004 * remote-sim.c (gdb_os_poll_quit): Update.
6005 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
6006
769d7dc4
AC
60072004-06-24 Andrew Cagney <cagney@gnu.org>
6008
6009 * defs.h (deprecated_pre_add_symbol_hook)
6010 (deprecated_post_add_symbol_hook): Deprecated.
6011 * symfile.c (symbol_file_add_with_addrs_or_offsets)
6012 (symbol_file_add_with_addrs_or_offsets): Update references.
6013
11c949aa
AC
60142004-06-24 Andrew Cagney <cagney@gnu.org>
6015
6016 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
6017 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
6018 * wince.c (ui_loop_hook): Delete extern declaration.
6019 * win32-nat.c (ui_loop_hook): Delete extern declaration..
6020 * v850ice.c (ui_loop_hook): Delete extern declaration..
6021 * ser-unix.c (ui_loop_hook): Delete extern declaration..
6022 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
6023 * remote-sim.c (ui_loop_hook): Delete extern declaration..
6024 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
6025 ui_loop_hook declaration.
6026
eedc19af
AC
60272004-06-24 Andrew Cagney <cagney@gnu.org>
6028
6029 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
6030 entry_func_highpc fields.
6031 * objfiles.c (init_entry_point_info): Do not clear
6032 entry_func_lowpc and entry_func_highpc.
6033 (objfile_relocate): Do not relocate entry_func_lowpc and
6034 entry_func_highpc.
6035 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
6036 entry_func_highpc.
6037 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
6038 entry_func_highpc.
6039 * blockframe.c (legacy_frame_chain_valid): Replace tests against
6040 entry_func_lowpc and entry_func_highpc with call to
6041 inside_entry_func.
6042
d47079be
MK
60432004-06-24 Mark Kettenis <kettenis@gnu.org>
6044
6045 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
6046 quad-precision floating point arguments in registers.
6047
2107e348
MK
60482004-06-24 Mark Kettenis <kettenis@gnu.org>
6049
6050 From Michael Mueller <m.mueller99@kay-mueller.de>:
6051 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
6052 account.
6053
46587c42
JJ
60542004-06-22 Jeff Johnston <jjohnstn@redhat.com>
6055
6056 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
6057 to -1.
6058 * breakpoint.c (bpstat_stop_status): Move check for ignoring
6059 untriggered watchpoints to a separate if clause. Update function
6060 comment regarding STOPPED_BY_WATCHPOINT argument.
6061
226f5cf4
JB
60622004-06-22 Jim Blandy <jimb@redhat.com>
6063
6064 * gdbarch.sh: Doc fix.
6065
f10683bb
MH
60662004-06-21 Martin Hunt <hunt@redhat.com>
6067 Kevin Buettner <kevinb@redhat.com>
6068
6069 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
6070 * mips-tdep.h (MIPS_SP_REGNUM): Define.
6071 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
6072 to set_gdbarch_sp_regnum(). Use cooked register number.
6073 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
6074
412d5987
AC
60752004-06-21 Andrew Cagney <cagney@gnu.org>
6076
6077 * gdbarch.sh: When the macro field is empty, do not generate a
6078 macro definition. When the macro field is "=", generate the macro
6079 name from the upper-case function name.
6080 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
6081 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
6082 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
6083 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
6084 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
6085 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
6086 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
6087 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
6088 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
6089 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
6090 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
6091 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
6092 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6093 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6094 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6095 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6096 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6097 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6098 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6099 (DEPRECATED_USE_STRUCT_CONVENTION)
6100 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6101 (DEPRECATED_FRAME_INIT_SAVED_REGS)
6102 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6103 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6104 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6105 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6106 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6107 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6108 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6109 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6110 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6111 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6112 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6113 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6114 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6115 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6116 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6117 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6118
68908a3e
AC
61192004-06-21 Andrew Cagney <cagney@gnu.org>
6120
48f7351b
AC
6121 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6122 macro name, and the function rather than macro value. Only wrap
6123 macro print statements in #ifdef. Move format logic to where it
6124 is needed.
6125 * gdbarch.c: Re-generate.
6126
283354d8
AC
6127 * gdbarch.sh (read): Delete "print_p" and "description", add
6128 "garbage_at_eol". Check for non-empty garbage at end-of-line.
6129 Delete references to print_p.
6130 (TARGET_ARCHITECTURE): Delete print predicate.
6131 * gdbarch.c: Re-generate.
6132
68908a3e
AC
6133 * gdbarch.sh: Check that multi-arch methods do not provide a
6134 macro.
6135 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6136 (print_registers_info, print_float_info, print_vector_info)
6137 (adjust_breakpoint_address, remote_translate_xfer_address)
6138 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6139 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6140 name from the multi-arch definition.
6141
a2428dbe
AC
61422004-06-20 Andrew Cagney <cagney@gnu.org>
6143
6144 * gdbarch.sh: Sort by the function, instead of macro name.
6145 * gdbarch.c: Re-generate.
6146
750eb019
AC
61472004-06-20 Andrew Cagney <cagney@gnu.org>
6148
66d659b1
AC
6149 * gdbarch.sh: Use the function, instead of macro name in
6150 errors and the log file.
6151 (return_value): Remove stray ":" in spec.
6152
750eb019
AC
6153 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6154 * gdbarch.h, gdbarch.c: Re-generate.
6155 * Makefile.in (arch-utils.o): Update dependencies.
6156 * values.c (using_struct_return): Move code calling
6157 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6158 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6159 to legacy_return_value, simplify.
6160 * infcmd.c (print_return_value): Move code calling
6161 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6162 to legacy_return_value, simplify.
6163 * infcall.c (call_function_by_hand): Move code calling
6164 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6165 * arch-utils.c: Update copyright. Include "gdbcore.h".
6166 (legacy_return_value): New function.
6167 * arch-utils.h: Update copyright.
6168 (legacy_return_value): Declare.
6169
b5622e8d
AC
61702004-06-20 Andrew Cagney <cagney@gnu.org>
6171
6172 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6173 * gdbarch.h, gdbarch.c: Re-generate.
6174 * values.c (using_struct_return): Update call.
6175 * mcore-tdep.c: Update comment.
6176 * infcall.c (call_function_by_hand): Update comment.
6177 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6178 * arch-utils.h (always_use_struct_convention): Update.
6179 * v850-tdep.c (v850_gdbarch_init): Update.
6180 * sh64-tdep.c (sh64_gdbarch_init): Update.
6181 * sh-tdep.c (sh_gdbarch_init): Update.
6182 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6183 * mips-tdep.c (mips_gdbarch_init): Update.
6184 * mcore-tdep.c (mcore_gdbarch_init): Update.
6185 * m32r-tdep.c (m32r_gdbarch_init): Update.
6186 * ia64-tdep.c (ia64_gdbarch_init): Update.
6187 * h8300-tdep.c (h8300_gdbarch_init): Update.
6188 * frv-tdep.c (frv_gdbarch_init): Update.
6189 * cris-tdep.c (cris_gdbarch_init): Update.
6190 * arm-tdep.c (arm_gdbarch_init): Update.
6191 * alpha-tdep.c (alpha_gdbarch_init): Update.
6192
5191de37
MC
61932004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6194
6195 * PROBLEMS: Add more specific information, and a work-around,
6196 for PR gdb/1458.
6197
782263ab
AC
61982004-06-18 Andrew Cagney <cagney@gnu.org>
6199
6200 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6201 * gdbarch.h, gdbarch.c: Re-generate.
6202 * ada-lang.c (ada_finish_decode_line_1): Update.
6203 * infrun.c (handle_inferior_event): Update.
6204 * infcall.c (find_function_addr): Update.
6205 * linespec.c (minsym_found): Update.
6206 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6207 Update.
6208 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6209 * cli/cli-cmds.c (disassemble_command): Update.
6210 * vax-tdep.c (vax_gdbarch_init): Update.
6211
2f305df1
MK
62122004-06-18 Mark Kettenis <kettenis@gnu.org>
6213
6214 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6215
e5fe55f7
AC
62162004-06-17 Andrew Cagney <cagney@gnu.org>
6217
6218 GDB 6.1.1 released from the GDB 6.1 branch.
6219 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6220 * PROBLEMS: Ditto.
6221
473b7be6
DJ
62222004-06-16 Daniel Jacobowitz <dan@debian.org>
6223
6224 PR gdb/1658
6225 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6226 operation as a uleb128. Found by Michael Coulter.
6227
96d887e8
PH
62282004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6229
6230 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6231 make it non-static.
6232 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6233 to ada-lang.h; this is needed to be able to implement the kill command
6234 in multi-task mode.
6235 (task_ptid): Ditto.
6236 (task_entry): Ditto.
6237 (task_list): Ditto.
6238 (ada_build_task_list): Ditto.
6239
6240 * ada-lang.c: Conditionalize routines and data structures related
6241 to breakpoints, exceptions, completion, and symbol caching on
6242 GNAT_GDB, since these are not yet used in the submitted public sources.
6243 (ada_main_name): Editorial: Move definition out of exception-related
6244 code.
6245
31eef181
AC
62462004-06-15 Andrew Cagney <cagney@gnu.org>
6247
6248 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6249 deprecated_pc_in_call_dummy.
6250
2c500098
AM
62512004-06-15 Alan Modra <amodra@bigpond.net.au>
6252
6253 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6254 bfd_get_section_size_before_reloc or _raw_size.
6255 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6256 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6257 (dwarf2_read_section): Likewise.
6258 * elfread.c (elf_locate_sections): Likewise.
6259 * gcore.c (derive_heap_segment): Likewise.
6260 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6261 * remote-e7000.c (e7000_load): Likewise.
6262 * remote-m32r-sdi.c (m32r_load): Likewise.
6263 * remote-mips.c (mips_load_srec): Likewise.
6264 (pmon_load_fast): Likewise.
6265 * remote.c (compare_sections_command): Likewise.
6266 * symfile.c (add_section_size_callback): Likewise.
6267 (load_section_callback): Likewise.
6268 (pc_in_unmapped_range): Likewise.
6269 (pc_in_mapped_range): Likewise.
6270 (sections_overlap): Likewise.
6271 (list_overlays_command): Likewise.
6272 (simple_overlay_update_1): Likewise.
6273 (simple_overlay_update): Likewise.
6274 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6275 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6276
90f943f1
RC
62772004-06-14 Randolph Chung <tausq@debian.org>
6278
6279 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6280 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6281 static.
6282 (hppa_hpux_inferior_created): New function.
6283 (hppa_hpux_init_abi): Register observer.
6284 * symfile.c (hp_cxx_exception_support_initialized)
6285 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6286 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6287
700c15aa
RC
62882004-06-14 Randolph Chung <tausq@debian.org>
6289
3973a7d3
AC
6290 * MAINTAINERS (Write After Approval): Alphabetize my entry
6291 correctly.
700c15aa 6292
cea4838c
AC
62932004-06-14 Andrew Cagney <cagney@gnu.org>
6294
6295 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6296 testsuite maintainer.
6297
97092415
AC
62982004-06-13 Andrew Cagney <cagney@gnu.org>
6299
e8c3165b
AC
6300 * infcmd.c (print_return_value): Fix logic, allow
6301 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6302
bceabdd8
AC
6303 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6304 defining any macros.
6305 * gdbarch.h: Re-generate.
6306
57010b1c
AC
6307 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6308 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6309 * gdbarch.h: Re-generate.
6310
bc87dfa0
AC
6311 * values.c (generic_use_struct_convention): Don't check gcc_p.
6312
15ac804d
AC
6313 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6314 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6315 * gdbarch.h, gdbarch.c: Regenerate.
6316 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6317 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6318 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6319 deprecated_max_register_raw_size and
6320 deprecated_max_register_virtual_size.
6321 * v850-tdep.c (v850_gdbarch_init): Ditto.
6322 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6323 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6324 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6325 * cris-tdep.c (cris_gdbarch_init): Ditto.
6326
97092415
AC
6327 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6328 * gdbarch.h, gdbarch.c: Re-generate.
6329 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6330 (m68hc11_use_struct_convention): Delete function.
6331 (m68hc11_extract_struct_value_address): Delete function.
6332 (m68hc11_return_value): New function.
6333 (m68hc11_gdbarch_init): Instead of store_return_value,
6334 extract_return_value, return_value_on_stack,
6335 deprecated_extract_struct_value_address and use_struct_convention,
6336 set return_value.
6337 * values.c (using_struct_return): Do not call
6338 RETURN_VALUE_ON_STACK.
6339 * arch-utils.h (generic_return_value_on_stack_not): Delete
6340 declaration.
6341 * arch-utils.c (generic_return_value_on_stack_not): Delete
6342 function.
6343
44e5158b
AC
63442004-06-12 Andrew Cagney <cagney@gnu.org>
6345
6346 * values.c (register_value_being_returned): Delete function.
6347 * infcmd.c (legacy_return_value): Delete function.
6348 * infcall.c (call_function_by_hand): Inline
6349 "register_value_being_returned", simplify.
6350 * values.c (using_struct_return): Update comment, refer to
6351 print_return_value instead of register_value_being_returned.
6352 * infcmd.c (print_return_value): Inline calls to
6353 register_value_being_returned and legacy_return_value. Simplify.
6354
b887c273
RC
63552004-06-11 Randolph Chung <tausq@debian.org>
6356
6357 * somread.c (som_symtab_read): Exclude gcc local symbols.
6358
1b2bfbb9
RC
63592004-06-11 Randolph Chung <tausq@debian.org>
6360
3973a7d3
AC
6361 * infrun.c (handle_inferior_event): Handle the case when a
6362 trampoline ends up in the runtime resolver, and if the trampoline
6363 has no name. Rearrange the code so that all the trampoline
6364 processing happens before other step-out-of-range handling.
1b2bfbb9 6365
a9d61c86
MH
63662004-06-11 Martin Hunt <hunt@redhat.com>
6367
6368 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6369 has no fpu.
6370
2c87cf5a
AC
63712004-06-10 Andrew Cagney <cagney@gnu.org>
6372
6373 * blockframe.c (legacy_inside_entry_func): Delete.
6374 (legacy_frame_chain_valid): Inline call to
6375 legacy_inside_entry_func, simplify.
6376
0b67b468 63772004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
6378
6379 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
6380 * dwarf2read.c (partial_die_info): Add dirname field.
6381 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6382 (read_partial_die): Save away DW_AT_comp_dir.
6383 * defs.h (symtab_to_filename): Removed.
6384 * source.c (find_and_open_source): Added.
57c22c6c 6385 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
6386 (symtab_to_filename): Removed.
6387 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
6388 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6389 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6390 symtab_to_filename.
6391 * symtab.h (partial_symtab): Add dirname field.
6392 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
6393 (mi_cmd_file_list_exec_source_file): Call new function
6394 symtab_to_fullname to find fullname.
57c22c6c 6395 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 6396 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
6397 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6398
9a1dd1ad
AC
63992004-06-10 Andrew Cagney <cagney@gnu.org>
6400
239ae8c7
AC
6401 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6402 to generic_use_struct_convention, the default value.
6403
fc720350
AC
6404 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6405 of abort.
6406
9a1dd1ad
AC
6407 * ns32k-tdep.c (ns32k_push_arguments): New function.
6408 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6409 * infcall.c (call_function_by_hand): Call error instead of
6410 legacy_push_arguments.
6411 * value.h (legacy_push_arguments): Delete declaration.
6412 * valops.c (legacy_push_arguments): Delete function.
6413 (value_push): Delete function.
6414
fea25152
BF
64152004-06-10 Brian Ford <ford@vss.fsi.com>
6416
6417 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6418 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6419 info.
6420 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6421
30a4a8e0
AC
64222004-06-10 Andrew Cagney <cagney@gnu.org>
6423
6424 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6425 * gdbarch.h, gdbarch.c: Re-generate.
6426 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6427 parameters.
6428 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6429 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6430 deprecated_pc_in_call_dummy instead of
6431 DEPRECATED_PC_IN_CALL_DUMMY.
6432 (arm_skip_prologue): Ditto.
6433 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6434 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6435 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6436 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6437 Ditto.
6438 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6439 (sh64_init_extra_frame_info, sh64_get_saved_register)
6440 (sh64_pop_frame): Ditto.
6441 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6442 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6443 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6444 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6445 (h8300_pop_frame): Ditto.
6446 * blockframe.c (legacy_inside_entry_func)
6447 (legacy_frame_chain_valid): Ditto.
6448 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6449 to deprecated_pc_in_call_dummy.
6450
81cfbe54
AC
64512004-06-09 Andrew Cagney <cagney@gnu.org>
6452
a1f4a1b6
AC
6453 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6454 provide a default value.
6455 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6456 * gdbarch.h, gdbarch.c: Re-generate.
6457 * arch-utils.c (generic_convert_register_p): Rename
6458 legacy_convert_register_p
6459 (legacy_register_to_value, legacy_value_to_register): Delete
6460 functions.
6461 * arch-utils.h (generic_convert_register_p): Rename
6462 legacy_convert_register_p.
6463 (legacy_register_to_value, legacy_value_to_register): Delete
6464 declarations.
6465
9730f241
AC
6466 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6467 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6468 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6469 * gdbarch.h, gdbarch.c: Re-generate.
6470 * infcmd.c (default_print_registers_info): Simplify.
6471 * findvar.c (value_of_register): Simplify.
6472 * mi/mi-main.c (get_register): Simplify.
6473 * arch-utils.c (legacy_convert_register_p): Always return 0.
6474 (legacy_register_to_value, legacy_value_to_register): Always call
6475 internal_error.
6476
8a1bf479
AC
6477 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6478 #ifdef CLEAR_INSN_CACHE code.
6479 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6480 Delete #ifdef CLEAR_DEFERRED_STORES code.
6481
4b38d6f1
AC
6482 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6483
2d62ecc7
AC
6484 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6485 copyright.
6486 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6487
be4f7469
AC
6488 * config/mips/mipsv4.mh: Delete file.
6489
81cfbe54
AC
6490 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6491 unreferenced macro.
6492 (hpread_adjust_stack_address): Delete declaration.
6493
d966f0cb
AC
64942004-06-08 Andrew Cagney <cagney@gnu.org>
6495
6496 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6497 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6498 PTRACE_ATTACH / PTRACE_DETACH available call error.
6499 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6500 * infttrace.c (update_thread_state_after_attach, attach, detach):
6501 Remove #ifdef wrappers.
6502 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6503 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6504 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6505 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6506 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6507 * config/nm-linux.h (ATTACH_DETACH): Delete.
6508 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6509 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6510 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6511 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6512 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6513
d91670b9
CV
65142004-06-08 Corinna Vinschen <vinschen@redhat.com>
6515
6516 * configure.in: Set $configdir to the right OS specific value.
6517 Use value when setting $tcldir and $tkdir.
6518 * configure: Regenerate.
6519
28ba0b33
PB
65202004-06-06 Paul Brook <paul@codesourcery.com>
6521
6522 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6523 records.
6524
f26caa11
PH
65252004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6526
6527 * ada-lang.c (lookup_symbol_in_language): New function to allow
6528 re-use of another language's symbol lookup code. (Placed here
6529 temporarily while Ada support is being integrated into the public
6530 tree).
6531 (restore_language): New auxiliary function for
6532 lookup_symbol_in_language.
6533 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6534 temporarily while Ada support is being integrated into the public
6535 tree).
6536
d560a54b
AO
65372004-06-08 Alexandre Oliva <aoliva@redhat.com>
6538
e75d110c
AO
6539 * Makefile.in (check//%): New.
6540
d560a54b
AO
6541 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6542 (mn10300_store_return_value): Rewrite.
6543 (mn10300_type_align): New.
6544 (mn10300_use_struct_convention): Rewrite.
6545 (mn10300_return_value): New, using all of the above.
6546 (mn10300_pop_frame_regular): Add saved_regs_size.
6547 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6548
a72fbdb7
AO
6549 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6550 regs if PC is on movm.
6551
01904826
JB
65522004-06-07 Jim Blandy <jimb@redhat.com>
6553
6554 Add native Linux support for the PowerPC E500.
6555 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6556 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6557 all architectures except the E500.
6558 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6559 #definitions.
6560 (struct gdb_evrregset_t): New type.
6561 (have_ptrace_getsetevrregs): New variable.
6562 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6563 fetch_spe_registers): New functions.
6564 (fetch_register): Call fetch_spe_register as appropriate.
6565 Assert that we're only passed raw register numbers.
6566 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6567 Don't fetch gprs if they're pseudoregisters.
6568 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6569 store_spe_registers): New functions.
6570 (store_register): Call store_spe_register as appropriate.
6571 Assert that we're only passed raw register numbers.
6572 (store_ppc_registers): Call store_spe_registers as appropriate.
6573 Don't store gprs if they're pseudoregisters.
6574
f90ef764
JJ
65752004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6576
6577 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6578 struct if one exists, even if we are dealing with a zombie thread.
6579
45b75230
AC
65802004-06-07 Andrew Cagney <cagney@gnu.org>
6581
6582 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6583 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6584 Rename PC_REQUIRES_RUN_BEFORE_USE.
6585 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6586 #ifdef.
6587
1658da49
RC
65882004-06-07 Randolph Chung <tausq@debian.org>
6589
6590 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6591 unwinding after sp has been saved to the stack but before the end
6592 of the prologue, and after the fp has been modified but before it has
6593 been saved to the stack.
6594 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6595 Remove superfluous definitions.
6596 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6597
9a727a3c
RC
65982004-06-07 Guy Martin <gmsoft@gentoo.org>
6599
6600 Committed by Randolph Chung.
6601 * hppa-linux-nat.c: Include the correct version of the header file
6602 depending on the kernel version.
6603
9e500012
RC
66042004-06-06 Randolph Chung <tausq@debian.org>
6605
6606 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6607 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6608
3388d7ff
RC
66092004-06-06 Randolph Chung <tausq@debian.org>
6610
6611 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6612 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6613 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6614 * hppa-tdep.c (hppa_symbol_address): New function definition.
6615 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6616
d49771ef
RC
66172004-06-06 Randolph Chung <tausq@debian.org>
6618
6619 * hppa-tdep.h (struct value): Forward declaration.
6620 (gdbarch_tdep): Define tdep find_global_pointer method.
6621 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6622 associated with the function we are trying to call, and write it
6623 to the gp register.
6624 (hppa32_convert_from_funct_ptr_addr): New function.
6625 (hppa_find_global_pointer): New function.
6626 (hppa_gdbarch_init): Set default find_global_pointer method; set
6627 convert_from_func_ptr_addr method.
6628 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6629 (hppa_linux_init_abi): Set find_global_pointer method.
6630 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6631
7d9b040b
RC
66322004-06-06 Randolph Chung <tausq@debian.org>
6633
6634 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6635 to struct value *function.
6636 * gdbarch.c: Regenerate.
6637 * gdbarch.h: Likewise.
6638 * infcall.c (call_function_by_hand): Pass entire function value
6639 to push_dummy_call.
6640
6641 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6642 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6643 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6644 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6645 * arm-tdep.c (arm_push_dummy_call): Likewise.
6646 * avr-tdep.c (avr_push_dummy_call): Likewise.
6647 * cris-tdep.c (cris_push_dummy_call): Likewise.
6648 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6649 * frv-tdep.c (frv_push_dummy_call): Likewise.
6650 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6651 * hppa-tdep.c (hppa32_push_dummy_call)
6652 (hppa64_push_dummy_call): Likewise.
6653 * i386-tdep.c (i386_push_dummy_call): Likewise.
6654 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6655 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6656 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6657 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6658 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6659 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6660 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6661 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6662 (ppc64_sysv_abi_push_dummy_call): Likewise.
6663 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6664 (ppc64_sysv_abi_push_dummy_call): Likewise.
6665 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6666 * s390-tdep.c (s390_push_dummy_call): Likewise.
6667 * sh-tdep.c (sh_push_dummy_call_fpu)
6668 (sh_push_dummy_call_nofpu): Likewise.
6669 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6670 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6671 * vax-tdep.c (vax_push_dummy_call): Likewise.
6672
4a19ea35
JB
66732004-06-04 Jim Blandy <jimb@redhat.com>
6674
8327ccee
JB
6675 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6676 gdbarch argument to register_size.
6677
a3c001ce
JB
6678 * rs6000-tdep.c (rs6000_store_return_value): Use
6679 regcache_cooked_write_part instead of
6680 deprecated_write_register_bytes.
6681 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6682 not gdbarch_deprecated_store_return_value.
6683
4a19ea35
JB
6684 * ppc-linux-nat.c (store_register, fetch_register): Remove
6685 incorrect assertions. Simplify and generalize handling of
6686 transfers whose sizes are not multiples of, or less than, sizeof
6687 (PTRACE_XFER_TYPE).
6688
b9b5d7ea
JJ
66892004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6690
6691 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6692 as a new thread event.
720c7d64 6693 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 6694 zombie, return TD_THR_ZOMBIE.
720c7d64 6695 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
6696 TD_THR_ZOMBIE, check if the thread is still on the thread list
6697 and return a -1 ptid if not found.
6698 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6699 change the status to TARGET_WAITKIND_SPURIOUS.
6700
c8a3b559
CV
67012004-06-03 Corinna Vinschen <vinschen@redhat.com>
6702
6703 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6704 double values in little endian mode.
6705
20605361
AC
67062004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6707
6708 Committed by Andrew Cagney.
6709 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6710 after last enum constant to avoid error from IBM C
6711 compiler.
6712
bc97b3ba
JB
67132004-06-02 Jim Blandy <jimb@redhat.com>
6714
6715 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6716 to 'message', and make it local to the lone block that uses it.
6717
1da28ab0
JB
6718 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6719
4c4b4cd2
PH
67202004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6721
8a2225b2
PH
6722 * ada-exp.y: Update copyright notice.
6723 Include block.h.
6724
6725 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6726 SPECIAL_VARIABLE and unify the treatment of these cases.
6727
6728 (write_attribute_call0): Remove.
6729 (write_attribute_call1): Remove.
6730 (write_attribute_calln): Remove.
6731 (save_qualifier): Add missing semicolon.
6732
6733 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6734 temporarily disabled to allow compilation with FSF head version.
6735
6736 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6737 use individual operators (OP_*) for all attributes.
6738 (exp syntax): Use write_int.
6739 Handle STRING literals with OP_STRING.
6740 (variable syntax): Add limit parameter to calls to
6741 write_object_renaming.
6742
6743 (temp_parse_space): New definition to hold entities that need
6744 only live until the next call to ada_parse.
6745 (string_to_operator): Rename fields of ada_opname_table entries.
6746
6747 (write_var_from_sym): Record block.
6748 (write_var_from_name): Minor reformatting.
6749 Make sure saved name is properly encoded in the case of multiple
6750 matches, and set its language to Ada.
6751 Update comment.
6752 Modify to indicate unresolved name as symbol in the UNRESOLVED
6753 namespace, allocated in temp_parse_space.
6754 (write_int): New function.
6755
6756 (write_object_renaming): Add max_depth parameter to limit
6757 chains of object renamings.
6758 Handle case where root of renaming expression is itself a renaming.
6759 Use temp_parse_space for temporary name buffer.
6760 Handle renamings to dereferenced pointers (___XEXA suffices).
6761
6762 (ada_parse, yyerror, string_to_operator,
6763 write_var_from_sym, write_var_from_name, write_attribute_call0,
6764 write_attribute_call1, write_attribute_calln,
6765 write_object_renaming): Protoize.
6766
6767 (_initialize_ada_exp): New function.
6768
6769 * ada-lang.c: Update copyright notice.
6770 General terminology change to conform to GNAT compiler usage:
6771 mangle => encode, demangle => decode
6772 Include gdb_obstack.h.
6773 Include gdb_regex.h
6774 Include frame.h
6775 Include hashtab.h
6776 Include completer.h
6777 Include gdb_stat.h
6778 Include block.h
6779 Include infcall.h
6780
6781 (ADA_RETAIN_DOTS): Make sure this is defined.
6782 (TRUNCATION_TOWARDS_ZERO): Define.
6783 (struct string_vector): Define.
6784 (unresolved_names): Remove definition.
6785 (xnew_string_vector): New function.
6786 (string_vector_append): New function.
6787 (extract_string): Make static.
6788 (ada_unqualified_name): New function.
6789 (add_angle_brackets): New function.
6790 (function_name_from_pc): New function.
6791 (place_on_stack): Rename to ensure_lval.
6792
6793 (ensure_lval): Renamed from place_on_stack.
6794 Make identity on lvals.
6795 Update comment.
6796 (is_nonfunction): New interface.
6797 Only symbols in LOC_CONST class can be enumerals.
6798 (fill_in_ada_prototype): Remove; now independent of language.
6799 (add_defn_to_vec): Add obstack and symtab arguments.
6800 Use obstack to hold collected definitions.
6801 (num_defns_collected): New function.
6802 (defns_collected): New function.
6803 (ada_resolve_subexp): Rename to resolve_subexp.
6804 (resolve_subexp): Renamed from ada_resolve_subexp.
6805 (ada_op_name): Return non-const result.
6806 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6807 other purposes.
6808
6809 (to_fixed_array_type): Add declaration.
6810 (coerce_unspec_val_to_type): Remove offset parameter.
6811 (find_sal_from_funcs_and_line): New interface.
6812 (find_line_in_linetable): Ditto.
6813
6814 (all_sals_for_line): Rename to ada_sals_for_line and make
6815 global.
6816 Add new parameter. When set, do not ask the user to choose the
6817 instance, but use the first one found instead.
6818 Use given line number in returned sals.
6819 Fix comment.
6820 Skip the prologue if funfirstline is set.
6821 Correct for memory leak when 0 lines found.
6822
6823 (value_pos_atr): Use pos_atr.
6824 (pos_atr): New function.
6825 (standard_lookup): Add block parameter.
6826
6827 (makeTimeStart): Remove declaration and uses.
6828 (makeTimeStop): Remove declaration and uses.
6829
6830 (ada_completer_word_break_characters): Allow for VMS.
6831 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6832 (raise_sym_name): New constant.
6833 (raise_unhandled_sym_name): New constant.
6834 (raise_assert_sym_name): New constant.
6835 (process_raise_exception_name): New constant.
6836 (longest_exception_template): New constant.
6837 (warning_limit): New variable to limit warnings during expression
6838 evaluation.
6839 (warnings_issued): New variable to keep track of warnings issued.
6840 (known_runtime_file_name_patterns): New constant.
6841 (known_auxiliary_function_name_patterns): New constant.
6842 (symbol_list_obstack): New variable.
6843
6844 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6845 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6846 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6847 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6848 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6849 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6850 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6851 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6852 and strcmp.
6853
6854 (ada_get_field_index): New function.
6855 (lim_warning): New function.
6856 (ada_translate_error_message): New function.
6857 (MAX_OF_SIZE): New function.
6858 (MIN_OF_SIZE): New function.
6859 (UMAX_OF_SIZE): New function.
6860 (UMIN_OF_SIZE): New function.
6861 (discrete_type_high_bound): New function.
6862 (discrete_type_low_bound): New function.
6863 (base_type): New function.
6864 (do_command): Remove.
6865
6866 (ada_update_initial_language): Use language_ada, not language_unknown.
6867 (ada_encode): Renamed from ada_mangle.
6868 Obey ADA_RETAIN_DOTS.
6869 (ada_decode): Renamed from ada_demangle.
6870 Update coding conventions.
6871 (decoded_names_store): New hash table.
6872 (ada_decode_symbol): New function.
6873 (ada_la_decode): New function.
6874
6875 (modify_general_field): Correct computations of offset and bit
6876 position.
6877 (desc_base_type): Handle ref types, too.
6878 (ada_is_direct_array_type): New function.
6879
6880 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6881 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6882 (ada_is_bogus_array_descriptor,ada_type_of_array,
6883 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6884 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6885 ada_is_array_descriptor_type.
6886
6887 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6888 (ada_is_packed_array_type): Handle pointers or
6889 references to packed arrays as well.
6890 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6891 (decode_packed_array_type): Search for the packed array type
6892 symbol in the currently selected block and associated
6893 superblocks too.
6894 Use lookup_symbol again.
6895
6896 (decode_packed_array): Handle pointers and references.
6897 Update call to coerce_unspec_val_to_type.
6898 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6899 (ada_value_primitive_packed_val): Improve comment.
6900
6901 (ada_index_type): Substitute int type for "undefined".
6902 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6903 ada_array_langth, ada_is_string_type): Use renamed
6904 ada_is_simple_array_type.
6905 (empty_array): New function.
6906
6907 (ada_resolve): Rename to resolve.
6908 (resolve): Make static.
6909 Call renamed resolve_subexp.
6910 Update comment.
6911 (ada_resolve_subexp): Rename to resolve_subexp.
6912 (resolve_subexp): Update comment.
6913 Decomment disabled code.
6914 Add LOC_COMPUTED* cases.
6915 Modify to use temporary struct symbols (marked as being in
6916 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6917 OP_UNRESOLVED_VALUE.
6918 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6919 Add OP_STRING case.
6920 Remove OP_ARRAY.
6921 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6922 Use new ada_lookup_symbol_list interface.
6923 Use new ada_resolve_function interface.
6924 Remove OP_TYPE case.
6925
6926 (ada_args_match): Idiot proof against null actuals.
6927 Use intermediate variables to clarify.
6928 (ada_resolve_function): Update comment and interface.
6929 (mangled_ordered_before): Rename to encoded_ordered_before and
6930 update comment.
6931 (sort_choices): Update comment and interface.
6932 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6933 (user_select_syms): New interface.
6934 Use new sort_choices interface.
6935 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6936 (possible_user_operator_p): Idiot-proof against null values.
6937 (ada_simple_renamed_entity): Don't make cleanup; rely on
6938 caller to free result string.
6939 Remove const from return type.
6940 (make_array_descriptor): Rename uses of place_on_stack to
6941 ensure_lval.
6942 Make sure that arrays are on stack.
6943
6944 (HASH_SIZE): Define.
6945 (struct cache_entry): Define.
6946 (cache_space): Define.
6947 (cache): Define.
6948 (clear_ada_sym_cache): New function.
6949 (find_entry): New function.
6950 (lookup_cached_symbol): New function.
6951 (defn_vector_size): Define.
6952 (cache_symbol): New function.
6953 (defn_symbols): Remove.
6954
6955 (standard_lookup): Use lookup_symbol_in_language to get effect of
6956 C lookup.
6957 Cache results.
6958
6959 (symbol_completion_match): New function.
6960 (symbol_completion_add): New function.
6961 (ada_make_symbol_completion_list): New function.
6962
6963 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6964 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6965 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6966 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6967
6968 (ada_lookup_simple_minsym): New function.
6969 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6970
6971 (add_symbols_from_enclosing_procs): New interface.
6972 Conditionalize more helpfully.
6973 Don't bother if program isn't running.
6974 Use new interface to get_frame_block.
6975 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6976
6977 (remove_extra_symbols): New interface.
6978 (xget_renaming_scope): New function.
6979 (is_package_name): New function.
6980 (renaming_is_visible): New function.
6981 (remove_out_of_scope_renamings): New function.
6982
6983 (ada_lookup_symbol_list): New interface.
6984 Properly reinitialize the symbol list obstack.
6985 Don't call add_symbols_from_enclosing_procs if we start from a
6986 static or global block.
6987 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6988 add_symbols_from_enclosing_procs.
6989 Add symtab data to cached entries.
6990 Handle symbols prefixed with
6991 "standard__" specially; strip prefix and don't look in local symbols.
6992 Do not include out of scope renaming symbols in list of
6993 symbols returned.
6994 Add const to block parameter.
6995 Move check for non-local, non-global symbols earlier.
6996 Remove timing stuff.
6997 (ada_lookup_symbol): New interface.
6998 Find symtab as well.
6999 (ada_lookup_symbol_nonlocal): New function.
7000
7001 (is_name_suffix): Enhance suffix detection to recognize
7002 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
7003 (is_dot_digits_suffix): New function.
7004 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
7005
7006 (ada_add_block_symbols): New interface. Use obstack to return results
7007 in a vector of struct ada_symbol_infos. Add symtab argument.
7008 Use new interface to add_defn_to_vec.
7009 Remove calls to fill_in_ada_prototype.
7010 Use BLOCK_BUCKETS, BLOCK_BUCKET.
7011
7012 (ada_finish_decode_line_1): Add const qualification to local to fix
7013 warning.
7014 Start looking in static block for functions to avoid attempts
7015 to search frame chain for up-level variables.
7016 Adapt to new ada_sals_for_line interface.
7017 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
7018 Handle quoting of the function name inside the spec string.
7019 Skip prologue when funfirstline is set and update the
7020 function documentation to that effect.
7021
7022 (debug_print_lines, debug_print_block, debug_print_blocks,
7023 debug_print_symtab): Remove.
7024
7025 (ada_main_name): New function.
7026 (ada_exception_breakpoint_type): New function.
7027 (is_known_support_routine): New function.
7028 (ada_find_printable_frame): Renamed from find_printable_frame and made
7029 global.
7030 Remove level parameter.
7031 Use new interface to select_frame.
7032
7033 (begin_command): Remove.
7034 (ada_adjust_exception_stop): New function.
7035 (ada_print_exception_stop): New function.
7036 (exception_name_from_cond): New function.
7037 (ada_report_exception_break): Replace disabled code with
7038 conditionalization on GNAT_GDB.
7039 Get the exception name from the condition string.
7040 Remove and move functionality into new functions
7041 ada_print_exception_breakpoint_task and
7042 ada_print_exception_breakpoint_nontask.
7043 (error_breakpoint_runtime_sym_not_found): New function.
7044 (is_runtime_sym_defined): New function.
7045 (ada_breakpoint_rewrite): Uncomment suppressed code.
7046 Use symbolic error-message and runtime-symbol names.
7047 Surround runtime symbol names in quotes.
7048 Allow non-specific breakpoints on exceptions and assertions before
7049 program starts.
7050
7051 (ada_is_tagged_type): Add parameter.
7052 (ada_is_tag_type): New function.
7053 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
7054 (ada_variant_discrim_type): Ditto.
7055 (value_tag_from_contents_and_address): New function.
7056 (type_from_tag): New function.
7057 (struct tag_args): New structure used to communicate with
7058 ada_tag_name_1.
7059 (ada_tag_name_1): New function.
7060 (ada_tag_name): New function.
7061
7062 (ada_scan_number): Update comment.
7063 (find_struct_field): New function.
7064 (ada_search_struct_field): Make static.
7065 (ada_value_struct_elt): New version that returns references when
7066 given pointers or references to structs.
7067 (ada_lookup_struct_elt_type): Add 'refok' parameter.
7068 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
7069 interface.
7070 (ada_value_ind): Use new ada_to_fixed_value interface.
7071 (ada_coerce_ref): Ditto.
7072 (field_offset): Remove.
7073
7074 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
7075 (ada_find_renaming_symbol): New function.
7076 (ada_prefer_type): Prefer named types over unnamed ones.
7077 (variant_field_index): New function.
7078 (contains_variant_part): Removed: subsumed by variant_field_index.
7079 (ada_template_to_fixed_record_type): New function, mostly from
7080 template_to_fixed_record_type.
7081 (template_to_fixed_record_type):
7082 Do not scan the type fields beyond the last one; prevents a
7083 potential SEGV.
7084 Handle case where variant field is listed BEFORE discriminant it
7085 depends on.
7086 Fix calculation of record length when bit length is
7087 not evenly divisible by char length.
7088 Move code to ada_template_to_fixed_record_type and call it.
7089
7090 (template_to_static_fixed_type): Revise comment.
7091 Modify to work on ordinary record types as well as templates,
7092 so as to handle fields that use ___XVE or ___XVU encodings.
7093 (to_record_with_fixed_variant_part): Fill out comment.
7094 Initialize C++ stuff in right type.
7095 Allow case where DVAL is null.
7096 Handle case where variant field is not last.
7097 Fix typo concerning record length.
7098 (to_fixed_record_type): Decomment disabled code.
7099 (to_fixed_record_type): Use variant_field_index instead of
7100 contains_variant_part.
7101 (to_fixed_variant_branch_type): Ditto.
7102 (to_fixed_array_type): Decomment disabled code.
7103 (ada_to_fixed_type): Convert tagged types to the specific type.
7104 Deactivate the size-check for array types in order to avoid
7105 some false size alarms.
7106 (to_static_fixed_type): Decomment disabled code.
7107 Modify to call template_to_static_fixed_type
7108 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7109 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7110 Remove valaddr argument, as it is never really used.
7111 (ada_to_fixed_value): Change interface to act on single struct value*
7112 operand.
7113 (adjust_pc_past_prologue): New function.
7114 (ada_attribute_name): Modify to take enum exp_opcode argument.
7115
7116 (ada_enum_name): Recognize new homonym-distinguishing convention.
7117 Adjust local variable's type to remove compiler warning.
7118 Fix a small problem in the part that unqualifies the enumeration name.
7119 (ada_value_binop): New function.
7120 (ada_value_equal): New function.
7121
7122 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7123 Don't give error message when not doing normal evaluation
7124 and a tagged type doesn't seem to contain a structure member.
7125 Give error message for packed arrays.
7126 For indexing arrays, handle pointers to packed arrays correctly.
7127 Handle case of 'first and 'last attributes of bare integral type
7128 without encoded subtype info.
7129 Remove some unnecessary casts.
7130 Fix uninitialized value of type in computing 'first, 'last, or 'length
7131 of array object.
7132 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7133 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7134 calls.
7135 Attributes are now exp_opcode values.
7136 Correct treatment of 'modulus.
7137 Better error message for taking 'length of wrong kind of type;
7138 improve comment.
7139 Change EVAL_NORMAL to noside for consistency.
7140 Use ada_value_binop for DIV, MOD, REM.
7141 Make special case out of array of length 0, since an argument
7142 of 0 upsets some platforms' malloc.
7143 Use OP_STRING instead of OP_ARRAY.
7144 For slice, add check that we have an array type before extracting
7145 a slice out of it. Avoids a SEGV.
7146 When evaluating an array slice, if the array type is a reference to
7147 an aligner type, then replace the aligner type by the actual type.
7148 Decomment disabled code.
7149 Remove some dead code.
7150 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7151 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7152 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7153 and UNOP_MBR to UNOP_IN_RANGE.
7154 If an array type has a parallel ___XVE type, then use it.
7155 Turn arrays into pointers for lvalue arrays.
7156 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7157 bounds error and handle 0-length slices.
7158 Use lim_warning.
7159 When selecting fields, apply ada_to_fixed_value (because the fields
7160 might have ___XVU or ___XVE encodings even if not dynamic.)
7161 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7162 (ada_is_system_address_type): New function.
7163
7164 (get_var_value): Use new interface to ada_lookup_symbol_list.
7165 (get_int_var_value): New interface.
7166 (to_fixed_range_type): Allow unknown bound, with warning.
7167 (ada_is_modular_type): Decomment disabled code.
7168 (ADA_OPERATORS): New definition.
7169 (ada_operator_length): New function.
7170 (ada_expr_op_name): New function.
7171 (ada_forward_operator_length): New function.
7172 (ada_dump_subexp_body): New function.
7173 (ada_print_subexp): New function.
7174 (ada_exp_descriptor): New constant.
7175 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7176 (ada_language_defn): Add ada_exp_descriptor entry.
7177 Change ada_parse => parse.
7178 Add post-parser entry.
7179 Use ada-specific non-local symbol lookup.
7180 Don't use C-style arrays.
7181 String lower-bound is 1.
7182 Decomment disabled code.
7183 (parse): New function.
7184 New fields ada_translate_error_message, ada_lookup_symbol,
7185 ada_lookup_minimal_symbol.
7186
7187 * ada-lang.h: Update copyright dates.
7188 Replace the mangle/demangle terminology throughout by the
7189 more appropriate encode/decode one.
7190 Include breakpoint.h.
7191 Forward declare struct partial_symbol, struct block.
7192 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7193 (EXTRACT_ADDRESS): Remove.
7194 (EXTRACT_INT): Remove.
7195 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7196 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7197 (MAX_RENAMING_CHAIN_LENGTH): Define.
7198 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7199
7200 (enum task_states): Remove.
7201 ada_task_states: Remove.
7202 (fat_string): Remove.
7203 (struct entry_call): Remove.
7204 (struct task_fields): Remove.
7205 (struct task_entry): Remove.
7206
7207 (struct ada_symbol_info): Define.
7208 (enum ada_attribute): Remove.
7209 (enum ada_operator): Define.
7210
7211 (ada_get_field_index): Declare.
7212 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7213 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7214 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7215 (ada_lookup_symbol_list): New interface.
7216 (ada_decode_symbol): Declare.
7217 (ada_decode): Declare.
7218 (ada_lookup_symbol): New interface.
7219 (ada_update_initial_language): Declare.
7220 (ada_lookup_simple_minsym): Declare.
7221 (user_select_syms): New interface.
7222 (ada_sals_for_line): Declare.
7223 (ada_is_tagged_type): New interface.
7224 (ada_tag_name): Declare.
7225 (ada_lookup_struct_elt_type): Remove declaration.
7226 (ada_search_struct_field): Remove declaration.
7227 (ada_attribute_name): New interface.
7228 (ada_is_system_address_type): Declare.
7229 (ada_to_fixed_value): Remove declaration.
7230 (ada_template_to_fixed_record_type_1): Declare.
7231 (get_int_var_value): New interface.
7232 (ada_find_any_symbol): Declare.
7233 (ada_find_renaming_symbol): Declare.
7234 (ada_mangle): Rename to ada_encode.
7235 (ada_simple_renamed_entity): Remove const.
7236 (ada_main_name): Declare.
7237 (get_current_task): Rename to ada_get_current_task.
7238 (get_entry_number): Remove declaration.
7239 (ada_report_exception_break): Remove declaration.
7240 (ada_print_exception_breakpoint_nontask): Declare.
7241 (ada_print_exception_breakpoint_task): Declare.
7242 (ada_find_printable_frame): Declare.
7243
7244 * ada-lex.l: Update copyright notices.
7245 Use xmalloc and xfree instead of malloc and free.
7246 Use new interface to name_lookup.
7247 Use new interface to
7248 ada_mangle=>ada_encode.
7249 Redo handling of '$...' variable to parallel current treatment
7250 in c-exp.y.
7251 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7252 digit_to_int, strtoulst, processInt, processReal, processId,
7253 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7254 yywrap): Protoize.
7255
7256 (processInt): Use cast to remove harmless warning.
7257 (processReal): Modify to get rid of compiler warning on scan formats.
7258
7259 (processId): Replace xmalloc with obstack_alloc for name and remove
7260 call to ada_name_string_cleanup.
7261 Remove obsolete disabled code.
7262 (name_lookup): Ditto.
7263 New interface.
7264 Use obsavestring on temp_parse_space instead of savestring
7265 on name, and remove call to ada_name_string_cleanup.
7266 Free string returned from ada_simple_renamed_entity.
7267 Use new interface to ada_lookup_symbol_list.
7268 Decomment disabled code.
7269 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7270 not types.
7271 When a type name lookup succeeds as a result of
7272 lookup_primitive_typename, check for regular type entry that has not
7273 yet been read in.
7274 Limit length of chain of renamed symbols we are willing to follow.
7275 Do not break names beginning with "standard__" into segments.
7276 (block_lookup): Use new interface to ada_lookup_symbol_list.
7277
7278 * ada-typeprint.c: Update copyright notice.
7279 (demangled_type_name): Rename to decoded_type_name.
7280 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7281 (print_range_bound): Correct handling of negative
7282 bounds that make the index type looked unsigned under STABS.
7283 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7284 (print_range_type_named): Use the builtin int type if no type
7285 corresponding to the given type name could be found.
7286 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7287 Add some bullet-proofing.
7288 (print_variant_clauses): Allow for variant branches with ___XVU
7289 encodings that are not dynamic fields.
7290 Use new interface to ada_is_tagged_type.
7291 (print_record_type): Allow for fields with ___XVE encodings that
7292 are not dynamic fields.
7293 Use new interface to ada_is_tagged_type.
7294 (ada_print_type): ada_is_array_descriptor =>
7295 ada_is_array_descriptor_type.
7296
7297 * ada-valprint.c: Update copyright notice.
7298 Include gdb_string.h
7299 Include infcall.h
7300 (ui_memcpy): New function.
7301 (ada_print_floating): New function.
7302 (ada_print_str): Order arguments correctly.
7303 Correct handling of empty arrays and arrays of 0-length items.
7304 ada_is_array_descriptor => ada_is_array_descriptor_type
7305 Print values of type System.Address in hexadecimal format.
7306 Use ada_print_floating to print floating-point numbers in Ada format.
7307 Print class tag values with type names.
7308 No longer print the address of reference values. Avoids
7309 a potential confusion.
7310 (ada_value_print): Stop printing the object type for reference
7311 values, but preserve that behavior for access types. Avoids
7312 a potential confusion.
7313 Simplify one conditional expression, as the first part is now
7314 necessarily true.
7315 ada_is_array_descriptor => ada_is_array_descriptor_type
7316 Add check for arrays for null records, and print them by hand.
4c4b4cd2 7317
f65f91b5
JB
73182004-06-01 Jim Blandy <jimb@redhat.com>
7319
7320 * ppc-tdep.h: Delete unused 'regoff' member.
7321 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7322
d4687fa0
MC
73232004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7324
7325 Fix PR symtab/1661.
7326 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7327 (hpread_read_struct_type): Likewise.
7328
de169ec9
AC
73292004-06-01 Andrew Cagney <cagney@gnu.org>
7330
c6902d46
AC
7331 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7332 instead of xasprintf.
7333 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7334 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7335 (mi_cmd_data_list_register_names)
7336 (mi_cmd_data_list_changed_registers)
7337 (mi_cmd_data_list_register_values)
7338 (get_register, mi_cmd_data_write_register_values)
7339 (mi_cmd_data_write_register_values)
7340 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7341 (mi_cmd_target_download, mi_cmd_target_select)
7342 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7343 (mi_execute_cli_command, mi_execute_async_cli_command)
7344 (mi_execute_async_cli_command): Ditto.
7345 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7346 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7347
6085fc2d
AC
7348 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7349 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7350 error_last_message instead of mi_error_last_message.
7351 * mi/mi-main.c (mi_error_last_message): Delete function.
7352
de169ec9
AC
7353 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7354 "invalid number of columns" error. Delete redundant "out of
7355 memory" check.
7356
1fc7d519
MK
73572004-05-31 Mark Kettenis <kettenis@gnu.org>
7358
6cfb2041
MK
7359 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7360 (gregset_t, fpregset_t): Remove typedefs.
7361 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7362 (REG_OFFSET): Rename argument.
7363 (i386bsd_r_reg_offset): Rename from reg_offset.
7364 (REG_ADDR): Remove macro.
7365 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7366 functions.
7367 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7368 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7369 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7370 instead of supply_gregset.
7371 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7372 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7373 instead of fill_gregset.
7374 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7375
1fc7d519
MK
7376 * i386bsd-nat.c: Don't include "gregset.h".
7377 (supply_gregset, fill_gregset): Make static.
7378 (supply_fpregset, fill_fpregset): Remove.
7379 * Makefile.in (i386bsd-nat.o): Update dependencies.
7380
2c34abbe
MK
73812004-05-30 Mark Kettenis <kettenis@gnu.org>
7382
448724fb
MK
7383 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7384 "gdb_assert.h". Con't include "gregset.h".
7385 (fbsd_make_corefile_notes): Use regset-based core file support
7386 instead off fill_gregset and fill_fpregset.
7387 * Makefile.in (fbsd-proc.o): Update dependencies.
7388
5ca8ca7c
MK
7389 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7390 instructions.
7391 (m88k_frame_prev_register): Simplify code a bit.
7392
593adc23
MK
7393 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7394 (amd64_collect_fpregset): New function.
7395 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7396
8d1b517b
MK
7397 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7398
7fdafb5a
MK
7399 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7400 (i386_collect_gregset): New function.
7401 (i386_supply_fpregset): Adjust comment.
7402 (i386_collect_fpregset): New function.
7403 (i386_regset_from_core_section): Use i386_collect_gregset and
7404 i386_collect_fpregset.
7405
8693c419
MK
7406 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7407 handle VALUEP being null.
7408
2c34abbe
MK
7409 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7410
45d134d8
MK
74112004-05-29 Mark Kettenis <kettenis@gnu.org>
7412
1698f4e7
MK
7413 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7414
45d134d8
MK
7415 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7416 assembler in OpenBSD 3.5-current.
7417 (amd64obsd_sigcontext_addr): Likewise.
7418
691d145a
JB
74192004-05-28 Jim Blandy <jimb@redhat.com>
7420
7421 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7422 register set, so our regcache isn't declared "legacy" and our E500
7423 pseudoregister read and write functions aren't ignored.
7424 (rs6000_register_byte, rs6000_register_raw_size,
7425 rs6000_register_virtual_type, rs6000_register_convertible,
7426 rs6000_register_convert_to_virtual,
7427 rs6000_register_convert_to_raw): Deleted.
7428 (rs6000_register_type, rs6000_convert_register_p,
7429 rs6000_register_to_value, rs6000_value_to_register): New
7430 functions.
7431 (rs6000_gdbarch_init): Don't register
7432 gdbarch_deprecated_register_size,
7433 gdbarch_deprecated_register_bytes,
7434 gdbarch_deprecated_register_byte,
7435 gdbarch_deprecated_register_raw_size,
7436 gdbarch_deprecated_register_virtual_type,
7437 gdbarch_deprecated_register_convertible,
7438 gdbarch_deprecated_register_convert_to_virtual, or
7439 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7440 register gdbarch_register_type, gdbarch_convert_register_p,
7441 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7442
18ed0c4e
JB
74432004-05-26 Jim Blandy <jimb@redhat.com>
7444
7445 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7446 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7447 functions, updated to match the register numberings used in GCC.
7448 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7449 rs6000_dwarf2_reg_to_regnum as register number conversions
7450 functions for STABS and Dwarf2.
7451
779af9e3
RC
74522004-05-26 Randolph Chung <tausq@debian.org>
7453
7454 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7455 in header file.
7456
c23968a2
JB
74572004-05-25 Joel Brobecker <brobecker@gnat.com>
7458
7459 * NEWS: Document new "start" command.
7460
3a7d1c27
RC
74612004-05-25 Randolph Chung <tausq@debian.org>
7462
7463 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7464 hppa-linux.
7465
43613416
RC
74662004-05-25 Randolph Chung <tausq@debian.org>
7467
7468 * hppa-hpux-tdep.c (offsetof): Define.
7469 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7470 (hppa32_hpux_frame_base_before_sigtramp)
7471 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7472 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7473 (hppa64_hpux_frame_base_before_sigtramp)
7474 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7475 functions.
7476 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7477 (hppa_hpux_sigtramp_frame_unwind_cache)
7478 (hppa_hpux_sigtramp_frame_this_id)
7479 (hppa_hpux_sigtramp_frame_prev_register)
7480 (hppa_hpux_sigtramp_frame_unwind)
7481 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7482 (hppa_hpux_init_abi): Register sigtramp unwinder.
7483 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7484
6d1be3f1
RC
74852004-05-25 Randolph Chung <tausq@debian.org>
7486
7487 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7488 and multiple stack unwinds.
7489 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7490
97c34f65
AC
74912004-05-25 Andrew Cagney <cagney@gnu.org>
7492
7493 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7494 * symfile-mem.h: Delete file.
7495 * symfile-mem.c: Do not include "symfile-mem.h".
7496 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7497 "struct bfd_section". When an error do not bother returning NULL.
7498 (add_symbol_file_from_memory_command): Use "struct bfd" and
7499 "struct bfd_section".
7500 * Makefile.in (symfile_mem_h): Delete.
7501 (symfile-mem.o): Update dependencies.
7502
e23cbd82
NR
75032004-05-25 Nick Roberts <nickrob@gnu.org>
7504
7505 * gdb-mi.el: New file.
7506
20d2ca3e
AC
75072004-05-25 Andrew Cagney <cagney@gnu.org>
7508
7509 * inftarg.c: Include "observer.h".
7510 (child_attach, child_create_inferior): Notify inferior_created.
7511 * corelow.c: Include "observer.h".
7512 (core_open): Notify inferior_created.
7513 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7514
c27cda74
AC
75152004-05-25 Andrew Cagney <cagney@gnu.org>
7516
7517 * target.h (struct target_ops): Add from_tty to
7518 to_create_inferior.
7519 (target_create_inferior, find_default_create_inferior): Update.
7520 * infcmd.c (run_command): Update.
7521 * wince.c (child_create_inferior): Update.
7522 * win32-nat.c (child_create_inferior): Update.
7523 * uw-thread.c (uw_thread_create_inferior): Update.
7524 * thread-db.c (thread_db_create_inferior): Update.
7525 * target.c (debug_to_create_inferior)
7526 (find_default_create_inferior): Update.
7527 (maybe_kill_then_create_inferior): Update.
7528 * sol-thread.c (sol_thread_create_inferior): Update.
7529 * remote.c (extended_remote_async_create_inferior)
7530 (extended_remote_create_inferior): Update.
7531 * remote-vx.c (vx_create_inferior): Update.
7532 * remote-st.c (st2000_create_inferior): Update.
7533 * remote-sim.c (gdbsim_create_inferior): Update.
7534 * remote-sds.c (sds_create_inferior): Update.
7535 * remote-rdp.c (remote_rdp_create_inferior): Update.
7536 * remote-rdi.c (arm_rdi_create_inferior): Update.
7537 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7538 * remote-e7000.c (e7000_create_inferior): Update.
7539 * procfs.c (procfs_create_inferior): Update.
7540 * ocd.c (ocd_create_inferior): Update.
7541 * ocd.h (ocd_create_inferior): Update.
7542 * nto-procfs.c (procfs_create_inferior): Update.
7543 * monitor.c (monitor_create_inferior): Update.
7544 * lin-lwp.c (lin_lwp_create_inferior): Update.
7545 * inftarg.c (child_create_inferior): Update.
7546 * hpux-thread.c (hpux_thread_create_inferior): Update.
7547 * gnu-nat.c (gnu_create_inferior): Update.
7548
1db2a798
AC
75492004-05-25 Andrew Cagney <cagney@gnu.com>
7550
7551 * MAINTAINERS: Update e-mail address.
7552
007d08bb
RC
75532004-05-24 Randolph Chung <tausq@debian.org>
7554
7555 * thread.c (info_threads_command, thread_apply_all_command)
7556 (thread_apply_command, thread_command, do_captured_thread_select):
7557 Remove HPUXHPPA-specific code.
7558
69e7b95e
RC
75592004-05-24 Randolph Chung <tausq@debian.org>
7560
7561 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7562 unused symbols.
7563 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7564 references.
7565
a4d5f2e0
JB
75662004-05-24 Joel Brobecker <brobecker@gnat.com>
7567
7568 * infcmd.c (kill_if_already_running): New function, extracted
7569 from run_command().
7570 (run_command): Replace extracted code by call to
7571 kill_if_already_running().
7572 (start_command): New function.
7573 (_initialize_infcmd): Add "start" command.
7574
bf2ca189
MK
75752004-05-24 Mark Kettenis <kettenis@gnu.org>
7576
7577 Add OpenBSD/m88k support.
7578 * NEWS (New native configurations): Mention OpenBSD/m88k.
7579 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7580 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7581 * Makefile.in (m88k_tdep_h): New variable.
7582 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7583 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7584 * configure.host: Add m88*-*-openbsd*.
7585 * configure.tgt: Add m88*-*-openbsd*.
7586
80fadb11
JB
75872004-05-24 Jim Blandy <jimb@redhat.com>
7588
7589 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7590 to approve changes.
7591
19e2d14b
KB
75922004-05-24 Kevin Buettner <kevinb@redhat.com>
7593
7594 * symtab.c (fixup_section): Search section table when lookup by
7595 name fails.
7596
1b07b470
RC
75972004-05-24 Randolph Chung <tausq@debian.org>
7598
7599 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7600 be "small_struct".
7601
368702b1
MK
76022004-05-24 Mark Kettenis <kettenis@gnu.org>
7603
5df97fde
MK
7604 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7605 register number in regcache_raw_collect call.
7606 (m68kbsd_collect_fpregset): Likewise.
7607 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7608
368702b1
MK
7609 * regset.h (struct regset): Add back `regset' member.
7610
a770d4ec
MK
76112004-05-23 Mark Kettenis <kettenis@gnu.org>
7612
70f9f479
MK
7613 * configure.in: Check for td_pcb in `struct thread'.
7614 * configure, config.in: Regenerated.
7615
2e16d79e
MK
7616 * dpx2-nat.c: Remove file.
7617 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7618 (dpx2-nat.o): Remove dependencies.
7619
492cf391
MK
7620 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7621 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7622 (amd64obsd_supply_pcb): New function.
7623 (_initialize_amd64obsd_nat): Enable libkvm interface.
7624 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7625 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7626 (LOADLIBES): New variable.
7627
a770d4ec
MK
7628 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7629 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7630 (sparc32nbsd_supply_pcb): New function.
7631 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7632 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7633 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7634 (LOADLIBES): New variable.
7635
9ea75c57
MK
76362004-05-22 Mark Kettenis <kettenis@gnu.org>
7637
2e0c3539
MK
7638 * bsd-kvm.c, bsd-kvm.h: New files.
7639 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7640 "bsd-kvm.h".
7641 (i386fbsd_supply_pcb): New function.
7642 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7643 (i386fbsd-nat.o): Update dependencies.
7644 (bsd_kvm_h): New variable.
7645 (bsd-kvm.o): New dependency.
7646 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7647 (LOADLIBES): New variable.
7648
9ea75c57
MK
7649 * regset.c: Tweak comment.
7650 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7651 macro.
7652 * regset.h: Update copyright year.
7653 (struct regset): Remove `descr' member, add `gdbarch' member.
7654 (regset_alloc): Adjust prototype and comment.
7655 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7656 (i386_supply_fpregset): Likewise.
7657 (i386_regset_from_core_section): Update call to regset_alloc.
7658 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7659 REGSET->arch.
7660 (i386obsd_aout_regset_from_core_section): Update call to
7661 regset_alloc.
7662 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7663 REGSET->arch.
7664 (i386nbsd_aout_regset_from_core_section): Update call to
7665 regset_alloc.
7666 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7667 REGSET->arch.
7668 (amd64_regset_from_core_section): Update call to regset_alloc.
7669 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7670 REGSET->arch.
7671 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7672 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7673 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7674 (sparc32nbsd_init_abi): Update call to regset_alloc.
7675 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7676 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7677 (sparc64obsd_init_abi): Update call to regset_alloc.
7678 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7679 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7680 (sparc64nbsd_init_abi): Update call to regset_alloc.
7681 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7682 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7683 (sparc64fbsd_init_abi): Update call to regset_alloc.
7684
867e2dc5
JB
76852004-05-22 Jim Blandy <jimb@redhat.com>
7686
7687 * ppc-tdep.h (spe_register_p): New declaration.
7688 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7689 ppc_spefscr_regnum.
7690 * rs6000-tdep.c (spe_register_p): New function.
7691 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7692 spefscr.
7693 (rs6000_gdbarch_init): Initialize the new members of the tdep
7694 structure.
7695
617a4cba
JB
76962004-05-21 Jim Blandy <jimb@redhat.com>
7697
0397dee1
JB
7698 * ppc-linux-nat.c (fetch_register): Move code back to be next
7699 to the comment that describes it. (Moved code, instead of
7700 comment, for symmetry with store_register.)
7701
617a4cba
JB
7702 Allocate regset structures in the gdbarch's obstack, not using
7703 xmalloc.
7704 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7705 Add 'arch' argument. Allocate the regset on arch's obstack, not
7706 using xmalloc.
7707 * regset.h (regset_alloc): Update declaration.
7708 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7709 gdbarch argument.
7710 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7711 * i386-tdep.c (i386_regset_from_core_section): Same.
7712 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7713 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7714 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7715 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7716 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7717 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7718
9aa3914d
JB
77192004-05-21 Joel Brobecker <brobecker@gnat.com>
7720
7721 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7722
99c87dab
JB
77232004-05-21 Jim Blandy <jimb@redhat.com>
7724
7725 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7726 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7727
c2b6b4aa
JB
77282004-05-20 Jim Blandy <jimb@redhat.com>
7729
7730 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7731
144529d0
MK
77322004-05-20 Mark Kettenis <kettenis@gnu.org>
7733
7734 * regset.h: Make prototype const-correct.
7735 * regset.c (regset_xmalloc): Make const-correct.
7736
4725b721
PH
77372004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7738
7739 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7740 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7741 (symbol_search_name): Declare.
7742
7743 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7744 (iter_name_next_hashed): Ditto.
7745 (iter_name_next_linear): Ditto.
7746 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7747
7748 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7749 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7750 (symbol_search_name): New function.
7751
7752 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7753
7754 * minsyms.c (build_minimal_symbol_hash_tables): Change
7755 test for adding to demangled hash table to check for difference
7756 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7757
be07a590
JB
77582004-05-19 Jim Blandy <jimb@redhat.com>
7759
7760 Use a constructor function to create regset structures.
7761 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7762 (struct regset): Use supply_regset_ftype. Add new
7763 'collect_regset' member.
7764 (regset_xmalloc): New declaration.
7765 * regset.c: New file.
7766 * am64-tdep.c (amd64_regset_from_core_section): Use
7767 regset_xmalloc to construct regset structures.
7768 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7769 * i386-tdep.c (i386_regset_from_core_section): Same.
7770 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7771 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7772 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7773 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7774 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7775 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7776 * Makefile.in (COMMON_OBS): Add regset.o.
7777 (regset.o): New rule.
7778
604368f5
JB
77792004-05-19 Joel Brobecker <brobecker@gnat.com>
7780
7781 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7782 and pthread_cond_wait.c.
7783
82d69f8b
JB
77842004-05-18 Jim Blandy <jimb@redhat.com>
7785
7786 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7787 before the mach-specific switch, and then let the individual cases
7788 override the defaults, rather than leaving them uninitialized
7789 until the switch and then setting them in each case.
7790
5859efe5
RC
77912004-05-18 Randolph Chung <tausq@debian.org>
7792
7793 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7794 millicode functions.
7795
9ca80cf8
RC
77962004-05-18 Randolph Chung <tausq@debian.org>
7797
7798 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7799 references to dld_flags_buffer consistent.
7800
ed70ba00
RC
78012004-05-18 Randolph Chung <tausq@debian.org>
7802
7803 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7804 it for unwinding the stack.
7805
63100632
RC
78062004-05-18 Randolph Chung <tausq@debian.org>
7807
7808 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7809 Undefine these so we can overide them using gdbarch.
7810
090ccbb7
RC
78112004-05-18 Randolph Chung <tausq@debian.org>
7812
7813 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7814 handling for 64-bit HPUX (elf).
7815
594706e6
DJ
78162004-05-18 Daniel Jacobowitz <dan@debian.org>
7817
7818 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7819 constants.
7820 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7821 * ia64-tdep.c (examine_prologue): Likewise.
7822 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7823 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7824
e5483145
MK
78252004-05-18 Mark Kettenis <kettenis@gnu.org>
7826
7827 * vax-tdep.c (vax_return_value): Implement
7828 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7829
caed1a45
MK
78302004-05-17 Mark Kettenis <kettenis@gnu.org>
7831
7832 * vax-tdep.c (vax_return_value): Fix typo.
7833
3c0b7db2
AC
78342004-05-17 Andrew Cagney <cagney@redhat.com>
7835
5aae53e5
AC
7836 * MAINTAINERS: Mark Salter was also responsible for
7837 testsuite/config/
7838
3c0b7db2
AC
7839 * NEWS: Mention signal fixes.
7840
22b0923d
RC
78412004-05-17 Randolph Chung <tausq@debian.org>
7842
7843 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7844 check to see if we are unwinding an export stub. Export stubs clobber
7845 the %rp in the call path and stores the original rp in a stack slot.
7846
22f2b2f3
JB
78472004-05-17 Jim Blandy <jimb@redhat.com>
7848
7849 * MAINTAINERS: Update address for J.T. Conklin.
7850
cea96d64
RC
78512004-05-17 Randolph Chung <tausq@debian.org>
7852
7853 * hppa-tdep.c: Remove superfluous #include's.
7854 * Makefile.in (hppa-tdep.o): Update dependencies.
7855
f08f6a4a
RC
78562004-05-17 Randolph Chung <tausq@debian.org>
7857
7858 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7859 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7860 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7861 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7862 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7863 Remove static function declarations.
7864
51da707a
MK
78652004-05-17 Mark Kettenis <kettenis@gnu.org>
7866
caed1a45
MK
7867 * alphabsd-nat.c: Update copyright year.
7868 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7869
c0c2b0db
MK
7870 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7871 and M68K_A2_REGNUM.
7872
51da707a
MK
7873 * m68k-tdep.c (m68k_svr4_return_value): Implement
7874 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7875
8d027a04
MK
78762004-05-16 Mark Kettenis <kettenis@gnu.org>
7877
7878 * sol-thread.c Update copyright year. Fix various coding
7879 standards violations. Tweak a few comments.
7880 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7881 Delete prototypes.
7882
0d99fdb9
RC
78832004-05-15 Randolph Chung <tausq@debian.org>
7884
7885 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7886 as pointer instead of array reference since HPUX compiler does
7887 not accept unsized array arguments.
7888 * somsolib.c (dld_flags_buffer): Use constant array size.
7889
f7e3843a
MK
78902004-05-15 Mark Kettenis <kettenis@gnu.org>
7891
0fe85704
MK
7892 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7893 offset with decimal offset.
7894 (amd64obsd_sigcontext_addr): Return correct address for entire
7895 signal trampoline.
7896
a54f9a00
MK
7897 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7898 instead of get_frame_base.
7899
feae6502
MK
7900 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7901 (fill_gregset): Use regcache_raw_collect.
7902
0382d099
MK
7903 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7904 ppcobsd-tdep.c.
7905
f7e3843a
MK
7906 * config/sparc/tm-nbsd64.h: Remove file.
7907 * config/tm-sunos.h: Remove file.
7908
773df3e5
JB
79092004-05-15 Joel Brobecker <brobecker@gnat.com>
7910
7911 * rs6000-tdep.c (store_param_on_stack_p): New function,
7912 an improved version of some code extracted from skip_prologue().
7913 (skip_prologue): Use store_param_on_stack_p() to detect
7914 instructions saving a parameter on the stack. Detect when r0
7915 is used to save a parameter.
7916 Do not mark "li rx, SIMM" instructions as part of the prologue,
7917 unless the following instruction is also part of the prologue.
7918
95918acb
AC
79192004-05-14 Andrew Cagney <cagney@redhat.com>
7920
06f32659
AC
7921 * infrun.c (handle_inferior_event): Simplify
7922 STEP_OVER_UNDEBUGGABLE.
7923
95918acb
AC
7924 * infrun.c (handle_step_into_function): Delete function.
7925 (handle_inferior_event): Inline calls to
7926 handle_step_into_function.
7927
40711ff1 79282004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
7929
7930 * rs6000-nat.c: Fix a comment.
7931
02f60eae
JB
79322004-05-12 David Anderson <davea@sgi.com>
7933
7934 Committed by Jim Blandy <jimb@redhat.com>:
7935 * regcache.c (struct regcache_descr): fix comment spelling.
7936
552e377b
JB
79372004-05-13 J. Brobecker <brobecker@gnat.com>
7938
7939 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7940 Fixes a link link failure.
7941
349766b2
JB
79422004-05-13 J. Brobecker <brobecker@gnat.com>
7943
7944 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7945 error that was causing the build to fail.
7946
0d4d5484
JB
79472004-05-13 J. Brobecker <brobecker@gnat.com>
7948
7949 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7950 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7951
0b30808c
AC
79522004-05-13 Andrew Cagney <cagney@redhat.com>
7953
7954 * infrun.c (handle_inferior_event): Check for
7955 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7956 calls. Update comments.
7957
cdf2c5f5
JB
79582004-05-13 Jim Blandy <jimb@redhat.com>
7959
063715bf
JB
7960 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7961 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7962 (store_regs_user_thread, store_regs_kernel_thread): Use
7963 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7964 * ppc-linux-nat.c (fill_gregset): Same.
7965 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7966 (ppc_linux_sigtramp_cache): Same.
7967 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7968 (ppcnbsd_sigtramp_cache_init): Same.
7969 * rs6000-nat.c (fetch_core_registers): Same.
7970 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7971 (rs6000_frame_cache): Same.
7972
cdf2c5f5
JB
7973 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7974 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7975 of assuming that the gprs are numbered starting with zero.
7976 * ppc-linux-nat.c (fill_gregset): Same.
7977 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7978 * ppcnbsd-nat.c (getregs_supplies): Same.
7979 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7980 * rs6000-nat.c (fetch_core_registers): Same.
7981 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7982
450bd37b
MS
79832004-05-07 Michael Snyder <msnyder@redhat.com>
7984
7985 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7986 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7987
4a72a2a6
AC
79882004-05-13 Andrew Cagney <cagney@redhat.com>
7989
7990 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7991
8edfa926
BM
79922004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7993
7994 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7995 base_address for shared libraries.
7996
723e0e3d
BM
79972004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7998
7999 * MAINTAINERS (write after approval): Add myself.
8000
00d4360e
UW
80012004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
8002
8003 * breakpoint.c (bpstat_stop_status): Add new argument
8004 STOPPED_BY_WATCHPOINT. Use it instead of testing
8005 target_stopped_data_address agaist 0 to check whether
8006 or not we stopped due to a hardware watchpoint.
8007 * breakpoint.h (bpstat_stop_status): Adapt prototype.
8008 * infrun.c (handle_inferior_event): Call bpstat_stop_status
8009 with new argument.
8010
ec76baa5
JB
80112004-05-12 Jim Blandy <jimb@redhat.com>
8012
8013 * configure.in: When checking whether we should use the -bbigtoc
8014 option, don't forget to restore the original value of LDFLAGS.
8015 * configure: Regenerated.
8016
f2c9ca08
AC
80172004-05-12 Andrew Cagney <cagney@redhat.com>
8018
8019 * thread.c (load_infrun_state): Delete step_sp.
8020 * infrun.c (context_switch): Ditto.
8021 * inferior.h (step_sp): Ditto.
8022 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
8023 * gdbthread.h (struct thread_info, save_infrun_state)
8024 (restore_infrun_state): Ditto.
8025
090ddb2a
UW
80262004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
8027
8028 * MAINTAINERS (write after approval): Add myself.
8029
8aad930b
AC
80302004-05-12 Andrew Cagney <cagney@redhat.com>
8031
8032 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
8033 eliminate reference to step_sp.
8034 (struct execution_control_state, init_execution_control_state)
8035 (handle_inferior_event, keep_going): Delete update_step_sp and
8036 step_sp.
8037 * infcmd.c (step_sp): Note that variable is unused.
8038
922d5ae0
AC
80392004-05-11 Andrew Cagney <cagney@redhat.com>
8040
8041 * infrun.c (step_over_function): Delete function.
8042 (handle_step_into_function): Use insert_step_resume_breakpoint.
8043 (insert_step_resume_breakpoint): Fix assertion.
8044
017c5ca5
NR
80452004-05-11 Nick Roberts <nickrob@gnu.org>
8046
8047 * utils.c (defaulted_query): Just use the normal query input type
8048 when printing the annotations.
8049
42edda50
AC
80502004-05-11 Andrew Cagney <cagney@redhat.com>
8051
8052 * infrun.c (handle_inferior_event): Simplify code handling
8053 step-into or return-from a signal trampoline.
8054
d28b44a7
AC
80552004-05-11 Andrew Cagney <cagney@redhat.com>
8056
8057 * ppcnbsd-tdep.c: Include "gdb_assert.h".
8058 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
8059
383f0f5b
JB
80602004-05-10 Jim Blandy <jimb@redhat.com>
8061
d0b57c3a
JB
8062 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
8063 with a call to internal_error.
8064
383f0f5b
JB
8065 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
8066 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
8067 processor variant lacks those registers.
8068 (ppc_floating_point_unit_p): Change description to make it clear
8069 that this returns info about the ISA, not the ABI.
8070 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
8071 return true or false by checking tdep->ppc_fp0_regnum and
8072 tdep->ppc_fpscr_regnum. The original code replicated the BFD
8073 arch/mach switching done in rs6000_gdbarch_init; it's better to
8074 keep that logic there, and just check the results here.
8075 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
8076 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
8077 floating-point registers.
8078 (ppc_supply_fpregset, ppc_collect_fpregset)
8079 (rs6000_push_dummy_call, rs6000_extract_return_value)
8080 (rs6000_store_return_value): Assert that we have floating-point
8081 registers.
8082 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
8083 (rs6000_frame_cache): Don't note the locations at which
8084 floating-point registers were saved if we have no fprs.
8085 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
8086 registers.
8087 (fetch_regs_user_thread, fetch_regs_kernel_thread)
8088 (store_regs_user_thread, store_regs_kernel_thread): Only call
8089 supply_fprs / fill_fprs if we actually have floating-point
8090 registers.
8091 (special_register_p): Check ppc_fpscr_regnum before matching
8092 against it.
8093 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8094 supply / collect fpscr if we don't have it.
8095 * ppc-bdm.c: #include "gdb_assert.h".
8096 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8097 have floating-point registers, since I can't test this code on
8098 FP-free systems to adapt it.
8099 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8100 fpscr and floating point register numbers if they don't exist.
8101 (fetch_register): Assert that we have floating-point registers
8102 before we reach the code that handles them.
8103 (store_register): Same. And use tdep instead of calling
8104 gdbarch_tdep again.
8105 (fill_fpregset): Don't try to collect FP registers and fpscr if we
8106 don't have them.
8107 (ppc_linux_sigtramp_cache): Don't record the saved locations of
8108 fprs and fpscr if we don't have them.
8109 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8110 don't have them.
8111 * ppcnbsd-nat.c: #include "gdb_assert.h".
8112 (getfpregs_supplies): Assert that we have floating-point registers.
8113 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8114 * ppcobsd-tdep.c: #include "gdb_assert.h".
8115 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8116 have floating-point registers.
8117 * rs6000-nat.c (regmap): Don't match against the fpscr and
8118 floating point register numbers if they don't exist.
8119 (fetch_inferior_registers, store_inferior_registers,
8120 fetch_core_registers): Only fetch / store / supply the
8121 floating-point registers and the fpscr if we have them.
8122 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8123 (ppcobsd-tdep.o): Update dependencies.
8124
15960608
AC
81252004-05-10 Andrew Cagney <cagney@redhat.com>
8126
8127 * infrun.c (through_sigtramp_breakpoint): Delete variable.
8128 (context_switch): Do not switch through_sigtramp_breakpoint.
8129 * gdbthread.h (save_infrun_state, load_infrun_state)
8130 (struct thread_info): Delete through_sigtramp_breakpoint parameter
8131 and structure member.
8132 * thread.c (load_infrun_state, save_infrun_state): Update.
8133
5ab5aa0f
MK
81342004-05-10 Mark Kettenis <kettenis@gnu.org>
8135
8136 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8137
da78b0e7
DJ
81382004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8139
8140 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8141 throughout.
8142 * aclocal.m4: Regenerate.
8143
cca0d3b0
NW
81442004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8145
8146 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8147
d303a6c7
AC
81482004-05-10 Andrew Cagney <cagney@redhat.com>
8149
8150 * infrun.c (check_sigtramp2): Delete function.
8151 (handle_inferior_event): When single stepping, and taking a
8152 signal, set a breakpoint at the signal return address. Delete
8153 redundant calls to check_sigtramp2.
8154 (insert_step_resume_breakpoint): New function.
8155 (through_sigtramp_breakpoint, handle_inferior_event)
8156 (follow_exec, wait_for_inferior, fetch_inferior_event)
8157 (currently_stepping, keep_going): Delete most uses of
8158 through_sigtramp_breakpoint, not that it should be deleted.
8159 (delete_breakpoint_current_contents): Delete function.
8160
03f4cc20
RC
81612004-05-10 Randolph Chung <tausq@debian.org>
8162
8163 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8164 target.
8165 * config/pa/tm-linux.h: New file.
8166
37fc812e
DJ
81672004-05-10 Daniel Jacobowitz <drow@mvista.com>
8168
8169 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8170 of prefixes. Don't print the prefix twice in the CLI.
8171
26c0b942
JB
81722004-05-10 Jim Blandy <jimb@redhat.com>
8173
2e56e9c1
JB
8174 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8175 collect all the gprs.
8176
26c0b942
JB
8177 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8178 loop collecting gprs.
8179
dc497459
AC
81802004-05-09 Andrew Cagney <cagney@redhat.com>
8181
8182 * remote-vx.c (net_step): Delete step-range code.
8183 * remote.c (remote_resume, init_all_packet_configs)
8184 (set_remote_protocol_E_packet_cmd)
8185 (show_remote_protocol_E_packet_cmd)
8186 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8187 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8188 (show_remote_protocol_e_packet_cmd): Ditto.
8189
0543f387
MK
81902004-05-09 Mark Kettenis <kettenis@gnu.org>
8191
c481d1ca
MK
8192 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8193
f626a069
MK
8194 * hppa-tdep.h: Update copyright year.
8195 (struct trad_frame_saved_reg): Add opaque declaration.
8196
6fa57a7d
MK
8197 * amd64-tdep.c (amd64_return_value): Implement
8198 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8199
e47577ab
MK
8200 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8201 (m68k_value_to_register): New functions.
8202 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8203 value_to_register.
8204
31db7b6c
MK
8205 * defs.h (enum return_value_convention): Add
8206 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8207 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8208 * infcmd.c (legacy_return_value): New function.
8209 (print_return_value): Rwerite to implement
8210 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8211 * values.c (using_struct_return): Check for inequality to
8212 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8213 RETURN_VALUE_STRUCT_CONVENTION.
8214 * i386-tdep.c (i386_return_value): Implement
8215 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8216
0543f387
MK
8217 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8218 include "symtab.h", "opcode/vax.h" and "inferior.h".
8219 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8220 to read_memory_unsigned_integer.
8221 (vax_gdbarch_init): Reorder.
8222 (_initialize_vax_tdep): Spell out prototype.
8223 * Makefile.in (vax-tdep.o): Update dependencies.
8224
0c93b7b6
AC
82252004-05-08 Andrew Cagney <cagney@redhat.com>
8226
e6b55ae2
AC
8227 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8228 * target.c (target_detach, target_disconnect): Ditto.
8229
1ac839b8
AC
8230 * infcall.c (call_function_by_hand): When no
8231 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8232 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8233 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8234 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8235 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8236
28954179
AC
8237 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8238 * gdbarch.h, gdbarch.c: Re-generate.
8239 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8240 deprecated_fix_call_dummy.
8241 * v850-tdep.c (v850_gdbarch_init): Ditto.
8242 * infcall.c (call_function_by_hand): Do not call
8243 DEPRECATED_FIX_CALL_DUMMY.
8244
434b87dd
AC
8245 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8246 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8247 * gdbarch.h, gdbarch.c: Re-generate.
8248 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8249 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8250 deprecated_sizeof_call_dummy_words.
8251 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8252 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8253 * v850-tdep.c (v850_gdbarch_init): Ditto.
8254 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8255 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8256 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8257 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8258 * arch-utils.h (legacy_call_dummy_words)
8259 (legacy_sizeof_call_dummy_words): Delete declarations.
8260 * arch-utils.c (legacy_call_dummy_words)
8261 (legacy_sizeof_call_dummy_words): Delete variables.
8262
58d28df8
AC
8263 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8264 * gdbarch.h, gdbarch.c: Re-generate.
8265 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8266 * infcall.c (call_function_by_hand): Eliminate call to
8267 DEPRECATED_PUSH_DUMMY_FRAME.
8268 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8269 push_dummy_frame.
8270 (ns32k_push_dummy_frame): Delete function.
8271
e4a2df64
AC
8272 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8273 deprecated_call_dummy_breakpoint_offset or
8274 deprecated_call_dummy_start_offset.
8275 * dummy-frame.c, arm-tdep.c: Update comments.
8276 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8277 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8278 * gdbarch.h, gdbarch.c: Re-generate.
8279
d3712828
AC
8280 * infcall.c (legacy_push_dummy_code): Delete function.
8281 (push_dummy_code): Delete call.
8282
7a882905
AC
8283 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8284 * gdbarch.h, gdbarch.c: Re-generate.
8285 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8286 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8287 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8288 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8289
0ec5872b
AC
8290 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8291 (struct frame_info): Delete opaque declaration.
8292 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8293 * frame.c (get_frame_type): Delete call.
8294
0c93b7b6
AC
8295 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8296 pc_in_call_dummy.
8297 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8298 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8299
75536971
MK
83002004-05-08 Mark Kettenis <kettenis@gnu.org>
8301
527ca6bb
MK
8302 * alphanbsd-tdep.c: Include "gdb_string.h".
8303 * armnbsd-tdep.c: Update copyright year.
8304 Include "gdb_string.h".
8305 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8306 dependencies.
8307
d39fdc61
MK
8308 * delta68-nat.c: Remove file.
8309 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8310 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8311 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8312 (delta68-nat.o): Remove dependency.
8313
75536971
MK
8314 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8315 function.
8316 (m68k_gdbarch_init): Don't set
8317 deprecated_frameless_function_invocation.
8318
f4ca1d1f
RC
83192004-05-07 Randolph Chung <tausq@debian.org>
8320
8321 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8322 read_memory_nobpt for code reading when doing frame unwinding.
8323 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8324
2f0e8c7a
RC
83252004-05-07 Randolph Chung <tausq@debian.org>
8326
8327 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8328 instead of sp, handle sigaltstack case.
8329 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8330 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8331 signal handler and not that of the caller.
8332 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8333 hppa_linux_sigtramp_find_sigcontext.
8334
959464ff
RC
83352004-05-07 Randolph Chung <tausq@debian.org>
8336
8337 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8338 hppa-linux-nat.c.
8339 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8340 * hppa-linux-nat.c (fetch_register, store_register): Define.
8341 (fetch_inferior_registers, store_inferior_registers): Define.
8342 (supply_gregset): Add comment and clean up some unneeded code.
8343 (fill_gregset): Add comment and fix so that it saves registers in
8344 the right place in the gregset.
8345 (fill_fpregset): Fix buffer overrun problem.
8346 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8347
0da28f8a
RC
83482004-05-07 Randolph Chung <tausq@debian.org>
8349
8350 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8351 do common handling of the pcoqt register.
8352 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8353 to use helper function.
8354 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8355 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8356 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8357 generic fallback unwinder when all else fails.
8358 (hppa_gdbarch_init): Add fallback sniffer.
8359 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8360 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8361 to use helper function.
8362
b9ec757a
JB
83632004-05-08 Joel Brobecker <brobecker@gnat.com>
8364
8365 * config/djgpp/fnchange.lst: Add translation rules for
8366 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8367
756e95f1
MK
83682004-05-08 Mark Kettenis <kettenis@gnu.org>
8369
8370 * frame.c (get_prev_frame_1): Work around GCC bug.
8371 * frame.h: Add comment about GCC bug.
8372
2b4855ab
AC
83732004-05-07 Andrew Cagney <cagney@redhat.com>
8374
8375 * observer.c: Include "commands.h" and "gdbcmd.h".
8376 (observer_debug, _initialize_observer): Add the
8377 command "set/show debug observer".
8378 * observer.sh: When observer debugging, log notify calls.
8379 * Makefile.in (observer.o): Update dependencies.
8380
ba3e8e46
JM
83812004-05-07 Jason Molenda (jmolenda@apple.com)
8382
8383 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8384
16796152
JB
83852004-05-07 Jim Blandy <jimb@redhat.com>
8386
daf6dc85
JB
8387 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8388 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8389 to recognize gpr regnums, instead of assuming that
8390 tdep->ppc_fp0_regnum marks the end of the general-purpose
8391 registers.
8392
16796152
JB
8393 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8394 the given architecture has floating-point registers.
8395
c69b8bfc
AC
83962004-05-07 Andrew Cagney <cagney@redhat.com>
8397
8398 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8399 macro defined to 1.
8400 * gdbarch.h, gdbarch.c: Re-generate.
8401 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8402 deprecated_use_generic_dummy_frames.
8403
7243600a
BF
84042004-05-07 Brian Ford <ford@vss.fsi.com>
8405
8406 * NEWS: Mention Cygwin DWARF 2 support.
8407
73c1e0a1
AC
84082004-05-07 Andrew Cagney <cagney@redhat.com>
8409
8410 * objfiles.h (struct entry_info): Delete unused fields
8411 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8412 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8413 * mipsread.c (mipscoff_symfile_read): Update.
8414 * mdebugread.c (parse_partial_symbols): Update.
8415 * dwarfread.c (read_file_scope): Update.
8416 * dwarf2read.c (read_file_scope): Update.
8417 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8418 * coffread.c (complete_symtab): Update.
8419
1d3056ac
MK
84202004-05-07 Mark Kettenis <kettenis@gnu.org>
8421
8422 * infcall.c (_initialize_infcall): Fix typo.
8423
15170568
AC
84242004-05-07 Andrew Cagney <cagney@redhat.com>
8425
8426 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8427 * command.h (add_setshow_zinteger_cmd): Declare.
8428
34f75cc1
RC
84292004-05-06 Randolph Chung <tausq@debian.org>
8430
8431 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8432 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8433 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8434 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8435 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8436 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8437 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8438 definitions ...
8439 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8440 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8441 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8442 (hppa64_hpux_frame_find_saved_regs_in_sig)
8443 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8444 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8445 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8446 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8447 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8448 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8449 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8450 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8451 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8452 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8453 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8454 (hppa32_register_type, hppa_cannot_store_register)
8455 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8456 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8457 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8458 * pa64solib.c (pa64_solib_have_load_event)
8459 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8460 (pa64_solib_unloaded_library_pathname): Likewise.
8461 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8462 (som_solib_library_pathname): Likewise.
8463
0a5e7efe
JI
84642004-05-05 Jim Ingham <jingham@apple.com>
8465
8466 * breakpoint.c (create_breakpoints): Copy the ignore count and
8467 thread id over from the pended breakpoint to the actual
8468 breakpoint.
8469
10a4b113
AC
84702004-05-05 Andrew Cagney <cagney@redhat.com>
8471
8472 * gdbarch.sh (PARM_BOUNDARY): Delete.
8473 gdbarch.h, gdbarch.c: Re-generate.
8474 * valops.c (PARM_BOUNDARY): Delete macro.
8475 (value_push): Delete PARM_BOUNDARY code.
8476 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8477
366f009f
JB
84782004-05-04 Jim Blandy <jimb@redhat.com>
8479
32b99774
JB
8480 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8481 Don't assume that the gprs, fprs, and UISA sprs are
8482 contiguous, start at register number zero, and end with fpscr.
8483 Instead, use the numbers from the tdep structure.
8484
366f009f
JB
8485 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8486 should no longer be used in code specific to the RS6000 and its
8487 derivatives.
8488 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8489 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8490 tdep->ppc_fp0_regnum.
8491 (ppc_supply_fpregset, ppc_collect_fpregset)
8492 (rs6000_push_dummy_call, rs6000_extract_return_value)
8493 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8494 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8495 FP0_REGNUM.
8496 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8497 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8498 Same.
8499 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8500 bdm_ppc_store_registers): Same.
8501 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8502 (store_register, fill_fpregset): Same.
8503 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8504 (ppc_linux_supply_fpregset): Same.
8505 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8506 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8507 Same.
8508 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8509 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8510 ppc64_sysv_abi_return_value): Same.
8511 * rs6000-nat.c (regmap, fetch_inferior_registers)
8512 (store_inferior_registers, fetch_core_registers): Same.
8513
827f338d
MK
85142004-05-01 Mark Kettenis <kettenis@gnu.org>
8515
8516 * m68knbsd-nat.c: Remove file.
8517 * m68knbsd-tdep.c: Remove file.
8518 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8519 dependencies.
8520 * configure.host: Add m68k-*-netbsdelf*.
8521 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8522 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8523 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8524 (XM_FILE): Remove.
8525 * config/m68k/nbsdelf.mh: New file.
8526 * config/m68k/nbsd.mt: New file.
8527 * config/m68k/nbsdaout.mt: Remove file.
8528 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8529 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8530 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8531 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8532 (use_struct_convention): Remove prototype.
8533 (USE_STRUCT_CONVENTION): Remove define.
8534 * config/m68k/xm-nbsd.h: Remove file.
8535
66894781
MS
85362004-05-04 Michael Snyder <msnyder@redhat.com>
8537
8538 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8539 reg_struct_return method (as gcc usually does for cross targets).
8540
f0f63663
AC
85412004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8542
8543 Committed by Andrew Cagney.
8544 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8545 alignment padding when accessing ucontext struct members.
8546
edf61169
JB
85472004-05-04 Jim Blandy <jimb@redhat.com>
8548
8bf659e8
JB
8549 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8550 'ppc_gplast_regnum' member.
8551 (ppc_num_gprs): New enum constant.
8552 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8553 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8554 * rs6000-nat.c (regmap, fetch_inferior_registers,
8555 store_inferior_registers): Same.
8556 * rs6000-tdep.c (e500_pseudo_register_read)
8557 (e500_pseudo_register_write): Same.
8558 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8559
b967e06f
JB
8560 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8561 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8562 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8563 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8564 FPLAST_REGNUM.
8565 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8566 Same.
8567 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8568 * rs6000-nat.c (regmap, fetch_inferior_registers)
8569 (store_inferior_registers): Same.
8570
edf61169
JB
8571 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8572 with FPLAST_REGNUM.
8573
58a9656e
JB
85742004-05-03 Joel Brobecker <brobecker@gnat.com>
8575
8576 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8577 failure detected by recent versions of GCC.
8578 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8579 to be consistent with the usage in dwarf2_create_include_psymtab.
8580
dc305454
MS
85812004-05-03 Michael Snyder <msnyder@redhat.com>
8582
8583 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8584 (heuristic_proc_start): Whitespace cleanup.
8585
29972665
MK
85862004-05-04 Mark Kettenis <kettenis@gnu.org>
8587
6b57680d
MK
8588 * sun3-nat.c: Remove file.
8589 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8590 dependencies.
8591 (ALLDEPFILES): Remove sun3-nat.c.
8592 (sun3-nat.o): Remove dependencies.
8593
29972665
MK
8594 * i386-interix-nat.c, i386-interix-tdep.c,
8595 config/i386/nm-interix.h, config/i386/interix.mh,
8596 config/i386/interix.mt: Remove files.
8597 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8598 dependencies.
8599
f595cb19
MK
86002004-05-03 Mark Kettenis <kettenis@gnu.org>
8601
8602 * m68k-tdep.h (struct gdbarch_tdep): Add member
8603 struct_value_regnum.
8604 (m68k_svr4_init_abi): New prototype.
8605 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8606 different calling conventions.
8607 (m68k_extract_return_value): Remove code dealing with single-field
8608 structs.
8609 (m68k_store_return_value): Remove code dealing with single-field
8610 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8611 (m68k_extract_struct_value_address): Remove function.
8612 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8613 (m68k_reg_struct_return_p, m68k_return_value)
8614 (m68k_svr4_return_value): New functions.
8615 (m68k_use_struct_convention): Remove function.
8616 (m68k_push_dummy_call): Use new struct_value_regnum member of
8617 `struct gdbarch_tdep' instead of hardcoded register number to
8618 store STRUCT_ADDR.
8619 (m68k_svr4_init_abi): New function.
8620 (m68k_gdbarch_init): Don't set extract_return_value,
8621 store_return_values, deprecated_extract_struct_value_address and
8622 use_struct_convention. Set return_value instead. Initialize new
8623 struct_value_regnum member of `struct gdbarch_tdep'.
8624 * m68klinux-tdep.c: Update copyright year.
8625 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8626 (m68k_linux_extract_struct_value_address): Remove function.
8627 (m68k_linux_init_abi): Don't set extract_return_value,
8628 store_return_values, deprecated_extract_struct_value_address and
8629 use_struct_convention. Call m68k_svr4_init_abi but override the
8630 new struct_value_regnum member of `struct gdbarch_tdep'.
8631 * Makefile.in (m68k-tdep.o): Update dependencies.
8632
aaa75496
JB
86332004-05-03 J. Brobecker <brobecker@gnat.com>
8634
8635 * dwarf2read.c (line_header): Add new included_p field in
8636 field file_names.
8637 (partial_die_info): New field has_stmt_list. New field line_offset.
8638 (dwarf2_create_include_psymtab): New function.
8639 (dwarf2_build_include_psymtabs): New function.
8640 (add_file_name): Add forward declaration. Initialize new field.
8641 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8642 to be able to determine the list of files included by the
8643 given unit, and build their associated psymtabs.
8644 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8645 files as well.
8646 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8647 (read_file_scope): Update call to dwarf_decode_lines.
8648 (read_partial_die): Handle DW_AT_stmt_list attributes.
8649
c848556f
MC
86502004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8651
8652 Unfix PR gdb/1626.
8653 * configure.in: Revert special case for osf5.*.
8654 * configure: Regenerate.
8655
eb4556d7
JB
86562004-05-02 Jim Blandy <jimb@redhat.com>
8657
8658 Move the symbol-file-from-memory functions into their own file.
8659 * symfile-mem.c, symfile-mem.h: New files.
8660 * symfile.c (symbol_file_add_from_bfd): New function.
8661 (symbol_file_add): Call symbol_file_add_from_bfd.
8662 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8663 Moved to symfile-mem.c.
8664 (_initialize_symfile): Move definition of
8665 add-symbol-file-from-memory command to symfile-mem.c.
8666 * symfile.h (symbol_file_add_from_bfd): New declaration.
8667 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8668 * config/powerpc/linux.mt (TDEPFILES): Same.
8669 * Makefile.in (SFILES): Add symfile-mem.c.
8670 (symfile_mem_h): New variable.
8671 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8672 (symfile-mem.o): New rule.
8673
80bb239e
AC
86742004-05-01 Andrew Cagney <cagney@redhat.com>
8675
7789d0fa
AC
8676 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8677 frame_find_by_id instead of frame_relative_level.
8678 (do_enable_breakpoint): Ditto.
8679 * thread.c: Update copyright.
8680 (info_threads_command): Ditto, simplify.
8681
80bb239e
AC
8682 * frame.c (deprecated_generic_get_saved_register): Delete
8683 function, moved to "xstormy16-tdep.c".
8684 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8685 deprecated_generic_get_saved_register from "frame.c".
8686 (xstormy16_frame_saved_register): Call
8687 xstormy16_get_saved_register.
8688 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8689 static.
8690 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8691 * frame.h (deprecated_generic_get_saved_register): Delete.
8692
b2a871dd
MC
86932004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8694
8695 * dwarfread.c: Update documentation on the state of dwarf-1.
8696
0e100dab
AC
86972004-05-01 Andrew Cagney <cagney@redhat.com>
8698
acd8056e
AC
8699 * stack.c (select_frame_command): Delete call to
8700 frame_relative_level.
8701 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8702 Delete #if0 code.
8703 (frame_info): Do not print FRAMELESS.
8704 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8705 (catch_info): Delete #if0 code.
8706
0e100dab
AC
8707 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8708 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8709 of frame_relative_level.
8710 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8711 to SENTINEL_FRAME.
8712 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8713 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8714 frame_relative_level.
8715
55699d59
AC
8716 * frame.h (deprecated_set_frame_type): Delete declaration.
8717 * frame.c (deprecated_set_frame_type): Delete function, update
8718 comments.
8719
fcf70625
AC
8720 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8721 * gdbarch.h, gdbarch.c: Re-generate.
8722 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8723 (shnbsd_pc_in_sigtramp): Delete.
8724 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8725 pc_in_sigtramp.
8726 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8727 pc_in_sigtramp.
8728 * frame.h: Update comments.
8729 * ppc-linux-tdep.c: Update comments.
8730 * breakpoint.c (bpstat_what): Update comments.
8731
ac5eccb7
AC
8732 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8733 m68klinux-tdep.o's dependencies, were previously added to
8734 m68klinux-nat.o.
8735
f2524b93
AC
8736 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8737 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8738 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8739 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8740 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8741
17e20bce
AC
8742 * Makefile.in (m68klinux-nat.o): Update dependencies.
8743 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8744 (m68k_linux_sigtramp_frame_cache)
8745 (m68k_linux_sigtramp_frame_this_id)
8746 (m68k_linux_sigtramp_frame_prev_register)
8747 (m68k_linux_sigtramp_frame_unwind)
8748 (m68k_linux_sigtramp_frame_sniffer)
8749 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8750 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8751 names, use trad-frame.h.
8752 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8753 (struct m68k_sigtramp_info): Delete.
8754 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8755 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8756 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8757 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8758 "m68klinux-tdep.c".
8759
c8864fa2
AC
8760 * infrun.c (check_sigtramp2): Delete check for
8761 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8762
511dd2cd
MK
87632004-05-01 Mark Kettenis <kettenis@gnu.org>
8764
8765 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8766
8c6b0e06
AC
87672004-05-01 Andrew Cagney <cagney@redhat.com>
8768
9df0bb3f
AC
8769 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8770 (frv_linux_sigtramp_frame_cache)
8771 (frv_linux_sigtramp_frame_this_id)
8772 (frv_linux_sigtramp_frame_prev_register)
8773 (frv_linux_sigtramp_frame_unwind)
8774 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8775 include "linux" in function and variable names, directly call
8776 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8777 the latest trad-frame code.
8778 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8779 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8780 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8781 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8782 * frv-tdep.c (frv_sigtramp_frame_cache)
8783 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8784 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8785 frv-linux-tdep.c.
8786 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8787 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8788 (frv_set_sigcontext_reg_addr): Delete function.
8789
8c6b0e06
AC
8790 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8791 (DEPRECATED_SIGTRAMP_END): Delete.
8792 * gdbarch.h, gdbarch.c: Re-generate.
8793 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8794 * config/vax/tm-vaxbsd.h: Update copyright.
8795 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8796 (DEPRECATED_IN_SIGTRAMP): Define.
8797 * config/m68k/tm-nbsd.h: Update copyright.
8798 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8799 (DEPRECATED_IN_SIGTRAMP): Define.
8800
50ea7769
MK
88012004-05-01 Mark Kettenis <kettenis@gnu.org>
8802
03ac2a74
MK
8803 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8804 encondings. Fixes PR gdb/1628.
8805
50ea7769
MK
8806 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8807 DW_CFA_restore state without a matching DW_CFA_remember_state
8808 instead of aborting. Fixes PR backtrace/1589.
8809
9a5d7be1
JB
88102004-04-30 Joel Brobecker <brobecker@gnat.com>
8811
8812 * MAINTAINERS: Add self as AIX maintainer.
8813 Update my e-mail address in write-after-approval section.
8814
2593d1cd
AC
88152004-04-30 Andrew Cagney <cagney@redhat.com>
8816
ce12bbf9
AC
8817 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8818 (legacy_get_prev_frame): Ditto.
8819
36710c63
AC
8820 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8821 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8822 * mipsread.c (sigtramp_address): Delete extern variable.
8823 (mipscoff_new_init): Delete reference.
8824 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8825 (fixup_sigtramp): Delete function.
8826 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8827 (fixup_sigtramp): Delete declarations.
8828
2593d1cd
AC
8829 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8830 deprecated_pc_in_sigtramp.
8831 (ppcnbsd_pc_in_sigtramp): Delete function.
8832
2a25f91c
MK
88332004-05-01 Mark Kettenis <kettenis@gnu.org>
8834
8835 * config/m68k/nm-nbsd.h: Tweak comments.
8836 * config/m68k/nm-nbsdaout.h: Likewise.
8837
0b281939
AC
88382004-04-30 Andrew Cagney <cagney@redhat.com>
8839
8840 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8841 legacy_pc_in_sigtramp.
8842 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8843
8f2d3ea0
MK
88442004-05-01 Mark Kettenis <kettenis@gnu.org>
8845
8846 Add OpenBSD/m68k support.
8847 * NEWS (New native configurations): Mention OpenBSD/m68k.
8848 * m68kbsd-tdep.c: New file.
8849 * m68kbsd-nat.c: New file.
8850 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8851 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8852 * configure.host: Add m68k-*-openbsd.
8853 * configure.tgt: Add m68k-*-openbsd.
8854 * config/m68k/tm-obsd.h: New file.
8855 * config/m68k/obsd.mt: New file.
8856 * config/m68k/obsd.mh: New file.
8857 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8858 m68kbsd-tdep.c.
8859
c40f49a4
AC
88602004-04-30 Andrew Cagney <cagney@redhat.com>
8861
8862 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8863 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8864
e81554cd
MK
88652004-04-30 Mark Kettenis <kettenis@gnu.org>
8866
8867 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8868 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8869
d4dc1a91
BF
88702004-04-30 Brian Ford <ford@vss.fsi.com>
8871
8872 Revert 2004-04-16 change.
8873 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8874 (i386_coff_init_abi): Remove.
8875 * i386-tdep.h (i386_coff_init_abi): Remove.
8876 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8877
2f72f850
AC
88782004-04-30 Andrew Cagney <cagney@redhat.com>
8879
e492f9d6
AC
8880 * blockframe.c (find_pc_partial_function): Delete use of
8881 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8882 DEPRECATED_SIGTRAMP_END.
8883
7b7adad0
AC
8884 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8885 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8886 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8887 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8888 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8889
2f72f850
AC
8890 * defs.h (deprecated_inside_entry_file): Delete declaration.
8891 * blockframe.c (deprecated_inside_entry_file): Delete function.
8892 (legacy_frame_chain_valid): Delete call.
8893 * sh64-tdep.c (sh64_frame_chain): Delete call.
8894 * objfiles.h: Update comments.
8895 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8896 call.
8897 * frame.c (get_prev_frame): Delete call, update comments.
8898
283f90a7
BF
88992004-04-30 Brian Ford <ford@vss.fsi.com>
8900
8901 * MAINTAINERS (Write After Approval): Add myself.
8902
8ee56bcf
AC
89032004-04-30 Andrew Cagney <cagney@redhat.com>
8904
8905 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8906 * gdbarch.h, gdbarch.c: Re-generate.
8907 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8908 code.
8909
ee27e1b6
AC
89102004-04-30 Andrew Cagney <cagney@redhat.com>
8911
8912 * gdb-events.sh (selected_thread_changed)
8913 (selected_frame_level_changed, target_changed): Delete.
8914 * gdb-events.h, gdb-events.c: Re-generate.
8915 * valops.c (value_assign): Update.
8916 * stack.c (select_frame_command, up_silently_base)
8917 (down_silently_base): Update.
8918
d5ac5a39
AC
89192004-04-29 Andrew Cagney <cagney@redhat.com>
8920
8921 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8922 registers correctly.
8923 (print_gp_register_row, mips32_heuristic_proc_desc)
8924 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8925 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8926 references to mips_isa_regsize.
8927
ceae6e75
AC
89282004-04-29 Andrew Cagney <cagney@redhat.com>
8929
8930 * mips-tdep.c (struct gdbarch_tdep): Delete
8931 mips_fp_register_double.
8932 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8933 mips_abi_regsize.
8934 (mips_gdbarch_init): Do not set mips_fp_register_double.
8935 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8936
a587af0b
AC
89372004-04-29 Joel Brobecker <brobecker@gnat.com>
8938
8939 Committed by Andrew Cagney.
8940 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8941 function calls.
8942
13326b4e
AC
89432004-04-29 Andrew Cagney <cagney@redhat.com>
8944
8945 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8946 gdbarch, use mips_abi, update callers.
8947 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8948 mips_abi_regsize, update callers.
8949 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8950 mips_default_abi_regsize.
8951 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8952 mips_default_abi_regsize.
8953
711cc5cd
AC
89542004-04-29 Andrew Cagney <cagney@redhat.com>
8955
1b13c4f6
AC
8956 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8957 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8958 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8959 mips_default_abi_regsize.
8960 (mips_isa_regsize): Rename mips_regisze.
8961 * mipsnbsd-tdep.c: Update.
8962 * mips-linux-tdep.c: Update.
8963 * irix5-nat.c: Update.
8964 * mips-tdep.h (mips_isa_regsize): Update.
8965
711cc5cd
AC
8966 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8967 Delete all disabled code.
8968 * gdb-events.h, gdb-events.c: Re-generate.
8969
e63bbc88
MK
89702004-04-19 Jerome Guitton <guitton@gnat.com>
8971 Mark Kettenis <kettenis@gnu.org>
8972
8973 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8974 the function begins with a branch instruction.
8975
fd35795f
MK
89762004-04-29 Mark Kettenis <kettenis@gnu.org>
8977
8978 * i386-tdep.c: Fix spelling mistakes.
8979
c960c18f
AC
89802004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8981 Andrew Cagney <cagney@redhat.com>
8982
8983 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8984 <sys/proc.h>.
8985 * acconfig.h: Provide default _KMEMUSER value.
8986 * config.in, configure: Re-generate.
8987 * NEWS: Mention fix.
8988
50306a9d
RC
89892004-04-24 Randolph Chung <tausq@debian.org>
8990
8991 * configure.host (hppa*-*-linux*): New target.
8992 * configure.tgt (hppa*-*-linux*): Likewise.
8993 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8994 gdbarch_init_osabi() call earlier so that osabi-specific frame
8995 unwinders can be registered first.
8996 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8997 hppa-linux-nat.c.
8998 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8999 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
9000 * config/pa/linux.mh: New file.
9001 * config/pa/linux.mt: New file.
9002 * config/pa/nm-linux.h: New file.
9003 * config/pa/xm-linux.h: New file.
9004 * hppa-linux-nat.c: New file.
9005 * hppa-linux-tdep.c: New file.
9006
2a6228ef
RC
90072004-04-28 Randolph Chung <tausq@debian.org>
9008
9009 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
9010 return values.
9011 (hppa32_push_dummy_call): Fix small struct and floating point argument
9012 passing, and make sure the stack frame is properly aligned.
9013
82c10df6
AC
90142004-04-28 Andrew Cagney <cagney@redhat.com>
9015
d762c46a
AC
9016 * stack.c (print_stack_frame): Fix description.
9017
82c10df6
AC
9018 * NEWS: Mention gdb/gdbserver/configure execute permission
9019 changed. PR server/519.
9020
0faf0076
AC
90212004-04-28 Andrew Cagney <cagney@redhat.com>
9022
9023 * stack.c (print_stack_frame_stub): Delete declaration.
9024 (struct print_stack_frame_args, print_stack_frame)
9025 (print_frame_info, print_frame): Replace "source" with print what.
9026 Replace "print" with "print_level". Replace "args" with
9027 "print_args".
9028 * frame.h (show_and_print_stack_frame, print_stack_frame)
9029 (print_frame_info): Update declarations.
9030 * stack.c (select_and_print_frame, frame_command)
9031 (current_frame_command, up_command, down_command): Update calls -
9032 use get_selected_frame, pass "enum print_what" for source, do not
9033 call frame_relative_level.
9034 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
9035 * remote-rdp.c (remote_rdp_open): Ditto.
9036 * remote-mips.c (common_open): Ditto.
9037 * remote-e7000.c (e7000_start_remote): Ditto.
9038 * ocd.c (ocd_start_remote): Ditto.
9039 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
9040 * infrun.c (normal_stop): Ditto.
9041 * inflow.c (kill_command): Ditto.
9042 * infcmd.c (finish_command): Ditto.
9043 * corelow.c (core_open): Ditto.
9044 * tracepoint.c (finish_tfind_command): Ditto.
9045 * thread.c (info_threads_command, info_threads_command)
9046 (restore_current_thread, do_captured_thread_select): Ditto.
9047 * ada-tasks.c (task_command): Ditto.
9048
f4c5303c
OF
90492004-04-26 Orjan Friberg <orjanf@axis.com>
9050
9051 * frame.c: Include "observer.h".
9052 (frame_observer_target_changed): New function.
9053 (_initialize_frame): Attach target_changed observer.
9054 * regcache.c: Include "observer.h".
9055 (regcache_observer_target_changed): New function.
9056 (_initialize_regcache): Attach target_changed observer.
9057 * valops.c: Include "observer.h".
9058 (value_assign): Notify target_changed event when modifying register.
9059 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
9060
7270d8f2
OF
90612004-04-26 Orjan Friberg <orjanf@axis.com>
9062
9063 From Paul Koning <pkoning@equallogic.com>:
9064 * breakpoint.c (free_valchain): New function.
9065 (insert_bp_location, delete_breakpoint): Use free_valchain.
9066 (remove_breakpoint): Do not remove the valchain.
9067 (bpstat_stop_status): If not stopped by watchpoint, skip
9068 watchpoints when generating stop status list.
9069 * infrun.c (handle_inferior_event): Make
9070 stepped_after_stopped_by_watchpoint a global variable.
9071 * remote.c (remote_stopped_data_address): Return watch data
9072 address rather than zero if stepped_after_stopped_by_watchpoint is
9073 set.
9074
02d62932
MC
90752004-04-25 Michael Chastain <mec.gnu@mindspring.com>
9076
9077 Fix PR gdb/1626.
9078 * configure.in: Check for curses after termcap.
9079 On osf5.*, do not check for ncurses.
9080 * configure: Regenerate.
9081
3e9a183c
MK
90822004-04-25 Mark Kettenis <kettenis@gnu.org>
9083
c79ac407
MK
9084 * ppcobsd-nat.c: Include "ppc-tdep.h".
9085 * Makefile.in (ppcobsd-nat.o): Update dependencies.
9086
3e9a183c
MK
9087 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
9088 Fixes PR tdep/1623 and PR tdep/1624.
9089
38cc9c28
MC
90902004-04-24 Michael Chastain <mec.gnu@mindspring.com>
9091
9092 * xmodem.h, xmodem.c: Remove files.
9093 * Makefile.in: Remove references to xmodem.h, xmodem.c.
9094
7f07c5b6
RC
90952004-04-23 Randolph Chung <tausq@debian.org>
9096
9097 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9098 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9099 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9100 for handling stackless frames.
9101 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
9102
9f7194c3
RC
91032004-04-23 Randolph Chung <tausq@debian.org>
9104
9105 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9106 starts at a pc before the frame is created.
9107
dcff6009
JB
91082004-04-23 Joel Brobecker <brobecker@gnat.com>
9109
9110 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9111
40711ff1 91122004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
9113
9114 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9115 use convert_typed_floating to get the appropriate format.
9116
abc485a1
RC
91172004-04-22 Randolph Chung <tausq@debian.org>
9118
9119 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9120 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9121 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9122 (hppa_sign_extend): Add prototype.
9123 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9124 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9125 (sign_extend): Rename with hppa_ prefix and make non-static. Other
9126 hppa targets will also use these functions.
9127 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9128 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9129 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9130 (hppa_gdbarch_init): Remove gdbarch setting of
9131 skip_trampoline_code, in_solib_call_trampoline and
9132 in_solib_return_trampoline.
9133 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9134 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9135 hppa_in_solib_call_trampoline.
9136 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9137 Moved from hppa-tdep.c.
9138 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9139 in_solib_call_trampoline and in_solib_return_trampoline.
9140
369aa520
RC
91412004-04-22 Randolph Chung <tausq@debian.org>
9142
9143 * hppa-tdep.c (hppa_debug): New variable.
9144 (find_unwind_entry, hppa_frame_cache): Add debug output.
9145 (_initialize_hppa_tdep): Add command to set debug flag.
9146
476be15e
AC
91472004-04-22 Andrew Cagney <cagney@redhat.com>
9148
9149 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9150 "trad-frame.h".
9151 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9152 signal trampoline unwinder.
9153 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9154
d195bc9f
MK
91552004-04-22 Mark Kettenis <kettenis@gnu.org>
9156
9157 Add OpenBSD/powerpc support.
9158 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9159 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9160 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9161 (ppc_collect_fpregset): New prototypes.
9162 * ppcobsd-nat.c: New file.
9163 * ppcobsd-tdep.c: New file.
9164 * ppcobsd-tdep.h: New file.
9165 * rs6000-tdep.c: Include "regset.h".
9166 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9167 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9168 New functions.
9169 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9170 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9171 (rs6000-tdep.o): Update dependencies.
9172 * configure.host: Add powerpc-*-openbsd.
9173 * configure.tgt: Add powerpc-*-openbsd.
9174 * config/powerpc/obsd.mh: New file.
9175 * config/powerpc/nm-obsd.h: New file.
9176 * config/powerpc/obsd.mt: New file.
9177
6f14cc33
AC
91782004-04-22 Andrew Cagney <cagney@redhat.com>
9179
fcf29e5f
AC
9180 * frame.h (show_frame_info): Delete declaration.
9181
6f14cc33
AC
9182 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9183 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9184 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9185 * frv-tdep.c (frv_frame_this_id): Ditto.
9186 * avr-tdep.c (avr_frame_this_id): Ditto.
9187
e5786a5c
EZ
91882004-04-22 Elena Zannoni <ezannoni@redhat.com>
9189
9190 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9191
26e75e5c
JB
91922004-04-22 Jim Blandy <jimb@redhat.com>
9193
9194 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9195 register number zero.
9196
d8d65dd3
MS
91972004-04-21 Michael Snyder <msnyder@redhat.com>
9198
9199 * mips-tdep.c (heuristic_proc_start):
9200 Warning() already prefixes "Warning: ".
9201
9a4105ab
AC
92022004-04-21 Andrew Cagney <cagney@redhat.com>
9203
9204 * annotate.h (deprecated_annotate_starting_hook)
9205 (deprecated_annotate_stopped_hook)
9206 (deprecated_annotate_exited_hook)
9207 (deprecated_annotate_signal_hook)
9208 (deprecated_annotate_signalled_hook): Deprecate.
9209 * tracepoint.h (deprecated_create_tracepoint_hook)
9210 (deprecated_delete_tracepoint_hook)
9211 (deprecated_modify_tracepoint_hook)
9212 (deprecated_trace_find_hook)
9213 (deprecated_trace_start_stop_hook): Deprecate.
9214 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9215 * remote.h (deprecated_target_resume_hook)
9216 (deprecated_target_wait_loop_hook): Deprecate.
9217 * gdbcore.h (deprecated_exec_file_display_hook)
9218 (deprecated_file_changed_hook): Deprecate.
9219 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9220 * defs.h (deprecated_modify_breakpoint_hook)
9221 (deprecated_command_loop_hook, deprecated_show_load_progress)
9222 (deprecated_print_frame_info_listing_hook)
9223 (deprecated_query_hook, deprecated_warning_hook)
9224 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9225 (deprecated_delete_breakpoint_hook)
9226 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9227 (deprecated_readline_begin_hook, deprecated_readline_hook)
9228 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9229 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9230 (deprecated_context_hook, deprecated_target_wait_hook)
9231 (deprecated_attach_hook, deprecated_detach_hook)
9232 (deprecated_call_command_hook, deprecated_set_hook)
9233 (deprecated_error_hook, deprecated_error_begin_hook)
9234 (deprecated_ui_load_progress_hook): Deprecate.
9235 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9236 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9237 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9238 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9239 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9240 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9241 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9242 * annotate.c, aix-thread.c: Update.
9243
62cf13cc
AC
92442004-04-21 Andrew Cagney <cagney@redhat.com>
9245
b2e31a62
AC
9246 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9247 * vaxnbsd-tdep.c: Include "gdb_string.h".
9248
62cf13cc
AC
9249 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9250 (add_symbol_file_from_memory_command): #if 0 function body, call
9251 error instead.
9252
00e32a35
AC
92532004-04-21 Andrew Cagney <cagney@redhat.com>
9254
9255 * gdbcore.h: Update copyright.
9256 (deprecated_add_core_fns): Rename add_core_fns.
9257 * win32-nat.c (_initialize_core_win32): Update.
9258 * sun3-nat.c (_initialize_core_sun3): Update.
9259 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9260 * rs6000-nat.c (_initialize_core_rs6000): Update.
9261 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9262 * nto-tdep.c (_initialize_nto_tdep): Update.
9263 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9264 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9265 * mips-nat.c (_initialize_core_mips): Update.
9266 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9267 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9268 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9269 * lynx-nat.c (_initialize_core_lynx): Update.
9270 * irix5-nat.c (_initialize_core_irix5): Update.
9271 * i386-interix-nat.c (_initialize_core_interix): Update.
9272 * cris-tdep.c (_initialize_cris_tdep): Update.
9273 * corelow.c (deprecated_add_core_fns): Update.
9274 * core-regset.c (_initialize_core_regset): Update.
9275 * core-aout.c (_initialize_core_aout): Update.
9276 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9277 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9278 * alpha-nat.c (_initialize_core_alpha): Update.
9279
13c7b1ca
JB
92802004-04-21 Jim Blandy <jimb@redhat.com>
9281
9282 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9283
7b5a2f43
DJ
92842004-04-19 Daniel Jacobowitz <drow@mvista.com>
9285
9286 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9287 Delete.
9288 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9289 (read_attribute_value): Update calls to dwarf_alloc_block.
9290 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9291 dwarf2_tmp_obstack.
9292 (psymtab_to_symtab_1): Likewise. Clean up using
9293 free_stack_comp_unit.
9294 (add_to_cu_func_list): Use the comp_unit_obstack.
9295
05cf31d1
JB
92962004-04-19 Joel Brobecker <brobecker@gnat.com>
9297
9298 * dwarf2read.c (dwarf2_flag_true_p): New function.
9299 (die_is_declaration): Use the function above. Add some comments.
9300
adf93a2f
MK
93012004-04-19 Mark Kettenis <kettenis@gnu.org>
9302
9303 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9304 architecture when registering sparcnbsd_core_osabi_sniffer.
9305 Adjust comment.
9306
748894bf
MK
93072004-04-18 Mark Kettenis <kettenis@gnu.org>
9308
f622ad42
MK
9309 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9310 return value.
9311
c4fc7f1b
MK
9312 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9313 * i386-tdep.c: Correct register numbering scheme comments
9314 throughout.
9315 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9316 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9317 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9318 (i386_gdb_arch_init): Likewise.
9319
b4ead1bd
MK
9320 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9321 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9322 ppcnbsd-tdep.o.
9323
748894bf
MK
9324 * m68k-tdep.h: Tweak comments.
9325 * m68k-tdep.c: Tweak comment.
9326
fdd72f95
RC
93272004-04-17 Randolph Chung <tausq@debian.org>
9328
9329 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9330 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9331 (hppa_hpux_som_init_abi): Set is_elf to 0.
9332 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9333 * hppa-tdep.c (low_text_segment_address): Remove global.
9334 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9335 section offset to calculate segment address.
9336 (internalize_unwinds): Define low_text_segment_address as local and
9337 pass to record_text_segment_lowaddr for ELF targets.
9338 (hppa_gdbarch_init): Zero fill tdep structure.
9339 (hppa_dump_tdep): Print tdep structure.
9340 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9341
0f8d9d59
RC
93422004-04-17 Randolph Chung <tausq@debian.org>
9343
9344 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9345 (hppa_gdbarch_init): Set pseudo_register_read.
9346 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9347 * regcache.c (supply_register): Remove check for
9348 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9349
7c46b9fb
RC
93502004-04-17 Randolph Chung <tausq@debian.org>
9351
9352 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9353 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9354 (hpread_adjust_stack_address): Move to hpread.c.
9355 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9356 obj_private_struct): Move from tm-hppa.h.
9357 * hpread.c (hppa-tdep.h): Include.
9358 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9359 (hpread_read_function_type, hpread_read_doc_function_type)
9360 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9361 directly.
9362 * pa64solib.c (hppa-tdep.h): Include.
9363 * somsolib.c (hppa-tdep.h): Include.
9364 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9365 inferior_status): Remove unused forward declarations.
9366 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9367 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9368 obj_private_struct): Move to hppa-tdep.h.
9369 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9370
8d153463
RC
93712004-04-17 Randolph Chung <tausq@debian.org>
9372
9373 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9374 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9375 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9376 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9377 Remove forward declaration and make static.
9378 (hppa_reg_struct_has_addr): Remove.
9379
350c2e5b
JB
93802004-04-16 Joel Brobecker <brobecker@gnat.com>
9381
9382 * observer.sh: Move comments in sed command to first column.
9383
bbde78fa
JM
93842004-04-16 Jason Molenda (jmolenda@apple.com)
9385
9386 * frame.c: Minor typeo corrections in comments.
9387
e0270fd9
JB
93882004-04-16 Joel Brobecker <brobecker@gnat.com>
9389
9390 * observer.c (observer_test_first_notification_function): Update
9391 function profile.
9392 (observer_test_second_notification_function): Likewise.
9393 (observer_test_third_notification_function): Likewise.
9394
3d049254
MK
93952004-04-16 Mark Kettenis <kettenis@gnu.org>
9396
9397 From Brian Ford <ford@vss.fsi.com>:
9398 * i386-tdep.c (i386_coff_init_abi): New function.
9399 * i386-tdep.h (i386_coff_init_abi): New prototype.
9400 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9401 register number translation functions for DWARF and DWARF 2.
9402
7867684d
JB
94032004-04-16 Joel Brobecker <brobecker@gnat.com>
9404
9405 * dwarf2read.c: Back out my previous change, it was incorrect.
9406
72bf9492
DJ
94072004-04-16 Daniel Jacobowitz <drow@mvista.com>
9408
9409 * dwarf2read.c: Include "hashtab.h".
9410 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9411 has_namespace_info.
9412 (struct partial_die_info): Add comments. Use bitfields to reduce
9413 memory footprint. Add scope, scope_set, has_specification,
9414 spec_offset, die_parent, die_child, and die_sibling.
9415 (peek_die_abbrev): Add prototype.
9416 (partial_read_comp_unit_head): New function, broken out from
9417 dwarf2_build_psymtabs_hard.
9418 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9419 Use partial_read_comp_unit_head. Initialize the CU and
9420 comp_unit_obstack. Update calls to read_partial_die and
9421 scan_partial_symbols. Use free_stack_comp_unit and
9422 load_partial_dies.
9423 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9424 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9425 Update calls to helper functions. Remove NAMESPACE argument.
9426 Update comments.
9427 (partial_die_parent_scope, partial_die_full_name): New functions.
9428 (add_partial_symbol): Remove namespace argument. Update call to
9429 pdi_needs_namespace. Use partial_die_full_name. Handle
9430 DW_TAG_namespace. Check has_namespace_info flag.
9431 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9432 tag. Handle namespaces.
9433 (add_partial_namespace, add_partial_enumeration): Simplify.
9434 (guess_structure_name): New function, derived from
9435 add_partial_structure.
9436 (add_partial_structure): Remove.
9437 (determine_class_name): Update comment.
9438 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9439 (is_type_tag_for_partial, load_partial_dies): New functions.
9440 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9441 Record specifications instead of following them immediately.
9442 (find_partial_die_in_comp_unit, find_partial_die)
9443 (fixup_partial_die, free_stack_comp_unit)
9444 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9445 (partial_die_hash, partial_die_eq): New functions.
9446 * Makefile.in (hashtab_h): Define.
9447 (dwarf2read.o): Update dependencies.
9448 (observer_inc, observer_h): Move to the correct section.
9449
fdc860a3
JB
94502004-04-15 Joel Brobecker <brobecker@gnat.com>
9451
9452 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9453 (die_is_declaration): Use the function above. Add comment.
9454
dc718098
JB
94552004-04-15 Joel Brobecker <brobecker@gnat.com>
9456
9457 * dwarf2read.c (read_structure_scope): Identify stub types
9458 using die_is_declaration() only.
9459
8718a420
RM
94602004-04-15 Roland McGrath <roland@redhat.com>
9461
9462 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9463 argument instead of NAME.
9464 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9465 in call to symbol_file_add_with_addrs_or_offsets.
9466 (build_addr_info): New function, helper for ...
9467 (symbol_file_add_from_memory): New function.
9468 (add_symbol_file_from_memory_command): New function using that.
9469 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9470 (pre_add_symbol_hook): Add const to argument type.
9471 * symfile.h (symbol_file_add_from_memory): Declare it.
9472
8b910bab
MK
94732004-04-15 Mark Kettenis <kettenis@gnu.org>
9474
9f076e7a
MK
9475 * NEWS (New native configurations): Mention OpenBSD/vax.
9476 * configure.host: Add vax-*-openbsd*.
9477 * config/vax/obsd.mh: New file.
9478 * config/vax/nm-obsd.h: New file.
9479
8b910bab
MK
9480 * vax-tdep.c: Include "regset.h".
9481 (vax_supply_gregset): New function.
9482 (vax_gregset): New variable.
9483 (vax_regset_from_core_section): New function.
9484 (vax_gdbarch_init): Set regset_from_core_section.
9485 * Makefile.in (vax-tdep.o): Update dependencies.
9486
7a464420
AC
94872004-04-15 Andrew Cagney <cagney@redhat.com>
9488
9489 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9490 (observer_normal_stop_notification_stub)
9491 (observer_attach_normal_stop, observer_detach_normal_stop):
9492 Delete, replaced by #include "observer.inc".
9493 * infrun.c (normal_stop): Pass "stop_bpstat" to
9494 observer_notify_normal_stop.
9495 * Makefile.in (observer_inc): Define.
9496 (observer.o): Update dependencies.
9497 (observer.h, observer.inc): New rules.
9498 * observer.h: Delete file.
9499 * observer.sh: New file.
9500
e36ad527
MK
95012004-04-15 Mark Kettenis <kettenis@gnu.org>
9502
9503 * vax-tdep.c (vax_frame_cache): Fix typo.
9504
67b441e1
MK
95052004-04-14 Mark Kettenis <kettenis@gnu.org>
9506
6f606e1c
MK
9507 * NEWS (New native configurations): Mention NetBSD/vax.
9508 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9509 * config/vax/nbsdelf.mh: New file.
9510 * config/vax/nbsdaout.mh: New file.
9511 * config/vax/nm-nbsd.h: New file.
9512 * config/vax/nm-nbsdaout.h: New file.
9513
9c5519a5
MK
9514 * vaxnbsd-tdep.c: New file.
9515 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9516 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9517 * config/vax/nbsd.mt: New file.
9518 * config/vax/tm-nbsd.h: New file.
9519
4844a614
MK
9520 * Makefile.in (vaxbsd-nat.o): New dependency.
9521
67b441e1
MK
9522 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9523 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9524 struct_addr arguments. Don't push return value address.
9525 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9526 arguments to vax_store_arguments. Store return value address in
9527 R1.
9528 (vax_store_struct_return, vax_extract_return_value)
9529 (vax_store_return_value): Remove functions.
9530 (vax_return_value): New function.
9531 (vax_gdbarch_init): Set return value. Don't set
9532 deprecated_store_struct_return, deprecated_extract_struct_return
9533 and deprecated_store_return_value.
9534
6672f2ae
AS
95352004-04-14 Andreas Schwab <schwab@suse.de>
9536
9537 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9538 value buffer.
9539 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9540
7346c184
MK
95412004-04-14 Mark Kettenis <kettenis@gnu.org>
9542
9543 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9544 (vax_unwind_dummy_id): New functions.
9545 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9546 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9547 variables.
9548 (vax_fix_call_dummy): Remove function.
9549 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9550 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9551 call_dummy_location, deprecated_call_dummy_words,
9552 deprecated_sizeof_call_dummy_words,
9553 deprecated_call_dummy_breakpoint_offset,
9554 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9555 and deprecated_dummy_write_sp.
9556
58e23df4
DC
95572004-04-13 David Carlton <carlton@kealia.com>
9558
9559 * MAINTAINERS: Move myself to "paper trail" section.
9560
5e6b39ff
MK
95612004-04-12 Mark Kettenis <kettenis@gnu.org>
9562
7def7fef
MK
9563 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9564 "trad-frame.h".
9565 (vax_frame_init_saved_regs): Remove function.
9566 (vax_sigtramp_saved_pc): Remove function.
9567 (vax_frame_saved_pc): Remove function.
9568 (vax_frame_args_address): Remove function.
9569 (vax_frame_num_args): Rewrite.
9570 (vax_frame_chain): Remove function.
9571 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9572 VAX_FP_REGNUM.
9573 (vax_pop_frame): Likewise.
9574 (vax_saved_pc_after_call): Remove function.
9575 (struct vax_frame_cache): New structure.
9576 (vax_frame_cache): New function.
9577 (vax_frame_this_id): New function.
9578 (vax_frame_prev_register): New function.
9579 (vax_frame_unwind): New variable.
9580 (vax_frame_sniffer): New function.
9581 (vax_frame_base_address): New function.
9582 (vax_frame_args_address): New function.
9583 (vax_frame_base): New variable.
9584 (vax_unwind_pc): New function.
9585 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9586 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9587 deprecated_frame_chain, deprecated_frame_saved_pc,
9588 deprecated_frame_args_address and
9589 deprecated_frame_init_saved_regs.
9590 * Makefile.in (vax-tdep.o): Update dependencies.
9591
53284fc1
MK
9592 * vaxbsd-nat.c: New file.
9593
5e6b39ff
MK
9594 * vax-tdep.h: Update copyright year. Adjust comments.
9595 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9596 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9597 (vax_regnum): New enum. Replacing...
9598 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9599 (VAX_PS_REGNUM): ... these removed macros.
9600 * vax-tdep.c (vax_register_name): Remove prototype.
9601 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9602 (vax_register_byte, vax_register_raw_size,
9603 vax_register_virtual_size, vax_register_virtual_type): Remove
9604 functions.
9605 (vax_register_type): New function.
9606 (vax_breakpoint_from_pc): Reorganize.
9607 (vax_gdbarch_init): Set register_type. Don't set
9608 deprecated_register_size, deprecated_register_bytes,
9609 deprecated_register_byte, deprecated_register_raw_size,
9610 deprecated_max_register_raw_size,
9611 deprecated_register_virtual_size,
9612 deprecated_max_register_virtual_size and
9613 deprecated_register_virtual_type. Add comment on stack direction.
9614
e9c71e9f
MK
96152004-04-11 Mark Kettenis <kettenis@gnu.org>
9616
9617 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9618 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 9619 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 9620
d46f1176 96212004-04-10 Randolph Chung <tausq@debian.org>
8718a420 9622
d46f1176
RC
9623 * MAINTAINERS (write after approval): Add myself.
9624
a2a84a72
RC
96252004-04-07 Randolph Chung <tausq@debian.org>
9626
9627 * hppa-tdep.c (hppa_inner_than): Remove.
9628 (is_pa_2): Remove unused static variable.
8718a420 9629 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 9630
e85c3284
PH
96312004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9632
9633 * language.h (language_defn): Add new la_post_parser field.
9634 * parser-defs.h (null_post_parser): New declaration (default for
9635 la_post_parser).
8718a420 9636
e85c3284
PH
9637 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9638 insert call to that function.
9639 (parse_exp_in_context): New function, including code formerly in
8718a420 9640 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
9641 prefixification.
9642 (parse_expression_in_context): New exported function.
9643 (null_post_parser): New definition.
9644 * expression.h (parse_expression_in_context): Add declaration.
8718a420 9645
e85c3284
PH
9646 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9647 * c-lang.c (c_language_defn): Ditto.
9648 (cplus_language_defn): Ditto.
9649 (asm_language_defn): Ditto.
9650 (minimal_language_defn): Ditto.
9651 * f-lang.c (f_language_defn): Ditto.
9652 * jv-lang.c (java_language_defn): Ditto.
9653 * language.c (unknown_language_defn): Ditto.
9654 (auto_language_defn): Ditto.
9655 (local_language_defn): Ditto.
9656 * m2-lang.c (m2_language_defn): Ditto.
9657 * scm-lang.c (scm_language_defn): Ditto.
9658 * obj-lang.c (objc_language_defn): Ditto.
8718a420 9659
d9f8c85b
MK
96602004-04-10 Mark Kettenis <kettenis@gnu.org>
9661
fa34704a
MK
9662 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9663 (amd64nbsd_mcontext_addr): New function.
9664 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9665 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9666 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9667
403e1656
MK
9668 * corelow.c (core_xfer_partial): Fix coding standards violation.
9669 Add support for TARGET_OBJECT_WCOOKIE.
9670
a57e5a95
MK
9671 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9672 deprecated_pc_in_sigtramp.
9673 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9674 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9675 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9676 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9677 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9678 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9679 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9680
377d9ebd
MK
9681 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9682 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9683 Fix typo.
9684
f0ef85a5
MK
9685 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9686 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9687 (amd64_collect_fxsave): Likewise.
9688
d9f8c85b
MK
9689 * i386-sol2-tdep.c: Include "gdb_string.h".
9690 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9691 name.
9692 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9693
75f501b5
MK
96942004-04-10 Mark Kettenis <kettenis@gnu.org>
9695
9696 * i386-sol2-tdep.c: Include "solib-svr4.h".
9697 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9698 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9699 * config/i386/tm-i386sol2.h: Include :solib.h".
9700 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9701 solib-svr4.o and solib-legacy.o.
9702 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9703 solib-svr4.o.
9704
b31bc724
MK
97052004-04-09 Mark Kettenis <kettenis@gnu.org>
9706
18bbbd9e
MK
9707 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9708 whether a register is supplied by PTRACE_GETFPREGS.
9709 (store_inferior_registers): Likewise.
9710 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9711 whether a register is supplied by PT_GETFPREGS.
9712 (store_inferior_registers): Likewise.
9713
3c30bf1b
MK
9714 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9715 * config/i386/linux64.mt (TDEPFILES): Likewise.
9716
a4194092
MK
9717 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9718
911bc6ee
MK
9719 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9720 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9721 the program counter is in the range specified by `struct
9722 gdbarch_tdep'.
9723 * amd64-linux-tdep.c: Include "symtab.h".
9724 (amd64_linux_pc_in_sigtramp): Remove function.
9725 (amd64_linux_sigtramp_p): New function.
9726 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9727 deprecated_pc_in_sigtramp.
9728 * amd64nbsd-tdep.c: Include "symtab.h".
9729 (amd64nbsd_sigtramp_p): New function.
9730 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9731 deprecated_pc_in_sigtramp.
9732 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9733 few comments.
9734 (amd64obsd_pc_in_sigtramp): Remove function.
9735 (amd64obsd_sigtramp_p): New function.
9736 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9737 deprecated_pc_in_sigtramp.
9738 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9739 (i386bsd_pc_ins_sigtramp): Remove prototype.
9740 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9741 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9742 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9743 the program counter is in the range specified by `struct
9744 gdbarch_tdep'.
9745 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9746 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9747 (i386_go32_pc_in_sigtramp): Remove function.
9748 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9749 Initialize TDEP->sigtramp_p.
9750 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9751 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9752 deprecated_pc_in_sigtramp.
9753 * i386-linux-tdep.c: Adjust comments.
9754 (i386_linux_pc_in_sigtramp): Remove function.
9755 (i386_linux_sigtramp_p): New function.
9756 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9757 deprecated_pc_in_sigtramp.
9758 * i386-nto-tdep.c: Update copyright year.
9759 (i386nto_pc_in_sigtramp): Remove function.
9760 (i386nto_sigtramp_p): New function.
9761 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9762 SP_REGNUM.
9763 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9764 deprecated_pc_in_sigtramp.
9765 * i386-sol2-tdep.c: Update copyright year.
9766 (i386_sol2_pc_in_sigtramp): Remove function.
9767 (i386_sol2_sigtramp_p): New function.
9768 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9769 deprecated_pc_in_sigtramp.
9770 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9771 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9772 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9773 deprecated_sigtramp_start and deprecated_sigtramp_end.
9774 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9775 (i386nbsd_pc_in_sigtramp): Remove function.
9776 (i386nbsd_sigtramp_p): New function.
9777 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9778 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9779 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9780 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9781 (i386obsd_pc_in_sigtramp): Remove function.
9782 (i386obsd_sigtramp_p): New function.
9783 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9784 functions.
9785 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9786 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9787 TDEP->sigtramp_p.
9788 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9789 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9790 dependencies.
9791
e083e6ec
MK
9792 * config/i386/i386aout.mt: Remove file.
9793
bd153b94
MK
9794 * configure.tgt: Remove i[34567]86-*-go32*,
9795 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9796 and i[34567]86-*-isc*. Set gdb_target to i386 for
9797 i[34567]86-*-netware* and i[34567]86-*-*.
9798 * config/i386/i386.mt: New file.
9799 * config/i386/embed.mt: Remove file.
9800 * config/i386/go32.mt: Remove file.
9801 * config/i386/i386nw.mt: Remove file.
9802 * config/i386/i386v.mt: Remove file.
9803 * config/i386/tm-go32.h: Remove file.
9804
4a1bcc8c
MK
9805 * tui/tui-hooks.c: Include "readline/readline.h" after
9806 "gdb_curses.h" instead of before.
9807 * tui/tui-io.c: Likewise.
9808
f9a79064
MK
9809 * tui/tui.c: Fix typo in comment.
9810
b31bc724
MK
9811 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9812
f83f82bc
AC
98132004-04-08 Andrew Cagney <cagney@redhat.com>
9814
9815 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9816 (deprecated_exception_support_initialized): Declare.
8718a420 9817 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
9818 (initialize_hp_cxx_exception_support)
9819 (child_enable_exception_callback): Update.
9820 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9821 (deprecated_exception_support_initialized): Rename
9822 deprecated_exception_catchpoints_are_fragile and
9823 deprecated_exception_support_initialized.
9824 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9825
9826 * symtab.c (deprecated_hp_som_som_object_present): Rename
9827 hp_som_som_object_present.
9828 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9829 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9830 Update. Delete extern declaration.
9831 * valops.c (hp_som_som_object_present): Ditto.
8718a420 9832 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
9833 (parse_nested_classes_for_hpacc): Ditto.
9834 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 9835 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
9836 (initialize_hp_cxx_exception_support): Ditto.
9837 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 9838 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 9839 (cp_print_class_method): Ditto.
8718a420 9840 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
9841 (c_type_print_base): Ditto.
9842 * c-exp.y (hp_som_som_object_present): Ditto.
9843
fb2be677
AC
98442004-04-08 Andrew Cagney <cagney@redhat.com>
9845
9846 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9847 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9848 (frame_unwind_find_by_frame): Re-implement the unwind code so
9849 that it can both prepend and append sniffers. Replace
9850 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9851 * tramp-frame.c (tramp_frame_append): Use
9852 frame_unwind_prepend_unwinder.
9853 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9854 frame_unwind_register_unwinder.
9855 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9856 tramp_frame_append.
9857 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 9858 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
9859 (mips_linux_init_abi): Update.
9860
67faf007
KB
98612004-04-08 Kevin Buettner <kevinb@redhat.com>
9862
9863 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9864 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9865 file support.
9866
8973ff21
KB
98672004-04-07 Kevin Buettner <kevinb@redhat.com>
9868
9869 * ia64-tdep.c (elf.h): Don't include.
9870 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9871
4a0e2f88
JM
98722004-04-07 Jason Molenda (jmolenda@apple.com)
9873
9874 * frame.h: Typeo corrections in comments.
9875
9872ad24
JB
98762004-04-07 Jim Blandy <jimb@redhat.com>
9877
9878 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9879 %esp and %ebp
9880
70b216c8
MK
98812004-04-07 Mark Kettenis <kettenis@gnu.org>
9882
11d5789c
MK
9883 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9884 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9885 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9886 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9887 and solib-legacy.o.
9888 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9889 solib-svr4.o.
9890 * config/sparc/tm-sol2.h: Update copyright year. Include
9891 "solib.h".
9892
70b216c8
MK
9893 * sparc-sol2-tdep.c: Update copyright year. Include
9894 "solib-svr4.h".
9895 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9896 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9897 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 9898 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
9899 dependencies.
9900
6339dc9e
AC
99012004-04-06 Andrew Cagney <cagney@redhat.com>
9902
9903 * infttrace.c: Include "infttrace.h".
9904 * infttrace.h: Include "target.h".
9905 * Makefile.in (infttrace_h): Update.
9906 (infttrace.o): Update.
8718a420 9907
93449403
AC
99082004-04-06 Andrew Cagney <cagney@redhat.com>
9909
6d518969
AC
9910 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9911 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9912 move extern declarations from here ...
9913 * infttrace.h: ... to here.
9914 * Makefile.in (hppah-nat.o): Update dependencies.
9915
85f4f2d8
AC
9916 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9917 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 9918 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
9919 (hppa_breakpoint_from_pc): Delete.
9920
93449403
AC
9921 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9922
71456ec6
AC
99232004-04-05 Andrew Cagney <cagney@redhat.com>
9924
9925 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9926 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9927 <sys/file.h>.
8718a420 9928
4c02c60c
AC
99292004-04-06 Randolph Chung <tausq@debian.org>
9930
9931 Committed by Andrew Cagney (mechanical change).
9932 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9933 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9934 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9935 child_enable_exception_callback, current_ex_event,
9936 null_symtab_and_line, child_get_current_exception_event,
9937 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9938 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9939 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9940 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9941 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9942 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9943 Move hpux-specific definitions ...
9944 * hppa-hpux-tdep.c: ... to here.
9945
3a515653
AC
99462004-04-05 Andrew Cagney <cagney@redhat.com>
9947
9948 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9949 skip_prologue_using_sal.
9950
c1730d02
AC
99512004-04-05 Andrew Cagney <cagney@redhat.com>
9952
9953 * config/i386/tm-i386.h: Delete file.
9954 * config/i386/tm-vxworks.h: Update copyright, do not include
9955 "tm-i386.h".
9956 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9957 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9958 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9959 * config/i386/ncr3000.mt (TM_FILE): Delete.
9960 * config/i386/interix.mt (TM_FILE): Delete.
9961 * config/i386/i386v.mt (TM_FILE): Delete.
9962 * config/i386/i386nw.mt (TM_FILE): Delete.
9963 * config/i386/i386gnu.mt (TM_FILE): Delete.
9964 * config/i386/i386aout.mt (TM_FILE): Delete.
9965 * config/i386/embed.mt (TM_FILE): Delete.
9966
8b67aa36
KB
99672004-04-05 Kevin Buettner <kevinb@redhat.com>
9968
9969 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9970 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9971 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9972 (accg7_regnum): New constants.
9973 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
9974 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9975 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
9976 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9977 for accg registers.
9978 (frv_register_sim_regno): Update spr_map[].
9979
3c7012f5
AC
99802004-04-04 Andrew Cagney <cagney@redhat.com>
9981
9982 * config/mips/xm-riscos.h: Delete.
9983 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9984 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9985 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9986 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9987 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9988 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9989 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9990 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9991 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9992 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9993 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9994 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9995 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9996 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9997 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9998 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9999 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
10000 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
10001 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
10002 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
10003 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
10004 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
10005 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
10006 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
10007 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
10008 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 10009
3c7012f5
AC
10010 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
10011 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
10012 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
10013 * configure.host: Remove m680[01]0-sun-sunos3*,
10014 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
10015 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
10016 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
10017 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
10018 mips-*-riscos*.
10019 * NEWS: Mention removed systems.
10020
99d16a21
AC
100212004-04-04 Andrew Cagney <cagney@redhat.com>
10022
10023 GDB 6.1 release created from 6.1 branch.
10024
6cdf9d98
AC
100252004-04-04 Andrew Cagney <cagney@redhat.com>
10026
98d346c3
AC
10027 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
10028 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
10029 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
10030
6cdf9d98
AC
10031 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
10032 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
10033 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
10034
859a326d
JB
100352004-04-03 Jim Blandy <jimb@redhat.com>
10036
10037 * MAINTAINERS: Chris Faylor has changed employers; add him to
10038 "paper trail" section, and update his E-mail address.
10039
b87178c3
AC
100402004-04-03 Andrew Cagney <cagney@redhat.com>
10041
4ea2acf0
AC
10042 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
10043 generic dummy frames.
10044 * dummy-frame.c: Update copyright.
10045 (dummy_frame_sniffer): Delete check for generic dummy frames.
10046
d0bd2d18 10047 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 10048 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
10049 (REG_PARM_STACK_SPACE): Delete.
10050 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
10051 Inline reference to REG_PARM_STACK_SPACE.
10052
b87178c3
AC
10053 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
10054 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10055 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
10056 (FRAME_BASE_BEFORE_SIGTRAMP)
10057 (hppa32_hpux_frame_base_before_sigtramp)
10058 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
10059 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
10060 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
10061 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
10062 (FRAME_BASE_BEFORE_SIGTRAMP)
10063 (hppa64_hpux_frame_base_before_sigtramp)
10064 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
10065
43e2e1a0
AC
100662004-04-03 Andrew Cagney <cagney@redhat.com>
10067
10068 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
10069
ddc135a4
AC
100702004-04-02 Andrew Cagney <cagney@redhat.com>
10071
10072 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
10073 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
10074 * dummy-frame.h: Delete out-of-date comments.
10075 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
10076 * gdbarch.h, gdbarch.c: Re-generate.
10077
d15bfd3a 100782004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 10079
d15bfd3a
AC
10080 Committed by Andrew Cagney <cagney@redhat.com>.
10081 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
10082 into account an instruction saving a register if we have already
10083 seen an earlier instruction saving that same register.
10084
f04ceafa
AC
100852004-04-02 Andrew Cagney <cagney@redhat.com>
10086
08be3abd
AC
10087 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
10088 * gdbarch.h, gdbarch.c: Re-generate.
10089 * frame.c (legacy_get_prev_frame): Delete references to
10090 DEPRECATED_INIT_FRAME_PC_FIRST.
10091
f04ceafa
AC
10092 * infrun.c (pc_in_sigtramp): Delete function.
10093 (check_sigtramp2): Inline call to pc_in_sigtramp, use
10094 get_frame_type.
10095
08e69816
AC
100962004-04-02 Andrew Cagney <cagney@redhat.com>
10097
10098 * infrun.c (handle_step_into_function): Delete code conditional on
10099 legacy_frame_p.
10100 (handle_inferior_event, step_over_function): Ditto.
10101
adb54772
AC
101022004-04-02 Andrew Cagney <cagney@redhat.com>
10103
10104 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10105 "previous frame inner to this frame" test.
10106
304396fb
AC
101072004-04-02 Andrew Cagney <cagney@redhat.com>
10108
10109 * frame.c (safe_frame_unwind_memory): New function.
10110 * frame.h (safe_frame_unwind_memory): Declare. Update description
10111 of /safe_/ methods.
10112 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10113 "next_frame". Use safe_frame_unwind_memory.
10114 (tramp_frame_sniffer): Update call to tramp_frame_start.
10115
6502dd73
DJ
101162004-04-01 Daniel Jacobowitz <drow@mvista.com>
10117
10118 * dwarf2read.c (dwarf2_objfile_data_key): New.
10119 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10120 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10121 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10122 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10123 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10124 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10125 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10126 Remove variables.
10127 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
10128 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10129 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10130 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10131 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10132 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10133 Remove macros.
10134 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
10135 data.
10136 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10137 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10138 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10139 (read_partial_die, read_full_die, read_indirect_string)
10140 (dwarf_decode_line_header, dwarf_decode_macros)
10141 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10142 Update uses of removed variables.
10143 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10144 of removed macros.
10145 (_initialize_dwarf2_read): New function.
10146 * symfile.h (dwarf2_has_info): Update prototype.
10147 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10148 * elfread.c (elf_symfile_read): Likewise.
10149
408752b0
JB
101502004-04-01 Jim Blandy <jimb@redhat.com>
10151
9f744501
JB
10152 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10153 function for register numbers on all the rs6000-derived targets.
10154 (rs6000_gdbarch_init): Don't register a separate
10155 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10156 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10157 variants.
10158
408752b0
JB
10159 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10160 numbering.
10161
2de41bce
PH
101622004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10163
10164 * valarith.c: Update copyright notice.
10165 (value_add): Handle range types.
10166 (value_sub): Ditto.
10167 (value_equal): Ditto.
10168 (value_less): Ditto.
10169 (value_neg): Ditto.
10170 (value_complement): Ditto.
8718a420 10171 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 10172 eliminiating unnecessary COERCE_ENUMs.
8718a420 10173
5613d8d3
AC
101742004-03-31 Andrew Cagney <cagney@redhat.com>
10175
10176 * frame.h (frame_unwind_id): Declare.
10177 * frame.c (frame_unwind_id): New function.
10178 (get_prev_frame_1): New function.
10179 (frame_debug_got_null_frame): New function.
10180 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10181 code proper to prev_frame, update description.
10182 * infrun.c (step_over_function): Use frame_unwind_id.
10183
c4557624
JB
101842004-04-31 J. Brobecker <brobecker@gnat.com>
10185
10186 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10187 (hppa64_push_dummy_call): Likewise.
10188
3e6bb910
JB
101892004-03-30 Jim Blandy <jimb@redhat.com>
10190
10191 From Ulrich Weigand:
10192 * utils.c (query): Do not use a va_list variable multiple times.
10193
a2f23071
DJ
101942004-03-29 Daniel Jacobowitz <drow@mvista.com>
10195
10196 * Makefile.in (linux_nat_h): Update dependencies.
10197 * configure.in: Check for <gnu/libc-version.h>.
10198 * configure: Regenerate.
10199 * config.in: Regenerate.
10200 * linux-nat.h: Include "target.h". Add waitstatus field to
10201 struct lwp_info.
10202 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10203 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10204 to.
10205 (lin_lwp_handle_extended): New function. Handle clone events.
10206 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10207 thread exit events.
10208 (child_wait): Handle clone events.
10209 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10210 * linux-nat.c (linux_enable_event_reporting): Turn on
10211 PTRACE_O_TRACECLONE.
10212 (linux_handle_extended_wait): Handle clone events.
10213 * thread-db.c: Include <gnu/libc-version.h>.
10214 (struct private_thread_info): Add dying flag.
10215 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10216 higher.
10217 (attach_thread): Update comments. Handle dying threads.
10218 (detach_thread): Set the dying flag.
10219 (check_event): Always call attach_thread.
10220
8d5f9dcb
DJ
102212004-03-29 Daniel Jacobowitz <drow@mvista.com>
10222
10223 * mips-tdep.c (mips_pdr_data): New.
10224 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10225 (_initialize_mips_tdep): Initialize mips_pdr_data.
10226
66337bb1
CV
102272004-03-29 Corinna Vinschen <vinschen@redhat.com>
10228
10229 * minsyms.c (install_minimal_symbols): Move dropping leading
10230 char from linkage name from here...
10231 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10232 test for "__gnu_compiled*" symbols.
10233
e802b915
JB
102342004-03-28 Jim Blandy <jimb@redhat.com>
10235
10236 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10237 registers to temp register r0 and byte stores as prologue
10238 instructions.
10239
72b56458
AC
102402004-03-28 Andrew Cagney <cagney@redhat.com>
10241
10242 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10243 arm*-*-*.
10244
0bfbda3b
SC
102452004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10246
10247 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10248 and switch the layout to force a display of register window.
10249
5a7225ed
JB
102502004-02-26 J. Brobecker <brobecker@gnat.com>
10251
10252 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10253 of the INTEGER class.
10254
81a07a45
JB
102552004-03-26 Jim Blandy <jimb@redhat.com>
10256
10257 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10258 bytes long on PPC GNU/Linux.
10259
8c691c7a
DC
102602004-03-26 David Carlton <carlton@kealia.com>
10261
10262 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10263
103a0089
AC
102642004-03-25 Andrew Cagney <cagney@redhat.com>
10265
10266 * PROBLEMS: Add general section titles, remove references to
10267 specific releases.
10268
7a5ea0d4
DJ
102692004-03-25 Daniel Jacobowitz <drow@mvista.com>
10270
10271 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10272 INT_REGISTER_SIZE.
10273 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10274 FP_REGISTER_VIRTUAL_SIZE.
10275 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10276 of DEPRECATED_REGISTER_RAW_SIZE.
10277 (arm_register_type): Add gdbarch argument.
10278 (arm_register_raw_size, arm_register_virtual_size): Delete.
10279 (arm_register_byte, arm_extract_return_value)
10280 (arm_store_return_value, arm_get_longjmp_target): Update references
10281 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10282 (arm_gdbarch_init): Likewise. Don't set
10283 deprecated_register_raw_size, deprecated_register_virtual_size,
10284 deprecated_max_register_raw_size,
10285 deprecated_max_register_virtual_size, or
10286 deprecated_max_register_virtual_type. Do set register_type.
10287 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10288 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10289 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10290 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10291 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10292 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10293 INT_REGISTER_SIZE.
10294 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10295 (remote_rdp_store_register): Likewise.
10296
5792a79b
DJ
102972004-03-24 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10300 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10301 to after osabi initialization.
10302 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10303 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10304 functions.
10305 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10306 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10307 variables.
10308 (mips_linux_init_abi): Append signal trampoline unwinders.
10309
1196bfda
AC
103102004-03-24 Andrew Cagney <cagney@redhat.com>
10311
10312 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10313 * tramp-frame.c: Include "gdb_assert.h".
10314 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10315 correct sizeof.
10316 (tramp_frame_append): Validate the tramp frame's instructions.
10317 * Makefile.in (tramp-frame.o): Update dependencies.
10318
4be282b4
AC
103192004-03-23 Andrew Cagney <cagney@redhat.com>
10320
10321 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10322
69aec09b
AC
103232004-03-23 Andrew Cagney <cagney@redhat.com>
10324
10325 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10326 Nasser as past testsuite/lib/ (and other) maintainers.
10327
63ed89b4
DJ
103282004-03-23 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * infcmd.c (attach_command): Reread symbols if we already have
10331 an exec file.
10332
f3b36427
AC
103332004-03-23 Andrew Cagney <cagney@redhat.com>
10334
10335 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10336
aa2a3f87
AC
103372004-03-23 Andrew Cagney <cagney@redhat.com>
10338
10339 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10340 * gdbarch.h, gdbarch.c: Re-generate.
10341 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10342 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10343 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 10344 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 10345 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 10346 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
10347 (DEPRECATED_SIGTRAMP_START): Update.
10348 * blockframe.c (find_pc_sect_partial_function): Update.
10349 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10350
00cac895
DJ
103512004-03-23 Daniel Jacobowitz <drow@mvista.com>
10352
10353 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10354 if necessary.
10355
f561f026
AC
103562004-03-23 Andrew Cagney <cagney@redhat.com>
10357
10358 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10359 predicate, deprecate.
10360 * gdbarch.h, gdbarch.c: Re-generate.
10361 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10362 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10363 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10364 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10365 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10366 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10367 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10368 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10369 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10370 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10371 * blockframe.c (find_pc_partial_function): Update.
10372 * breakpoint.c (bpstat_what): Update.
10373 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10374 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10375 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10376 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10377 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10378 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10379 * i386-nto-tdep.c (i386nto_init_abi): Update.
10380 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10381 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10382 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10383 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10384 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10385 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10386 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10387 * infrun.c (pc_in_sigtramp): Update.
10388 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10389 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10390 * mips-tdep.c (mips_gdbarch_init): Update.
10391 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10392 * ppc-linux-tdep.c: Update comment.
10393 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10394 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10395 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10396 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10397 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10398 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10399 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10400 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10401 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10402 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 10403
8050c72f
AC
104042004-03-23 Andrew Cagney <cagney@redhat.com>
10405
d2259dd3
AC
10406 * tramp-frame.h, tramp-frame.h: New files.
10407 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10408 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10409
8050c72f
AC
10410 * Makefile.in: Update all dependencies.
10411
0db9b4b7
AC
104122004-03-23 Andrew Cagney <cagney@redhat.com>
10413
10414 * Makefile.in (trad_frame_h): Add $(frame_h).
10415 * trad-frame.h: Update copyright. Include "frame.h".
10416 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10417 (trad_frame_set_id, trad_frame_get_id): Declare.
10418 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10419 * trad-frame.c: Update copyright.
10420 (struct trad_frame_cache): Define.
10421 (trad_frame_cache_zalloc): New function.
10422 (trad_frame_set_id, trad_frame_get_id): New functions.
10423 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 10424
8e645ae7
AC
104252004-03-22 Andrew Cagney <cagney@redhat.com>
10426
10427 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10428 s390_pltstub_unwind_cache.
10429 (s390_stub_frame_unwind_cache): Rename
10430 s390_pltstub_frame_unwind_cache.
10431 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10432 (s390_stub_frame_prev_register): Rename
10433 s390_pltstub_frame_prev_register.
10434 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10435 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10436
10437 From Ulrich Weigand:
10438 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10439 pointer calls like PLT calls.
10440
34fcf120
DJ
104412004-03-22 Daniel Jacobowitz <drow@mvista.com>
10442
10443 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10444 PC rather than the partial function start address. Use the start
10445 address to sanity check the found PDR.
10446
5b917078
DJ
104472004-03-22 Daniel Jacobowitz <drow@mvista.com>
10448
10449 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10450 linux_handle_extended_wait.
10451
8adf9e78
AC
104522004-03-22 Andrew Cagney <cagney@redhat.com>
10453
c3122434
AC
10454 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10455 function.
10456
8adf9e78
AC
10457 * frame.h (generic_pop_current_frame): Delete declaration.
10458 (deprecate_pop_dummy_frame): Deprecate
10459 generic_pop_dummy_frame.
10460 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10461 (generic_pop_current_frame): Delete function.
10462 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10463 generic_pop_current_frame.
10464 * v850-tdep.c (v850_pop_frame): Update.
10465 * mcore-tdep.c (mcore_pop_frame): Update.
10466 * sh64-tdep.c (sh64_pop_frame): Update.
10467 * h8300-tdep.c (h8300_pop_frame): Update.
10468
90ba813f
AC
104692004-03-22 Andrew Cagney <cagney@redhat.com>
10470
10471 * frame.h (deprecated_pc_in_call_dummy): Rename
10472 generic_pc_in_call_dummy.
10473 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10474 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10475 generic_pc_in_call_dummy.
10476 (pc_in_dummy_frame): Make static.
10477 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10478 * gdbarch.h, gdbarch.c: Re-generate.
10479 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10480 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10481 (legacy_get_prev_frame): Ditto.
10482 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10483 comment.
8718a420 10484
ca4bb888
AC
104852004-03-21 Andrew Cagney <cagney@redhat.com>
10486
244675f9
AC
10487 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10488 declaration and out-of-date comment.
10489 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10490 Delete function.
10491 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10492 deprecated_pc_in_call_dummy.
10493
ca4bb888
AC
10494 * infrun.c (handle_inferior_event): For non legacy frames, use the
10495 frame ID and frame type to identify a signal trampoline. Update
10496 comments.
10497
1777c7b4
NW
104982004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10499
10500 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10501 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10502
82417da5
AC
105032004-03-21 Andrew Cagney <cagney@redhat.com>
10504
10505 * frame-unwind.h: Update copyright.
10506 (struct frame_data): Add opaque declaration.
10507 (frame_sniffer_ftype): Declare.
10508 (struct frame_unwind): Add "unwind_data" and "sniffer".
10509 (frame_unwind_register_unwinder): Declare.
10510 (frame_unwind_find_by_frame): Add parameter "this_cache".
10511 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10512 (legacy_get_prev_frame, legacy_get_prev_frame)
10513 (get_frame_type): Pass the prologue_cache to
10514 frame_unwind_find_by_frame.
10515 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10516 "unwinder".
10517 (frame_unwind_register_unwinder): New function.
10518 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10519
b2ba182e
PH
105202004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10521
10522 * bcache.c (print_percentage): Use floating point to avoid
10523 incorrect results when portion*100 overflows.
10524
81332287
KB
105252004-03-19 Kevin Buettner <kevinb@redhat.com>
10526
10527 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10528 (ppc_linux_init_extra_frame_info)
10529 (ppc_linux_frameless_function_invocation)
10530 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10531 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10532 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10533 (rs6000_frame_chain): Delete declarations.
10534 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10535 (ppc_linux_init_extra_frame_info)
10536 (ppc_linux_frameless_function_invocation)
10537 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10538 (ppc_linux_init_abi): Remove registration of above deleted functions.
10539 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10540 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10541 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10542 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10543 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10544 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10545 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10546 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10547 frame management for all OSABIs.
10548
61a65099
KB
105492004-03-19 Andrew Cagney <cagney@redhat.com>
10550
10551 Committed by Kevin Buettner <kevinb@redhat.com>.
10552
10553 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10554 Update copyright.
10555 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10556 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10557 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10558 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10559 unwinders. #ifdef legacy frame code.
10560 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10561 "frame-base.h".
10562 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10563 (struct rs6000_frame_cache, rs6000_frame_cache)
10564 (rs6000_frame_this_id, rs6000_frame_prev_register)
10565 (rs6000_frame_sniffer, rs6000_frame_unwind)
10566 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10567 (rs6000_frame_base): Implement a traditional frame unwinder.
10568 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10569 frame unwinder.
10570
88f7da05
KB
105712004-03-19 Kevin Buettner <kevinb@redhat.com>
10572
10573 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10574 breakpoint address for watchpoints or the catch eventpoints.
10575 Add new paramter ``bptype''. Adjust all callers.
10576
f826dce1
AC
105772004-03-19 Andrew Cagney <cagney@redhat.com>
10578
33cb8b0f
AC
10579 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10580
f826dce1
AC
10581 * PROBLEMS: Delete note that ARM does not use frame code, problem
10582 fixed.
10583
43b1ab88
AC
105842004-03-18 Andrew Cagney <cagney@redhat.com>
10585
292ab034
AC
10586 * stack.c (return_command): Delete code wrapped in #ifdef
10587 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10588
43b1ab88
AC
10589 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10590
dbfe4626
AC
105912004-03-18 Andrew Cagney <cagney@redhat.com>
10592
10593 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10594 DEPRECATED_IN_SIGTRAMP.
10595 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10596 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10597 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10598 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10599 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10600 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10601 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10602 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10603 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10604 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10605
0cad6aec
AC
106062004-03-18 Andrew Cagney <cagney@redhat.com>
10607
10608 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10609 (struct frame_base_table_entry): Define.
10610 (struct frame_base_table): Re-implement as a linked list.
10611 (frame_base_init): Re-implement.
10612 (frame_base_table): Delete function.
10613 (append_predicate): Delete function.
10614 (frame_base_append_sniffer): Update.
10615 (frame_base_set_default): Update.
10616 (frame_base_find_by_frame): Update.
10617 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10618 * Makefile.in (frame-base.o): Update dependencies.
10619
9982c2e7
AC
106202004-03-17 Andrew Cagney <cagney@redhat.com>
10621
10622 * frame.c (legacy_get_prev_frame): Pass correct frame to
10623 frame_unwind_find_by_frame.
10624
8dfe8985
DC
106252004-03-17 David Carlton <carlton@kealia.com>
10626
10627 * NEWS: Mention C++ nested types and namespaces
10628
ed47347a
MC
106292004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10630
10631 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10632 and "Regressions since gdb 5.3.". Add known regressions since
10633 gdb 6.0.
10634
90aeadfc
DC
106352004-03-16 David Carlton <carlton@kealia.com>
10636
10637 * dwarf2read.c (process_structure_scope): Process children even
10638 when we're a declaration.
10639
73912b9b
AC
106402004-03-16 Andrew Cagney <cagney@redhat.com>
10641
10642 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10643 * blockframe.c (find_pc_partial_function)
10644 (find_pc_sect_partial_function): Merge into a single
10645 find_pc_partial_function.
10646
283accbc
MK
106472004-03-16 Mark Kettenis <kettenis@gnu.org>
10648
10649 * i386bsd-nat.c: s/regno/regnum/g.
10650 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10651 FP0_REGNUM.
10652 (store_inferior_registers): Likewise.
10653
f5b1afdf
MK
106542004-03-16 Mark Kettenis <kettenis@gnu.org>
10655
10656 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10657 of i387_fill_fsave.
10658 (store_inferior_registers): Call i387_collect_fsave and
10659 i387_collect_fxsave instead of i387_fill_fsave and
10660 i387_fill_fxsave.
10661
41fe5eb3
AC
106622004-03-15 Andrew Cagney <cagney@redhat.com>
10663
10664 * Makefile.in (frame-unwind.o): Update dependencies.
10665 * frame-unwind.c: Include "gdb_obstack.h".
10666 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10667 parameter.
10668 (append_predicate): Delete function.
10669 (struct frame_unwind_table_entry): New structure.
10670 (struct frame_unwind_table): Replace "sniffer" with "head" and
10671 "tail".
10672 (frame_unwind_append_sniffer): Update.
10673 (frame_unwind_find_by_frame): Update.
10674 (_initialize_frame_unwind): Registe frame_unwind_init using
10675 gdbarch_data_register_pre_init.
10676
3f63813d
MK
106772004-03-15 Mark Kettenis <kettenis@gnu.org>
10678
10679 * i386bsd-nat.c: Update copyright year.
10680 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10681 define unconditionally.
10682
3248c325 106832004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
10684
10685 * i387-tdep.h (i387_collect_fsave): New prototype.
10686 * i387-tdep.c (i387_collect_fsave): New function containing most
10687 of the code from i387_fill_fsave.
3248c325 10688 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 10689
871fbe6a
MK
106902004-03-15 Mark Kettenis <kettenis@gnu.org>
10691
10692 * i386-linux-tdep.c: Update copyright year.
10693 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10694 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10695 svr4_ilp32_link_map_offsets instead of
10696 i386_linux_svr4_fetch_link_map_offsets.
10697
8176b9b8
DC
106982004-03-15 David Carlton <carlton@kealia.com>
10699
10700 Fix for PR c++/1553:
10701 * dwarf2read.c (read_structure_type): Determine type name by
10702 calling determine_class_name.
10703 (determine_class_name): New.
10704 (determine_prefix): Look at TYPE_TAG_NAME and call
10705 determine_class_name when appropriate.
10706 (determine_prefix_aux, class_name): Delete.
9d58e29d 10707 (read_namespace): Set die->type.
8176b9b8 10708
fe8bf7d7
KB
107092004-03-15 Kevin Buettner <kevinb@redhat.com>
10710
10711 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10712 unused macro definition. The definition in target.h (or perhaps
10713 elsewhere) takes precedence.
10714
ed6edd9b
AC
107152004-03-15 Andrew Cagney <cagney@redhat.com>
10716
f9be684a
AC
10717 * ppc-tdep.h: Update copyright.
10718 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10719 function signatures to match "regsets.h".
10720 * ppc-linux-tdep.c: Include "regset.h".
10721 (ELF_GREGSET_SIZE): Delete.
10722 (right_supply_register): New function.
10723 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10724 using right_supply_register.
10725 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10726 functions.
10727 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10728 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10729 (_initialize_ppc_linux_tdep): Do not register
10730 ppc_linux_regset_core_fns.
10731 (ppc_linux_regset_from_core_section): Replace
10732 fetch_core_registers.
10733 (ppc_linux_regset_core_fns): Delete.
10734 * ppc-linux-nat.c: (right_fill_reg): New function.
10735 (supply_gregset): Update call to ppc_linux_supply_gregset.
10736 (fill_gregset): Clear the register set, use right_fill_reg.
10737 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10738 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10739
ed6edd9b
AC
10740 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10741 unsigned.
10742
030f20e1
AC
107432004-03-15 Andrew Cagney <cagney@redhat.com>
10744
10745 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10746 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10747 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10748 and register_gdbarch_data.
10749 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10750 (struct gdbarch_data): Replace "init" by "pre_init" and
10751 "post_init".
10752 * gdbarch.h, gdbarch.c: Re-generate.
10753 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10754 with"obstack", use OBSTACK_ZALLOC.
10755 (dwarf2_frame_ops): Delete.
10756 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10757 (dwarf2_frame_init_reg): Use gdbarch_data.
10758 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 10759 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
10760 (_initialize_svr4_solib): Update.
10761 * user-regs.c (_initialize_user_regs): Update.
10762 * reggroups.c (_initialize_reggroup): Update.
10763 * regcache.c (_initialize_regcache): Update.
10764 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10765 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10766 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10767 * frame-unwind.c (_initialize_frame_unwind): Update.
10768 * frame-base.c (_initialize_frame_base): Update.
10769 * user-regs.c (user_reg_add): Update.
10770 * reggroups.c (reggroup_add): Update.
10771 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10772 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10773 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10774 * frame-base.c (frame_base_table): Update.
10775 * remote.c (_initialize_remote): Update.
10776 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 10777
3111a3fc
AC
107782004-03-15 Andrew Cagney <cagney@redhat.com>
10779
10780 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10781
5ecb7103
KB
107822004-03-15 Kevin Buettner <kevinb@redhat.com>
10783
10784 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10785 * frv-linux-tdep.c: New file.
10786 * frv-tdep.c (struct gdbarch_tdep): Add new field
10787 ``sigcontext_reg_addr''.
10788 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10789 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10790 (frv_sigramp_frame_sniffer): New functions.
10791 (frv_sigtramp_frame_unwind): New static global.
10792 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10793 sniffers.
10794 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10795 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10796
1ccda5e9
KB
107972004-03-15 Kevin Buettner <kevinb@redhat.com>
10798
10799 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10800 but not via a call to error(), when unable to read memory.
10801
b375a0a5
KB
108022004-03-15 Kevin Buettner <kevinb@redhat.com>
10803
10804 * frv-tdep.c (frv_call_dummy_words): Delete.
10805 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10806
4fdf6121
AC
108072004-03-15 Andrew Cagney <cagney@redhat.com>
10808
10809 * infrun.c (handle_step_into_function, step_over_function): Only
10810 update and use STEP_FRAME_ID when the system is using legacy
10811 frames. Update comments.
10812
34021503
MK
108132004-03-14 Mark Kettenis <kettenis@gnu.org>
10814
187e21d1
MK
10815 * amd64-linux-tdep.h: Remove file.
10816 * amd64-linux-tdep.c: Don't include "inferior.h" and
10817 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10818 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10819 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10820 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10821 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10822 macros.
10823 (user_to_gdb_regmap): Remove variable.
10824 (amd64_linux_gregset_reg_offset): New variable.
10825 (amd64_core_fns): Remove variable.
10826 (fetch_core_registers): Remove function.
10827 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10828 functions.
10829 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10830 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10831 * Makefile.in (amd64_linux_tdep_h): Remove.
10832 (amd64-linux-nat.o): Update dependencies.
10833 (amd64-linux-tdep.o): Update dependencies.
10834
99679982
MK
10835 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10836 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10837 functions.
10838 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10839
34021503
MK
10840 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10841 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10842
134d01f1
DJ
108432004-03-14 Daniel Jacobowitz <drow@mvista.com>
10844
10845 * dwarf2read.c (read_structure_type): Rename from
8718a420 10846 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
10847 Return immediately if die->type is set. Call read_type_die before
10848 dwarf2_add_member_fn.
10849 (process_structure_scope): New function.
10850 (read_enumeration_type, process_enumeration_scope): New functions,
10851 broken out from read_enumeration. Don't create the enumeration
10852 type if it has already been created.
10853 (read_enumeration): Removed.
10854 (process_die): Call read_structure_type, process_structure_scope,
10855 read_enumeration_type, and process_enumeration_scope. Just call
10856 new_symbol for base and subrange types. Add a comment about other
10857 type dies.
10858 (read_type_die): Call read_enumeration_type.
10859 (add_partial_structure, new_symbol): Update comments.
10860
65760afb
SC
108612004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10862
10863 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10864
10f59415
SC
108652004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10866
10867 * tui/tui-win.h (tui_get_cmd_list): Declare.
10868 * tui/tui-win.c (tui_command): New function.
10869 (tui_get_cmd_list): New function.
10870 (_initialize_tui_win): Moved initialization of tui command in
10871 tui_get_cmd_list.
10872
10873 * tui/tui-data.c (init_content_element): Setup new data members.
10874 (init_win_info): Likewise.
10875 (free_content_elements): Free it.
10876 * tui/tui-data.h (struct tui_data_element): Store the register
10877 content to print.
10878 (struct tui_data_info): Keep the current register group.
10879
10880 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10881
10882 * tui/tui-regs.h (tui_show_registers): Update prototype.
10883 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10884 (tui_resize_all): No need to calculate anything for register window.
10885 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10886 (tui_set_register_element, tui_set_general_regs_content): Remove.
10887 (tui_set_special_regs_content): Remove.
10888 (tui_set_general_and_special_regs_content): Remove.
10889 (tui_set_float_regs_content): Remove.
10890 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10891 (tui_set_regs_content): Remove.
10892 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10893 (tui_v_show_registers_command_support): Remove.
10894 (tui_show_registers): Use a reggroup to specify the registers to show.
10895 (tui_show_register_group): New function.
10896 (tui_display_registers_from): Compute the layout of register window
10897 and refresh with new API; be sure to delete old register windows.
10898 (tui_check_register_values): Update to use tui_get_register and
10899 tui_display_data.
10900 (tui_display_register): Just refresh the register window part.
10901 (tui_register_format): Format registers and save in tui_data_element.
10902 (tui_get_register): New to combine tui_reg_value_has_changed and
10903 tui_get_register_raw_value; fix to use the new gdb API.
10904 (tui_show_float_command): Renamed tui_reg_float_command.
10905 (tui_show_general_command): Renamed tui_reg_general_command.
10906 (tui_show_special_command): Renamed tui_reg_system_command.
10907 (_initialize_tui_regs): Remove unused commands.
10908
c3364ea4
MK
109092004-03-13 Mark Kettenis <kettenis@gnu.org>
10910
27d1e716
MK
10911 * NEWS (New native configurations): Mention OpenBSD/amd64.
10912
c3364ea4
MK
10913 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10914 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10915 Remove defines.
10916 * config/i386/nm-fbsd64.h: Likewise.
10917 * config/i386/nm-obsd.h: Likewise.
10918 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10919 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10920
b2d6d697
KB
109212004-03-12 Kevin Buettner <kevinb@redhat.com>
10922
10923 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
10924 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10925 New constants.
10926
76e43199
KB
10927 From Richard Sandiford <rsandifo@redhat.com>:
10928 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10929
34ce532e
KB
109302004-03-12 Kevin Buettner <kevinb@redhat.com>
10931
10932 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10933 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10934 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10935 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10936 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10937 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10938 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10939 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10940 definitions from frv-tdep.c to frv-tdep.h.
10941
c4d10515
KB
109422004-03-12 Kevin Buettner <kevinb@redhat.com>
10943
10944 Add shared library support for FR-V FDPIC ABI:
10945 * Makefile.in (solib-frv.o): Add dependencies.
10946 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10947 New functions.
10948 (frv_push_dummy_call): Add support for FDPIC ABI.
10949 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10950 for FDPIC ABI.
10951 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10952 (frv_fdpic_find_canonical_descriptor): Declare.
10953 * solib-frv.c: New file.
10954 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10955 * config/frv/tm-frv.h (solib.h): Include.
10956
ed1bd989
KB
109572004-03-12 Kevin Buettner <kevinb@redhat.com>
10958
10959 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10960 (frv-tdep.o): Update dependencies.
10961 * frv-tdep.h: New file.
10962 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10963 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10964 constants.
10965 (struct gdbarch_tdep): Add new member ``frv_abi''.
10966 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10967 functions.
10968 (new_variant): Set ``frv_abi'' field.
10969 (gdb_arch_init): Detect FDPIC executables.
10970
82b38f72
MK
109712004-03-12 Mark Kettenis <kettenis@gnu.org>
10972
10973 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10974 wrapper.
10975
db1ea9ba
AC
109762004-03-11 Andrew Cagney <cagney@redhat.com>
10977
10978 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10979
f8766ec1
KB
109802004-03-11 Kevin Buettner <kevinb@redhat.com>
10981
10982 * solist.h (master_so_list): New function.
10983 * solib.c (master_so_list): Likewise.
10984 * solib-svr4.c (enable_break): Iterate over so_list entries
10985 obtained from master list instead of entries obtained directly
10986 via svr4_current_sos().
10987
523f6a27
BE
109882004-03-10 Ben Elliston <bje@gnu.org>
10989
10990 * MAINTAINERS: Update my mail address.
10991
37814c18
KI
109922004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10993
10994 * remote-m32r-sdi.c: Support hardware watchpoint.
10995
8b9740d8
DJ
109962004-03-09 Daniel Jacobowitz <drow@mvista.com>
10997
10998 * user-regs.c: Update copyright years.
10999 (struct user_regs): Rename to gdb_user_regs.
11000 (append_user_reg, builtin_user_regs, user_regs_init)
11001 (user_reg_add, user_reg_map_name_to_regnum)
11002 (usernum_to_user_reg): Update.
11003
4bb7a0a7
DJ
110042004-03-09 Daniel Jacobowitz <drow@mvista.com>
11005
11006 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
11007 (skip_children): New functions.
11008 (locate_pdi_sibling): Call skip_children.
11009
44e1a9eb
DJ
110102004-03-09 Daniel Jacobowitz <drow@mvista.com>
11011
11012 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
11013 * gdbtypes.c (check_typedef): Update comments.
11014
f3dd6933
DJ
110152004-03-09 Daniel Jacobowitz <drow@mvista.com>
11016
11017 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
11018 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
11019 pointer. Update comment about comp_unit_head.
11020 (struct abbrev_info): Shorten two int flags.
11021 (dwarf_alloc_abbrev): Take a CU argument.
11022 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
11023 each time through the loop. Update cleanup argument.
11024 (psymtab_to_symtab_1): Update cleanup call.
11025 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
11026 abbrev_obstack.
11027 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
11028 Just call obstack_free and clear the pointer.
11029
b40c7d58
DJ
110302004-03-09 Daniel Jacobowitz <drow@mvista.com>
11031
11032 * infrun.c (handle_inferior_event): Remove short-circuit code for
11033 events in a different thread.
11034
333dabeb
DJ
110352004-03-09 Daniel Jacobowitz <drow@mvista.com>
11036
11037 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
11038 print the whole transfer.
11039 (initialize_targets): Update description of "set debug target".
11040
aa17d93e
DJ
110412004-03-09 Daniel Jacobowitz <drow@mvista.com>
11042
11043 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
11044
0b71f08f
NW
110452004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
11046
11047 * MAINTAINERS (write after approval): Add myself.
11048
3930f270
CV
110492004-03-08 Corinna Vinschen <vinschen@redhat.com>
11050
11051 * sh-tdep.c (sh_print_registers_info): Use for loop.
11052 Don't skip multiple registers when a float register is encountered.
11053
a2b4a96c
CV
110542004-03-08 Corinna Vinschen <vinschen@redhat.com>
11055
11056 Fix PR tdep/1291.
11057 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
11058 to official SH documentation.
11059
f15a4bc0
AC
110602004-03-07 Andrew Cagney <cagney@redhat.com>
11061
11062 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
11063 unused function.
11064
9498281f
DJ
110652004-03-07 Daniel Jacobowitz <drow@mvista.com>
11066
11067 * arm-tdep.c (thumb_get_next_pc): Handle BX.
11068 (arm_get_next_pc): Handle BX and BLX.
11069
449e1137
AC
110702004-03-07 Andrew Cagney <cagney@redhat.com>
11071
eded0a31
AC
11072 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
11073 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
11074 HPPA_SP_REGNUM.
11075 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
11076 (hppa_target_read_fp): Delete.
11077 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
11078 register_virtual_size, max_register_raw_size,
11079 max_register_virtual_size, register_byte, register_size,
11080 target_read_fp, fp_regnum, and register_bytes. Set register_type
11081 instead of register_virtual_type.
11082 (hppa32_register_type, hppa64_register_type): Replace
11083 hppa32_register_virtual_type and hppa64_register_virtual_type.
11084 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
11085 (HPPA_FP_REGNUM): Define.
11086
f5f907e2
AC
11087 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
11088
69b4bbe4
AC
11089 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
11090 (pa_do_registers_info): Delete.
11091 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 11092 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 11093 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 11094
78161e48
AC
11095 * infcall.c (legacy_push_dummy_code): Delete #ifdef
11096 GDB_TARGET_IS_HPPA code.
11097 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 11098 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
11099 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11100 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
11101 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11102 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11103 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 11104 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
11105 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11106 (hppa_frameless_function_invocation, hppa64_store_return_value)
11107 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 11108 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 11109 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 11110 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
11111 (find_proc_framesize, deposit_21, restore_pc_queue)
11112 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 11113 (rp_saved, pc_in_linker_stub): Delete.
78161e48 11114
782eae8b
AC
11115 Unconditionally enable 64-bit frame and ABI code.
11116 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11117 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11118 push_dummy_frame, fix_call_dummy, push_arguments,
11119 call_dummy_location, extract_return_value, use_struct_convention,
11120 store_return_value, store_struct_return, saved_pc_after_call,
11121 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11122 frame_chain, frame_chain_valid, frameless_function_invocation,
11123 frame_saved_pc, and pop_frame.
78161e48 11124
449e1137
AC
11125 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11126 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11127 (hppa_gdbarch_init): Do not set PC_REGNUM.
11128
12507572
MK
111292004-03-06 Mark Kettenis <kettenis@gnu.org>
11130
11131 * config/alpha/tm-fbsd.h: Remove file.
11132 * config/alpha/fbsd.mt: Tweak comment.
11133 (TM_FILE): Set to tm-alpha.h.
11134
c107cc1b
AC
111352004-03-05 Andrew Cagney <cagney@redhat.com>
11136
11137 * infrun.c (step_over_function): When non-legacy code, and no
11138 step_frame_id, use the unwinder to get the caller's frame ID.
11139
f2e7c15d
MK
111402004-03-05 Mark Kettenis <kettenis@gnu.org>
11141
8b0c3633
MK
11142 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11143 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11144 bfd_arch_unknown. Adjust comment.
11145
f2e7c15d
MK
11146 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11147 * i386obsd-tdep.c: Correct spelling in comment.
11148 * i386nbsd-tdep.c: Correct spelling in comment.
11149 * sparc-tdep.c: Correct spelling in comments.
11150
1198ecbe
DC
111512004-03-05 David Carlton <carlton@kealia.com>
11152
11153 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11154 bug.
11155
9eb42ed1
MK
111562004-03-05 Mark Kettenis <kettenis@gnu.org>
11157
11158 * sparc-tdep.c: Fix typo in comment.
11159
52b5e991
JB
111602004-03-04 J. Brobecker <brobecker@gnat.com>
11161
11162 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11163
d8151005
DJ
111642004-03-04 Daniel Jacobowitz <drow@mvista.com>
11165
11166 * dwarf2read.c: Add comment describing memory lifetimes.
11167 (struct dwarf2_pinfo): Update comment.
11168 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11169 (read_enumeration, new_symbol): Don't use obsavestring.
11170
cbeae229
MK
111712004-03-04 Mark Kettenis <kettenis@gnu.org>
11172
722d18c2
MK
11173 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11174 instead of amd64_fill_fxsave.
11175 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11176 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11177
cbeae229
MK
11178 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11179 Reorganize code a bit.
11180
b4206d25
OF
111812004-03-04 Orjan Friberg <orjanf@axis.com>
11182
11183 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
11184 when the frame pointer is pushed. Don't set the frame pointer's
11185 address on the stack unless it's actually located there.
b4206d25
OF
11186 Set the SRP's address on the stack correctly when the PC is still in
11187 the prologue.
11188 (cris_return_value): New function.
11189 (cris_gdbarch_init): Clear deprecated store_return_value,
11190 extract_return_value.
11191
49b0b195
JB
111922004-03-02 Jim Blandy <jimb@redhat.com>
11193
11194 * stabsread.c (reg_value_complaint): The maximum register number
11195 is one less than the number of registers.
11196
e9ff708b
AC
111972004-03-02 Andrew Cagney <cagney@redhat.com>
11198
11199 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11200 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11201 trailing comma and redundant assignment of I386_ST0_REGNUM.
11202 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11203 32-bit segment registers.
11204
d4715e41
AC
112052004-03-01 Andrew Cagney <cagney@redhat.com>
11206
11207 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11208 use frame_relative_level and get_next_frame.
11209
3ce2bf18
AC
112102004-02-29 Andrew Cagney <cagney@redhat.com>
11211
11212 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11213 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11214 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11215 Delete macro.
11216
2da6aac3
DJ
112172004-02-29 Daniel Jacobowitz <drow@mvista.com>
11218
11219 * inflow.c (terminal_inferior): Don't give up the terminal if we
11220 previously couldn't get the inferior's terminal state.
11221
6ba34a8d
DJ
112222004-02-29 Daniel Jacobowitz <drow@mvista.com>
11223
11224 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11225 PC_REGNUM.
11226
faae5abe
AC
112272004-02-28 Andrew Cagney <cagney@redhat.com>
11228
11229 * NEWS: Refer to GDB 6.1.
11230 * README: Refer to GDB 6.1.
11231 * PROBLEMS: Refer to GDB 6.1.
11232
2227a3c5
DJ
112332004-02-28 Daniel Jacobowitz <drow@mvista.com>
11234
11235 * thread-db.c (disable_thread_signals): Remove unused function.
11236
80571bff
MK
112372004-02-28 Mark Kettenis <kettenis@gnu.org>
11238
041bd74b
MK
11239 * amd64-nat.c: Include "gdb_string.h".
11240 (amd64_collect_native_gregset): Zero-extend the 32-bit
11241 general-purpose registers and %eip.
11242
3c017e40
MK
11243 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11244 * amd64-tdep.c (amd64_collect_fxsave): New function.
11245 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11246
80571bff
MK
11247 * i387-tdep.h: Update copyright year.
11248 (i387_collect_fxsave): New prototype.
11249 * i387-tdep.c: Update copyright year.
11250 (i387_collect_fxsave): New function containing most of the code
11251 from i387_fill_fxsave.
11252 (i387_fill_fxsave): Call i387_collect_fxsave.
11253
50d71875
AC
112542004-02-28 Andrew Cagney <cagney@redhat.com>
11255
11256 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11257 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11258
4a28816e
MK
112592004-02-28 Mark Kettenis <kettenis@gnu.org>
11260
11261 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11262
dbda9972
AC
112632004-02-28 Andrew Cagney <cagney@redhat.com>
11264
11265 * utils.c: Use "", instead of <>, to include readline.
11266 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11267 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11268 * source.c, solib.c, exec.c, event-top.c: Ditto.
11269 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11270 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11271 * Makefile.in: Update all dependencies.
11272 (readline_tilde_h, readline_history_h): Define.
11273 (readline_headers): Delete.
11274
83277a99
MK
112752004-02-28 Mark Kettenis <kettenis@gnu.org>
11276
91ae4303
MK
11277 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11278 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11279 "config/i386/tm-lx64.h".
11280
83277a99
MK
11281 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11282 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11283 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11284
6e1d7d6c
AC
112852004-02-28 Andrew Cagney <cagney@redhat.com>
11286
ecc9ac84
AC
11287 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11288
6e1d7d6c
AC
11289 * breakpoint.c (_initialize_breakpoint): Use
11290 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11291 Add help to show command.
11292
9671aeef
MK
112932004-02-28 Mark Kettenis <kettenis@gnu.org>
11294
7fa2737c
MK
11295 * i386-nat.c: Reformat to be closer to coding standards.
11296 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11297 `retval'. Make variables `align' and `size' local to while-loop.
11298 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11299 (_initialize_i386_nat): New prototype.
11300
9671aeef
MK
11301 * tui/tui.c: Include <readline/readline.h> instead of
11302 "readline/readline.h". Include it after <term.h> and
11303 "gdb_curses.h".
11304
fca7aa43
AC
113052004-02-27 Andrew Cagney <cagney@redhat.com>
11306
412275d5
AC
11307 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11308 the new frame unwind code.
11309 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11310 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11311 PCOQ_HEAD_REGNUM.
11312
fca7aa43
AC
11313 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11314 "return_value" and "push_dummy_call".
11315 (hppa32_use_struct_convention): Delete unused function.
11316 (hppa32_store_return_value): Delete unused function.
11317 (hppa32_extract_return_value): Delete unused function.
11318 (hppa32_stack_align): Delete function.
11319
e6a8a7d2
EZ
113202004-02-27 Eli Zaretskii <eliz@elta.co.il>
11321
11322 * coffread.c (enter_linenos): Don't let rawptr reference memory
11323 outside linetab[]'s limits.
11324
1797a8f6
AC
113252004-02-27 Andrew Cagney <cagney@redhat.com>
11326
11327 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11328 inferior stack space - the stack needs to grow upwards.
11329 (hppa32_frame_align): New function.
11330 (hppa64_frame_align): Replace hppa_frame_align.
11331 (hppa_gdbarch_init): Update.
11332
2e4b5889
OF
113332004-02-26 Orjan Friberg <orjanf@axis.com>
11334
11335 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11336 (dwarf2-frame.h): Include.
11337 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11338 Remove static variables related to ABI setting.
11339 (struct gdbarch_tdep): Remove cris_abi member.
11340 (struct frame_extra_info): Remove.
11341 (cris_unwind_cache, stack_item): New structs.
11342 (cris_frame_unwind, cris_frame_base): New variables.
11343 (push_stack_item, pop_stack_item)
11344 (cris_frame_unwind_cache, cris_frame_this_id)
11345 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11346 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11347 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11348 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11349 (cris_reg_struct_has_addr): New functions.
11350 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 11351 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
11352 (cris_store_struct_return, cris_frameless_function_invocation)
11353 (cris_pop_frame, cris_skip_prologue_main)
11354 (cris_abi_original_store_return_value)
11355 (cris_abi_v2_store_return_value)
11356 (cris_abi_original_extract_return_value)
11357 (cris_abi_v2_extract_return_value)
11358 (cris_abi_original_reg_struct_has_addr)
11359 (cris_abi_v2_reg_struct_has_addr)
11360 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11361 (cris_push_return_address, cris_abi_update): Remove.
11362 (_initialize_cris_tdep): Remove ABI command.
11363 (cris_dump_tdep): Ditto.
8718a420 11364 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
11365 Set store_return_value, extract_return_value, push_dummy_code,
11366 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11367 frame_unwind_append_sniffer, frame_base_set_default.
11368 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11369 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11370 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 11371 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
11372 init_extra_frame_info, frameless_function_invocation, frame_chain,
11373 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11374 dummy_write_sp.
8718a420 11375
6b9acc27
JJ
113762004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11377
11378 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11379 * valprint.c (print_hex_chars): Change from static to external.
11380 (print_char_chars): New function.
11381 * printcmd.c (print_scalar_formatted): For integer and enum types
11382 that are longer than LONGEST, perform processing via appropriate
11383 print_*_chars routines.
11384
a431654a
AC
113852004-02-26 Andrew Cagney <cagney@redhat.com>
11386
11387 * Makefile.in: Update dependencies.
11388 Changes from Ulrich Weigand,
11389 * s390-tdep.c: Include "dwarf2-frame.h".
11390 (s390_dwarf2_frame_init_reg): New function.
11391 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11392 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11393
fa8d40ab
JJ
113942004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11395
11396 * breakpoint.c (pending_break_support): New setting variable.
11397 (break_command_1): Account for pending_break_support setting
11398 when creating pending breakpoints.
11399 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11400 (_initialize_breakpoint): Add "set breakpoint pending" and
11401 "show breakpoint pending" commands.
11402
0dcd613f
AC
114032004-02-26 Andrew Cagney <cagney@redhat.com>
11404
11405 Fix PR i18n/1570.
11406 * charset.c (backslashable, backslashed, represented): Remove 'e'
11407 from list of escaped characters, not part of ISO-C.
11408
479272a3
JB
114092004-02-25 J. Brobecker <brobecker@gnat.com>
11410
11411 From Peter Schauer <schauer@pdf.de>:
11412 * tui/tui.c: Move system header includes after local includes.
11413 Fixes a build failure on solaris systems.
11414
7613d933
JB
114152004-02-25 J. Brobecker <brobecker@gnat.com>
11416
11417 * configure.in: Refine the previous change.
11418 * configure: Regenerate.
11419
9c1488cb
MK
114202004-02-25 Mark Kettenis <kettenis@gnu.org>
11421
11422 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11423 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11424 "amd64-tdep.h" instead of "x86-64-tdep.h".
11425 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11426 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11427 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11428 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11429 and "x86-64-tdep.c".
11430 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11431 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11432 and "x86-64-tdep.c".
11433 * amd64bsd-nat.c: Update copyright year.
11434 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11435 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11436 "x86-64-tdep.h".
11437 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11438 "x86-64-tdep.h".
11439 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11440 "x86-64-tdep.h".
11441 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11442 "x86-64-tdep.h".
11443 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11444 "x86-64-tdep.h".
11445 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11446 "x86-64-tdep.h".
8718a420 11447 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
11448 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11449 * Makefile.in (amd64_linux_tdep_h): Renamed from
11450 x86_64_linux_tdep_h.
11451 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11452 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11453 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11454 (amd64obsd-tdep.o): Update dependencies.
11455 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11456 dependencies.
11457 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11458 dependencies.
11459 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11460 amd64-linux-nat.c amd64-linux-tdep.c.
11461 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11462 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11463 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11464 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11465 amd64-tdep.o and amd64-linux-tdep.o.
11466 (TM_FILE): Set to tm-linux64.h.
11467 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11468 (NAT_FILE): Set to nm-linux64.h.
11469 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11470 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11471 amd64-tdep.o.
11472 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11473 amd64-tdep.o.
11474 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11475 amd64-tdep.o.
11476
4b8dad4a
RM
114772004-02-25 Roland McGrath <roland@redhat.com>
11478
11479 * remote.c (remote_protocol_qPart_auxv): New variable.
11480 (init_all_packet_configs): Initialize it.
11481 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11482 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11483 (show_remote_cmd): Call it.
11484 (_initialize_remote): Initialize commands.
11485 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11486 service TARGET_OBJECT_AUXV requests.
11487
66745969
JB
114882004-02-25 J. Brobecker <brobecker@gnat.com>
11489
11490 * configure.in: Make sure that the wborder function is available.
11491 Otherwise, search for it in the cur_colr library.
11492 * configure: Regenerate.
11493
79508e1e
AC
114942004-02-25 Andrew Cagney <cagney@redhat.com>
11495
11496 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11497
571ee600
MK
114982004-02-25 Mark Kettenis <kettenis@gnu.org>
11499
11500 * config/i386/tm-x86-64linux.h: Tweak comments.
11501
2b1b322f 115022004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
11503
11504 * MAINTAINERS: Add self to write-after-approval list.
11505
4d2acc65
AC
115062004-02-25 Andrew Cagney <cagney@redhat.com>
11507
4b8dad4a 11508 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
11509 * cli/cli-script.c (execute_control_command): Unconditionally
11510 install a cleanup. Default "ret" to "invalid_control". Use
11511 "break" instead of "return" to escape from the switch.
11512
4cfcaf21
JB
115132004-02-24 J. Brobecker <brobecker@gnat.com>
11514
11515 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11516 with the lines macro defined in term.h on AiX.
11517 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11518 a collision with the label_width macro defined in term.h on AiX.
11519
54a5c8d8
KB
115202004-02-23 David Mosberger <davidm@hpl.hp.com>
11521
11522 Committed by Kevin Buettner <kevinb@redhat.com>.
11523
11524 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11525 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11526 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11527 instead of ia64_write_pc().
11528 * ia64-linux-tdep.c (regcache.h): Include.
11529 (ia64_linux_write_pc): New function.
4b8dad4a 11530
8a1dac83
RM
115312004-02-23 Roland McGrath <roland@redhat.com>
11532
11533 * auxv.c (info_auxv_command): Fix typos in error messages.
11534
90f90721
MK
115352004-02-23 Mark Kettenis <kettenis@gnu.org>
11536
8a1dac83 11537 * x86-64-tdep.h: Tweak comment.
90f90721
MK
11538 (enum amd64_regnum): New.
11539 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11540 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11541 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11542 (X86_64_XMM1_REGNUM): Removed.
11543 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11544 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11545 prototypes for renamed functions.
11546 * x86-64-tdep.c: Fix typo.
11547 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11548 register numbers.
11549 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11550 Use constants from `enum amd64_regnum' for register numbers.
11551 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11552 (amd64_analyze_prologue, amd64_frame_cache,
11553 amd64_sigtramp_frame_cache): Use constants from `enum
11554 amd64_regnum' for register numbers.
11555 (amd64_supply_fpregset): Adjust for renamed functions.
11556 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11557 `enum amd64_regnum' for register numbers.
11558 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11559 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11560 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11561 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11562 (amd64_linux_fill_gregset): Adjust for renamed macros.
11563 (fetch_core_registers): Adjust for renamed functions.
11564 (amd64_linux_init_abi): Adjust for renamed functions.
11565 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11566 renamed functions.
11567 * amd64-nat.c: Adjust for renamed macros.
11568 * amd64bsd-nat.c (fetch_inferior_registers)
11569 (store_inferior_registers): Use constants from `enum amd64_regnum'
11570 for register numbers. Adjust for renamed variables.
11571 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11572 renamed variables.
11573 (_initialize_amd64fbsd_nat): Use constants from `enum
11574 amd64_regnum' for register numbers.
11575 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11576 `enum amd64_regnum' for register numbers.
11577 (amd64fbsd_init_abi): Adjust for renamed functions.
11578 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11579 `enum amd64_regnum' for register numbers.
11580 (amd64nbsd_init_abi): Adjust for renamed functions.
11581 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11582 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11583 `enum amd64_regnum' for register numbers.
11584 (amd64obsd_init_abi): Adjust for renamed functions.
11585 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11586
d5479188
JJ
115872004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11588
11589 * breakpoint.c (print_one_breakpoint): Do not output spaces
11590 after printing <PENDING> for a pending breakpoint.
11591
81cb7cc9
JJ
115922004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11593
11594 * printcmd.c (print_scalar_formatted): Initialize val_long
11595 to remove compiler warning message.
11596
cbdeadca
JJ
115972004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11598
11599 * defs.h (nquery, yquery): New prototypes.
11600 * breakpoint.c (break_command_1): Use new nquery interface.
11601 * utils.c (defaulted_query, nquery, yquery): New functions.
11602
da6bab63
AC
116032004-02-23 Andrew Cagney <cagney@redhat.com>
11604
2f690297
AC
11605 * hppa-tdep.c (hppa_frame_align): New function.
11606 (hppa32_push_dummy_call): New function.
11607 (hppa64_push_dummy_call): New function.
11608 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11609 disabled.
8a1dac83 11610
da6bab63
AC
11611 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11612 FIX_CALL_DUMMY when push_dummy_call is available.
11613 (call_function_by_hand, push_dummy_code): Ditto.
11614
abf9b42d
AC
116152004-02-22 Andrew Cagney <cagney@redhat.com>
11616
11617 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11618 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11619 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11620 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11621 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11622 call_dummy_location to ON_STACK.
11623
10fc94a4
MK
116242004-02-22 Mark Kettenis <kettenis@gnu.org>
11625
51433e4b
MK
11626 * x86-64-linux-tdep.c: Tweak comment.
11627 (amd64_linux_supply_gregset): Renamed from
11628 x86_64_linux_supply_gresget.
11629 (amd64_linux_fill_gregset): Renamed from
11630 x86_64_linux_fill_gregset.
11631 (fetch_core_registers): Adjust for renamed functions.
11632 (amd64_core_fns): Renamed from x86_64_core_fns.
11633 (amd64_linux_sigtramp_start): Renamed from
11634 x86_64_linux_sigtramp_start.
11635 (amd64_linux_pc_in_sigtramp): Renamed from
11636 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11637 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11638 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11639 (amd64_linux_sigcontext_addr): Renamed from
11640 x86_64_linux_sigcontext_addr.
11641 (amd64_linux_sc_reg_offset): Renamed from
11642 x86_64_linux_sc_reg_offset.
11643 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11644 Adjust for renamed functions and variables.
11645 (_initialize_amd64_linux_tdep): Renamed from
11646 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11647 variables.
11648 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11649 Adjust for renamed functions.
11650
430eaf2e
MK
11651 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11652 from x86_64_linux_gregset64_reg_offset.
11653 (amd64_linux_gregset32_reg_offset): Rename from
11654 x86_64_linux_gregset64_reg_offset.
11655 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11656 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11657 (amd64_linux_dr_set_control): Renamed from
11658 x86_64_linux_dr_set_control. Adjust for renamed functions.
11659 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11660 Adjust for renamed functions.
11661 (amd64_linux_dr_reset_addr): Renamed from
11662 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11663 (amd64_linux_dr_get_status): Renamed from
11664 x86_64_linux_dr_get_status. Adjust for renamed functions.
11665 (_initialize_amd64_linux_nat): Renamed from
11666 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11667 functions.
11668 * config/i386/nm-x86-64linux.h: Update copyright year.
11669 Adjust for renamed functions.
11670
10fc94a4
MK
11671 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11672 amd64fbsd_sigtramp_start.
11673 (amd64fbsd_sigtramp_end_addr): Renamed from
11674 amd64fbsd_sigtramp_end.
11675 (amd64fbsd_init_abi): Adjust for renamed variables.
11676 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11677 variables.
11678 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11679 amd64fbsd_sigtramp_start.
11680 (amd64fbsd_sigtramp_end_addr): Renamed from
11681 amd64fbsd_sigtramp_end.
11682
343af405
AC
116832004-02-22 Andrew Cagney <cagney@redhat.com>
11684
537987fc
AC
11685 * hppa-tdep.c (hppa32_return_value): New function.
11686 (hppa64_return_value): New function.
11687 (hppa_gdbarch_init): Set return_value; keep disabled.
11688
fad850b2
AC
11689 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11690 struct-return and inferior function call methods.
11691
26d08f08
AC
11692 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11693 "frame-base.h".
11694 (struct hppa_frame_cache): Define.
11695 (hppa_frame_cache, hppa_frame_this_id): New functions.
11696 (hppa_frame_prev_register): New function.
11697 (hppa_frame_unwind, hppa_frame_base): New variables.
11698 (hppa_frame_unwind_sniffer): New function.
11699 (hppa_frame_base_address, hppa_unwind_pc): New function.
11700 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11701 sniffer, and frame base sniffer; keep disabled.
11702 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11703 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11704
e7d7bd65
AC
11705 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11706 to predicates for "seriously old code".
11707
e963316f
AC
11708 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11709 runtime if(0).
11710
56132691
AC
11711 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11712 unsigned.
11713 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 11714
343af405
AC
11715 * config/pa/tm-hppa.h: Update copyright.
11716 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11717 (deprecated_init_frame_pc_default): Delete declaration.
11718 (hppa_frame_init_saved_regs): Delete declaration.
11719 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11720 * hppa-tdep.c: Include "arch-utils.h".
11721 (hppa_gdbarch_init): Set deprecated init_frame_pc
11722 and deprecated frame_init_saved_regs.
11723 (hppa_frame_init_saved_regs): Make static.
11724
f5859b4d
MK
117252004-02-22 Mark Kettenis <kettenis@gnu.org>
11726
86f6f8e7 11727 Remove old 386BSD support.
cf7c5c23 11728 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
11729 * configure.host: Remove i[34567]86-*-bsd*.
11730 * configure.tgt: Remove i[34567]86-*-bsd*.
11731 * i386b-nat.c: Removed.
11732 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
11733 (i386b-nat.o): Remove dependencies.
11734
86f6f8e7
MK
11735 * config/i386/i386bsd.mh: Removed.
11736 * config/i386/i386bsd.mt: Removed.
11737 * config/i386/nm-i386bsd.h: Removed.
11738 * config/i386/tm-i386bsd.h: Removed.
11739 * config/i386/xm-i386bsd.h: Removed.
11740
971218cd
MK
11741 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11742
7e654c37
MK
11743 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11744 (amd64fbsd_init_abi): Set link map offsets.
11745 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11746 (amd64nbsd_init_abi): Set link map offsets.
11747 * amd64obsd-tdep.c: Include "solib-svr4.h".
11748 (amd64obsd_init_abi): Set link map offsets.
11749 * i386fbsd-tdep.c: Include "solib-svr4.h".
11750 (i386fbsd_init_abi): Set link map offsets.
11751 * i386nbsd-tdep.c: Include "solib-svr4.h".
11752 (i386nbsdelf_init_abi): Set link map offsets.
11753 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11754 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11755 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11756 solib-legacy.o and core-aout.o. Reformat.
11757 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11758 solib-svr4.o, solib-legacy.o. Reformat.
11759 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11760 * config/i386/nbsdelf.mh: Reformat.
11761 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11762 solib-svr4.o, solib-legacy.o and corelow.o.
11763 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11764 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11765 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11766 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11767 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11768 (TM_FILE): Set to tm-fbsd.h.
11769 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11770 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11771 solib-svr4.o.
11772 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11773 solib-svr4.o.
11774 (TM_FILE): Set to nm-nbsd.h.
11775 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11776 Simplify shared library support. Don't include "elf/common.h".
11777 (SVR4_SHARED_LIBS): Don't define.
11778 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11779 "solib.h".
11780 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11781 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11782 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11783 Don't include "i386/tm-i386.h". Include "solib.h".
11784 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11785 Don't include "i386/tm-i386.h".
11786 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11787 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11788 Include "i386/xm-i386.h".
11789 (HOST_LONG_DOUBLE_FORMAT): Remove.
11790
5d93ae8c
MK
11791 Fix OpenBSD/i386 sigtramp recognition.
11792 * i386-tdep.h: Update copyright year.
11793 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11794 (i386bsd_sigtramp_end): New prototypes.
11795 (i386fbsd_sigtramp_start_addr): Renamed from
11796 i386fbsd_sigtramp_start.
11797 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11798 (i386obsd_sigtramp_start_addr): Renamed from
11799 i386obsd_sigtramp_start.
11800 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11801 * i386bsd-tdep.c: Update copyright year.
11802 (i386bsd_pc_in_sigtramp): Make public.
11803 * i386fbsd-nat.c: Update copyright year.
11804 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11805 * i386fbsd-tdep.c: Update copyright year.
11806 (i386fbsd_sigtramp_start_addr): Renamed from
11807 i386fbsd_sigtramp_start.
11808 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11809 (i386fbsdaout_init_abi): Adjust for renamed variables.
11810 * i386obsd-nat.c: Update copyright year.
11811 (_initialize_i386obsd_nat): Adjust for renamed variables.
11812 * i386obsd-tdep.c: Include "target.h".
11813 (i386obsd_page_size): New variable.
11814 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11815 (i386obsd_sigtramp_end): New functions.
11816 (i386obsd_sigtramp_start_addr): Renamed from
11817 i386obsd_sigtramp_start.
11818 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11819 (i386obsd_init_abi): Adjust for renamed variables. Set
11820 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11821 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11822
84d04465
MK
11823 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11824 trampoline change in OpenBSD kernel.
11825
b053aceb
MK
11826 * amd64-nat.c: Update copyright year.
11827 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11828 architecture from REGCACHE.
11829
f5859b4d
MK
11830 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11831 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11832
e4bbbda8
MK
118332004-02-21 Mark Kettenis <kettenis@gnu.org>
11834
ba361932
MK
11835 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11836 i[34567]86-*-openbsd3.[0-3].
11837 * config/i386/obsdaout.mh: New file.
11838
d3e48264
MK
11839 * config/i386/obsd.mh (MH_FLAGS): Remove.
11840
60a6eeb6
MK
11841 Fix PR build/1549.
11842 * i386obsd-tdep.c: Update copyright years. Include
11843 "solib-svr4.h".
11844 (i386obsd_init_abi): Don't set regset_from_core_section here.
11845 (i386obsd_aout_init_abi): New function. Set
11846 regset_from_core_section here.
11847 (i386obsd_elf_init_abi): New function.
11848 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11849 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11850 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11851 (TM_FILE): Set to tm-nbsd.h.
11852
11853 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11854 solib-sunos.o.
11855
e4bbbda8
MK
11856 * solib-svr4.h: Update copyright year.
11857 (svr4_ilp32_fetch_link_map_offsets)
11858 (svr4_lp64_fetch_link_map_offsets): New prototype.
11859 * solib-svr4.c: Update copyright year.
11860 (svr4_ilp32_fetch_link_map_offsets)
11861 (svr4_lp64_fetch_link_map_offsets): New function.
11862
f6fe98ef
DJ
118632004-02-20 Daniel Jacobowitz <drow@mvista.com>
11864
11865 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11866 to the partial symbol table.
11867
589ca796
JB
118682004-02-20 J. brobecker <brobecker@gnat.com>
11869
11870 * PROBLEMS: Add description of problem documented under gdb/1560.
11871
2031c21a
MK
118722004-02-20 Mark Kettenis <kettenis@gnu.org>
11873
30b344b1
MK
11874 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11875 comments.
11876 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11877 functions.
11878 (amd64obsd_init_abi): Reorder initializations. Use
11879 amd64obsd_r_reg_offset to initialize the general-purpose register
11880 set details. Set regset_from_core_section.
11881 (_initialize_amd64obsd_tdep): Rename from
11882 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11883 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11884 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11885
2031c21a
MK
11886 * NEWS (New native configurations): Mention OpenBSD/alpha.
11887 * configure.tgt: Add alpha*-*-openbsd*.
11888 * configure.host: Add alpha*-*-openbsd*.
11889 * alphanbsd-tdep.c: Update copyright year.
11890 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11891
42471775
AC
118922004-02-20 Andrew Cagney <cagney@redhat.com>
11893
11894 Fix PR tdep/1372.
11895 * configure.tgt: Delete target "none-*-*".
11896 * configure.host: Delete host "none-*-*".
11897 * config/none/none.mh: Delete file.
11898 * config/none/none.mt: Delete file.
11899 * config/none/xm-none.h: Delete file.
11900 * config/none/tm-none.h: Delete file.
11901 * config/none/nm-none.h: Delete file.
11902
960ccd7d
FF
119032004-02-19 Fred Fish <fnf@redhat.com>
11904
11905 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11906 cache->uses_fp prior to setting it.
11907
5f883edd
FF
119082004-02-19 Fred Fish <fnf@redhat.com>
11909
11910 Fix for PR breakpoint/1558.
11911 * sh-tdep.c (IS_JSR): New macro.
11912 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11913
f98c22d5
JB
119142004-02-19 Jim Blandy <jimb@redhat.com>
11915
11916 * findvar.c (value_from_register): Doc fix.
11917
95051d27
JJ
119182004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11919
11920 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11921 type being greater than sizeof of host's LONGEST. Always use
11922 unpack_long() unless format 'f' chosen.
11923
ccefbec3
EZ
119242004-02-19 Joel Brobecker <brobecker@gnat.com>
11925
11926 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 11927
ccefbec3
EZ
11928 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11929 contains a symbol wich is the best, non-exact match for the given
11930 pc. Update comments.
11931
119322004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11933
2ede629f
EZ
11934 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11935 macro, which was part of the now removed Mach 3 port.
11936 * utils.c (request_quit): Ditto.
11937
567ee972
MK
119382004-02-18 Mark Kettenis <kettenis@gnu.org>
11939
11940 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11941 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11942
50cca7bb
MK
119432004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11944
11945 Committed by Mark Kettenis <kettenis@gnu.org>.
11946
11947 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11948 Define.
11949
226361c4
AC
119502004-02-18 Andrew Cagney <cagney@redhat.com>
11951
11952 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11953 CONFIG_INSTALL and CONFIG_UNINSTALL.
11954 * configure: Re-generate.
11955 * interps.h (INTERP_TUI): Define.
11956 * Makefile.in: Update dependencies.
11957 (TUI): New macro.
11958 (tui-main.o): Specify dependencies.
11959 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11960 * tui/tui-main.c: New file.
11961
49cfa46f
MK
119622004-02-18 Mark Kettenis <kettenis@gnu.org>
11963
e2879ccb
MK
11964 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11965 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11966 dependencies.
11967 * configure.host: Add x86_64-*-openbsd*.
11968 * configure.tgt: Add x86_64-*-openbsd*.
11969 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11970
c43f4bec
MK
11971 * tui/tui.c: Don't include <malloc.h>.
11972
09ae75b6
MK
11973 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11974 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11975 amd64nbsd-tdep.c.
11976
49cfa46f 11977 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 11978 static. Remove extraneous whitespace.
49cfa46f
MK
11979 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11980 static.
11981
05957fdb
JB
119822004-02-17 Jim Blandy <jimb@redhat.com>
11983
11984 * findvar.c (value_from_register): Doc fix.
11985
d0f54f9d
JB
119862004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11987
11988 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 11989
8a1dac83 11990 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
11991 CORE_ADDR as type for selectors. Correct types for GNU run time
11992 message lookup function to use double indirection.
11993 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11994 * objc-lang.h (lookup_child_selector): Adapt prototype.
11995
9cbd5950
JB
11996 * s390-nat.c (SUBOFF): New macro.
11997 (supply_gregset, fill_gregset): Use it to handle debugging
11998 of 32-bit exectuables running under a 64-bit kernel.
11999 * s390-tdep.c: Include "solib-svr4.h".
12000 (s390_svr4_fetch_link_map_offset): New function.
12001 (s390x_svr_fetch_link_map_offset): Likewise.
12002 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
12003 * Makefile.in (s390-tdep.o): Update dependencies.
12004
a8c99f38
JB
12005 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
12006 "frame-unwind.h".
12007 (s390_readinstruction): Reformat. Use read_memory_nobpt.
12008 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
12009 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
12010 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
12011 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
12012 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 12013 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
12014 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
12015 (struct frame_extra_info): Remove.
12016 (s390_memset_extra_info): Remove.
f73b1eff
JB
12017 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
12018 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
12019 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
12020 (is_rse): Renamed to ...
12021 (is_rsy): ... this. Support long displacements.
12022 (is_rxe): Renamed to ...
12023 (is_rxy): ... this. Support long displacements.
12024 (compute_x_addr): Support long displacements.
12025 (struct s390_prologue_data): New data type.
12026 (s390_on_stack): Change API to use struct s390_prologue_data.
12027 (s390_store): Reimplement.
12028 (s390_load): New function.
12029 (s390_get_signal_frame_info): Remove.
12030 (s390_get_frame_info): Remove, replace by ...
12031 (s390_analyze_prolog): ... this new function.
12032 (s390_check_function_end): Remove.
12033 (s390_function_start): Remove.
12034 (s390_frameless_function_invokation): Remove.
12035 (s390_is_sigreturn): Remove.
12036 (s390_init_frame_pc_first): Remove.
12037 (s390_init_frame_extra_info): Remove.
12038 (s390_frame_init_saved_regs): Remove.
12039 (s390_frame_saved_pc_nofix): Remove.
12040 (s390_frame_saved_pc): Remove.
12041 (s390_frame_chain): Remove.
12042 (s390_fp_regnum, s390_read_fp): Remove.
12043 (s390_pop_frame_regular, s390_pop_frame): Remove.
12044 (s390_saved_pc_after_call): Remove.
12045 (s390_skip_prologue): Reimplement.
12046 (s390_in_function_epilogue_p): Support long displacements.
12047 (struct s390_unwind_cache): New data structure.
12048 (s390_frame_unwind_cache): New function.
12049 (s390_prologue_frame_unwind_cache): Likewise.
12050 (s390_backchain_frame_unwind_cache): Likewise.
12051 (s390_frame_this_id, s390_frame_prev_register): Likewise.
12052 (s390_frame_unwind): Define.
12053 (s390_frame_sniffer): New function.
12054 (struct s390_pltstub_unwind_cache): New data structure.
12055 (s390_pltstub_frame_unwind_cache): New function.
12056 (s390_pltstub_frame_this_id): Likewise.
12057 (s390_pltstub_frame_prev_register): Likewise.
12058 (s390_pltstub_frame_unwind): Define.
12059 (s390_pltstub_frame_sniffer): New function.
12060 (struct s390_sigtramp_unwind_cache): New data structure.
12061 (s390_sigtramp_frame_unwind_cache): New function.
12062 (s390_sigtramp_frame_this_id): Likewise.
12063 (s390_sigtramp_frame_prev_register): Likewise.
12064 (s390_sigtramp_frame_unwind): Define.
12065 (s390_sigtramp_frame_sniffer): New function.
12066 (s390_frame_base_address, s390_local_base_address): New functions.
12067 (s390_frame_base): Define.
12068 (s390_unwind_pc, s390_unwind_sp): New function.
12069 (s390_push_dummy_call): Use new frame base location.
12070 (s390_unwind_dummy_id): Likewise.
12071 (s390_gdbarch_init): Remove calls to:
12072 set_gdbarch_frameless_function_invocation,
12073 set_gdbarch_deprecated_init_frame_pc,
12074 set_gdbarch_deprecated_frame_chain,
12075 set_gdbarch_deprecated_frame_init_saved_regs,
12076 set_gdbarch_deprecated_pop_frame,
12077 set_gdbarch_deprecated_init_extra_frame_info,
12078 set_gdbarch_deprecated_init_frame_pc_first,
12079 set_gdbarch_deprecated_target_read_fp,
12080 set_gdbarch_deprecated_frame_saved_pc,
12081 set_gdbarch_deprecated_saved_pc_after_call,
12082 set_gdbarch_deprecated_fp_regnum.
12083 Add calls to:
12084 set_gdbarch_in_solib_call_trampoline,
12085 frame_unwind_append_sniffer,
12086 frame_base_set_default,
12087 set_gdbarch_unwind_pc,
12088 set_gdbarch_unwind_sp.
12089 * Makefile.in (s390-tdep.o): Update dependencies.
12090
b0cf273e
JB
12091 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
12092 (S390_STACK_FRAME_OVERHEAD): Remove.
12093 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12094 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12095 (s390_promote_integer_argument): Remove.
12096 (s390_cannot_extract_struct_value_address): Remove.
12097 (s390_use_struct_convention, s390_store_struct_return): Remove.
12098 (s390_extract_return_value, s390_store_return_value): Remove.
12099 (s390_return_value_convention, s390_return_value): New functions.
12100 (is_float_singleton): Handle typedefs.
8a1dac83 12101 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
12102 Remove, replace by ...
12103 (s390_function_arg_pass_by_reference, s390_function_arg_float,
12104 s390_function_arg_integer): ... these new functions.
12105 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12106 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12107 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12108 Fill in tdep->abi.
12109 Remove calls to:
12110 set_gdbarch_deprecated_store_struct_return,
12111 set_gdbarch_deprecated_extract_return_value,
12112 set_gdbarch_deprecated_store_return_value,
12113 set_gdbarch_use_struct_convention,
12114 set_gdbarch_extract_struct_value_address,
12115 set_gdbarch_deprecated_pc_in_call_dummy,
12116 set_gdbarch_deprecated_push_arguments,
12117 set_gdbarch_deprecated_save_dummy_frame_tos,
12118 set_gdbarch_deprecated_push_return_address,
12119 set_gdbarch_deprecated_sizeof_call_dummy_words,
12120 set_gdbarch_deprecated_call_dummy_words,
12121 set_gdbarch_deprecated_dummy_write_sp.
12122 Add calls to:
12123 set_gdbarch_push_dummy_call,
12124 set_gdbarch_unwind_dummy_id,
12125 set_gdbarch_return_value.
8a1dac83 12126
e1457d83
JB
12127 * config/s390/nm-linux.h: Update comments.
12128 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12129 (STOPPED_BY_WATCHPOINT): Redefine.
12130 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12131 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12132 (s390_stopped_by_watchpoint): Likewise.
12133 (watch_area_cnt): Remove.
12134 * s390-nat.c: Update comments.
12135 (watch_area): Remove typedef.
12136 Global replace watch_area by struct watch_area.
12137 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 12138 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
12139 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12140 (s390_fix_watch_points): Remove pid argument,
12141 use s390_inferior_tid. Recompute area spanned by watchpoints.
12142 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12143 argument. Reimplement.
12144
d0f54f9d
JB
12145 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12146 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12147 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 12148 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
12149 core-regset.o.
12150 * config/s390/s390x.mt: Remove.
12151 * config/s390/tm-s390.h: Remove.
12152 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12153 (TARGET_ELF64): Remove.
12154 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12155 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12156 s390*-*-* case; always set gdb_target to s390.
12157 * regformats/reg-s390.dat: Remove control registers.
12158 * regformats/reg-s390x.dat: Likewise.
12159 * s390-tdep.h: New file.
8a1dac83 12160 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
12161 Include "inferior.h" and "s390-tdep.h".
12162 Remove private definition of offsetof.
12163 (s390_register_u_addr): Remove.
12164 (regmap_gregset, regmap_fpregset): Define.
12165 (supply_gregset, fill_gregset): Reimplement.
12166 (supply_fpregset, fill_fpregset): Likewise.
12167 (s390_inferior_tid): New function.
12168 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12169 (fetch_inferior_registers, store_inferior_registers): Likewise.
12170 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12171 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12172 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12173 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12174 (struct gdbarch_tdep): Define.
12175 (struct s390_register_info): Define.
12176 (s390_register_info): New variable.
12177 (s390_register_name): Reimplement.
12178 (s390_register_type): New function.
12179 (s390_register_raw_size, s390x_register_raw_size): Remove.
12180 (s390_cannot_fetch_register): Remove.
12181 (s390_register_byte): Remove.
12182 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12183 (s390_dwarf_regmap): New variable.
12184 (s390_dwarf_reg_to_regnum): New function.
12185 (s390_stab_reg_to_regnum): Remove.
12186 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12187 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12188 (s390_convert_register_p): Likewise.
12189 (s390_register_to_value, s390_value_to_register): Likewise.
12190 (s390_register_reggroup_p): Likewise.
12191 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12192 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12193 (s390_supply_regset, s390_regset_from_core_section): New functions.
12194 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12195 (S390_FPR_SIZE): Likewise.
12196 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12197 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12198 (S390_NUM_GPRS): Move here from tm-s390.h.
12199 (S390_NUM_FPRS): Likewise.
12200 (s390_in_function_epilogue_p): New function.
12201 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12202 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12203 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12204 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12205 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12206 Remove calls to:
12207 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
12208 set_gdbarch_deprecated_max_register_virtual_size,
12209 set_gdbarch_deprecated_register_byte,
d0f54f9d 12210 set_gdbarch_cannot_fetch_register,
8a1dac83 12211 set_gdbarch_cannot_store_register,
d0f54f9d
JB
12212 set_gdbarch_deprecated_register_size,
12213 set_gdbarch_deprecated_register_raw_size,
12214 set_gdbarch_deprecated_register_virtual_size,
12215 set_gdbarch_deprecated_register_virtual_type,
12216 set_gdbarch_deprecated_register_bytes.
12217 Add calls to:
12218 set_gdbarch_num_pseudo_regs,
12219 set_gdbarch_register_type,
12220 set_gdbarch_convert_register_p,
12221 set_gdbarch_register_to_value,
12222 set_gdbarch_value_to_register,
12223 set_gdbarch_register_reggroup_p,
12224 set_gdbarch_regset_from_core_section,
12225 set_gdbarch_pseudo_register_read,
12226 set_gdbarch_pseudo_register_write,
12227 set_gdbarch_in_function_epilogue_p.
12228 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12229 (s390_tdep_h): New variable.
12230
8cfe231d
JB
122312004-02-17 Jim Blandy <jimb@redhat.com>
12232
4589a601
JB
12233 * findvar.c (value_from_register): If the type has no length, just
12234 return an acceptable value --- don't report an internal error.
12235
8cfe231d
JB
12236 * stabsread.c (read_type): If we find any type numbers that are
12237 forward references, complain if the references aren't resolved by
12238 the time we're finished reading.
12239 (cleanup_undefined_types): Make error message more appropriate for
12240 a complaint.
12241
5bf0017e
EZ
122422004-02-17 Elena Zannoni <ezannoni@redhat.com>
12243
9d62932d
EZ
12244 * Makefile.in (defs_h): Remove dependency on progress_h.
12245 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12246 progress.h.
12247 * main.c (captured_main): Delete use of START_PROGRESS and
12248 END_PROGRESS.
12249
122502004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 12251
5bf0017e
EZ
12252 * objfiles.c (terminate_minimal_symbol_table): Add back
12253 initialization of MSYMBOL_TYPE.
12254
9fc9f5e2
AC
122552004-02-17 David Mosberger <davidm@hpl.hp.com>
12256
12257 Committed by Andrew Cagney.
12258 * Makefile.in (ia64_tdep_h): New macro.
12259 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12260 (ia64-tdep.o): Likewise.
12261 * ia64-tdep.h: New file.
12262 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12263 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12264 (ia64_aix_sigcontext_register_address): Likewise.
12265 (ia64_linux_getunwind_table): Delete declaration.
12266 * ia64-linux-tdep.c: Likewise.
12267
76cd2bd9
CV
122682004-02-17 Corinna Vinschen <vinschen@redhat.com>
12269
12270 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12271 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12272 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12273
634aa483
AC
122742004-02-17 Andrew Cagney <cagney@redhat.com>
12275
12276 * symtab.c (skip_prologue_using_sal): New function.
12277 * symtab.h (skip_prologue_using_sal): Declare.
12278 * frv-tdep.c: Include "symtab.h".
12279 (skip_prologue_using_sal): Delete function.
12280 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12281 * rs6000-tdep.c (refine_prologue_limit): Mention
12282 skip_prologue_using_sal.
12283 * ia64-tdep.c (refine_prologue_limit): Ditto.
12284 * Makefile.in: Update dependencies.
12285
122862004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 12287
39ce7b3f
AC
12288 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12289 START_INFERIOR_TRAPS_EXPECTED.
12290 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12291 START_INFERIOR_TRAPS_EXPECTED.
12292 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12293 Delete macro.
12294 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12295 macro, moved to "nm-osf.h". Update copyright.
12296 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12297 update copyright.
12298
19772a2c
AC
12299 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12300 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12301 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12302 frameless_look_for_prologue.
12303 * frame.h (legacy_frameless_look_for_prologue): Rename
12304 frameless_look_for_prologue.
12305 * gdbarch.h, gdbarch.c: Re-generate.
12306 * sh64-tdep.c (sh64_gdbarch_init): Update.
12307 * sh-tdep.c (sh_gdbarch_init): Update.
12308 * s390-tdep.c (s390_gdbarch_init): Update.
12309 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12310 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12311 * m68k-tdep.c (m68k_gdbarch_init): Update.
12312 (delta68_frame_args_address): Update.
12313 * m32r-tdep.c (m32r_gdbarch_init): Update.
12314 * hppa-tdep.c (hppa_gdbarch_init): Update.
12315 * h8300-tdep.c (h8300_gdbarch_init): Update.
12316 * frv-tdep.c (frv_gdbarch_init): Update.
12317 (frv_frameless_function_invocation): Update.
12318 * cris-tdep.c (cris_gdbarch_init): Update.
12319 (cris_frameless_function_invocation): Update.
12320 * avr-tdep.c (avr_gdbarch_init): Update.
12321 * arm-tdep.c (arm_gdbarch_init): Update.
12322 * stack.c (frame_info): Update, call predicate.
12323 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12324 * frame.c (legacy_get_prev_frame): Update, call predicate..
12325 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12326 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12327 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12328 invocation.
12329 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12330 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12331 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
12332
12333 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12334 function.
12335
7dcaac91
DJ
123362004-02-16 Daniel Jacobowitz <drow@mvista.com>
12337
12338 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12339 initializations.
12340
88289b6e
AC
123412004-02-16 Andrew Cagney <cagney@redhat.com>
12342
12343 * tui/tui-windata.c: Include "gdb_string.h".
12344 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12345 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12346 * Makefile.in: Update dependencies.
12347
9f976b41
DJ
123482004-02-16 Daniel Jacobowitz <drow@mvista.com>
12349
12350 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12351 * infrun.c: Include "gdb_assert.h".
12352 (singlestep_ptid, saved_singlestep_ptid)
12353 (stepping_past_singlestep_breakpoint): New variables.
12354 (resume): Set singlestep_ptid. Check for singlestep thread
12355 hop.
12356 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12357 (handle_inferior_event): Handle singlestep thread hop.
12358
c324d747
AC
123592004-02-16 Andrew Cagney <cagney@redhat.com>
12360
f090b9b1
AC
12361 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12362 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12363 (dwarf2_frame_init_reg): Ditto.
12364
fd33e6cb
AC
12365 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12366 suggested by Joshua Neuheisel
12367
c324d747
AC
12368 * configure.in: Always check for curses, including pdcurses.
12369 Warn, instead of error, when no curses are found. Enable TUI when
12370 curses is available.
12371 * configure: Re-generate.
12372
b66ba949
CV
123732004-02-16 Corinna Vinschen <vinschen@redhat.com>
12374
12375 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12376 sh_sh4_register_convert_to_virtual.
12377 (sh_register_convert_to_raw): Rename from
12378 sh_sh4_register_convert_to_raw.
12379 (sh_pseudo_register_read): Accomodate above name change.
12380 (sh_pseudo_register_write): Ditto.
12381
b58cbbf2
CV
123822004-02-16 Corinna Vinschen <vinschen@redhat.com>
12383
12384 * sh-tdep.c (sh_generic_register_name): Remove.
12385 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12386
5929a910
AC
123872004-02-15 Andrew Cagney <cagney@redhat.com>
12388
4566dfcf
AC
12389 * configure.in (build_warnings): Add -Wunused-function.
12390 * configure: Re-generate.
12391
db11ed55
AC
12392 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12393 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12394
46ac7a5d
AC
12395 * procfs.c (procfs_init_inferior): Assume that
12396 START_INFERIOR_TRAPS_EXPECTED is defined.
12397 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12398 * config/ns32k/tm-nbsd.h: Delete file,
12399 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12400
ba801595
AC
12401 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12402 * config/vax/tm-vax.h: Delete file.
12403
5929a910
AC
12404 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12405 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12406 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12407 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12408 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12409 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12410 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12411
8f22cb90
MK
124122004-02-15 Mark Kettenis <kettenis@gnu.org>
12413
12414 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12415 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12416 (struct dwarf2_frame_ops): New.
12417 (dwarf2_frame_default_init_reg): New function, based on
12418 dwarf2_frame_init_reg.
12419 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12420 (dwarf2_frame_init_reg): Call architecture-specific function.
12421 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12422 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12423 instead of dwarf2_frame_data.
12424 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12425 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12426
8132723e
AC
124272004-02-15 Andrew Cagney <cagney@redhat.com>
12428
046a4708
AC
12429 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12430 register_gdbarch_swap.
12431 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12432 * f-lang.c (_initialize_f_language): Update, use
12433 DEPRECATED_REGISTER_GDBARCH_SWAP.
12434 * remote.c (_initialize_remote): Ditto.
12435 * regcache.c (_initialize_regcache): Ditto.
12436 * parse.c (_initialize_parse): Ditto.
12437 * infrun.c (_initialize_infrun): Ditto.
12438 * mi/mi-main.c (_initialize_mi_main): Ditto.
12439 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 12440
549c1eea
AC
12441 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12442 poking .cacheable directly.
12443 * symfile.c (symfile_bfd_open): Ditto.
12444
0c0b39de
AC
12445 * Makefile.in: Update all dependencies.
12446
8132723e
AC
12447 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12448 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12449 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12450 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12451 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 12452
b9d26eb9
AC
124532004-02-14 Andrew Cagney <cagney@redhat.com>
12454
8e1f669a
AC
12455 * arch-utils.c (legacy_convert_register_p): Check
12456 DEPRECATED_REGISTER_CONVERTIBLE_P.
12457 * findvar.c (value_of_register): Ditto.
12458
cd0bfa36
AC
12459 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12460 * gdbarch.h, gdbarch.c: Re-generate.
12461 * arch-utils.c (deprecated_register_convertible_not): Delete.
12462 * arch-utils.h (deprecated_register_convertible_not): Delete.
12463 * mi/mi-main.c (get_register): Update. Update copyright.
12464 * infcmd.c (default_print_registers_info): Update.
12465
b9d26eb9
AC
12466 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12467 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12468 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 12469 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
12470 * frame.c (deprecated_get_next_frame_hack): Delete function.
12471 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12472 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12473 Update.
12474 * infcall.c (call_function_by_hand): Update.
12475
9ab9195f
EZ
124762004-02-14 Elena Zannoni <ezannoni@redhat.com>
12477
12478 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 12479 from here...
9ab9195f
EZ
12480 * objfiles.c (init_entry_point_info, entry_point_address):..to
12481 here.
12482 * symfile.h (init_entry_point_info, entry_point_address): Remove
12483 prototypes.
12484 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 12485 prototypes.
9ab9195f
EZ
12486 * cris-tdep.c: Remove include of symfile.h. Add include of
12487 objfiles.h.
12488 * infcall.c: Ditto.
12489 * mcore-tdep.c: Ditto.
12490 * mn10300-tdep.c: Ditto.
12491 * sh64-tdep.c: Ditto.
12492 * v850-tdep.c: Ditto.
12493 * arm-tdep.c: Remove include of symfile.h.
12494 * blockframe.c: Ditto.
12495 * coffread.c: Ditto.
12496 * dbxread.c: Ditto.
12497 * dwarf2read.c: Ditto.
12498 * dwarfread.c: Ditto.
8a1dac83 12499 * frv-tdep.c: Ditto.
9ab9195f
EZ
12500 * ia64-tdep.c: Ditto.
12501 * mdebugread.c: Ditto.
12502 * mipsread.c: Ditto.
8a1dac83 12503 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
12504 * s390-tdep.c: Ditto.
12505 * sh-tdep.c: Ditto.
8a1dac83 12506 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
12507 * gdbarch.sh: Remove include of symfile.h.
12508 * gdbarch.c: Regenerate.
12509 * solib-irix.c (enable_break): Use entry_point_address().
12510 Add comment about include file.
12511 * xcoffread.c: Add comment about include file.
8a1dac83
RM
12512 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12513 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12514 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12515 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
12516 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12517
c4c5b7ba
AC
125182004-02-13 Andrew Cagney <cagney@redhat.com>
12519
12520 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12521 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12522 copyright.
12523 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12524
3e7879de
FF
125252004-02-12 Fred Fish <fnf@redhat.com>
12526
12527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12528 set_gdbarch_store_return_value.
12529
6a7760b6
AC
125302004-02-12 Andrew Cagney <cagney@redhat.com>
12531
12532 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12533 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12534 (interrupt_query): Ditto.
12535 (ofunc): Delete unused variable.
12536 * cris-tdep.c (cris_abi): Delete unused function.
12537 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12538 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12539 (cris_get_asr_quick_shift_steps): Ditto.
12540 (cris_skip_prologue_frameless_p): Ditto.
12541 * arm-tdep.c (arm_push_return_address): Delete unused function.
12542 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12543 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12544 * s390-tdep.c (s390_function_start): Delete unused function.
12545
31687c3c
AC
125462004-02-12 Andrew Cagney <cagney@redhat.com>
12547
12548 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12549 gdbarch.h, gdbarch.c: Re-generate.
12550 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12551 to generic_prologue_frameless_p.
12552 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12553 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12554
6de918a6
DJ
125552004-02-11 Daniel Jacobowitz <drow@mvista.com>
12556
12557 * mips-linux-tdep.c: Include "frame.h".
12558 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12559 (mips_linux_skip_resolver): New functions.
12560 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12561 and set_gdbarch_in_solib_call_trampoline.
12562 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12563 to after set_gdbarch_in_solib_return_trampoline. Only set the
12564 solib hooks to mips16 functions if the OS ABI is unknown.
12565 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12566 including "config/tm-linux.h".
12567 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12568 * Makefile.in (mips-linux-tdep.o): Update.
12569
87b3ede8
DC
125702004-02-11 David Carlton <carlton@kealia.com>
12571
12572 * linespec.c (decode_compound): Only look for a class symbol when
12573 considering all but the rightmost component.
12574
5979bc46
AC
125752004-02-11 Andrew Cagney <cagney@redhat.com>
12576
12577 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12578 abi code are are separatly grouped.
12579
5867a2fb
AC
125802004-02-11 Andrew Cagney <cagney@redhat.com>
12581
12582 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12583 * gdbarch.h, gdbarch.c: Re-generate.
12584 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12585 * v850-tdep.c (v850_gdbarch_init): Update.
12586 * sh64-tdep.c (sh64_gdbarch_init): Update.
12587 * sh-tdep.c (sh_gdbarch_init): Update.
12588 * s390-tdep.c (s390_gdbarch_init): Update.
12589 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12590 * mips-tdep.c (mips_gdbarch_init): Update.
12591 * mcore-tdep.c (mcore_gdbarch_init): Update.
12592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12593 * m32r-tdep.c (m32r_gdbarch_init): Update.
12594 * ia64-tdep.c (ia64_gdbarch_init): Update.
12595 * hppa-tdep.c (hppa_gdbarch_init): Update.
12596 * h8300-tdep.c (h8300_gdbarch_init): Update.
12597 * frv-tdep.c (frv_gdbarch_init): Update.
12598 * d10v-tdep.c (d10v_gdbarch_init): Update.
12599 * cris-tdep.c (cris_gdbarch_init): Update.
12600 * avr-tdep.c (avr_gdbarch_init): Update.
12601 * arm-tdep.c (arm_gdbarch_init): Update.
12602 * alpha-tdep.c (alpha_gdbarch_init): Update.
12603
026a72f8
CV
126042004-02-11 Corinna Vinschen <vinschen@redhat.com>
12605
12606 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12607 comma.
12608 (sh_sh4al_dsp_register_name): Ditto.
12609
3903d437
AC
126102004-02-10 Andrew Cagney <cagney@redhat.com>
12611
12612 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12613 (mips_init_frame_pc_first): Delete function.
12614 (mips_frame_saved_pc): Delete function.
12615 (mips_frame_chain): Delete function.
12616 (mips_init_extra_frame_info): Delete function.
12617 (mips_xfer_register): Delete unused variable "reg".
12618 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12619 (mips_n32n64_return_value): Delete unused variable "reg".
12620 (mips_n32n64_return_value): Delete unused variable "pos".
12621 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12622 (mips_o32_return_value): Delete unused variable "pos".
12623 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12624 (mips_print_fp_register): Delete unused variable "namelen"
12625 (mips_print_fp_register): Delete unused variable "flt2"
12626 (get_frame_pointer): Delete function.
12627 (cached_proc_desc): Delete static variable.
12628 (mips_pop_frame): Delete function.
12629 (mips_find_saved_regs): Delete function.
12630 (mips_get_saved_register): Delete function.
12631 (mips_saved_pc_after_call): Delete function.
12632 (SIGFRAME_BASE): Delete macro.
12633 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12634 (SIGFRAME_PC_OFF): Delete macro.
12635 (SIGFRAME_REGSAVE_OFF): Delete macro.
12636 (mips_dump_tdep): Do not print deleted macro definitions.
12637
b9fb98bd
AC
126382004-02-10 Andrew Cagney <cagney@redhat.com>
12639
12640 * Makefile.in (SFILES): Remove explictly listed tui files.
12641 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12642
78ced177 126432004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 12644
78ced177
JJ
12645 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12646 to use paddr functions to format ia64 addresses and long values.
12647 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12648 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12649 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12650 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12651 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12652
6a83354a
AC
126532004-02-10 Andrew Cagney <cagney@redhat.com>
12654
12655 * defs.h: Do not include "tui.h".
12656 * gdb_curses.h: New file.
12657 * tui/tui-hooks.h: New file.
12658 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12659 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12660 (tui_initialize_io): Delete declaration.
12661 (tui_initialize_readline: Delete redundant declaration.
12662 (struct tui_point): Delete definition.
12663 * tui/tui-data.h (struct tui_point): Define.
12664 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12665 * utils.c: Include "tui/tui.h".
12666 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12667 * printcmd.c [TUI]: Include "tui/tui.h".
12668 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12669 * tui/tui-command.c: Include "gdb_curses.h".
12670 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12671 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12672 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12673 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12674 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12675 * Makefile.in: Update all dependencies.
12676 (tui_hooks_h, gdb_curses_h): Define.
12677 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12678
997470ef
EZ
126792004-02-10 Elena Zannoni <ezannoni@redhat.com>
12680
12681 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12682 auxf2. Add comments about some other rarely used fields.
12683
4ff2cc4d
AC
126842004-02-10 Andrew Cagney <cagney@redhat.com>
12685
12686 * Makefile.in (init.c): Fix script removing duplicates. Problem
12687 reported by Peter Schauer.
12688
1ab21617
EZ
126892004-02-09 Elena Zannoni <ezannoni@redhat.com>
12690
12691 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12692 obstack_specify_allocation.
12693 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 12694 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
12695 (allocate_rt_common_objfile): Ditto.
12696 * symfile.c (reread_symbols): Ditto.
12697 * gdb_obstack.h: Add comment.
12698
17763fd9
EZ
126992004-02-09 Elena Zannoni <ezannoni@redhat.com>
12700
12701 * linespec.c (decode_line_1, locate_first_half)
12702 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12703 commented out code.
12704
ec5cdd75
DJ
127052004-02-09 Daniel Jacobowitz <drow@mvista.com>
12706
12707 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12708 obstack_free.
12709
43b54b88
AC
127102004-02-09 Andrew Cagney <cagney@redhat.com>
12711
12712 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12713 fails, try find_pc_section. Fix PR c++/1267.
12714 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12715 instead of find_pc_mapped_section.
12716 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12717 not default to the section containing PC. Fix PR symtab/1519.
12718
edfae063
AC
127192004-02-09 Andrew Cagney <cagney@redhat.com>
12720
12721 * Makefile.in (mips-tdep.o): Update dependencies.
12722 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12723 "trad-frame.h".
12724 (mips_unwind_pc): Return the pseudo PC register.
12725 (mips_unwind_dummy_id): New function.
12726 (mips16_fetch_instruction): New function.
12727 (mips32_fetch_instruction): New function.
12728 (struct mips_frame_cache): Define.
12729 (mips_mdebug_frame_cache): New function.
12730 (mips_mdebug_frame_this_id): New function.
12731 (mips_mdebug_frame_prev_register): New function.
12732 (mips_mdebug_frame_unwind): Define.
12733 (mips_mdebug_frame_sniffer): New function.
12734 (mips_mdebug_frame_base_address): New function.
12735 (mips_mdebug_frame_base): Define.
12736 (mips_mdebug_frame_base_sniffer): New function.
12737 (mips_gdbarch_init): Append unwind and base sniffers. Set
12738 unwind_dummy_id.
12739
defc864c
AC
127402004-02-08 Andrew Cagney <cagney@redhat.com>
12741
6764ddad
AC
12742 * frame.c: Print both the register number and name.
12743
defc864c
AC
12744 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12745 and a sed into a single sed. Make .c and .o patterns more robust.
12746 (OBS): Delete.
12747 (INIT_FILES): Replace OBS with COMMON_OBS.
12748 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12749
645d6d10
MK
127502004-02-08 Mark Kettenis <kettenis@gnu.org>
12751
12752 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12753 the PT_WCOOKIE request.
12754
23e3c3fc
AC
127552004-02-08 Andrew Cagney <cagney@redhat.com>
12756
58dfe9ff
AC
12757 * mips-tdep.c (mips_unwind_pc): New function.
12758 (mips_gdbarch_init): Set mips_unwind_pc.
12759
1152e35e
AC
12760 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12761 (get_frame_id): Allow the UNKNOWN_FRAME.
12762 (frame_register_unwind, get_frame_type): Ditto.
12763
31b75dbf
AC
12764 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12765 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12766 unwind_dummy_id indicates a legacy frame.
12767
3483b318
AC
12768 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12769 * configure: Re-generate.
12770
23e3c3fc
AC
12771 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12772 methods.
12773
33f8ca73
AC
127742004-02-08 Andrew Cagney <cagney@redhat.com>
12775
12776 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12777 makefile macro.
12778 * configure: Re-generate.
12779 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12780 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12781 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12782 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12783 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12784 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12785 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12786 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12787 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12788 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12789
6ba8e26f 127902004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 12791
20d286a5
AC
12792 * Makefile.in: Update all dependencies.
12793
d836ee13
AC
12794 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12795 * configure: Re-generate.
12796 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12797 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12798 (COMMON_OBS): Add "main.o" and "annotate.o".
12799 (ANNOTATE_OBS): Delete.
12800 (OBS): Remove ANNOTATE_OBS.
12801 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12802 CONFIG_INITS.
12803 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12804 against CONFIG_OBS and "main.o".
12805 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12806 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12807
d02c80cd
AC
12808 * tui/tui-command.c: Include "gdb_string.h", delete register
12809 attribute, use ISO-C function signatures.
12810 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12811 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12812 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12813 * tui/tui.c: Ditto.
6ba8e26f
AC
12814
12815 * tui/tui-command.c: Change variable and function names to lower
12816 case.
12817 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12818 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12819 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12820 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12821 * tui/tui-winsource.c, tui/tui.c: Ditto.
12822
4a146b47
EZ
128232004-02-07 Elena Zannoni <ezannoni@redhat.com>
12824
12825 * buildsym.c (free_pending_blocks, finish_block)
12826 (record_pending_block, make_blockvector, end_symtab): Replace
12827 symbol_obstack with objfile_obstack.
8a1dac83 12828 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 12829 (coff_read_enum_type): Ditto.
8a1dac83 12830 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 12831 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 12832 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
12833 (dwarf2_symbol_mark_computed): Ditto.
12834 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12835 * elfread.c (elf_symtab_read): Ditto.
12836 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12837 (hpread_read_enum_type, hpread_read_function_type)
12838 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12839 Ditto.
8a1dac83 12840 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 12841 (java_link_class_type): Ditto.
8a1dac83 12842 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
12843 (new_symbol): Ditto.
12844 * minsyms.c (install_minimal_symbols): Ditto.
12845 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12846 (terminate_minimal_symbol_table): Replace symbol_obstack with
12847 objfile_obstack.
12848 (free_objfile): Remove freeing of symbol_obstack.
12849 * objfiles.h: Remove symbol_obstack field.
12850 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12851 objfile_obstack.
12852 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12853 symbol_obstack.
12854 (solib_add_common_symbols): Replace symbol_obstack with
12855 objfile_obstack.
12856 * somsolib.c (som_solib_add): Ditto.
12857 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12858 (common_block_start, common_block_end): Ditto.
12859 * symfile.c (reread_symbols): Remove freeing and init of
12860 symbol_obstack.
12861 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12862 * symfile.h: Update comment.
12863 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12864 stats printing.
12865 * symtab.c (symbol_set_names): Replace symbol_obstack with
12866 objfile_obstack.
12867 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12868 Update comments.
12869 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12870 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12871 objfile_obstack.
12872
6d012f14
AC
128732004-02-07 Andrew Cagney <cagney@redhat.com>
12874
12875 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12876 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12877 fields and variables.
12878 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12879 (m_beInvisible): Delete macro.
12880 * tui/tui-data.h: Fix case case fields and variables.
12881 (m_genWinPtrIsNull): Delete macro.
12882 (tui_win_list): Rename winList.
12883 (TUI_SRC_WIN): Rename srcWin.
12884 (TUI_DISASM_WIN): Rename disassemWin.
12885 (TUI_DATA_WIN): Rename dataWin.
12886 (TUI_CMD_WIN): Rename cmdWin.
12887 (m_genWinPtrNotNull): Delete macro.
12888 (m_winPtrIsNull): Delete macro.
12889 (m_winPtrNotNull): Delete macro.
12890 (tui_win_is_source_type): Replace m_winIsSourceType
12891 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12892 (tui_win_has_locator): Replace m_hasLocator.
12893 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12894 m_setWinHighlightOff.
12895 * tui/tui-data.c: Update references.
12896 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12897 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12898 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12899 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12900 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12901 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12902 * tui/tui-winsource.c, tui/tui.c: Ditto.
12903
7d34766b
MK
129042004-02-07 Mark Kettenis <kettenis@gnu.org>
12905
1c800673
MK
12906 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12907 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12908 StackGhost.
12909
7d34766b
MK
12910 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12911 variable `i6' to `i7'.
12912 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12913
22940a24
AC
129142004-02-07 Andrew Cagney <cagney@redhat.com>
12915
12916 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12917 (TuiPoint, TuiPointPtr): Ditto.
12918 (TuiStatus, TuiStatusPtr): Ditto.
12919 (TuiWinType, TuiWinTypePtr): Ditto.
12920 (struct tui_point): Rename _TuiPoint.
12921 (tui_get_low_disassembly_address): Rename
12922 tuiGetLowDisassemblyAddress.
12923 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12924 (tuiFree): Delete declaration.
12925 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12926 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12927 * tui/tui.c (tuiFree): Delete function.
12928 * cli/cli-cmds.c (disassemble_command): Update references.
12929 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12930 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12931 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12932 * tui/tui-winsource.c: Ditto.
12933
8b92e4d5
EZ
129342004-02-07 Elena Zannoni <ezannoni@redhat.com>
12935
12936 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12937 coffstab_build_psymtabs, elfstab_build_psymtabs)
12938 (stabsect_build_psymtabs): Replace psymbol_obstack with
12939 objfile_obstack.
12940 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12941 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12942 Ditto.
12943 * dwarfread.c (scan_compilation_units): Ditto.
12944 * elfread.c (elfstab_offset_sections): Ditto.
12945 * hppa-tdep.c (read_unwind_info): Ditto.
12946 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12947 (hpread_end_psymtab): Ditto.
12948 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12949 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12950 Ditto.
12951 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 12952 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
12953 (build_objfile_section_table): Ditto.
12954 (allocate_objfile): Remove init of psymbol_obstack.
12955 (free_objfile): Remove freeing of psymbol_obstack.
12956 * objfiles.h (struct objfile): Remove field
12957 psymbol_obstack. Update comments.
12958 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12959 psymbol_obstack with objfile_obstack.
12960 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12961 psymbol_obstack.
12962 * somread.c (som_symfile_offsets, init_import_symbols)
12963 (init_export_symbols): Replace psymbol_obstack with
12964 objfile_obstack.
12965 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12966 * symfile.c (default_symfile_offsets, syms_from_objfile)
12967 (reread_symbols): Remove freeing and init of psymbol_obstack.
12968 (cashier_psymtab): Update comment.
12969 * symmisc.c (print_objfile_statistics): Don't report stats for
12970 psymbol obstack.
12971 * symtab.h (struct general_symbol_info, struct partial_symtab):
12972 Update comments.
12973 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12974 (xcoff_symfile_offsets): Replace psymbol_obstack with
12975 objfile_obstack.
12976
b99607ea
EZ
129772004-02-07 Elena Zannoni <ezannoni@redhat.com>
12978
12979 * objfiles.h (struct objfile): Add objfile_obstack field.
12980 Remove type_obstack field.
12981
12982 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12983 read_structure_scope read_enumeration, new_symbol): Replace
12984 type_obstack with objfile_obstack.
12985 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 12986 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
12987 (lookup_fundamental_type): Ditto.
12988 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
12989 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12990 (hpread_read_doc_function_type, hpread_read_struct_type)
12991 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 12992 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 12993 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
12994 (java_link_class_type): Ditto.
12995 * mdebugread.c (parse_type): Ditto.
12996 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12997 * solib-sunos.c (solib_add_common_symbols): Ditto.
12998 * stabsread.c (define_symbol, read_type, read_member_functions,
12999 read_cpp_abbrev, read_one_struct_field): Ditto.
13000 * symfile.c (reread_symbols): Ditto.
13001 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 13002
2a8854a7
AC
130032004-02-07 Andrew Cagney <cagney@redhat.com>
13004
13005 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
13006 (tui_exec_info_content): Rename TuiExecInfoContent.
13007 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
13008 (TuiWinInfo, TuiWinInfoPtr): Ditto.
13009 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
13010 (TuiList, TuiListPtr): Ditto.
13011 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
13012 (TuiDataType, TuiDataTypePtr): Ditto.
13013 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
13014 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
13015 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
13016 (TuiSourceElement, TuiSourceElementPtr): Ditto.
13017 (TuiDataElement, TuiDataElementPtr): Ditto.
13018 (TuiWinElement, TuiWinElementPtr): Ditto.
13019 (TuiDataInfo, TuiDataInfoPtr): Ditto.
13020 (TuiCommandElement, TuiCommandElementPtr): Ditto.
13021 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
13022 (TuiWhichElement, TuiWhichElementPtr): Ditto.
13023 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
13024 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
13025 * tui/tui-command.c, tui/tui-data.c: Update references.
13026 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
13027 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
13028 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
13029 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 13030
05cbe71a
MK
130312004-02-07 Mark Kettenis <kettenis@gnu.org>
13032
13033 * dwarf2-frame.h: Update copyright.
13034 (enum dwarf2_frame_reg_rule): New.
13035 (struct dwarf2_frame_state_reg): New.
13036 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
13037 * dwarf2-frame.c: Update copyright.
13038 (enum dwarf2_reg_rule): Remove.
13039 (struct dwarf2_frame_state): Remove defenition of `struct
13040 dwarf2_frame_state_reg'.
13041 (read_reg): Call get_frame_arch to get the architecture instead of
13042 using CURRENT_GDBARCH.
13043 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
13044 DWARF2_FRAME_.
13045 (dwarf2_frame_init_reg): New function.
13046 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
13047 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
13048 initialize the register state. Prefix old `enum dwarf2_reg_rule'
13049 tags with DWARF2_FRAME_.
13050 (dwarf2_frame_prev_register): Call get_frame_arch to get the
13051 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
13052 dwarf2_reg_rule' tags with DWARF2_FRAME_.
13053
ec7d9e56
AC
130542004-02-06 Andrew Cagney <cagney@redhat.com>
13055
dd1abb8c
AC
13056 * tui/tui-data.h (struct tui_list): Rename _TuiList.
13057 (enum tui_data_type): Rename _TuiDataType.
13058 (struct tui_layout_def): Rename _TuiLayoutDef.
13059 (struct tui_source_element): Rename _TuiSourceElement.
13060 (struct tui_data_element): Rename _TuiDataElement.
13061 (struct tui_command_element): Rename _TuiCommandElement.
13062 (struct tui_locator_element): Rename _TuiLocatorElement.
13063 (union tui_which_element): Define.
13064 (struct tui_win_element): Rename _TuiWinElement.
13065 (struct tui_data_info): Rename _TuiDataInfo.
13066 (struct tui_source_info): Rename _TuiSourceInfo.
13067 (struct tui_command_info): Rename _TuiCommandInfo.
13068 (tui_initialize_static_data): Rename initializeStaticData.
13069 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
13070 (tui_alloc_win_info): Rename allocWinInfo.
13071 (tui_init_generic_part): Rename initGenericPart.
13072 (tui_init_win_info): Rename initWinInfo.
13073 (tui_alloc_content): Rename allocContent.
13074 (tui_add_content_elements): Rename addContentElements.
13075 (tui_init_content_element): Rename initContentElement.
13076 (tui_free_window): Rename freeWindow.
13077 (tui_free_win_content): Rename freeWinContent.
13078 (tui_free_data_content): Rename freeDataContent.
13079 (tui_free_all_source_wins_content): Rename
13080 freeAllSourceWinsContent.
13081 (tui_del_window): Rename tuiDelWindow.
13082 (tui_del_data_windows): Rename tuiDelDataWindows.
13083 (tui_partial_win_by_name): Rename partialWinByName.
13084 (tui_win_name): Rename winName.
13085 (tui_current_layout): Rename currentLayout.
13086 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
13087 (tui_term_height): Rename termHeight.
13088 (tui_set_term_height_to): Rename setTermHeightTo.
13089 (tui_term_width): Rename termWidth.
13090 (tui_set_term_width_to): Rename setTermWidthTo.
13091 (tui_set_gen_win_origin): Rename setGenWinOrigin.
13092 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13093 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13094 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13095 (tui_source_windows): Rename sourceWindows.
13096 (tui_clear_source_windows): Rename clearSourceWindows.
13097 (tui_clear_source_windows_detail): Rename
13098 clearSourceWindowsDetail.
13099 (tui_clear_win_detail): Rename clearWinDetail.
13100 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13101 (tui_default_tab_len): Rename tuiDefaultTabLen.
13102 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13103 (tui_win_with_focus): Rename tuiWinWithFocus.
13104 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13105 (tui_layout_def): Rename tuiLayoutDef.
13106 (tui_win_resized): Rename tuiWinResized.
13107 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13108 (tui_next_win): Rename tuiNextWin.
13109 (tui_prev_win): Rename tuiPrevWin.
13110 (tui_add_to_source_windows): Rename addToSourceWindows.
13111 * tui/tui-winsource.c, tui/tui-win.c: Update references.
13112 * tui/tui-layout.c, tui/tui-source.c: Ditto.
13113 * tui/tui-stack.c, tui/tui-io.c: Ditto.
13114 * tui/tui.c, tui/tui-data.c: Ditto.
13115 * tui/tui-interp.c, tui/tui-data.c: Ditto.
13116 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13117
a358af15
AC
13118 * tui/tui-source.h: Update copyright. Include "tui-data.h".
13119 (struct symtab): Declare.
13120 (tui_set_source_content): Rename tuiSetSourceContent.
13121 (tui_show_symtab_source): Rename tuiShowSource.
13122 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13123 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13124 * tui/tui-source.c: Update copyright. Update references.
13125 * tui/tui-win.c, tui/tui-winsource.c: Update references.
13126 * tui/tui-stack.c: Update references.
13127
a21fcd8f
AC
13128 * tui/tui-win.h: Update copyright. Include "tui-data.h".
13129 (struct tui_win_info): Declare.
13130 (tui_scroll_forward): Rename tuiScrollForward.
13131 (tui_scroll_backward): Rename tuiScrollBackward.
13132 (tui_scroll_left): Rename tuiScrollLeft.
13133 (tui_scroll_right): Rename tuiScrollRight.
13134 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13135 (tui_resize_all): Rename tuiResizeAll.
13136 (tui_refresh_all_win): Rename tuiRefreshAll.
13137 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13138 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13139 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13140 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13141
edae1ccf
AC
13142 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13143 (tui_erase_data_content): Rename tuiEraseDataContent.
13144 (tui_display_all_data): Rename tuiDisplayAllData.
13145 (tui_check_data_values): Rename tuiCheckDataValues.
13146 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13147 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13148 (tui_first_data_element_no_in_line): Rename
13149 tuiFirstDataElementNoInLine.
13150 (tui_delete_data_content_windows): Rename
13151 tuiDeleteDataContentWindows.
13152 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13153 (tui_display_data_from): Rename tuiDisplayDataFrom.
13154 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13155 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13156 * tui/tui-win.c, tui/tui-regs.c: Update references.
13157 * tui/tui-layout.c, tui/tui.c: Update references.
13158
ec7d9e56
AC
13159 * tui/tui-wingeneral.h: Update copyright.
13160 (m_allBeVisible): Delete macro.
8a1dac83 13161 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
13162 (struct tui_gen_win_info): Declare.
13163 (struct tui_win_info): Declare.
13164 (tui_unhighlight_win): Rename unhighlightWin.
13165 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13166 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13167 (tui_make_window): Rename makeWindow.
13168 (tui_copy_win): Rename copyWin.
13169 (tui_box_win): Rename boxWin.
13170 (tui_highlight_win): Rename highlightWin.
13171 (tui_check_and_display_highlight_if_needed): Rename
13172 checkAndDisplayHighlightIfNeeded.
13173 (tui_refresh_all): Rename refreshAll.
13174 (tui_delete_win): Rename tuiDelwin.
13175 (tui_refresh_win): Rename tuiRefreshWin.
13176 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13177 (tui_make_visible, tui_make_invisible): New functions.
13178 (tui_make_all_visible, tui_make_all_invisible): New functions.
13179 (make_all_visible): Rename makeAllVisible.
13180 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13181 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13182 * tui/tui-windata.c, tui/tui-win.c: Update references.
13183 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13184 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13185
1e52e2eb
MK
131862004-02-06 Mark Kettenis <kettenis@gnu.org>
13187
13188 * proc-api.c (write_with_trace): Initialize local variable to
13189 silence compiler warning.
13190
f80bda8e
AC
131912004-02-06 Andrew Cagney <cagney@redhat.com>
13192
13193 * tui/tui-source.h: Do not include "defs.h".
13194 (struct tui_win_info): Declare.
13195 (tui_set_source_content_nil): Declare.
13196 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13197 (union tui_line_or_address): Rename _TuiLineOrAddress.
13198 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13199 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13200 (tui_update_source_window_as_is): Rename
13201 tuiUpdateSourceWindowAsIs.
13202 (tui_update_source_windows_with_addr): Rename
13203 tuiUpdateSourceWindowsWithAddr.
13204 (tui_update_source_windows_with_line): Rename
13205 tuiUpdateSourceWindowsWithLine.
13206 (tui_clear_source_content): Rename tuiClearSourceContent.
13207 (tui_erase_source_content): Rename tuiEraseSourceContent.
13208 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13209 (tui_show_source_content): Rename tuiShowSourceContent.
13210 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13211 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13212 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13213 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13214 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13215 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13216 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13217 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13218 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13219 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13220 (struct tui_win_info): Declare.
13221 * tui/tui-stack.c: Update references.
13222 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13223 * tui/tui-win.c, tui/tui-source.c: Ditto.
13224 * tui/tui.c, tui/tui-disasm.c: Ditto.
13225
9fbfb822
MK
132262004-02-06 Mark Kettenis <kettenis@gnu.org>
13227
13228 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13229 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13230
03cebad2
MK
132312004-02-05 Mark Kettenis <kettenis@gnu.org>
13232
13233 * infrun.c (handle_inferior_event): Allow for breakpoint
13234 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13235 and SIGEMT. Update comments.
13236 * NEWS (Revised SPARC target): Mention support for non-executable
13237 stack.
13238
290281b1
MK
132392004-02-04 Mark Kettenis <kettenis@gnu.org>
13240
13241 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13242 * inftarg.c: Update copyright year.
13243 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13244 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13245 (sparc_xfer_wcookie): New function.
13246 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13247 * Makefile.in (sparc-nat.o): Update dependencies.
13248 * config/sparc/nm-nbsd.h: Include "target.h".
13249 (NATIVE_XFER_WCOOKIE): New define.
13250 (sparc_xfer_wcookie): New prototype.
13251
212161df
AC
132522004-02-04 Andrew Cagney <cagney@redhat.com>
13253
13254 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13255 SYSCALL_TRAP function.
13256 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13257
6e4c6c91
DJ
132582004-02-04 Andrew Cagney <cagney@redhat.com>
13259 Daniel Jacobowitz <drow@mvista.com>
13260
13261 * objfiles.h: Delete comments refering to inside_entry_func and
13262 DEPRECATED_FRAME_CHAIN_VALID.
13263 * defs.h (inside_entry_func): Update prototype..
13264 * blockframe.c (inside_entry_func): Rename to
13265 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13266 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13267
cae688ec
JJ
132682004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13269
13270 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13271 outside of #ifdef SOLIB_ADD region.
13272 (do_restore_lang_radix_cleanup): Ditto.
13273 (resolve_pending_breakpoint): Ditto.
13274
19217676
AC
132752004-02-03 Andrew Cagney <cagney@redhat.com>
13276
13277 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13278 (process_note_abi_tag_sections): Delete unused function.
13279 (ia64_read_fp): Delete unused function.
13280 (gdbarch_extract_struct_value_address): Delete declaration.
13281
876753be
AC
132822004-02-02 Andrew Cagney <cagney@redhat.com>
13283
13284 * vax-tdep.c (vax_frame_chain): Delete call to
13285 deprecated_inside_entry_file.
13286 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13287
d4f10bf2
MK
132882004-02-02 Mark Kettenis <kettenis@gnu.org>
13289
13290 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13291 column that's "empty" or "same value" when eliminating REG_RA
13292 rules.
13293
cae688ec
JJ
132942004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13295
13296 * NEWS: Add information about new pending breakpoint support.
13297
0101ce28
JJ
132982004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13299
13300 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13301 and pending fields for pending breakpoint support.
13302 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13303 (condition_command): Only parse condition if not a pending
13304 breakpoint.
13305 (print_one_breakpoint): Add support for pending breakpoints.
13306 (describe_other_breakpoints): Add checks to verify we are not
13307 dealing with pending breakpoints.
13308 (check_duplicates): Don't check pending breakpoints.
13309 (set_raw_breakpoint): Initialize pending flag.
13310 (do_restore_lang_radix_cleanup): New cleanup routine.
13311 (resolve_pending_breakpoint): New function.
13312 (re_enable_breakpoints_in_shlibs): Try and resolve any
13313 pending breakpoints via resolve_pending_breakpoint.
13314 (mention): Add pending breakpoint support.
13315 (parse_breakpoint_sals): Add new parameter to pass to
13316 decode_line_1 to indicate silent errors when files or functions
13317 are not found. Change all callers.
13318 (do_captured_parse_breakpoint): New function.
13319 (break_command_1): Change prototype to return an rc value and to
13320 take an optional pending breakpoint pointer. Support creating
13321 a pending breakpoint if a "not found" form of error occurs when
13322 parsing the breakpoint. Also support resolving an existing pending
13323 breakpoint and be silent if the resolution fails.
13324 (create_breakpoints): Change prototype to take pending breakpoint
13325 pointer. When resolving a pending breakpoint, use the new pointer
13326 to provide a conditional or commands added by the end-user.
13327 (delete_breakpoint): Add appropriate check for pending.
13328 (breakpoint_re_set_one): Ditto.
13329 (do_enable_breakpoint): Ditto.
13330
8d577d32
DC
133312004-02-02 David Carlton <carlton@kealia.com>
13332
13333 * valops.c (enum oload_classification): New.
13334 (find_overload_match): Break implementation into separate
13335 functions; delete #if 0'd code; look for symbols within
13336 namespaces.
13337 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13338 (find_oload_champ,oload_method_static,classify_oload_match): New.
13339 * cp-support.h: Add declaration for cp_func_name; update
13340 declaration for make_symbol_overload_list.
13341 * cp-support.c (cp_func_name): New.
13342 (overload_list_add_symbol): Fix comment, use
13343 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13344 (make_symbol_overload_list): Take a function name and a namespace
13345 instead of a symbol; change implementation.
13346 (make_symbol_overload_list_using): New.
13347 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13348
22e8e3c7
FF
133492004-02-02 Fred Fish <fnf@redhat.com>
13350
13351 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 13352 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
13353 * remote-sim.c (gdb_os_write_stderr): Write output to
13354 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13355 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 13356 gdb_stderr stream and update copyright years.
22e8e3c7 13357
6b753f60
DJ
133582004-02-01 Daniel Jacobowitz <drow@mvista.com>
13359
13360 * Makefile.in (mips-linux-nat.o): Update dependencies.
13361 * mips-linux-nat.c: Include mips-tdep.h.
13362
133632004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
13364
13365 * sol-thread.c (sol_thread_xfer_partial): New function.
13366 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13367 (init_sol_core_ops): Likewise.
13368
13369 * procfs.c (procfs_xfer_partial): New function.
13370 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13371 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13372
13373 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13374 procfs_xfer_auxv function.
13375
13376 * procfs.c (procfs_make_note_section): If we can read
13377 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13378 * linux-proc.c (linux_make_note_section): Likewise.
13379
13380 * auxv.h: New file.
13381 * auxv.c: New file.
13382 * Makefile.in (auxv_h): New variable.
13383 (COMMON_OBS): Add auxv.o here.
13384 (auxv.o): New target.
13385
13386 * corelow.c (core_xfer_partial): New function.
13387 (init_core_ops): Use it for core_ops.to_xfer_partial.
13388
13389 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13390 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13391 macro if that is defined.
13392
fa5281d0
DJ
133932004-02-01 Daniel Jacobowitz <drow@mvista.com>
13394
13395 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13396 and check the specified thread for each breakpoint.
13397 * breakpoint.h (bpstat_stop_status): Update prototype.
13398 * infrun.c (handle_inferior_event): Update calls to
13399 bpstat_stop_status.
13400
26ee262d
DJ
134012004-02-01 Daniel Jacobowitz <drow@mvista.com>
13402
13403 * Makefile.in (cli-cmds.o): Add $(readline_h).
13404
d9b52655
DJ
134052004-02-01 Daniel Jacobowitz <drow@mvista.com>
13406
13407 * cli/cli-cmds.c: Include readline.h.
13408 (complete_command): Pass the start of the last word to
13409 complete_line.
13410
9709f61c
DJ
134112004-01-31 Daniel Jacobowitz <drow@mvista.com>
13412
13413 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13414 argument, and change first argument to a CORE_ADDR.
13415 * breakpoint.h (bpstat_stop_status): Update prototype.
13416 * infrun.c (adjust_pc_after_break): Add a new comment.
13417 (handle_inferior_event): Update calls to bpstat_stop_status.
13418
4f1280bb
DJ
134192004-01-31 Daniel Jacobowitz <drow@mvista.com>
13420
13421 * breakpoint.h: Update copyright years.
13422
4fa8626c
DJ
134232004-01-31 Daniel Jacobowitz <drow@mvista.com>
13424
13425 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13426 (bpstat_stop_status): Don't decrement PC.
13427 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13428 prototype.
13429 * infrun.c (adjust_pc_after_break): New function.
13430 (handle_inferior_event): Call it, early. Remove later references
13431 to DECR_PC_AFTER_BREAK.
13432 (normal_stop): Add commentary.
13433
fad0733a
DJ
134342004-01-31 Daniel Jacobowitz <drow@mvista.com>
13435
13436 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13437 2004-01-27 double-free fix.
13438
42cdca6c
MK
134392004-01-31 Mark Kettenis <kettenis@gnu.org>
13440
13441 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13442 (sparc32_frame_prev_register): Handle StackGhost.
13443 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13444
932d5416
RM
134452004-01-29 Roland McGrath <roland@redhat.com>
13446
13447 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13448 * configure: Regenerated.
13449
13450 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13451 * Makefile.in (procfs.o): Add dep.
13452
47d3492a
AC
134532004-01-28 Andrew Cagney <cagney@redhat.com>
13454
13455 * tui/tui-stack.h: Update copyright.
13456 (struct frame_info): Add opaque declaration.
13457 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13458 (tui_show_locator_content): Rename tuiShowLocatorContent.
13459 (tui_show_frame_info): Rename tuiShowFrameInfo.
13460 * tui/tui-stack.c: Update copyright. Update references.
13461 * tui/tui-winsource.c: Update references.
13462 * tui/tui-win.c: Update references.
13463 * tui/tui-layout.c: Update references.
13464 * tui/tui-hooks.c: Update copyright, update references.
13465 * tui/tui.c: Update copyright, update references.
13466 * tui/tui-disasm.c: Update references.
13467
5d51ca54
DC
134682004-01-28 David Carlton <carlton@kealia.com>
13469
13470 * dwarf2read.c (add_partial_structure): Use demangled name if
13471 namespace equals "".
13472
086ed43d
JB
134732004-01-27 Jim Blandy <jimb@redhat.com>
13474
13475 Clean up misapplied patch:
13476 * dwarf2read.c (determine_prefix): Change one of the two forward
13477 declarations for 'determine_prefix_aux' to a declaration for this.
13478 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13479 argument to 'die_specification'.
13480
2a35147e
JB
13481 * dwarf2read.c (read_func_scope): Re-indent comment.
13482
a355c7de 134832004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 13484
a355c7de
AC
13485 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13486 b->exp to NULL after freeing so that error during re-parsing or
13487 evaluation of expressions associated with breakpoint don't
13488 eventually lead to re-freeing of storage.
13489 Committed by Andrew Cagney.
13490
63ff5125
AC
134912004-01-27 Andrew Cagney <cagney@redhat.com>
13492
13493 * source.c (ambiguous_line_spec): Delete undefined declaration.
13494 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13495 (m32r_set_server_address, m32r_set_download_path): Ditto.
13496 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13497
e142c38c
DJ
134982004-01-27 Daniel Jacobowitz <drow@mvista.com>
13499
13500 * dwarf2read.c: Update calls to changed and renamed functions, and
13501 references to moved variables.
13502
13503 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13504 language, language_defn, list_in_scope, and ftypes members.
13505 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13506 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13507 (baseaddr): Remove globals.
13508
13509 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13510 (set_cu_language, die_is_declaration, die_specification)
13511 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13512 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13513 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13514 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13515
13516 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13517 cu.list_in_scope. Don't initialize cu_header_offset.
13518 (add_partial_symbol): Add local baseaddr.
13519 (psymtab_to_symtab_1): Add local baseaddr. Use
13520 objfile->section_offsets for consistency. Don't initialize
13521 cu_header_offset; do initialize cu.header.offset and
13522 cu.list_in_scope.
13523 (read_file_scope, read_func_scope, read_lexical_block_scope)
13524 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13525
c6e06ede
MC
135262004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13527
fb328ecc 13528 * PROBLEMS: Add gdb/1516.
c6e06ede 13529
48184fd4
AC
135302003-12-29 Robert Millan <robertmh@gnu.org>
13531
13532 Patch committed by Andrw Cagney.
13533 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13534 * configure.tgt: Match knetbsd*-gnu.
13535
c1321b30
AC
135362004-01-26 Andrew Cagney <cagney@redhat.com>
13537
f3699be3
AC
13538 * breakpoint.c (catch_command_1): Delete #ifdef code.
13539 (catch_fork_command_1): Delete #ifdef wrapper.
13540 (catch_exec_command_1): Ditto.
13541 (catch_load_command_1): Ditto.
13542 (catch_unload_command_1): Ditto.
13543
c1321b30
AC
13544 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13545 (catch_breakpoint): Delete #if0ed function.
13546 (disable_catch_breakpoint): Ditto.
13547 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13548 (disable_catch, enable_catch, delete_catch): Ditto.
13549
b4501125
AC
135502004-01-26 Andrew Cagney <cagney@redhat.com>
13551
13552 * remote.c (echo_check, quit_flag): Delete variables.
13553 (cisco_kernel_mode): Delete variable.
13554 (minitelnet_return, tty_input, escape_count): Delete variables.
13555 (remote_cisco_mode): Delete variable.
13556 (remote_cisco_open, remote_cisco_close): Delete function.
13557 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13558 (init_remote_cisco_ops): Delete function.
13559 (_initialize_remote): Do not install "remote cisco" code.
13560 (read_frame): Delete cisco specific code.
13561 (remote_info_process): Delete function.
13562 (remote_wait): Delete cisco specific code.
13563 (remote_cisco_section_offsets): Delete function.
13564 (remote_cisco_objfile_relocate): Delete function.
13565 (remote_async_wait): Delete cisco specific code.
13566 (minitelnet, readtty, readsocket): Delete function.
13567
74055713
AC
135682004-01-26 Andrew Cagney <cagney@redhat.com>
13569
13570 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13571 comments mentioning extract_returned_value_address.
13572 * infcmd.c (print_return_value): Update. Add comments on
13573 extract_returned_value_address.
13574 * stack.c (return_command): Add comments on
13575 extract_returned_value_address.
13576 * values.c: Update comment.
13577 * m32r-tdep.c: Update comment.
13578 * sparc-tdep.c: Update comment.
13579 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13580 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13581 * sh64-tdep.c (sh64_gdbarch_init): Update.
13582 * sh-tdep.c (sh_gdbarch_init): Update.
13583 * s390-tdep.c (s390_gdbarch_init): Update.
13584 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13585 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13586 * m68k-tdep.c (m68k_gdbarch_init): Update.
13587 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13588 * m32r-tdep.c (m32r_gdbarch_init): Update.
13589 * ia64-tdep.c (ia64_gdbarch_init): Update.
13590 * h8300-tdep.c (h8300_gdbarch_init): Update.
13591 * frv-tdep.c (frv_gdbarch_init): Update.
13592 * arm-tdep.c (arm_gdbarch_init): Update.
13593 * alpha-tdep.c (alpha_gdbarch_init): Update.
13594
a67af2b9
AC
135952004-01-26 Andrew Cagney <cagney@redhat.com>
13596
13597 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13598 SYMBOL_LOCATION_FUNCS
13599 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13600 "struct symbol_ops".
13601 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13602 type to "struct symbol_ops".
13603 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13604 (struct symbol): Replace ".aux_value.loc.funcs" and
13605 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13606 (SYMBOL_OBJFILE): Delete macro.
13607 (SYMBOL_LOCATION_FUNCS): Delete macro.
13608 (SYMBOL_LOCATION_BATON): Update.
13609 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13610 intead of SYMBOL_LOCATION_FUNCS.
13611 * ax-gdb.c (gen_var_ref): Ditto.
13612 * printcmd.c (address_info): Ditto.
13613 * findvar.c (read_var_value): Ditto.
13614 (symbol_read_needs_frame): Ditto.
13615
c034e007
AC
136162004-01-26 Andrew Cagney <cagney@redhat.com>
13617
13618 * dwarf2read.c (read_func_scope): Document frame-base hack.
13619
bb472c1e
MK
136202004-01-25 Mark Kettenis <kettenis@gnu.org>
13621
13622 * infcmd.c (print_return_value): Plug memory leak; delete
13623 ui_stream object. Rename argument `structure_return' to
13624 `struct_return'.
13625
c8e737d5
MK
136262004-01-25 Mark Kettenis <kettenis@gnu.org>
13627
f941662f
MK
13628 * infcmd.c (print_return_value): Wrap long lines.
13629 (finish_command_continuation, finish_command): Remove unused
13630 variable `funcaddr'. Fix some coding-standards problems.
13631
c558d81a 13632 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 13633 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
13634 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13635 TDEP->fpregset to zero.
13636
bf1e5861 13637 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
13638 floating-point registers for traditional NetBSD core files.
13639 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13640 TDEP->sizeof_fpregset here.
13641
4c72d57a
MK
136422004-01-25 Mark Kettenis <kettenis@gnu.org>
13643
566626fa
MK
13644 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13645 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13646 function with code split out from
13647 sparc32nbsd_sigcontext_frame_cache.
13648 (sparc32nbsd_sigcontext_frame_cache): Use
13649 sparc32nbsd_sigcontext_saved_regs.
13650 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13651 OpenBSD.
13652 * sparcobsd-tdep.c: New file.
13653 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13654 (sparcobsd-tdep.o): New dependency.
13655 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13656 * config/sparc/obsd.mt: New file.
13657
4c72d57a
MK
13658 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13659 TDEP->fpregset to be initialized to enable core file register
13660 sets.
13661
7e5e9f88
MK
136622004-01-24 Mark Kettenis <kettenis@gnu.org>
13663
f0f207fd 13664 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
13665 Add opaque declarations.
13666 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13667 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13668 function with code split out from
13669 sparc64nbsd_sigcontext_frame_cache.
13670 (sparc64nbsd_sigcontext_frame_cache): Use
13671 sparc64nbsd_sigcontext_saved_regs.
13672 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13673 OpenBSD.
13674 * sparc64obsd-tdep.c: New file.
13675 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13676 (sparc64obsd-tdep.o): New dependency.
13677 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13678 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13679 * config/sparc/obsd64.mt: New file.
13680
690668cc
MK
13681 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13682 read the instruction at PC.
13683
7e5e9f88
MK
13684 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13685 value of GDB_OSABI_DEFAULT.
13686 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13687 instead of GDB_OSABI_NETBSD_AOUT.
13688
68b6dce9
NR
136892004-01-24 Nick Roberts <nick@nick.uklinux.net>
13690
13691 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13692 copyright.
13693
080ce8c0
AC
136942004-01-23 Andrew Cagney <cagney@redhat.com>
13695
13696 * printcmd.c (display_command): Replace tui_set_display call with
13697 tui_set_layout_for_display_command.
13698 * tui/tui.h (enum tui_win_type): Define.
13699 (tui_set_layout): Delete declaration.
13700 (tui_set_layout_for_display_command): Rename set_tui_layout.
13701 * tui/tui-data.h (enum tui_layout_type): Define.
13702 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13703 "tui.h".
13704 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13705 (tui_default_win_height): Rename tuiDefaultWinHeight.
13706 (tui_default_win_viewport_height): Rename
13707 tuiDefaultWinViewportHeight.
13708 (tui_set_layout): RenametuiSetLayout.
13709 * tui/tui-layout.c: Update references.
13710 * tui/tui.c: Update references.
13711 * tui/tui-disasm.c: Update references.
13712
b368761e
DC
137132004-01-23 David Carlton <carlton@kealia.com>
13714
13715 Partial workaround for PR c++/1511:
13716 * cp-namespace.c: Include frame.h.
13717 (cp_lookup_transparent_type): New
13718 (cp_lookup_transparent_type_loop): New.
13719 * cp-support.h: Declare cp_lookup_transparent_type.
13720 * symtab.c (basic_lookup_transparent_type): Renamed from
13721 lookup_transparent_type.
13722 (lookup_transparent_type): Replace old body by a call to
13723 current_language->la_lookup_transparent_type.
13724 * symtab.h: Update copyright. Declare
13725 basic_lookup_transparent_type.
13726 * language.h: Update copyright.
13727 (struct language_defn): Add la_lookup_transparent_type.
13728 * language.c: Update copyright.
13729 (unknown_language_defn): Add basic_lookup_transparent_type.
13730 (auto_language_defn): Add basic_lookup_transparent_type.
13731 (local_language_defn): Add basic_lookup_transparent_type.
13732 * ada-lang.c: Update copyright.
13733 (ada_language_defn): Add basic_lookup_transparent_type.
13734 * c-lang.c: Update copyright.
13735 (c_language_defn): Add basic_lookup_transparent_type.
13736 (cplus_language_defn): Add basic_lookup_transparent_type.
13737 (asm_language_defn): Add basic_lookup_transparent_type.
13738 (minimal_language_defn): Add basic_lookup_transparent_type.
13739 * f-lang.c: Update copyright.
13740 (f_language_defn): Add basic_lookup_transparent_type.
13741 * jv-lang.c: Update copyright.
13742 (java_language_defn): Add basic_lookup_transparent_type.
13743 * m2-lang.c: Update copyright.
13744 (m2_language_defn): Add basic_lookup_transparent_type.
13745 * objc-lang.c: Update copyright.
13746 (objc_language_defn): Add basic_lookup_transparent_type.
13747 * p-lang.c: Update copyright.
13748 (p_language_defn): Add basic_lookup_transparent_type.
13749 * scm-lang.c: Update copyright.
13750 (scm_language_defn): Add basic_lookup_transparent_type.
13751 * Makefile.in (cp-namespace.o): Depend on frame.h.
13752
fdde2d81
DC
137532004-01-23 David Carlton <carlton@kealia.com>
13754
13755 Patch for PR c++/1520:
13756 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13757 properly if we have a specification die.
13758 (determine_prefix_aux): Rename from determine_prefix.
13759 (determine_prefix): Like the old determine_prefix, but never
13760 returns NULL.
13761
5b828b6b
TR
137622004-01-23 Theodore A. Roth <troth@openavr.org>
13763
13764 * avr-tdep.c: Update copyright.
13765 (avr_iaddr_p): Delete unused function.
13766 (avr_saddr_p): Delete unused function.
13767
a1b8c067
DC
137682004-01-23 David Carlton <carlton@kealia.com>
13769
13770 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13771 Fix for PR symtab/1534.
13772
f2cab569
MK
137732004-01-23 Mark Kettenis <kettenis@gnu.org>
13774
13775 * NEWS (New native configurations): Mention OpenBSD/sparc and
13776 OpenBSD/sparc64.
13777 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13778 * configure.host: Likewise.
13779 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13780 handler for OpenBSD.
13781 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13782
642d8300
MK
137832004-01-22 Mark Kettenis <kettenis@gnu.org>
13784
89aac506
MK
13785 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13786 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13787
36662fde
MK
13788 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13789 * cli/cli-cmds.c (shell_escape): Likewise.
13790
642d8300
MK
13791 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13792 OpenBSD .note.openbsd.ident sections.
13793
fae299cd
DC
137942004-01-22 David Carlton <carlton@kealia.com>
13795
13796 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13797 get_scope_pc_bounds.
13798 (read_file_scope): Ditto.
13799 (get_scope_pc_bounds): New function, produced by extracting code
13800 from the above two functions, consolidating it, and adding support
13801 for DW_TAG_namespace.
13802
a49d618c
MK
138032004-01-22 Mark Kettenis <kettenis@gnu.org>
13804
13805 * osabi.c (MAX_NOTESZ): New define.
13806 (check_note): New function.
13807 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13808 check_note.
13809
fe61caab
RM
138102004-01-21 Roland McGrath <roland@redhat.com>
13811
13812 * MAINTAINERS (write after approval): Add myself.
13813
ec145965
EZ
138142004-01-21 Eli Zaretskii <eliz@gnu.org>
13815
13816 * utils.c (init_page_info): Move declarations of `rows' and
13817 `cols' before the __GO32__-specific code. Move the closing brace
13818 outside the #ifdef __GO32__..#endif block.
13819 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13820
877522db
PB
138212004-01-21 Paul Brook <paul@codesourcery.com>
13822
13823 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13824 BPSTAT_WHAT_CHECK_SHLIBS.
13825
dbf5be1c
PB
138262004-01-21 Paul Brook <paul@codesourcery.com>
13827
13828 * MAINTAINERS: Add myself to write-after-approval.
13829
81f08b92
AC
138302004-01-20 Andrew Cagney <cagney@redhat.com>
13831
5a1efed7
AC
13832 * ax-gdb.c (print_axs_value): Delete unused function.
13833 * jv-lang.c (java_lookup_type): Delete unused function.
13834 * cli/cli-dump.c (dump_filetype): Delete unused function.
13835 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13836 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13837 (mips_getstring): Delete unused function.
13838 (pmon_insert_breakpoint): Delete #if0ed function.
13839 (PMON_MAX_BP): Delete #if0ed MACRO.
13840 (mips_pmon_bp_info): Delete #if0ed variable.
13841 (pmon_remove_breakpoint): Delete #if0ed function.
13842 * monitor.c (monitor_write_even_block): Delete unused function.
13843 (monitor_write_memory_block): Delete #if0ed code.
13844 * dink32-rom.c (dink32_load): Delete unused function.
13845 (_initialize_dink32_rom): Delete #if0ed code.
13846 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13847
b0a30fce
AC
13848 * tui/tui-command.c: Update references.
13849 * tui/tui-io.c: Update references.
13850 * tui/tui-command.h: Update copyright.
13851 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13852
81f08b92
AC
13853 * source.c (ambiguous_line_spec): Delete never-defined function.
13854 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13855 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13856 * cli/cli-cmds.c (validate_comname): Ditto.
13857
65f05602
AC
13858 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13859 "tui-data.h".
13860 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13861 (tui_show_disassem): Rename tuiShowDisassem.
13862 (tui_show_disassem_and_update_source): Rename
13863 tuiVerticalDisassemScroll.
13864 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13865 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13866 * tui/tui.h: Update copyright.
13867 (enum tui_status): Define.
13868 * tui/tui-data.h (enum tui_scroll_direction): Define.
13869 * tui/tui-disasm.c: Update copyright. Update references.
13870 * tui/tui-winsource.c: Update copyright. Update references.
13871 * tui/tui-win.c: Update references.
13872 * tui/tui-layout.c: Update references.
13873
6bb0384f
AC
138742004-01-20 Andrew Cagney <cagney@redhat.com>
13875
13876 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13877 sym2 to start of block.
13878
9175c9a3
MC
138792004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13880
13881 * MAINTAINERS: Delete mmalloc.
13882 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13883 * NEWS: Mention removal of --with-malloc.
13884 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13885 * config.in: Regenerate.
13886 * configure: Regenerate.
6bb0384f
AC
13887 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13888 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
13889 * gdbinit.in: Remove mmalloc.
13890 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13891 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13892 * config/i386/go32.mh: Likewise.
13893 * config/i386/interix.mh: Likewise.
13894 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13895
4fcef00a
JJ
138962004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13897
13898 * linespec.c (decode_variable, symtab_from_filename): Call
13899 error_silent with error message instead of throwing an exception
13900 directly.
13901 * defs.h (error_silent, error_output_message): Add prototypes.
13902 (catch_exceptions_with_msg): Ditto.
13903 * utils.c (error_silent, error_output_message): New functions.
13904 * top.c (catch_exceptions_with_msg): New function.
13905
8e94b928
NR
139062004-01-20 Nick Roberts <nick@nick.uklinux.net>
13907
13908 * mi/mi-cmds.h (enum print_values): Add definition.
13909
13910 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13911 type and value for simple data types and just the name and type
13912 for complex ones, if required.
13913
13914 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13915 children, if required.
13916
a02d6af8
KB
139172004-01-19 Kevin Buettner <kevinb@redhat.com>
13918
13919 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13920 unused declarations.
13921
78a4a9b9
AC
139222004-01-19 Andrew Cagney <cagney@redhat.com>
13923
13924 * top.h (mapped_symbol_files): Delete declaration.
13925 * main.c (captured_main): Delete option "m" and "mapped".
13926 * objfiles.c (mapped_symbol_files): Delete variable.
13927 * symfile.c (symbol_file_command): Delete mmap code.
13928 (symbol_file_add_with_addrs_or_offsets): Ditto.
13929 (add_symbol_file_command, reread_separate_symbols): Ditto.
13930 * objfiles.h (OBJF_MAPPED): Delete.
13931 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13932 (free_objfile) [USE_MMALLOC]: Ditto.
13933 (open_existing_mapped_file): Delete function.
13934 (open_mapped_file): Delete function.
13935 (map_to_file): Delete function.
13936
2dbd5e30
KB
139372004-01-19 Kevin Buettner <kevinb@redhat.com>
13938
13939 * infrun.c (step_into_function): Account for possible breakpoint
13940 adjustment when computing ``stop_func_start''.
13941
437b434f
KB
139422004-01-19 Kevin Buettner <kevinb@redhat.com>
13943
13944 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13945 the region size against the size of a pointer, not the size of
13946 a register as given by DEPRECATED_REGISTER_SIZE.
13947
55fb0713
AC
139482004-01-19 Andrew Cagney <cagney@redhat.com>
13949
13950 * tui/tui-regs.h: Include "tui-data.h".
13951 (tuiFirstRegElementNoInLine): Delete declaration.
13952 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13953 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13954 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13955 (tui_calculate_regs_column_count): Rename
13956 tuiCalculateRegsColumnCount.
13957 (tui_check_register_values): Rename tuiCheckRegisterValues.
13958 (tui_show_registers): Rename tuiShowRegisters.
13959 (tui_display_registers_from_line): Rename
13960 tuiDisplayRegistersFromLine.
13961 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13962 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13963 (tui_first_reg_element_no_inline): Rename
13964 tuiFirstRegElementNoInLine.
13965 * tui/tui-data.h: Update copyright.
13966 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13967 * tui/tui-windata.c: Update copyright, update references.
13968 * tui/tui-regs.c: Update copyright, update references.
13969 * tui/tui-win.c: Update copyright, update references.
13970 * tui/tui-layout.c: Update copyright, update references.
fe61caab 13971
cebe9500
AC
139722004-01-18 Andrew Cagney <cagney@redhat.com>
13973
bcdf1568
AC
13974 * tui/tui-io.c: Update copyright.
13975 (key_is_end_sequence, key_is_backspace): New functions.
13976 (key_is_command_char, key_is_start_sequence): New function.
13977 (tui_getc): Update references.
13978 * tui/tui-io.h: Update copyright.
13979 (m_tuiStartNewLine): Delete macro.
13980 (m_isBackspace, m_isDeleteChar): Delete macros.
13981 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13982 (m_isNextPage, m_isPrevPage): Delete macros.
13983 (m_isLeftArrow, m_isRightArrow): Delete macros.
13984 (m_isXdbStyleCommandChar): Delete macro.
13985 (key_is_start_sequence): Declare, replace m_isStartSequence.
13986 (key_is_end_sequence): Declare, replace m_isEndSequence.
13987 (key_is_backspace): Declare ,replace m_isBackspace.
13988 (key_is_command_char): Declare, replace m_isCommandChar.
13989 * tui/tui-command.c: Update copyright.
13990 (tuiDispatchCtrlChar): Update references.
13991
130d87e6
AC
13992 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13993 tuiSourceWin.h.
13994
d7b2e967
AC
13995 * tui/tui-command.c: Rename tui/tuiCommand.c.
13996 * tui/tui-command.h: Rename tui/tuiCommand.h.
13997 * tui/tui-data.c: Rename tui/tuiData.c.
13998 * tui/tui-data.h: Rename tui/tuiData.h.
13999 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
14000 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
14001 * tui/tui-io.c: Rename tui/tuiIO.c.
14002 * tui/tui-io.h: Rename tui/tuiIO.h.
14003 * tui/tui-layout.c: Rename tui/tuiLayout.c.
14004 * tui/tui-layout.h: Rename tui/tuiLayout.h.
14005 * tui/tui-regs.c: Rename tui/tuiRegs.c.
14006 * tui/tui-regs.h: Rename tui/tuiRegs.h.
14007 * tui/tui-source.c: Rename tui/tuiSource.c.
14008 * tui/tui-source.h: Rename tui/tuiSource.h.
14009 * tui/tui-stack.c: Rename tui/tuiStack.c.
14010 * tui/tui-stack.h: Rename tui/tuiStack.h.
14011 * tui/tui-win.c: Rename tui/tuiWin.c.
14012 * tui/tui-win.h: Rename tui/tuiWin.h.
14013 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
14014 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
14015 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
14016 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
14017 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
14018 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
14019 * tui/tui-file.c: Update includes.
14020 * tui/tui-hooks.c: Update includes.
14021 * tui/tui-interp.c: Update includes.
14022 * tui/tui.c: Update includes.
14023 * Makefile.in: Update all tui/ dependencies.
14024 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
14025
b2100910
AC
14026 * Makefile.in: Update copyright. Update dependencies.
14027
cebe9500
AC
14028 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
14029 problem.
14030
c6f0559b
AC
140312004-01-18 Andrew Cagney <cagney@redhat.com>
14032
43e9390b
AC
14033 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
14034 instead of register_gdbarch_init.
14035
c6f0559b
AC
14036 * remote-sds.c (tohex): Delete unused function. Update copyright.
14037 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
14038 * v850-tdep.c (v850_register_virtual_size): Ditto.
14039 * target.c (normal_target_post_startup_inferior): Ditto.
14040 * source.c (ambiguous_line_spec): Ditto.
14041 * remote.c (adapt_remote_get_threadinfo): Ditto.
14042 * mi/mi-out.c (out_field_fmt): Ditto.
14043 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
14044 (output_control_change_notification): Ditto.
14045 * m68k-tdep.c (m68k_register_byte): Ditto.
14046 (m68k_remote_breakpoint_from_pc): Ditto.
14047 * ui-out.c (init_ui_out_state): Delete unused declaration.
14048 * stabsread.c (search_value): Ditto.
14049 * mi/mi-cmd-env.c (env_cli_command): Ditto.
14050 * maint.c (print_section_table): Ditto.
14051 * infrun.c (set_follow_fork_mode_command): Ditto.
14052
a8504492
MK
140532004-01-18 Mark Kettenis <kettenis@gnu.org>
14054
14055 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
14056 DW_CFA_def_cfa_exporession. Add support for
14057 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
14058 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
14059
0bd8997e
AC
140602004-01-18 Andrew Cagney <cagney@redhat.com>
14061
14062 * ocd.c: Update copyright.
14063 (bdm_read_register_command): Delete unused function.
14064 (_initialize_remote_ocd): Delete commented out reference.
14065 (get_quoted_char, reset_packet): Delete #if0ed function.
14066 (output_packet, put_quoted_char): Delete #if0ed function.
14067 (stu_put_packet, stu_get_packet): Delete #if0ed function.
14068 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
14069 (BDM_BREAKPOINT): Delete #if0ed macro.
14070 (remote_timeout): Delete #if0ed variable.
14071
31bb40e4
MK
140722004-01-18 Mark Kettenis <kettenis@gnu.org>
14073
14074 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
14075 (core-sol2.o): Remove dependency.
14076 * core-sol2.c: Remove file.
14077
887432a5
AC
140782004-01-17 Andrew Cagney <cagney@redhat.com>
14079
14080 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
14081 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
14082 enums.
14083
29182b13
DJ
140842004-01-17 Daniel Jacobowitz <drow@mvista.com>
14085
14086 * remote.c: Update copyright years.
14087
2963ee1d
DJ
140882004-01-17 Daniel Jacobowitz <drow@mvista.com>
14089
14090 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
14091
79d45cd4
AC
140922004-01-17 Andrew Cagney <cagney@redhat.com>
14093
ee300cd4
AC
14094 * mdebugread.c: Update copyright.
14095 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14096 (parse_type, parse_procedure): Ditto.
14097 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14098
fcacc9c2
AC
14099 * cris-tdep.c (cris_store_struct_return): Put back accidently
14100 deleted function.
14101
79d45cd4
AC
14102 * gdbarch.sh: Update copyright year.
14103 * gdbarch.h, gdbarch.c: Re-generate.
14104
b263358a
DJ
141052004-01-17 Daniel Jacobowitz <drow@mvista.com>
14106
14107 Suggested by George Anzinger.
14108 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14109 correct stack offset. Include unknown opcode numbers in the error
14110 message.
14111
931aecf5
AC
141122004-01-17 Andrew Cagney <cagney@redhat.com>
14113
14114 * x86-64-tdep.c (x86_64_init_abi): No need to clear
14115 extract_struct_value_address, i386 does not set it.
14116 * sparc64-tdep.c (sparc64_init_abi): Do not set
14117 extract_struct_value_address, never called.
14118 (sparc64_extract_struct_value_address): Delete function.
14119 * m68hc11-tdep.c: Update copyright.
14120 (m68hc11_gdbarch_init): Delete redundant assignment of
14121 extract_struct_value_address.
14122 * i386-tdep.c: Update copyright.
14123 (i386_gdbarch_init): Do not set extract_struct_value_address,
14124 never called.
14125 (i386_extract_struct_value_address): Delete function.
14126 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14127 extract_struct_value_address, never called.
14128 (sparc32_extract_struct_value_address): #if 0 function. Add
14129 comments explaining its future.
14130
756fe439
DJ
141312004-01-17 Daniel Jacobowitz <drow@mvista.com>
14132
14133 * arm-tdep.c (arm_write_pc): New function.
14134 (arm_gdbarch_init): Call set_gdbarch_write_pc.
14135
e74f0f02
DJ
141362004-01-17 Daniel Jacobowitz <drow@mvista.com>
14137
14138 * breakpoint.c (must_shift_inst_regs): Delete.
14139 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14140 and SHIFT_INST_REGS.
14141 * infcmd.c (step_1, step_1_continuation): Delete references to
14142 SHIFT_INST_REGS.
14143 * infrun.c (keep_going): Likewise.
14144 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14145 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14146
b6cb9035
AC
141472004-01-17 Andrew Cagney <cagney@redhat.com>
14148
444a1e2e
AC
14149 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14150 * gdbarch.h, gdbarch.c: Re-generate.
14151 * infcmd.c (print_return_value): Delete reference to
14152 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14153
def7e6ed
AC
14154 * cris-tdep.c (cris_gdbarch_init): Do not set
14155 deprecated_extract_struct_value_address.
14156
07be497a
AC
14157 * xstormy16-tdep.c: Update copyright.
14158 (xstormy16_extract_struct_value_address): Update to current
14159 extract struct value address interface.
14160 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14161 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14162 current extract struct value address interface.
14163 (sh64_gdbarch_init): Set extract_struct_value_address.
14164
6b4d5c91
AC
14165 * cris-tdep.c: Update copyright.
14166 (cris_extract_struct_value_address): Delete function.
14167 (struct_return_address): Delete variable.
14168 (cris_store_struct_return): Do not set struct_return_address.
14169
464e0365
AC
14170 * mcore-tdep.c: Update copyright.
14171 (mcore_extract_struct_value_address): Delete function. Update
14172 comments.
14173 (mcore_gdbarch_init): Update.
14174 * mn10300-tdep.c: Update copyright.
14175 (mn10300_extract_struct_value_address): Delete function.
14176 (mn10300_gdbarch_init): Update.
14177 * v850-tdep.c: Update copyright.
14178 (v850_extract_struct_value_address): Delete.
14179 (v850_gdbarch_init): Update.
14180 * ns32k-tdep.c: Update copyright.
14181 (ns32k_extract_struct_value_address): Delete.
14182 (ns32k_gdbarch_init): Update.
14183 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14184 (hppa_gdbarch_init): Update.
14185 * vax-tdep.c: Update copyright.
14186 (vax_extract_struct_value_address): Delete.
14187 (vax_gdbarch_init): Update.
14188
afb18d0f
AC
14189 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14190 * gdbarch.h, gdbarch.c: Re-generate.
14191 * procfs.c (procfs_fetch_registers): Delete reference to
14192 DEPRECATED_NPC_REGNUM.
14193 (procfs_store_registers): Ditto.
14194 * regcache.c (generic_target_write_pc): Simplify.
14195 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14196
a698f53e
AC
14197 * core-sol2.c (fetch_core_registers): Replace
14198 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14199
adc11376
AC
14200 * hppa-tdep.c: Update copyright year.
14201 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14202 NPC_REGNUM.
14203 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14204
b6cb9035
AC
14205 * mips-tdep.c (mips_write_pc): New function.
14206 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14207 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14208 (mips_find_saved_regs, mips_software_single_step: Ditto.
14209 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14210 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14211
6d82d43b
AC
142122004-01-17 Andrew Cagney <cagney@redhat.com>
14213
14214 * mips-tdep.c: Re-indent. Group functions by ABI.
14215
71bd6bd4
AC
142162004-01-17 Andrew Cagney <cagney@redhat.com>
14217
14218 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14219 * gdbarch.c: Re-generate.
14220 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14221 DECR_PC_AFTER_BREAK to zero.
14222 * vax-tdep.c (vax_gdbarch_init): Ditto.
14223 * v850-tdep.c (v850_gdbarch_init): Ditto.
14224 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14225 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14226 * sh-tdep.c (sh_gdbarch_init): Ditto.
14227 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14228 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14229 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14230 * mips-tdep.c (mips_gdbarch_init): Ditto.
14231 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14232 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14233 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14234 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14235 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14236 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14237 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14238 * frv-tdep.c (frv_gdbarch_init): Ditto.
14239 * cris-tdep.c (cris_gdbarch_init): Ditto.
14240 * avr-tdep.c (avr_gdbarch_init): Ditto.
14241 * arm-tdep.c (arm_gdbarch_init): Ditto.
14242 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14243
a02abb62
JB
142442004-01-17 J. Brobecker <brobecker@gnat.com>
14245
14246 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14247 Delete, no longer used.
14248 (read_subrange_type): New function, mostly extracted from
14249 read_array_type().
14250 (read_array_type): Replace extracted code by call to
14251 read_subrange_type().
14252 (dwarf2_get_attr_constant_value): New function.
14253 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14254 (add_partial_symbol): Likewise.
14255 (process_die): Likewise.
14256 (new_symbol): Likewise.
14257 (read_type_die): Likewise.
14258
cf5b2f1b
AC
142592004-01-16 Andrew Cagney <cagney@redhat.com>
14260
14261 * symfile.c: Update copyright year.
14262 (compare_symbols): Delete unused function.
14263 * stabsread.c: Update copyright year.
14264 (lrs_general_complaint): Delete unused function.
14265 (ref_search_value): Ditto.
14266 (get_substring): Delete declaration.
14267 * sh64-tdep.c: Update copyright year.
14268 (sh64_get_gdb_regnum): Delete unused function.
14269 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14270 Delete unused function.
14271
d33b9831
MK
142722004-01-17 Mark Kettenis <kettenis@gnu.org>
14273
14274 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14275 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14276
7aea86e6
AC
142772004-01-16 Andrew Cagney <cagney@redhat.com>
14278
14279 Changes from Peter Schauer.
14280 * rs6000-tdep.c: Update copyright year.
14281 (rs6000_push_dummy_call): Update the stack pointer before
14282 accessing the corresponding stack region.
14283 * rs6000-nat.c: Update copyright year.
14284 (set_host_arch): Set "info.abfd" to "exec_bfd".
14285
26b0da32
MK
142862004-01-15 Mark Kettenis <kettenis@gnu.org>
14287
14288 * blockframe.c: Update copyright year.
14289 (inside_entry_func): Don't treat a zero PC specially.
14290
86fbe6cc
EZ
142912004-01-14 Elena Zannoni <ezannoni@redhat.com>
14292
14293 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14294 variable.
14295 (gcore_create_callback): Ditto. Skip any memory segment that has
14296 no permissions set.
14297
63d06c5c
DC
142982004-01-14 David Carlton <carlton@kealia.com>
14299
14300 Change symbols for C++ nested types to contain the fully qualified
14301 name, if possible. (At least in the DWARF-2 case.) Partial fix
14302 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14303 c++/895.
14304 * c-exp.y (qualified_type): Handle types nested within classes.
14305 * cp-namespace.c: Update comments.
14306 (cp_set_block_scope): Delete #if 0.
14307 (cp_lookup_nested_type): Handle types nested within classes.
14308 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14309 when appropriate.
14310 (add_partial_symbol): Add the name of the enclosing namespace to
14311 types.
14312 (pdi_needs_namespace): New.
14313 (add_partial_namespace): Tweak comment.
14314 (add_partial_structure): New.
14315 (psymtab_to_symtab_1): Initialize processing_current_prefix
14316 here...
14317 (process_die): instead of here.
14318 (read_structure_scope): Try to figure out the name of the class or
14319 namespace that the structure might be defined within.
14320 (read_enumeration): Generate fully-qualified names, if possible.
14321 (read_namespace): Don't set name to NULL.
14322 (die_specification): New.
14323 (new_symbol): Generate fully-qualified names for types.
14324 (read_type_die): Determine appropriate prefix.
14325 (determine_prefix): New.
14326 (typename_concat): New.
14327 (class_name): New.
14328 * valops.c (value_aggregate_elt): Pass NOSIDE to
14329 value_struct_elt_for_reference.
14330 (value_struct_elt_for_reference): Make static, add NOSIDE
14331 parameter, call value_maybe_namespace_elt as a last resort.
14332 (value_namespace_elt): Break out code into
14333 value_maybe_namespace_elt.
14334 (value_maybe_namespace_elt): New.
14335
87783b8b
AC
143362004-01-12 Andrew Cagney <cagney@redhat.com>
14337
14338 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14339 cooked floating-point registers.
14340 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14341 and value_to_register.
14342
6503b91e
AC
143432004-01-13 Andrew Cagney <cagney@redhat.com>
14344
14345 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14346 * gdbarch.c: Re-generate.
14347 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14348 FUNCTION_START_OFFSET.
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 * s390-tdep.c (s390_gdbarch_init): Ditto.
14354 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14355 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14356 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14357 * mips-tdep.c (mips_gdbarch_init): Ditto.
14358 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14359 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14361 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14362 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14363 * i386-tdep.c (i386_gdbarch_init): Ditto.
14364 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14365 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14366 * frv-tdep.c (frv_gdbarch_init): Ditto.
14367 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14368 * cris-tdep.c (cris_gdbarch_init): Ditto.
14369 * avr-tdep.c (avr_gdbarch_init): Ditto.
14370 * arm-tdep.c (arm_gdbarch_init): Ditto.
14371 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14372
ea1dd7bc
DJ
143732004-01-13 Daniel Jacobowitz <drow@mvista.com>
14374
14375 * infrun.c (follow_fork_mode_ask): Remove.
14376 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14377 (follow_fork): Simplify and remove internal error for
14378 follow_fork_mode_ask.
14379 (_initialize_infrun): Update "set follow-fork-mode" help text.
14380
0f0cffd2
AC
143812004-01-13 Andrew Cagney <cagney@redhat.com>
14382
14383 * configure.in: Update copyright year.
14384 (build_warnings): Add -Wunused-label.
14385 * configure: Re-generate.
14386
de38af99
AC
143872004-01-12 Andrew Cagney <cagney@redhat.com>
14388
954a7fba
AC
14389 * exec.h (exec_ops): Make "extern".
14390
de38af99
AC
14391 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14392 the function is void.
14393 (mips_pseudo_register_write): Ditto.
14394
1a111ce3
AC
143952004-01-12 Andrew Cagney <cagney@redhat.com>
14396
14397 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14398 call. Never defined.
14399 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14400 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14401 (struct sparc_gregset, struct regcache): Ditto.
14402 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14403
48efe704
AC
144042004-01-12 Andrew Cagney <cagney@redhat.com>
14405
14406 * mi/ChangeLog: Delete file. Renamed to ...
14407 * mi/ChangeLog-1999-2003: New file.
14408 * tui/ChangeLog: Delete file. Renamed to ...
14409 * tui/ChangeLog-1998-2003: New file.
fe61caab 14410
a54124c5
MK
144112004-01-11 Mark Kettenis <kettenis@gnu.org>
14412
2ca62865
MK
14413 * sparc64nbsd-tdep.c: Include "regset.h".
14414 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14415 Remove variables.
14416 (fetch_core_registers): Remove function.
14417 (sparc64nbsd_core_fns): Remove variable.
14418 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14419 functions.
14420 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14421 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14422 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14423
ca9d58e9
MK
14424 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14425 sparc_extract_struct_value_address.
14426 (sparc32_gdbarch_init): Set extract_struct_value_address.
14427 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14428 function.
14429 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14430 return_value_on_stack.
14431
3cc87ec0
MK
14432 * NEWS: Mention that %cs and %ss have been added to the AMD64
14433 configurations
14434
5bf00f29
MK
14435 * frame.c: Update copyright year.
14436 (get_prev_frame): Improve comment.
14437
4f7ec84e
MK
14438 * sparc64fbsd-tdep.c: Include "regset.h".
14439 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14440 Remove variables.
14441 (fetch_core_registers): Remove function.
14442 (sparc64fbsd_core_fns): Remove variable.
14443 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14444 functions.
14445 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14446 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 14447 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 14448
4e7b0cd3
MK
14449 * sparcnbsd-tdep.c: Include "regset.h".
14450 (fetch_core_registers): Remove function.
14451 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14452 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14453 functions.
14454 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14455 TDEP->fpregset.
46b58ce9 14456 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 14457
a54124c5
MK
14458 * sparc-tdep.h (struct regset): Provide opaque declaration.
14459 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14460 fpregset and sizeof_fpregset members.
14461 * sparc-tdep.c (struct regset): Provide opaque declaration.
14462 (sparc_regset_from_core_section): New function.
14463 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14464 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14465 Set regset_from_core_section when appropriate.
14466
29ff87c5
MK
144672004-01-10 Mark Kettenis <kettenis@gnu.org>
14468
79b1ab3d
MK
14469 * x86-64-tdep.c (amd64_non_pod_p): New function.
14470 (amd64_classify_aggregate): Return class memory for non-POD
14471 C++ structure types.
14472
6470d250
MK
14473 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14474 argument. Use it to reserve a register if necessary.
14475 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14476 amd64_push_arguments.
14477
562c50c2
MK
14478 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14479
af233647
MK
14480 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14481 register numbers in comments.
14482 * x86-64-tdep.h: Update copyright year.
14483 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14484 Adjust for addition of %cs and %ss.
14485 * amd64fbsd-nat.c: Update copyright year.
14486 (reg_offset): Add register offsets for %cs and %ss.
14487 * amd64fbsd-tdep.c: Update copyright year.
14488 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14489 (amd64fbsd_sc_reg_offset): Likewise.
14490 * x86-64-linux-nat.c: Update copyright year.
14491 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14492 and %ss.
14493 * amd64nbsd-nat.c: Update copyright year.
14494 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14495 * amd64nbsd-tdep.c: Update copyright year.
14496 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14497 * x86-64-linux-tdep.c: Update copyright year.
14498 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14499 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14500 * regformats/reg-x86-64.dat: Add %cs and %ss.
14501
29ff87c5
MK
14502 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14503 variables to prevent long lines. Update comments to reflect
14504 reality.
14505
38d518c9
EZ
145062004-01-09 David Carlton <carlton@kealia.com>
14507
14508 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14509 * dwarf2read.c (read_namespace): Pull out name-generating code
14510 into namespace_name. Rename previous_namespace to previous_prefix
14511 and processing_current_namespace to processing_current_prefix..
14512 (namespace_name): New function.
14513 (add_partial_symbol): Substitute uses of pdi->name with
14514 actual_name.
14515 * cp-support.h: Rename processing_current_namespace to
14516 processing_current_prefix.
14517 Update copyright year.
14518 * cp-namespace.c: Rename processing_current_namespace to
14519 processing_current_prefix.
14520 Update copyright year.
fe61caab 14521
1e4728e7
AC
145222004-01-09 Andrew Cagney <cagney@redhat.com>
14523
14524 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14525
c77c642a
MK
145262004-01-09 Mark Kettenis <kettenis@gnu.org>
14527
14528 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14529 complaining.
14530 (process_one_symbol): Deal with N_PATCH stabs.
14531
b44e9041
EZ
145322004-01-09 Elena Zannoni <ezannoni@redhat.com>
14533
14534 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14535 ifdeffed code.
14536 Update copyright year.
38d518c9 14537
eccfb640
MC
145382004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14539
14540 * config/pa/tm-hppa.h: Update extern declarations for
14541 hppa32_hpux_frame_saved_pc_in_sigtramp,
14542 hppa32_hpux_frame_base_before_sigtramp, and
14543 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14544
848c5feb
MC
145452004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14546
14547 * config/pa/tm-hppah.h: Update copyright years.
14548
3cc5d663
AC
145492004-01-08 Andrew Cagney <cagney@redhat.com>
14550
14551 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14552 (mips_o32_reg_struct_has_addr): Delete function.
14553 (mips_gdbarch_init): Update.
14554 (mips_extract_struct_value_address): Delete function.
14555
bfec0b41
JJ
145562004-01-08 David Mosberger <davidm@hpl.hp.com>
14557
14558 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14559 reality.
14560
16e109ca
AC
145612004-01-07 Andrew Cagney <cagney@redhat.com>
14562
6214a8a1
AC
14563 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14564 architecture's elf flags (when available).
14565
8d5838b5
AC
14566 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14567 FPU to the start, check the MIPS FPU when looking for an old
14568 architecture.
14569 (set_mipsfpu_single_command): Update the architecture.
14570 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14571
480d3dd2
AC
14572 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14573 (mips_mask_address_p): Add "tdep" parameter.
14574 (show_mask_address, mips_addr_bits_remove): Update.
14575 (mips_dump_tdep): Update.
14576 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14577 (MIPS_STACK_ARGSIZE): Delete macro.
14578 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14579 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14580 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14581 (mips_dump_tdep): Update.
14582 (MIPS_SAVED_REGSIZE): Delete macro.
14583 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14584 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14585 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14586 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14587 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14588 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14589 (mips_pop_frame, return_value_location): Update.
14590 (mips_n32n64_return_value, mips_dump_tdep): Update.
14591
ec03c1ac
AC
14592 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14593 MIPS ABI.
14594
16e109ca
AC
14595 * mips-tdep.c: Update copyright.
14596 (mips_gdbarch_init): Merge two code blocks handling the register
14597 name and number layout.
14598
15255275
MS
145992004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14600
14601 * tracepoint.c (validate_actionline): Fix segv at EOF
14602
9f9057da
MC
146032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14604
14605 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14606 properly for static fields.
14607
0127c0d3 146082004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 14609 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
14610
14611 * disasm.c: Update copyright to include 2004.
14612 (do_mixed_source_and_assembly): For uiout asm list
14613 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 14614 NULL and do so prior to loop. Only reset when we close off
0127c0d3 14615 the tuple/list. Move check for whether to close off the
fe61caab 14616 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
14617 on each loop iteration.
14618
5269965e
AC
146192004-01-05 Andrew Cagney <cagney@redhat.com>
14620
54f1137d
AC
14621 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14622 should be a switch case and not a label.
14623 * mips-tdep.c (mips32_next_pc): Delete unused labels
14624 "greater_equal_branch" and "less_zero_branch".
14625 * jv-valprint.c (java_print_value_fields): Delete unused label
14626 "flush_it".
14627
5269965e
AC
14628 * target.c (unpush_target): Only close a target that is in the
14629 target stack.
14630
dbc22fa1
MK
146312004-01-05 Mark Kettenis <kettenis@gnu.org>
14632
9515395e
MK
14633 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14634 address from [sp + 64] instead of %o2.
14635
dbc22fa1
MK
14636 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14637 fixes PR backtrace/1476.
14638
5439edaa
AC
146392004-01-05 Andrew Cagney <cagney@redhat.com>
14640
14641 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14642 move to start of file.
14643 * i386-tdep.h (struct regcache): Add opaque declaration.
14644 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14645 declaration.
14646 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14647 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14648 * win32-nat.c (fake_create_process): Use ISO C style definition.
14649 * stabsread.c (define_symbol): Delete #ifndef
14650 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14651 stabs_argument_has_addr call, macro never defined.
14652
19061abe
MC
146532004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14654
14655 * op50-rom.c: Delete.
14656 * w89k-rom.c: Delete.
14657 * Makefile.in: Remove references.
14658
e53bef9f
MK
146592004-01-04 Mark Kettenis <kettenis@gnu.org>
14660
14661 * x86-64-tdep.c: Update copyright year.
14662 (struct amd64_register_info): Rename from x86_64_register_info.
14663 (amd64_register_info): Rename from x86_64_register_info.
14664 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14665 (amd64_register_name): Rename from x86_64_register_name.
14666 (amd64_register_type): Rename from x86_64_register_type.
14667 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14668 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14669 (amd64_dwarf_reg_to_regnum): Rename from
14670 x86_64_dwarf_reg_to_regnum.
14671 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14672 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14673 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14674 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14675 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14676 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14677 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14678 (amd64_frame_cache): Rename from x86_64_frame_cache.
14679 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14680 (amd64_frame_prev_register): Rename from
14681 x86_64_frame_prev_register.
14682 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14683 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14684 (amd64_sigtramp_frame_cache): Rename from
14685 x86_64_sigtramp_frame_cache.
14686 (amd64_sigtramp_frame_prev_register): Rename from
14687 x86_64_sigtramp_frame_prev_register.
14688 (amd64_sigtramp_frame_unwind): Rename from
14689 x86_64_sigtramp_frame_unwind.
14690 (amd64_sigtramp_frame_sniffer): Rename from
14691 x86_64_sigtramp_frame_sniffer.
14692 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14693 (amd64_frame_base): Rename from x86_64_frame_base.
14694 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14695 (amd64_frame_align): Rename from x86_64_frame_align.
14696 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14697 (amd64_regset_from_core_section): Rename from
14698 x86_64_regset_from_core_section.
14699 (x86_64_init_abi): Update comments.
14700
fca6aa58
NR
147012004-01-04 Nick Roberts <nick@nick.uklinux.net>
14702
14703 * MAINTAINERS (write after approval): Add myself.
14704
8ada74e3
MK
147052004-01-04 Mark Kettenis <kettenis@gnu.org>
14706
14707 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14708 `float' arguments.
14709
5154b0cd
MK
147102004-01-04 Mark Kettenis <kettenis@gnu.org>
14711
14712 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14713 such that it mentions a specific version of GCC that exhibits this
14714 bug.
14715
fb316966
MK
147162004-01-03 Mark Kettenis <kettenis@gnu.org>
14717
200cc553
MK
14718 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14719 structure that has a single `float' member, store it in %f1 in
14720 addition to %f0.
14721
e226a4a0
MK
14722 * sparc-sol2-nat.c: Add missing '\'.
14723
b9d4c5ed
MK
14724 * sparc-tdep.c (sparc32_return_value): New function.
14725 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14726 Remove functions.
14727 (sparc32_gdbarch_init): Set return_value, don't set
14728 extract_return_value, store_return_value, use_struct_convention
14729 and return_value_on_stack.
14730
fb316966
MK
14731 * sparc-sol2-nat.c: Add missing ')'.
14732
1af510a8
JB
147332004-01-03 J. Brobecker <brobecker@gnat.com>
14734
14735 * infrun.c (handle_step_into_function): New function.
14736 (handle_inferior_event): Extract out some code into the new
14737 function above.
14738
5cf4d23a
JB
147392004-01-03 J. Brobecker <brobecker@gnat.com>
14740
14741 * infrun.c (handle_inferior_event): Move the declaration of
14742 real_stop_pc inside the if blocks where it is used.
14743
60af1db2
MK
147442004-01-03 Mark Kettenis <kettenis@gnu.org>
14745
14746 * sparc64-tdep.c (sparc64_16_byte_align_p)
14747 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14748 Use check_typedef to get subtypes of structures and unions.
14749 (sparc64_store_return_value): Fix calculation of the appropriate
14750 offset into VALBUF when storing a structure or union.
14751 (sparc64_return_value): New function.
14752 (sparc64_use_struct_convention): Remove function.
14753 (sparc64_init_abi): Set return_value, don't set
14754 extract_return_value, store_return_value and
14755 use_struct_convention.
14756
1a901d3f
EZ
147572004-01-03 Eli Zaretskii <eliz@elta.co.il>
14758
14759 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14760 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14761 gdb/config/alpha/xm-alphaosf.h,
14762 gdb/config/powerpc/tm-ppcle-eabi.h,
14763 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14764 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14765 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14766 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14767 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14768 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14769 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14770 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14771 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14772 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14773 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14774 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14775 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14776 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14777 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14778 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14779 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14780 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14781 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14782 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14783 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14784 Remove lines for .cvsignore files.
14785
ef52e463
JB
147862004-01-03 J. Brobecker <brobecker@gnat.com>
14787
14788 * infrun.c: Back out the previous change.
14789
cb1bf9dc
MK
147902004-01-03 Mark Kettenis <kettenis@gnu.org>
14791
f0424ef6
MK
14792 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14793 sparc-*-sunos4* to the list of REMOVED configurations.
14794
cb1bf9dc
MK
14795 * configure.tgt: Add back sparc-*-vxworks*.
14796 * remote-vxsparc.c: Remove all includes except for "defs.h",
14797 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14798 Include "sparc-tdep.h".
14799 (SPARC_R_G1): New define.
14800 (vxsparc_gregset): New variable.
14801 (ext_format_sparc): Remove extern declaration.
14802 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14803 sparc32_supply_fpregset.
14804 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14805 sparc_collect_rwindow and sparc32_collect_fpregset.
14806 * config/sparc/tm-vxworks.h: New file, based on recently removed
14807 tm-vxsparc.h.
14808 * config/sparc/vxworks.mt: New file, based on recently removed
14809 vxworks.mt.
fe61caab 14810
5e938f9f
JB
148112004-01-03 J. Brobecker <brobecker@gnat.com>
14812
14813 * infrun.c (handle_step_into_function): New function.
14814 (handle_inferior_event): Extract out some code into the new
14815 function above.
14816
386c036b
MK
148172004-01-02 Mark Kettenis <kettenis@gnu.org>
14818
14819 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14820 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14821 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14822 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14823 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14824 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14825 (sparc_nat_h): New variable.
14826 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14827 (tm-sun4os4.h): Remove dependency.
14828 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14829 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14830 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14831 sparc-tdep.o): Update dependencies.
14832 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14833 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14834 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14835 dependencies.
14836 * configure.host: Remove existing sparc-*-lynxos*,
14837 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14838 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14839 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14840 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14841 triplets.
14842 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14843 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14844 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14845 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14846 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14847 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14848 sparc64-*-solaris2* and sparc64-*-* triplets.
14849 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14850 "symtab.h" and "objfiles.h".
14851 (BIAS): Remove define.
14852 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14853 (X_DISP19): Remove macros.
14854 (sparc_fetch_instruction): Remove function.
14855 (struct gdbarch_tdep): Remove definition.
14856 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14857 (sparc_breakpoint_from_pc): Remove function.
14858 (struct sparc64_frame_cache): Remove definition.
14859 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14860 sparc64_unwind_pc): Remove functions.
14861 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14862 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14863 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14864 (sparc64_frame_cache): Change return type to `struct
14865 sparc_frame_cache *'. Simply call sparc_frame_cache.
14866 (sparc64_frame_this_id, sparc64_frame_prev_register,
14867 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14868 instead of `struct sparc64_frame_cache.
14869 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14870 sparc_analyze_control_transfer, sparc_software_single_step,
14871 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14872 _initialize_sparc64_tdep): Remove functions.
14873 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14874 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14875 macros.
14876 (sparc64_supply_gregset, sparc64_collect_gregset,
14877 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14878 (sparc64_init_abi): New function.
14879 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14880 inclusion guard. Include "sparc-tdep.h".
14881 (BIAS): Define.
14882 (r_tstate_offset, r_fprs_offset): New defines.
14883 (enum sparc_regnum): Remove defenition.
14884 (enum sparc64_regnum): Reformat.
14885 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14886 (sparc64_init_abi, sparc64_supply_gregset,
14887 sparc64_collect_gregset, sparc64_supply_fpregset,
14888 sparc64_collect_fpregset): New prototypes.
14889 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14890 Add extern declarations.
14891 (sparc64_sol2_init_abi): New prototype.
14892 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14893 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14894 prototypes.
14895 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14896 "sparnbsd-nat.h".
14897 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14898 functions.
14899 (_initialize_sparc64fbsd_nat): Remove initialization of
14900 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14901 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 14902 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
14903 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14904 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14905 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14906 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14907 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14908 (sparc64fbsd_r_y_offset): Remove variables.
14909 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14910 Make static and const.
14911 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14912 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14913 functions.
14914 (sparc64fbsd_gregset): New variable.
14915 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14916 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14917 and sparc64_supply_fpregset.
14918 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14919 (sparc64fbsd_sigtramp_frame_this_id)
14920 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14921 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14922 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14923 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14924 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14925 * sparcnbsd-tdep.c: Update copyright year. Include
14926 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14927 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14928 "value.h" and "sparcnbsd-tdep.h".
14929 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14930 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14931 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14932 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14933 defines.
14934 (sparcnbsd_gregset): New variable.
14935 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14936 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14937 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14938 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14939 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14940 variables.
14941 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14942 (sparc32nbsd_sigcontext_frame_this_id)
14943 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14944 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14945 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14946 (sparcnbsd_get_longjmp_target_32,
14947 sparcnbsd_get_longjmp_target_64): Remove functions.
14948 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14949 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14950 sparcnbsd_init_elf): Remove.
14951 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14952 (sparcnbsd_elf_init_abi): New functions.
14953 (_initialize_sparcnbsd_tdep): New prototype.
14954 (_initialize_sparnbsd_tdep): Update.
14955 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14956 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14957 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14958 * config/sparc/linux.mh: Update comment.
14959 (XM_FILE, HOST_IPC): Remove variables.
14960 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14961 sparc-linux-nat.o.
14962 * config/sparc/linux.mt: Update comment.
14963 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14964 * config/sparc/nbsd.mt: Reformat.
14965 * config/sparc/nbsd64.mh: Update comment.
14966 (NATDEPFILES): Add sparc-nat.o.
14967 * config/sparc/nbsd64.mt: Update comment.
14968 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14969 (TM_FILE): Set to tm-nbsd.h.
14970 * config/sparc/nbsdelf.mh: Update comment.
14971 (NATDEPFILES): Add sparc-nat.o.
14972 (XM_FILE): Delete.
14973 * config/sparc/nbsdaout.mh: Update comment.
14974 (NATDEPFILES): Add sparc-nat.o
14975 (XM_FILE): Delete.
14976 * config/sparc/nm-linux.h: Update copyright year. Don't include
14977 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14978 inclusion.
14979 (KERNEL_U_SIZE): Remove define.
14980 (kernel_u_size): Remove prototype.
14981 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14982 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14983 "regcache.h".
14984 (CHILD_PREPARE_TO_STORE): Remove define.
14985 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14986 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14987 sparcnbsd-nat.c: Rewrite files.
14988 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14989 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14990 sparcnbsd-tdep.h: Remove files.
14991 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14992 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14993 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14994 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14995 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14996 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14997 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14998 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14999 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
15000 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
15001 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
15002 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
15003 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
15004 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
15005 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
15006 * config/sparc/linux64.mh, config/sparc/linux64.mt,
15007 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
15008 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
15009 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
15010
ee84457a
AC
150112004-01-02 Andrew Cagney <cagney@redhat.com>
15012
15013 From 2003-12-18 Kazuhiro Inaoka:
15014 * configure.host: Add m32r-linux target.
15015
0bc2134e
MC
150162004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15017
15018 * top.c (print_gdb_version): Update year to 2004.
15019
89a72f9c
MM
150202004-01-02 Mark Mitchell <mark@codesourcery.com>
15021
15022 * MAINTAINERS: Add myself to the write-after-approval category.
15023
86b013ed
DJ
150242004-01-02 Daniel Jacobowitz <drow@mvista.com>
15025
15026 From Bernardo Innocenti <bernie@develer.com>:
15027 * configure.tgt: Add uClinux target.
15028
e42c9534
AC
150292004-01-02 Andrew Cagney <cagney@redhat.com>
15030
15031 * utils.c (do_my_cleanups): Make static, add forward declaration.
15032 * defs.h (do_my_cleanups): Delete declaration.
15033
162467d3
EZ
150342004-01-02 Eli Zaretskii <eliz@elta.co.il>
15035
15036 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
15037 bfd/ChangeLog-0203.
15038
78434e59
MK
150392004-01-02 Mark Kettenis <kettenis@gnu.org>
15040
15041 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
15042 in <machine/reg.h>.
15043 * configure, config.in: Regenerate.
15044
48efe704
AC
15045For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
15046tui/ChangeLog-1998-2003.
c906108c
SS
15047\f
15048Local Variables:
15049mode: change-log
15050left-margin: 8
15051fill-column: 74
15052version-control: never
15053End:
This page took 1.276689 seconds and 4 git commands to generate.