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