f0ee01654d0b9dbc484280c7e33cd18011beddba
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-05-01 Andrew Cagney <cagney@redhat.com>
2
3 * Makefile.in (m68klinux-nat.o): Update dependencies.
4 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5 (m68k_linux_sigtramp_frame_cache)
6 (m68k_linux_sigtramp_frame_this_id)
7 (m68k_linux_sigtramp_frame_prev_register)
8 (m68k_linux_sigtramp_frame_unwind)
9 (m68k_linux_sigtramp_frame_sniffer)
10 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
11 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
12 names, use trad-frame.h.
13 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
14 (struct m68k_sigtramp_info): Delete.
15 * m68k-tdep.c (m68k_sigtramp_frame_cache)
16 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
17 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
18 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
19 "m68klinux-tdep.c".
20
21 * infrun.c (check_sigtramp2): Delete check for
22 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
23
24 2004-05-01 Mark Kettenis <kettenis@gnu.org>
25
26 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
27
28 2004-05-01 Andrew Cagney <cagney@redhat.com>
29
30 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
31 (frv_linux_sigtramp_frame_cache)
32 (frv_linux_sigtramp_frame_this_id)
33 (frv_linux_sigtramp_frame_prev_register)
34 (frv_linux_sigtramp_frame_unwind)
35 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
36 include "linux" in function and variable names, directly call
37 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
38 the latest trad-frame code.
39 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
40 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
41 * Makefile.in (frv-linux-tdep.o): Update dependencies.
42 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
43 * frv-tdep.c (frv_sigtramp_frame_cache)
44 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
45 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
46 frv-linux-tdep.c.
47 (frv_gdbarch_init): Do not append a sigtramp sniffer.
48 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
49 (frv_set_sigcontext_reg_addr): Delete function.
50
51 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
52 (DEPRECATED_SIGTRAMP_END): Delete.
53 * gdbarch.h, gdbarch.c: Re-generate.
54 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
55 * config/vax/tm-vaxbsd.h: Update copyright.
56 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
57 (DEPRECATED_IN_SIGTRAMP): Define.
58 * config/m68k/tm-nbsd.h: Update copyright.
59 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
60 (DEPRECATED_IN_SIGTRAMP): Define.
61
62 2004-05-01 Mark Kettenis <kettenis@gnu.org>
63
64 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
65 encondings. Fixes PR gdb/1628.
66
67 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
68 DW_CFA_restore state without a matching DW_CFA_remember_state
69 instead of aborting. Fixes PR backtrace/1589.
70
71 2004-04-30 Joel Brobecker <brobecker@gnat.com>
72
73 * MAINTAINERS: Add self as AIX maintainer.
74 Update my e-mail address in write-after-approval section.
75
76 2004-04-30 Andrew Cagney <cagney@redhat.com>
77
78 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
79 (legacy_get_prev_frame): Ditto.
80
81 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
82 (mips_gdbarch_init): Do not set pc_in_sigtramp.
83 * mipsread.c (sigtramp_address): Delete extern variable.
84 (mipscoff_new_init): Delete reference.
85 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
86 (fixup_sigtramp): Delete function.
87 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
88 (fixup_sigtramp): Delete declarations.
89
90 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
91 deprecated_pc_in_sigtramp.
92 (ppcnbsd_pc_in_sigtramp): Delete function.
93
94 2004-05-01 Mark Kettenis <kettenis@gnu.org>
95
96 * config/m68k/nm-nbsd.h: Tweak comments.
97 * config/m68k/nm-nbsdaout.h: Likewise.
98
99 2004-04-30 Andrew Cagney <cagney@redhat.com>
100
101 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
102 legacy_pc_in_sigtramp.
103 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
104
105 2004-05-01 Mark Kettenis <kettenis@gnu.org>
106
107 Add OpenBSD/m68k support.
108 * NEWS (New native configurations): Mention OpenBSD/m68k.
109 * m68kbsd-tdep.c: New file.
110 * m68kbsd-nat.c: New file.
111 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
112 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
113 * configure.host: Add m68k-*-openbsd.
114 * configure.tgt: Add m68k-*-openbsd.
115 * config/m68k/tm-obsd.h: New file.
116 * config/m68k/obsd.mt: New file.
117 * config/m68k/obsd.mh: New file.
118 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
119 m68kbsd-tdep.c.
120
121 2004-04-30 Andrew Cagney <cagney@redhat.com>
122
123 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
124 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
125
126 2004-04-30 Mark Kettenis <kettenis@gnu.org>
127
128 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
129 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
130
131 2004-04-30 Brian Ford <ford@vss.fsi.com>
132
133 Revert 2004-04-16 change.
134 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
135 (i386_coff_init_abi): Remove.
136 * i386-tdep.h (i386_coff_init_abi): Remove.
137 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
138
139 2004-04-30 Andrew Cagney <cagney@redhat.com>
140
141 * blockframe.c (find_pc_partial_function): Delete use of
142 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
143 DEPRECATED_SIGTRAMP_END.
144
145 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
146 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
147 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
148 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
149 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
150
151 * defs.h (deprecated_inside_entry_file): Delete declaration.
152 * blockframe.c (deprecated_inside_entry_file): Delete function.
153 (legacy_frame_chain_valid): Delete call.
154 * sh64-tdep.c (sh64_frame_chain): Delete call.
155 * objfiles.h: Update comments.
156 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
157 call.
158 * frame.c (get_prev_frame): Delete call, update comments.
159
160 2004-04-30 Brian Ford <ford@vss.fsi.com>
161
162 * MAINTAINERS (Write After Approval): Add myself.
163
164 2004-04-30 Andrew Cagney <cagney@redhat.com>
165
166 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
167 * gdbarch.h, gdbarch.c: Re-generate.
168 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
169 code.
170
171 2004-04-30 Andrew Cagney <cagney@redhat.com>
172
173 * gdb-events.sh (selected_thread_changed)
174 (selected_frame_level_changed, target_changed): Delete.
175 * gdb-events.h, gdb-events.c: Re-generate.
176 * valops.c (value_assign): Update.
177 * stack.c (select_frame_command, up_silently_base)
178 (down_silently_base): Update.
179
180 2004-04-29 Andrew Cagney <cagney@redhat.com>
181
182 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
183 registers correctly.
184 (print_gp_register_row, mips32_heuristic_proc_desc)
185 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
186 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
187 references to mips_isa_regsize.
188
189 2004-04-29 Andrew Cagney <cagney@redhat.com>
190
191 * mips-tdep.c (struct gdbarch_tdep): Delete
192 mips_fp_register_double.
193 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
194 mips_abi_regsize.
195 (mips_gdbarch_init): Do not set mips_fp_register_double.
196 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
197
198 2004-04-29 Joel Brobecker <brobecker@gnat.com>
199
200 Committed by Andrew Cagney.
201 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
202 function calls.
203
204 2004-04-29 Andrew Cagney <cagney@redhat.com>
205
206 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
207 gdbarch, use mips_abi, update callers.
208 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
209 mips_abi_regsize, update callers.
210 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
211 mips_default_abi_regsize.
212 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
213 mips_default_abi_regsize.
214
215 2004-04-29 Andrew Cagney <cagney@redhat.com>
216
217 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
218 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
219 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
220 mips_default_abi_regsize.
221 (mips_isa_regsize): Rename mips_regisze.
222 * mipsnbsd-tdep.c: Update.
223 * mips-linux-tdep.c: Update.
224 * irix5-nat.c: Update.
225 * mips-tdep.h (mips_isa_regsize): Update.
226
227 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
228 Delete all disabled code.
229 * gdb-events.h, gdb-events.c: Re-generate.
230
231 2004-04-19 Jerome Guitton <guitton@gnat.com>
232 Mark Kettenis <kettenis@gnu.org>
233
234 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
235 the function begins with a branch instruction.
236
237 2004-04-29 Mark Kettenis <kettenis@gnu.org>
238
239 * i386-tdep.c: Fix spelling mistakes.
240
241 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
242 Andrew Cagney <cagney@redhat.com>
243
244 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
245 <sys/proc.h>.
246 * acconfig.h: Provide default _KMEMUSER value.
247 * config.in, configure: Re-generate.
248 * NEWS: Mention fix.
249
250 2004-04-24 Randolph Chung <tausq@debian.org>
251
252 * configure.host (hppa*-*-linux*): New target.
253 * configure.tgt (hppa*-*-linux*): Likewise.
254 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
255 gdbarch_init_osabi() call earlier so that osabi-specific frame
256 unwinders can be registered first.
257 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
258 hppa-linux-nat.c.
259 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
260 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
261 * config/pa/linux.mh: New file.
262 * config/pa/linux.mt: New file.
263 * config/pa/nm-linux.h: New file.
264 * config/pa/xm-linux.h: New file.
265 * hppa-linux-nat.c: New file.
266 * hppa-linux-tdep.c: New file.
267
268 2004-04-28 Randolph Chung <tausq@debian.org>
269
270 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
271 return values.
272 (hppa32_push_dummy_call): Fix small struct and floating point argument
273 passing, and make sure the stack frame is properly aligned.
274
275 2004-04-28 Andrew Cagney <cagney@redhat.com>
276
277 * stack.c (print_stack_frame): Fix description.
278
279 * NEWS: Mention gdb/gdbserver/configure execute permission
280 changed. PR server/519.
281
282 2004-04-28 Andrew Cagney <cagney@redhat.com>
283
284 * stack.c (print_stack_frame_stub): Delete declaration.
285 (struct print_stack_frame_args, print_stack_frame)
286 (print_frame_info, print_frame): Replace "source" with print what.
287 Replace "print" with "print_level". Replace "args" with
288 "print_args".
289 * frame.h (show_and_print_stack_frame, print_stack_frame)
290 (print_frame_info): Update declarations.
291 * stack.c (select_and_print_frame, frame_command)
292 (current_frame_command, up_command, down_command): Update calls -
293 use get_selected_frame, pass "enum print_what" for source, do not
294 call frame_relative_level.
295 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
296 * remote-rdp.c (remote_rdp_open): Ditto.
297 * remote-mips.c (common_open): Ditto.
298 * remote-e7000.c (e7000_start_remote): Ditto.
299 * ocd.c (ocd_start_remote): Ditto.
300 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
301 * infrun.c (normal_stop): Ditto.
302 * inflow.c (kill_command): Ditto.
303 * infcmd.c (finish_command): Ditto.
304 * corelow.c (core_open): Ditto.
305 * tracepoint.c (finish_tfind_command): Ditto.
306 * thread.c (info_threads_command, info_threads_command)
307 (restore_current_thread, do_captured_thread_select): Ditto.
308 * ada-tasks.c (task_command): Ditto.
309
310 2004-04-26 Orjan Friberg <orjanf@axis.com>
311
312 * frame.c: Include "observer.h".
313 (frame_observer_target_changed): New function.
314 (_initialize_frame): Attach target_changed observer.
315 * regcache.c: Include "observer.h".
316 (regcache_observer_target_changed): New function.
317 (_initialize_regcache): Attach target_changed observer.
318 * valops.c: Include "observer.h".
319 (value_assign): Notify target_changed event when modifying register.
320 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
321
322 2004-04-26 Orjan Friberg <orjanf@axis.com>
323
324 From Paul Koning <pkoning@equallogic.com>:
325 * breakpoint.c (free_valchain): New function.
326 (insert_bp_location, delete_breakpoint): Use free_valchain.
327 (remove_breakpoint): Do not remove the valchain.
328 (bpstat_stop_status): If not stopped by watchpoint, skip
329 watchpoints when generating stop status list.
330 * infrun.c (handle_inferior_event): Make
331 stepped_after_stopped_by_watchpoint a global variable.
332 * remote.c (remote_stopped_data_address): Return watch data
333 address rather than zero if stepped_after_stopped_by_watchpoint is
334 set.
335
336 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
337
338 Fix PR gdb/1626.
339 * configure.in: Check for curses after termcap.
340 On osf5.*, do not check for ncurses.
341 * configure: Regenerate.
342
343 2004-04-25 Mark Kettenis <kettenis@gnu.org>
344
345 * ppcobsd-nat.c: Include "ppc-tdep.h".
346 * Makefile.in (ppcobsd-nat.o): Update dependencies.
347
348 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
349 Fixes PR tdep/1623 and PR tdep/1624.
350
351 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
352
353 * xmodem.h, xmodem.c: Remove files.
354 * Makefile.in: Remove references to xmodem.h, xmodem.c.
355
356 2004-04-23 Randolph Chung <tausq@debian.org>
357
358 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
359 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
360 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
361 for handling stackless frames.
362 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
363
364 2004-04-23 Randolph Chung <tausq@debian.org>
365
366 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
367 starts at a pc before the frame is created.
368
369 2004-04-23 Joel Brobecker <brobecker@gnat.com>
370
371 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
372
373 2004-04-23 Jerome Guitton <guitton@gnat.fr>
374
375 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
376 use convert_typed_floating to get the appropriate format.
377
378 2004-04-22 Randolph Chung <tausq@debian.org>
379
380 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
381 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
382 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
383 (hppa_sign_extend): Add prototype.
384 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
385 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
386 (sign_extend): Rename with hppa_ prefix and make non-static. Other
387 hppa targets will also use these functions.
388 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
389 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
390 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
391 (hppa_gdbarch_init): Remove gdbarch setting of
392 skip_trampoline_code, in_solib_call_trampoline and
393 in_solib_return_trampoline.
394 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
395 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
396 hppa_in_solib_call_trampoline.
397 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
398 Moved from hppa-tdep.c.
399 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
400 in_solib_call_trampoline and in_solib_return_trampoline.
401
402 2004-04-22 Randolph Chung <tausq@debian.org>
403
404 * hppa-tdep.c (hppa_debug): New variable.
405 (find_unwind_entry, hppa_frame_cache): Add debug output.
406 (_initialize_hppa_tdep): Add command to set debug flag.
407
408 2004-04-22 Andrew Cagney <cagney@redhat.com>
409
410 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
411 "trad-frame.h".
412 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
413 signal trampoline unwinder.
414 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
415
416 2004-04-22 Mark Kettenis <kettenis@gnu.org>
417
418 Add OpenBSD/powerpc support.
419 * NEWS (New native configurations): Mention OpenBSD/powerpc.
420 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
421 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
422 (ppc_collect_fpregset): New prototypes.
423 * ppcobsd-nat.c: New file.
424 * ppcobsd-tdep.c: New file.
425 * ppcobsd-tdep.h: New file.
426 * rs6000-tdep.c: Include "regset.h".
427 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
428 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
429 New functions.
430 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
431 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
432 (rs6000-tdep.o): Update dependencies.
433 * configure.host: Add powerpc-*-openbsd.
434 * configure.tgt: Add powerpc-*-openbsd.
435 * config/powerpc/obsd.mh: New file.
436 * config/powerpc/nm-obsd.h: New file.
437 * config/powerpc/obsd.mt: New file.
438
439 2004-04-22 Andrew Cagney <cagney@redhat.com>
440
441 * frame.h (show_frame_info): Delete declaration.
442
443 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
444 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
445 * m32r-tdep.c (m32r_frame_this_id): Ditto.
446 * frv-tdep.c (frv_frame_this_id): Ditto.
447 * avr-tdep.c (avr_frame_this_id): Ditto.
448
449 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
450
451 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
452
453 2004-04-22 Jim Blandy <jimb@redhat.com>
454
455 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
456 register number zero.
457
458 2004-04-21 Michael Snyder <msnyder@redhat.com>
459
460 * mips-tdep.c (heuristic_proc_start):
461 Warning() already prefixes "Warning: ".
462
463 2004-04-21 Andrew Cagney <cagney@redhat.com>
464
465 * annotate.h (deprecated_annotate_starting_hook)
466 (deprecated_annotate_stopped_hook)
467 (deprecated_annotate_exited_hook)
468 (deprecated_annotate_signal_hook)
469 (deprecated_annotate_signalled_hook): Deprecate.
470 * tracepoint.h (deprecated_create_tracepoint_hook)
471 (deprecated_delete_tracepoint_hook)
472 (deprecated_modify_tracepoint_hook)
473 (deprecated_trace_find_hook)
474 (deprecated_trace_start_stop_hook): Deprecate.
475 * target.h (deprecated_target_new_objfile_hook): Deprecate.
476 * remote.h (deprecated_target_resume_hook)
477 (deprecated_target_wait_loop_hook): Deprecate.
478 * gdbcore.h (deprecated_exec_file_display_hook)
479 (deprecated_file_changed_hook): Deprecate.
480 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
481 * defs.h (deprecated_modify_breakpoint_hook)
482 (deprecated_command_loop_hook, deprecated_show_load_progress)
483 (deprecated_print_frame_info_listing_hook)
484 (deprecated_query_hook, deprecated_warning_hook)
485 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
486 (deprecated_delete_breakpoint_hook)
487 (deprecated_interactive_hook, deprecated_registers_changed_hook)
488 (deprecated_readline_begin_hook, deprecated_readline_hook)
489 (deprecated_readline_end_hook, deprecated_register_changed_hook)
490 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
491 (deprecated_context_hook, deprecated_target_wait_hook)
492 (deprecated_attach_hook, deprecated_detach_hook)
493 (deprecated_call_command_hook, deprecated_set_hook)
494 (deprecated_error_hook, deprecated_error_begin_hook)
495 (deprecated_ui_load_progress_hook): Deprecate.
496 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
497 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
498 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
499 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
500 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
501 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
502 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
503 * annotate.c, aix-thread.c: Update.
504
505 2004-04-21 Andrew Cagney <cagney@redhat.com>
506
507 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
508 * vaxnbsd-tdep.c: Include "gdb_string.h".
509
510 * symfile.c (symbol_file_add_from_memory): #if 0 function.
511 (add_symbol_file_from_memory_command): #if 0 function body, call
512 error instead.
513
514 2004-04-21 Andrew Cagney <cagney@redhat.com>
515
516 * gdbcore.h: Update copyright.
517 (deprecated_add_core_fns): Rename add_core_fns.
518 * win32-nat.c (_initialize_core_win32): Update.
519 * sun3-nat.c (_initialize_core_sun3): Update.
520 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
521 * rs6000-nat.c (_initialize_core_rs6000): Update.
522 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
523 * nto-tdep.c (_initialize_nto_tdep): Update.
524 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
525 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
526 * mips-nat.c (_initialize_core_mips): Update.
527 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
528 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
529 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
530 * lynx-nat.c (_initialize_core_lynx): Update.
531 * irix5-nat.c (_initialize_core_irix5): Update.
532 * i386-interix-nat.c (_initialize_core_interix): Update.
533 * cris-tdep.c (_initialize_cris_tdep): Update.
534 * corelow.c (deprecated_add_core_fns): Update.
535 * core-regset.c (_initialize_core_regset): Update.
536 * core-aout.c (_initialize_core_aout): Update.
537 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
538 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
539 * alpha-nat.c (_initialize_core_alpha): Update.
540
541 2004-04-21 Jim Blandy <jimb@redhat.com>
542
543 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
544
545 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
546
547 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
548 Delete.
549 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
550 (read_attribute_value): Update calls to dwarf_alloc_block.
551 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
552 dwarf2_tmp_obstack.
553 (psymtab_to_symtab_1): Likewise. Clean up using
554 free_stack_comp_unit.
555 (add_to_cu_func_list): Use the comp_unit_obstack.
556
557 2004-04-19 Joel Brobecker <brobecker@gnat.com>
558
559 * dwarf2read.c (dwarf2_flag_true_p): New function.
560 (die_is_declaration): Use the function above. Add some comments.
561
562 2004-04-19 Mark Kettenis <kettenis@gnu.org>
563
564 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
565 architecture when registering sparcnbsd_core_osabi_sniffer.
566 Adjust comment.
567
568 2004-04-18 Mark Kettenis <kettenis@gnu.org>
569
570 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
571 return value.
572
573 Based on a patch from Brian Ford <ford@vss.fsi.com>:
574 * i386-tdep.c: Correct register numbering scheme comments
575 throughout.
576 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
577 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
578 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
579 (i386_gdb_arch_init): Likewise.
580
581 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
582 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
583 ppcnbsd-tdep.o.
584
585 * m68k-tdep.h: Tweak comments.
586 * m68k-tdep.c: Tweak comment.
587
588 2004-04-17 Randolph Chung <tausq@debian.org>
589
590 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
591 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
592 (hppa_hpux_som_init_abi): Set is_elf to 0.
593 (hppa_hpux_elf_init_abi): Set is_elf to 1.
594 * hppa-tdep.c (low_text_segment_address): Remove global.
595 (record_text_segment_lowaddr): Pass in low address as parameter. Use
596 section offset to calculate segment address.
597 (internalize_unwinds): Define low_text_segment_address as local and
598 pass to record_text_segment_lowaddr for ELF targets.
599 (hppa_gdbarch_init): Zero fill tdep structure.
600 (hppa_dump_tdep): Print tdep structure.
601 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
602
603 2004-04-17 Randolph Chung <tausq@debian.org>
604
605 * hppa-tdep.c (hppa_pseudo_register_read): Define.
606 (hppa_gdbarch_init): Set pseudo_register_read.
607 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
608 * regcache.c (supply_register): Remove check for
609 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
610
611 2004-04-17 Randolph Chung <tausq@debian.org>
612
613 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
614 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
615 (hpread_adjust_stack_address): Move to hpread.c.
616 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
617 obj_private_struct): Move from tm-hppa.h.
618 * hpread.c (hppa-tdep.h): Include.
619 (hpread_adjust_stack_address): Move from hppa-tdep.c.
620 (hpread_read_function_type, hpread_read_doc_function_type)
621 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
622 directly.
623 * pa64solib.c (hppa-tdep.h): Include.
624 * somsolib.c (hppa-tdep.h): Include.
625 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
626 inferior_status): Remove unused forward declarations.
627 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
628 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
629 obj_private_struct): Move to hppa-tdep.h.
630 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
631
632 2004-04-17 Randolph Chung <tausq@debian.org>
633
634 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
635 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
636 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
637 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
638 Remove forward declaration and make static.
639 (hppa_reg_struct_has_addr): Remove.
640
641 2004-04-16 Joel Brobecker <brobecker@gnat.com>
642
643 * observer.sh: Move comments in sed command to first column.
644
645 2004-04-16 Jason Molenda (jmolenda@apple.com)
646
647 * frame.c: Minor typeo corrections in comments.
648
649 2004-04-16 Joel Brobecker <brobecker@gnat.com>
650
651 * observer.c (observer_test_first_notification_function): Update
652 function profile.
653 (observer_test_second_notification_function): Likewise.
654 (observer_test_third_notification_function): Likewise.
655
656 2004-04-16 Mark Kettenis <kettenis@gnu.org>
657
658 From Brian Ford <ford@vss.fsi.com>:
659 * i386-tdep.c (i386_coff_init_abi): New function.
660 * i386-tdep.h (i386_coff_init_abi): New prototype.
661 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
662 register number translation functions for DWARF and DWARF 2.
663
664 2004-04-16 Joel Brobecker <brobecker@gnat.com>
665
666 * dwarf2read.c: Back out my previous change, it was incorrect.
667
668 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
669
670 * dwarf2read.c: Include "hashtab.h".
671 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
672 has_namespace_info.
673 (struct partial_die_info): Add comments. Use bitfields to reduce
674 memory footprint. Add scope, scope_set, has_specification,
675 spec_offset, die_parent, die_child, and die_sibling.
676 (peek_die_abbrev): Add prototype.
677 (partial_read_comp_unit_head): New function, broken out from
678 dwarf2_build_psymtabs_hard.
679 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
680 Use partial_read_comp_unit_head. Initialize the CU and
681 comp_unit_obstack. Update calls to read_partial_die and
682 scan_partial_symbols. Use free_stack_comp_unit and
683 load_partial_dies.
684 (scan_partial_symbols): Change PDI to a pointer. Use the child and
685 sibling pointers to walk partial DIEs. Call fixup_partial_die.
686 Update calls to helper functions. Remove NAMESPACE argument.
687 Update comments.
688 (partial_die_parent_scope, partial_die_full_name): New functions.
689 (add_partial_symbol): Remove namespace argument. Update call to
690 pdi_needs_namespace. Use partial_die_full_name. Handle
691 DW_TAG_namespace. Check has_namespace_info flag.
692 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
693 tag. Handle namespaces.
694 (add_partial_namespace, add_partial_enumeration): Simplify.
695 (guess_structure_name): New function, derived from
696 add_partial_structure.
697 (add_partial_structure): Remove.
698 (determine_class_name): Update comment.
699 (dwarf2_read_abbrevs): Set has_namespace_info flag.
700 (is_type_tag_for_partial, load_partial_dies): New functions.
701 (read_partial_die): Pass abbrev and abbrev_len as arguments.
702 Record specifications instead of following them immediately.
703 (find_partial_die_in_comp_unit, find_partial_die)
704 (fixup_partial_die, free_stack_comp_unit)
705 (hashtab_obstack_allocate, dummy_obstack_deallocate)
706 (partial_die_hash, partial_die_eq): New functions.
707 * Makefile.in (hashtab_h): Define.
708 (dwarf2read.o): Update dependencies.
709 (observer_inc, observer_h): Move to the correct section.
710
711 2004-04-15 Joel Brobecker <brobecker@gnat.com>
712
713 * dwarf2read.c (dwarf2_attribute_true_p): New function.
714 (die_is_declaration): Use the function above. Add comment.
715
716 2004-04-15 Joel Brobecker <brobecker@gnat.com>
717
718 * dwarf2read.c (read_structure_scope): Identify stub types
719 using die_is_declaration() only.
720
721 2004-04-15 Roland McGrath <roland@redhat.com>
722
723 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
724 argument instead of NAME.
725 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
726 in call to symbol_file_add_with_addrs_or_offsets.
727 (build_addr_info): New function, helper for ...
728 (symbol_file_add_from_memory): New function.
729 (add_symbol_file_from_memory_command): New function using that.
730 (_initialize_symfile): Register it for add-symbol-file-from-memory.
731 (pre_add_symbol_hook): Add const to argument type.
732 * symfile.h (symbol_file_add_from_memory): Declare it.
733
734 2004-04-15 Mark Kettenis <kettenis@gnu.org>
735
736 * NEWS (New native configurations): Mention OpenBSD/vax.
737 * configure.host: Add vax-*-openbsd*.
738 * config/vax/obsd.mh: New file.
739 * config/vax/nm-obsd.h: New file.
740
741 * vax-tdep.c: Include "regset.h".
742 (vax_supply_gregset): New function.
743 (vax_gregset): New variable.
744 (vax_regset_from_core_section): New function.
745 (vax_gdbarch_init): Set regset_from_core_section.
746 * Makefile.in (vax-tdep.o): Update dependencies.
747
748 2004-04-15 Andrew Cagney <cagney@redhat.com>
749
750 * observer.c (normal_stop_subject, observer_notify_normal_stop)
751 (observer_normal_stop_notification_stub)
752 (observer_attach_normal_stop, observer_detach_normal_stop):
753 Delete, replaced by #include "observer.inc".
754 * infrun.c (normal_stop): Pass "stop_bpstat" to
755 observer_notify_normal_stop.
756 * Makefile.in (observer_inc): Define.
757 (observer.o): Update dependencies.
758 (observer.h, observer.inc): New rules.
759 * observer.h: Delete file.
760 * observer.sh: New file.
761
762 2004-04-15 Mark Kettenis <kettenis@gnu.org>
763
764 * vax-tdep.c (vax_frame_cache): Fix typo.
765
766 2004-04-14 Mark Kettenis <kettenis@gnu.org>
767
768 * NEWS (New native configurations): Mention NetBSD/vax.
769 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
770 * config/vax/nbsdelf.mh: New file.
771 * config/vax/nbsdaout.mh: New file.
772 * config/vax/nm-nbsd.h: New file.
773 * config/vax/nm-nbsdaout.h: New file.
774
775 * vaxnbsd-tdep.c: New file.
776 * Makefile.in (vaxnbsd-tdep.o): New dependency.
777 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
778 * config/vax/nbsd.mt: New file.
779 * config/vax/tm-nbsd.h: New file.
780
781 * Makefile.in (vaxbsd-nat.o): New dependency.
782
783 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
784 * vax-tdep.c (vax_store_arguments): Remove struct_return and
785 struct_addr arguments. Don't push return value address.
786 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
787 arguments to vax_store_arguments. Store return value address in
788 R1.
789 (vax_store_struct_return, vax_extract_return_value)
790 (vax_store_return_value): Remove functions.
791 (vax_return_value): New function.
792 (vax_gdbarch_init): Set return value. Don't set
793 deprecated_store_struct_return, deprecated_extract_struct_return
794 and deprecated_store_return_value.
795
796 2004-04-14 Andreas Schwab <schwab@suse.de>
797
798 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
799 value buffer.
800 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
801
802 2004-04-14 Mark Kettenis <kettenis@gnu.org>
803
804 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
805 (vax_unwind_dummy_id): New functions.
806 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
807 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
808 variables.
809 (vax_fix_call_dummy): Remove function.
810 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
811 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
812 call_dummy_location, deprecated_call_dummy_words,
813 deprecated_sizeof_call_dummy_words,
814 deprecated_call_dummy_breakpoint_offset,
815 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
816 and deprecated_dummy_write_sp.
817
818 2004-04-13 David Carlton <carlton@kealia.com>
819
820 * MAINTAINERS: Move myself to "paper trail" section.
821
822 2004-04-12 Mark Kettenis <kettenis@gnu.org>
823
824 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
825 "trad-frame.h".
826 (vax_frame_init_saved_regs): Remove function.
827 (vax_sigtramp_saved_pc): Remove function.
828 (vax_frame_saved_pc): Remove function.
829 (vax_frame_args_address): Remove function.
830 (vax_frame_num_args): Rewrite.
831 (vax_frame_chain): Remove function.
832 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
833 VAX_FP_REGNUM.
834 (vax_pop_frame): Likewise.
835 (vax_saved_pc_after_call): Remove function.
836 (struct vax_frame_cache): New structure.
837 (vax_frame_cache): New function.
838 (vax_frame_this_id): New function.
839 (vax_frame_prev_register): New function.
840 (vax_frame_unwind): New variable.
841 (vax_frame_sniffer): New function.
842 (vax_frame_base_address): New function.
843 (vax_frame_args_address): New function.
844 (vax_frame_base): New variable.
845 (vax_unwind_pc): New function.
846 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
847 deprecated_fp_regnum, deprecated_saved_pc_after_call,
848 deprecated_frame_chain, deprecated_frame_saved_pc,
849 deprecated_frame_args_address and
850 deprecated_frame_init_saved_regs.
851 * Makefile.in (vax-tdep.o): Update dependencies.
852
853 * vaxbsd-nat.c: New file.
854
855 * vax-tdep.h: Update copyright year. Adjust comments.
856 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
857 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
858 (vax_regnum): New enum. Replacing...
859 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
860 (VAX_PS_REGNUM): ... these removed macros.
861 * vax-tdep.c (vax_register_name): Remove prototype.
862 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
863 (vax_register_byte, vax_register_raw_size,
864 vax_register_virtual_size, vax_register_virtual_type): Remove
865 functions.
866 (vax_register_type): New function.
867 (vax_breakpoint_from_pc): Reorganize.
868 (vax_gdbarch_init): Set register_type. Don't set
869 deprecated_register_size, deprecated_register_bytes,
870 deprecated_register_byte, deprecated_register_raw_size,
871 deprecated_max_register_raw_size,
872 deprecated_register_virtual_size,
873 deprecated_max_register_virtual_size and
874 deprecated_register_virtual_type. Add comment on stack direction.
875
876 2004-04-11 Mark Kettenis <kettenis@gnu.org>
877
878 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
879 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
880 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
881
882 2004-04-10 Randolph Chung <tausq@debian.org>
883
884 * MAINTAINERS (write after approval): Add myself.
885
886 2004-04-07 Randolph Chung <tausq@debian.org>
887
888 * hppa-tdep.c (hppa_inner_than): Remove.
889 (is_pa_2): Remove unused static variable.
890 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
891
892 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
893
894 * language.h (language_defn): Add new la_post_parser field.
895 * parser-defs.h (null_post_parser): New declaration (default for
896 la_post_parser).
897
898 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
899 insert call to that function.
900 (parse_exp_in_context): New function, including code formerly in
901 parse_exp_1. Calls language-dependent post-parser after
902 prefixification.
903 (parse_expression_in_context): New exported function.
904 (null_post_parser): New definition.
905 * expression.h (parse_expression_in_context): Add declaration.
906
907 * p-lang.c (pascal_language_defn): Add trivial post-parser.
908 * c-lang.c (c_language_defn): Ditto.
909 (cplus_language_defn): Ditto.
910 (asm_language_defn): Ditto.
911 (minimal_language_defn): Ditto.
912 * f-lang.c (f_language_defn): Ditto.
913 * jv-lang.c (java_language_defn): Ditto.
914 * language.c (unknown_language_defn): Ditto.
915 (auto_language_defn): Ditto.
916 (local_language_defn): Ditto.
917 * m2-lang.c (m2_language_defn): Ditto.
918 * scm-lang.c (scm_language_defn): Ditto.
919 * obj-lang.c (objc_language_defn): Ditto.
920
921 2004-04-10 Mark Kettenis <kettenis@gnu.org>
922
923 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
924 (amd64nbsd_mcontext_addr): New function.
925 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
926 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
927 with amd64nbsd_r_reg_offset, instead of building it on the fly.
928
929 * corelow.c (core_xfer_partial): Fix coding standards violation.
930 Add support for TARGET_OBJECT_WCOOKIE.
931
932 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
933 deprecated_pc_in_sigtramp.
934 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
935 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
936 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
937 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
938 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
939 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
940 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
941
942 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
943 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
944 Fix typo.
945
946 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
947 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
948 (amd64_collect_fxsave): Likewise.
949
950 * i386-sol2-tdep.c: Include "gdb_string.h".
951 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
952 name.
953 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
954
955 2004-04-10 Mark Kettenis <kettenis@gnu.org>
956
957 * i386-sol2-tdep.c: Include "solib-svr4.h".
958 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
959 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
960 * config/i386/tm-i386sol2.h: Include :solib.h".
961 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
962 solib-svr4.o and solib-legacy.o.
963 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
964 solib-svr4.o.
965
966 2004-04-09 Mark Kettenis <kettenis@gnu.org>
967
968 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
969 whether a register is supplied by PTRACE_GETFPREGS.
970 (store_inferior_registers): Likewise.
971 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
972 whether a register is supplied by PT_GETFPREGS.
973 (store_inferior_registers): Likewise.
974
975 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
976 * config/i386/linux64.mt (TDEPFILES): Likewise.
977
978 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
979
980 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
981 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
982 the program counter is in the range specified by `struct
983 gdbarch_tdep'.
984 * amd64-linux-tdep.c: Include "symtab.h".
985 (amd64_linux_pc_in_sigtramp): Remove function.
986 (amd64_linux_sigtramp_p): New function.
987 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
988 deprecated_pc_in_sigtramp.
989 * amd64nbsd-tdep.c: Include "symtab.h".
990 (amd64nbsd_sigtramp_p): New function.
991 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
992 deprecated_pc_in_sigtramp.
993 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
994 few comments.
995 (amd64obsd_pc_in_sigtramp): Remove function.
996 (amd64obsd_sigtramp_p): New function.
997 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
998 deprecated_pc_in_sigtramp.
999 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
1000 (i386bsd_pc_ins_sigtramp): Remove prototype.
1001 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
1002 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
1003 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
1004 the program counter is in the range specified by `struct
1005 gdbarch_tdep'.
1006 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
1007 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
1008 (i386_go32_pc_in_sigtramp): Remove function.
1009 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
1010 Initialize TDEP->sigtramp_p.
1011 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
1012 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
1013 deprecated_pc_in_sigtramp.
1014 * i386-linux-tdep.c: Adjust comments.
1015 (i386_linux_pc_in_sigtramp): Remove function.
1016 (i386_linux_sigtramp_p): New function.
1017 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
1018 deprecated_pc_in_sigtramp.
1019 * i386-nto-tdep.c: Update copyright year.
1020 (i386nto_pc_in_sigtramp): Remove function.
1021 (i386nto_sigtramp_p): New function.
1022 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
1023 SP_REGNUM.
1024 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
1025 deprecated_pc_in_sigtramp.
1026 * i386-sol2-tdep.c: Update copyright year.
1027 (i386_sol2_pc_in_sigtramp): Remove function.
1028 (i386_sol2_sigtramp_p): New function.
1029 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
1030 deprecated_pc_in_sigtramp.
1031 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
1032 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
1033 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
1034 deprecated_sigtramp_start and deprecated_sigtramp_end.
1035 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
1036 (i386nbsd_pc_in_sigtramp): Remove function.
1037 (i386nbsd_sigtramp_p): New function.
1038 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
1039 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
1040 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
1041 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
1042 (i386obsd_pc_in_sigtramp): Remove function.
1043 (i386obsd_sigtramp_p): New function.
1044 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
1045 functions.
1046 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
1047 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
1048 TDEP->sigtramp_p.
1049 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
1050 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
1051 dependencies.
1052
1053 * config/i386/i386aout.mt: Remove file.
1054
1055 * configure.tgt: Remove i[34567]86-*-go32*,
1056 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
1057 and i[34567]86-*-isc*. Set gdb_target to i386 for
1058 i[34567]86-*-netware* and i[34567]86-*-*.
1059 * config/i386/i386.mt: New file.
1060 * config/i386/embed.mt: Remove file.
1061 * config/i386/go32.mt: Remove file.
1062 * config/i386/i386nw.mt: Remove file.
1063 * config/i386/i386v.mt: Remove file.
1064 * config/i386/tm-go32.h: Remove file.
1065
1066 * tui/tui-hooks.c: Include "readline/readline.h" after
1067 "gdb_curses.h" instead of before.
1068 * tui/tui-io.c: Likewise.
1069
1070 * tui/tui.c: Fix typo in comment.
1071
1072 * sparc64-tdep.c (sparc_address_from_register): Remove function.
1073
1074 2004-04-08 Andrew Cagney <cagney@redhat.com>
1075
1076 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
1077 (deprecated_exception_support_initialized): Declare.
1078 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
1079 (initialize_hp_cxx_exception_support)
1080 (child_enable_exception_callback): Update.
1081 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
1082 (deprecated_exception_support_initialized): Rename
1083 deprecated_exception_catchpoints_are_fragile and
1084 deprecated_exception_support_initialized.
1085 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
1086
1087 * symtab.c (deprecated_hp_som_som_object_present): Rename
1088 hp_som_som_object_present.
1089 * symtab.h (deprecated_hp_som_som_object_present): Declare.
1090 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
1091 Update. Delete extern declaration.
1092 * valops.c (hp_som_som_object_present): Ditto.
1093 * parse.c (deprecated_hp_som_som_object_present)
1094 (parse_nested_classes_for_hpacc): Ditto.
1095 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
1096 * hppa-hpux-tdep.c (hp_som_som_object_present)
1097 (initialize_hp_cxx_exception_support): Ditto.
1098 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
1099 * cp-valprint.c (hp_som_som_object_present)
1100 (cp_print_class_method): Ditto.
1101 * c-typeprint.c (hp_som_som_object_present):
1102 (c_type_print_base): Ditto.
1103 * c-exp.y (hp_som_som_object_present): Ditto.
1104
1105 2004-04-08 Andrew Cagney <cagney@redhat.com>
1106
1107 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
1108 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
1109 (frame_unwind_find_by_frame): Re-implement the unwind code so
1110 that it can both prepend and append sniffers. Replace
1111 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
1112 * tramp-frame.c (tramp_frame_append): Use
1113 frame_unwind_prepend_unwinder.
1114 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
1115 frame_unwind_register_unwinder.
1116 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
1117 tramp_frame_append.
1118 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
1119 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
1120 (mips_linux_init_abi): Update.
1121
1122 2004-04-08 Kevin Buettner <kevinb@redhat.com>
1123
1124 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
1125 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
1126 file support.
1127
1128 2004-04-07 Kevin Buettner <kevinb@redhat.com>
1129
1130 * ia64-tdep.c (elf.h): Don't include.
1131 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
1132
1133 2004-04-07 Jason Molenda (jmolenda@apple.com)
1134
1135 * frame.h: Typeo corrections in comments.
1136
1137 2004-04-07 Jim Blandy <jimb@redhat.com>
1138
1139 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
1140 %esp and %ebp
1141
1142 2004-04-07 Mark Kettenis <kettenis@gnu.org>
1143
1144 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
1145 * config/sparc/linux64.mt (TDEPFILES): Likewise.
1146 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1147 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1148 and solib-legacy.o.
1149 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
1150 solib-svr4.o.
1151 * config/sparc/tm-sol2.h: Update copyright year. Include
1152 "solib.h".
1153
1154 * sparc-sol2-tdep.c: Update copyright year. Include
1155 "solib-svr4.h".
1156 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
1157 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
1158 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
1159 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
1160 dependencies.
1161
1162 2004-04-06 Andrew Cagney <cagney@redhat.com>
1163
1164 * infttrace.c: Include "infttrace.h".
1165 * infttrace.h: Include "target.h".
1166 * Makefile.in (infttrace_h): Update.
1167 (infttrace.o): Update.
1168
1169 2004-04-06 Andrew Cagney <cagney@redhat.com>
1170
1171 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
1172 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
1173 move extern declarations from here ...
1174 * infttrace.h: ... to here.
1175 * Makefile.in (hppah-nat.o): Update dependencies.
1176
1177 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
1178 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
1179 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
1180 (hppa_breakpoint_from_pc): Delete.
1181
1182 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
1183
1184 2004-04-05 Andrew Cagney <cagney@redhat.com>
1185
1186 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
1187 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
1188 <sys/file.h>.
1189
1190 2004-04-06 Randolph Chung <tausq@debian.org>
1191
1192 Committed by Andrew Cagney (mechanical change).
1193 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
1194 exception_catchpoints_are_fragile, find_stub_with_shl_get,
1195 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
1196 child_enable_exception_callback, current_ex_event,
1197 null_symtab_and_line, child_get_current_exception_event,
1198 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
1199 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
1200 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
1201 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
1202 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
1203 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
1204 Move hpux-specific definitions ...
1205 * hppa-hpux-tdep.c: ... to here.
1206
1207 2004-04-05 Andrew Cagney <cagney@redhat.com>
1208
1209 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
1210 skip_prologue_using_sal.
1211
1212 2004-04-05 Andrew Cagney <cagney@redhat.com>
1213
1214 * config/i386/tm-i386.h: Delete file.
1215 * config/i386/tm-vxworks.h: Update copyright, do not include
1216 "tm-i386.h".
1217 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
1218 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
1219 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
1220 * config/i386/ncr3000.mt (TM_FILE): Delete.
1221 * config/i386/interix.mt (TM_FILE): Delete.
1222 * config/i386/i386v.mt (TM_FILE): Delete.
1223 * config/i386/i386nw.mt (TM_FILE): Delete.
1224 * config/i386/i386gnu.mt (TM_FILE): Delete.
1225 * config/i386/i386aout.mt (TM_FILE): Delete.
1226 * config/i386/embed.mt (TM_FILE): Delete.
1227
1228 2004-04-05 Kevin Buettner <kevinb@redhat.com>
1229
1230 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
1231 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
1232 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
1233 (accg7_regnum): New constants.
1234 (last_spr_regnum, last_pseudo_regnum): Update.
1235 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
1236 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
1237 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
1238 for accg registers.
1239 (frv_register_sim_regno): Update spr_map[].
1240
1241 2004-04-04 Andrew Cagney <cagney@redhat.com>
1242
1243 * config/mips/xm-riscos.h: Delete.
1244 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
1245 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
1246 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
1247 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
1248 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
1249 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
1250 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
1251 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
1252 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
1253 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
1254 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
1255 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
1256 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
1257 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
1258 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
1259 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
1260 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
1261 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
1262 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
1263 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
1264 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
1265 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
1266 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
1267 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
1268 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
1269 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
1270
1271 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
1272 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
1273 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
1274 * configure.host: Remove m680[01]0-sun-sunos3*,
1275 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
1276 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
1277 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
1278 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
1279 mips-*-riscos*.
1280 * NEWS: Mention removed systems.
1281
1282 2004-04-04 Andrew Cagney <cagney@redhat.com>
1283
1284 GDB 6.1 release created from 6.1 branch.
1285
1286 2004-04-04 Andrew Cagney <cagney@redhat.com>
1287
1288 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
1289 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1290 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
1291
1292 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
1293 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
1294 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
1295
1296 2004-04-03 Jim Blandy <jimb@redhat.com>
1297
1298 * MAINTAINERS: Chris Faylor has changed employers; add him to
1299 "paper trail" section, and update his E-mail address.
1300
1301 2004-04-03 Andrew Cagney <cagney@redhat.com>
1302
1303 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
1304 generic dummy frames.
1305 * dummy-frame.c: Update copyright.
1306 (dummy_frame_sniffer): Delete check for generic dummy frames.
1307
1308 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
1309 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
1310 (REG_PARM_STACK_SPACE): Delete.
1311 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
1312 Inline reference to REG_PARM_STACK_SPACE.
1313
1314 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
1315 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1316 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
1317 (FRAME_BASE_BEFORE_SIGTRAMP)
1318 (hppa32_hpux_frame_base_before_sigtramp)
1319 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
1320 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
1321 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
1322 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1323 (FRAME_BASE_BEFORE_SIGTRAMP)
1324 (hppa64_hpux_frame_base_before_sigtramp)
1325 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
1326
1327 2004-04-03 Andrew Cagney <cagney@redhat.com>
1328
1329 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
1330
1331 2004-04-02 Andrew Cagney <cagney@redhat.com>
1332
1333 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
1334 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
1335 * dummy-frame.h: Delete out-of-date comments.
1336 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
1337 * gdbarch.h, gdbarch.c: Re-generate.
1338
1339 2004-04-02 Joel Brobecker <brobecker@gnat.com>
1340
1341 Committed by Andrew Cagney <cagney@redhat.com>.
1342 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
1343 into account an instruction saving a register if we have already
1344 seen an earlier instruction saving that same register.
1345
1346 2004-04-02 Andrew Cagney <cagney@redhat.com>
1347
1348 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
1349 * gdbarch.h, gdbarch.c: Re-generate.
1350 * frame.c (legacy_get_prev_frame): Delete references to
1351 DEPRECATED_INIT_FRAME_PC_FIRST.
1352
1353 * infrun.c (pc_in_sigtramp): Delete function.
1354 (check_sigtramp2): Inline call to pc_in_sigtramp, use
1355 get_frame_type.
1356
1357 2004-04-02 Andrew Cagney <cagney@redhat.com>
1358
1359 * infrun.c (handle_step_into_function): Delete code conditional on
1360 legacy_frame_p.
1361 (handle_inferior_event, step_over_function): Ditto.
1362
1363 2004-04-02 Andrew Cagney <cagney@redhat.com>
1364
1365 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
1366 "previous frame inner to this frame" test.
1367
1368 2004-04-02 Andrew Cagney <cagney@redhat.com>
1369
1370 * frame.c (safe_frame_unwind_memory): New function.
1371 * frame.h (safe_frame_unwind_memory): Declare. Update description
1372 of /safe_/ methods.
1373 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
1374 "next_frame". Use safe_frame_unwind_memory.
1375 (tramp_frame_sniffer): Update call to tramp_frame_start.
1376
1377 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
1378
1379 * dwarf2read.c (dwarf2_objfile_data_key): New.
1380 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
1381 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
1382 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
1383 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
1384 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
1385 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
1386 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
1387 Remove variables.
1388 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
1389 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
1390 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
1391 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
1392 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
1393 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
1394 Remove macros.
1395 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
1396 data.
1397 (dwarf2_locate_sections, dwarf2_build_psymtabs)
1398 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
1399 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
1400 (read_partial_die, read_full_die, read_indirect_string)
1401 (dwarf_decode_line_header, dwarf_decode_macros)
1402 (dwarf2_symbol_mark_computed): Remove use of removed macros.
1403 Update uses of removed variables.
1404 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
1405 of removed macros.
1406 (_initialize_dwarf2_read): New function.
1407 * symfile.h (dwarf2_has_info): Update prototype.
1408 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
1409 * elfread.c (elf_symfile_read): Likewise.
1410
1411 2004-04-01 Jim Blandy <jimb@redhat.com>
1412
1413 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
1414 function for register numbers on all the rs6000-derived targets.
1415 (rs6000_gdbarch_init): Don't register a separate
1416 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
1417 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
1418 variants.
1419
1420 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
1421 numbering.
1422
1423 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1424
1425 * valarith.c: Update copyright notice.
1426 (value_add): Handle range types.
1427 (value_sub): Ditto.
1428 (value_equal): Ditto.
1429 (value_less): Ditto.
1430 (value_neg): Ditto.
1431 (value_complement): Ditto.
1432 (value_binop): Simplify slightly by using is_integral_type and
1433 eliminiating unnecessary COERCE_ENUMs.
1434
1435 2004-03-31 Andrew Cagney <cagney@redhat.com>
1436
1437 * frame.h (frame_unwind_id): Declare.
1438 * frame.c (frame_unwind_id): New function.
1439 (get_prev_frame_1): New function.
1440 (frame_debug_got_null_frame): New function.
1441 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
1442 code proper to prev_frame, update description.
1443 * infrun.c (step_over_function): Use frame_unwind_id.
1444
1445 2004-04-31 J. Brobecker <brobecker@gnat.com>
1446
1447 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
1448 (hppa64_push_dummy_call): Likewise.
1449
1450 2004-03-30 Jim Blandy <jimb@redhat.com>
1451
1452 From Ulrich Weigand:
1453 * utils.c (query): Do not use a va_list variable multiple times.
1454
1455 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
1456
1457 * Makefile.in (linux_nat_h): Update dependencies.
1458 * configure.in: Check for <gnu/libc-version.h>.
1459 * configure: Regenerate.
1460 * config.in: Regenerate.
1461 * linux-nat.h: Include "target.h". Add waitstatus field to
1462 struct lwp_info.
1463 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
1464 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
1465 to.
1466 (lin_lwp_handle_extended): New function. Handle clone events.
1467 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
1468 thread exit events.
1469 (child_wait): Handle clone events.
1470 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
1471 * linux-nat.c (linux_enable_event_reporting): Turn on
1472 PTRACE_O_TRACECLONE.
1473 (linux_handle_extended_wait): Handle clone events.
1474 * thread-db.c: Include <gnu/libc-version.h>.
1475 (struct private_thread_info): Add dying flag.
1476 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
1477 higher.
1478 (attach_thread): Update comments. Handle dying threads.
1479 (detach_thread): Set the dying flag.
1480 (check_event): Always call attach_thread.
1481
1482 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
1483
1484 * mips-tdep.c (mips_pdr_data): New.
1485 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
1486 (_initialize_mips_tdep): Initialize mips_pdr_data.
1487
1488 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
1489
1490 * minsyms.c (install_minimal_symbols): Move dropping leading
1491 char from linkage name from here...
1492 (prim_record_minimal_symbol_and_info): ...to here. Simplify
1493 test for "__gnu_compiled*" symbols.
1494
1495 2004-03-28 Jim Blandy <jimb@redhat.com>
1496
1497 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
1498 registers to temp register r0 and byte stores as prologue
1499 instructions.
1500
1501 2004-03-28 Andrew Cagney <cagney@redhat.com>
1502
1503 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
1504 arm*-*-*.
1505
1506 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1507
1508 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
1509 and switch the layout to force a display of register window.
1510
1511 2004-02-26 J. Brobecker <brobecker@gnat.com>
1512
1513 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
1514 of the INTEGER class.
1515
1516 2004-03-26 Jim Blandy <jimb@redhat.com>
1517
1518 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
1519 bytes long on PPC GNU/Linux.
1520
1521 2004-03-26 David Carlton <carlton@kealia.com>
1522
1523 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
1524
1525 2004-03-25 Andrew Cagney <cagney@redhat.com>
1526
1527 * PROBLEMS: Add general section titles, remove references to
1528 specific releases.
1529
1530 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
1531
1532 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
1533 INT_REGISTER_SIZE.
1534 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
1535 FP_REGISTER_VIRTUAL_SIZE.
1536 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
1537 of DEPRECATED_REGISTER_RAW_SIZE.
1538 (arm_register_type): Add gdbarch argument.
1539 (arm_register_raw_size, arm_register_virtual_size): Delete.
1540 (arm_register_byte, arm_extract_return_value)
1541 (arm_store_return_value, arm_get_longjmp_target): Update references
1542 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
1543 (arm_gdbarch_init): Likewise. Don't set
1544 deprecated_register_raw_size, deprecated_register_virtual_size,
1545 deprecated_max_register_raw_size,
1546 deprecated_max_register_virtual_size, or
1547 deprecated_max_register_virtual_type. Do set register_type.
1548 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
1549 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
1550 (FP_REGISTER_VIRTUAL_SIZE): Delete.
1551 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
1552 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
1553 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
1554 INT_REGISTER_SIZE.
1555 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
1556 (remote_rdp_store_register): Likewise.
1557
1558 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
1559
1560 * Makefile.in (mips-linux-tdep.o): Update dependencies.
1561 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
1562 to after osabi initialization.
1563 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
1564 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
1565 functions.
1566 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
1567 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
1568 variables.
1569 (mips_linux_init_abi): Append signal trampoline unwinders.
1570
1571 2004-03-24 Andrew Cagney <cagney@redhat.com>
1572
1573 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
1574 * tramp-frame.c: Include "gdb_assert.h".
1575 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
1576 correct sizeof.
1577 (tramp_frame_append): Validate the tramp frame's instructions.
1578 * Makefile.in (tramp-frame.o): Update dependencies.
1579
1580 2004-03-23 Andrew Cagney <cagney@redhat.com>
1581
1582 * trad-frame.h (trad_frame_set_reg_addr): Declare.
1583
1584 2004-03-23 Andrew Cagney <cagney@redhat.com>
1585
1586 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
1587 Nasser as past testsuite/lib/ (and other) maintainers.
1588
1589 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
1590
1591 * infcmd.c (attach_command): Reread symbols if we already have
1592 an exec file.
1593
1594 2004-03-23 Andrew Cagney <cagney@redhat.com>
1595
1596 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
1597
1598 2004-03-23 Andrew Cagney <cagney@redhat.com>
1599
1600 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
1601 * gdbarch.h, gdbarch.c: Re-generate.
1602 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1603 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1604 * i386bsd-tdep.c (i386bsd_init_abi): Update.
1605 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
1606 (DEPRECATED_SIGTRAMP_START): Update.
1607 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
1608 (DEPRECATED_SIGTRAMP_START): Update.
1609 * blockframe.c (find_pc_sect_partial_function): Update.
1610 * arch-utils.c (legacy_pc_in_sigtramp): Update.
1611
1612 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
1613
1614 * remote.c (remote_open_1): Reopen the exec file and reread symbols
1615 if necessary.
1616
1617 2004-03-23 Andrew Cagney <cagney@redhat.com>
1618
1619 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
1620 predicate, deprecate.
1621 * gdbarch.h, gdbarch.c: Re-generate.
1622 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
1623 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
1624 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
1625 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
1626 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
1627 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
1628 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
1629 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
1630 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
1631 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
1632 * blockframe.c (find_pc_partial_function): Update.
1633 * breakpoint.c (bpstat_what): Update.
1634 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
1635 * frv-linux-tdep.c (frv_linux_init_abi): Update.
1636 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
1637 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
1638 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1639 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1640 * i386-nto-tdep.c (i386nto_init_abi): Update.
1641 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
1642 * i386-tdep.c (i386_sigtramp_frame_sniffer)
1643 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
1644 * i386bsd-tdep.c (i386bsd_init_abi): Update.
1645 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1646 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1647 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
1648 * infrun.c (pc_in_sigtramp): Update.
1649 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
1650 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
1651 * mips-tdep.c (mips_gdbarch_init): Update.
1652 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
1653 * ppc-linux-tdep.c: Update comment.
1654 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
1655 * shnbsd-tdep.c (shnbsd_init_abi): Update.
1656 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
1657 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
1658 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
1659 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
1660 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
1661 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
1662 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
1663 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
1664
1665 2004-03-23 Andrew Cagney <cagney@redhat.com>
1666
1667 * tramp-frame.h, tramp-frame.h: New files.
1668 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
1669 Update rules to include "tramp-frame.h" and "tramp-frame.c".
1670
1671 * Makefile.in: Update all dependencies.
1672
1673 2004-03-23 Andrew Cagney <cagney@redhat.com>
1674
1675 * Makefile.in (trad_frame_h): Add $(frame_h).
1676 * trad-frame.h: Update copyright. Include "frame.h".
1677 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
1678 (trad_frame_set_id, trad_frame_get_id): Declare.
1679 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
1680 * trad-frame.c: Update copyright.
1681 (struct trad_frame_cache): Define.
1682 (trad_frame_cache_zalloc): New function.
1683 (trad_frame_set_id, trad_frame_get_id): New functions.
1684 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
1685
1686 2004-03-22 Andrew Cagney <cagney@redhat.com>
1687
1688 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
1689 s390_pltstub_unwind_cache.
1690 (s390_stub_frame_unwind_cache): Rename
1691 s390_pltstub_frame_unwind_cache.
1692 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
1693 (s390_stub_frame_prev_register): Rename
1694 s390_pltstub_frame_prev_register.
1695 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
1696 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
1697
1698 From Ulrich Weigand:
1699 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
1700 pointer calls like PLT calls.
1701
1702 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
1703
1704 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
1705 PC rather than the partial function start address. Use the start
1706 address to sanity check the found PDR.
1707
1708 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
1709
1710 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
1711 linux_handle_extended_wait.
1712
1713 2004-03-22 Andrew Cagney <cagney@redhat.com>
1714
1715 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
1716 function.
1717
1718 * frame.h (generic_pop_current_frame): Delete declaration.
1719 (deprecate_pop_dummy_frame): Deprecate
1720 generic_pop_dummy_frame.
1721 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
1722 (generic_pop_current_frame): Delete function.
1723 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
1724 generic_pop_current_frame.
1725 * v850-tdep.c (v850_pop_frame): Update.
1726 * mcore-tdep.c (mcore_pop_frame): Update.
1727 * sh64-tdep.c (sh64_pop_frame): Update.
1728 * h8300-tdep.c (h8300_pop_frame): Update.
1729
1730 2004-03-22 Andrew Cagney <cagney@redhat.com>
1731
1732 * frame.h (deprecated_pc_in_call_dummy): Rename
1733 generic_pc_in_call_dummy.
1734 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
1735 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
1736 generic_pc_in_call_dummy.
1737 (pc_in_dummy_frame): Make static.
1738 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
1739 * gdbarch.h, gdbarch.c: Re-generate.
1740 * dummy-frame.c (dummy_frame_sniffer): Simplify.
1741 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
1742 (legacy_get_prev_frame): Ditto.
1743 * inferior.h: Delete reference to generic_pc_in_call_dummy in
1744 comment.
1745
1746 2004-03-21 Andrew Cagney <cagney@redhat.com>
1747
1748 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
1749 declaration and out-of-date comment.
1750 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1751 Delete function.
1752 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1753 deprecated_pc_in_call_dummy.
1754
1755 * infrun.c (handle_inferior_event): For non legacy frames, use the
1756 frame ID and frame type to identify a signal trampoline. Update
1757 comments.
1758
1759 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
1760
1761 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
1762 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1763
1764 2004-03-21 Andrew Cagney <cagney@redhat.com>
1765
1766 * frame-unwind.h: Update copyright.
1767 (struct frame_data): Add opaque declaration.
1768 (frame_sniffer_ftype): Declare.
1769 (struct frame_unwind): Add "unwind_data" and "sniffer".
1770 (frame_unwind_register_unwinder): Declare.
1771 (frame_unwind_find_by_frame): Add parameter "this_cache".
1772 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
1773 (legacy_get_prev_frame, legacy_get_prev_frame)
1774 (get_frame_type): Pass the prologue_cache to
1775 frame_unwind_find_by_frame.
1776 * frame-unwind.c (struct frame_unwind_table_entry): Add field
1777 "unwinder".
1778 (frame_unwind_register_unwinder): New function.
1779 (frame_unwind_find_by_frame): Handle an unwind sniffer.
1780
1781 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
1782
1783 * bcache.c (print_percentage): Use floating point to avoid
1784 incorrect results when portion*100 overflows.
1785
1786 2004-03-19 Kevin Buettner <kevinb@redhat.com>
1787
1788 * ppc_tdep.h (ppc_linux_frame_saved_pc)
1789 (ppc_linux_init_extra_frame_info)
1790 (ppc_linux_frameless_function_invocation)
1791 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
1792 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
1793 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
1794 (rs6000_frame_chain): Delete declarations.
1795 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
1796 (ppc_linux_init_extra_frame_info)
1797 (ppc_linux_frameless_function_invocation)
1798 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
1799 (ppc_linux_init_abi): Remove registration of above deleted functions.
1800 * rs6000-tdep.c (rs6000_init_extra_frame_info)
1801 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
1802 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
1803 (rs6000_pop_frame, rs6000_frameless_function_invocation)
1804 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
1805 (rs6000_gdbarch_init): Remove registration of above deleted functions.
1806 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
1807 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
1808 frame management for all OSABIs.
1809
1810 2004-03-19 Andrew Cagney <cagney@redhat.com>
1811
1812 Committed by Kevin Buettner <kevinb@redhat.com>.
1813
1814 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
1815 Update copyright.
1816 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
1817 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1818 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1819 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
1820 unwinders. #ifdef legacy frame code.
1821 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
1822 "frame-base.h".
1823 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
1824 (struct rs6000_frame_cache, rs6000_frame_cache)
1825 (rs6000_frame_this_id, rs6000_frame_prev_register)
1826 (rs6000_frame_sniffer, rs6000_frame_unwind)
1827 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
1828 (rs6000_frame_base): Implement a traditional frame unwinder.
1829 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
1830 frame unwinder.
1831
1832 2004-03-19 Kevin Buettner <kevinb@redhat.com>
1833
1834 * breakpoint.c (adjust_breakpoint_address): Don't adjust
1835 breakpoint address for watchpoints or the catch eventpoints.
1836 Add new paramter ``bptype''. Adjust all callers.
1837
1838 2004-03-19 Andrew Cagney <cagney@redhat.com>
1839
1840 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
1841
1842 * PROBLEMS: Delete note that ARM does not use frame code, problem
1843 fixed.
1844
1845 2004-03-18 Andrew Cagney <cagney@redhat.com>
1846
1847 * stack.c (return_command): Delete code wrapped in #ifdef
1848 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
1849
1850 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
1851
1852 2004-03-18 Andrew Cagney <cagney@redhat.com>
1853
1854 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
1855 DEPRECATED_IN_SIGTRAMP.
1856 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1857 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
1858 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1859 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1860 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1861 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1862 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1863 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1864 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
1865 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
1866
1867 2004-03-18 Andrew Cagney <cagney@redhat.com>
1868
1869 * frame-base.c: Update copyright. Include "gdb_obstack.h".
1870 (struct frame_base_table_entry): Define.
1871 (struct frame_base_table): Re-implement as a linked list.
1872 (frame_base_init): Re-implement.
1873 (frame_base_table): Delete function.
1874 (append_predicate): Delete function.
1875 (frame_base_append_sniffer): Update.
1876 (frame_base_set_default): Update.
1877 (frame_base_find_by_frame): Update.
1878 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
1879 * Makefile.in (frame-base.o): Update dependencies.
1880
1881 2004-03-17 Andrew Cagney <cagney@redhat.com>
1882
1883 * frame.c (legacy_get_prev_frame): Pass correct frame to
1884 frame_unwind_find_by_frame.
1885
1886 2004-03-17 David Carlton <carlton@kealia.com>
1887
1888 * NEWS: Mention C++ nested types and namespaces
1889
1890 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
1891
1892 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
1893 and "Regressions since gdb 5.3.". Add known regressions since
1894 gdb 6.0.
1895
1896 2004-03-16 David Carlton <carlton@kealia.com>
1897
1898 * dwarf2read.c (process_structure_scope): Process children even
1899 when we're a declaration.
1900
1901 2004-03-16 Andrew Cagney <cagney@redhat.com>
1902
1903 * symtab.h (find_pc_sect_partial_function): Delete declaration.
1904 * blockframe.c (find_pc_partial_function)
1905 (find_pc_sect_partial_function): Merge into a single
1906 find_pc_partial_function.
1907
1908 2004-03-16 Mark Kettenis <kettenis@gnu.org>
1909
1910 * i386bsd-nat.c: s/regno/regnum/g.
1911 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
1912 FP0_REGNUM.
1913 (store_inferior_registers): Likewise.
1914
1915 2004-03-16 Mark Kettenis <kettenis@gnu.org>
1916
1917 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
1918 of i387_fill_fsave.
1919 (store_inferior_registers): Call i387_collect_fsave and
1920 i387_collect_fxsave instead of i387_fill_fsave and
1921 i387_fill_fxsave.
1922
1923 2004-03-15 Andrew Cagney <cagney@redhat.com>
1924
1925 * Makefile.in (frame-unwind.o): Update dependencies.
1926 * frame-unwind.c: Include "gdb_obstack.h".
1927 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
1928 parameter.
1929 (append_predicate): Delete function.
1930 (struct frame_unwind_table_entry): New structure.
1931 (struct frame_unwind_table): Replace "sniffer" with "head" and
1932 "tail".
1933 (frame_unwind_append_sniffer): Update.
1934 (frame_unwind_find_by_frame): Update.
1935 (_initialize_frame_unwind): Registe frame_unwind_init using
1936 gdbarch_data_register_pre_init.
1937
1938 2004-03-15 Mark Kettenis <kettenis@gnu.org>
1939
1940 * i386bsd-nat.c: Update copyright year.
1941 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
1942 define unconditionally.
1943
1944 2004-03-15 Mark Kettenis <kettenis@gnu.org>
1945
1946 * i387-tdep.h (i387_collect_fsave): New prototype.
1947 * i387-tdep.c (i387_collect_fsave): New function containing most
1948 of the code from i387_fill_fsave.
1949 (i387_fill_fsave): Call i387_collect_fsave.
1950
1951 2004-03-15 Mark Kettenis <kettenis@gnu.org>
1952
1953 * i386-linux-tdep.c: Update copyright year.
1954 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
1955 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
1956 svr4_ilp32_link_map_offsets instead of
1957 i386_linux_svr4_fetch_link_map_offsets.
1958
1959 2004-03-15 David Carlton <carlton@kealia.com>
1960
1961 Fix for PR c++/1553:
1962 * dwarf2read.c (read_structure_type): Determine type name by
1963 calling determine_class_name.
1964 (determine_class_name): New.
1965 (determine_prefix): Look at TYPE_TAG_NAME and call
1966 determine_class_name when appropriate.
1967 (determine_prefix_aux, class_name): Delete.
1968 (read_namespace): Set die->type.
1969
1970 2004-03-15 Kevin Buettner <kevinb@redhat.com>
1971
1972 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
1973 unused macro definition. The definition in target.h (or perhaps
1974 elsewhere) takes precedence.
1975
1976 2004-03-15 Andrew Cagney <cagney@redhat.com>
1977
1978 * ppc-tdep.h: Update copyright.
1979 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
1980 function signatures to match "regsets.h".
1981 * ppc-linux-tdep.c: Include "regset.h".
1982 (ELF_GREGSET_SIZE): Delete.
1983 (right_supply_register): New function.
1984 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
1985 using right_supply_register.
1986 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
1987 functions.
1988 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
1989 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
1990 (_initialize_ppc_linux_tdep): Do not register
1991 ppc_linux_regset_core_fns.
1992 (ppc_linux_regset_from_core_section): Replace
1993 fetch_core_registers.
1994 (ppc_linux_regset_core_fns): Delete.
1995 * ppc-linux-nat.c: (right_fill_reg): New function.
1996 (supply_gregset): Update call to ppc_linux_supply_gregset.
1997 (fill_gregset): Clear the register set, use right_fill_reg.
1998 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
1999 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
2000
2001 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
2002 unsigned.
2003
2004 2004-03-15 Andrew Cagney <cagney@redhat.com>
2005
2006 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
2007 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
2008 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
2009 and register_gdbarch_data.
2010 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
2011 (struct gdbarch_data): Replace "init" by "pre_init" and
2012 "post_init".
2013 * gdbarch.h, gdbarch.c: Re-generate.
2014 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
2015 with"obstack", use OBSTACK_ZALLOC.
2016 (dwarf2_frame_ops): Delete.
2017 (dwarf2_frame_set_init_reg): Use gdbarch_data.
2018 (dwarf2_frame_init_reg): Use gdbarch_data.
2019 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
2020 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
2021 (_initialize_svr4_solib): Update.
2022 * user-regs.c (_initialize_user_regs): Update.
2023 * reggroups.c (_initialize_reggroup): Update.
2024 * regcache.c (_initialize_regcache): Update.
2025 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
2026 * libunwind-frame.c (_initialize_libunwind_frame): Update.
2027 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2028 * frame-unwind.c (_initialize_frame_unwind): Update.
2029 * frame-base.c (_initialize_frame_base): Update.
2030 * user-regs.c (user_reg_add): Update.
2031 * reggroups.c (reggroup_add): Update.
2032 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
2033 * libunwind-frame.c (libunwind_frame_set_descr): Update.
2034 * frame-unwind.c (frame_unwind_append_sniffer): Update.
2035 * frame-base.c (frame_base_table): Update.
2036 * remote.c (_initialize_remote): Update.
2037 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
2038
2039 2004-03-15 Andrew Cagney <cagney@redhat.com>
2040
2041 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
2042
2043 2004-03-15 Kevin Buettner <kevinb@redhat.com>
2044
2045 * Makefile.in (frv-linux-tdep.o): Add dependencies.
2046 * frv-linux-tdep.c: New file.
2047 * frv-tdep.c (struct gdbarch_tdep): Add new field
2048 ``sigcontext_reg_addr''.
2049 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
2050 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
2051 (frv_sigramp_frame_sniffer): New functions.
2052 (frv_sigtramp_frame_unwind): New static global.
2053 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
2054 sniffers.
2055 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
2056 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
2057
2058 2004-03-15 Kevin Buettner <kevinb@redhat.com>
2059
2060 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
2061 but not via a call to error(), when unable to read memory.
2062
2063 2004-03-15 Kevin Buettner <kevinb@redhat.com>
2064
2065 * frv-tdep.c (frv_call_dummy_words): Delete.
2066 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
2067
2068 2004-03-15 Andrew Cagney <cagney@redhat.com>
2069
2070 * infrun.c (handle_step_into_function, step_over_function): Only
2071 update and use STEP_FRAME_ID when the system is using legacy
2072 frames. Update comments.
2073
2074 2004-03-14 Mark Kettenis <kettenis@gnu.org>
2075
2076 * amd64-linux-tdep.h: Remove file.
2077 * amd64-linux-tdep.c: Don't include "inferior.h" and
2078 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
2079 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
2080 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
2081 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
2082 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
2083 macros.
2084 (user_to_gdb_regmap): Remove variable.
2085 (amd64_linux_gregset_reg_offset): New variable.
2086 (amd64_core_fns): Remove variable.
2087 (fetch_core_registers): Remove function.
2088 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
2089 functions.
2090 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
2091 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
2092 * Makefile.in (amd64_linux_tdep_h): Remove.
2093 (amd64-linux-nat.o): Update dependencies.
2094 (amd64-linux-tdep.o): Update dependencies.
2095
2096 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2097 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
2098 functions.
2099 (fetch_inferior_registers, store_inferior_registers): Rewrite.
2100
2101 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
2102 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
2103
2104 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
2105
2106 * dwarf2read.c (read_structure_type): Rename from
2107 read_structure_scope. Don't create a symbol or call process_die.
2108 Return immediately if die->type is set. Call read_type_die before
2109 dwarf2_add_member_fn.
2110 (process_structure_scope): New function.
2111 (read_enumeration_type, process_enumeration_scope): New functions,
2112 broken out from read_enumeration. Don't create the enumeration
2113 type if it has already been created.
2114 (read_enumeration): Removed.
2115 (process_die): Call read_structure_type, process_structure_scope,
2116 read_enumeration_type, and process_enumeration_scope. Just call
2117 new_symbol for base and subrange types. Add a comment about other
2118 type dies.
2119 (read_type_die): Call read_enumeration_type.
2120 (add_partial_structure, new_symbol): Update comments.
2121
2122 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
2123
2124 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
2125
2126 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
2127
2128 * tui/tui-win.h (tui_get_cmd_list): Declare.
2129 * tui/tui-win.c (tui_command): New function.
2130 (tui_get_cmd_list): New function.
2131 (_initialize_tui_win): Moved initialization of tui command in
2132 tui_get_cmd_list.
2133
2134 * tui/tui-data.c (init_content_element): Setup new data members.
2135 (init_win_info): Likewise.
2136 (free_content_elements): Free it.
2137 * tui/tui-data.h (struct tui_data_element): Store the register
2138 content to print.
2139 (struct tui_data_info): Keep the current register group.
2140
2141 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
2142
2143 * tui/tui-regs.h (tui_show_registers): Update prototype.
2144 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
2145 (tui_resize_all): No need to calculate anything for register window.
2146 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
2147 (tui_set_register_element, tui_set_general_regs_content): Remove.
2148 (tui_set_special_regs_content): Remove.
2149 (tui_set_general_and_special_regs_content): Remove.
2150 (tui_set_float_regs_content): Remove.
2151 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
2152 (tui_set_regs_content): Remove.
2153 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
2154 (tui_v_show_registers_command_support): Remove.
2155 (tui_show_registers): Use a reggroup to specify the registers to show.
2156 (tui_show_register_group): New function.
2157 (tui_display_registers_from): Compute the layout of register window
2158 and refresh with new API; be sure to delete old register windows.
2159 (tui_check_register_values): Update to use tui_get_register and
2160 tui_display_data.
2161 (tui_display_register): Just refresh the register window part.
2162 (tui_register_format): Format registers and save in tui_data_element.
2163 (tui_get_register): New to combine tui_reg_value_has_changed and
2164 tui_get_register_raw_value; fix to use the new gdb API.
2165 (tui_show_float_command): Renamed tui_reg_float_command.
2166 (tui_show_general_command): Renamed tui_reg_general_command.
2167 (tui_show_special_command): Renamed tui_reg_system_command.
2168 (_initialize_tui_regs): Remove unused commands.
2169
2170 2004-03-13 Mark Kettenis <kettenis@gnu.org>
2171
2172 * NEWS (New native configurations): Mention OpenBSD/amd64.
2173
2174 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
2175 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
2176 Remove defines.
2177 * config/i386/nm-fbsd64.h: Likewise.
2178 * config/i386/nm-obsd.h: Likewise.
2179 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
2180 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
2181
2182 2004-03-12 Kevin Buettner <kevinb@redhat.com>
2183
2184 * frv-tdep.c (set_variant_scratch_registers): New function.
2185 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
2186 New constants.
2187
2188 From Richard Sandiford <rsandifo@redhat.com>:
2189 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
2190
2191 2004-03-12 Kevin Buettner <kevinb@redhat.com>
2192
2193 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
2194 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
2195 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
2196 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
2197 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
2198 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
2199 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
2200 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
2201 definitions from frv-tdep.c to frv-tdep.h.
2202
2203 2004-03-12 Kevin Buettner <kevinb@redhat.com>
2204
2205 Add shared library support for FR-V FDPIC ABI:
2206 * Makefile.in (solib-frv.o): Add dependencies.
2207 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
2208 New functions.
2209 (frv_push_dummy_call): Add support for FDPIC ABI.
2210 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
2211 for FDPIC ABI.
2212 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
2213 (frv_fdpic_find_canonical_descriptor): Declare.
2214 * solib-frv.c: New file.
2215 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
2216 * config/frv/tm-frv.h (solib.h): Include.
2217
2218 2004-03-12 Kevin Buettner <kevinb@redhat.com>
2219
2220 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
2221 (frv-tdep.o): Update dependencies.
2222 * frv-tdep.h: New file.
2223 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
2224 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
2225 constants.
2226 (struct gdbarch_tdep): Add new member ``frv_abi''.
2227 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
2228 functions.
2229 (new_variant): Set ``frv_abi'' field.
2230 (gdb_arch_init): Detect FDPIC executables.
2231
2232 2004-03-12 Mark Kettenis <kettenis@gnu.org>
2233
2234 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
2235 wrapper.
2236
2237 2004-03-11 Andrew Cagney <cagney@redhat.com>
2238
2239 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
2240
2241 2004-03-11 Kevin Buettner <kevinb@redhat.com>
2242
2243 * solist.h (master_so_list): New function.
2244 * solib.c (master_so_list): Likewise.
2245 * solib-svr4.c (enable_break): Iterate over so_list entries
2246 obtained from master list instead of entries obtained directly
2247 via svr4_current_sos().
2248
2249 2004-03-10 Ben Elliston <bje@gnu.org>
2250
2251 * MAINTAINERS: Update my mail address.
2252
2253 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2254
2255 * remote-m32r-sdi.c: Support hardware watchpoint.
2256
2257 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2258
2259 * user-regs.c: Update copyright years.
2260 (struct user_regs): Rename to gdb_user_regs.
2261 (append_user_reg, builtin_user_regs, user_regs_init)
2262 (user_reg_add, user_reg_map_name_to_regnum)
2263 (usernum_to_user_reg): Update.
2264
2265 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2266
2267 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
2268 (skip_children): New functions.
2269 (locate_pdi_sibling): Call skip_children.
2270
2271 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2272
2273 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
2274 * gdbtypes.c (check_typedef): Update comments.
2275
2276 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2277
2278 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
2279 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
2280 pointer. Update comment about comp_unit_head.
2281 (struct abbrev_info): Shorten two int flags.
2282 (dwarf_alloc_abbrev): Take a CU argument.
2283 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
2284 each time through the loop. Update cleanup argument.
2285 (psymtab_to_symtab_1): Update cleanup call.
2286 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
2287 abbrev_obstack.
2288 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
2289 Just call obstack_free and clear the pointer.
2290
2291 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2292
2293 * infrun.c (handle_inferior_event): Remove short-circuit code for
2294 events in a different thread.
2295
2296 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2297
2298 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
2299 print the whole transfer.
2300 (initialize_targets): Update description of "set debug target".
2301
2302 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2303
2304 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
2305
2306 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
2307
2308 * MAINTAINERS (write after approval): Add myself.
2309
2310 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
2311
2312 * sh-tdep.c (sh_print_registers_info): Use for loop.
2313 Don't skip multiple registers when a float register is encountered.
2314
2315 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
2316
2317 Fix PR tdep/1291.
2318 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
2319 to official SH documentation.
2320
2321 2004-03-07 Andrew Cagney <cagney@redhat.com>
2322
2323 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
2324 unused function.
2325
2326 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
2327
2328 * arm-tdep.c (thumb_get_next_pc): Handle BX.
2329 (arm_get_next_pc): Handle BX and BLX.
2330
2331 2004-03-07 Andrew Cagney <cagney@redhat.com>
2332
2333 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
2334 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
2335 HPPA_SP_REGNUM.
2336 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
2337 (hppa_target_read_fp): Delete.
2338 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
2339 register_virtual_size, max_register_raw_size,
2340 max_register_virtual_size, register_byte, register_size,
2341 target_read_fp, fp_regnum, and register_bytes. Set register_type
2342 instead of register_virtual_type.
2343 (hppa32_register_type, hppa64_register_type): Replace
2344 hppa32_register_virtual_type and hppa64_register_virtual_type.
2345 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
2346 (HPPA_FP_REGNUM): Define.
2347
2348 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
2349
2350 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
2351 (pa_do_registers_info): Delete.
2352 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
2353 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
2354 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
2355
2356 * infcall.c (legacy_push_dummy_code): Delete #ifdef
2357 GDB_TARGET_IS_HPPA code.
2358 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
2359 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
2360 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
2361 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
2362 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
2363 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
2364 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
2365 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
2366 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
2367 (hppa_frameless_function_invocation, hppa64_store_return_value)
2368 (hppa_store_struct_return, hppa64_extract_return_value)
2369 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
2370 (hppa32_call_dummy_length, hppa64_call_dummy_length)
2371 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
2372 (find_proc_framesize, deposit_21, restore_pc_queue)
2373 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
2374 (rp_saved, pc_in_linker_stub): Delete.
2375
2376 Unconditionally enable 64-bit frame and ABI code.
2377 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
2378 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
2379 push_dummy_frame, fix_call_dummy, push_arguments,
2380 call_dummy_location, extract_return_value, use_struct_convention,
2381 store_return_value, store_struct_return, saved_pc_after_call,
2382 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
2383 frame_chain, frame_chain_valid, frameless_function_invocation,
2384 frame_saved_pc, and pop_frame.
2385
2386 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
2387 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
2388 (hppa_gdbarch_init): Do not set PC_REGNUM.
2389
2390 2004-03-06 Mark Kettenis <kettenis@gnu.org>
2391
2392 * config/alpha/tm-fbsd.h: Remove file.
2393 * config/alpha/fbsd.mt: Tweak comment.
2394 (TM_FILE): Set to tm-alpha.h.
2395
2396 2004-03-05 Andrew Cagney <cagney@redhat.com>
2397
2398 * infrun.c (step_over_function): When non-legacy code, and no
2399 step_frame_id, use the unwinder to get the caller's frame ID.
2400
2401 2004-03-05 Mark Kettenis <kettenis@gnu.org>
2402
2403 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
2404 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
2405 bfd_arch_unknown. Adjust comment.
2406
2407 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
2408 * i386obsd-tdep.c: Correct spelling in comment.
2409 * i386nbsd-tdep.c: Correct spelling in comment.
2410 * sparc-tdep.c: Correct spelling in comments.
2411
2412 2004-03-05 David Carlton <carlton@kealia.com>
2413
2414 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
2415 bug.
2416
2417 2004-03-05 Mark Kettenis <kettenis@gnu.org>
2418
2419 * sparc-tdep.c: Fix typo in comment.
2420
2421 2004-03-04 J. Brobecker <brobecker@gnat.com>
2422
2423 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
2424
2425 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
2426
2427 * dwarf2read.c: Add comment describing memory lifetimes.
2428 (struct dwarf2_pinfo): Update comment.
2429 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
2430 (read_enumeration, new_symbol): Don't use obsavestring.
2431
2432 2004-03-04 Mark Kettenis <kettenis@gnu.org>
2433
2434 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
2435 instead of amd64_fill_fxsave.
2436 * amd64bsd-nat.c (store_inferior_registers): Likewise.
2437 * amd64fbsd-nat.c (fill_fpregset): Likewise.
2438
2439 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
2440 Reorganize code a bit.
2441
2442 2004-03-04 Orjan Friberg <orjanf@axis.com>
2443
2444 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
2445 when the frame pointer is pushed. Don't set the frame pointer's
2446 address on the stack unless it's actually located there.
2447 Set the SRP's address on the stack correctly when the PC is still in
2448 the prologue.
2449 (cris_return_value): New function.
2450 (cris_gdbarch_init): Clear deprecated store_return_value,
2451 extract_return_value.
2452
2453 2004-03-02 Jim Blandy <jimb@redhat.com>
2454
2455 * stabsread.c (reg_value_complaint): The maximum register number
2456 is one less than the number of registers.
2457
2458 2004-03-02 Andrew Cagney <cagney@redhat.com>
2459
2460 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
2461 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
2462 trailing comma and redundant assignment of I386_ST0_REGNUM.
2463 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
2464 32-bit segment registers.
2465
2466 2004-03-01 Andrew Cagney <cagney@redhat.com>
2467
2468 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
2469 use frame_relative_level and get_next_frame.
2470
2471 2004-02-29 Andrew Cagney <cagney@redhat.com>
2472
2473 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
2474 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
2475 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
2476 Delete macro.
2477
2478 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
2479
2480 * inflow.c (terminal_inferior): Don't give up the terminal if we
2481 previously couldn't get the inferior's terminal state.
2482
2483 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
2484
2485 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
2486 PC_REGNUM.
2487
2488 2004-02-28 Andrew Cagney <cagney@redhat.com>
2489
2490 * NEWS: Refer to GDB 6.1.
2491 * README: Refer to GDB 6.1.
2492 * PROBLEMS: Refer to GDB 6.1.
2493
2494 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
2495
2496 * thread-db.c (disable_thread_signals): Remove unused function.
2497
2498 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2499
2500 * amd64-nat.c: Include "gdb_string.h".
2501 (amd64_collect_native_gregset): Zero-extend the 32-bit
2502 general-purpose registers and %eip.
2503
2504 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
2505 * amd64-tdep.c (amd64_collect_fxsave): New function.
2506 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
2507
2508 * i387-tdep.h: Update copyright year.
2509 (i387_collect_fxsave): New prototype.
2510 * i387-tdep.c: Update copyright year.
2511 (i387_collect_fxsave): New function containing most of the code
2512 from i387_fill_fxsave.
2513 (i387_fill_fxsave): Call i387_collect_fxsave.
2514
2515 2004-02-28 Andrew Cagney <cagney@redhat.com>
2516
2517 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
2518 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
2519
2520 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2521
2522 * amd64-tdep.c (amd64_frame_cache): Fix comment.
2523
2524 2004-02-28 Andrew Cagney <cagney@redhat.com>
2525
2526 * utils.c: Use "", instead of <>, to include readline.
2527 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
2528 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
2529 * source.c, solib.c, exec.c, event-top.c: Ditto.
2530 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
2531 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
2532 * Makefile.in: Update all dependencies.
2533 (readline_tilde_h, readline_history_h): Define.
2534 (readline_headers): Delete.
2535
2536 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2537
2538 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
2539 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
2540 "config/i386/tm-lx64.h".
2541
2542 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
2543 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
2544 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
2545
2546 2004-02-28 Andrew Cagney <cagney@redhat.com>
2547
2548 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
2549
2550 * breakpoint.c (_initialize_breakpoint): Use
2551 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
2552 Add help to show command.
2553
2554 2004-02-28 Mark Kettenis <kettenis@gnu.org>
2555
2556 * i386-nat.c: Reformat to be closer to coding standards.
2557 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
2558 `retval'. Make variables `align' and `size' local to while-loop.
2559 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
2560 (_initialize_i386_nat): New prototype.
2561
2562 * tui/tui.c: Include <readline/readline.h> instead of
2563 "readline/readline.h". Include it after <term.h> and
2564 "gdb_curses.h".
2565
2566 2004-02-27 Andrew Cagney <cagney@redhat.com>
2567
2568 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
2569 the new frame unwind code.
2570 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
2571 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
2572 PCOQ_HEAD_REGNUM.
2573
2574 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
2575 "return_value" and "push_dummy_call".
2576 (hppa32_use_struct_convention): Delete unused function.
2577 (hppa32_store_return_value): Delete unused function.
2578 (hppa32_extract_return_value): Delete unused function.
2579 (hppa32_stack_align): Delete function.
2580
2581 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
2582
2583 * coffread.c (enter_linenos): Don't let rawptr reference memory
2584 outside linetab[]'s limits.
2585
2586 2004-02-27 Andrew Cagney <cagney@redhat.com>
2587
2588 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
2589 inferior stack space - the stack needs to grow upwards.
2590 (hppa32_frame_align): New function.
2591 (hppa64_frame_align): Replace hppa_frame_align.
2592 (hppa_gdbarch_init): Update.
2593
2594 2004-02-26 Orjan Friberg <orjanf@axis.com>
2595
2596 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
2597 (dwarf2-frame.h): Include.
2598 (enum cris_regnums): New enum CRIS_FP_REGNUM.
2599 Remove static variables related to ABI setting.
2600 (struct gdbarch_tdep): Remove cris_abi member.
2601 (struct frame_extra_info): Remove.
2602 (cris_unwind_cache, stack_item): New structs.
2603 (cris_frame_unwind, cris_frame_base): New variables.
2604 (push_stack_item, pop_stack_item)
2605 (cris_frame_unwind_cache, cris_frame_this_id)
2606 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
2607 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
2608 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
2609 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
2610 (cris_reg_struct_has_addr): New functions.
2611 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
2612 (cris_frame_saved_pc, cris_saved_pc_after_call,
2613 (cris_store_struct_return, cris_frameless_function_invocation)
2614 (cris_pop_frame, cris_skip_prologue_main)
2615 (cris_abi_original_store_return_value)
2616 (cris_abi_v2_store_return_value)
2617 (cris_abi_original_extract_return_value)
2618 (cris_abi_v2_extract_return_value)
2619 (cris_abi_original_reg_struct_has_addr)
2620 (cris_abi_v2_reg_struct_has_addr)
2621 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
2622 (cris_push_return_address, cris_abi_update): Remove.
2623 (_initialize_cris_tdep): Remove ABI command.
2624 (cris_dump_tdep): Ditto.
2625 (cris_gdbarch_init): Remove ABI command.
2626 Set store_return_value, extract_return_value, push_dummy_code,
2627 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
2628 frame_unwind_append_sniffer, frame_base_set_default.
2629 Clear deprecated init_frame_pc, push_arguments, store_return_value,
2630 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
2631 sizeof_call_dummy_words, get_saved_register, push_return_address,
2632 pop_frame, store_struct_return, frame_init_saved_regs,
2633 init_extra_frame_info, frameless_function_invocation, frame_chain,
2634 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
2635 dummy_write_sp.
2636
2637 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2638
2639 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
2640 * valprint.c (print_hex_chars): Change from static to external.
2641 (print_char_chars): New function.
2642 * printcmd.c (print_scalar_formatted): For integer and enum types
2643 that are longer than LONGEST, perform processing via appropriate
2644 print_*_chars routines.
2645
2646 2004-02-26 Andrew Cagney <cagney@redhat.com>
2647
2648 * Makefile.in: Update dependencies.
2649 Changes from Ulrich Weigand,
2650 * s390-tdep.c: Include "dwarf2-frame.h".
2651 (s390_dwarf2_frame_init_reg): New function.
2652 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
2653 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
2654
2655 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2656
2657 * breakpoint.c (pending_break_support): New setting variable.
2658 (break_command_1): Account for pending_break_support setting
2659 when creating pending breakpoints.
2660 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
2661 (_initialize_breakpoint): Add "set breakpoint pending" and
2662 "show breakpoint pending" commands.
2663
2664 2004-02-26 Andrew Cagney <cagney@redhat.com>
2665
2666 Fix PR i18n/1570.
2667 * charset.c (backslashable, backslashed, represented): Remove 'e'
2668 from list of escaped characters, not part of ISO-C.
2669
2670 2004-02-25 J. Brobecker <brobecker@gnat.com>
2671
2672 From Peter Schauer <schauer@pdf.de>:
2673 * tui/tui.c: Move system header includes after local includes.
2674 Fixes a build failure on solaris systems.
2675
2676 2004-02-25 J. Brobecker <brobecker@gnat.com>
2677
2678 * configure.in: Refine the previous change.
2679 * configure: Regenerate.
2680
2681 2004-02-25 Mark Kettenis <kettenis@gnu.org>
2682
2683 * amd64-tdep.h: Renamed from x86-64-tdep.h.
2684 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
2685 "amd64-tdep.h" instead of "x86-64-tdep.h".
2686 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2687 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
2688 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
2689 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2690 and "x86-64-tdep.c".
2691 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
2692 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2693 and "x86-64-tdep.c".
2694 * amd64bsd-nat.c: Update copyright year.
2695 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2696 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
2697 "x86-64-tdep.h".
2698 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
2699 "x86-64-tdep.h".
2700 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
2701 "x86-64-tdep.h".
2702 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
2703 "x86-64-tdep.h".
2704 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
2705 "x86-64-tdep.h".
2706 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
2707 "x86-64-tdep.h".
2708 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
2709 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
2710 * Makefile.in (amd64_linux_tdep_h): Renamed from
2711 x86_64_linux_tdep_h.
2712 (amd64_tdep_h): Renamed from x86_64_tdep_h.
2713 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
2714 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
2715 (amd64obsd-tdep.o): Update dependencies.
2716 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
2717 dependencies.
2718 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
2719 dependencies.
2720 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
2721 amd64-linux-nat.c amd64-linux-tdep.c.
2722 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
2723 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
2724 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
2725 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
2726 amd64-tdep.o and amd64-linux-tdep.o.
2727 (TM_FILE): Set to tm-linux64.h.
2728 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
2729 (NAT_FILE): Set to nm-linux64.h.
2730 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
2731 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2732 amd64-tdep.o.
2733 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2734 amd64-tdep.o.
2735 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2736 amd64-tdep.o.
2737
2738 2004-02-25 Roland McGrath <roland@redhat.com>
2739
2740 * remote.c (remote_protocol_qPart_auxv): New variable.
2741 (init_all_packet_configs): Initialize it.
2742 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
2743 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
2744 (show_remote_cmd): Call it.
2745 (_initialize_remote): Initialize commands.
2746 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
2747 service TARGET_OBJECT_AUXV requests.
2748
2749 2004-02-25 J. Brobecker <brobecker@gnat.com>
2750
2751 * configure.in: Make sure that the wborder function is available.
2752 Otherwise, search for it in the cur_colr library.
2753 * configure: Regenerate.
2754
2755 2004-02-25 Andrew Cagney <cagney@redhat.com>
2756
2757 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
2758
2759 2004-02-25 Mark Kettenis <kettenis@gnu.org>
2760
2761 * config/i386/tm-x86-64linux.h: Tweak comments.
2762
2763 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
2764
2765 * MAINTAINERS: Add self to write-after-approval list.
2766
2767 2004-02-25 Andrew Cagney <cagney@redhat.com>
2768
2769 PR cli/1566. Problem found, and fix suggested by David Allan.
2770 * cli/cli-script.c (execute_control_command): Unconditionally
2771 install a cleanup. Default "ret" to "invalid_control". Use
2772 "break" instead of "return" to escape from the switch.
2773
2774 2004-02-24 J. Brobecker <brobecker@gnat.com>
2775
2776 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
2777 with the lines macro defined in term.h on AiX.
2778 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
2779 a collision with the label_width macro defined in term.h on AiX.
2780
2781 2004-02-23 David Mosberger <davidm@hpl.hp.com>
2782
2783 Committed by Kevin Buettner <kevinb@redhat.com>.
2784
2785 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
2786 * ia64-tdep.c (ia64_write_pc): Make it a global function.
2787 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
2788 instead of ia64_write_pc().
2789 * ia64-linux-tdep.c (regcache.h): Include.
2790 (ia64_linux_write_pc): New function.
2791
2792 2004-02-23 Roland McGrath <roland@redhat.com>
2793
2794 * auxv.c (info_auxv_command): Fix typos in error messages.
2795
2796 2004-02-23 Mark Kettenis <kettenis@gnu.org>
2797
2798 * x86-64-tdep.h: Tweak comment.
2799 (enum amd64_regnum): New.
2800 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
2801 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
2802 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
2803 (X86_64_XMM1_REGNUM): Removed.
2804 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
2805 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
2806 prototypes for renamed functions.
2807 * x86-64-tdep.c: Fix typo.
2808 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
2809 register numbers.
2810 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
2811 Use constants from `enum amd64_regnum' for register numbers.
2812 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
2813 (amd64_analyze_prologue, amd64_frame_cache,
2814 amd64_sigtramp_frame_cache): Use constants from `enum
2815 amd64_regnum' for register numbers.
2816 (amd64_supply_fpregset): Adjust for renamed functions.
2817 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
2818 `enum amd64_regnum' for register numbers.
2819 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
2820 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
2821 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
2822 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
2823 (amd64_linux_fill_gregset): Adjust for renamed macros.
2824 (fetch_core_registers): Adjust for renamed functions.
2825 (amd64_linux_init_abi): Adjust for renamed functions.
2826 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
2827 renamed functions.
2828 * amd64-nat.c: Adjust for renamed macros.
2829 * amd64bsd-nat.c (fetch_inferior_registers)
2830 (store_inferior_registers): Use constants from `enum amd64_regnum'
2831 for register numbers. Adjust for renamed variables.
2832 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
2833 renamed variables.
2834 (_initialize_amd64fbsd_nat): Use constants from `enum
2835 amd64_regnum' for register numbers.
2836 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
2837 `enum amd64_regnum' for register numbers.
2838 (amd64fbsd_init_abi): Adjust for renamed functions.
2839 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
2840 `enum amd64_regnum' for register numbers.
2841 (amd64nbsd_init_abi): Adjust for renamed functions.
2842 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
2843 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
2844 `enum amd64_regnum' for register numbers.
2845 (amd64obsd_init_abi): Adjust for renamed functions.
2846 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
2847
2848 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2849
2850 * breakpoint.c (print_one_breakpoint): Do not output spaces
2851 after printing <PENDING> for a pending breakpoint.
2852
2853 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2854
2855 * printcmd.c (print_scalar_formatted): Initialize val_long
2856 to remove compiler warning message.
2857
2858 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2859
2860 * defs.h (nquery, yquery): New prototypes.
2861 * breakpoint.c (break_command_1): Use new nquery interface.
2862 * utils.c (defaulted_query, nquery, yquery): New functions.
2863
2864 2004-02-23 Andrew Cagney <cagney@redhat.com>
2865
2866 * hppa-tdep.c (hppa_frame_align): New function.
2867 (hppa32_push_dummy_call): New function.
2868 (hppa64_push_dummy_call): New function.
2869 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
2870 disabled.
2871
2872 * infcall.c (legacy_push_dummy_code): Don't call deprecated
2873 FIX_CALL_DUMMY when push_dummy_call is available.
2874 (call_function_by_hand, push_dummy_code): Ditto.
2875
2876 2004-02-22 Andrew Cagney <cagney@redhat.com>
2877
2878 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
2879 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
2880 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
2881 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
2882 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
2883 call_dummy_location to ON_STACK.
2884
2885 2004-02-22 Mark Kettenis <kettenis@gnu.org>
2886
2887 * x86-64-linux-tdep.c: Tweak comment.
2888 (amd64_linux_supply_gregset): Renamed from
2889 x86_64_linux_supply_gresget.
2890 (amd64_linux_fill_gregset): Renamed from
2891 x86_64_linux_fill_gregset.
2892 (fetch_core_registers): Adjust for renamed functions.
2893 (amd64_core_fns): Renamed from x86_64_core_fns.
2894 (amd64_linux_sigtramp_start): Renamed from
2895 x86_64_linux_sigtramp_start.
2896 (amd64_linux_pc_in_sigtramp): Renamed from
2897 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
2898 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
2899 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
2900 (amd64_linux_sigcontext_addr): Renamed from
2901 x86_64_linux_sigcontext_addr.
2902 (amd64_linux_sc_reg_offset): Renamed from
2903 x86_64_linux_sc_reg_offset.
2904 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
2905 Adjust for renamed functions and variables.
2906 (_initialize_amd64_linux_tdep): Renamed from
2907 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
2908 variables.
2909 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
2910 Adjust for renamed functions.
2911
2912 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
2913 from x86_64_linux_gregset64_reg_offset.
2914 (amd64_linux_gregset32_reg_offset): Rename from
2915 x86_64_linux_gregset64_reg_offset.
2916 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
2917 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
2918 (amd64_linux_dr_set_control): Renamed from
2919 x86_64_linux_dr_set_control. Adjust for renamed functions.
2920 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
2921 Adjust for renamed functions.
2922 (amd64_linux_dr_reset_addr): Renamed from
2923 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
2924 (amd64_linux_dr_get_status): Renamed from
2925 x86_64_linux_dr_get_status. Adjust for renamed functions.
2926 (_initialize_amd64_linux_nat): Renamed from
2927 _initialize_x86_64_linux_nat. Adjust for renamed variables and
2928 functions.
2929 * config/i386/nm-x86-64linux.h: Update copyright year.
2930 Adjust for renamed functions.
2931
2932 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
2933 amd64fbsd_sigtramp_start.
2934 (amd64fbsd_sigtramp_end_addr): Renamed from
2935 amd64fbsd_sigtramp_end.
2936 (amd64fbsd_init_abi): Adjust for renamed variables.
2937 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
2938 variables.
2939 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
2940 amd64fbsd_sigtramp_start.
2941 (amd64fbsd_sigtramp_end_addr): Renamed from
2942 amd64fbsd_sigtramp_end.
2943
2944 2004-02-22 Andrew Cagney <cagney@redhat.com>
2945
2946 * hppa-tdep.c (hppa32_return_value): New function.
2947 (hppa64_return_value): New function.
2948 (hppa_gdbarch_init): Set return_value; keep disabled.
2949
2950 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
2951 struct-return and inferior function call methods.
2952
2953 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
2954 "frame-base.h".
2955 (struct hppa_frame_cache): Define.
2956 (hppa_frame_cache, hppa_frame_this_id): New functions.
2957 (hppa_frame_prev_register): New function.
2958 (hppa_frame_unwind, hppa_frame_base): New variables.
2959 (hppa_frame_unwind_sniffer): New function.
2960 (hppa_frame_base_address, hppa_unwind_pc): New function.
2961 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
2962 sniffer, and frame base sniffer; keep disabled.
2963 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
2964 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
2965
2966 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
2967 to predicates for "seriously old code".
2968
2969 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
2970 runtime if(0).
2971
2972 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
2973 unsigned.
2974 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
2975
2976 * config/pa/tm-hppa.h: Update copyright.
2977 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2978 (deprecated_init_frame_pc_default): Delete declaration.
2979 (hppa_frame_init_saved_regs): Delete declaration.
2980 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2981 * hppa-tdep.c: Include "arch-utils.h".
2982 (hppa_gdbarch_init): Set deprecated init_frame_pc
2983 and deprecated frame_init_saved_regs.
2984 (hppa_frame_init_saved_regs): Make static.
2985
2986 2004-02-22 Mark Kettenis <kettenis@gnu.org>
2987
2988 Remove old 386BSD support.
2989 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
2990 * configure.host: Remove i[34567]86-*-bsd*.
2991 * configure.tgt: Remove i[34567]86-*-bsd*.
2992 * i386b-nat.c: Removed.
2993 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
2994 (i386b-nat.o): Remove dependencies.
2995
2996 * config/i386/i386bsd.mh: Removed.
2997 * config/i386/i386bsd.mt: Removed.
2998 * config/i386/nm-i386bsd.h: Removed.
2999 * config/i386/tm-i386bsd.h: Removed.
3000 * config/i386/xm-i386bsd.h: Removed.
3001
3002 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
3003
3004 * amd64fbsd-tdep.c: Include "solib-svr4.h".
3005 (amd64fbsd_init_abi): Set link map offsets.
3006 * amd64nbsd-tdep.c: Include "slib-svr4.h".
3007 (amd64nbsd_init_abi): Set link map offsets.
3008 * amd64obsd-tdep.c: Include "solib-svr4.h".
3009 (amd64obsd_init_abi): Set link map offsets.
3010 * i386fbsd-tdep.c: Include "solib-svr4.h".
3011 (i386fbsd_init_abi): Set link map offsets.
3012 * i386nbsd-tdep.c: Include "solib-svr4.h".
3013 (i386nbsdelf_init_abi): Set link map offsets.
3014 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
3015 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
3016 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
3017 solib-legacy.o and core-aout.o. Reformat.
3018 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
3019 solib-svr4.o, solib-legacy.o. Reformat.
3020 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
3021 * config/i386/nbsdelf.mh: Reformat.
3022 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
3023 solib-svr4.o, solib-legacy.o and corelow.o.
3024 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
3025 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
3026 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
3027 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
3028 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
3029 (TM_FILE): Set to tm-fbsd.h.
3030 * config/i386/nbsd.mt (TDEPFILES): Reformat.
3031 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
3032 solib-svr4.o.
3033 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
3034 solib-svr4.o.
3035 (TM_FILE): Set to nm-nbsd.h.
3036 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
3037 Simplify shared library support. Don't include "elf/common.h".
3038 (SVR4_SHARED_LIBS): Don't define.
3039 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
3040 "solib.h".
3041 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
3042 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
3043 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
3044 Don't include "i386/tm-i386.h". Include "solib.h".
3045 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
3046 Don't include "i386/tm-i386.h".
3047 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
3048 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
3049 Include "i386/xm-i386.h".
3050 (HOST_LONG_DOUBLE_FORMAT): Remove.
3051
3052 Fix OpenBSD/i386 sigtramp recognition.
3053 * i386-tdep.h: Update copyright year.
3054 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
3055 (i386bsd_sigtramp_end): New prototypes.
3056 (i386fbsd_sigtramp_start_addr): Renamed from
3057 i386fbsd_sigtramp_start.
3058 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
3059 (i386obsd_sigtramp_start_addr): Renamed from
3060 i386obsd_sigtramp_start.
3061 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
3062 * i386bsd-tdep.c: Update copyright year.
3063 (i386bsd_pc_in_sigtramp): Make public.
3064 * i386fbsd-nat.c: Update copyright year.
3065 (_initialize_i386fbsd_nat): Adjust for renamed variables.
3066 * i386fbsd-tdep.c: Update copyright year.
3067 (i386fbsd_sigtramp_start_addr): Renamed from
3068 i386fbsd_sigtramp_start.
3069 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
3070 (i386fbsdaout_init_abi): Adjust for renamed variables.
3071 * i386obsd-nat.c: Update copyright year.
3072 (_initialize_i386obsd_nat): Adjust for renamed variables.
3073 * i386obsd-tdep.c: Include "target.h".
3074 (i386obsd_page_size): New variable.
3075 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
3076 (i386obsd_sigtramp_end): New functions.
3077 (i386obsd_sigtramp_start_addr): Renamed from
3078 i386obsd_sigtramp_start.
3079 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
3080 (i386obsd_init_abi): Adjust for renamed variables. Set
3081 pc_in_sigtramp, sigtramp_start and sigtramp_end.
3082 * Makefile.in (i386obsd-tdep.o): Update dependencies.
3083
3084 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
3085 trampoline change in OpenBSD kernel.
3086
3087 * amd64-nat.c: Update copyright year.
3088 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
3089 architecture from REGCACHE.
3090
3091 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
3092 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
3093
3094 2004-02-21 Mark Kettenis <kettenis@gnu.org>
3095
3096 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
3097 i[34567]86-*-openbsd3.[0-3].
3098 * config/i386/obsdaout.mh: New file.
3099
3100 * config/i386/obsd.mh (MH_FLAGS): Remove.
3101
3102 Fix PR build/1549.
3103 * i386obsd-tdep.c: Update copyright years. Include
3104 "solib-svr4.h".
3105 (i386obsd_init_abi): Don't set regset_from_core_section here.
3106 (i386obsd_aout_init_abi): New function. Set
3107 regset_from_core_section here.
3108 (i386obsd_elf_init_abi): New function.
3109 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
3110 * Makefile.in (i386obsd-tdep.o): Update dependecies.
3111 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3112 (TM_FILE): Set to tm-nbsd.h.
3113
3114 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
3115 solib-sunos.o.
3116
3117 * solib-svr4.h: Update copyright year.
3118 (svr4_ilp32_fetch_link_map_offsets)
3119 (svr4_lp64_fetch_link_map_offsets): New prototype.
3120 * solib-svr4.c: Update copyright year.
3121 (svr4_ilp32_fetch_link_map_offsets)
3122 (svr4_lp64_fetch_link_map_offsets): New function.
3123
3124 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
3125
3126 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
3127 to the partial symbol table.
3128
3129 2004-02-20 J. brobecker <brobecker@gnat.com>
3130
3131 * PROBLEMS: Add description of problem documented under gdb/1560.
3132
3133 2004-02-20 Mark Kettenis <kettenis@gnu.org>
3134
3135 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
3136 comments.
3137 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
3138 functions.
3139 (amd64obsd_init_abi): Reorder initializations. Use
3140 amd64obsd_r_reg_offset to initialize the general-purpose register
3141 set details. Set regset_from_core_section.
3142 (_initialize_amd64obsd_tdep): Rename from
3143 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
3144 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
3145 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
3146
3147 * NEWS (New native configurations): Mention OpenBSD/alpha.
3148 * configure.tgt: Add alpha*-*-openbsd*.
3149 * configure.host: Add alpha*-*-openbsd*.
3150 * alphanbsd-tdep.c: Update copyright year.
3151 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
3152
3153 2004-02-20 Andrew Cagney <cagney@redhat.com>
3154
3155 Fix PR tdep/1372.
3156 * configure.tgt: Delete target "none-*-*".
3157 * configure.host: Delete host "none-*-*".
3158 * config/none/none.mh: Delete file.
3159 * config/none/none.mt: Delete file.
3160 * config/none/xm-none.h: Delete file.
3161 * config/none/tm-none.h: Delete file.
3162 * config/none/nm-none.h: Delete file.
3163
3164 2004-02-19 Fred Fish <fnf@redhat.com>
3165
3166 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
3167 cache->uses_fp prior to setting it.
3168
3169 2004-02-19 Fred Fish <fnf@redhat.com>
3170
3171 Fix for PR breakpoint/1558.
3172 * sh-tdep.c (IS_JSR): New macro.
3173 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
3174
3175 2004-02-19 Jim Blandy <jimb@redhat.com>
3176
3177 * findvar.c (value_from_register): Doc fix.
3178
3179 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
3180
3181 * printcmd.c (print_scalar_formatted): Do not check for sizeof
3182 type being greater than sizeof of host's LONGEST. Always use
3183 unpack_long() unless format 'f' chosen.
3184
3185 2004-02-19 Joel Brobecker <brobecker@gnat.com>
3186
3187 Committed by Elena Zannoni <ezannoni@redhat.com>
3188
3189 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
3190 contains a symbol wich is the best, non-exact match for the given
3191 pc. Update comments.
3192
3193 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
3194
3195 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
3196 macro, which was part of the now removed Mach 3 port.
3197 * utils.c (request_quit): Ditto.
3198
3199 2004-02-18 Mark Kettenis <kettenis@gnu.org>
3200
3201 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
3202 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
3203
3204 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3205
3206 Committed by Mark Kettenis <kettenis@gnu.org>.
3207
3208 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
3209 Define.
3210
3211 2004-02-18 Andrew Cagney <cagney@redhat.com>
3212
3213 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
3214 CONFIG_INSTALL and CONFIG_UNINSTALL.
3215 * configure: Re-generate.
3216 * interps.h (INTERP_TUI): Define.
3217 * Makefile.in: Update dependencies.
3218 (TUI): New macro.
3219 (tui-main.o): Specify dependencies.
3220 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
3221 * tui/tui-main.c: New file.
3222
3223 2004-02-18 Mark Kettenis <kettenis@gnu.org>
3224
3225 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
3226 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
3227 dependencies.
3228 * configure.host: Add x86_64-*-openbsd*.
3229 * configure.tgt: Add x86_64-*-openbsd*.
3230 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
3231
3232 * tui/tui.c: Don't include <malloc.h>.
3233
3234 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
3235 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
3236 amd64nbsd-tdep.c.
3237
3238 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
3239 static. Remove extraneous whitespace.
3240 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
3241 static.
3242
3243 2004-02-17 Jim Blandy <jimb@redhat.com>
3244
3245 * findvar.c (value_from_register): Doc fix.
3246
3247 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3248
3249 Committed by Jim Blandy <jimb@redhat.com>.
3250
3251 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
3252 CORE_ADDR as type for selectors. Correct types for GNU run time
3253 message lookup function to use double indirection.
3254 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
3255 * objc-lang.h (lookup_child_selector): Adapt prototype.
3256
3257 * s390-nat.c (SUBOFF): New macro.
3258 (supply_gregset, fill_gregset): Use it to handle debugging
3259 of 32-bit exectuables running under a 64-bit kernel.
3260 * s390-tdep.c: Include "solib-svr4.h".
3261 (s390_svr4_fetch_link_map_offset): New function.
3262 (s390x_svr_fetch_link_map_offset): Likewise.
3263 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
3264 * Makefile.in (s390-tdep.o): Update dependencies.
3265
3266 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
3267 "frame-unwind.h".
3268 (s390_readinstruction): Reformat. Use read_memory_nobpt.
3269 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
3270 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
3271 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
3272 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
3273 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
3274 S390_SIGNAL_FRAMESIZE,
3275 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
3276 (struct frame_extra_info): Remove.
3277 (s390_memset_extra_info): Remove.
3278 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
3279 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
3280 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
3281 (is_rse): Renamed to ...
3282 (is_rsy): ... this. Support long displacements.
3283 (is_rxe): Renamed to ...
3284 (is_rxy): ... this. Support long displacements.
3285 (compute_x_addr): Support long displacements.
3286 (struct s390_prologue_data): New data type.
3287 (s390_on_stack): Change API to use struct s390_prologue_data.
3288 (s390_store): Reimplement.
3289 (s390_load): New function.
3290 (s390_get_signal_frame_info): Remove.
3291 (s390_get_frame_info): Remove, replace by ...
3292 (s390_analyze_prolog): ... this new function.
3293 (s390_check_function_end): Remove.
3294 (s390_function_start): Remove.
3295 (s390_frameless_function_invokation): Remove.
3296 (s390_is_sigreturn): Remove.
3297 (s390_init_frame_pc_first): Remove.
3298 (s390_init_frame_extra_info): Remove.
3299 (s390_frame_init_saved_regs): Remove.
3300 (s390_frame_saved_pc_nofix): Remove.
3301 (s390_frame_saved_pc): Remove.
3302 (s390_frame_chain): Remove.
3303 (s390_fp_regnum, s390_read_fp): Remove.
3304 (s390_pop_frame_regular, s390_pop_frame): Remove.
3305 (s390_saved_pc_after_call): Remove.
3306 (s390_skip_prologue): Reimplement.
3307 (s390_in_function_epilogue_p): Support long displacements.
3308 (struct s390_unwind_cache): New data structure.
3309 (s390_frame_unwind_cache): New function.
3310 (s390_prologue_frame_unwind_cache): Likewise.
3311 (s390_backchain_frame_unwind_cache): Likewise.
3312 (s390_frame_this_id, s390_frame_prev_register): Likewise.
3313 (s390_frame_unwind): Define.
3314 (s390_frame_sniffer): New function.
3315 (struct s390_pltstub_unwind_cache): New data structure.
3316 (s390_pltstub_frame_unwind_cache): New function.
3317 (s390_pltstub_frame_this_id): Likewise.
3318 (s390_pltstub_frame_prev_register): Likewise.
3319 (s390_pltstub_frame_unwind): Define.
3320 (s390_pltstub_frame_sniffer): New function.
3321 (struct s390_sigtramp_unwind_cache): New data structure.
3322 (s390_sigtramp_frame_unwind_cache): New function.
3323 (s390_sigtramp_frame_this_id): Likewise.
3324 (s390_sigtramp_frame_prev_register): Likewise.
3325 (s390_sigtramp_frame_unwind): Define.
3326 (s390_sigtramp_frame_sniffer): New function.
3327 (s390_frame_base_address, s390_local_base_address): New functions.
3328 (s390_frame_base): Define.
3329 (s390_unwind_pc, s390_unwind_sp): New function.
3330 (s390_push_dummy_call): Use new frame base location.
3331 (s390_unwind_dummy_id): Likewise.
3332 (s390_gdbarch_init): Remove calls to:
3333 set_gdbarch_frameless_function_invocation,
3334 set_gdbarch_deprecated_init_frame_pc,
3335 set_gdbarch_deprecated_frame_chain,
3336 set_gdbarch_deprecated_frame_init_saved_regs,
3337 set_gdbarch_deprecated_pop_frame,
3338 set_gdbarch_deprecated_init_extra_frame_info,
3339 set_gdbarch_deprecated_init_frame_pc_first,
3340 set_gdbarch_deprecated_target_read_fp,
3341 set_gdbarch_deprecated_frame_saved_pc,
3342 set_gdbarch_deprecated_saved_pc_after_call,
3343 set_gdbarch_deprecated_fp_regnum.
3344 Add calls to:
3345 set_gdbarch_in_solib_call_trampoline,
3346 frame_unwind_append_sniffer,
3347 frame_base_set_default,
3348 set_gdbarch_unwind_pc,
3349 set_gdbarch_unwind_sp.
3350 * Makefile.in (s390-tdep.o): Update dependencies.
3351
3352 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
3353 (S390_STACK_FRAME_OVERHEAD): Remove.
3354 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
3355 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
3356 (s390_promote_integer_argument): Remove.
3357 (s390_cannot_extract_struct_value_address): Remove.
3358 (s390_use_struct_convention, s390_store_struct_return): Remove.
3359 (s390_extract_return_value, s390_store_return_value): Remove.
3360 (s390_return_value_convention, s390_return_value): New functions.
3361 (is_float_singleton): Handle typedefs.
3362 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
3363 Remove, replace by ...
3364 (s390_function_arg_pass_by_reference, s390_function_arg_float,
3365 s390_function_arg_integer): ... these new functions.
3366 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
3367 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
3368 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
3369 Fill in tdep->abi.
3370 Remove calls to:
3371 set_gdbarch_deprecated_store_struct_return,
3372 set_gdbarch_deprecated_extract_return_value,
3373 set_gdbarch_deprecated_store_return_value,
3374 set_gdbarch_use_struct_convention,
3375 set_gdbarch_extract_struct_value_address,
3376 set_gdbarch_deprecated_pc_in_call_dummy,
3377 set_gdbarch_deprecated_push_arguments,
3378 set_gdbarch_deprecated_save_dummy_frame_tos,
3379 set_gdbarch_deprecated_push_return_address,
3380 set_gdbarch_deprecated_sizeof_call_dummy_words,
3381 set_gdbarch_deprecated_call_dummy_words,
3382 set_gdbarch_deprecated_dummy_write_sp.
3383 Add calls to:
3384 set_gdbarch_push_dummy_call,
3385 set_gdbarch_unwind_dummy_id,
3386 set_gdbarch_return_value.
3387
3388 * config/s390/nm-linux.h: Update comments.
3389 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
3390 (STOPPED_BY_WATCHPOINT): Redefine.
3391 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
3392 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
3393 (s390_stopped_by_watchpoint): Likewise.
3394 (watch_area_cnt): Remove.
3395 * s390-nat.c: Update comments.
3396 (watch_area): Remove typedef.
3397 Global replace watch_area by struct watch_area.
3398 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
3399 (s390_stopped_by_watchpoint): Remove pid argument,
3400 use s390_inferior_tid. Add short-cut for the no watchpoint case.
3401 (s390_fix_watch_points): Remove pid argument,
3402 use s390_inferior_tid. Recompute area spanned by watchpoints.
3403 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
3404 argument. Reimplement.
3405
3406 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
3407 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
3408 (FETCH_INFERIOR_REGISTERS): Define.
3409 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
3410 core-regset.o.
3411 * config/s390/s390x.mt: Remove.
3412 * config/s390/tm-s390.h: Remove.
3413 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
3414 (TARGET_ELF64): Remove.
3415 (SKIP_TRAMPOLINE_CODE): Do not undefine.
3416 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
3417 s390*-*-* case; always set gdb_target to s390.
3418 * regformats/reg-s390.dat: Remove control registers.
3419 * regformats/reg-s390x.dat: Likewise.
3420 * s390-tdep.h: New file.
3421 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
3422 Include "inferior.h" and "s390-tdep.h".
3423 Remove private definition of offsetof.
3424 (s390_register_u_addr): Remove.
3425 (regmap_gregset, regmap_fpregset): Define.
3426 (supply_gregset, fill_gregset): Reimplement.
3427 (supply_fpregset, fill_fpregset): Likewise.
3428 (s390_inferior_tid): New function.
3429 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
3430 (fetch_inferior_registers, store_inferior_registers): Likewise.
3431 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
3432 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
3433 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
3434 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
3435 (struct gdbarch_tdep): Define.
3436 (struct s390_register_info): Define.
3437 (s390_register_info): New variable.
3438 (s390_register_name): Reimplement.
3439 (s390_register_type): New function.
3440 (s390_register_raw_size, s390x_register_raw_size): Remove.
3441 (s390_cannot_fetch_register): Remove.
3442 (s390_register_byte): Remove.
3443 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
3444 (s390_dwarf_regmap): New variable.
3445 (s390_dwarf_reg_to_regnum): New function.
3446 (s390_stab_reg_to_regnum): Remove.
3447 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
3448 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
3449 (s390_convert_register_p): Likewise.
3450 (s390_register_to_value, s390_value_to_register): Likewise.
3451 (s390_register_reggroup_p): Likewise.
3452 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
3453 s390_gregset, s390x_gregset, s390_fpregset): New variables.
3454 (s390_supply_regset, s390_regset_from_core_section): New functions.
3455 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
3456 (S390_FPR_SIZE): Likewise.
3457 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
3458 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
3459 (S390_NUM_GPRS): Move here from tm-s390.h.
3460 (S390_NUM_FPRS): Likewise.
3461 (s390_in_function_epilogue_p): New function.
3462 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
3463 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
3464 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
3465 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
3466 Replace S390_FP_REGNUM by S390_SP_REGNUM.
3467 Remove calls to:
3468 set_gdbarch_deprecated_max_register_raw_size,
3469 set_gdbarch_deprecated_max_register_virtual_size,
3470 set_gdbarch_deprecated_register_byte,
3471 set_gdbarch_cannot_fetch_register,
3472 set_gdbarch_cannot_store_register,
3473 set_gdbarch_deprecated_register_size,
3474 set_gdbarch_deprecated_register_raw_size,
3475 set_gdbarch_deprecated_register_virtual_size,
3476 set_gdbarch_deprecated_register_virtual_type,
3477 set_gdbarch_deprecated_register_bytes.
3478 Add calls to:
3479 set_gdbarch_num_pseudo_regs,
3480 set_gdbarch_register_type,
3481 set_gdbarch_convert_register_p,
3482 set_gdbarch_register_to_value,
3483 set_gdbarch_value_to_register,
3484 set_gdbarch_register_reggroup_p,
3485 set_gdbarch_regset_from_core_section,
3486 set_gdbarch_pseudo_register_read,
3487 set_gdbarch_pseudo_register_write,
3488 set_gdbarch_in_function_epilogue_p.
3489 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
3490 (s390_tdep_h): New variable.
3491
3492 2004-02-17 Jim Blandy <jimb@redhat.com>
3493
3494 * findvar.c (value_from_register): If the type has no length, just
3495 return an acceptable value --- don't report an internal error.
3496
3497 * stabsread.c (read_type): If we find any type numbers that are
3498 forward references, complain if the references aren't resolved by
3499 the time we're finished reading.
3500 (cleanup_undefined_types): Make error message more appropriate for
3501 a complaint.
3502
3503 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
3504
3505 * Makefile.in (defs_h): Remove dependency on progress_h.
3506 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
3507 progress.h.
3508 * main.c (captured_main): Delete use of START_PROGRESS and
3509 END_PROGRESS.
3510
3511 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
3512
3513 * objfiles.c (terminate_minimal_symbol_table): Add back
3514 initialization of MSYMBOL_TYPE.
3515
3516 2004-02-17 David Mosberger <davidm@hpl.hp.com>
3517
3518 Committed by Andrew Cagney.
3519 * Makefile.in (ia64_tdep_h): New macro.
3520 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
3521 (ia64-tdep.o): Likewise.
3522 * ia64-tdep.h: New file.
3523 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
3524 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
3525 (ia64_aix_sigcontext_register_address): Likewise.
3526 (ia64_linux_getunwind_table): Delete declaration.
3527 * ia64-linux-tdep.c: Likewise.
3528
3529 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
3530
3531 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
3532 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
3533 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
3534
3535 2004-02-17 Andrew Cagney <cagney@redhat.com>
3536
3537 * symtab.c (skip_prologue_using_sal): New function.
3538 * symtab.h (skip_prologue_using_sal): Declare.
3539 * frv-tdep.c: Include "symtab.h".
3540 (skip_prologue_using_sal): Delete function.
3541 * mips-tdep.c (skip_prologue_using_sal): Delete function.
3542 * rs6000-tdep.c (refine_prologue_limit): Mention
3543 skip_prologue_using_sal.
3544 * ia64-tdep.c (refine_prologue_limit): Ditto.
3545 * Makefile.in: Update dependencies.
3546
3547 2004-02-16 Andrew Cagney <cagney@redhat.com>
3548
3549 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
3550 START_INFERIOR_TRAPS_EXPECTED.
3551 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
3552 START_INFERIOR_TRAPS_EXPECTED.
3553 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
3554 Delete macro.
3555 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
3556 macro, moved to "nm-osf.h". Update copyright.
3557 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
3558 update copyright.
3559
3560 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
3561 and function replacing FRAMELESS_FUNCTION_INVOCATION.
3562 * blockframe.c (legacy_frameless_look_for_prologue): Rename
3563 frameless_look_for_prologue.
3564 * frame.h (legacy_frameless_look_for_prologue): Rename
3565 frameless_look_for_prologue.
3566 * gdbarch.h, gdbarch.c: Re-generate.
3567 * sh64-tdep.c (sh64_gdbarch_init): Update.
3568 * sh-tdep.c (sh_gdbarch_init): Update.
3569 * s390-tdep.c (s390_gdbarch_init): Update.
3570 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3571 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3572 * m68k-tdep.c (m68k_gdbarch_init): Update.
3573 (delta68_frame_args_address): Update.
3574 * m32r-tdep.c (m32r_gdbarch_init): Update.
3575 * hppa-tdep.c (hppa_gdbarch_init): Update.
3576 * h8300-tdep.c (h8300_gdbarch_init): Update.
3577 * frv-tdep.c (frv_gdbarch_init): Update.
3578 (frv_frameless_function_invocation): Update.
3579 * cris-tdep.c (cris_gdbarch_init): Update.
3580 (cris_frameless_function_invocation): Update.
3581 * avr-tdep.c (avr_gdbarch_init): Update.
3582 * arm-tdep.c (arm_gdbarch_init): Update.
3583 * stack.c (frame_info): Update, call predicate.
3584 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
3585 * frame.c (legacy_get_prev_frame): Update, call predicate..
3586 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
3587 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
3588 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
3589 invocation.
3590 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3591 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3592 * vax-tdep.c (vax_gdbarch_init): Ditto.
3593
3594 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
3595 function.
3596
3597 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
3598
3599 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
3600 initializations.
3601
3602 2004-02-16 Andrew Cagney <cagney@redhat.com>
3603
3604 * tui/tui-windata.c: Include "gdb_string.h".
3605 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
3606 * tui/tui-layout.c, tui/tui-command.c: Ditto.
3607 * Makefile.in: Update dependencies.
3608
3609 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
3610
3611 * Makefile.in (infrun.o): Add $(gdb_assert_h).
3612 * infrun.c: Include "gdb_assert.h".
3613 (singlestep_ptid, saved_singlestep_ptid)
3614 (stepping_past_singlestep_breakpoint): New variables.
3615 (resume): Set singlestep_ptid. Check for singlestep thread
3616 hop.
3617 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
3618 (handle_inferior_event): Handle singlestep thread hop.
3619
3620 2004-02-16 Andrew Cagney <cagney@redhat.com>
3621
3622 * dwarf2-frame.c (dwarf2_frame_ops): New function.
3623 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
3624 (dwarf2_frame_init_reg): Ditto.
3625
3626 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
3627 suggested by Joshua Neuheisel
3628
3629 * configure.in: Always check for curses, including pdcurses.
3630 Warn, instead of error, when no curses are found. Enable TUI when
3631 curses is available.
3632 * configure: Re-generate.
3633
3634 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
3635
3636 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
3637 sh_sh4_register_convert_to_virtual.
3638 (sh_register_convert_to_raw): Rename from
3639 sh_sh4_register_convert_to_raw.
3640 (sh_pseudo_register_read): Accomodate above name change.
3641 (sh_pseudo_register_write): Ditto.
3642
3643 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
3644
3645 * sh-tdep.c (sh_generic_register_name): Remove.
3646 (sh_gdbarch_init): Use sh_sh_register_name in default case.
3647
3648 2004-02-15 Andrew Cagney <cagney@redhat.com>
3649
3650 * configure.in (build_warnings): Add -Wunused-function.
3651 * configure: Re-generate.
3652
3653 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
3654 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
3655
3656 * procfs.c (procfs_init_inferior): Assume that
3657 START_INFERIOR_TRAPS_EXPECTED is defined.
3658 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
3659 * config/ns32k/tm-nbsd.h: Delete file,
3660 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
3661
3662 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
3663 * config/vax/tm-vax.h: Delete file.
3664
3665 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3666 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3667 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3668 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3669 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
3670 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3671 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
3672
3673 2004-02-15 Mark Kettenis <kettenis@gnu.org>
3674
3675 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
3676 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3677 (struct dwarf2_frame_ops): New.
3678 (dwarf2_frame_default_init_reg): New function, based on
3679 dwarf2_frame_init_reg.
3680 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
3681 (dwarf2_frame_init_reg): Call architecture-specific function.
3682 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
3683 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
3684 instead of dwarf2_frame_data.
3685 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
3686 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
3687
3688 2004-02-15 Andrew Cagney <cagney@redhat.com>
3689
3690 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
3691 register_gdbarch_swap.
3692 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
3693 * f-lang.c (_initialize_f_language): Update, use
3694 DEPRECATED_REGISTER_GDBARCH_SWAP.
3695 * remote.c (_initialize_remote): Ditto.
3696 * regcache.c (_initialize_regcache): Ditto.
3697 * parse.c (_initialize_parse): Ditto.
3698 * infrun.c (_initialize_infrun): Ditto.
3699 * mi/mi-main.c (_initialize_mi_main): Ditto.
3700 * gdbtypes.c (_initialize_gdbtypes): Ditto.
3701
3702 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
3703 poking .cacheable directly.
3704 * symfile.c (symfile_bfd_open): Ditto.
3705
3706 * Makefile.in: Update all dependencies.
3707
3708 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
3709 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
3710 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
3711 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
3712 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
3713
3714 2004-02-14 Andrew Cagney <cagney@redhat.com>
3715
3716 * arch-utils.c (legacy_convert_register_p): Check
3717 DEPRECATED_REGISTER_CONVERTIBLE_P.
3718 * findvar.c (value_of_register): Ditto.
3719
3720 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
3721 * gdbarch.h, gdbarch.c: Re-generate.
3722 * arch-utils.c (deprecated_register_convertible_not): Delete.
3723 * arch-utils.h (deprecated_register_convertible_not): Delete.
3724 * mi/mi-main.c (get_register): Update. Update copyright.
3725 * infcmd.c (default_print_registers_info): Update.
3726
3727 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3728 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
3729 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
3730 * gdbarch.h, gdbarch.c: Re-generate.
3731 * frame.c (deprecated_get_next_frame_hack): Delete function.
3732 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
3733 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3734 Update.
3735 * infcall.c (call_function_by_hand): Update.
3736
3737 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
3738
3739 * symfile.c (init_entry_point_info, entry_point_address): Move
3740 from here...
3741 * objfiles.c (init_entry_point_info, entry_point_address):..to
3742 here.
3743 * symfile.h (init_entry_point_info, entry_point_address): Remove
3744 prototypes.
3745 * objfiles.h (init_entry_point_info, entry_point_address):Add
3746 prototypes.
3747 * cris-tdep.c: Remove include of symfile.h. Add include of
3748 objfiles.h.
3749 * infcall.c: Ditto.
3750 * mcore-tdep.c: Ditto.
3751 * mn10300-tdep.c: Ditto.
3752 * sh64-tdep.c: Ditto.
3753 * v850-tdep.c: Ditto.
3754 * arm-tdep.c: Remove include of symfile.h.
3755 * blockframe.c: Ditto.
3756 * coffread.c: Ditto.
3757 * dbxread.c: Ditto.
3758 * dwarf2read.c: Ditto.
3759 * dwarfread.c: Ditto.
3760 * frv-tdep.c: Ditto.
3761 * ia64-tdep.c: Ditto.
3762 * mdebugread.c: Ditto.
3763 * mipsread.c: Ditto.
3764 * rs6000-tdep.c: Ditto.
3765 * s390-tdep.c: Ditto.
3766 * sh-tdep.c: Ditto.
3767 * xstormy16-tdep.c: Ditto.
3768 * gdbarch.sh: Remove include of symfile.h.
3769 * gdbarch.c: Regenerate.
3770 * solib-irix.c (enable_break): Use entry_point_address().
3771 Add comment about include file.
3772 * xcoffread.c: Add comment about include file.
3773 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
3774 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
3775 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
3776 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
3777 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
3778
3779 2004-02-13 Andrew Cagney <cagney@redhat.com>
3780
3781 * corelow.c (core_xfer_partial): Use "struct bfd_section".
3782 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
3783 copyright.
3784 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
3785
3786 2004-02-12 Fred Fish <fnf@redhat.com>
3787
3788 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
3789 set_gdbarch_store_return_value.
3790
3791 2004-02-12 Andrew Cagney <cagney@redhat.com>
3792
3793 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
3794 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
3795 (interrupt_query): Ditto.
3796 (ofunc): Delete unused variable.
3797 * cris-tdep.c (cris_abi): Delete unused function.
3798 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
3799 (cris_get_wide_opcode, cris_get_short_size): Ditto.
3800 (cris_get_asr_quick_shift_steps): Ditto.
3801 (cris_skip_prologue_frameless_p): Ditto.
3802 * arm-tdep.c (arm_push_return_address): Delete unused function.
3803 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
3804 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
3805 * s390-tdep.c (s390_function_start): Delete unused function.
3806
3807 2004-02-12 Andrew Cagney <cagney@redhat.com>
3808
3809 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
3810 gdbarch.h, gdbarch.c: Re-generate.
3811 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
3812 to generic_prologue_frameless_p.
3813 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
3814 * arch-utils.c (generic_prologue_frameless_p): Delete function.
3815
3816 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
3817
3818 * mips-linux-tdep.c: Include "frame.h".
3819 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
3820 (mips_linux_skip_resolver): New functions.
3821 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
3822 and set_gdbarch_in_solib_call_trampoline.
3823 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
3824 to after set_gdbarch_in_solib_return_trampoline. Only set the
3825 solib hooks to mips16 functions if the OS ABI is unknown.
3826 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
3827 including "config/tm-linux.h".
3828 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
3829 * Makefile.in (mips-linux-tdep.o): Update.
3830
3831 2004-02-11 David Carlton <carlton@kealia.com>
3832
3833 * linespec.c (decode_compound): Only look for a class symbol when
3834 considering all but the rightmost component.
3835
3836 2004-02-11 Andrew Cagney <cagney@redhat.com>
3837
3838 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
3839 abi code are are separatly grouped.
3840
3841 2004-02-11 Andrew Cagney <cagney@redhat.com>
3842
3843 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
3844 * gdbarch.h, gdbarch.c: Re-generate.
3845 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3846 * v850-tdep.c (v850_gdbarch_init): Update.
3847 * sh64-tdep.c (sh64_gdbarch_init): Update.
3848 * sh-tdep.c (sh_gdbarch_init): Update.
3849 * s390-tdep.c (s390_gdbarch_init): Update.
3850 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3851 * mips-tdep.c (mips_gdbarch_init): Update.
3852 * mcore-tdep.c (mcore_gdbarch_init): Update.
3853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3854 * m32r-tdep.c (m32r_gdbarch_init): Update.
3855 * ia64-tdep.c (ia64_gdbarch_init): Update.
3856 * hppa-tdep.c (hppa_gdbarch_init): Update.
3857 * h8300-tdep.c (h8300_gdbarch_init): Update.
3858 * frv-tdep.c (frv_gdbarch_init): Update.
3859 * d10v-tdep.c (d10v_gdbarch_init): Update.
3860 * cris-tdep.c (cris_gdbarch_init): Update.
3861 * avr-tdep.c (avr_gdbarch_init): Update.
3862 * arm-tdep.c (arm_gdbarch_init): Update.
3863 * alpha-tdep.c (alpha_gdbarch_init): Update.
3864
3865 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
3866
3867 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
3868 comma.
3869 (sh_sh4al_dsp_register_name): Ditto.
3870
3871 2004-02-10 Andrew Cagney <cagney@redhat.com>
3872
3873 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
3874 (mips_init_frame_pc_first): Delete function.
3875 (mips_frame_saved_pc): Delete function.
3876 (mips_frame_chain): Delete function.
3877 (mips_init_extra_frame_info): Delete function.
3878 (mips_xfer_register): Delete unused variable "reg".
3879 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
3880 (mips_n32n64_return_value): Delete unused variable "reg".
3881 (mips_n32n64_return_value): Delete unused variable "pos".
3882 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
3883 (mips_o32_return_value): Delete unused variable "pos".
3884 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
3885 (mips_print_fp_register): Delete unused variable "namelen"
3886 (mips_print_fp_register): Delete unused variable "flt2"
3887 (get_frame_pointer): Delete function.
3888 (cached_proc_desc): Delete static variable.
3889 (mips_pop_frame): Delete function.
3890 (mips_find_saved_regs): Delete function.
3891 (mips_get_saved_register): Delete function.
3892 (mips_saved_pc_after_call): Delete function.
3893 (SIGFRAME_BASE): Delete macro.
3894 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
3895 (SIGFRAME_PC_OFF): Delete macro.
3896 (SIGFRAME_REGSAVE_OFF): Delete macro.
3897 (mips_dump_tdep): Do not print deleted macro definitions.
3898
3899 2004-02-10 Andrew Cagney <cagney@redhat.com>
3900
3901 * Makefile.in (SFILES): Remove explictly listed tui files.
3902 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
3903
3904 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
3905
3906 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
3907 to use paddr functions to format ia64 addresses and long values.
3908 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
3909 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
3910 (get_kernel_table, ia64_find_proc_info_x): Ditto.
3911 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
3912 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
3913
3914 2004-02-10 Andrew Cagney <cagney@redhat.com>
3915
3916 * defs.h: Do not include "tui.h".
3917 * gdb_curses.h: New file.
3918 * tui/tui-hooks.h: New file.
3919 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
3920 (tui_install_hooks, tui_remove_hooks): Delete declarations.
3921 (tui_initialize_io): Delete declaration.
3922 (tui_initialize_readline: Delete redundant declaration.
3923 (struct tui_point): Delete definition.
3924 * tui/tui-data.h (struct tui_point): Define.
3925 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
3926 * utils.c: Include "tui/tui.h".
3927 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
3928 * printcmd.c [TUI]: Include "tui/tui.h".
3929 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
3930 * tui/tui-command.c: Include "gdb_curses.h".
3931 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
3932 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
3933 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
3934 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
3935 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
3936 * Makefile.in: Update all dependencies.
3937 (tui_hooks_h, gdb_curses_h): Define.
3938 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
3939
3940 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
3941
3942 * objfiles.h (struct objfile): Remove unused fields auxf1 and
3943 auxf2. Add comments about some other rarely used fields.
3944
3945 2004-02-10 Andrew Cagney <cagney@redhat.com>
3946
3947 * Makefile.in (init.c): Fix script removing duplicates. Problem
3948 reported by Peter Schauer.
3949
3950 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
3951
3952 * bcache.c (bcache_xmalloc): Use obstack_init instead of
3953 obstack_specify_allocation.
3954 * objfiles.c (allocate_objfile): Ditto.
3955 * solib-sunos.c (solib_add_common_symbols)
3956 (allocate_rt_common_objfile): Ditto.
3957 * symfile.c (reread_symbols): Ditto.
3958 * gdb_obstack.h: Add comment.
3959
3960 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
3961
3962 * linespec.c (decode_line_1, locate_first_half)
3963 (decode_compound, lookup_prefix_sym): Update comments. Delete old
3964 commented out code.
3965
3966 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
3967
3968 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
3969 obstack_free.
3970
3971 2004-02-09 Andrew Cagney <cagney@redhat.com>
3972
3973 * blockframe.c (find_pc_partial_function): If find_pc_overlay
3974 fails, try find_pc_section. Fix PR c++/1267.
3975 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
3976 instead of find_pc_mapped_section.
3977 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
3978 not default to the section containing PC. Fix PR symtab/1519.
3979
3980 2004-02-09 Andrew Cagney <cagney@redhat.com>
3981
3982 * Makefile.in (mips-tdep.o): Update dependencies.
3983 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
3984 "trad-frame.h".
3985 (mips_unwind_pc): Return the pseudo PC register.
3986 (mips_unwind_dummy_id): New function.
3987 (mips16_fetch_instruction): New function.
3988 (mips32_fetch_instruction): New function.
3989 (struct mips_frame_cache): Define.
3990 (mips_mdebug_frame_cache): New function.
3991 (mips_mdebug_frame_this_id): New function.
3992 (mips_mdebug_frame_prev_register): New function.
3993 (mips_mdebug_frame_unwind): Define.
3994 (mips_mdebug_frame_sniffer): New function.
3995 (mips_mdebug_frame_base_address): New function.
3996 (mips_mdebug_frame_base): Define.
3997 (mips_mdebug_frame_base_sniffer): New function.
3998 (mips_gdbarch_init): Append unwind and base sniffers. Set
3999 unwind_dummy_id.
4000
4001 2004-02-08 Andrew Cagney <cagney@redhat.com>
4002
4003 * frame.c: Print both the register number and name.
4004
4005 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
4006 and a sed into a single sed. Make .c and .o patterns more robust.
4007 (OBS): Delete.
4008 (INIT_FILES): Replace OBS with COMMON_OBS.
4009 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
4010
4011 2004-02-08 Mark Kettenis <kettenis@gnu.org>
4012
4013 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
4014 the PT_WCOOKIE request.
4015
4016 2004-02-08 Andrew Cagney <cagney@redhat.com>
4017
4018 * mips-tdep.c (mips_unwind_pc): New function.
4019 (mips_gdbarch_init): Set mips_unwind_pc.
4020
4021 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
4022 (get_frame_id): Allow the UNKNOWN_FRAME.
4023 (frame_register_unwind, get_frame_type): Ditto.
4024
4025 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
4026 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
4027 unwind_dummy_id indicates a legacy frame.
4028
4029 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
4030 * configure: Re-generate.
4031
4032 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
4033 methods.
4034
4035 2004-02-08 Andrew Cagney <cagney@redhat.com>
4036
4037 * configure.in (CONFIG_ALL): Set to Makefile target, and not
4038 makefile macro.
4039 * configure: Re-generate.
4040 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
4041 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
4042 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
4043 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
4044 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
4045 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
4046 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
4047 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
4048 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
4049 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
4050
4051 2004-02-07 Andrew Cagney <cagney@redhat.com>
4052
4053 * Makefile.in: Update all dependencies.
4054
4055 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
4056 * configure: Re-generate.
4057 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
4058 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
4059 (COMMON_OBS): Add "main.o" and "annotate.o".
4060 (ANNOTATE_OBS): Delete.
4061 (OBS): Remove ANNOTATE_OBS.
4062 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
4063 CONFIG_INITS.
4064 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
4065 against CONFIG_OBS and "main.o".
4066 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
4067 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
4068
4069 * tui/tui-command.c: Include "gdb_string.h", delete register
4070 attribute, use ISO-C function signatures.
4071 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
4072 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
4073 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
4074 * tui/tui.c: Ditto.
4075
4076 * tui/tui-command.c: Change variable and function names to lower
4077 case.
4078 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
4079 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
4080 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4081 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4082 * tui/tui-winsource.c, tui/tui.c: Ditto.
4083
4084 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
4085
4086 * buildsym.c (free_pending_blocks, finish_block)
4087 (record_pending_block, make_blockvector, end_symtab): Replace
4088 symbol_obstack with objfile_obstack.
4089 * coffread.c (process_coff_symbol, coff_read_struct_type)
4090 (coff_read_enum_type): Ditto.
4091 * cp-namespace.c (initialize_namespace_symtab)
4092 (check_one_possible_namespace_symbol): Ditto.
4093 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4094 (dwarf2_symbol_mark_computed): Ditto.
4095 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
4096 * elfread.c (elf_symtab_read): Ditto.
4097 * hpread.c (hpread_symfile_init, hpread_symfile_init)
4098 (hpread_read_enum_type, hpread_read_function_type)
4099 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
4100 Ditto.
4101 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4102 (java_link_class_type): Ditto.
4103 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4104 (new_symbol): Ditto.
4105 * minsyms.c (install_minimal_symbols): Ditto.
4106 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
4107 (terminate_minimal_symbol_table): Replace symbol_obstack with
4108 objfile_obstack.
4109 (free_objfile): Remove freeing of symbol_obstack.
4110 * objfiles.h: Remove symbol_obstack field.
4111 * pa64solib.c (add_to_solist): Replace symbol_obstack with
4112 objfile_obstack.
4113 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
4114 symbol_obstack.
4115 (solib_add_common_symbols): Replace symbol_obstack with
4116 objfile_obstack.
4117 * somsolib.c (som_solib_add): Ditto.
4118 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4119 (common_block_start, common_block_end): Ditto.
4120 * symfile.c (reread_symbols): Remove freeing and init of
4121 symbol_obstack.
4122 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
4123 * symfile.h: Update comment.
4124 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
4125 stats printing.
4126 * symtab.c (symbol_set_names): Replace symbol_obstack with
4127 objfile_obstack.
4128 * symtab.h (struct general_symbol_info, struct minimal_symbol):
4129 Update comments.
4130 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
4131 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
4132 objfile_obstack.
4133
4134 2004-02-07 Andrew Cagney <cagney@redhat.com>
4135
4136 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
4137 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
4138 fields and variables.
4139 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
4140 (m_beInvisible): Delete macro.
4141 * tui/tui-data.h: Fix case case fields and variables.
4142 (m_genWinPtrIsNull): Delete macro.
4143 (tui_win_list): Rename winList.
4144 (TUI_SRC_WIN): Rename srcWin.
4145 (TUI_DISASM_WIN): Rename disassemWin.
4146 (TUI_DATA_WIN): Rename dataWin.
4147 (TUI_CMD_WIN): Rename cmdWin.
4148 (m_genWinPtrNotNull): Delete macro.
4149 (m_winPtrIsNull): Delete macro.
4150 (m_winPtrNotNull): Delete macro.
4151 (tui_win_is_source_type): Replace m_winIsSourceType
4152 (tui_win_is_auxillary): Replace m_winIsAuzillary.
4153 (tui_win_has_locator): Replace m_hasLocator.
4154 (tui_set_win_highlight): Replace m_setWinHighlightOn and
4155 m_setWinHighlightOff.
4156 * tui/tui-data.c: Update references.
4157 (tui_win_is_source_type, tui_set_win_highlight): New functions.
4158 (tui_win_has_locator, tui_win_is_auxillary): New functions.
4159 * tui/tui-command.c, tui/tui-disasm.c: Update references.
4160 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
4161 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
4162 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4163 * tui/tui-winsource.c, tui/tui.c: Ditto.
4164
4165 2004-02-07 Mark Kettenis <kettenis@gnu.org>
4166
4167 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
4168 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
4169 StackGhost.
4170
4171 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
4172 variable `i6' to `i7'.
4173 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4174
4175 2004-02-07 Andrew Cagney <cagney@redhat.com>
4176
4177 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
4178 (TuiPoint, TuiPointPtr): Ditto.
4179 (TuiStatus, TuiStatusPtr): Ditto.
4180 (TuiWinType, TuiWinTypePtr): Ditto.
4181 (struct tui_point): Rename _TuiPoint.
4182 (tui_get_low_disassembly_address): Rename
4183 tuiGetLowDisassemblyAddress.
4184 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
4185 (tuiFree): Delete declaration.
4186 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
4187 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
4188 * tui/tui.c (tuiFree): Delete function.
4189 * cli/cli-cmds.c (disassemble_command): Update references.
4190 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
4191 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
4192 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
4193 * tui/tui-winsource.c: Ditto.
4194
4195 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
4196
4197 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
4198 coffstab_build_psymtabs, elfstab_build_psymtabs)
4199 (stabsect_build_psymtabs): Replace psymbol_obstack with
4200 objfile_obstack.
4201 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
4202 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
4203 Ditto.
4204 * dwarfread.c (scan_compilation_units): Ditto.
4205 * elfread.c (elfstab_offset_sections): Ditto.
4206 * hppa-tdep.c (read_unwind_info): Ditto.
4207 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
4208 (hpread_end_psymtab): Ditto.
4209 * mdebugread.c (mdebug_build_psymtabs, add_pending)
4210 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
4211 Ditto.
4212 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4213 * objfiles.c (add_to_objfile_sections)
4214 (build_objfile_section_table): Ditto.
4215 (allocate_objfile): Remove init of psymbol_obstack.
4216 (free_objfile): Remove freeing of psymbol_obstack.
4217 * objfiles.h (struct objfile): Remove field
4218 psymbol_obstack. Update comments.
4219 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
4220 psymbol_obstack with objfile_obstack.
4221 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
4222 psymbol_obstack.
4223 * somread.c (som_symfile_offsets, init_import_symbols)
4224 (init_export_symbols): Replace psymbol_obstack with
4225 objfile_obstack.
4226 * somsolib.c (som_solib_add_solib_objfile): Ditto.
4227 * symfile.c (default_symfile_offsets, syms_from_objfile)
4228 (reread_symbols): Remove freeing and init of psymbol_obstack.
4229 (cashier_psymtab): Update comment.
4230 * symmisc.c (print_objfile_statistics): Don't report stats for
4231 psymbol obstack.
4232 * symtab.h (struct general_symbol_info, struct partial_symtab):
4233 Update comments.
4234 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
4235 (xcoff_symfile_offsets): Replace psymbol_obstack with
4236 objfile_obstack.
4237
4238 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
4239
4240 * objfiles.h (struct objfile): Add objfile_obstack field.
4241 Remove type_obstack field.
4242
4243 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
4244 read_structure_scope read_enumeration, new_symbol): Replace
4245 type_obstack with objfile_obstack.
4246 * dwarfread.c (struct_type, enum_type): Ditto.
4247 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
4248 (lookup_fundamental_type): Ditto.
4249 * gdbtypes.h (TYPE_ALLOC): Ditto.
4250 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
4251 (hpread_read_doc_function_type, hpread_read_struct_type)
4252 (fix_static_member_physnames, hpread_read_array_type)
4253 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
4254 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
4255 (java_link_class_type): Ditto.
4256 * mdebugread.c (parse_type): Ditto.
4257 * objfiles.c (allocate_objfile, free_objfile): Ditto.
4258 * solib-sunos.c (solib_add_common_symbols): Ditto.
4259 * stabsread.c (define_symbol, read_type, read_member_functions,
4260 read_cpp_abbrev, read_one_struct_field): Ditto.
4261 * symfile.c (reread_symbols): Ditto.
4262 * symmisc.c (print_objfile_statistics): Ditto.
4263
4264 2004-02-07 Andrew Cagney <cagney@redhat.com>
4265
4266 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
4267 (tui_exec_info_content): Rename TuiExecInfoContent.
4268 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
4269 (TuiWinInfo, TuiWinInfoPtr): Ditto.
4270 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
4271 (TuiList, TuiListPtr): Ditto.
4272 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
4273 (TuiDataType, TuiDataTypePtr): Ditto.
4274 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
4275 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
4276 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
4277 (TuiSourceElement, TuiSourceElementPtr): Ditto.
4278 (TuiDataElement, TuiDataElementPtr): Ditto.
4279 (TuiWinElement, TuiWinElementPtr): Ditto.
4280 (TuiDataInfo, TuiDataInfoPtr): Ditto.
4281 (TuiCommandElement, TuiCommandElementPtr): Ditto.
4282 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
4283 (TuiWhichElement, TuiWhichElementPtr): Ditto.
4284 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
4285 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
4286 * tui/tui-command.c, tui/tui-data.c: Update references.
4287 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
4288 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4289 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4290 * tui/tui-winsource.c, tui/tui.c: Ditto.
4291
4292 2004-02-07 Mark Kettenis <kettenis@gnu.org>
4293
4294 * dwarf2-frame.h: Update copyright.
4295 (enum dwarf2_frame_reg_rule): New.
4296 (struct dwarf2_frame_state_reg): New.
4297 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
4298 * dwarf2-frame.c: Update copyright.
4299 (enum dwarf2_reg_rule): Remove.
4300 (struct dwarf2_frame_state): Remove defenition of `struct
4301 dwarf2_frame_state_reg'.
4302 (read_reg): Call get_frame_arch to get the architecture instead of
4303 using CURRENT_GDBARCH.
4304 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
4305 DWARF2_FRAME_.
4306 (dwarf2_frame_init_reg): New function.
4307 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
4308 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
4309 initialize the register state. Prefix old `enum dwarf2_reg_rule'
4310 tags with DWARF2_FRAME_.
4311 (dwarf2_frame_prev_register): Call get_frame_arch to get the
4312 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
4313 dwarf2_reg_rule' tags with DWARF2_FRAME_.
4314
4315 2004-02-06 Andrew Cagney <cagney@redhat.com>
4316
4317 * tui/tui-data.h (struct tui_list): Rename _TuiList.
4318 (enum tui_data_type): Rename _TuiDataType.
4319 (struct tui_layout_def): Rename _TuiLayoutDef.
4320 (struct tui_source_element): Rename _TuiSourceElement.
4321 (struct tui_data_element): Rename _TuiDataElement.
4322 (struct tui_command_element): Rename _TuiCommandElement.
4323 (struct tui_locator_element): Rename _TuiLocatorElement.
4324 (union tui_which_element): Define.
4325 (struct tui_win_element): Rename _TuiWinElement.
4326 (struct tui_data_info): Rename _TuiDataInfo.
4327 (struct tui_source_info): Rename _TuiSourceInfo.
4328 (struct tui_command_info): Rename _TuiCommandInfo.
4329 (tui_initialize_static_data): Rename initializeStaticData.
4330 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
4331 (tui_alloc_win_info): Rename allocWinInfo.
4332 (tui_init_generic_part): Rename initGenericPart.
4333 (tui_init_win_info): Rename initWinInfo.
4334 (tui_alloc_content): Rename allocContent.
4335 (tui_add_content_elements): Rename addContentElements.
4336 (tui_init_content_element): Rename initContentElement.
4337 (tui_free_window): Rename freeWindow.
4338 (tui_free_win_content): Rename freeWinContent.
4339 (tui_free_data_content): Rename freeDataContent.
4340 (tui_free_all_source_wins_content): Rename
4341 freeAllSourceWinsContent.
4342 (tui_del_window): Rename tuiDelWindow.
4343 (tui_del_data_windows): Rename tuiDelDataWindows.
4344 (tui_partial_win_by_name): Rename partialWinByName.
4345 (tui_win_name): Rename winName.
4346 (tui_current_layout): Rename currentLayout.
4347 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
4348 (tui_term_height): Rename termHeight.
4349 (tui_set_term_height_to): Rename setTermHeightTo.
4350 (tui_term_width): Rename termWidth.
4351 (tui_set_term_width_to): Rename setTermWidthTo.
4352 (tui_set_gen_win_origin): Rename setGenWinOrigin.
4353 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
4354 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
4355 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
4356 (tui_source_windows): Rename sourceWindows.
4357 (tui_clear_source_windows): Rename clearSourceWindows.
4358 (tui_clear_source_windows_detail): Rename
4359 clearSourceWindowsDetail.
4360 (tui_clear_win_detail): Rename clearWinDetail.
4361 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
4362 (tui_default_tab_len): Rename tuiDefaultTabLen.
4363 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
4364 (tui_win_with_focus): Rename tuiWinWithFocus.
4365 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
4366 (tui_layout_def): Rename tuiLayoutDef.
4367 (tui_win_resized): Rename tuiWinResized.
4368 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
4369 (tui_next_win): Rename tuiNextWin.
4370 (tui_prev_win): Rename tuiPrevWin.
4371 (tui_add_to_source_windows): Rename addToSourceWindows.
4372 * tui/tui-winsource.c, tui/tui-win.c: Update references.
4373 * tui/tui-layout.c, tui/tui-source.c: Ditto.
4374 * tui/tui-stack.c, tui/tui-io.c: Ditto.
4375 * tui/tui.c, tui/tui-data.c: Ditto.
4376 * tui/tui-interp.c, tui/tui-data.c: Ditto.
4377 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
4378
4379 * tui/tui-source.h: Update copyright. Include "tui-data.h".
4380 (struct symtab): Declare.
4381 (tui_set_source_content): Rename tuiSetSourceContent.
4382 (tui_show_symtab_source): Rename tuiShowSource.
4383 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
4384 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
4385 * tui/tui-source.c: Update copyright. Update references.
4386 * tui/tui-win.c, tui/tui-winsource.c: Update references.
4387 * tui/tui-stack.c: Update references.
4388
4389 * tui/tui-win.h: Update copyright. Include "tui-data.h".
4390 (struct tui_win_info): Declare.
4391 (tui_scroll_forward): Rename tuiScrollForward.
4392 (tui_scroll_backward): Rename tuiScrollBackward.
4393 (tui_scroll_left): Rename tuiScrollLeft.
4394 (tui_scroll_right): Rename tuiScrollRight.
4395 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
4396 (tui_resize_all): Rename tuiResizeAll.
4397 (tui_refresh_all_win): Rename tuiRefreshAll.
4398 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
4399 * tui/tui-layout.c, * tui/tui-io.c: Update references.
4400 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
4401 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
4402
4403 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
4404 (tui_erase_data_content): Rename tuiEraseDataContent.
4405 (tui_display_all_data): Rename tuiDisplayAllData.
4406 (tui_check_data_values): Rename tuiCheckDataValues.
4407 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
4408 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
4409 (tui_first_data_element_no_in_line): Rename
4410 tuiFirstDataElementNoInLine.
4411 (tui_delete_data_content_windows): Rename
4412 tuiDeleteDataContentWindows.
4413 (tui_refresh_data_win): Rename tuiRefreshDataWin.
4414 (tui_display_data_from): Rename tuiDisplayDataFrom.
4415 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
4416 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
4417 * tui/tui-win.c, tui/tui-regs.c: Update references.
4418 * tui/tui-layout.c, tui/tui.c: Update references.
4419
4420 * tui/tui-wingeneral.h: Update copyright.
4421 (m_allBeVisible): Delete macro.
4422 (m_allBeInvisible): Delete macro.
4423 (struct tui_gen_win_info): Declare.
4424 (struct tui_win_info): Declare.
4425 (tui_unhighlight_win): Rename unhighlightWin.
4426 (tui_make_visible, tui_make_invisible): Replace makeVisible.
4427 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
4428 (tui_make_window): Rename makeWindow.
4429 (tui_copy_win): Rename copyWin.
4430 (tui_box_win): Rename boxWin.
4431 (tui_highlight_win): Rename highlightWin.
4432 (tui_check_and_display_highlight_if_needed): Rename
4433 checkAndDisplayHighlightIfNeeded.
4434 (tui_refresh_all): Rename refreshAll.
4435 (tui_delete_win): Rename tuiDelwin.
4436 (tui_refresh_win): Rename tuiRefreshWin.
4437 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
4438 (tui_make_visible, tui_make_invisible): New functions.
4439 (tui_make_all_visible, tui_make_all_invisible): New functions.
4440 (make_all_visible): Rename makeAllVisible.
4441 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
4442 * tui/tui-data.c, tui/tui-winsource.c: Update references.
4443 * tui/tui-windata.c, tui/tui-win.c: Update references.
4444 * tui/tui-regs.c, tui/tui-layout.c: Update references.
4445 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
4446
4447 2004-02-06 Mark Kettenis <kettenis@gnu.org>
4448
4449 * proc-api.c (write_with_trace): Initialize local variable to
4450 silence compiler warning.
4451
4452 2004-02-06 Andrew Cagney <cagney@redhat.com>
4453
4454 * tui/tui-source.h: Do not include "defs.h".
4455 (struct tui_win_info): Declare.
4456 (tui_set_source_content_nil): Declare.
4457 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
4458 (union tui_line_or_address): Rename _TuiLineOrAddress.
4459 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
4460 (tui_update_source_window): Rename tuiUpdateSourceWindow.
4461 (tui_update_source_window_as_is): Rename
4462 tuiUpdateSourceWindowAsIs.
4463 (tui_update_source_windows_with_addr): Rename
4464 tuiUpdateSourceWindowsWithAddr.
4465 (tui_update_source_windows_with_line): Rename
4466 tuiUpdateSourceWindowsWithLine.
4467 (tui_clear_source_content): Rename tuiClearSourceContent.
4468 (tui_erase_source_content): Rename tuiEraseSourceContent.
4469 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
4470 (tui_show_source_content): Rename tuiShowSourceContent.
4471 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
4472 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
4473 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
4474 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
4475 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
4476 (tui_update_exec_info): Rename tuiUpdateExecInfo.
4477 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
4478 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
4479 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
4480 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
4481 (struct tui_win_info): Declare.
4482 * tui/tui-stack.c: Update references.
4483 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
4484 * tui/tui-win.c, tui/tui-source.c: Ditto.
4485 * tui/tui.c, tui/tui-disasm.c: Ditto.
4486
4487 2004-02-06 Mark Kettenis <kettenis@gnu.org>
4488
4489 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
4490 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
4491
4492 2004-02-05 Mark Kettenis <kettenis@gnu.org>
4493
4494 * infrun.c (handle_inferior_event): Allow for breakpoint
4495 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
4496 and SIGEMT. Update comments.
4497 * NEWS (Revised SPARC target): Mention support for non-executable
4498 stack.
4499
4500 2004-02-04 Mark Kettenis <kettenis@gnu.org>
4501
4502 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
4503 * inftarg.c: Update copyright year.
4504 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
4505 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
4506 (sparc_xfer_wcookie): New function.
4507 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4508 * Makefile.in (sparc-nat.o): Update dependencies.
4509 * config/sparc/nm-nbsd.h: Include "target.h".
4510 (NATIVE_XFER_WCOOKIE): New define.
4511 (sparc_xfer_wcookie): New prototype.
4512
4513 2004-02-04 Andrew Cagney <cagney@redhat.com>
4514
4515 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
4516 SYSCALL_TRAP function.
4517 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
4518
4519 2004-02-04 Andrew Cagney <cagney@redhat.com>
4520 Daniel Jacobowitz <drow@mvista.com>
4521
4522 * objfiles.h: Delete comments refering to inside_entry_func and
4523 DEPRECATED_FRAME_CHAIN_VALID.
4524 * defs.h (inside_entry_func): Update prototype..
4525 * blockframe.c (inside_entry_func): Rename to
4526 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
4527 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
4528
4529 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
4530
4531 * breakpoint.c (struct captured_parse_breakpoint_args): Move
4532 outside of #ifdef SOLIB_ADD region.
4533 (do_restore_lang_radix_cleanup): Ditto.
4534 (resolve_pending_breakpoint): Ditto.
4535
4536 2004-02-03 Andrew Cagney <cagney@redhat.com>
4537
4538 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
4539 (process_note_abi_tag_sections): Delete unused function.
4540 (ia64_read_fp): Delete unused function.
4541 (gdbarch_extract_struct_value_address): Delete declaration.
4542
4543 2004-02-02 Andrew Cagney <cagney@redhat.com>
4544
4545 * vax-tdep.c (vax_frame_chain): Delete call to
4546 deprecated_inside_entry_file.
4547 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
4548
4549 2004-02-02 Mark Kettenis <kettenis@gnu.org>
4550
4551 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
4552 column that's "empty" or "same value" when eliminating REG_RA
4553 rules.
4554
4555 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4556
4557 * NEWS: Add information about new pending breakpoint support.
4558
4559 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4560
4561 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
4562 and pending fields for pending breakpoint support.
4563 * breakpoint.c (breakpoint_enabled): Add check for not pending.
4564 (condition_command): Only parse condition if not a pending
4565 breakpoint.
4566 (print_one_breakpoint): Add support for pending breakpoints.
4567 (describe_other_breakpoints): Add checks to verify we are not
4568 dealing with pending breakpoints.
4569 (check_duplicates): Don't check pending breakpoints.
4570 (set_raw_breakpoint): Initialize pending flag.
4571 (do_restore_lang_radix_cleanup): New cleanup routine.
4572 (resolve_pending_breakpoint): New function.
4573 (re_enable_breakpoints_in_shlibs): Try and resolve any
4574 pending breakpoints via resolve_pending_breakpoint.
4575 (mention): Add pending breakpoint support.
4576 (parse_breakpoint_sals): Add new parameter to pass to
4577 decode_line_1 to indicate silent errors when files or functions
4578 are not found. Change all callers.
4579 (do_captured_parse_breakpoint): New function.
4580 (break_command_1): Change prototype to return an rc value and to
4581 take an optional pending breakpoint pointer. Support creating
4582 a pending breakpoint if a "not found" form of error occurs when
4583 parsing the breakpoint. Also support resolving an existing pending
4584 breakpoint and be silent if the resolution fails.
4585 (create_breakpoints): Change prototype to take pending breakpoint
4586 pointer. When resolving a pending breakpoint, use the new pointer
4587 to provide a conditional or commands added by the end-user.
4588 (delete_breakpoint): Add appropriate check for pending.
4589 (breakpoint_re_set_one): Ditto.
4590 (do_enable_breakpoint): Ditto.
4591
4592 2004-02-02 David Carlton <carlton@kealia.com>
4593
4594 * valops.c (enum oload_classification): New.
4595 (find_overload_match): Break implementation into separate
4596 functions; delete #if 0'd code; look for symbols within
4597 namespaces.
4598 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
4599 (find_oload_champ,oload_method_static,classify_oload_match): New.
4600 * cp-support.h: Add declaration for cp_func_name; update
4601 declaration for make_symbol_overload_list.
4602 * cp-support.c (cp_func_name): New.
4603 (overload_list_add_symbol): Fix comment, use
4604 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
4605 (make_symbol_overload_list): Take a function name and a namespace
4606 instead of a symbol; change implementation.
4607 (make_symbol_overload_list_using): New.
4608 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
4609
4610 2004-02-02 Fred Fish <fnf@redhat.com>
4611
4612 * main.c (gdb_stdtarg): Move definition to group with other
4613 gdb_stdtarg definitions and update copyright years.
4614 * remote-sim.c (gdb_os_write_stderr): Write output to
4615 gdb_stdtargerr stream instead of gdb_stdtarg stream.
4616 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
4617 gdb_stderr stream and update copyright years.
4618
4619 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4620
4621 * Makefile.in (mips-linux-nat.o): Update dependencies.
4622 * mips-linux-nat.c: Include mips-tdep.h.
4623
4624 2004-02-01 Roland McGrath <roland@redhat.com>
4625
4626 * sol-thread.c (sol_thread_xfer_partial): New function.
4627 (init_sol_thread_ops): Use that for to_xfer_partial hook.
4628 (init_sol_core_ops): Likewise.
4629
4630 * procfs.c (procfs_xfer_partial): New function.
4631 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
4632 * Makefile.in (procfs.o): Add $(auxv_h) dep.
4633
4634 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
4635 procfs_xfer_auxv function.
4636
4637 * procfs.c (procfs_make_note_section): If we can read
4638 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
4639 * linux-proc.c (linux_make_note_section): Likewise.
4640
4641 * auxv.h: New file.
4642 * auxv.c: New file.
4643 * Makefile.in (auxv_h): New variable.
4644 (COMMON_OBS): Add auxv.o here.
4645 (auxv.o): New target.
4646
4647 * corelow.c (core_xfer_partial): New function.
4648 (init_core_ops): Use it for core_ops.to_xfer_partial.
4649
4650 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
4651 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
4652 macro if that is defined.
4653
4654 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4655
4656 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
4657 and check the specified thread for each breakpoint.
4658 * breakpoint.h (bpstat_stop_status): Update prototype.
4659 * infrun.c (handle_inferior_event): Update calls to
4660 bpstat_stop_status.
4661
4662 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4663
4664 * Makefile.in (cli-cmds.o): Add $(readline_h).
4665
4666 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
4667
4668 * cli/cli-cmds.c: Include readline.h.
4669 (complete_command): Pass the start of the last word to
4670 complete_line.
4671
4672 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4673
4674 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
4675 argument, and change first argument to a CORE_ADDR.
4676 * breakpoint.h (bpstat_stop_status): Update prototype.
4677 * infrun.c (adjust_pc_after_break): Add a new comment.
4678 (handle_inferior_event): Update calls to bpstat_stop_status.
4679
4680 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4681
4682 * breakpoint.h: Update copyright years.
4683
4684 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4685
4686 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
4687 (bpstat_stop_status): Don't decrement PC.
4688 * breakpoint.h (software_breakpoint_inserted_here_p): Add
4689 prototype.
4690 * infrun.c (adjust_pc_after_break): New function.
4691 (handle_inferior_event): Call it, early. Remove later references
4692 to DECR_PC_AFTER_BREAK.
4693 (normal_stop): Add commentary.
4694
4695 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
4696
4697 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
4698 2004-01-27 double-free fix.
4699
4700 2004-01-31 Mark Kettenis <kettenis@gnu.org>
4701
4702 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4703 (sparc32_frame_prev_register): Handle StackGhost.
4704 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4705
4706 2004-01-29 Roland McGrath <roland@redhat.com>
4707
4708 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
4709 * configure: Regenerated.
4710
4711 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
4712 * Makefile.in (procfs.o): Add dep.
4713
4714 2004-01-28 Andrew Cagney <cagney@redhat.com>
4715
4716 * tui/tui-stack.h: Update copyright.
4717 (struct frame_info): Add opaque declaration.
4718 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
4719 (tui_show_locator_content): Rename tuiShowLocatorContent.
4720 (tui_show_frame_info): Rename tuiShowFrameInfo.
4721 * tui/tui-stack.c: Update copyright. Update references.
4722 * tui/tui-winsource.c: Update references.
4723 * tui/tui-win.c: Update references.
4724 * tui/tui-layout.c: Update references.
4725 * tui/tui-hooks.c: Update copyright, update references.
4726 * tui/tui.c: Update copyright, update references.
4727 * tui/tui-disasm.c: Update references.
4728
4729 2004-01-28 David Carlton <carlton@kealia.com>
4730
4731 * dwarf2read.c (add_partial_structure): Use demangled name if
4732 namespace equals "".
4733
4734 2004-01-27 Jim Blandy <jimb@redhat.com>
4735
4736 Clean up misapplied patch:
4737 * dwarf2read.c (determine_prefix): Change one of the two forward
4738 declarations for 'determine_prefix_aux' to a declaration for this.
4739 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
4740 argument to 'die_specification'.
4741
4742 * dwarf2read.c (read_func_scope): Re-indent comment.
4743
4744 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
4745
4746 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
4747 b->exp to NULL after freeing so that error during re-parsing or
4748 evaluation of expressions associated with breakpoint don't
4749 eventually lead to re-freeing of storage.
4750 Committed by Andrew Cagney.
4751
4752 2004-01-27 Andrew Cagney <cagney@redhat.com>
4753
4754 * source.c (ambiguous_line_spec): Delete undefined declaration.
4755 * m32r-rom.c (m32r_set_board_address): Delete unused function.
4756 (m32r_set_server_address, m32r_set_download_path): Ditto.
4757 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
4758
4759 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
4760
4761 * dwarf2read.c: Update calls to changed and renamed functions, and
4762 references to moved variables.
4763
4764 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
4765 language, language_defn, list_in_scope, and ftypes members.
4766 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
4767 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
4768 (baseaddr): Remove globals.
4769
4770 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
4771 (set_cu_language, die_is_declaration, die_specification)
4772 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
4773 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
4774 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
4775 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
4776
4777 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
4778 cu.list_in_scope. Don't initialize cu_header_offset.
4779 (add_partial_symbol): Add local baseaddr.
4780 (psymtab_to_symtab_1): Add local baseaddr. Use
4781 objfile->section_offsets for consistency. Don't initialize
4782 cu_header_offset; do initialize cu.header.offset and
4783 cu.list_in_scope.
4784 (read_file_scope, read_func_scope, read_lexical_block_scope)
4785 (dwarf_decode_lines, new_symbol): Add local baseaddr.
4786
4787 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
4788
4789 * PROBLEMS: Add gdb/1516.
4790
4791 2003-12-29 Robert Millan <robertmh@gnu.org>
4792
4793 Patch committed by Andrw Cagney.
4794 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
4795 * configure.tgt: Match knetbsd*-gnu.
4796
4797 2004-01-26 Andrew Cagney <cagney@redhat.com>
4798
4799 * breakpoint.c (catch_command_1): Delete #ifdef code.
4800 (catch_fork_command_1): Delete #ifdef wrapper.
4801 (catch_exec_command_1): Ditto.
4802 (catch_load_command_1): Ditto.
4803 (catch_unload_command_1): Ditto.
4804
4805 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
4806 (catch_breakpoint): Delete #if0ed function.
4807 (disable_catch_breakpoint): Ditto.
4808 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
4809 (disable_catch, enable_catch, delete_catch): Ditto.
4810
4811 2004-01-26 Andrew Cagney <cagney@redhat.com>
4812
4813 * remote.c (echo_check, quit_flag): Delete variables.
4814 (cisco_kernel_mode): Delete variable.
4815 (minitelnet_return, tty_input, escape_count): Delete variables.
4816 (remote_cisco_mode): Delete variable.
4817 (remote_cisco_open, remote_cisco_close): Delete function.
4818 (remote_cisco_mourn, remote_cisco_wait): Delete function.
4819 (init_remote_cisco_ops): Delete function.
4820 (_initialize_remote): Do not install "remote cisco" code.
4821 (read_frame): Delete cisco specific code.
4822 (remote_info_process): Delete function.
4823 (remote_wait): Delete cisco specific code.
4824 (remote_cisco_section_offsets): Delete function.
4825 (remote_cisco_objfile_relocate): Delete function.
4826 (remote_async_wait): Delete cisco specific code.
4827 (minitelnet, readtty, readsocket): Delete function.
4828
4829 2004-01-26 Andrew Cagney <cagney@redhat.com>
4830
4831 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
4832 comments mentioning extract_returned_value_address.
4833 * infcmd.c (print_return_value): Update. Add comments on
4834 extract_returned_value_address.
4835 * stack.c (return_command): Add comments on
4836 extract_returned_value_address.
4837 * values.c: Update comment.
4838 * m32r-tdep.c: Update comment.
4839 * sparc-tdep.c: Update comment.
4840 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
4841 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4842 * sh64-tdep.c (sh64_gdbarch_init): Update.
4843 * sh-tdep.c (sh_gdbarch_init): Update.
4844 * s390-tdep.c (s390_gdbarch_init): Update.
4845 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4846 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4847 * m68k-tdep.c (m68k_gdbarch_init): Update.
4848 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4849 * m32r-tdep.c (m32r_gdbarch_init): Update.
4850 * ia64-tdep.c (ia64_gdbarch_init): Update.
4851 * h8300-tdep.c (h8300_gdbarch_init): Update.
4852 * frv-tdep.c (frv_gdbarch_init): Update.
4853 * arm-tdep.c (arm_gdbarch_init): Update.
4854 * alpha-tdep.c (alpha_gdbarch_init): Update.
4855
4856 2004-01-26 Andrew Cagney <cagney@redhat.com>
4857
4858 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
4859 SYMBOL_LOCATION_FUNCS
4860 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
4861 "struct symbol_ops".
4862 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
4863 type to "struct symbol_ops".
4864 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
4865 (struct symbol): Replace ".aux_value.loc.funcs" and
4866 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
4867 (SYMBOL_OBJFILE): Delete macro.
4868 (SYMBOL_LOCATION_FUNCS): Delete macro.
4869 (SYMBOL_LOCATION_BATON): Update.
4870 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
4871 intead of SYMBOL_LOCATION_FUNCS.
4872 * ax-gdb.c (gen_var_ref): Ditto.
4873 * printcmd.c (address_info): Ditto.
4874 * findvar.c (read_var_value): Ditto.
4875 (symbol_read_needs_frame): Ditto.
4876
4877 2004-01-26 Andrew Cagney <cagney@redhat.com>
4878
4879 * dwarf2read.c (read_func_scope): Document frame-base hack.
4880
4881 2004-01-25 Mark Kettenis <kettenis@gnu.org>
4882
4883 * infcmd.c (print_return_value): Plug memory leak; delete
4884 ui_stream object. Rename argument `structure_return' to
4885 `struct_return'.
4886
4887 2004-01-25 Mark Kettenis <kettenis@gnu.org>
4888
4889 * infcmd.c (print_return_value): Wrap long lines.
4890 (finish_command_continuation, finish_command): Remove unused
4891 variable `funcaddr'. Fix some coding-standards problems.
4892
4893 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
4894 SECT_SIZE is large enough, not whether it's exactly the right size.
4895 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
4896 TDEP->fpregset to zero.
4897
4898 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
4899 floating-point registers for traditional NetBSD core files.
4900 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
4901 TDEP->sizeof_fpregset here.
4902
4903 2004-01-25 Mark Kettenis <kettenis@gnu.org>
4904
4905 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
4906 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
4907 function with code split out from
4908 sparc32nbsd_sigcontext_frame_cache.
4909 (sparc32nbsd_sigcontext_frame_cache): Use
4910 sparc32nbsd_sigcontext_saved_regs.
4911 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
4912 OpenBSD.
4913 * sparcobsd-tdep.c: New file.
4914 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
4915 (sparcobsd-tdep.o): New dependency.
4916 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
4917 * config/sparc/obsd.mt: New file.
4918
4919 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
4920 TDEP->fpregset to be initialized to enable core file register
4921 sets.
4922
4923 2004-01-24 Mark Kettenis <kettenis@gnu.org>
4924
4925 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
4926 Add opaque declarations.
4927 (sparc64nbsd_sigcontext_saved_regs): New prototype.
4928 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
4929 function with code split out from
4930 sparc64nbsd_sigcontext_frame_cache.
4931 (sparc64nbsd_sigcontext_frame_cache): Use
4932 sparc64nbsd_sigcontext_saved_regs.
4933 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
4934 OpenBSD.
4935 * sparc64obsd-tdep.c: New file.
4936 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
4937 (sparc64obsd-tdep.o): New dependency.
4938 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
4939 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
4940 * config/sparc/obsd64.mt: New file.
4941
4942 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
4943 read the instruction at PC.
4944
4945 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
4946 value of GDB_OSABI_DEFAULT.
4947 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
4948 instead of GDB_OSABI_NETBSD_AOUT.
4949
4950 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
4951
4952 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
4953 copyright.
4954
4955 2004-01-23 Andrew Cagney <cagney@redhat.com>
4956
4957 * printcmd.c (display_command): Replace tui_set_display call with
4958 tui_set_layout_for_display_command.
4959 * tui/tui.h (enum tui_win_type): Define.
4960 (tui_set_layout): Delete declaration.
4961 (tui_set_layout_for_display_command): Rename set_tui_layout.
4962 * tui/tui-data.h (enum tui_layout_type): Define.
4963 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
4964 "tui.h".
4965 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
4966 (tui_default_win_height): Rename tuiDefaultWinHeight.
4967 (tui_default_win_viewport_height): Rename
4968 tuiDefaultWinViewportHeight.
4969 (tui_set_layout): RenametuiSetLayout.
4970 * tui/tui-layout.c: Update references.
4971 * tui/tui.c: Update references.
4972 * tui/tui-disasm.c: Update references.
4973
4974 2004-01-23 David Carlton <carlton@kealia.com>
4975
4976 Partial workaround for PR c++/1511:
4977 * cp-namespace.c: Include frame.h.
4978 (cp_lookup_transparent_type): New
4979 (cp_lookup_transparent_type_loop): New.
4980 * cp-support.h: Declare cp_lookup_transparent_type.
4981 * symtab.c (basic_lookup_transparent_type): Renamed from
4982 lookup_transparent_type.
4983 (lookup_transparent_type): Replace old body by a call to
4984 current_language->la_lookup_transparent_type.
4985 * symtab.h: Update copyright. Declare
4986 basic_lookup_transparent_type.
4987 * language.h: Update copyright.
4988 (struct language_defn): Add la_lookup_transparent_type.
4989 * language.c: Update copyright.
4990 (unknown_language_defn): Add basic_lookup_transparent_type.
4991 (auto_language_defn): Add basic_lookup_transparent_type.
4992 (local_language_defn): Add basic_lookup_transparent_type.
4993 * ada-lang.c: Update copyright.
4994 (ada_language_defn): Add basic_lookup_transparent_type.
4995 * c-lang.c: Update copyright.
4996 (c_language_defn): Add basic_lookup_transparent_type.
4997 (cplus_language_defn): Add basic_lookup_transparent_type.
4998 (asm_language_defn): Add basic_lookup_transparent_type.
4999 (minimal_language_defn): Add basic_lookup_transparent_type.
5000 * f-lang.c: Update copyright.
5001 (f_language_defn): Add basic_lookup_transparent_type.
5002 * jv-lang.c: Update copyright.
5003 (java_language_defn): Add basic_lookup_transparent_type.
5004 * m2-lang.c: Update copyright.
5005 (m2_language_defn): Add basic_lookup_transparent_type.
5006 * objc-lang.c: Update copyright.
5007 (objc_language_defn): Add basic_lookup_transparent_type.
5008 * p-lang.c: Update copyright.
5009 (p_language_defn): Add basic_lookup_transparent_type.
5010 * scm-lang.c: Update copyright.
5011 (scm_language_defn): Add basic_lookup_transparent_type.
5012 * Makefile.in (cp-namespace.o): Depend on frame.h.
5013
5014 2004-01-23 David Carlton <carlton@kealia.com>
5015
5016 Patch for PR c++/1520:
5017 * dwarf2read.c (read_func_scope): Set processing_current_prefix
5018 properly if we have a specification die.
5019 (determine_prefix_aux): Rename from determine_prefix.
5020 (determine_prefix): Like the old determine_prefix, but never
5021 returns NULL.
5022
5023 2004-01-23 Theodore A. Roth <troth@openavr.org>
5024
5025 * avr-tdep.c: Update copyright.
5026 (avr_iaddr_p): Delete unused function.
5027 (avr_saddr_p): Delete unused function.
5028
5029 2004-01-23 David Carlton <carlton@kealia.com>
5030
5031 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
5032 Fix for PR symtab/1534.
5033
5034 2004-01-23 Mark Kettenis <kettenis@gnu.org>
5035
5036 * NEWS (New native configurations): Mention OpenBSD/sparc and
5037 OpenBSD/sparc64.
5038 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
5039 * configure.host: Likewise.
5040 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
5041 handler for OpenBSD.
5042 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
5043
5044 2004-01-22 Mark Kettenis <kettenis@gnu.org>
5045
5046 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
5047 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
5048
5049 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
5050 * cli/cli-cmds.c (shell_escape): Likewise.
5051
5052 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
5053 OpenBSD .note.openbsd.ident sections.
5054
5055 2004-01-22 David Carlton <carlton@kealia.com>
5056
5057 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
5058 get_scope_pc_bounds.
5059 (read_file_scope): Ditto.
5060 (get_scope_pc_bounds): New function, produced by extracting code
5061 from the above two functions, consolidating it, and adding support
5062 for DW_TAG_namespace.
5063
5064 2004-01-22 Mark Kettenis <kettenis@gnu.org>
5065
5066 * osabi.c (MAX_NOTESZ): New define.
5067 (check_note): New function.
5068 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
5069 check_note.
5070
5071 2004-01-21 Roland McGrath <roland@redhat.com>
5072
5073 * MAINTAINERS (write after approval): Add myself.
5074
5075 2004-01-21 Eli Zaretskii <eliz@gnu.org>
5076
5077 * utils.c (init_page_info): Move declarations of `rows' and
5078 `cols' before the __GO32__-specific code. Move the closing brace
5079 outside the #ifdef __GO32__..#endif block.
5080 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
5081
5082 2004-01-21 Paul Brook <paul@codesourcery.com>
5083
5084 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
5085 BPSTAT_WHAT_CHECK_SHLIBS.
5086
5087 2004-01-21 Paul Brook <paul@codesourcery.com>
5088
5089 * MAINTAINERS: Add myself to write-after-approval.
5090
5091 2004-01-20 Andrew Cagney <cagney@redhat.com>
5092
5093 * ax-gdb.c (print_axs_value): Delete unused function.
5094 * jv-lang.c (java_lookup_type): Delete unused function.
5095 * cli/cli-dump.c (dump_filetype): Delete unused function.
5096 * remote-mips.c (remote_mips_insert_hw_breakpoint)
5097 (remote_mips_remove_hw_breakpoint): Delete unused functions.
5098 (mips_getstring): Delete unused function.
5099 (pmon_insert_breakpoint): Delete #if0ed function.
5100 (PMON_MAX_BP): Delete #if0ed MACRO.
5101 (mips_pmon_bp_info): Delete #if0ed variable.
5102 (pmon_remove_breakpoint): Delete #if0ed function.
5103 * monitor.c (monitor_write_even_block): Delete unused function.
5104 (monitor_write_memory_block): Delete #if0ed code.
5105 * dink32-rom.c (dink32_load): Delete unused function.
5106 (_initialize_dink32_rom): Delete #if0ed code.
5107 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
5108
5109 * tui/tui-command.c: Update references.
5110 * tui/tui-io.c: Update references.
5111 * tui/tui-command.h: Update copyright.
5112 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
5113
5114 * source.c (ambiguous_line_spec): Delete never-defined function.
5115 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
5116 * gdbtypes.c (add_name, add_mangled_type): Ditto.
5117 * cli/cli-cmds.c (validate_comname): Ditto.
5118
5119 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
5120 "tui-data.h".
5121 (tui_set_disassem_content): Rename tuiSetDisassemContent.
5122 (tui_show_disassem): Rename tuiShowDisassem.
5123 (tui_show_disassem_and_update_source): Rename
5124 tuiVerticalDisassemScroll.
5125 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
5126 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
5127 * tui/tui.h: Update copyright.
5128 (enum tui_status): Define.
5129 * tui/tui-data.h (enum tui_scroll_direction): Define.
5130 * tui/tui-disasm.c: Update copyright. Update references.
5131 * tui/tui-winsource.c: Update copyright. Update references.
5132 * tui/tui-win.c: Update references.
5133 * tui/tui-layout.c: Update references.
5134
5135 2004-01-20 Andrew Cagney <cagney@redhat.com>
5136
5137 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
5138 sym2 to start of block.
5139
5140 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5141
5142 * MAINTAINERS: Delete mmalloc.
5143 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
5144 * NEWS: Mention removal of --with-malloc.
5145 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
5146 * config.in: Regenerate.
5147 * configure: Regenerate.
5148 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
5149 USE_MMALLOC, MMCHECK_FORCE.
5150 * gdbinit.in: Remove mmalloc.
5151 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
5152 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
5153 * config/i386/go32.mh: Likewise.
5154 * config/i386/interix.mh: Likewise.
5155 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5156
5157 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
5158
5159 * linespec.c (decode_variable, symtab_from_filename): Call
5160 error_silent with error message instead of throwing an exception
5161 directly.
5162 * defs.h (error_silent, error_output_message): Add prototypes.
5163 (catch_exceptions_with_msg): Ditto.
5164 * utils.c (error_silent, error_output_message): New functions.
5165 * top.c (catch_exceptions_with_msg): New function.
5166
5167 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
5168
5169 * mi/mi-cmds.h (enum print_values): Add definition.
5170
5171 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
5172 type and value for simple data types and just the name and type
5173 for complex ones, if required.
5174
5175 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
5176 children, if required.
5177
5178 2004-01-19 Kevin Buettner <kevinb@redhat.com>
5179
5180 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
5181 unused declarations.
5182
5183 2004-01-19 Andrew Cagney <cagney@redhat.com>
5184
5185 * top.h (mapped_symbol_files): Delete declaration.
5186 * main.c (captured_main): Delete option "m" and "mapped".
5187 * objfiles.c (mapped_symbol_files): Delete variable.
5188 * symfile.c (symbol_file_command): Delete mmap code.
5189 (symbol_file_add_with_addrs_or_offsets): Ditto.
5190 (add_symbol_file_command, reread_separate_symbols): Ditto.
5191 * objfiles.h (OBJF_MAPPED): Delete.
5192 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
5193 (free_objfile) [USE_MMALLOC]: Ditto.
5194 (open_existing_mapped_file): Delete function.
5195 (open_mapped_file): Delete function.
5196 (map_to_file): Delete function.
5197
5198 2004-01-19 Kevin Buettner <kevinb@redhat.com>
5199
5200 * infrun.c (step_into_function): Account for possible breakpoint
5201 adjustment when computing ``stop_func_start''.
5202
5203 2004-01-19 Kevin Buettner <kevinb@redhat.com>
5204
5205 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
5206 the region size against the size of a pointer, not the size of
5207 a register as given by DEPRECATED_REGISTER_SIZE.
5208
5209 2004-01-19 Andrew Cagney <cagney@redhat.com>
5210
5211 * tui/tui-regs.h: Include "tui-data.h".
5212 (tuiFirstRegElementNoInLine): Delete declaration.
5213 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
5214 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
5215 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
5216 (tui_calculate_regs_column_count): Rename
5217 tuiCalculateRegsColumnCount.
5218 (tui_check_register_values): Rename tuiCheckRegisterValues.
5219 (tui_show_registers): Rename tuiShowRegisters.
5220 (tui_display_registers_from_line): Rename
5221 tuiDisplayRegistersFromLine.
5222 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
5223 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
5224 (tui_first_reg_element_no_inline): Rename
5225 tuiFirstRegElementNoInLine.
5226 * tui/tui-data.h: Update copyright.
5227 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
5228 * tui/tui-windata.c: Update copyright, update references.
5229 * tui/tui-regs.c: Update copyright, update references.
5230 * tui/tui-win.c: Update copyright, update references.
5231 * tui/tui-layout.c: Update copyright, update references.
5232
5233 2004-01-18 Andrew Cagney <cagney@redhat.com>
5234
5235 * tui/tui-io.c: Update copyright.
5236 (key_is_end_sequence, key_is_backspace): New functions.
5237 (key_is_command_char, key_is_start_sequence): New function.
5238 (tui_getc): Update references.
5239 * tui/tui-io.h: Update copyright.
5240 (m_tuiStartNewLine): Delete macro.
5241 (m_isBackspace, m_isDeleteChar): Delete macros.
5242 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
5243 (m_isNextPage, m_isPrevPage): Delete macros.
5244 (m_isLeftArrow, m_isRightArrow): Delete macros.
5245 (m_isXdbStyleCommandChar): Delete macro.
5246 (key_is_start_sequence): Declare, replace m_isStartSequence.
5247 (key_is_end_sequence): Declare, replace m_isEndSequence.
5248 (key_is_backspace): Declare ,replace m_isBackspace.
5249 (key_is_command_char): Declare, replace m_isCommandChar.
5250 * tui/tui-command.c: Update copyright.
5251 (tuiDispatchCtrlChar): Update references.
5252
5253 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
5254 tuiSourceWin.h.
5255
5256 * tui/tui-command.c: Rename tui/tuiCommand.c.
5257 * tui/tui-command.h: Rename tui/tuiCommand.h.
5258 * tui/tui-data.c: Rename tui/tuiData.c.
5259 * tui/tui-data.h: Rename tui/tuiData.h.
5260 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
5261 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
5262 * tui/tui-io.c: Rename tui/tuiIO.c.
5263 * tui/tui-io.h: Rename tui/tuiIO.h.
5264 * tui/tui-layout.c: Rename tui/tuiLayout.c.
5265 * tui/tui-layout.h: Rename tui/tuiLayout.h.
5266 * tui/tui-regs.c: Rename tui/tuiRegs.c.
5267 * tui/tui-regs.h: Rename tui/tuiRegs.h.
5268 * tui/tui-source.c: Rename tui/tuiSource.c.
5269 * tui/tui-source.h: Rename tui/tuiSource.h.
5270 * tui/tui-stack.c: Rename tui/tuiStack.c.
5271 * tui/tui-stack.h: Rename tui/tuiStack.h.
5272 * tui/tui-win.c: Rename tui/tuiWin.c.
5273 * tui/tui-win.h: Rename tui/tuiWin.h.
5274 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
5275 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
5276 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
5277 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
5278 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
5279 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
5280 * tui/tui-file.c: Update includes.
5281 * tui/tui-hooks.c: Update includes.
5282 * tui/tui-interp.c: Update includes.
5283 * tui/tui.c: Update includes.
5284 * Makefile.in: Update all tui/ dependencies.
5285 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
5286
5287 * Makefile.in: Update copyright. Update dependencies.
5288
5289 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
5290 problem.
5291
5292 2004-01-18 Andrew Cagney <cagney@redhat.com>
5293
5294 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
5295 instead of register_gdbarch_init.
5296
5297 * remote-sds.c (tohex): Delete unused function. Update copyright.
5298 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
5299 * v850-tdep.c (v850_register_virtual_size): Ditto.
5300 * target.c (normal_target_post_startup_inferior): Ditto.
5301 * source.c (ambiguous_line_spec): Ditto.
5302 * remote.c (adapt_remote_get_threadinfo): Ditto.
5303 * mi/mi-out.c (out_field_fmt): Ditto.
5304 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
5305 (output_control_change_notification): Ditto.
5306 * m68k-tdep.c (m68k_register_byte): Ditto.
5307 (m68k_remote_breakpoint_from_pc): Ditto.
5308 * ui-out.c (init_ui_out_state): Delete unused declaration.
5309 * stabsread.c (search_value): Ditto.
5310 * mi/mi-cmd-env.c (env_cli_command): Ditto.
5311 * maint.c (print_section_table): Ditto.
5312 * infrun.c (set_follow_fork_mode_command): Ditto.
5313
5314 2004-01-18 Mark Kettenis <kettenis@gnu.org>
5315
5316 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
5317 DW_CFA_def_cfa_exporession. Add support for
5318 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
5319 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
5320
5321 2004-01-18 Andrew Cagney <cagney@redhat.com>
5322
5323 * ocd.c: Update copyright.
5324 (bdm_read_register_command): Delete unused function.
5325 (_initialize_remote_ocd): Delete commented out reference.
5326 (get_quoted_char, reset_packet): Delete #if0ed function.
5327 (output_packet, put_quoted_char): Delete #if0ed function.
5328 (stu_put_packet, stu_get_packet): Delete #if0ed function.
5329 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
5330 (BDM_BREAKPOINT): Delete #if0ed macro.
5331 (remote_timeout): Delete #if0ed variable.
5332
5333 2004-01-18 Mark Kettenis <kettenis@gnu.org>
5334
5335 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
5336 (core-sol2.o): Remove dependency.
5337 * core-sol2.c: Remove file.
5338
5339 2004-01-17 Andrew Cagney <cagney@redhat.com>
5340
5341 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
5342 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
5343 enums.
5344
5345 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5346
5347 * remote.c: Update copyright years.
5348
5349 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5350
5351 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
5352
5353 2004-01-17 Andrew Cagney <cagney@redhat.com>
5354
5355 * mdebugread.c: Update copyright.
5356 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
5357 (parse_type, parse_procedure): Ditto.
5358 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
5359
5360 * cris-tdep.c (cris_store_struct_return): Put back accidently
5361 deleted function.
5362
5363 * gdbarch.sh: Update copyright year.
5364 * gdbarch.h, gdbarch.c: Re-generate.
5365
5366 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5367
5368 Suggested by George Anzinger.
5369 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
5370 correct stack offset. Include unknown opcode numbers in the error
5371 message.
5372
5373 2004-01-17 Andrew Cagney <cagney@redhat.com>
5374
5375 * x86-64-tdep.c (x86_64_init_abi): No need to clear
5376 extract_struct_value_address, i386 does not set it.
5377 * sparc64-tdep.c (sparc64_init_abi): Do not set
5378 extract_struct_value_address, never called.
5379 (sparc64_extract_struct_value_address): Delete function.
5380 * m68hc11-tdep.c: Update copyright.
5381 (m68hc11_gdbarch_init): Delete redundant assignment of
5382 extract_struct_value_address.
5383 * i386-tdep.c: Update copyright.
5384 (i386_gdbarch_init): Do not set extract_struct_value_address,
5385 never called.
5386 (i386_extract_struct_value_address): Delete function.
5387 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
5388 extract_struct_value_address, never called.
5389 (sparc32_extract_struct_value_address): #if 0 function. Add
5390 comments explaining its future.
5391
5392 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5393
5394 * arm-tdep.c (arm_write_pc): New function.
5395 (arm_gdbarch_init): Call set_gdbarch_write_pc.
5396
5397 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5398
5399 * breakpoint.c (must_shift_inst_regs): Delete.
5400 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
5401 and SHIFT_INST_REGS.
5402 * infcmd.c (step_1, step_1_continuation): Delete references to
5403 SHIFT_INST_REGS.
5404 * infrun.c (keep_going): Likewise.
5405 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
5406 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
5407
5408 2004-01-17 Andrew Cagney <cagney@redhat.com>
5409
5410 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5411 * gdbarch.h, gdbarch.c: Re-generate.
5412 * infcmd.c (print_return_value): Delete reference to
5413 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5414
5415 * cris-tdep.c (cris_gdbarch_init): Do not set
5416 deprecated_extract_struct_value_address.
5417
5418 * xstormy16-tdep.c: Update copyright.
5419 (xstormy16_extract_struct_value_address): Update to current
5420 extract struct value address interface.
5421 (xstormy16_gdbarch_init): Set extract_struct_value_address.
5422 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
5423 current extract struct value address interface.
5424 (sh64_gdbarch_init): Set extract_struct_value_address.
5425
5426 * cris-tdep.c: Update copyright.
5427 (cris_extract_struct_value_address): Delete function.
5428 (struct_return_address): Delete variable.
5429 (cris_store_struct_return): Do not set struct_return_address.
5430
5431 * mcore-tdep.c: Update copyright.
5432 (mcore_extract_struct_value_address): Delete function. Update
5433 comments.
5434 (mcore_gdbarch_init): Update.
5435 * mn10300-tdep.c: Update copyright.
5436 (mn10300_extract_struct_value_address): Delete function.
5437 (mn10300_gdbarch_init): Update.
5438 * v850-tdep.c: Update copyright.
5439 (v850_extract_struct_value_address): Delete.
5440 (v850_gdbarch_init): Update.
5441 * ns32k-tdep.c: Update copyright.
5442 (ns32k_extract_struct_value_address): Delete.
5443 (ns32k_gdbarch_init): Update.
5444 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
5445 (hppa_gdbarch_init): Update.
5446 * vax-tdep.c: Update copyright.
5447 (vax_extract_struct_value_address): Delete.
5448 (vax_gdbarch_init): Update.
5449
5450 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
5451 * gdbarch.h, gdbarch.c: Re-generate.
5452 * procfs.c (procfs_fetch_registers): Delete reference to
5453 DEPRECATED_NPC_REGNUM.
5454 (procfs_store_registers): Ditto.
5455 * regcache.c (generic_target_write_pc): Simplify.
5456 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
5457
5458 * core-sol2.c (fetch_core_registers): Replace
5459 DEPRECATED_NPC_REGNUM with equivalent tdep value.
5460
5461 * hppa-tdep.c: Update copyright year.
5462 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
5463 NPC_REGNUM.
5464 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
5465
5466 * mips-tdep.c (mips_write_pc): New function.
5467 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
5468 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
5469 (mips_find_saved_regs, mips_software_single_step: Ditto.
5470 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
5471 mips_init_extra_frame_info, mips_pop_frame): Ditto.
5472
5473 2004-01-17 Andrew Cagney <cagney@redhat.com>
5474
5475 * mips-tdep.c: Re-indent. Group functions by ABI.
5476
5477 2004-01-17 Andrew Cagney <cagney@redhat.com>
5478
5479 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
5480 * gdbarch.c: Re-generate.
5481 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5482 DECR_PC_AFTER_BREAK to zero.
5483 * vax-tdep.c (vax_gdbarch_init): Ditto.
5484 * v850-tdep.c (v850_gdbarch_init): Ditto.
5485 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5486 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5487 * sh-tdep.c (sh_gdbarch_init): Ditto.
5488 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5489 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5490 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5491 * mips-tdep.c (mips_gdbarch_init): Ditto.
5492 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5493 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5494 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5495 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5496 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5497 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5498 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5499 * frv-tdep.c (frv_gdbarch_init): Ditto.
5500 * cris-tdep.c (cris_gdbarch_init): Ditto.
5501 * avr-tdep.c (avr_gdbarch_init): Ditto.
5502 * arm-tdep.c (arm_gdbarch_init): Ditto.
5503 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
5504
5505 2004-01-17 J. Brobecker <brobecker@gnat.com>
5506
5507 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
5508 Delete, no longer used.
5509 (read_subrange_type): New function, mostly extracted from
5510 read_array_type().
5511 (read_array_type): Replace extracted code by call to
5512 read_subrange_type().
5513 (dwarf2_get_attr_constant_value): New function.
5514 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
5515 (add_partial_symbol): Likewise.
5516 (process_die): Likewise.
5517 (new_symbol): Likewise.
5518 (read_type_die): Likewise.
5519
5520 2004-01-16 Andrew Cagney <cagney@redhat.com>
5521
5522 * symfile.c: Update copyright year.
5523 (compare_symbols): Delete unused function.
5524 * stabsread.c: Update copyright year.
5525 (lrs_general_complaint): Delete unused function.
5526 (ref_search_value): Ditto.
5527 (get_substring): Delete declaration.
5528 * sh64-tdep.c: Update copyright year.
5529 (sh64_get_gdb_regnum): Delete unused function.
5530 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
5531 Delete unused function.
5532
5533 2004-01-17 Mark Kettenis <kettenis@gnu.org>
5534
5535 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
5536 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
5537
5538 2004-01-16 Andrew Cagney <cagney@redhat.com>
5539
5540 Changes from Peter Schauer.
5541 * rs6000-tdep.c: Update copyright year.
5542 (rs6000_push_dummy_call): Update the stack pointer before
5543 accessing the corresponding stack region.
5544 * rs6000-nat.c: Update copyright year.
5545 (set_host_arch): Set "info.abfd" to "exec_bfd".
5546
5547 2004-01-15 Mark Kettenis <kettenis@gnu.org>
5548
5549 * blockframe.c: Update copyright year.
5550 (inside_entry_func): Don't treat a zero PC specially.
5551
5552 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
5553
5554 * gcore.c (gcore_copy_callback): Use paddr_d to print size
5555 variable.
5556 (gcore_create_callback): Ditto. Skip any memory segment that has
5557 no permissions set.
5558
5559 2004-01-14 David Carlton <carlton@kealia.com>
5560
5561 Change symbols for C++ nested types to contain the fully qualified
5562 name, if possible. (At least in the DWARF-2 case.) Partial fix
5563 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
5564 c++/895.
5565 * c-exp.y (qualified_type): Handle types nested within classes.
5566 * cp-namespace.c: Update comments.
5567 (cp_set_block_scope): Delete #if 0.
5568 (cp_lookup_nested_type): Handle types nested within classes.
5569 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
5570 when appropriate.
5571 (add_partial_symbol): Add the name of the enclosing namespace to
5572 types.
5573 (pdi_needs_namespace): New.
5574 (add_partial_namespace): Tweak comment.
5575 (add_partial_structure): New.
5576 (psymtab_to_symtab_1): Initialize processing_current_prefix
5577 here...
5578 (process_die): instead of here.
5579 (read_structure_scope): Try to figure out the name of the class or
5580 namespace that the structure might be defined within.
5581 (read_enumeration): Generate fully-qualified names, if possible.
5582 (read_namespace): Don't set name to NULL.
5583 (die_specification): New.
5584 (new_symbol): Generate fully-qualified names for types.
5585 (read_type_die): Determine appropriate prefix.
5586 (determine_prefix): New.
5587 (typename_concat): New.
5588 (class_name): New.
5589 * valops.c (value_aggregate_elt): Pass NOSIDE to
5590 value_struct_elt_for_reference.
5591 (value_struct_elt_for_reference): Make static, add NOSIDE
5592 parameter, call value_maybe_namespace_elt as a last resort.
5593 (value_namespace_elt): Break out code into
5594 value_maybe_namespace_elt.
5595 (value_maybe_namespace_elt): New.
5596
5597 2004-01-12 Andrew Cagney <cagney@redhat.com>
5598
5599 * mips-tdep.c (mips_convert_register_p): Handle both raw and
5600 cooked floating-point registers.
5601 (mips_gdbarch_init): Set convert_register_p, register_to_value,
5602 and value_to_register.
5603
5604 2004-01-13 Andrew Cagney <cagney@redhat.com>
5605
5606 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
5607 * gdbarch.c: Re-generate.
5608 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5609 FUNCTION_START_OFFSET.
5610 * v850-tdep.c (v850_gdbarch_init): Ditto.
5611 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5612 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5613 * sh-tdep.c (sh_gdbarch_init): Ditto.
5614 * s390-tdep.c (s390_gdbarch_init): Ditto.
5615 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5616 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5617 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5618 * mips-tdep.c (mips_gdbarch_init): Ditto.
5619 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5620 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5621 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5622 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5623 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5624 * i386-tdep.c (i386_gdbarch_init): Ditto.
5625 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5626 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5627 * frv-tdep.c (frv_gdbarch_init): Ditto.
5628 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5629 * cris-tdep.c (cris_gdbarch_init): Ditto.
5630 * avr-tdep.c (avr_gdbarch_init): Ditto.
5631 * arm-tdep.c (arm_gdbarch_init): Ditto.
5632 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5633
5634 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
5635
5636 * infrun.c (follow_fork_mode_ask): Remove.
5637 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
5638 (follow_fork): Simplify and remove internal error for
5639 follow_fork_mode_ask.
5640 (_initialize_infrun): Update "set follow-fork-mode" help text.
5641
5642 2004-01-13 Andrew Cagney <cagney@redhat.com>
5643
5644 * configure.in: Update copyright year.
5645 (build_warnings): Add -Wunused-label.
5646 * configure: Re-generate.
5647
5648 2004-01-12 Andrew Cagney <cagney@redhat.com>
5649
5650 * exec.h (exec_ops): Make "extern".
5651
5652 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
5653 the function is void.
5654 (mips_pseudo_register_write): Ditto.
5655
5656 2004-01-12 Andrew Cagney <cagney@redhat.com>
5657
5658 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
5659 call. Never defined.
5660 * sparc-tdep.h (struct frame_info): Add opaque declaration.
5661 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
5662 (struct sparc_gregset, struct regcache): Ditto.
5663 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
5664
5665 2004-01-12 Andrew Cagney <cagney@redhat.com>
5666
5667 * mi/ChangeLog: Delete file. Renamed to ...
5668 * mi/ChangeLog-1999-2003: New file.
5669 * tui/ChangeLog: Delete file. Renamed to ...
5670 * tui/ChangeLog-1998-2003: New file.
5671
5672 2004-01-11 Mark Kettenis <kettenis@gnu.org>
5673
5674 * sparc64nbsd-tdep.c: Include "regset.h".
5675 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
5676 Remove variables.
5677 (fetch_core_registers): Remove function.
5678 (sparc64nbsd_core_fns): Remove variable.
5679 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
5680 functions.
5681 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
5682 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
5683 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
5684
5685 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
5686 sparc_extract_struct_value_address.
5687 (sparc32_gdbarch_init): Set extract_struct_value_address.
5688 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
5689 function.
5690 (sparc64_init_abi): Set extract_struct_value_address. Don't set
5691 return_value_on_stack.
5692
5693 * NEWS: Mention that %cs and %ss have been added to the AMD64
5694 configurations
5695
5696 * frame.c: Update copyright year.
5697 (get_prev_frame): Improve comment.
5698
5699 * sparc64fbsd-tdep.c: Include "regset.h".
5700 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
5701 Remove variables.
5702 (fetch_core_registers): Remove function.
5703 (sparc64fbsd_core_fns): Remove variable.
5704 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
5705 functions.
5706 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
5707 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
5708 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
5709
5710 * sparcnbsd-tdep.c: Include "regset.h".
5711 (fetch_core_registers): Remove function.
5712 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
5713 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
5714 functions.
5715 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
5716 TDEP->fpregset.
5717 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
5718
5719 * sparc-tdep.h (struct regset): Provide opaque declaration.
5720 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
5721 fpregset and sizeof_fpregset members.
5722 * sparc-tdep.c (struct regset): Provide opaque declaration.
5723 (sparc_regset_from_core_section): New function.
5724 (sparc32_gdbarch_init): Initialize TDEP->gregset,
5725 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
5726 Set regset_from_core_section when appropriate.
5727
5728 2004-01-10 Mark Kettenis <kettenis@gnu.org>
5729
5730 * x86-64-tdep.c (amd64_non_pod_p): New function.
5731 (amd64_classify_aggregate): Return class memory for non-POD
5732 C++ structure types.
5733
5734 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
5735 argument. Use it to reserve a register if necessary.
5736 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
5737 amd64_push_arguments.
5738
5739 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
5740
5741 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
5742 register numbers in comments.
5743 * x86-64-tdep.h: Update copyright year.
5744 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
5745 Adjust for addition of %cs and %ss.
5746 * amd64fbsd-nat.c: Update copyright year.
5747 (reg_offset): Add register offsets for %cs and %ss.
5748 * amd64fbsd-tdep.c: Update copyright year.
5749 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
5750 (amd64fbsd_sc_reg_offset): Likewise.
5751 * x86-64-linux-nat.c: Update copyright year.
5752 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
5753 and %ss.
5754 * amd64nbsd-nat.c: Update copyright year.
5755 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
5756 * amd64nbsd-tdep.c: Update copyright year.
5757 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
5758 * x86-64-linux-tdep.c: Update copyright year.
5759 (user_to_gdb_regmap): Add mapping for %cs and %ss.
5760 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
5761 * regformats/reg-x86-64.dat: Add %cs and %ss.
5762
5763 * blockframe.c (inside_entry_func): Reformat. Introduce new local
5764 variables to prevent long lines. Update comments to reflect
5765 reality.
5766
5767 2004-01-09 David Carlton <carlton@kealia.com>
5768
5769 Checked in by Elena Zannoni <ezannoni@redhat.com>.
5770 * dwarf2read.c (read_namespace): Pull out name-generating code
5771 into namespace_name. Rename previous_namespace to previous_prefix
5772 and processing_current_namespace to processing_current_prefix..
5773 (namespace_name): New function.
5774 (add_partial_symbol): Substitute uses of pdi->name with
5775 actual_name.
5776 * cp-support.h: Rename processing_current_namespace to
5777 processing_current_prefix.
5778 Update copyright year.
5779 * cp-namespace.c: Rename processing_current_namespace to
5780 processing_current_prefix.
5781 Update copyright year.
5782
5783 2004-01-09 Andrew Cagney <cagney@redhat.com>
5784
5785 * jv-valprint.c, ser-unix.c: Add missing copyright years.
5786
5787 2004-01-09 Mark Kettenis <kettenis@gnu.org>
5788
5789 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
5790 complaining.
5791 (process_one_symbol): Deal with N_PATCH stabs.
5792
5793 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
5794
5795 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
5796 ifdeffed code.
5797 Update copyright year.
5798
5799 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5800
5801 * config/pa/tm-hppa.h: Update extern declarations for
5802 hppa32_hpux_frame_saved_pc_in_sigtramp,
5803 hppa32_hpux_frame_base_before_sigtramp, and
5804 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
5805
5806 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5807
5808 * config/pa/tm-hppah.h: Update copyright years.
5809
5810 2004-01-08 Andrew Cagney <cagney@redhat.com>
5811
5812 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
5813 (mips_o32_reg_struct_has_addr): Delete function.
5814 (mips_gdbarch_init): Update.
5815 (mips_extract_struct_value_address): Delete function.
5816
5817 2004-01-08 David Mosberger <davidm@hpl.hp.com>
5818
5819 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
5820 reality.
5821
5822 2004-01-07 Andrew Cagney <cagney@redhat.com>
5823
5824 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
5825 architecture's elf flags (when available).
5826
5827 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
5828 FPU to the start, check the MIPS FPU when looking for an old
5829 architecture.
5830 (set_mipsfpu_single_command): Update the architecture.
5831 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
5832
5833 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
5834 (mips_mask_address_p): Add "tdep" parameter.
5835 (show_mask_address, mips_addr_bits_remove): Update.
5836 (mips_dump_tdep): Update.
5837 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
5838 (MIPS_STACK_ARGSIZE): Delete macro.
5839 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
5840 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
5841 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
5842 (mips_dump_tdep): Update.
5843 (MIPS_SAVED_REGSIZE): Delete macro.
5844 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
5845 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
5846 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
5847 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
5848 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
5849 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
5850 (mips_pop_frame, return_value_location): Update.
5851 (mips_n32n64_return_value, mips_dump_tdep): Update.
5852
5853 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
5854 MIPS ABI.
5855
5856 * mips-tdep.c: Update copyright.
5857 (mips_gdbarch_init): Merge two code blocks handling the register
5858 name and number layout.
5859
5860 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
5861
5862 * tracepoint.c (validate_actionline): Fix segv at EOF
5863
5864 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5865
5866 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
5867 properly for static fields.
5868
5869 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
5870 Jason Molenda <jmolenda@apple.com>
5871
5872 * disasm.c: Update copyright to include 2004.
5873 (do_mixed_source_and_assembly): For uiout asm list
5874 and tuple cleanups, initialize to null_cleanup instead of
5875 NULL and do so prior to loop. Only reset when we close off
5876 the tuple/list. Move check for whether to close off the
5877 asm tuple/list to after dump_insns call where it will be run
5878 on each loop iteration.
5879
5880 2004-01-05 Andrew Cagney <cagney@redhat.com>
5881
5882 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
5883 should be a switch case and not a label.
5884 * mips-tdep.c (mips32_next_pc): Delete unused labels
5885 "greater_equal_branch" and "less_zero_branch".
5886 * jv-valprint.c (java_print_value_fields): Delete unused label
5887 "flush_it".
5888
5889 * target.c (unpush_target): Only close a target that is in the
5890 target stack.
5891
5892 2004-01-05 Mark Kettenis <kettenis@gnu.org>
5893
5894 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
5895 address from [sp + 64] instead of %o2.
5896
5897 * frame.c (get_prev_frame): Don't try to unwind the PC. This
5898 fixes PR backtrace/1476.
5899
5900 2004-01-05 Andrew Cagney <cagney@redhat.com>
5901
5902 * libunwind-frame.h (struct frame_id): Add opaque declaration,
5903 move to start of file.
5904 * i386-tdep.h (struct regcache): Add opaque declaration.
5905 * config/ia64/nm-linux.h (struct target_ops): Add opaque
5906 declaration.
5907 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
5908 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
5909 * win32-nat.c (fake_create_process): Use ISO C style definition.
5910 * stabsread.c (define_symbol): Delete #ifndef
5911 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
5912 stabs_argument_has_addr call, macro never defined.
5913
5914 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
5915
5916 * op50-rom.c: Delete.
5917 * w89k-rom.c: Delete.
5918 * Makefile.in: Remove references.
5919
5920 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5921
5922 * x86-64-tdep.c: Update copyright year.
5923 (struct amd64_register_info): Rename from x86_64_register_info.
5924 (amd64_register_info): Rename from x86_64_register_info.
5925 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
5926 (amd64_register_name): Rename from x86_64_register_name.
5927 (amd64_register_type): Rename from x86_64_register_type.
5928 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
5929 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
5930 (amd64_dwarf_reg_to_regnum): Rename from
5931 x86_64_dwarf_reg_to_regnum.
5932 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
5933 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
5934 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
5935 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
5936 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
5937 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
5938 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
5939 (amd64_frame_cache): Rename from x86_64_frame_cache.
5940 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
5941 (amd64_frame_prev_register): Rename from
5942 x86_64_frame_prev_register.
5943 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
5944 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
5945 (amd64_sigtramp_frame_cache): Rename from
5946 x86_64_sigtramp_frame_cache.
5947 (amd64_sigtramp_frame_prev_register): Rename from
5948 x86_64_sigtramp_frame_prev_register.
5949 (amd64_sigtramp_frame_unwind): Rename from
5950 x86_64_sigtramp_frame_unwind.
5951 (amd64_sigtramp_frame_sniffer): Rename from
5952 x86_64_sigtramp_frame_sniffer.
5953 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
5954 (amd64_frame_base): Rename from x86_64_frame_base.
5955 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
5956 (amd64_frame_align): Rename from x86_64_frame_align.
5957 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
5958 (amd64_regset_from_core_section): Rename from
5959 x86_64_regset_from_core_section.
5960 (x86_64_init_abi): Update comments.
5961
5962 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
5963
5964 * MAINTAINERS (write after approval): Add myself.
5965
5966 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5967
5968 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5969 `float' arguments.
5970
5971 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5972
5973 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
5974 such that it mentions a specific version of GCC that exhibits this
5975 bug.
5976
5977 2004-01-03 Mark Kettenis <kettenis@gnu.org>
5978
5979 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
5980 structure that has a single `float' member, store it in %f1 in
5981 addition to %f0.
5982
5983 * sparc-sol2-nat.c: Add missing '\'.
5984
5985 * sparc-tdep.c (sparc32_return_value): New function.
5986 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
5987 Remove functions.
5988 (sparc32_gdbarch_init): Set return_value, don't set
5989 extract_return_value, store_return_value, use_struct_convention
5990 and return_value_on_stack.
5991
5992 * sparc-sol2-nat.c: Add missing ')'.
5993
5994 2004-01-03 J. Brobecker <brobecker@gnat.com>
5995
5996 * infrun.c (handle_step_into_function): New function.
5997 (handle_inferior_event): Extract out some code into the new
5998 function above.
5999
6000 2004-01-03 J. Brobecker <brobecker@gnat.com>
6001
6002 * infrun.c (handle_inferior_event): Move the declaration of
6003 real_stop_pc inside the if blocks where it is used.
6004
6005 2004-01-03 Mark Kettenis <kettenis@gnu.org>
6006
6007 * sparc64-tdep.c (sparc64_16_byte_align_p)
6008 (sparc64_store_floating_fields, sparc64_store_floating_fields):
6009 Use check_typedef to get subtypes of structures and unions.
6010 (sparc64_store_return_value): Fix calculation of the appropriate
6011 offset into VALBUF when storing a structure or union.
6012 (sparc64_return_value): New function.
6013 (sparc64_use_struct_convention): Remove function.
6014 (sparc64_init_abi): Set return_value, don't set
6015 extract_return_value, store_return_value and
6016 use_struct_convention.
6017
6018 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
6019
6020 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
6021 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
6022 gdb/config/alpha/xm-alphaosf.h,
6023 gdb/config/powerpc/tm-ppcle-eabi.h,
6024 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
6025 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
6026 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
6027 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
6028 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
6029 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
6030 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
6031 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
6032 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
6033 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
6034 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
6035 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
6036 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
6037 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
6038 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
6039 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
6040 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
6041 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
6042 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
6043 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
6044 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
6045 Remove lines for .cvsignore files.
6046
6047 2004-01-03 J. Brobecker <brobecker@gnat.com>
6048
6049 * infrun.c: Back out the previous change.
6050
6051 2004-01-03 Mark Kettenis <kettenis@gnu.org>
6052
6053 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
6054 sparc-*-sunos4* to the list of REMOVED configurations.
6055
6056 * configure.tgt: Add back sparc-*-vxworks*.
6057 * remote-vxsparc.c: Remove all includes except for "defs.h",
6058 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
6059 Include "sparc-tdep.h".
6060 (SPARC_R_G1): New define.
6061 (vxsparc_gregset): New variable.
6062 (ext_format_sparc): Remove extern declaration.
6063 (vx_read_register): Rewrite to use sparc32_supply_gregset and
6064 sparc32_supply_fpregset.
6065 (vx_write_register): Rewrite to use sparc32_collect_gregset,
6066 sparc_collect_rwindow and sparc32_collect_fpregset.
6067 * config/sparc/tm-vxworks.h: New file, based on recently removed
6068 tm-vxsparc.h.
6069 * config/sparc/vxworks.mt: New file, based on recently removed
6070 vxworks.mt.
6071
6072 2004-01-03 J. Brobecker <brobecker@gnat.com>
6073
6074 * infrun.c (handle_step_into_function): New function.
6075 (handle_inferior_event): Extract out some code into the new
6076 function above.
6077
6078 2004-01-02 Mark Kettenis <kettenis@gnu.org>
6079
6080 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
6081 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
6082 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
6083 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
6084 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
6085 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
6086 (sparc_nat_h): New variable.
6087 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
6088 (tm-sun4os4.h): Remove dependency.
6089 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
6090 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
6091 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
6092 sparc-tdep.o): Update dependencies.
6093 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
6094 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
6095 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
6096 dependencies.
6097 * configure.host: Remove existing sparc-*-lynxos*,
6098 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
6099 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
6100 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
6101 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
6102 triplets.
6103 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
6104 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
6105 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
6106 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
6107 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
6108 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
6109 sparc64-*-solaris2* and sparc64-*-* triplets.
6110 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
6111 "symtab.h" and "objfiles.h".
6112 (BIAS): Remove define.
6113 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
6114 (X_DISP19): Remove macros.
6115 (sparc_fetch_instruction): Remove function.
6116 (struct gdbarch_tdep): Remove definition.
6117 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
6118 (sparc_breakpoint_from_pc): Remove function.
6119 (struct sparc64_frame_cache): Remove definition.
6120 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
6121 sparc64_unwind_pc): Remove functions.
6122 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
6123 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
6124 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
6125 (sparc64_frame_cache): Change return type to `struct
6126 sparc_frame_cache *'. Simply call sparc_frame_cache.
6127 (sparc64_frame_this_id, sparc64_frame_prev_register,
6128 sparc64_frame_base_address): Use `struct sparc_frame_cache'
6129 instead of `struct sparc64_frame_cache.
6130 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
6131 sparc_analyze_control_transfer, sparc_software_single_step,
6132 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
6133 _initialize_sparc64_tdep): Remove functions.
6134 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
6135 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
6136 macros.
6137 (sparc64_supply_gregset, sparc64_collect_gregset,
6138 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
6139 (sparc64_init_abi): New function.
6140 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
6141 inclusion guard. Include "sparc-tdep.h".
6142 (BIAS): Define.
6143 (r_tstate_offset, r_fprs_offset): New defines.
6144 (enum sparc_regnum): Remove defenition.
6145 (enum sparc64_regnum): Reformat.
6146 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
6147 (sparc64_init_abi, sparc64_supply_gregset,
6148 sparc64_collect_gregset, sparc64_supply_fpregset,
6149 sparc64_collect_fpregset): New prototypes.
6150 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
6151 Add extern declarations.
6152 (sparc64_sol2_init_abi): New prototype.
6153 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
6154 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
6155 prototypes.
6156 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
6157 "sparnbsd-nat.h".
6158 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
6159 functions.
6160 (_initialize_sparc64fbsd_nat): Remove initialization of
6161 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
6162 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
6163 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
6164 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
6165 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
6166 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
6167 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
6168 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
6169 (sparc64fbsd_r_y_offset): Remove variables.
6170 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
6171 Make static and const.
6172 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
6173 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
6174 functions.
6175 (sparc64fbsd_gregset): New variable.
6176 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
6177 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
6178 and sparc64_supply_fpregset.
6179 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
6180 (sparc64fbsd_sigtramp_frame_this_id)
6181 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
6182 (sparc64fbsd_sigtramp_frame_unwind): New variable.
6183 (sparc64fbsd_sigtramp_frame_sniffer): New function.
6184 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
6185 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
6186 * sparcnbsd-tdep.c: Update copyright year. Include
6187 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
6188 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
6189 "value.h" and "sparcnbsd-tdep.h".
6190 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
6191 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
6192 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
6193 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
6194 defines.
6195 (sparcnbsd_gregset): New variable.
6196 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
6197 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
6198 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
6199 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
6200 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
6201 variables.
6202 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
6203 (sparc32nbsd_sigcontext_frame_this_id)
6204 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
6205 (sparc32nbsd_sigcontext_frame_unwind): New variable.
6206 (sparc32nbsd_sigtramp_frame_sniffer): New function.
6207 (sparcnbsd_get_longjmp_target_32,
6208 sparcnbsd_get_longjmp_target_64): Remove functions.
6209 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
6210 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
6211 sparcnbsd_init_elf): Remove.
6212 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
6213 (sparcnbsd_elf_init_abi): New functions.
6214 (_initialize_sparcnbsd_tdep): New prototype.
6215 (_initialize_sparnbsd_tdep): Update.
6216 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
6217 corelow.o. Add sparc64-nat.o and sparc-nat.o.
6218 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
6219 * config/sparc/linux.mh: Update comment.
6220 (XM_FILE, HOST_IPC): Remove variables.
6221 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
6222 sparc-linux-nat.o.
6223 * config/sparc/linux.mt: Update comment.
6224 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
6225 * config/sparc/nbsd.mt: Reformat.
6226 * config/sparc/nbsd64.mh: Update comment.
6227 (NATDEPFILES): Add sparc-nat.o.
6228 * config/sparc/nbsd64.mt: Update comment.
6229 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
6230 (TM_FILE): Set to tm-nbsd.h.
6231 * config/sparc/nbsdelf.mh: Update comment.
6232 (NATDEPFILES): Add sparc-nat.o.
6233 (XM_FILE): Delete.
6234 * config/sparc/nbsdaout.mh: Update comment.
6235 (NATDEPFILES): Add sparc-nat.o
6236 (XM_FILE): Delete.
6237 * config/sparc/nm-linux.h: Update copyright year. Don't include
6238 "config/nm-svr4.h" and "solib.h". Add protection against multiple
6239 inclusion.
6240 (KERNEL_U_SIZE): Remove define.
6241 (kernel_u_size): Remove prototype.
6242 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
6243 * config/sparc/nm-nbsd.h: Update copyright. Don't include
6244 "regcache.h".
6245 (CHILD_PREPARE_TO_STORE): Remove define.
6246 * config/sparc/nm-nbsdaout.h: Tweak some comments.
6247 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
6248 sparcnbsd-nat.c: Rewrite files.
6249 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
6250 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
6251 sparcnbsd-tdep.h: Remove files.
6252 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
6253 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
6254 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
6255 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
6256 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
6257 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
6258 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
6259 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
6260 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
6261 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
6262 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
6263 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
6264 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
6265 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
6266 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
6267 * config/sparc/linux64.mh, config/sparc/linux64.mt,
6268 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
6269 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
6270 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
6271
6272 2004-01-02 Andrew Cagney <cagney@redhat.com>
6273
6274 From 2003-12-18 Kazuhiro Inaoka:
6275 * configure.host: Add m32r-linux target.
6276
6277 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
6278
6279 * top.c (print_gdb_version): Update year to 2004.
6280
6281 2004-01-02 Mark Mitchell <mark@codesourcery.com>
6282
6283 * MAINTAINERS: Add myself to the write-after-approval category.
6284
6285 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
6286
6287 From Bernardo Innocenti <bernie@develer.com>:
6288 * configure.tgt: Add uClinux target.
6289
6290 2004-01-02 Andrew Cagney <cagney@redhat.com>
6291
6292 * utils.c (do_my_cleanups): Make static, add forward declaration.
6293 * defs.h (do_my_cleanups): Delete declaration.
6294
6295 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
6296
6297 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
6298 bfd/ChangeLog-0203.
6299
6300 2004-01-02 Mark Kettenis <kettenis@gnu.org>
6301
6302 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
6303 in <machine/reg.h>.
6304 * configure, config.in: Regenerate.
6305
6306 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
6307 tui/ChangeLog-1998-2003.
6308 \f
6309 Local Variables:
6310 mode: change-log
6311 left-margin: 8
6312 fill-column: 74
6313 version-control: never
6314 End:
This page took 0.167718 seconds and 3 git commands to generate.