2004-06-28 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e623b504
AC
1? diffs
2Index: ChangeLog
3===================================================================
4RCS file: /cvs/src/src/gdb/ChangeLog,v
5retrieving revision 1.6061
6diff -p -u -r1.6061 ChangeLog
7--- ChangeLog 29 Jun 2004 06:39:05 -0000 1.6061
8+++ ChangeLog 29 Jun 2004 14:55:28 -0000
9@@ -1,3 +1,12 @@
102004-06-28 Andrew Cagney <cagney@gnu.org>
11
12 * defs.h (xstrvprintf): Declare.
13 * utils.c (xstrvprintf): New function.
14 (internal_vproblem, xstrprintf, xasprintf)
15 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
16 * serial.c (serial_printf): Ditto.
17 * complaints.c (vcomplaint): Ditto.
18
79acc9b3
CV
192004-06-29 Corinna Vinschen <vinschen@redhat.com>
20
21 * infcmd.c (attach_command): Move call to target_terminal_inferior
22 behind loading symbol table.
23
1daf35d9
AC
242004-06-28 Andrew Cagney <cagney@gnu.org>
25
26 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
27 change - add back extern deprecated_ui_loop_hook declaration.
28
b435e160
AC
292004-06-28 Andrew Cagney <cagney@gnu.org>
30
31 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
32 xstrprintf.
33 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
34 (c_value_of_variable): Ditto.
35 * utils.c (internal_vproblem): Ditto.
36 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
37 * remote.c (add_packet_config_cmd): Ditto.
38 * remote-rdp.c (rdp_set_command_line): Ditto.
39 * regcache.c (regcache_dump): Ditto.
40 * frv-tdep.c (new_variant, new_variant): Ditto.
41 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
42 (fbsd_find_memory_regions): Ditto.
43 * breakpoint.c (create_thread_event_breakpoint)
44 (create_breakpoints): Ditto.
45 * aix-thread.c (aix_thread_pid_to_str): Ditto.
46 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
47
06d5cf63
JB
482004-06-28 Joel Brobecker <brobecker@gnat.com>
49
50 * ada-lang.c: Re-indent file, with some massaging to help indent
51 a bit when the result is otherwise really too ugly.
52
35809fad
UW
532004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
54
55 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
56 code_addr_p and special_addr_p to 'unsigned int'.
57
40e20472
MK
582004-06-27 Mark Kettenis <kettenis@gnu.org>
59
60 * i386v4-nat.c: Update copyright year and tweak comment.
61 (regmap): Remove trailing comma.
62 (supply_gregset): Rename local variable i to regnum. Call
63 regcache_raw_supply instead of supply_register.
64 (fill_gregset): Rename argument regno to regnum. Call
65 regcache_raw_collect instead of regcache_collect.
66
12b0b6de
UW
672004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
68
69 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
70 and special_addr_p.
71 (frame_id_build, frame_id_build_special): Update comments.
72 (frame_id_build_wild): New prototype.
73 * frame.c (frame_id_build, frame_id_build_special): Fill in new
74 struct frame_id fields.
75 (frame_id_build_wild): New function.
76 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
77
47b42a3e
MK
782004-06-27 Mark Kettenis <kettenis@gnu.org>
79
80 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
81 hppabsd-tdep.c.
82
1265e4aa
JB
832004-06-27 Joel Brobecker <brobecker@gnat.com>
84
85 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
86
76a01679
JB
872004-06-27 Joel Brobecker <brobecker@gnat.com>
88
89 * ada-lang.c: Re-indent file.
90
7aca490a
JB
912004-06-27 Joel Brobecker <brobecker@gnat.com>
92
93 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
94 (no_symtab_msg): Likewise.
95
5e987968
AS
962004-06-27 Andreas Schwab <schwab@suse.de>
97
98 * source.c: Fix whitespace.
99
315c4276
MK
1002004-06-27 Mark Kettenis <kettenis@gnu.org>
101
d15be926
MK
102 * configure.in: Include <sys/param.h> for td_pcb test.
103 * configure: Regenerated.
104
9062529b
MK
105 * i386nbsd-nat.c: New file.
106 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
107 i386obsd-nat.c and i386obsd-tdep.c.
108 (i386nbsd-nat.o): New dependency.
109 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
110 bsd-kvm.o.
111 (LOADLIBES): New variable.
112 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
113 bsd-kvm.o.
114 (LOADLIBES): New variable.
115
8010310e
MK
116 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
117 (LOADLIBES): New variable.
118
efe1d7b9
MK
119 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
120 fetching from BSD_KVM_PADDR. Correctly lookup address for
121 "_thread0".
122
315c4276
MK
123 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
124 "bsd-kvm.h".
125 (amd64fbsd_supply_pcb): New funcion.
126 (_initialize_amd64fbsd_nat): Enable libkvm interface.
127
399cfac6
DL
1282004-06-27 <david@streamline-computing.com>
129
130 Partial fix for PR cli/1056.
131 * valarith.c: Check for zero in division and remainder
132 evaluation.
133
6235f9c8
MK
1342004-06-27 Mark Kettenis <kettenis@gnu.org>
135
136 * i387-tdep.c: Remove excessive whitespace.
137
2726dafc
AC
1382004-06-26 Andrew Cagney <cagney@gnu.org>
139
140 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
141 * gdb-events.h, gdb-events.c: Re-generate.
142 * tui/tui-hooks.c (tui_install_hooks): Update.
143 (tui_remove_hooks): Update.
144 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
145
0e56aeaf
MK
1462004-06-26 Mark Kettenis <kettenis@gnu.org>
147
cb461069
MK
148 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
149 (gregset_t, fpregset_t): Remove typedefs.
150 (REG_OFFSET): Rename argument.
151 (amd64bsd_r_reg_offset): Rename from reg_offset.
152 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
153 Remove functions.
154 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
155 of reg_offset.
156 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
157
ecba89de
MK
158 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
159
4cd80476
MK
160 * vax-tdep.c: Tweak comment.
161
0e56aeaf
MK
162 Add OpenBSD/hppa support.
163 * NEWS (New native configurations): Mention OpenBSD/hppa.
164 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
165 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
166 files.
167 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
168 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
169 * configure.host: Add hppa*-*-openbsd*.
170 * configure.tgt: Add hppa*-*-openbsd*.
171
98bbd631
AC
1722004-06-25 Andrew Cagney <cagney@gnu.org>
173
174 * defs.h (deprecated_ui_loop_hook): Deprecated.
175 * wince.c (child_wait): Update.
176 * win32-nat.c (child_wait): Update.
177 * v850ice.c (v850ice_wait): Update.
178 * top.c (deprecated_ui_loop_hook): Update.
179 * serial.h: Update.
180 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
181 (do_unix_readchar): Update.
182 * ser-tcp.c (net_open): Update.
183 * remote-sim.c (gdb_os_poll_quit): Update.
184 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
185
769d7dc4
AC
1862004-06-24 Andrew Cagney <cagney@gnu.org>
187
188 * defs.h (deprecated_pre_add_symbol_hook)
189 (deprecated_post_add_symbol_hook): Deprecated.
190 * symfile.c (symbol_file_add_with_addrs_or_offsets)
191 (symbol_file_add_with_addrs_or_offsets): Update references.
192
11c949aa
AC
1932004-06-24 Andrew Cagney <cagney@gnu.org>
194
195 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
196 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
197 * wince.c (ui_loop_hook): Delete extern declaration.
198 * win32-nat.c (ui_loop_hook): Delete extern declaration..
199 * v850ice.c (ui_loop_hook): Delete extern declaration..
200 * ser-unix.c (ui_loop_hook): Delete extern declaration..
201 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
202 * remote-sim.c (ui_loop_hook): Delete extern declaration..
203 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
204 ui_loop_hook declaration.
205
eedc19af
AC
2062004-06-24 Andrew Cagney <cagney@gnu.org>
207
208 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
209 entry_func_highpc fields.
210 * objfiles.c (init_entry_point_info): Do not clear
211 entry_func_lowpc and entry_func_highpc.
212 (objfile_relocate): Do not relocate entry_func_lowpc and
213 entry_func_highpc.
214 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
215 entry_func_highpc.
216 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
217 entry_func_highpc.
218 * blockframe.c (legacy_frame_chain_valid): Replace tests against
219 entry_func_lowpc and entry_func_highpc with call to
220 inside_entry_func.
221
d47079be
MK
2222004-06-24 Mark Kettenis <kettenis@gnu.org>
223
224 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
225 quad-precision floating point arguments in registers.
226
2107e348
MK
2272004-06-24 Mark Kettenis <kettenis@gnu.org>
228
229 From Michael Mueller <m.mueller99@kay-mueller.de>:
230 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
231 account.
232
46587c42
JJ
2332004-06-22 Jeff Johnston <jjohnstn@redhat.com>
234
235 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
236 to -1.
237 * breakpoint.c (bpstat_stop_status): Move check for ignoring
238 untriggered watchpoints to a separate if clause. Update function
239 comment regarding STOPPED_BY_WATCHPOINT argument.
240
226f5cf4
JB
2412004-06-22 Jim Blandy <jimb@redhat.com>
242
243 * gdbarch.sh: Doc fix.
244
f10683bb
MH
2452004-06-21 Martin Hunt <hunt@redhat.com>
246 Kevin Buettner <kevinb@redhat.com>
247
248 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
249 * mips-tdep.h (MIPS_SP_REGNUM): Define.
250 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
251 to set_gdbarch_sp_regnum(). Use cooked register number.
252 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
253
412d5987
AC
2542004-06-21 Andrew Cagney <cagney@gnu.org>
255
256 * gdbarch.sh: When the macro field is empty, do not generate a
257 macro definition. When the macro field is "=", generate the macro
258 name from the upper-case function name.
259 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
260 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
261 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
262 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
263 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
264 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
265 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
266 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
267 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
268 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
269 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
270 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
271 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
272 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
273 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
274 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
275 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
276 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
277 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
278 (DEPRECATED_USE_STRUCT_CONVENTION)
279 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
280 (DEPRECATED_FRAME_INIT_SAVED_REGS)
281 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
282 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
283 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
284 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
285 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
286 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
287 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
288 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
289 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
290 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
291 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
292 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
293 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
294 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
295 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
296 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
297
68908a3e
AC
2982004-06-21 Andrew Cagney <cagney@gnu.org>
299
48f7351b
AC
300 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
301 macro name, and the function rather than macro value. Only wrap
302 macro print statements in #ifdef. Move format logic to where it
303 is needed.
304 * gdbarch.c: Re-generate.
305
283354d8
AC
306 * gdbarch.sh (read): Delete "print_p" and "description", add
307 "garbage_at_eol". Check for non-empty garbage at end-of-line.
308 Delete references to print_p.
309 (TARGET_ARCHITECTURE): Delete print predicate.
310 * gdbarch.c: Re-generate.
311
68908a3e
AC
312 * gdbarch.sh: Check that multi-arch methods do not provide a
313 macro.
314 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
315 (print_registers_info, print_float_info, print_vector_info)
316 (adjust_breakpoint_address, remote_translate_xfer_address)
317 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
318 (address_class_type_flags_to_name, unwind_sp): Remove the macro
319 name from the multi-arch definition.
320
a2428dbe
AC
3212004-06-20 Andrew Cagney <cagney@gnu.org>
322
323 * gdbarch.sh: Sort by the function, instead of macro name.
324 * gdbarch.c: Re-generate.
325
750eb019
AC
3262004-06-20 Andrew Cagney <cagney@gnu.org>
327
66d659b1
AC
328 * gdbarch.sh: Use the function, instead of macro name in
329 errors and the log file.
330 (return_value): Remove stray ":" in spec.
331
750eb019
AC
332 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
333 * gdbarch.h, gdbarch.c: Re-generate.
334 * Makefile.in (arch-utils.o): Update dependencies.
335 * values.c (using_struct_return): Move code calling
336 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
337 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
338 to legacy_return_value, simplify.
339 * infcmd.c (print_return_value): Move code calling
340 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
341 to legacy_return_value, simplify.
342 * infcall.c (call_function_by_hand): Move code calling
343 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
344 * arch-utils.c: Update copyright. Include "gdbcore.h".
345 (legacy_return_value): New function.
346 * arch-utils.h: Update copyright.
347 (legacy_return_value): Declare.
348
b5622e8d
AC
3492004-06-20 Andrew Cagney <cagney@gnu.org>
350
351 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
352 * gdbarch.h, gdbarch.c: Re-generate.
353 * values.c (using_struct_return): Update call.
354 * mcore-tdep.c: Update comment.
355 * infcall.c (call_function_by_hand): Update comment.
356 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
357 * arch-utils.h (always_use_struct_convention): Update.
358 * v850-tdep.c (v850_gdbarch_init): Update.
359 * sh64-tdep.c (sh64_gdbarch_init): Update.
360 * sh-tdep.c (sh_gdbarch_init): Update.
361 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
362 * mips-tdep.c (mips_gdbarch_init): Update.
363 * mcore-tdep.c (mcore_gdbarch_init): Update.
364 * m32r-tdep.c (m32r_gdbarch_init): Update.
365 * ia64-tdep.c (ia64_gdbarch_init): Update.
366 * h8300-tdep.c (h8300_gdbarch_init): Update.
367 * frv-tdep.c (frv_gdbarch_init): Update.
368 * cris-tdep.c (cris_gdbarch_init): Update.
369 * arm-tdep.c (arm_gdbarch_init): Update.
370 * alpha-tdep.c (alpha_gdbarch_init): Update.
371
5191de37
MC
3722004-06-18 Michael Chastain <mec.gnu@mindspring.com>
373
374 * PROBLEMS: Add more specific information, and a work-around,
375 for PR gdb/1458.
376
782263ab
AC
3772004-06-18 Andrew Cagney <cagney@gnu.org>
378
379 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
380 * gdbarch.h, gdbarch.c: Re-generate.
381 * ada-lang.c (ada_finish_decode_line_1): Update.
382 * infrun.c (handle_inferior_event): Update.
383 * infcall.c (find_function_addr): Update.
384 * linespec.c (minsym_found): Update.
385 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
386 Update.
387 * blockframe.c (legacy_frameless_look_for_prologue): Update.
388 * cli/cli-cmds.c (disassemble_command): Update.
389 * vax-tdep.c (vax_gdbarch_init): Update.
390
2f305df1
MK
3912004-06-18 Mark Kettenis <kettenis@gnu.org>
392
393 * i386-tdep.c (i386_collect_fpregset): Fix comment.
394
e5fe55f7
AC
3952004-06-17 Andrew Cagney <cagney@gnu.org>
396
397 GDB 6.1.1 released from the GDB 6.1 branch.
398 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
399 * PROBLEMS: Ditto.
400
473b7be6
DJ
4012004-06-16 Daniel Jacobowitz <dan@debian.org>
402
403 PR gdb/1658
404 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
405 operation as a uleb128. Found by Michael Coulter.
406
96d887e8
PH
4072004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
408
409 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
410 make it non-static.
411 * ada-lang.h (task_control_block): declaration moved from ada-task.c
412 to ada-lang.h; this is needed to be able to implement the kill command
413 in multi-task mode.
414 (task_ptid): Ditto.
415 (task_entry): Ditto.
416 (task_list): Ditto.
417 (ada_build_task_list): Ditto.
418
419 * ada-lang.c: Conditionalize routines and data structures related
420 to breakpoints, exceptions, completion, and symbol caching on
421 GNAT_GDB, since these are not yet used in the submitted public sources.
422 (ada_main_name): Editorial: Move definition out of exception-related
423 code.
424
31eef181
AC
4252004-06-15 Andrew Cagney <cagney@gnu.org>
426
427 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
428 deprecated_pc_in_call_dummy.
429
2c500098
AM
4302004-06-15 Alan Modra <amodra@bigpond.net.au>
431
432 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
433 bfd_get_section_size_before_reloc or _raw_size.
434 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
435 * dwarf2read.c (dwarf2_locate_sections): Likewise.
436 (dwarf2_read_section): Likewise.
437 * elfread.c (elf_locate_sections): Likewise.
438 * gcore.c (derive_heap_segment): Likewise.
439 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
440 * remote-e7000.c (e7000_load): Likewise.
441 * remote-m32r-sdi.c (m32r_load): Likewise.
442 * remote-mips.c (mips_load_srec): Likewise.
443 (pmon_load_fast): Likewise.
444 * remote.c (compare_sections_command): Likewise.
445 * symfile.c (add_section_size_callback): Likewise.
446 (load_section_callback): Likewise.
447 (pc_in_unmapped_range): Likewise.
448 (pc_in_mapped_range): Likewise.
449 (sections_overlap): Likewise.
450 (list_overlays_command): Likewise.
451 (simple_overlay_update_1): Likewise.
452 (simple_overlay_update): Likewise.
453 * tracepoint.c (remote_set_transparent_ranges): Likewise.
454 * win32-nat.c (core_section_load_dll_symbols): Likewise.
455
90f943f1
RC
4562004-06-14 Randolph Chung <tausq@debian.org>
457
458 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
459 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
460 static.
461 (hppa_hpux_inferior_created): New function.
462 (hppa_hpux_init_abi): Register observer.
463 * symfile.c (hp_cxx_exception_support_initialized)
464 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
465 (symbol_file_add_main_1, symbol_file_clear): Likewise.
466
700c15aa
RC
4672004-06-14 Randolph Chung <tausq@debian.org>
468
3973a7d3
AC
469 * MAINTAINERS (Write After Approval): Alphabetize my entry
470 correctly.
700c15aa 471
cea4838c
AC
4722004-06-14 Andrew Cagney <cagney@gnu.org>
473
474 * MAINTAINERS (testsuite): List Michael Chastain as the lead
475 testsuite maintainer.
476
97092415
AC
4772004-06-13 Andrew Cagney <cagney@gnu.org>
478
e8c3165b
AC
479 * infcmd.c (print_return_value): Fix logic, allow
480 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
481
bceabdd8
AC
482 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
483 defining any macros.
484 * gdbarch.h: Re-generate.
485
57010b1c
AC
486 * gdbarch.sh: Delete "level" attribute. Only check for a macro
487 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
488 * gdbarch.h: Re-generate.
489
bc87dfa0
AC
490 * values.c (generic_use_struct_convention): Don't check gcc_p.
491
15ac804d
AC
492 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
493 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
494 * gdbarch.h, gdbarch.c: Regenerate.
495 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
496 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
497 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
498 deprecated_max_register_raw_size and
499 deprecated_max_register_virtual_size.
500 * v850-tdep.c (v850_gdbarch_init): Ditto.
501 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
502 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
503 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
504 * cris-tdep.c (cris_gdbarch_init): Ditto.
505
97092415
AC
506 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
507 * gdbarch.h, gdbarch.c: Re-generate.
508 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
509 (m68hc11_use_struct_convention): Delete function.
510 (m68hc11_extract_struct_value_address): Delete function.
511 (m68hc11_return_value): New function.
512 (m68hc11_gdbarch_init): Instead of store_return_value,
513 extract_return_value, return_value_on_stack,
514 deprecated_extract_struct_value_address and use_struct_convention,
515 set return_value.
516 * values.c (using_struct_return): Do not call
517 RETURN_VALUE_ON_STACK.
518 * arch-utils.h (generic_return_value_on_stack_not): Delete
519 declaration.
520 * arch-utils.c (generic_return_value_on_stack_not): Delete
521 function.
522
44e5158b
AC
5232004-06-12 Andrew Cagney <cagney@gnu.org>
524
525 * values.c (register_value_being_returned): Delete function.
526 * infcmd.c (legacy_return_value): Delete function.
527 * infcall.c (call_function_by_hand): Inline
528 "register_value_being_returned", simplify.
529 * values.c (using_struct_return): Update comment, refer to
530 print_return_value instead of register_value_being_returned.
531 * infcmd.c (print_return_value): Inline calls to
532 register_value_being_returned and legacy_return_value. Simplify.
533
b887c273
RC
5342004-06-11 Randolph Chung <tausq@debian.org>
535
536 * somread.c (som_symtab_read): Exclude gcc local symbols.
537
1b2bfbb9
RC
5382004-06-11 Randolph Chung <tausq@debian.org>
539
3973a7d3
AC
540 * infrun.c (handle_inferior_event): Handle the case when a
541 trampoline ends up in the runtime resolver, and if the trampoline
542 has no name. Rearrange the code so that all the trampoline
543 processing happens before other step-out-of-range handling.
1b2bfbb9 544
a9d61c86
MH
5452004-06-11 Martin Hunt <hunt@redhat.com>
546
547 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
548 has no fpu.
549
2c87cf5a
AC
5502004-06-10 Andrew Cagney <cagney@gnu.org>
551
552 * blockframe.c (legacy_inside_entry_func): Delete.
553 (legacy_frame_chain_valid): Inline call to
554 legacy_inside_entry_func, simplify.
555
0b67b468 5562004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
557
558 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
559 * dwarf2read.c (partial_die_info): Add dirname field.
560 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
561 (read_partial_die): Save away DW_AT_comp_dir.
562 * defs.h (symtab_to_filename): Removed.
563 * source.c (find_and_open_source): Added.
57c22c6c 564 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
565 (symtab_to_filename): Removed.
566 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
567 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
568 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
569 symtab_to_filename.
570 * symtab.h (partial_symtab): Add dirname field.
571 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
572 (mi_cmd_file_list_exec_source_file): Call new function
573 symtab_to_fullname to find fullname.
57c22c6c 574 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 575 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
576 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
577
9a1dd1ad
AC
5782004-06-10 Andrew Cagney <cagney@gnu.org>
579
239ae8c7
AC
580 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
581 to generic_use_struct_convention, the default value.
582
fc720350
AC
583 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
584 of abort.
585
9a1dd1ad
AC
586 * ns32k-tdep.c (ns32k_push_arguments): New function.
587 (ns32k_gdbarch_init): Set deprecated_push_arguments.
588 * infcall.c (call_function_by_hand): Call error instead of
589 legacy_push_arguments.
590 * value.h (legacy_push_arguments): Delete declaration.
591 * valops.c (legacy_push_arguments): Delete function.
592 (value_push): Delete function.
593
fea25152
BF
5942004-06-10 Brian Ford <ford@vss.fsi.com>
595
596 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
597 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
598 info.
599 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
600
30a4a8e0
AC
6012004-06-10 Andrew Cagney <cagney@gnu.org>
602
603 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
604 * gdbarch.h, gdbarch.c: Re-generate.
605 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
606 parameters.
607 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
608 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
609 deprecated_pc_in_call_dummy instead of
610 DEPRECATED_PC_IN_CALL_DUMMY.
611 (arm_skip_prologue): Ditto.
612 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
613 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
614 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
615 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
616 Ditto.
617 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
618 (sh64_init_extra_frame_info, sh64_get_saved_register)
619 (sh64_pop_frame): Ditto.
620 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
621 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
622 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
623 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
624 (h8300_pop_frame): Ditto.
625 * blockframe.c (legacy_inside_entry_func)
626 (legacy_frame_chain_valid): Ditto.
627 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
628 to deprecated_pc_in_call_dummy.
629
81cfbe54
AC
6302004-06-09 Andrew Cagney <cagney@gnu.org>
631
a1f4a1b6
AC
632 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
633 provide a default value.
634 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
635 * gdbarch.h, gdbarch.c: Re-generate.
636 * arch-utils.c (generic_convert_register_p): Rename
637 legacy_convert_register_p
638 (legacy_register_to_value, legacy_value_to_register): Delete
639 functions.
640 * arch-utils.h (generic_convert_register_p): Rename
641 legacy_convert_register_p.
642 (legacy_register_to_value, legacy_value_to_register): Delete
643 declarations.
644
9730f241
AC
645 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
646 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
647 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
648 * gdbarch.h, gdbarch.c: Re-generate.
649 * infcmd.c (default_print_registers_info): Simplify.
650 * findvar.c (value_of_register): Simplify.
651 * mi/mi-main.c (get_register): Simplify.
652 * arch-utils.c (legacy_convert_register_p): Always return 0.
653 (legacy_register_to_value, legacy_value_to_register): Always call
654 internal_error.
655
8a1bf479
AC
656 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
657 #ifdef CLEAR_INSN_CACHE code.
658 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
659 Delete #ifdef CLEAR_DEFERRED_STORES code.
660
4b38d6f1
AC
661 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
662
2d62ecc7
AC
663 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
664 copyright.
665 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
666
be4f7469
AC
667 * config/mips/mipsv4.mh: Delete file.
668
81cfbe54
AC
669 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
670 unreferenced macro.
671 (hpread_adjust_stack_address): Delete declaration.
672
d966f0cb
AC
6732004-06-08 Andrew Cagney <cagney@gnu.org>
674
675 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
676 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
677 PTRACE_ATTACH / PTRACE_DETACH available call error.
678 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
679 * infttrace.c (update_thread_state_after_attach, attach, detach):
680 Remove #ifdef wrappers.
681 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
682 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
683 * config/nm-bsd.h (ATTACH_DETACH): Delete.
684 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
685 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
686 * config/nm-linux.h (ATTACH_DETACH): Delete.
687 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
688 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
689 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
690 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
691 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
692
d91670b9
CV
6932004-06-08 Corinna Vinschen <vinschen@redhat.com>
694
695 * configure.in: Set $configdir to the right OS specific value.
696 Use value when setting $tcldir and $tkdir.
697 * configure: Regenerate.
698
28ba0b33
PB
6992004-06-06 Paul Brook <paul@codesourcery.com>
700
701 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
702 records.
703
f26caa11
PH
7042004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
705
706 * ada-lang.c (lookup_symbol_in_language): New function to allow
707 re-use of another language's symbol lookup code. (Placed here
708 temporarily while Ada support is being integrated into the public
709 tree).
710 (restore_language): New auxiliary function for
711 lookup_symbol_in_language.
712 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
713 temporarily while Ada support is being integrated into the public
714 tree).
715
d560a54b
AO
7162004-06-08 Alexandre Oliva <aoliva@redhat.com>
717
e75d110c
AO
718 * Makefile.in (check//%): New.
719
d560a54b
AO
720 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
721 (mn10300_store_return_value): Rewrite.
722 (mn10300_type_align): New.
723 (mn10300_use_struct_convention): Rewrite.
724 (mn10300_return_value): New, using all of the above.
725 (mn10300_pop_frame_regular): Add saved_regs_size.
726 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
727
a72fbdb7
AO
728 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
729 regs if PC is on movm.
730
01904826
JB
7312004-06-07 Jim Blandy <jimb@redhat.com>
732
733 Add native Linux support for the PowerPC E500.
734 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
735 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
736 all architectures except the E500.
737 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
738 #definitions.
739 (struct gdb_evrregset_t): New type.
740 (have_ptrace_getsetevrregs): New variable.
741 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
742 fetch_spe_registers): New functions.
743 (fetch_register): Call fetch_spe_register as appropriate.
744 Assert that we're only passed raw register numbers.
745 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
746 Don't fetch gprs if they're pseudoregisters.
747 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
748 store_spe_registers): New functions.
749 (store_register): Call store_spe_register as appropriate.
750 Assert that we're only passed raw register numbers.
751 (store_ppc_registers): Call store_spe_registers as appropriate.
752 Don't store gprs if they're pseudoregisters.
753
f90ef764
JJ
7542004-06-07 Jeff Johnston <jjohnstn@redhat.com>
755
756 * thread-db.c (thread_get_info_callback): Fill in the thread_info
757 struct if one exists, even if we are dealing with a zombie thread.
758
45b75230
AC
7592004-06-07 Andrew Cagney <cagney@gnu.org>
760
761 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
762 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
763 Rename PC_REQUIRES_RUN_BEFORE_USE.
764 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
765 #ifdef.
766
1658da49
RC
7672004-06-07 Randolph Chung <tausq@debian.org>
768
769 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
770 unwinding after sp has been saved to the stack but before the end
771 of the prologue, and after the fp has been modified but before it has
772 been saved to the stack.
773 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
774 Remove superfluous definitions.
775 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
776
9a727a3c
RC
7772004-06-07 Guy Martin <gmsoft@gentoo.org>
778
779 Committed by Randolph Chung.
780 * hppa-linux-nat.c: Include the correct version of the header file
781 depending on the kernel version.
782
9e500012
RC
7832004-06-06 Randolph Chung <tausq@debian.org>
784
785 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
786 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
787
3388d7ff
RC
7882004-06-06 Randolph Chung <tausq@debian.org>
789
790 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
791 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
792 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
793 * hppa-tdep.c (hppa_symbol_address): New function definition.
794 * hppa-tdep.h (hppa_symbol_address): New function declaration.
795
d49771ef
RC
7962004-06-06 Randolph Chung <tausq@debian.org>
797
798 * hppa-tdep.h (struct value): Forward declaration.
799 (gdbarch_tdep): Define tdep find_global_pointer method.
800 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
801 associated with the function we are trying to call, and write it
802 to the gp register.
803 (hppa32_convert_from_funct_ptr_addr): New function.
804 (hppa_find_global_pointer): New function.
805 (hppa_gdbarch_init): Set default find_global_pointer method; set
806 convert_from_func_ptr_addr method.
807 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
808 (hppa_linux_init_abi): Set find_global_pointer method.
809 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
810
7d9b040b
RC
8112004-06-06 Randolph Chung <tausq@debian.org>
812
813 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
814 to struct value *function.
815 * gdbarch.c: Regenerate.
816 * gdbarch.h: Likewise.
817 * infcall.c (call_function_by_hand): Pass entire function value
818 to push_dummy_call.
819
820 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
821 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
822 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
823 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
824 * arm-tdep.c (arm_push_dummy_call): Likewise.
825 * avr-tdep.c (avr_push_dummy_call): Likewise.
826 * cris-tdep.c (cris_push_dummy_call): Likewise.
827 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
828 * frv-tdep.c (frv_push_dummy_call): Likewise.
829 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
830 * hppa-tdep.c (hppa32_push_dummy_call)
831 (hppa64_push_dummy_call): Likewise.
832 * i386-tdep.c (i386_push_dummy_call): Likewise.
833 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
834 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
835 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
836 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
837 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
838 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
839 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
840 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
841 (ppc64_sysv_abi_push_dummy_call): Likewise.
842 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
843 (ppc64_sysv_abi_push_dummy_call): Likewise.
844 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
845 * s390-tdep.c (s390_push_dummy_call): Likewise.
846 * sh-tdep.c (sh_push_dummy_call_fpu)
847 (sh_push_dummy_call_nofpu): Likewise.
848 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
849 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
850 * vax-tdep.c (vax_push_dummy_call): Likewise.
851
4a19ea35
JB
8522004-06-04 Jim Blandy <jimb@redhat.com>
853
8327ccee
JB
854 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
855 gdbarch argument to register_size.
856
a3c001ce
JB
857 * rs6000-tdep.c (rs6000_store_return_value): Use
858 regcache_cooked_write_part instead of
859 deprecated_write_register_bytes.
860 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
861 not gdbarch_deprecated_store_return_value.
862
4a19ea35
JB
863 * ppc-linux-nat.c (store_register, fetch_register): Remove
864 incorrect assertions. Simplify and generalize handling of
865 transfers whose sizes are not multiples of, or less than, sizeof
866 (PTRACE_XFER_TYPE).
867
b9b5d7ea
JJ
8682004-06-04 Jeff Johnston <jjohnstn@redhat.com>
869
870 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
871 as a new thread event.
720c7d64 872 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 873 zombie, return TD_THR_ZOMBIE.
720c7d64 874 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
875 TD_THR_ZOMBIE, check if the thread is still on the thread list
876 and return a -1 ptid if not found.
877 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
878 change the status to TARGET_WAITKIND_SPURIOUS.
879
c8a3b559
CV
8802004-06-03 Corinna Vinschen <vinschen@redhat.com>
881
882 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
883 double values in little endian mode.
884
20605361
AC
8852004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
886
887 Committed by Andrew Cagney.
888 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
889 after last enum constant to avoid error from IBM C
890 compiler.
891
bc97b3ba
JB
8922004-06-02 Jim Blandy <jimb@redhat.com>
893
894 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
895 to 'message', and make it local to the lone block that uses it.
896
1da28ab0
JB
897 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
898
4c4b4cd2
PH
8992004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
900
901 * ada-exp.y: Synchronize with current ACT sources.
902 * ada-lang.c: Ditto.
903 * ada-lang.h: Ditto.
904 * ada-lex.l: Ditto.
905 * ada-tasks.c: Ditto.
906 * ada-typeprint.c: Ditto.
907 * ada-valprint.c: Ditto.
908
f65f91b5
JB
9092004-06-01 Jim Blandy <jimb@redhat.com>
910
911 * ppc-tdep.h: Delete unused 'regoff' member.
912 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
913
d4687fa0
MC
9142004-06-01 Michael Chastain <mec.gnu@mindspring.com>
915
916 Fix PR symtab/1661.
917 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
918 (hpread_read_struct_type): Likewise.
919
de169ec9
AC
9202004-06-01 Andrew Cagney <cagney@gnu.org>
921
c6902d46
AC
922 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
923 instead of xasprintf.
924 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
925 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
926 (mi_cmd_data_list_register_names)
927 (mi_cmd_data_list_changed_registers)
928 (mi_cmd_data_list_register_values)
929 (get_register, mi_cmd_data_write_register_values)
930 (mi_cmd_data_write_register_values)
931 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
932 (mi_cmd_target_download, mi_cmd_target_select)
933 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
934 (mi_execute_cli_command, mi_execute_async_cli_command)
935 (mi_execute_async_cli_command): Ditto.
936 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
937 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
938
6085fc2d
AC
939 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
940 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
941 error_last_message instead of mi_error_last_message.
942 * mi/mi-main.c (mi_error_last_message): Delete function.
943
de169ec9
AC
944 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
945 "invalid number of columns" error. Delete redundant "out of
946 memory" check.
947
1fc7d519
MK
9482004-05-31 Mark Kettenis <kettenis@gnu.org>
949
6cfb2041
MK
950 * i386bsd-nat.c: Don't include <sys/procfs.h>.
951 (gregset_t, fpregset_t): Remove typedefs.
952 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
953 (REG_OFFSET): Rename argument.
954 (i386bsd_r_reg_offset): Rename from reg_offset.
955 (REG_ADDR): Remove macro.
956 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
957 functions.
958 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
959 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
960 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
961 instead of supply_gregset.
962 (store_inferior_registers): Use `struct reg' and `struct fpreg'
963 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
964 instead of fill_gregset.
965 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
966
1fc7d519
MK
967 * i386bsd-nat.c: Don't include "gregset.h".
968 (supply_gregset, fill_gregset): Make static.
969 (supply_fpregset, fill_fpregset): Remove.
970 * Makefile.in (i386bsd-nat.o): Update dependencies.
971
2c34abbe
MK
9722004-05-30 Mark Kettenis <kettenis@gnu.org>
973
448724fb
MK
974 * fbsd-proc.c: Include "regcache.h", "regset.h" and
975 "gdb_assert.h". Con't include "gregset.h".
976 (fbsd_make_corefile_notes): Use regset-based core file support
977 instead off fill_gregset and fill_fpregset.
978 * Makefile.in (fbsd-proc.o): Update dependencies.
979
5ca8ca7c
MK
980 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
981 instructions.
982 (m88k_frame_prev_register): Simplify code a bit.
983
593adc23
MK
984 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
985 (amd64_collect_fpregset): New function.
986 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
987
8d1b517b
MK
988 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
989
7fdafb5a
MK
990 * i386-tdep.c (i386_supply_gregset): Adjust comment.
991 (i386_collect_gregset): New function.
992 (i386_supply_fpregset): Adjust comment.
993 (i386_collect_fpregset): New function.
994 (i386_regset_from_core_section): Use i386_collect_gregset and
995 i386_collect_fpregset.
996
8693c419
MK
997 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
998 handle VALUEP being null.
999
2c34abbe
MK
1000 * regset.h (collect_regset_ftype): Unconstify fourth argument.
1001
45d134d8
MK
10022004-05-29 Mark Kettenis <kettenis@gnu.org>
1003
1698f4e7
MK
1004 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
1005
45d134d8
MK
1006 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
1007 assembler in OpenBSD 3.5-current.
1008 (amd64obsd_sigcontext_addr): Likewise.
1009
691d145a
JB
10102004-05-28 Jim Blandy <jimb@redhat.com>
1011
1012 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
1013 register set, so our regcache isn't declared "legacy" and our E500
1014 pseudoregister read and write functions aren't ignored.
1015 (rs6000_register_byte, rs6000_register_raw_size,
1016 rs6000_register_virtual_type, rs6000_register_convertible,
1017 rs6000_register_convert_to_virtual,
1018 rs6000_register_convert_to_raw): Deleted.
1019 (rs6000_register_type, rs6000_convert_register_p,
1020 rs6000_register_to_value, rs6000_value_to_register): New
1021 functions.
1022 (rs6000_gdbarch_init): Don't register
1023 gdbarch_deprecated_register_size,
1024 gdbarch_deprecated_register_bytes,
1025 gdbarch_deprecated_register_byte,
1026 gdbarch_deprecated_register_raw_size,
1027 gdbarch_deprecated_register_virtual_type,
1028 gdbarch_deprecated_register_convertible,
1029 gdbarch_deprecated_register_convert_to_virtual, or
1030 gdbarch_deprecated_register_convert_to_raw methods. Instead,
1031 register gdbarch_register_type, gdbarch_convert_register_p,
1032 gdbarch_register_to_value, and gdbarch_value_to_register methods.
1033
18ed0c4e
JB
10342004-05-26 Jim Blandy <jimb@redhat.com>
1035
1036 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
1037 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
1038 functions, updated to match the register numberings used in GCC.
1039 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
1040 rs6000_dwarf2_reg_to_regnum as register number conversions
1041 functions for STABS and Dwarf2.
1042
779af9e3
RC
10432004-05-26 Randolph Chung <tausq@debian.org>
1044
1045 * infttrace.h (target_waitkind): Forward declare type instead of pulling
1046 in header file.
1047
c23968a2
JB
10482004-05-25 Joel Brobecker <brobecker@gnat.com>
1049
1050 * NEWS: Document new "start" command.
1051
3a7d1c27
RC
10522004-05-25 Randolph Chung <tausq@debian.org>
1053
1054 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
1055 hppa-linux.
1056
43613416
RC
10572004-05-25 Randolph Chung <tausq@debian.org>
1058
1059 * hppa-hpux-tdep.c (offsetof): Define.
1060 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
1061 (hppa32_hpux_frame_base_before_sigtramp)
1062 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
1063 (hppa64_hpux_frame_saved_pc_in_sigtramp)
1064 (hppa64_hpux_frame_base_before_sigtramp)
1065 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
1066 functions.
1067 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
1068 (hppa_hpux_sigtramp_frame_unwind_cache)
1069 (hppa_hpux_sigtramp_frame_this_id)
1070 (hppa_hpux_sigtramp_frame_prev_register)
1071 (hppa_hpux_sigtramp_frame_unwind)
1072 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
1073 (hppa_hpux_init_abi): Register sigtramp unwinder.
1074 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
1075
6d1be3f1
RC
10762004-05-25 Randolph Chung <tausq@debian.org>
1077
1078 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
1079 and multiple stack unwinds.
1080 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
1081
97c34f65
AC
10822004-05-25 Andrew Cagney <cagney@gnu.org>
1083
1084 * symfile.h (symbol_file_add_from_memory): Delete declaration.
1085 * symfile-mem.h: Delete file.
1086 * symfile-mem.c: Do not include "symfile-mem.h".
1087 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
1088 "struct bfd_section". When an error do not bother returning NULL.
1089 (add_symbol_file_from_memory_command): Use "struct bfd" and
1090 "struct bfd_section".
1091 * Makefile.in (symfile_mem_h): Delete.
1092 (symfile-mem.o): Update dependencies.
1093
e23cbd82
NR
10942004-05-25 Nick Roberts <nickrob@gnu.org>
1095
1096 * gdb-mi.el: New file.
1097
20d2ca3e
AC
10982004-05-25 Andrew Cagney <cagney@gnu.org>
1099
1100 * inftarg.c: Include "observer.h".
1101 (child_attach, child_create_inferior): Notify inferior_created.
1102 * corelow.c: Include "observer.h".
1103 (core_open): Notify inferior_created.
1104 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
1105
c27cda74
AC
11062004-05-25 Andrew Cagney <cagney@gnu.org>
1107
1108 * target.h (struct target_ops): Add from_tty to
1109 to_create_inferior.
1110 (target_create_inferior, find_default_create_inferior): Update.
1111 * infcmd.c (run_command): Update.
1112 * wince.c (child_create_inferior): Update.
1113 * win32-nat.c (child_create_inferior): Update.
1114 * uw-thread.c (uw_thread_create_inferior): Update.
1115 * thread-db.c (thread_db_create_inferior): Update.
1116 * target.c (debug_to_create_inferior)
1117 (find_default_create_inferior): Update.
1118 (maybe_kill_then_create_inferior): Update.
1119 * sol-thread.c (sol_thread_create_inferior): Update.
1120 * remote.c (extended_remote_async_create_inferior)
1121 (extended_remote_create_inferior): Update.
1122 * remote-vx.c (vx_create_inferior): Update.
1123 * remote-st.c (st2000_create_inferior): Update.
1124 * remote-sim.c (gdbsim_create_inferior): Update.
1125 * remote-sds.c (sds_create_inferior): Update.
1126 * remote-rdp.c (remote_rdp_create_inferior): Update.
1127 * remote-rdi.c (arm_rdi_create_inferior): Update.
1128 * remote-m32r-sdi.c (m32r_create_inferior): Update.
1129 * remote-e7000.c (e7000_create_inferior): Update.
1130 * procfs.c (procfs_create_inferior): Update.
1131 * ocd.c (ocd_create_inferior): Update.
1132 * ocd.h (ocd_create_inferior): Update.
1133 * nto-procfs.c (procfs_create_inferior): Update.
1134 * monitor.c (monitor_create_inferior): Update.
1135 * lin-lwp.c (lin_lwp_create_inferior): Update.
1136 * inftarg.c (child_create_inferior): Update.
1137 * hpux-thread.c (hpux_thread_create_inferior): Update.
1138 * gnu-nat.c (gnu_create_inferior): Update.
1139
1db2a798
AC
11402004-05-25 Andrew Cagney <cagney@gnu.com>
1141
1142 * MAINTAINERS: Update e-mail address.
1143
007d08bb
RC
11442004-05-24 Randolph Chung <tausq@debian.org>
1145
1146 * thread.c (info_threads_command, thread_apply_all_command)
1147 (thread_apply_command, thread_command, do_captured_thread_select):
1148 Remove HPUXHPPA-specific code.
1149
69e7b95e
RC
11502004-05-24 Randolph Chung <tausq@debian.org>
1151
1152 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
1153 unused symbols.
1154 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
1155 references.
1156
a4d5f2e0
JB
11572004-05-24 Joel Brobecker <brobecker@gnat.com>
1158
1159 * infcmd.c (kill_if_already_running): New function, extracted
1160 from run_command().
1161 (run_command): Replace extracted code by call to
1162 kill_if_already_running().
1163 (start_command): New function.
1164 (_initialize_infcmd): Add "start" command.
1165
bf2ca189
MK
11662004-05-24 Mark Kettenis <kettenis@gnu.org>
1167
1168 Add OpenBSD/m88k support.
1169 * NEWS (New native configurations): Mention OpenBSD/m88k.
1170 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
1171 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
1172 * Makefile.in (m88k_tdep_h): New variable.
1173 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
1174 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
1175 * configure.host: Add m88*-*-openbsd*.
1176 * configure.tgt: Add m88*-*-openbsd*.
1177
80fadb11
JB
11782004-05-24 Jim Blandy <jimb@redhat.com>
1179
1180 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
1181 to approve changes.
1182
19e2d14b
KB
11832004-05-24 Kevin Buettner <kevinb@redhat.com>
1184
1185 * symtab.c (fixup_section): Search section table when lookup by
1186 name fails.
1187
1b07b470
RC
11882004-05-24 Randolph Chung <tausq@debian.org>
1189
1190 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
1191 be "small_struct".
1192
368702b1
MK
11932004-05-24 Mark Kettenis <kettenis@gnu.org>
1194
5df97fde
MK
1195 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
1196 register number in regcache_raw_collect call.
1197 (m68kbsd_collect_fpregset): Likewise.
1198 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
1199
368702b1
MK
1200 * regset.h (struct regset): Add back `regset' member.
1201
a770d4ec
MK
12022004-05-23 Mark Kettenis <kettenis@gnu.org>
1203
70f9f479
MK
1204 * configure.in: Check for td_pcb in `struct thread'.
1205 * configure, config.in: Regenerated.
1206
2e16d79e
MK
1207 * dpx2-nat.c: Remove file.
1208 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
1209 (dpx2-nat.o): Remove dependencies.
1210
492cf391
MK
1211 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
1212 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
1213 (amd64obsd_supply_pcb): New function.
1214 (_initialize_amd64obsd_nat): Enable libkvm interface.
1215 * Makefile.in (amd64obsd-nat.o): Update dependencies.
1216 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
1217 (LOADLIBES): New variable.
1218
a770d4ec
MK
1219 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
1220 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
1221 (sparc32nbsd_supply_pcb): New function.
1222 (_initialize_sparcnbsd_nat): Enable libkvm interface.
1223 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
1224 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1225 (LOADLIBES): New variable.
1226
9ea75c57
MK
12272004-05-22 Mark Kettenis <kettenis@gnu.org>
1228
2e0c3539
MK
1229 * bsd-kvm.c, bsd-kvm.h: New files.
1230 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1231 "bsd-kvm.h".
1232 (i386fbsd_supply_pcb): New function.
1233 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
1234 (i386fbsd-nat.o): Update dependencies.
1235 (bsd_kvm_h): New variable.
1236 (bsd-kvm.o): New dependency.
1237 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1238 (LOADLIBES): New variable.
1239
9ea75c57
MK
1240 * regset.c: Tweak comment.
1241 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
1242 macro.
1243 * regset.h: Update copyright year.
1244 (struct regset): Remove `descr' member, add `gdbarch' member.
1245 (regset_alloc): Adjust prototype and comment.
1246 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
1247 (i386_supply_fpregset): Likewise.
1248 (i386_regset_from_core_section): Update call to regset_alloc.
1249 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
1250 REGSET->arch.
1251 (i386obsd_aout_regset_from_core_section): Update call to
1252 regset_alloc.
1253 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
1254 REGSET->arch.
1255 (i386nbsd_aout_regset_from_core_section): Update call to
1256 regset_alloc.
1257 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
1258 REGSET->arch.
1259 (amd64_regset_from_core_section): Update call to regset_alloc.
1260 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
1261 REGSET->arch.
1262 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
1263 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
1264 &sparc32nbsd_gregset in sparc32_supply_gregset call.
1265 (sparc32nbsd_init_abi): Update call to regset_alloc.
1266 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
1267 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
1268 (sparc64obsd_init_abi): Update call to regset_alloc.
1269 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
1270 &sparc64nbsd_gregset in sparc64_supply_gregset call.
1271 (sparc64nbsd_init_abi): Update call to regset_alloc.
1272 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
1273 &sparc64fbsd_gregset in sparc64_supply_gregset call.
1274 (sparc64fbsd_init_abi): Update call to regset_alloc.
1275
867e2dc5
JB
12762004-05-22 Jim Blandy <jimb@redhat.com>
1277
1278 * ppc-tdep.h (spe_register_p): New declaration.
1279 (struct gdbarch_tdep): New members: ppc_acc_regnum and
1280 ppc_spefscr_regnum.
1281 * rs6000-tdep.c (spe_register_p): New function.
1282 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
1283 spefscr.
1284 (rs6000_gdbarch_init): Initialize the new members of the tdep
1285 structure.
1286
617a4cba
JB
12872004-05-21 Jim Blandy <jimb@redhat.com>
1288
0397dee1
JB
1289 * ppc-linux-nat.c (fetch_register): Move code back to be next
1290 to the comment that describes it. (Moved code, instead of
1291 comment, for symmetry with store_register.)
1292
617a4cba
JB
1293 Allocate regset structures in the gdbarch's obstack, not using
1294 xmalloc.
1295 * regset.c (regset_alloc): Renamed from regset_xmalloc.
1296 Add 'arch' argument. Allocate the regset on arch's obstack, not
1297 using xmalloc.
1298 * regset.h (regset_alloc): Update declaration.
1299 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
1300 gdbarch argument.
1301 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
1302 * i386-tdep.c (i386_regset_from_core_section): Same.
1303 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
1304 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
1305 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
1306 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
1307 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
1308 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
1309
9aa3914d
JB
13102004-05-21 Joel Brobecker <brobecker@gnat.com>
1311
1312 * config/djgpp/fnchange.lst: Undo previous change, was useless.
1313
99c87dab
JB
13142004-05-21 Jim Blandy <jimb@redhat.com>
1315
1316 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
1317 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
1318
c2b6b4aa
JB
13192004-05-20 Jim Blandy <jimb@redhat.com>
1320
1321 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
1322
144529d0
MK
13232004-05-20 Mark Kettenis <kettenis@gnu.org>
1324
1325 * regset.h: Make prototype const-correct.
1326 * regset.c (regset_xmalloc): Make const-correct.
1327
4725b721
PH
13282004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
1329
1330 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
1331 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
1332 (symbol_search_name): Declare.
1333
1334 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
1335 (iter_name_next_hashed): Ditto.
1336 (iter_name_next_linear): Ditto.
1337 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
1338
1339 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
1340 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
1341 (symbol_search_name): New function.
1342
1343 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
1344
1345 * minsyms.c (build_minimal_symbol_hash_tables): Change
1346 test for adding to demangled hash table to check for difference
1347 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
1348
be07a590
JB
13492004-05-19 Jim Blandy <jimb@redhat.com>
1350
1351 Use a constructor function to create regset structures.
1352 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
1353 (struct regset): Use supply_regset_ftype. Add new
1354 'collect_regset' member.
1355 (regset_xmalloc): New declaration.
1356 * regset.c: New file.
1357 * am64-tdep.c (amd64_regset_from_core_section): Use
1358 regset_xmalloc to construct regset structures.
1359 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
1360 * i386-tdep.c (i386_regset_from_core_section): Same.
1361 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
1362 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
1363 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
1364 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
1365 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
1366 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
1367 * Makefile.in (COMMON_OBS): Add regset.o.
1368 (regset.o): New rule.
1369
604368f5
JB
13702004-05-19 Joel Brobecker <brobecker@gnat.com>
1371
1372 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
1373 and pthread_cond_wait.c.
1374
82d69f8b
JB
13752004-05-18 Jim Blandy <jimb@redhat.com>
1376
1377 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
1378 before the mach-specific switch, and then let the individual cases
1379 override the defaults, rather than leaving them uninitialized
1380 until the switch and then setting them in each case.
1381
5859efe5
RC
13822004-05-18 Randolph Chung <tausq@debian.org>
1383
1384 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
1385 millicode functions.
1386
9ca80cf8
RC
13872004-05-18 Randolph Chung <tausq@debian.org>
1388
1389 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
1390 references to dld_flags_buffer consistent.
1391
ed70ba00
RC
13922004-05-18 Randolph Chung <tausq@debian.org>
1393
1394 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
1395 it for unwinding the stack.
1396
63100632
RC
13972004-05-18 Randolph Chung <tausq@debian.org>
1398
1399 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
1400 Undefine these so we can overide them using gdbarch.
1401
090ccbb7
RC
14022004-05-18 Randolph Chung <tausq@debian.org>
1403
1404 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
1405 handling for 64-bit HPUX (elf).
1406
594706e6
DJ
14072004-05-18 Daniel Jacobowitz <dan@debian.org>
1408
1409 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
1410 constants.
1411 * amd64-tdep.c (amd64_skip_prologue): Likewise.
1412 * ia64-tdep.c (examine_prologue): Likewise.
1413 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
1414 * v850-tdep.c (v850_fix_call_dummy): Likewise.
1415
e5483145
MK
14162004-05-18 Mark Kettenis <kettenis@gnu.org>
1417
1418 * vax-tdep.c (vax_return_value): Implement
1419 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1420
caed1a45
MK
14212004-05-17 Mark Kettenis <kettenis@gnu.org>
1422
1423 * vax-tdep.c (vax_return_value): Fix typo.
1424
3c0b7db2
AC
14252004-05-17 Andrew Cagney <cagney@redhat.com>
1426
5aae53e5
AC
1427 * MAINTAINERS: Mark Salter was also responsible for
1428 testsuite/config/
1429
3c0b7db2
AC
1430 * NEWS: Mention signal fixes.
1431
22b0923d
RC
14322004-05-17 Randolph Chung <tausq@debian.org>
1433
1434 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
1435 check to see if we are unwinding an export stub. Export stubs clobber
1436 the %rp in the call path and stores the original rp in a stack slot.
1437
22f2b2f3
JB
14382004-05-17 Jim Blandy <jimb@redhat.com>
1439
1440 * MAINTAINERS: Update address for J.T. Conklin.
1441
cea96d64
RC
14422004-05-17 Randolph Chung <tausq@debian.org>
1443
1444 * hppa-tdep.c: Remove superfluous #include's.
1445 * Makefile.in (hppa-tdep.o): Update dependencies.
1446
f08f6a4a
RC
14472004-05-17 Randolph Chung <tausq@debian.org>
1448
1449 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
1450 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
1451 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
1452 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
1453 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
1454 Remove static function declarations.
1455
51da707a
MK
14562004-05-17 Mark Kettenis <kettenis@gnu.org>
1457
caed1a45
MK
1458 * alphabsd-nat.c: Update copyright year.
1459 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
1460
c0c2b0db
MK
1461 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
1462 and M68K_A2_REGNUM.
1463
51da707a
MK
1464 * m68k-tdep.c (m68k_svr4_return_value): Implement
1465 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1466
8d027a04
MK
14672004-05-16 Mark Kettenis <kettenis@gnu.org>
1468
1469 * sol-thread.c Update copyright year. Fix various coding
1470 standards violations. Tweak a few comments.
1471 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
1472 Delete prototypes.
1473
0d99fdb9
RC
14742004-05-15 Randolph Chung <tausq@debian.org>
1475
1476 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
1477 as pointer instead of array reference since HPUX compiler does
1478 not accept unsized array arguments.
1479 * somsolib.c (dld_flags_buffer): Use constant array size.
1480
f7e3843a
MK
14812004-05-15 Mark Kettenis <kettenis@gnu.org>
1482
0fe85704
MK
1483 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
1484 offset with decimal offset.
1485 (amd64obsd_sigcontext_addr): Return correct address for entire
1486 signal trampoline.
1487
a54f9a00
MK
1488 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
1489 instead of get_frame_base.
1490
feae6502
MK
1491 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
1492 (fill_gregset): Use regcache_raw_collect.
1493
0382d099
MK
1494 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
1495 ppcobsd-tdep.c.
1496
f7e3843a
MK
1497 * config/sparc/tm-nbsd64.h: Remove file.
1498 * config/tm-sunos.h: Remove file.
1499
773df3e5
JB
15002004-05-15 Joel Brobecker <brobecker@gnat.com>
1501
1502 * rs6000-tdep.c (store_param_on_stack_p): New function,
1503 an improved version of some code extracted from skip_prologue().
1504 (skip_prologue): Use store_param_on_stack_p() to detect
1505 instructions saving a parameter on the stack. Detect when r0
1506 is used to save a parameter.
1507 Do not mark "li rx, SIMM" instructions as part of the prologue,
1508 unless the following instruction is also part of the prologue.
1509
95918acb
AC
15102004-05-14 Andrew Cagney <cagney@redhat.com>
1511
06f32659
AC
1512 * infrun.c (handle_inferior_event): Simplify
1513 STEP_OVER_UNDEBUGGABLE.
1514
95918acb
AC
1515 * infrun.c (handle_step_into_function): Delete function.
1516 (handle_inferior_event): Inline calls to
1517 handle_step_into_function.
1518
42203e46
JG
15192004-05-14 Jerome Guitton <guitton@rome.act-europe.fr>
1520
1521 * rs6000-nat.c: Fix a comment.
1522
02f60eae
JB
15232004-05-12 David Anderson <davea@sgi.com>
1524
1525 Committed by Jim Blandy <jimb@redhat.com>:
1526 * regcache.c (struct regcache_descr): fix comment spelling.
1527
552e377b
JB
15282004-05-13 J. Brobecker <brobecker@gnat.com>
1529
1530 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
1531 Fixes a link link failure.
1532
349766b2
JB
15332004-05-13 J. Brobecker <brobecker@gnat.com>
1534
1535 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
1536 error that was causing the build to fail.
1537
0d4d5484
JB
15382004-05-13 J. Brobecker <brobecker@gnat.com>
1539
1540 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
1541 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
1542
0b30808c
AC
15432004-05-13 Andrew Cagney <cagney@redhat.com>
1544
1545 * infrun.c (handle_inferior_event): Check for
1546 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
1547 calls. Update comments.
1548
cdf2c5f5
JB
15492004-05-13 Jim Blandy <jimb@redhat.com>
1550
063715bf
JB
1551 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
1552 (fetch_regs_user_thread, fetch_regs_kernel_thread)
1553 (store_regs_user_thread, store_regs_kernel_thread): Use
1554 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
1555 * ppc-linux-nat.c (fill_gregset): Same.
1556 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
1557 (ppc_linux_sigtramp_cache): Same.
1558 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
1559 (ppcnbsd_sigtramp_cache_init): Same.
1560 * rs6000-nat.c (fetch_core_registers): Same.
1561 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
1562 (rs6000_frame_cache): Same.
1563
cdf2c5f5
JB
1564 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
1565 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
1566 of assuming that the gprs are numbered starting with zero.
1567 * ppc-linux-nat.c (fill_gregset): Same.
1568 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
1569 * ppcnbsd-nat.c (getregs_supplies): Same.
1570 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
1571 * rs6000-nat.c (fetch_core_registers): Same.
1572 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
1573
450bd37b
MS
15742004-05-07 Michael Snyder <msnyder@redhat.com>
1575
1576 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
1577 LOC_COMPUTED_ARG, and LOC_INDIRECT.
1578
4a72a2a6
AC
15792004-05-13 Andrew Cagney <cagney@redhat.com>
1580
1581 * infrun.c (handle_inferior_event): Use frame_unwind_id.
1582
8edfa926
BM
15832004-05-13 Bryce McKinlay <mckinlay@redhat.com>
1584
1585 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
1586 base_address for shared libraries.
1587
723e0e3d
BM
15882004-05-13 Bryce McKinlay <mckinlay@redhat.com>
1589
1590 * MAINTAINERS (write after approval): Add myself.
1591
00d4360e
UW
15922004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
1593
1594 * breakpoint.c (bpstat_stop_status): Add new argument
1595 STOPPED_BY_WATCHPOINT. Use it instead of testing
1596 target_stopped_data_address agaist 0 to check whether
1597 or not we stopped due to a hardware watchpoint.
1598 * breakpoint.h (bpstat_stop_status): Adapt prototype.
1599 * infrun.c (handle_inferior_event): Call bpstat_stop_status
1600 with new argument.
1601
ec76baa5
JB
16022004-05-12 Jim Blandy <jimb@redhat.com>
1603
1604 * configure.in: When checking whether we should use the -bbigtoc
1605 option, don't forget to restore the original value of LDFLAGS.
1606 * configure: Regenerated.
1607
f2c9ca08
AC
16082004-05-12 Andrew Cagney <cagney@redhat.com>
1609
1610 * thread.c (load_infrun_state): Delete step_sp.
1611 * infrun.c (context_switch): Ditto.
1612 * inferior.h (step_sp): Ditto.
1613 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
1614 * gdbthread.h (struct thread_info, save_infrun_state)
1615 (restore_infrun_state): Ditto.
1616
090ddb2a
UW
16172004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
1618
1619 * MAINTAINERS (write after approval): Add myself.
1620
8aad930b
AC
16212004-05-12 Andrew Cagney <cagney@redhat.com>
1622
1623 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
1624 eliminate reference to step_sp.
1625 (struct execution_control_state, init_execution_control_state)
1626 (handle_inferior_event, keep_going): Delete update_step_sp and
1627 step_sp.
1628 * infcmd.c (step_sp): Note that variable is unused.
1629
922d5ae0
AC
16302004-05-11 Andrew Cagney <cagney@redhat.com>
1631
1632 * infrun.c (step_over_function): Delete function.
1633 (handle_step_into_function): Use insert_step_resume_breakpoint.
1634 (insert_step_resume_breakpoint): Fix assertion.
1635
017c5ca5
NR
16362004-05-11 Nick Roberts <nickrob@gnu.org>
1637
1638 * utils.c (defaulted_query): Just use the normal query input type
1639 when printing the annotations.
1640
42edda50
AC
16412004-05-11 Andrew Cagney <cagney@redhat.com>
1642
1643 * infrun.c (handle_inferior_event): Simplify code handling
1644 step-into or return-from a signal trampoline.
1645
d28b44a7
AC
16462004-05-11 Andrew Cagney <cagney@redhat.com>
1647
1648 * ppcnbsd-tdep.c: Include "gdb_assert.h".
1649 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
1650
383f0f5b
JB
16512004-05-10 Jim Blandy <jimb@redhat.com>
1652
d0b57c3a
JB
1653 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
1654 with a call to internal_error.
1655
383f0f5b
JB
1656 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
1657 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
1658 processor variant lacks those registers.
1659 (ppc_floating_point_unit_p): Change description to make it clear
1660 that this returns info about the ISA, not the ABI.
1661 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
1662 return true or false by checking tdep->ppc_fp0_regnum and
1663 tdep->ppc_fpscr_regnum. The original code replicated the BFD
1664 arch/mach switching done in rs6000_gdbarch_init; it's better to
1665 keep that logic there, and just check the results here.
1666 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
1667 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
1668 floating-point registers.
1669 (ppc_supply_fpregset, ppc_collect_fpregset)
1670 (rs6000_push_dummy_call, rs6000_extract_return_value)
1671 (rs6000_store_return_value): Assert that we have floating-point
1672 registers.
1673 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
1674 (rs6000_frame_cache): Don't note the locations at which
1675 floating-point registers were saved if we have no fprs.
1676 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
1677 registers.
1678 (fetch_regs_user_thread, fetch_regs_kernel_thread)
1679 (store_regs_user_thread, store_regs_kernel_thread): Only call
1680 supply_fprs / fill_fprs if we actually have floating-point
1681 registers.
1682 (special_register_p): Check ppc_fpscr_regnum before matching
1683 against it.
1684 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
1685 supply / collect fpscr if we don't have it.
1686 * ppc-bdm.c: #include "gdb_assert.h".
1687 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
1688 have floating-point registers, since I can't test this code on
1689 FP-free systems to adapt it.
1690 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
1691 fpscr and floating point register numbers if they don't exist.
1692 (fetch_register): Assert that we have floating-point registers
1693 before we reach the code that handles them.
1694 (store_register): Same. And use tdep instead of calling
1695 gdbarch_tdep again.
1696 (fill_fpregset): Don't try to collect FP registers and fpscr if we
1697 don't have them.
1698 (ppc_linux_sigtramp_cache): Don't record the saved locations of
1699 fprs and fpscr if we don't have them.
1700 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
1701 don't have them.
1702 * ppcnbsd-nat.c: #include "gdb_assert.h".
1703 (getfpregs_supplies): Assert that we have floating-point registers.
1704 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
1705 * ppcobsd-tdep.c: #include "gdb_assert.h".
1706 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
1707 have floating-point registers.
1708 * rs6000-nat.c (regmap): Don't match against the fpscr and
1709 floating point register numbers if they don't exist.
1710 (fetch_inferior_registers, store_inferior_registers,
1711 fetch_core_registers): Only fetch / store / supply the
1712 floating-point registers and the fpscr if we have them.
1713 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
1714 (ppcobsd-tdep.o): Update dependencies.
1715
15960608
AC
17162004-05-10 Andrew Cagney <cagney@redhat.com>
1717
1718 * infrun.c (through_sigtramp_breakpoint): Delete variable.
1719 (context_switch): Do not switch through_sigtramp_breakpoint.
1720 * gdbthread.h (save_infrun_state, load_infrun_state)
1721 (struct thread_info): Delete through_sigtramp_breakpoint parameter
1722 and structure member.
1723 * thread.c (load_infrun_state, save_infrun_state): Update.
1724
5ab5aa0f
MK
17252004-05-10 Mark Kettenis <kettenis@gnu.org>
1726
1727 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
1728
da78b0e7
DJ
17292004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1730
1731 * acinclude.m4: Quote macro names being defined by AC_DEFUN
1732 throughout.
1733 * aclocal.m4: Regenerate.
1734
cca0d3b0
NW
17352004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
1736
1737 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
1738
d303a6c7
AC
17392004-05-10 Andrew Cagney <cagney@redhat.com>
1740
1741 * infrun.c (check_sigtramp2): Delete function.
1742 (handle_inferior_event): When single stepping, and taking a
1743 signal, set a breakpoint at the signal return address. Delete
1744 redundant calls to check_sigtramp2.
1745 (insert_step_resume_breakpoint): New function.
1746 (through_sigtramp_breakpoint, handle_inferior_event)
1747 (follow_exec, wait_for_inferior, fetch_inferior_event)
1748 (currently_stepping, keep_going): Delete most uses of
1749 through_sigtramp_breakpoint, not that it should be deleted.
1750 (delete_breakpoint_current_contents): Delete function.
1751
03f4cc20
RC
17522004-05-10 Randolph Chung <tausq@debian.org>
1753
1754 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
1755 target.
1756 * config/pa/tm-linux.h: New file.
1757
37fc812e
DJ
17582004-05-10 Daniel Jacobowitz <drow@mvista.com>
1759
1760 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
1761 of prefixes. Don't print the prefix twice in the CLI.
1762
26c0b942
JB
17632004-05-10 Jim Blandy <jimb@redhat.com>
1764
2e56e9c1
JB
1765 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
1766 collect all the gprs.
1767
26c0b942
JB
1768 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
1769 loop collecting gprs.
1770
dc497459
AC
17712004-05-09 Andrew Cagney <cagney@redhat.com>
1772
1773 * remote-vx.c (net_step): Delete step-range code.
1774 * remote.c (remote_resume, init_all_packet_configs)
1775 (set_remote_protocol_E_packet_cmd)
1776 (show_remote_protocol_E_packet_cmd)
1777 (remote_protocol_E, show_remote_cmd, _initialize_remote)
1778 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
1779 (show_remote_protocol_e_packet_cmd): Ditto.
1780
0543f387
MK
17812004-05-09 Mark Kettenis <kettenis@gnu.org>
1782
c481d1ca
MK
1783 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
1784
f626a069
MK
1785 * hppa-tdep.h: Update copyright year.
1786 (struct trad_frame_saved_reg): Add opaque declaration.
1787
6fa57a7d
MK
1788 * amd64-tdep.c (amd64_return_value): Implement
1789 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1790
e47577ab
MK
1791 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
1792 (m68k_value_to_register): New functions.
1793 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
1794 value_to_register.
1795
31db7b6c
MK
1796 * defs.h (enum return_value_convention): Add
1797 RETURN_VALUE_ABI_RETURNS_ADDRESS and
1798 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
1799 * infcmd.c (legacy_return_value): New function.
1800 (print_return_value): Rwerite to implement
1801 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1802 * values.c (using_struct_return): Check for inequality to
1803 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
1804 RETURN_VALUE_STRUCT_CONVENTION.
1805 * i386-tdep.c (i386_return_value): Implement
1806 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1807
0543f387
MK
1808 * vax-tdep.c: Tweak comments. Reorder include files. Don't
1809 include "symtab.h", "opcode/vax.h" and "inferior.h".
1810 (vax_skip_prologue): Replace calls to read_memory_integer by calls
1811 to read_memory_unsigned_integer.
1812 (vax_gdbarch_init): Reorder.
1813 (_initialize_vax_tdep): Spell out prototype.
1814 * Makefile.in (vax-tdep.o): Update dependencies.
1815
0c93b7b6
AC
18162004-05-08 Andrew Cagney <cagney@redhat.com>
1817
e6b55ae2
AC
1818 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
1819 * target.c (target_detach, target_disconnect): Ditto.
1820
1ac839b8
AC
1821 * infcall.c (call_function_by_hand): When no
1822 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
1823 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
1824 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
1825 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1826 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1827
28954179
AC
1828 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
1829 * gdbarch.h, gdbarch.c: Re-generate.
1830 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
1831 deprecated_fix_call_dummy.
1832 * v850-tdep.c (v850_gdbarch_init): Ditto.
1833 * infcall.c (call_function_by_hand): Do not call
1834 DEPRECATED_FIX_CALL_DUMMY.
1835
434b87dd
AC
1836 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
1837 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
1838 * gdbarch.h, gdbarch.c: Re-generate.
1839 * arm-linux-tdep.c (arm_linux_call_dummy_words)
1840 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
1841 deprecated_sizeof_call_dummy_words.
1842 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
1843 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1844 * v850-tdep.c (v850_gdbarch_init): Ditto.
1845 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1846 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
1847 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1848 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1849 * arch-utils.h (legacy_call_dummy_words)
1850 (legacy_sizeof_call_dummy_words): Delete declarations.
1851 * arch-utils.c (legacy_call_dummy_words)
1852 (legacy_sizeof_call_dummy_words): Delete variables.
1853
58d28df8
AC
1854 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
1855 * gdbarch.h, gdbarch.c: Re-generate.
1856 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
1857 * infcall.c (call_function_by_hand): Eliminate call to
1858 DEPRECATED_PUSH_DUMMY_FRAME.
1859 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
1860 push_dummy_frame.
1861 (ns32k_push_dummy_frame): Delete function.
1862
e4a2df64
AC
1863 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
1864 deprecated_call_dummy_breakpoint_offset or
1865 deprecated_call_dummy_start_offset.
1866 * dummy-frame.c, arm-tdep.c: Update comments.
1867 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
1868 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
1869 * gdbarch.h, gdbarch.c: Re-generate.
1870
d3712828
AC
1871 * infcall.c (legacy_push_dummy_code): Delete function.
1872 (push_dummy_code): Delete call.
1873
7a882905
AC
1874 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
1875 * gdbarch.h, gdbarch.c: Re-generate.
1876 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
1877 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
1878 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
1879 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
1880
0ec5872b
AC
1881 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
1882 (struct frame_info): Delete opaque declaration.
1883 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
1884 * frame.c (get_frame_type): Delete call.
1885
0c93b7b6
AC
1886 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
1887 pc_in_call_dummy.
1888 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
1889 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
1890
75536971
MK
18912004-05-08 Mark Kettenis <kettenis@gnu.org>
1892
527ca6bb
MK
1893 * alphanbsd-tdep.c: Include "gdb_string.h".
1894 * armnbsd-tdep.c: Update copyright year.
1895 Include "gdb_string.h".
1896 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
1897 dependencies.
1898
d39fdc61
MK
1899 * delta68-nat.c: Remove file.
1900 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
1901 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
1902 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
1903 (delta68-nat.o): Remove dependency.
1904
75536971
MK
1905 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
1906 function.
1907 (m68k_gdbarch_init): Don't set
1908 deprecated_frameless_function_invocation.
1909
f4ca1d1f
RC
19102004-05-07 Randolph Chung <tausq@debian.org>
1911
1912 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
1913 read_memory_nobpt for code reading when doing frame unwinding.
1914 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
1915
2f0e8c7a
RC
19162004-05-07 Randolph Chung <tausq@debian.org>
1917
1918 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
1919 instead of sp, handle sigaltstack case.
1920 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
1921 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
1922 signal handler and not that of the caller.
1923 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
1924 hppa_linux_sigtramp_find_sigcontext.
1925
959464ff
RC
19262004-05-07 Randolph Chung <tausq@debian.org>
1927
1928 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
1929 hppa-linux-nat.c.
1930 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
1931 * hppa-linux-nat.c (fetch_register, store_register): Define.
1932 (fetch_inferior_registers, store_inferior_registers): Define.
1933 (supply_gregset): Add comment and clean up some unneeded code.
1934 (fill_gregset): Add comment and fix so that it saves registers in
1935 the right place in the gregset.
1936 (fill_fpregset): Fix buffer overrun problem.
1937 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1938
0da28f8a
RC
19392004-05-07 Randolph Chung <tausq@debian.org>
1940
1941 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
1942 do common handling of the pcoqt register.
1943 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
1944 to use helper function.
1945 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
1946 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
1947 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
1948 generic fallback unwinder when all else fails.
1949 (hppa_gdbarch_init): Add fallback sniffer.
1950 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
1951 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
1952 to use helper function.
1953
b9ec757a
JB
19542004-05-08 Joel Brobecker <brobecker@gnat.com>
1955
1956 * config/djgpp/fnchange.lst: Add translation rules for
1957 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
1958
756e95f1
MK
19592004-05-08 Mark Kettenis <kettenis@gnu.org>
1960
1961 * frame.c (get_prev_frame_1): Work around GCC bug.
1962 * frame.h: Add comment about GCC bug.
1963
2b4855ab
AC
19642004-05-07 Andrew Cagney <cagney@redhat.com>
1965
1966 * observer.c: Include "commands.h" and "gdbcmd.h".
1967 (observer_debug, _initialize_observer): Add the
1968 command "set/show debug observer".
1969 * observer.sh: When observer debugging, log notify calls.
1970 * Makefile.in (observer.o): Update dependencies.
1971
ba3e8e46
JM
19722004-05-07 Jason Molenda (jmolenda@apple.com)
1973
1974 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
1975
16796152
JB
19762004-05-07 Jim Blandy <jimb@redhat.com>
1977
daf6dc85
JB
1978 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
1979 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
1980 to recognize gpr regnums, instead of assuming that
1981 tdep->ppc_fp0_regnum marks the end of the general-purpose
1982 registers.
1983
16796152
JB
1984 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
1985 the given architecture has floating-point registers.
1986
c69b8bfc
AC
19872004-05-07 Andrew Cagney <cagney@redhat.com>
1988
1989 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
1990 macro defined to 1.
1991 * gdbarch.h, gdbarch.c: Re-generate.
1992 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
1993 deprecated_use_generic_dummy_frames.
1994
7243600a
BF
19952004-05-07 Brian Ford <ford@vss.fsi.com>
1996
1997 * NEWS: Mention Cygwin DWARF 2 support.
1998
73c1e0a1
AC
19992004-05-07 Andrew Cagney <cagney@redhat.com>
2000
2001 * objfiles.h (struct entry_info): Delete unused fields
2002 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
2003 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
2004 * mipsread.c (mipscoff_symfile_read): Update.
2005 * mdebugread.c (parse_partial_symbols): Update.
2006 * dwarfread.c (read_file_scope): Update.
2007 * dwarf2read.c (read_file_scope): Update.
2008 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
2009 * coffread.c (complete_symtab): Update.
2010
1d3056ac
MK
20112004-05-07 Mark Kettenis <kettenis@gnu.org>
2012
2013 * infcall.c (_initialize_infcall): Fix typo.
2014
15170568
AC
20152004-05-07 Andrew Cagney <cagney@redhat.com>
2016
2017 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
2018 * command.h (add_setshow_zinteger_cmd): Declare.
2019
34f75cc1
RC
20202004-05-06 Randolph Chung <tausq@debian.org>
2021
2022 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
2023 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
2024 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
2025 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
2026 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
2027 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
2028 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
2029 definitions ...
2030 * hppa-tdep.h: ... to here, with HPPA_ prefix.
2031 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
2032 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
2033 (hppa64_hpux_frame_find_saved_regs_in_sig)
2034 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
2035 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
2036 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
2037 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
2038 (hppa_linux_sigtramp_frame_prev_register): Likewise.
2039 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
2040 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
2041 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
2042 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
2043 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
2044 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
2045 (hppa32_register_type, hppa_cannot_store_register)
2046 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
2047 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
2048 * hpread.c (hpread_process_one_debug_symbol): Likewise.
2049 * pa64solib.c (pa64_solib_have_load_event)
2050 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
2051 (pa64_solib_unloaded_library_pathname): Likewise.
2052 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
2053 (som_solib_library_pathname): Likewise.
2054
0a5e7efe
JI
20552004-05-05 Jim Ingham <jingham@apple.com>
2056
2057 * breakpoint.c (create_breakpoints): Copy the ignore count and
2058 thread id over from the pended breakpoint to the actual
2059 breakpoint.
2060
10a4b113
AC
20612004-05-05 Andrew Cagney <cagney@redhat.com>
2062
2063 * gdbarch.sh (PARM_BOUNDARY): Delete.
2064 gdbarch.h, gdbarch.c: Re-generate.
2065 * valops.c (PARM_BOUNDARY): Delete macro.
2066 (value_push): Delete PARM_BOUNDARY code.
2067 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
2068
366f009f
JB
20692004-05-04 Jim Blandy <jimb@redhat.com>
2070
32b99774
JB
2071 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
2072 Don't assume that the gprs, fprs, and UISA sprs are
2073 contiguous, start at register number zero, and end with fpscr.
2074 Instead, use the numbers from the tdep structure.
2075
366f009f
JB
2076 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
2077 should no longer be used in code specific to the RS6000 and its
2078 derivatives.
2079 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
2080 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
2081 tdep->ppc_fp0_regnum.
2082 (ppc_supply_fpregset, ppc_collect_fpregset)
2083 (rs6000_push_dummy_call, rs6000_extract_return_value)
2084 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
2085 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
2086 FP0_REGNUM.
2087 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
2088 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
2089 Same.
2090 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
2091 bdm_ppc_store_registers): Same.
2092 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
2093 (store_register, fill_fpregset): Same.
2094 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
2095 (ppc_linux_supply_fpregset): Same.
2096 * ppcnbsd-nat.c (getfpregs_supplies): Same.
2097 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
2098 Same.
2099 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
2100 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
2101 ppc64_sysv_abi_return_value): Same.
2102 * rs6000-nat.c (regmap, fetch_inferior_registers)
2103 (store_inferior_registers, fetch_core_registers): Same.
2104
827f338d
MK
21052004-05-01 Mark Kettenis <kettenis@gnu.org>
2106
2107 * m68knbsd-nat.c: Remove file.
2108 * m68knbsd-tdep.c: Remove file.
2109 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
2110 dependencies.
2111 * configure.host: Add m68k-*-netbsdelf*.
2112 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
2113 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
2114 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
2115 (XM_FILE): Remove.
2116 * config/m68k/nbsdelf.mh: New file.
2117 * config/m68k/nbsd.mt: New file.
2118 * config/m68k/nbsdaout.mt: Remove file.
2119 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
2120 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
2121 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
2122 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
2123 (use_struct_convention): Remove prototype.
2124 (USE_STRUCT_CONVENTION): Remove define.
2125 * config/m68k/xm-nbsd.h: Remove file.
2126
66894781
MS
21272004-05-04 Michael Snyder <msnyder@redhat.com>
2128
2129 * m68k-tdep.c (m68k_gdbarch_init): Default to using
2130 reg_struct_return method (as gcc usually does for cross targets).
2131
f0f63663
AC
21322004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2133
2134 Committed by Andrew Cagney.
2135 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
2136 alignment padding when accessing ucontext struct members.
2137
edf61169
JB
21382004-05-04 Jim Blandy <jimb@redhat.com>
2139
8bf659e8
JB
2140 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
2141 'ppc_gplast_regnum' member.
2142 (ppc_num_gprs): New enum constant.
2143 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
2144 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
2145 * rs6000-nat.c (regmap, fetch_inferior_registers,
2146 store_inferior_registers): Same.
2147 * rs6000-tdep.c (e500_pseudo_register_read)
2148 (e500_pseudo_register_write): Same.
2149 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
2150
b967e06f
JB
2151 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
2152 * ppc-tdep.h (ppc_num_fprs): New enum constant.
2153 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
2154 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
2155 FPLAST_REGNUM.
2156 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2157 Same.
2158 * ppc-linux-nat.c (ppc_register_u_addr): Same.
2159 * rs6000-nat.c (regmap, fetch_inferior_registers)
2160 (store_inferior_registers): Same.
2161
edf61169
JB
2162 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
2163 with FPLAST_REGNUM.
2164
58a9656e
JB
21652004-05-03 Joel Brobecker <brobecker@gnat.com>
2166
2167 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
2168 failure detected by recent versions of GCC.
2169 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
2170 to be consistent with the usage in dwarf2_create_include_psymtab.
2171
dc305454
MS
21722004-05-03 Michael Snyder <msnyder@redhat.com>
2173
2174 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
2175 (heuristic_proc_start): Whitespace cleanup.
2176
29972665
MK
21772004-05-04 Mark Kettenis <kettenis@gnu.org>
2178
6b57680d
MK
2179 * sun3-nat.c: Remove file.
2180 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
2181 dependencies.
2182 (ALLDEPFILES): Remove sun3-nat.c.
2183 (sun3-nat.o): Remove dependencies.
2184
29972665
MK
2185 * i386-interix-nat.c, i386-interix-tdep.c,
2186 config/i386/nm-interix.h, config/i386/interix.mh,
2187 config/i386/interix.mt: Remove files.
2188 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
2189 dependencies.
2190
f595cb19
MK
21912004-05-03 Mark Kettenis <kettenis@gnu.org>
2192
2193 * m68k-tdep.h (struct gdbarch_tdep): Add member
2194 struct_value_regnum.
2195 (m68k_svr4_init_abi): New prototype.
2196 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
2197 different calling conventions.
2198 (m68k_extract_return_value): Remove code dealing with single-field
2199 structs.
2200 (m68k_store_return_value): Remove code dealing with single-field
2201 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
2202 (m68k_extract_struct_value_address): Remove function.
2203 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
2204 (m68k_reg_struct_return_p, m68k_return_value)
2205 (m68k_svr4_return_value): New functions.
2206 (m68k_use_struct_convention): Remove function.
2207 (m68k_push_dummy_call): Use new struct_value_regnum member of
2208 `struct gdbarch_tdep' instead of hardcoded register number to
2209 store STRUCT_ADDR.
2210 (m68k_svr4_init_abi): New function.
2211 (m68k_gdbarch_init): Don't set extract_return_value,
2212 store_return_values, deprecated_extract_struct_value_address and
2213 use_struct_convention. Set return_value instead. Initialize new
2214 struct_value_regnum member of `struct gdbarch_tdep'.
2215 * m68klinux-tdep.c: Update copyright year.
2216 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
2217 (m68k_linux_extract_struct_value_address): Remove function.
2218 (m68k_linux_init_abi): Don't set extract_return_value,
2219 store_return_values, deprecated_extract_struct_value_address and
2220 use_struct_convention. Call m68k_svr4_init_abi but override the
2221 new struct_value_regnum member of `struct gdbarch_tdep'.
2222 * Makefile.in (m68k-tdep.o): Update dependencies.
2223
aaa75496
JB
22242004-05-03 J. Brobecker <brobecker@gnat.com>
2225
2226 * dwarf2read.c (line_header): Add new included_p field in
2227 field file_names.
2228 (partial_die_info): New field has_stmt_list. New field line_offset.
2229 (dwarf2_create_include_psymtab): New function.
2230 (dwarf2_build_include_psymtabs): New function.
2231 (add_file_name): Add forward declaration. Initialize new field.
2232 (dwarf_decode_lines): Add new parameter. Enhance this procedure
2233 to be able to determine the list of files included by the
2234 given unit, and build their associated psymtabs.
2235 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
2236 files as well.
2237 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
2238 (read_file_scope): Update call to dwarf_decode_lines.
2239 (read_partial_die): Handle DW_AT_stmt_list attributes.
2240
c848556f
MC
22412004-05-02 Michael Chastain <mec.gnu@mindspring.com>
2242
2243 Unfix PR gdb/1626.
2244 * configure.in: Revert special case for osf5.*.
2245 * configure: Regenerate.
2246
eb4556d7
JB
22472004-05-02 Jim Blandy <jimb@redhat.com>
2248
2249 Move the symbol-file-from-memory functions into their own file.
2250 * symfile-mem.c, symfile-mem.h: New files.
2251 * symfile.c (symbol_file_add_from_bfd): New function.
2252 (symbol_file_add): Call symbol_file_add_from_bfd.
2253 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
2254 Moved to symfile-mem.c.
2255 (_initialize_symfile): Move definition of
2256 add-symbol-file-from-memory command to symfile-mem.c.
2257 * symfile.h (symbol_file_add_from_bfd): New declaration.
2258 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
2259 * config/powerpc/linux.mt (TDEPFILES): Same.
2260 * Makefile.in (SFILES): Add symfile-mem.c.
2261 (symfile_mem_h): New variable.
2262 (HFILES_NO_SRCDIR): Add symfile-mem.h.
2263 (symfile-mem.o): New rule.
2264
80bb239e
AC
22652004-05-01 Andrew Cagney <cagney@redhat.com>
2266
7789d0fa
AC
2267 * breakpoint.c (insert_bp_location): Use get_frame_id, and
2268 frame_find_by_id instead of frame_relative_level.
2269 (do_enable_breakpoint): Ditto.
2270 * thread.c: Update copyright.
2271 (info_threads_command): Ditto, simplify.
2272
80bb239e
AC
2273 * frame.c (deprecated_generic_get_saved_register): Delete
2274 function, moved to "xstormy16-tdep.c".
2275 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
2276 deprecated_generic_get_saved_register from "frame.c".
2277 (xstormy16_frame_saved_register): Call
2278 xstormy16_get_saved_register.
2279 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
2280 static.
2281 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
2282 * frame.h (deprecated_generic_get_saved_register): Delete.
2283
b2a871dd
MC
22842004-05-01 Michael Chastain <mec.gnu@mindspring.com>
2285
2286 * dwarfread.c: Update documentation on the state of dwarf-1.
2287
0e100dab
AC
22882004-05-01 Andrew Cagney <cagney@redhat.com>
2289
acd8056e
AC
2290 * stack.c (select_frame_command): Delete call to
2291 frame_relative_level.
2292 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
2293 Delete #if0 code.
2294 (frame_info): Do not print FRAMELESS.
2295 (print_block_frame_labels): Replace DEPRECATED_STREQ.
2296 (catch_info): Delete #if0 code.
2297
0e100dab
AC
2298 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
2299 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
2300 of frame_relative_level.
2301 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
2302 to SENTINEL_FRAME.
2303 * frame.h (enum frame_type): Add SENTINEL_FRAME.
2304 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
2305 frame_relative_level.
2306
55699d59
AC
2307 * frame.h (deprecated_set_frame_type): Delete declaration.
2308 * frame.c (deprecated_set_frame_type): Delete function, update
2309 comments.
2310
fcf70625
AC
2311 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
2312 * gdbarch.h, gdbarch.c: Re-generate.
2313 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
2314 (shnbsd_pc_in_sigtramp): Delete.
2315 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
2316 pc_in_sigtramp.
2317 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
2318 pc_in_sigtramp.
2319 * frame.h: Update comments.
2320 * ppc-linux-tdep.c: Update comments.
2321 * breakpoint.c (bpstat_what): Update comments.
2322
ac5eccb7
AC
2323 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
2324 m68klinux-tdep.o's dependencies, were previously added to
2325 m68klinux-nat.o.
2326
f2524b93
AC
2327 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
2328 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
2329 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
2330 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
2331 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
2332
17e20bce
AC
2333 * Makefile.in (m68klinux-nat.o): Update dependencies.
2334 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
2335 (m68k_linux_sigtramp_frame_cache)
2336 (m68k_linux_sigtramp_frame_this_id)
2337 (m68k_linux_sigtramp_frame_prev_register)
2338 (m68k_linux_sigtramp_frame_unwind)
2339 (m68k_linux_sigtramp_frame_sniffer)
2340 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
2341 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
2342 names, use trad-frame.h.
2343 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
2344 (struct m68k_sigtramp_info): Delete.
2345 * m68k-tdep.c (m68k_sigtramp_frame_cache)
2346 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
2347 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
2348 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
2349 "m68klinux-tdep.c".
2350
c8864fa2
AC
2351 * infrun.c (check_sigtramp2): Delete check for
2352 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
2353
511dd2cd
MK
23542004-05-01 Mark Kettenis <kettenis@gnu.org>
2355
2356 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
2357
8c6b0e06
AC
23582004-05-01 Andrew Cagney <cagney@redhat.com>
2359
9df0bb3f
AC
2360 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
2361 (frv_linux_sigtramp_frame_cache)
2362 (frv_linux_sigtramp_frame_this_id)
2363 (frv_linux_sigtramp_frame_prev_register)
2364 (frv_linux_sigtramp_frame_unwind)
2365 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
2366 include "linux" in function and variable names, directly call
2367 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
2368 the latest trad-frame code.
2369 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
2370 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
2371 * Makefile.in (frv-linux-tdep.o): Update dependencies.
2372 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
2373 * frv-tdep.c (frv_sigtramp_frame_cache)
2374 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
2375 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
2376 frv-linux-tdep.c.
2377 (frv_gdbarch_init): Do not append a sigtramp sniffer.
2378 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
2379 (frv_set_sigcontext_reg_addr): Delete function.
2380
8c6b0e06
AC
2381 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
2382 (DEPRECATED_SIGTRAMP_END): Delete.
2383 * gdbarch.h, gdbarch.c: Re-generate.
2384 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
2385 * config/vax/tm-vaxbsd.h: Update copyright.
2386 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
2387 (DEPRECATED_IN_SIGTRAMP): Define.
2388 * config/m68k/tm-nbsd.h: Update copyright.
2389 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
2390 (DEPRECATED_IN_SIGTRAMP): Define.
2391
50ea7769
MK
23922004-05-01 Mark Kettenis <kettenis@gnu.org>
2393
03ac2a74
MK
2394 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
2395 encondings. Fixes PR gdb/1628.
2396
50ea7769
MK
2397 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
2398 DW_CFA_restore state without a matching DW_CFA_remember_state
2399 instead of aborting. Fixes PR backtrace/1589.
2400
9a5d7be1
JB
24012004-04-30 Joel Brobecker <brobecker@gnat.com>
2402
2403 * MAINTAINERS: Add self as AIX maintainer.
2404 Update my e-mail address in write-after-approval section.
2405
2593d1cd
AC
24062004-04-30 Andrew Cagney <cagney@redhat.com>
2407
ce12bbf9
AC
2408 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
2409 (legacy_get_prev_frame): Ditto.
2410
36710c63
AC
2411 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
2412 (mips_gdbarch_init): Do not set pc_in_sigtramp.
2413 * mipsread.c (sigtramp_address): Delete extern variable.
2414 (mipscoff_new_init): Delete reference.
2415 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
2416 (fixup_sigtramp): Delete function.
2417 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
2418 (fixup_sigtramp): Delete declarations.
2419
2593d1cd
AC
2420 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
2421 deprecated_pc_in_sigtramp.
2422 (ppcnbsd_pc_in_sigtramp): Delete function.
2423
2a25f91c
MK
24242004-05-01 Mark Kettenis <kettenis@gnu.org>
2425
2426 * config/m68k/nm-nbsd.h: Tweak comments.
2427 * config/m68k/nm-nbsdaout.h: Likewise.
2428
0b281939
AC
24292004-04-30 Andrew Cagney <cagney@redhat.com>
2430
2431 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
2432 legacy_pc_in_sigtramp.
2433 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
2434
8f2d3ea0
MK
24352004-05-01 Mark Kettenis <kettenis@gnu.org>
2436
2437 Add OpenBSD/m68k support.
2438 * NEWS (New native configurations): Mention OpenBSD/m68k.
2439 * m68kbsd-tdep.c: New file.
2440 * m68kbsd-nat.c: New file.
2441 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
2442 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
2443 * configure.host: Add m68k-*-openbsd.
2444 * configure.tgt: Add m68k-*-openbsd.
2445 * config/m68k/tm-obsd.h: New file.
2446 * config/m68k/obsd.mt: New file.
2447 * config/m68k/obsd.mh: New file.
2448 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
2449 m68kbsd-tdep.c.
2450
c40f49a4
AC
24512004-04-30 Andrew Cagney <cagney@redhat.com>
2452
2453 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
2454 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
2455
e81554cd
MK
24562004-04-30 Mark Kettenis <kettenis@gnu.org>
2457
2458 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
2459 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
2460
d4dc1a91
BF
24612004-04-30 Brian Ford <ford@vss.fsi.com>
2462
2463 Revert 2004-04-16 change.
2464 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
2465 (i386_coff_init_abi): Remove.
2466 * i386-tdep.h (i386_coff_init_abi): Remove.
2467 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
2468
2f72f850
AC
24692004-04-30 Andrew Cagney <cagney@redhat.com>
2470
e492f9d6
AC
2471 * blockframe.c (find_pc_partial_function): Delete use of
2472 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
2473 DEPRECATED_SIGTRAMP_END.
2474
7b7adad0
AC
2475 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
2476 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
2477 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
2478 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
2479 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
2480
2f72f850
AC
2481 * defs.h (deprecated_inside_entry_file): Delete declaration.
2482 * blockframe.c (deprecated_inside_entry_file): Delete function.
2483 (legacy_frame_chain_valid): Delete call.
2484 * sh64-tdep.c (sh64_frame_chain): Delete call.
2485 * objfiles.h: Update comments.
2486 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
2487 call.
2488 * frame.c (get_prev_frame): Delete call, update comments.
2489
283f90a7
BF
24902004-04-30 Brian Ford <ford@vss.fsi.com>
2491
2492 * MAINTAINERS (Write After Approval): Add myself.
2493
8ee56bcf
AC
24942004-04-30 Andrew Cagney <cagney@redhat.com>
2495
2496 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
2497 * gdbarch.h, gdbarch.c: Re-generate.
2498 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
2499 code.
2500
ee27e1b6
AC
25012004-04-30 Andrew Cagney <cagney@redhat.com>
2502
2503 * gdb-events.sh (selected_thread_changed)
2504 (selected_frame_level_changed, target_changed): Delete.
2505 * gdb-events.h, gdb-events.c: Re-generate.
2506 * valops.c (value_assign): Update.
2507 * stack.c (select_frame_command, up_silently_base)
2508 (down_silently_base): Update.
2509
d5ac5a39
AC
25102004-04-29 Andrew Cagney <cagney@redhat.com>
2511
2512 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
2513 registers correctly.
2514 (print_gp_register_row, mips32_heuristic_proc_desc)
2515 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2516 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
2517 references to mips_isa_regsize.
2518
ceae6e75
AC
25192004-04-29 Andrew Cagney <cagney@redhat.com>
2520
2521 * mips-tdep.c (struct gdbarch_tdep): Delete
2522 mips_fp_register_double.
2523 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
2524 mips_abi_regsize.
2525 (mips_gdbarch_init): Do not set mips_fp_register_double.
2526 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
2527
a587af0b
AC
25282004-04-29 Joel Brobecker <brobecker@gnat.com>
2529
2530 Committed by Andrew Cagney.
2531 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
2532 function calls.
2533
13326b4e
AC
25342004-04-29 Andrew Cagney <cagney@redhat.com>
2535
2536 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
2537 gdbarch, use mips_abi, update callers.
2538 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
2539 mips_abi_regsize, update callers.
2540 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
2541 mips_default_abi_regsize.
2542 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
2543 mips_default_abi_regsize.
2544
711cc5cd
AC
25452004-04-29 Andrew Cagney <cagney@redhat.com>
2546
1b13c4f6
AC
2547 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
2548 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
2549 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
2550 mips_default_abi_regsize.
2551 (mips_isa_regsize): Rename mips_regisze.
2552 * mipsnbsd-tdep.c: Update.
2553 * mips-linux-tdep.c: Update.
2554 * irix5-nat.c: Update.
2555 * mips-tdep.h (mips_isa_regsize): Update.
2556
711cc5cd
AC
2557 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
2558 Delete all disabled code.
2559 * gdb-events.h, gdb-events.c: Re-generate.
2560
e63bbc88
MK
25612004-04-19 Jerome Guitton <guitton@gnat.com>
2562 Mark Kettenis <kettenis@gnu.org>
2563
2564 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
2565 the function begins with a branch instruction.
2566
fd35795f
MK
25672004-04-29 Mark Kettenis <kettenis@gnu.org>
2568
2569 * i386-tdep.c: Fix spelling mistakes.
2570
c960c18f
AC
25712004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2572 Andrew Cagney <cagney@redhat.com>
2573
2574 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
2575 <sys/proc.h>.
2576 * acconfig.h: Provide default _KMEMUSER value.
2577 * config.in, configure: Re-generate.
2578 * NEWS: Mention fix.
2579
50306a9d
RC
25802004-04-24 Randolph Chung <tausq@debian.org>
2581
2582 * configure.host (hppa*-*-linux*): New target.
2583 * configure.tgt (hppa*-*-linux*): Likewise.
2584 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
2585 gdbarch_init_osabi() call earlier so that osabi-specific frame
2586 unwinders can be registered first.
2587 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
2588 hppa-linux-nat.c.
2589 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
2590 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
2591 * config/pa/linux.mh: New file.
2592 * config/pa/linux.mt: New file.
2593 * config/pa/nm-linux.h: New file.
2594 * config/pa/xm-linux.h: New file.
2595 * hppa-linux-nat.c: New file.
2596 * hppa-linux-tdep.c: New file.
2597
2a6228ef
RC
25982004-04-28 Randolph Chung <tausq@debian.org>
2599
2600 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
2601 return values.
2602 (hppa32_push_dummy_call): Fix small struct and floating point argument
2603 passing, and make sure the stack frame is properly aligned.
2604
82c10df6
AC
26052004-04-28 Andrew Cagney <cagney@redhat.com>
2606
d762c46a
AC
2607 * stack.c (print_stack_frame): Fix description.
2608
82c10df6
AC
2609 * NEWS: Mention gdb/gdbserver/configure execute permission
2610 changed. PR server/519.
2611
0faf0076
AC
26122004-04-28 Andrew Cagney <cagney@redhat.com>
2613
2614 * stack.c (print_stack_frame_stub): Delete declaration.
2615 (struct print_stack_frame_args, print_stack_frame)
2616 (print_frame_info, print_frame): Replace "source" with print what.
2617 Replace "print" with "print_level". Replace "args" with
2618 "print_args".
2619 * frame.h (show_and_print_stack_frame, print_stack_frame)
2620 (print_frame_info): Update declarations.
2621 * stack.c (select_and_print_frame, frame_command)
2622 (current_frame_command, up_command, down_command): Update calls -
2623 use get_selected_frame, pass "enum print_what" for source, do not
2624 call frame_relative_level.
2625 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
2626 * remote-rdp.c (remote_rdp_open): Ditto.
2627 * remote-mips.c (common_open): Ditto.
2628 * remote-e7000.c (e7000_start_remote): Ditto.
2629 * ocd.c (ocd_start_remote): Ditto.
2630 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
2631 * infrun.c (normal_stop): Ditto.
2632 * inflow.c (kill_command): Ditto.
2633 * infcmd.c (finish_command): Ditto.
2634 * corelow.c (core_open): Ditto.
2635 * tracepoint.c (finish_tfind_command): Ditto.
2636 * thread.c (info_threads_command, info_threads_command)
2637 (restore_current_thread, do_captured_thread_select): Ditto.
2638 * ada-tasks.c (task_command): Ditto.
2639
f4c5303c
OF
26402004-04-26 Orjan Friberg <orjanf@axis.com>
2641
2642 * frame.c: Include "observer.h".
2643 (frame_observer_target_changed): New function.
2644 (_initialize_frame): Attach target_changed observer.
2645 * regcache.c: Include "observer.h".
2646 (regcache_observer_target_changed): New function.
2647 (_initialize_regcache): Attach target_changed observer.
2648 * valops.c: Include "observer.h".
2649 (value_assign): Notify target_changed event when modifying register.
2650 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
2651
7270d8f2
OF
26522004-04-26 Orjan Friberg <orjanf@axis.com>
2653
2654 From Paul Koning <pkoning@equallogic.com>:
2655 * breakpoint.c (free_valchain): New function.
2656 (insert_bp_location, delete_breakpoint): Use free_valchain.
2657 (remove_breakpoint): Do not remove the valchain.
2658 (bpstat_stop_status): If not stopped by watchpoint, skip
2659 watchpoints when generating stop status list.
2660 * infrun.c (handle_inferior_event): Make
2661 stepped_after_stopped_by_watchpoint a global variable.
2662 * remote.c (remote_stopped_data_address): Return watch data
2663 address rather than zero if stepped_after_stopped_by_watchpoint is
2664 set.
2665
02d62932
MC
26662004-04-25 Michael Chastain <mec.gnu@mindspring.com>
2667
2668 Fix PR gdb/1626.
2669 * configure.in: Check for curses after termcap.
2670 On osf5.*, do not check for ncurses.
2671 * configure: Regenerate.
2672
3e9a183c
MK
26732004-04-25 Mark Kettenis <kettenis@gnu.org>
2674
c79ac407
MK
2675 * ppcobsd-nat.c: Include "ppc-tdep.h".
2676 * Makefile.in (ppcobsd-nat.o): Update dependencies.
2677
3e9a183c
MK
2678 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
2679 Fixes PR tdep/1623 and PR tdep/1624.
2680
38cc9c28
MC
26812004-04-24 Michael Chastain <mec.gnu@mindspring.com>
2682
2683 * xmodem.h, xmodem.c: Remove files.
2684 * Makefile.in: Remove references to xmodem.h, xmodem.c.
2685
7f07c5b6
RC
26862004-04-23 Randolph Chung <tausq@debian.org>
2687
2688 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
2689 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
2690 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
2691 for handling stackless frames.
2692 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
2693
9f7194c3
RC
26942004-04-23 Randolph Chung <tausq@debian.org>
2695
2696 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
2697 starts at a pc before the frame is created.
2698
dcff6009
JB
26992004-04-23 Joel Brobecker <brobecker@gnat.com>
2700
2701 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
2702
65951cd9
JG
27032004-04-23 Jerome Guitton <guitton@gnat.fr>
2704
2705 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
2706 use convert_typed_floating to get the appropriate format.
2707
abc485a1
RC
27082004-04-22 Randolph Chung <tausq@debian.org>
2709
2710 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
2711 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
2712 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
2713 (hppa_sign_extend): Add prototype.
2714 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
2715 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
2716 (sign_extend): Rename with hppa_ prefix and make non-static. Other
2717 hppa targets will also use these functions.
2718 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
2719 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
2720 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
2721 (hppa_gdbarch_init): Remove gdbarch setting of
2722 skip_trampoline_code, in_solib_call_trampoline and
2723 in_solib_return_trampoline.
2724 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2725 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
2726 hppa_in_solib_call_trampoline.
2727 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
2728 Moved from hppa-tdep.c.
2729 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
2730 in_solib_call_trampoline and in_solib_return_trampoline.
2731
369aa520
RC
27322004-04-22 Randolph Chung <tausq@debian.org>
2733
2734 * hppa-tdep.c (hppa_debug): New variable.
2735 (find_unwind_entry, hppa_frame_cache): Add debug output.
2736 (_initialize_hppa_tdep): Add command to set debug flag.
2737
476be15e
AC
27382004-04-22 Andrew Cagney <cagney@redhat.com>
2739
2740 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
2741 "trad-frame.h".
2742 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
2743 signal trampoline unwinder.
2744 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
2745
d195bc9f
MK
27462004-04-22 Mark Kettenis <kettenis@gnu.org>
2747
2748 Add OpenBSD/powerpc support.
2749 * NEWS (New native configurations): Mention OpenBSD/powerpc.
2750 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
2751 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
2752 (ppc_collect_fpregset): New prototypes.
2753 * ppcobsd-nat.c: New file.
2754 * ppcobsd-tdep.c: New file.
2755 * ppcobsd-tdep.h: New file.
2756 * rs6000-tdep.c: Include "regset.h".
2757 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
2758 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
2759 New functions.
2760 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
2761 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
2762 (rs6000-tdep.o): Update dependencies.
2763 * configure.host: Add powerpc-*-openbsd.
2764 * configure.tgt: Add powerpc-*-openbsd.
2765 * config/powerpc/obsd.mh: New file.
2766 * config/powerpc/nm-obsd.h: New file.
2767 * config/powerpc/obsd.mt: New file.
2768
6f14cc33
AC
27692004-04-22 Andrew Cagney <cagney@redhat.com>
2770
fcf29e5f
AC
2771 * frame.h (show_frame_info): Delete declaration.
2772
6f14cc33
AC
2773 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
2774 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
2775 * m32r-tdep.c (m32r_frame_this_id): Ditto.
2776 * frv-tdep.c (frv_frame_this_id): Ditto.
2777 * avr-tdep.c (avr_frame_this_id): Ditto.
2778
e5786a5c
EZ
27792004-04-22 Elena Zannoni <ezannoni@redhat.com>
2780
2781 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
2782
26e75e5c
JB
27832004-04-22 Jim Blandy <jimb@redhat.com>
2784
2785 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
2786 register number zero.
2787
d8d65dd3
MS
27882004-04-21 Michael Snyder <msnyder@redhat.com>
2789
2790 * mips-tdep.c (heuristic_proc_start):
2791 Warning() already prefixes "Warning: ".
2792
9a4105ab
AC
27932004-04-21 Andrew Cagney <cagney@redhat.com>
2794
2795 * annotate.h (deprecated_annotate_starting_hook)
2796 (deprecated_annotate_stopped_hook)
2797 (deprecated_annotate_exited_hook)
2798 (deprecated_annotate_signal_hook)
2799 (deprecated_annotate_signalled_hook): Deprecate.
2800 * tracepoint.h (deprecated_create_tracepoint_hook)
2801 (deprecated_delete_tracepoint_hook)
2802 (deprecated_modify_tracepoint_hook)
2803 (deprecated_trace_find_hook)
2804 (deprecated_trace_start_stop_hook): Deprecate.
2805 * target.h (deprecated_target_new_objfile_hook): Deprecate.
2806 * remote.h (deprecated_target_resume_hook)
2807 (deprecated_target_wait_loop_hook): Deprecate.
2808 * gdbcore.h (deprecated_exec_file_display_hook)
2809 (deprecated_file_changed_hook): Deprecate.
2810 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
2811 * defs.h (deprecated_modify_breakpoint_hook)
2812 (deprecated_command_loop_hook, deprecated_show_load_progress)
2813 (deprecated_print_frame_info_listing_hook)
2814 (deprecated_query_hook, deprecated_warning_hook)
2815 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
2816 (deprecated_delete_breakpoint_hook)
2817 (deprecated_interactive_hook, deprecated_registers_changed_hook)
2818 (deprecated_readline_begin_hook, deprecated_readline_hook)
2819 (deprecated_readline_end_hook, deprecated_register_changed_hook)
2820 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
2821 (deprecated_context_hook, deprecated_target_wait_hook)
2822 (deprecated_attach_hook, deprecated_detach_hook)
2823 (deprecated_call_command_hook, deprecated_set_hook)
2824 (deprecated_error_hook, deprecated_error_begin_hook)
2825 (deprecated_ui_load_progress_hook): Deprecate.
2826 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
2827 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
2828 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
2829 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
2830 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
2831 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
2832 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
2833 * annotate.c, aix-thread.c: Update.
2834
62cf13cc
AC
28352004-04-21 Andrew Cagney <cagney@redhat.com>
2836
b2e31a62
AC
2837 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
2838 * vaxnbsd-tdep.c: Include "gdb_string.h".
2839
62cf13cc
AC
2840 * symfile.c (symbol_file_add_from_memory): #if 0 function.
2841 (add_symbol_file_from_memory_command): #if 0 function body, call
2842 error instead.
2843
00e32a35
AC
28442004-04-21 Andrew Cagney <cagney@redhat.com>
2845
2846 * gdbcore.h: Update copyright.
2847 (deprecated_add_core_fns): Rename add_core_fns.
2848 * win32-nat.c (_initialize_core_win32): Update.
2849 * sun3-nat.c (_initialize_core_sun3): Update.
2850 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
2851 * rs6000-nat.c (_initialize_core_rs6000): Update.
2852 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
2853 * nto-tdep.c (_initialize_nto_tdep): Update.
2854 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
2855 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
2856 * mips-nat.c (_initialize_core_mips): Update.
2857 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
2858 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
2859 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
2860 * lynx-nat.c (_initialize_core_lynx): Update.
2861 * irix5-nat.c (_initialize_core_irix5): Update.
2862 * i386-interix-nat.c (_initialize_core_interix): Update.
2863 * cris-tdep.c (_initialize_cris_tdep): Update.
2864 * corelow.c (deprecated_add_core_fns): Update.
2865 * core-regset.c (_initialize_core_regset): Update.
2866 * core-aout.c (_initialize_core_aout): Update.
2867 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
2868 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
2869 * alpha-nat.c (_initialize_core_alpha): Update.
2870
13c7b1ca
JB
28712004-04-21 Jim Blandy <jimb@redhat.com>
2872
2873 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
2874
7b5a2f43
DJ
28752004-04-19 Daniel Jacobowitz <drow@mvista.com>
2876
2877 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
2878 Delete.
2879 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
2880 (read_attribute_value): Update calls to dwarf_alloc_block.
2881 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
2882 dwarf2_tmp_obstack.
2883 (psymtab_to_symtab_1): Likewise. Clean up using
2884 free_stack_comp_unit.
2885 (add_to_cu_func_list): Use the comp_unit_obstack.
2886
05cf31d1
JB
28872004-04-19 Joel Brobecker <brobecker@gnat.com>
2888
2889 * dwarf2read.c (dwarf2_flag_true_p): New function.
2890 (die_is_declaration): Use the function above. Add some comments.
2891
adf93a2f
MK
28922004-04-19 Mark Kettenis <kettenis@gnu.org>
2893
2894 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
2895 architecture when registering sparcnbsd_core_osabi_sniffer.
2896 Adjust comment.
2897
748894bf
MK
28982004-04-18 Mark Kettenis <kettenis@gnu.org>
2899
f622ad42
MK
2900 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
2901 return value.
2902
c4fc7f1b
MK
2903 Based on a patch from Brian Ford <ford@vss.fsi.com>:
2904 * i386-tdep.c: Correct register numbering scheme comments
2905 throughout.
2906 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
2907 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
2908 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
2909 (i386_gdb_arch_init): Likewise.
2910
b4ead1bd
MK
2911 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
2912 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
2913 ppcnbsd-tdep.o.
2914
748894bf
MK
2915 * m68k-tdep.h: Tweak comments.
2916 * m68k-tdep.c: Tweak comment.
2917
fdd72f95
RC
29182004-04-17 Randolph Chung <tausq@debian.org>
2919
2920 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
2921 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
2922 (hppa_hpux_som_init_abi): Set is_elf to 0.
2923 (hppa_hpux_elf_init_abi): Set is_elf to 1.
2924 * hppa-tdep.c (low_text_segment_address): Remove global.
2925 (record_text_segment_lowaddr): Pass in low address as parameter. Use
2926 section offset to calculate segment address.
2927 (internalize_unwinds): Define low_text_segment_address as local and
2928 pass to record_text_segment_lowaddr for ELF targets.
2929 (hppa_gdbarch_init): Zero fill tdep structure.
2930 (hppa_dump_tdep): Print tdep structure.
2931 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
2932
0f8d9d59
RC
29332004-04-17 Randolph Chung <tausq@debian.org>
2934
2935 * hppa-tdep.c (hppa_pseudo_register_read): Define.
2936 (hppa_gdbarch_init): Set pseudo_register_read.
2937 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
2938 * regcache.c (supply_register): Remove check for
2939 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
2940
7c46b9fb
RC
29412004-04-17 Randolph Chung <tausq@debian.org>
2942
2943 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
2944 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
2945 (hpread_adjust_stack_address): Move to hpread.c.
2946 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
2947 obj_private_struct): Move from tm-hppa.h.
2948 * hpread.c (hppa-tdep.h): Include.
2949 (hpread_adjust_stack_address): Move from hppa-tdep.c.
2950 (hpread_read_function_type, hpread_read_doc_function_type)
2951 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
2952 directly.
2953 * pa64solib.c (hppa-tdep.h): Include.
2954 * somsolib.c (hppa-tdep.h): Include.
2955 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
2956 inferior_status): Remove unused forward declarations.
2957 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
2958 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
2959 obj_private_struct): Move to hppa-tdep.h.
2960 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
2961
8d153463
RC
29622004-04-17 Randolph Chung <tausq@debian.org>
2963
2964 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
2965 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
2966 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
2967 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
2968 Remove forward declaration and make static.
2969 (hppa_reg_struct_has_addr): Remove.
2970
350c2e5b
JB
29712004-04-16 Joel Brobecker <brobecker@gnat.com>
2972
2973 * observer.sh: Move comments in sed command to first column.
2974
bbde78fa
JM
29752004-04-16 Jason Molenda (jmolenda@apple.com)
2976
2977 * frame.c: Minor typeo corrections in comments.
2978
e0270fd9
JB
29792004-04-16 Joel Brobecker <brobecker@gnat.com>
2980
2981 * observer.c (observer_test_first_notification_function): Update
2982 function profile.
2983 (observer_test_second_notification_function): Likewise.
2984 (observer_test_third_notification_function): Likewise.
2985
3d049254
MK
29862004-04-16 Mark Kettenis <kettenis@gnu.org>
2987
2988 From Brian Ford <ford@vss.fsi.com>:
2989 * i386-tdep.c (i386_coff_init_abi): New function.
2990 * i386-tdep.h (i386_coff_init_abi): New prototype.
2991 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
2992 register number translation functions for DWARF and DWARF 2.
2993
7867684d
JB
29942004-04-16 Joel Brobecker <brobecker@gnat.com>
2995
2996 * dwarf2read.c: Back out my previous change, it was incorrect.
2997
72bf9492
DJ
29982004-04-16 Daniel Jacobowitz <drow@mvista.com>
2999
3000 * dwarf2read.c: Include "hashtab.h".
3001 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
3002 has_namespace_info.
3003 (struct partial_die_info): Add comments. Use bitfields to reduce
3004 memory footprint. Add scope, scope_set, has_specification,
3005 spec_offset, die_parent, die_child, and die_sibling.
3006 (peek_die_abbrev): Add prototype.
3007 (partial_read_comp_unit_head): New function, broken out from
3008 dwarf2_build_psymtabs_hard.
3009 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
3010 Use partial_read_comp_unit_head. Initialize the CU and
3011 comp_unit_obstack. Update calls to read_partial_die and
3012 scan_partial_symbols. Use free_stack_comp_unit and
3013 load_partial_dies.
3014 (scan_partial_symbols): Change PDI to a pointer. Use the child and
3015 sibling pointers to walk partial DIEs. Call fixup_partial_die.
3016 Update calls to helper functions. Remove NAMESPACE argument.
3017 Update comments.
3018 (partial_die_parent_scope, partial_die_full_name): New functions.
3019 (add_partial_symbol): Remove namespace argument. Update call to
3020 pdi_needs_namespace. Use partial_die_full_name. Handle
3021 DW_TAG_namespace. Check has_namespace_info flag.
3022 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
3023 tag. Handle namespaces.
3024 (add_partial_namespace, add_partial_enumeration): Simplify.
3025 (guess_structure_name): New function, derived from
3026 add_partial_structure.
3027 (add_partial_structure): Remove.
3028 (determine_class_name): Update comment.
3029 (dwarf2_read_abbrevs): Set has_namespace_info flag.
3030 (is_type_tag_for_partial, load_partial_dies): New functions.
3031 (read_partial_die): Pass abbrev and abbrev_len as arguments.
3032 Record specifications instead of following them immediately.
3033 (find_partial_die_in_comp_unit, find_partial_die)
3034 (fixup_partial_die, free_stack_comp_unit)
3035 (hashtab_obstack_allocate, dummy_obstack_deallocate)
3036 (partial_die_hash, partial_die_eq): New functions.
3037 * Makefile.in (hashtab_h): Define.
3038 (dwarf2read.o): Update dependencies.
3039 (observer_inc, observer_h): Move to the correct section.
3040
fdc860a3
JB
30412004-04-15 Joel Brobecker <brobecker@gnat.com>
3042
3043 * dwarf2read.c (dwarf2_attribute_true_p): New function.
3044 (die_is_declaration): Use the function above. Add comment.
3045
dc718098
JB
30462004-04-15 Joel Brobecker <brobecker@gnat.com>
3047
3048 * dwarf2read.c (read_structure_scope): Identify stub types
3049 using die_is_declaration() only.
3050
8718a420
RM
30512004-04-15 Roland McGrath <roland@redhat.com>
3052
3053 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
3054 argument instead of NAME.
3055 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
3056 in call to symbol_file_add_with_addrs_or_offsets.
3057 (build_addr_info): New function, helper for ...
3058 (symbol_file_add_from_memory): New function.
3059 (add_symbol_file_from_memory_command): New function using that.
3060 (_initialize_symfile): Register it for add-symbol-file-from-memory.
3061 (pre_add_symbol_hook): Add const to argument type.
3062 * symfile.h (symbol_file_add_from_memory): Declare it.
3063
8b910bab
MK
30642004-04-15 Mark Kettenis <kettenis@gnu.org>
3065
9f076e7a
MK
3066 * NEWS (New native configurations): Mention OpenBSD/vax.
3067 * configure.host: Add vax-*-openbsd*.
3068 * config/vax/obsd.mh: New file.
3069 * config/vax/nm-obsd.h: New file.
3070
8b910bab
MK
3071 * vax-tdep.c: Include "regset.h".
3072 (vax_supply_gregset): New function.
3073 (vax_gregset): New variable.
3074 (vax_regset_from_core_section): New function.
3075 (vax_gdbarch_init): Set regset_from_core_section.
3076 * Makefile.in (vax-tdep.o): Update dependencies.
3077
7a464420
AC
30782004-04-15 Andrew Cagney <cagney@redhat.com>
3079
3080 * observer.c (normal_stop_subject, observer_notify_normal_stop)
3081 (observer_normal_stop_notification_stub)
3082 (observer_attach_normal_stop, observer_detach_normal_stop):
3083 Delete, replaced by #include "observer.inc".
3084 * infrun.c (normal_stop): Pass "stop_bpstat" to
3085 observer_notify_normal_stop.
3086 * Makefile.in (observer_inc): Define.
3087 (observer.o): Update dependencies.
3088 (observer.h, observer.inc): New rules.
3089 * observer.h: Delete file.
3090 * observer.sh: New file.
3091
e36ad527
MK
30922004-04-15 Mark Kettenis <kettenis@gnu.org>
3093
3094 * vax-tdep.c (vax_frame_cache): Fix typo.
3095
67b441e1
MK
30962004-04-14 Mark Kettenis <kettenis@gnu.org>
3097
6f606e1c
MK
3098 * NEWS (New native configurations): Mention NetBSD/vax.
3099 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
3100 * config/vax/nbsdelf.mh: New file.
3101 * config/vax/nbsdaout.mh: New file.
3102 * config/vax/nm-nbsd.h: New file.
3103 * config/vax/nm-nbsdaout.h: New file.
3104
9c5519a5
MK
3105 * vaxnbsd-tdep.c: New file.
3106 * Makefile.in (vaxnbsd-tdep.o): New dependency.
3107 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
3108 * config/vax/nbsd.mt: New file.
3109 * config/vax/tm-nbsd.h: New file.
3110
4844a614
MK
3111 * Makefile.in (vaxbsd-nat.o): New dependency.
3112
67b441e1
MK
3113 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
3114 * vax-tdep.c (vax_store_arguments): Remove struct_return and
3115 struct_addr arguments. Don't push return value address.
3116 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
3117 arguments to vax_store_arguments. Store return value address in
3118 R1.
3119 (vax_store_struct_return, vax_extract_return_value)
3120 (vax_store_return_value): Remove functions.
3121 (vax_return_value): New function.
3122 (vax_gdbarch_init): Set return value. Don't set
3123 deprecated_store_struct_return, deprecated_extract_struct_return
3124 and deprecated_store_return_value.
3125
6672f2ae
AS
31262004-04-14 Andreas Schwab <schwab@suse.de>
3127
3128 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
3129 value buffer.
3130 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
3131
7346c184
MK
31322004-04-14 Mark Kettenis <kettenis@gnu.org>
3133
3134 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
3135 (vax_unwind_dummy_id): New functions.
3136 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
3137 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
3138 variables.
3139 (vax_fix_call_dummy): Remove function.
3140 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
3141 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
3142 call_dummy_location, deprecated_call_dummy_words,
3143 deprecated_sizeof_call_dummy_words,
3144 deprecated_call_dummy_breakpoint_offset,
3145 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
3146 and deprecated_dummy_write_sp.
3147
58e23df4
DC
31482004-04-13 David Carlton <carlton@kealia.com>
3149
3150 * MAINTAINERS: Move myself to "paper trail" section.
3151
5e6b39ff
MK
31522004-04-12 Mark Kettenis <kettenis@gnu.org>
3153
7def7fef
MK
3154 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
3155 "trad-frame.h".
3156 (vax_frame_init_saved_regs): Remove function.
3157 (vax_sigtramp_saved_pc): Remove function.
3158 (vax_frame_saved_pc): Remove function.
3159 (vax_frame_args_address): Remove function.
3160 (vax_frame_num_args): Rewrite.
3161 (vax_frame_chain): Remove function.
3162 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
3163 VAX_FP_REGNUM.
3164 (vax_pop_frame): Likewise.
3165 (vax_saved_pc_after_call): Remove function.
3166 (struct vax_frame_cache): New structure.
3167 (vax_frame_cache): New function.
3168 (vax_frame_this_id): New function.
3169 (vax_frame_prev_register): New function.
3170 (vax_frame_unwind): New variable.
3171 (vax_frame_sniffer): New function.
3172 (vax_frame_base_address): New function.
3173 (vax_frame_args_address): New function.
3174 (vax_frame_base): New variable.
3175 (vax_unwind_pc): New function.
3176 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
3177 deprecated_fp_regnum, deprecated_saved_pc_after_call,
3178 deprecated_frame_chain, deprecated_frame_saved_pc,
3179 deprecated_frame_args_address and
3180 deprecated_frame_init_saved_regs.
3181 * Makefile.in (vax-tdep.o): Update dependencies.
3182
53284fc1
MK
3183 * vaxbsd-nat.c: New file.
3184
5e6b39ff
MK
3185 * vax-tdep.h: Update copyright year. Adjust comments.
3186 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
3187 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
3188 (vax_regnum): New enum. Replacing...
3189 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
3190 (VAX_PS_REGNUM): ... these removed macros.
3191 * vax-tdep.c (vax_register_name): Remove prototype.
3192 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
3193 (vax_register_byte, vax_register_raw_size,
3194 vax_register_virtual_size, vax_register_virtual_type): Remove
3195 functions.
3196 (vax_register_type): New function.
3197 (vax_breakpoint_from_pc): Reorganize.
3198 (vax_gdbarch_init): Set register_type. Don't set
3199 deprecated_register_size, deprecated_register_bytes,
3200 deprecated_register_byte, deprecated_register_raw_size,
3201 deprecated_max_register_raw_size,
3202 deprecated_register_virtual_size,
3203 deprecated_max_register_virtual_size and
3204 deprecated_register_virtual_type. Add comment on stack direction.
3205
e9c71e9f
MK
32062004-04-11 Mark Kettenis <kettenis@gnu.org>
3207
3208 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
3209 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 3210 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 3211
d46f1176 32122004-04-10 Randolph Chung <tausq@debian.org>
8718a420 3213
d46f1176
RC
3214 * MAINTAINERS (write after approval): Add myself.
3215
a2a84a72
RC
32162004-04-07 Randolph Chung <tausq@debian.org>
3217
3218 * hppa-tdep.c (hppa_inner_than): Remove.
3219 (is_pa_2): Remove unused static variable.
8718a420 3220 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 3221
e85c3284
PH
32222004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
3223
3224 * language.h (language_defn): Add new la_post_parser field.
3225 * parser-defs.h (null_post_parser): New declaration (default for
3226 la_post_parser).
8718a420 3227
e85c3284
PH
3228 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
3229 insert call to that function.
3230 (parse_exp_in_context): New function, including code formerly in
8718a420 3231 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
3232 prefixification.
3233 (parse_expression_in_context): New exported function.
3234 (null_post_parser): New definition.
3235 * expression.h (parse_expression_in_context): Add declaration.
8718a420 3236
e85c3284
PH
3237 * p-lang.c (pascal_language_defn): Add trivial post-parser.
3238 * c-lang.c (c_language_defn): Ditto.
3239 (cplus_language_defn): Ditto.
3240 (asm_language_defn): Ditto.
3241 (minimal_language_defn): Ditto.
3242 * f-lang.c (f_language_defn): Ditto.
3243 * jv-lang.c (java_language_defn): Ditto.
3244 * language.c (unknown_language_defn): Ditto.
3245 (auto_language_defn): Ditto.
3246 (local_language_defn): Ditto.
3247 * m2-lang.c (m2_language_defn): Ditto.
3248 * scm-lang.c (scm_language_defn): Ditto.
3249 * obj-lang.c (objc_language_defn): Ditto.
8718a420 3250
d9f8c85b
MK
32512004-04-10 Mark Kettenis <kettenis@gnu.org>
3252
fa34704a
MK
3253 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
3254 (amd64nbsd_mcontext_addr): New function.
3255 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
3256 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
3257 with amd64nbsd_r_reg_offset, instead of building it on the fly.
3258
403e1656
MK
3259 * corelow.c (core_xfer_partial): Fix coding standards violation.
3260 Add support for TARGET_OBJECT_WCOOKIE.
3261
a57e5a95
MK
3262 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
3263 deprecated_pc_in_sigtramp.
3264 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
3265 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
3266 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
3267 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
3268 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
3269 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
3270 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
3271
377d9ebd
MK
3272 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
3273 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
3274 Fix typo.
3275
f0ef85a5
MK
3276 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
3277 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
3278 (amd64_collect_fxsave): Likewise.
3279
d9f8c85b
MK
3280 * i386-sol2-tdep.c: Include "gdb_string.h".
3281 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
3282 name.
3283 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
3284
75f501b5
MK
32852004-04-10 Mark Kettenis <kettenis@gnu.org>
3286
3287 * i386-sol2-tdep.c: Include "solib-svr4.h".
3288 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
3289 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
3290 * config/i386/tm-i386sol2.h: Include :solib.h".
3291 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
3292 solib-svr4.o and solib-legacy.o.
3293 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
3294 solib-svr4.o.
3295
b31bc724
MK
32962004-04-09 Mark Kettenis <kettenis@gnu.org>
3297
18bbbd9e
MK
3298 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
3299 whether a register is supplied by PTRACE_GETFPREGS.
3300 (store_inferior_registers): Likewise.
3301 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
3302 whether a register is supplied by PT_GETFPREGS.
3303 (store_inferior_registers): Likewise.
3304
3c30bf1b
MK
3305 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
3306 * config/i386/linux64.mt (TDEPFILES): Likewise.
3307
a4194092
MK
3308 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
3309
911bc6ee
MK
3310 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
3311 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
3312 the program counter is in the range specified by `struct
3313 gdbarch_tdep'.
3314 * amd64-linux-tdep.c: Include "symtab.h".
3315 (amd64_linux_pc_in_sigtramp): Remove function.
3316 (amd64_linux_sigtramp_p): New function.
3317 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
3318 deprecated_pc_in_sigtramp.
3319 * amd64nbsd-tdep.c: Include "symtab.h".
3320 (amd64nbsd_sigtramp_p): New function.
3321 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
3322 deprecated_pc_in_sigtramp.
3323 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
3324 few comments.
3325 (amd64obsd_pc_in_sigtramp): Remove function.
3326 (amd64obsd_sigtramp_p): New function.
3327 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
3328 deprecated_pc_in_sigtramp.
3329 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
3330 (i386bsd_pc_ins_sigtramp): Remove prototype.
3331 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
3332 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
3333 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
3334 the program counter is in the range specified by `struct
3335 gdbarch_tdep'.
3336 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
3337 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
3338 (i386_go32_pc_in_sigtramp): Remove function.
3339 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
3340 Initialize TDEP->sigtramp_p.
3341 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
3342 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
3343 deprecated_pc_in_sigtramp.
3344 * i386-linux-tdep.c: Adjust comments.
3345 (i386_linux_pc_in_sigtramp): Remove function.
3346 (i386_linux_sigtramp_p): New function.
3347 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
3348 deprecated_pc_in_sigtramp.
3349 * i386-nto-tdep.c: Update copyright year.
3350 (i386nto_pc_in_sigtramp): Remove function.
3351 (i386nto_sigtramp_p): New function.
3352 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
3353 SP_REGNUM.
3354 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
3355 deprecated_pc_in_sigtramp.
3356 * i386-sol2-tdep.c: Update copyright year.
3357 (i386_sol2_pc_in_sigtramp): Remove function.
3358 (i386_sol2_sigtramp_p): New function.
3359 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
3360 deprecated_pc_in_sigtramp.
3361 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
3362 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
3363 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
3364 deprecated_sigtramp_start and deprecated_sigtramp_end.
3365 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
3366 (i386nbsd_pc_in_sigtramp): Remove function.
3367 (i386nbsd_sigtramp_p): New function.
3368 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
3369 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
3370 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
3371 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
3372 (i386obsd_pc_in_sigtramp): Remove function.
3373 (i386obsd_sigtramp_p): New function.
3374 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
3375 functions.
3376 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
3377 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
3378 TDEP->sigtramp_p.
3379 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
3380 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
3381 dependencies.
3382
e083e6ec
MK
3383 * config/i386/i386aout.mt: Remove file.
3384
bd153b94
MK
3385 * configure.tgt: Remove i[34567]86-*-go32*,
3386 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
3387 and i[34567]86-*-isc*. Set gdb_target to i386 for
3388 i[34567]86-*-netware* and i[34567]86-*-*.
3389 * config/i386/i386.mt: New file.
3390 * config/i386/embed.mt: Remove file.
3391 * config/i386/go32.mt: Remove file.
3392 * config/i386/i386nw.mt: Remove file.
3393 * config/i386/i386v.mt: Remove file.
3394 * config/i386/tm-go32.h: Remove file.
3395
4a1bcc8c
MK
3396 * tui/tui-hooks.c: Include "readline/readline.h" after
3397 "gdb_curses.h" instead of before.
3398 * tui/tui-io.c: Likewise.
3399
f9a79064
MK
3400 * tui/tui.c: Fix typo in comment.
3401
b31bc724
MK
3402 * sparc64-tdep.c (sparc_address_from_register): Remove function.
3403
f83f82bc
AC
34042004-04-08 Andrew Cagney <cagney@redhat.com>
3405
3406 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
3407 (deprecated_exception_support_initialized): Declare.
8718a420 3408 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
3409 (initialize_hp_cxx_exception_support)
3410 (child_enable_exception_callback): Update.
3411 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
3412 (deprecated_exception_support_initialized): Rename
3413 deprecated_exception_catchpoints_are_fragile and
3414 deprecated_exception_support_initialized.
3415 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
3416
3417 * symtab.c (deprecated_hp_som_som_object_present): Rename
3418 hp_som_som_object_present.
3419 * symtab.h (deprecated_hp_som_som_object_present): Declare.
3420 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
3421 Update. Delete extern declaration.
3422 * valops.c (hp_som_som_object_present): Ditto.
8718a420 3423 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
3424 (parse_nested_classes_for_hpacc): Ditto.
3425 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 3426 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
3427 (initialize_hp_cxx_exception_support): Ditto.
3428 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 3429 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 3430 (cp_print_class_method): Ditto.
8718a420 3431 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
3432 (c_type_print_base): Ditto.
3433 * c-exp.y (hp_som_som_object_present): Ditto.
3434
fb2be677
AC
34352004-04-08 Andrew Cagney <cagney@redhat.com>
3436
3437 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
3438 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
3439 (frame_unwind_find_by_frame): Re-implement the unwind code so
3440 that it can both prepend and append sniffers. Replace
3441 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
3442 * tramp-frame.c (tramp_frame_append): Use
3443 frame_unwind_prepend_unwinder.
3444 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
3445 frame_unwind_register_unwinder.
3446 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
3447 tramp_frame_append.
3448 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 3449 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
3450 (mips_linux_init_abi): Update.
3451
67faf007
KB
34522004-04-08 Kevin Buettner <kevinb@redhat.com>
3453
3454 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
3455 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
3456 file support.
3457
8973ff21
KB
34582004-04-07 Kevin Buettner <kevinb@redhat.com>
3459
3460 * ia64-tdep.c (elf.h): Don't include.
3461 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
3462
4a0e2f88
JM
34632004-04-07 Jason Molenda (jmolenda@apple.com)
3464
3465 * frame.h: Typeo corrections in comments.
3466
9872ad24
JB
34672004-04-07 Jim Blandy <jimb@redhat.com>
3468
3469 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
3470 %esp and %ebp
3471
70b216c8
MK
34722004-04-07 Mark Kettenis <kettenis@gnu.org>
3473
11d5789c
MK
3474 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
3475 * config/sparc/linux64.mt (TDEPFILES): Likewise.
3476 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3477 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
3478 and solib-legacy.o.
3479 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
3480 solib-svr4.o.
3481 * config/sparc/tm-sol2.h: Update copyright year. Include
3482 "solib.h".
3483
70b216c8
MK
3484 * sparc-sol2-tdep.c: Update copyright year. Include
3485 "solib-svr4.h".
3486 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
3487 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
3488 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 3489 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
3490 dependencies.
3491
6339dc9e
AC
34922004-04-06 Andrew Cagney <cagney@redhat.com>
3493
3494 * infttrace.c: Include "infttrace.h".
3495 * infttrace.h: Include "target.h".
3496 * Makefile.in (infttrace_h): Update.
3497 (infttrace.o): Update.
8718a420 3498
93449403
AC
34992004-04-06 Andrew Cagney <cagney@redhat.com>
3500
6d518969
AC
3501 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
3502 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
3503 move extern declarations from here ...
3504 * infttrace.h: ... to here.
3505 * Makefile.in (hppah-nat.o): Update dependencies.
3506
85f4f2d8
AC
3507 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
3508 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 3509 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
3510 (hppa_breakpoint_from_pc): Delete.
3511
93449403
AC
3512 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
3513
71456ec6
AC
35142004-04-05 Andrew Cagney <cagney@redhat.com>
3515
3516 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
3517 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
3518 <sys/file.h>.
8718a420 3519
4c02c60c
AC
35202004-04-06 Randolph Chung <tausq@debian.org>
3521
3522 Committed by Andrew Cagney (mechanical change).
3523 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
3524 exception_catchpoints_are_fragile, find_stub_with_shl_get,
3525 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
3526 child_enable_exception_callback, current_ex_event,
3527 null_symtab_and_line, child_get_current_exception_event,
3528 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
3529 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
3530 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
3531 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
3532 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
3533 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
3534 Move hpux-specific definitions ...
3535 * hppa-hpux-tdep.c: ... to here.
3536
3a515653
AC
35372004-04-05 Andrew Cagney <cagney@redhat.com>
3538
3539 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
3540 skip_prologue_using_sal.
3541
c1730d02
AC
35422004-04-05 Andrew Cagney <cagney@redhat.com>
3543
3544 * config/i386/tm-i386.h: Delete file.
3545 * config/i386/tm-vxworks.h: Update copyright, do not include
3546 "tm-i386.h".
3547 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
3548 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
3549 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
3550 * config/i386/ncr3000.mt (TM_FILE): Delete.
3551 * config/i386/interix.mt (TM_FILE): Delete.
3552 * config/i386/i386v.mt (TM_FILE): Delete.
3553 * config/i386/i386nw.mt (TM_FILE): Delete.
3554 * config/i386/i386gnu.mt (TM_FILE): Delete.
3555 * config/i386/i386aout.mt (TM_FILE): Delete.
3556 * config/i386/embed.mt (TM_FILE): Delete.
3557
8b67aa36
KB
35582004-04-05 Kevin Buettner <kevinb@redhat.com>
3559
3560 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
3561 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
3562 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
3563 (accg7_regnum): New constants.
3564 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
3565 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
3566 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
3567 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
3568 for accg registers.
3569 (frv_register_sim_regno): Update spr_map[].
3570
3c7012f5
AC
35712004-04-04 Andrew Cagney <cagney@redhat.com>
3572
3573 * config/mips/xm-riscos.h: Delete.
3574 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
3575 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
3576 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
3577 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
3578 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
3579 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
3580 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
3581 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
3582 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
3583 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
3584 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
3585 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
3586 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
3587 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
3588 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
3589 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
3590 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
3591 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
3592 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
3593 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
3594 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
3595 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
3596 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
3597 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
3598 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
3599 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 3600
3c7012f5
AC
3601 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
3602 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
3603 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
3604 * configure.host: Remove m680[01]0-sun-sunos3*,
3605 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
3606 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
3607 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
3608 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
3609 mips-*-riscos*.
3610 * NEWS: Mention removed systems.
3611
99d16a21
AC
36122004-04-04 Andrew Cagney <cagney@redhat.com>
3613
3614 GDB 6.1 release created from 6.1 branch.
3615
6cdf9d98
AC
36162004-04-04 Andrew Cagney <cagney@redhat.com>
3617
98d346c3
AC
3618 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
3619 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3620 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
3621
6cdf9d98
AC
3622 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
3623 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
3624 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
3625
859a326d
JB
36262004-04-03 Jim Blandy <jimb@redhat.com>
3627
3628 * MAINTAINERS: Chris Faylor has changed employers; add him to
3629 "paper trail" section, and update his E-mail address.
3630
b87178c3
AC
36312004-04-03 Andrew Cagney <cagney@redhat.com>
3632
4ea2acf0
AC
3633 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
3634 generic dummy frames.
3635 * dummy-frame.c: Update copyright.
3636 (dummy_frame_sniffer): Delete check for generic dummy frames.
3637
d0bd2d18 3638 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 3639 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
3640 (REG_PARM_STACK_SPACE): Delete.
3641 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
3642 Inline reference to REG_PARM_STACK_SPACE.
3643
b87178c3
AC
3644 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
3645 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
3646 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3647 (FRAME_BASE_BEFORE_SIGTRAMP)
3648 (hppa32_hpux_frame_base_before_sigtramp)
3649 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
3650 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
3651 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
3652 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
3653 (FRAME_BASE_BEFORE_SIGTRAMP)
3654 (hppa64_hpux_frame_base_before_sigtramp)
3655 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
3656
43e2e1a0
AC
36572004-04-03 Andrew Cagney <cagney@redhat.com>
3658
3659 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
3660
ddc135a4
AC
36612004-04-02 Andrew Cagney <cagney@redhat.com>
3662
3663 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
3664 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
3665 * dummy-frame.h: Delete out-of-date comments.
3666 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
3667 * gdbarch.h, gdbarch.c: Re-generate.
3668
d15bfd3a 36692004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 3670
d15bfd3a
AC
3671 Committed by Andrew Cagney <cagney@redhat.com>.
3672 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
3673 into account an instruction saving a register if we have already
3674 seen an earlier instruction saving that same register.
3675
f04ceafa
AC
36762004-04-02 Andrew Cagney <cagney@redhat.com>
3677
08be3abd
AC
3678 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
3679 * gdbarch.h, gdbarch.c: Re-generate.
3680 * frame.c (legacy_get_prev_frame): Delete references to
3681 DEPRECATED_INIT_FRAME_PC_FIRST.
3682
f04ceafa
AC
3683 * infrun.c (pc_in_sigtramp): Delete function.
3684 (check_sigtramp2): Inline call to pc_in_sigtramp, use
3685 get_frame_type.
3686
08e69816
AC
36872004-04-02 Andrew Cagney <cagney@redhat.com>
3688
3689 * infrun.c (handle_step_into_function): Delete code conditional on
3690 legacy_frame_p.
3691 (handle_inferior_event, step_over_function): Ditto.
3692
adb54772
AC
36932004-04-02 Andrew Cagney <cagney@redhat.com>
3694
3695 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
3696 "previous frame inner to this frame" test.
3697
304396fb
AC
36982004-04-02 Andrew Cagney <cagney@redhat.com>
3699
3700 * frame.c (safe_frame_unwind_memory): New function.
3701 * frame.h (safe_frame_unwind_memory): Declare. Update description
3702 of /safe_/ methods.
3703 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
3704 "next_frame". Use safe_frame_unwind_memory.
3705 (tramp_frame_sniffer): Update call to tramp_frame_start.
3706
6502dd73
DJ
37072004-04-01 Daniel Jacobowitz <drow@mvista.com>
3708
3709 * dwarf2read.c (dwarf2_objfile_data_key): New.
3710 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
3711 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
3712 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
3713 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
3714 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
3715 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
3716 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
3717 Remove variables.
3718 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
3719 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
3720 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
3721 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
3722 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
3723 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
3724 Remove macros.
3725 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
3726 data.
3727 (dwarf2_locate_sections, dwarf2_build_psymtabs)
3728 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
3729 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
3730 (read_partial_die, read_full_die, read_indirect_string)
3731 (dwarf_decode_line_header, dwarf_decode_macros)
3732 (dwarf2_symbol_mark_computed): Remove use of removed macros.
3733 Update uses of removed variables.
3734 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
3735 of removed macros.
3736 (_initialize_dwarf2_read): New function.
3737 * symfile.h (dwarf2_has_info): Update prototype.
3738 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
3739 * elfread.c (elf_symfile_read): Likewise.
3740
408752b0
JB
37412004-04-01 Jim Blandy <jimb@redhat.com>
3742
9f744501
JB
3743 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
3744 function for register numbers on all the rs6000-derived targets.
3745 (rs6000_gdbarch_init): Don't register a separate
3746 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
3747 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
3748 variants.
3749
408752b0
JB
3750 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
3751 numbering.
3752
2de41bce
PH
37532004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3754
3755 * valarith.c: Update copyright notice.
3756 (value_add): Handle range types.
3757 (value_sub): Ditto.
3758 (value_equal): Ditto.
3759 (value_less): Ditto.
3760 (value_neg): Ditto.
3761 (value_complement): Ditto.
8718a420 3762 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 3763 eliminiating unnecessary COERCE_ENUMs.
8718a420 3764
5613d8d3
AC
37652004-03-31 Andrew Cagney <cagney@redhat.com>
3766
3767 * frame.h (frame_unwind_id): Declare.
3768 * frame.c (frame_unwind_id): New function.
3769 (get_prev_frame_1): New function.
3770 (frame_debug_got_null_frame): New function.
3771 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
3772 code proper to prev_frame, update description.
3773 * infrun.c (step_over_function): Use frame_unwind_id.
3774
c4557624
JB
37752004-04-31 J. Brobecker <brobecker@gnat.com>
3776
3777 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
3778 (hppa64_push_dummy_call): Likewise.
3779
3e6bb910
JB
37802004-03-30 Jim Blandy <jimb@redhat.com>
3781
3782 From Ulrich Weigand:
3783 * utils.c (query): Do not use a va_list variable multiple times.
3784
a2f23071
DJ
37852004-03-29 Daniel Jacobowitz <drow@mvista.com>
3786
3787 * Makefile.in (linux_nat_h): Update dependencies.
3788 * configure.in: Check for <gnu/libc-version.h>.
3789 * configure: Regenerate.
3790 * config.in: Regenerate.
3791 * linux-nat.h: Include "target.h". Add waitstatus field to
3792 struct lwp_info.
3793 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
3794 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
3795 to.
3796 (lin_lwp_handle_extended): New function. Handle clone events.
3797 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
3798 thread exit events.
3799 (child_wait): Handle clone events.
3800 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
3801 * linux-nat.c (linux_enable_event_reporting): Turn on
3802 PTRACE_O_TRACECLONE.
3803 (linux_handle_extended_wait): Handle clone events.
3804 * thread-db.c: Include <gnu/libc-version.h>.
3805 (struct private_thread_info): Add dying flag.
3806 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
3807 higher.
3808 (attach_thread): Update comments. Handle dying threads.
3809 (detach_thread): Set the dying flag.
3810 (check_event): Always call attach_thread.
3811
8d5f9dcb
DJ
38122004-03-29 Daniel Jacobowitz <drow@mvista.com>
3813
3814 * mips-tdep.c (mips_pdr_data): New.
3815 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
3816 (_initialize_mips_tdep): Initialize mips_pdr_data.
3817
66337bb1
CV
38182004-03-29 Corinna Vinschen <vinschen@redhat.com>
3819
3820 * minsyms.c (install_minimal_symbols): Move dropping leading
3821 char from linkage name from here...
3822 (prim_record_minimal_symbol_and_info): ...to here. Simplify
3823 test for "__gnu_compiled*" symbols.
3824
e802b915
JB
38252004-03-28 Jim Blandy <jimb@redhat.com>
3826
3827 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
3828 registers to temp register r0 and byte stores as prologue
3829 instructions.
3830
72b56458
AC
38312004-03-28 Andrew Cagney <cagney@redhat.com>
3832
3833 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
3834 arm*-*-*.
3835
0bfbda3b
SC
38362004-03-28 Stephane Carrez <stcarrez@nerim.fr>
3837
3838 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
3839 and switch the layout to force a display of register window.
3840
5a7225ed
JB
38412004-02-26 J. Brobecker <brobecker@gnat.com>
3842
3843 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
3844 of the INTEGER class.
3845
81a07a45
JB
38462004-03-26 Jim Blandy <jimb@redhat.com>
3847
3848 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
3849 bytes long on PPC GNU/Linux.
3850
8c691c7a
DC
38512004-03-26 David Carlton <carlton@kealia.com>
3852
3853 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
3854
103a0089
AC
38552004-03-25 Andrew Cagney <cagney@redhat.com>
3856
3857 * PROBLEMS: Add general section titles, remove references to
3858 specific releases.
3859
7a5ea0d4
DJ
38602004-03-25 Daniel Jacobowitz <drow@mvista.com>
3861
3862 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
3863 INT_REGISTER_SIZE.
3864 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
3865 FP_REGISTER_VIRTUAL_SIZE.
3866 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
3867 of DEPRECATED_REGISTER_RAW_SIZE.
3868 (arm_register_type): Add gdbarch argument.
3869 (arm_register_raw_size, arm_register_virtual_size): Delete.
3870 (arm_register_byte, arm_extract_return_value)
3871 (arm_store_return_value, arm_get_longjmp_target): Update references
3872 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
3873 (arm_gdbarch_init): Likewise. Don't set
3874 deprecated_register_raw_size, deprecated_register_virtual_size,
3875 deprecated_max_register_raw_size,
3876 deprecated_max_register_virtual_size, or
3877 deprecated_max_register_virtual_type. Do set register_type.
3878 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
3879 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
3880 (FP_REGISTER_VIRTUAL_SIZE): Delete.
3881 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
3882 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
3883 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
3884 INT_REGISTER_SIZE.
3885 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
3886 (remote_rdp_store_register): Likewise.
3887
5792a79b
DJ
38882004-03-24 Daniel Jacobowitz <drow@mvista.com>
3889
3890 * Makefile.in (mips-linux-tdep.o): Update dependencies.
3891 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
3892 to after osabi initialization.
3893 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
3894 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
3895 functions.
3896 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
3897 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
3898 variables.
3899 (mips_linux_init_abi): Append signal trampoline unwinders.
3900
1196bfda
AC
39012004-03-24 Andrew Cagney <cagney@redhat.com>
3902
3903 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
3904 * tramp-frame.c: Include "gdb_assert.h".
3905 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
3906 correct sizeof.
3907 (tramp_frame_append): Validate the tramp frame's instructions.
3908 * Makefile.in (tramp-frame.o): Update dependencies.
3909
4be282b4
AC
39102004-03-23 Andrew Cagney <cagney@redhat.com>
3911
3912 * trad-frame.h (trad_frame_set_reg_addr): Declare.
3913
69aec09b
AC
39142004-03-23 Andrew Cagney <cagney@redhat.com>
3915
3916 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
3917 Nasser as past testsuite/lib/ (and other) maintainers.
3918
63ed89b4
DJ
39192004-03-23 Daniel Jacobowitz <drow@mvista.com>
3920
3921 * infcmd.c (attach_command): Reread symbols if we already have
3922 an exec file.
3923
f3b36427
AC
39242004-03-23 Andrew Cagney <cagney@redhat.com>
3925
3926 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
3927
aa2a3f87
AC
39282004-03-23 Andrew Cagney <cagney@redhat.com>
3929
3930 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
3931 * gdbarch.h, gdbarch.c: Re-generate.
3932 * i386obsd-tdep.c (i386obsd_init_abi): Update.
3933 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
3934 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 3935 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 3936 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 3937 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
3938 (DEPRECATED_SIGTRAMP_START): Update.
3939 * blockframe.c (find_pc_sect_partial_function): Update.
3940 * arch-utils.c (legacy_pc_in_sigtramp): Update.
3941
00cac895
DJ
39422004-03-23 Daniel Jacobowitz <drow@mvista.com>
3943
3944 * remote.c (remote_open_1): Reopen the exec file and reread symbols
3945 if necessary.
3946
f561f026
AC
39472004-03-23 Andrew Cagney <cagney@redhat.com>
3948
3949 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
3950 predicate, deprecate.
3951 * gdbarch.h, gdbarch.c: Re-generate.
3952 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
3953 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
3954 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
3955 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
3956 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
3957 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
3958 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
3959 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
3960 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
3961 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
3962 * blockframe.c (find_pc_partial_function): Update.
3963 * breakpoint.c (bpstat_what): Update.
3964 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
3965 * frv-linux-tdep.c (frv_linux_init_abi): Update.
3966 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
3967 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
3968 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3969 * i386-linux-tdep.c (i386_linux_init_abi): Update.
3970 * i386-nto-tdep.c (i386nto_init_abi): Update.
3971 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
3972 * i386-tdep.c (i386_sigtramp_frame_sniffer)
3973 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
3974 * i386bsd-tdep.c (i386bsd_init_abi): Update.
3975 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
3976 * i386obsd-tdep.c (i386obsd_init_abi): Update.
3977 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
3978 * infrun.c (pc_in_sigtramp): Update.
3979 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
3980 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
3981 * mips-tdep.c (mips_gdbarch_init): Update.
3982 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
3983 * ppc-linux-tdep.c: Update comment.
3984 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
3985 * shnbsd-tdep.c (shnbsd_init_abi): Update.
3986 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
3987 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
3988 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
3989 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
3990 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
3991 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
3992 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
3993 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 3994
8050c72f
AC
39952004-03-23 Andrew Cagney <cagney@redhat.com>
3996
d2259dd3
AC
3997 * tramp-frame.h, tramp-frame.h: New files.
3998 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
3999 Update rules to include "tramp-frame.h" and "tramp-frame.c".
4000
8050c72f
AC
4001 * Makefile.in: Update all dependencies.
4002
0db9b4b7
AC
40032004-03-23 Andrew Cagney <cagney@redhat.com>
4004
4005 * Makefile.in (trad_frame_h): Add $(frame_h).
4006 * trad-frame.h: Update copyright. Include "frame.h".
4007 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
4008 (trad_frame_set_id, trad_frame_get_id): Declare.
4009 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
4010 * trad-frame.c: Update copyright.
4011 (struct trad_frame_cache): Define.
4012 (trad_frame_cache_zalloc): New function.
4013 (trad_frame_set_id, trad_frame_get_id): New functions.
4014 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 4015
8e645ae7
AC
40162004-03-22 Andrew Cagney <cagney@redhat.com>
4017
4018 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
4019 s390_pltstub_unwind_cache.
4020 (s390_stub_frame_unwind_cache): Rename
4021 s390_pltstub_frame_unwind_cache.
4022 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
4023 (s390_stub_frame_prev_register): Rename
4024 s390_pltstub_frame_prev_register.
4025 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
4026 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
4027
4028 From Ulrich Weigand:
4029 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
4030 pointer calls like PLT calls.
4031
34fcf120
DJ
40322004-03-22 Daniel Jacobowitz <drow@mvista.com>
4033
4034 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
4035 PC rather than the partial function start address. Use the start
4036 address to sanity check the found PDR.
4037
5b917078
DJ
40382004-03-22 Daniel Jacobowitz <drow@mvista.com>
4039
4040 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
4041 linux_handle_extended_wait.
4042
8adf9e78
AC
40432004-03-22 Andrew Cagney <cagney@redhat.com>
4044
c3122434
AC
4045 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
4046 function.
4047
8adf9e78
AC
4048 * frame.h (generic_pop_current_frame): Delete declaration.
4049 (deprecate_pop_dummy_frame): Deprecate
4050 generic_pop_dummy_frame.
4051 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
4052 (generic_pop_current_frame): Delete function.
4053 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
4054 generic_pop_current_frame.
4055 * v850-tdep.c (v850_pop_frame): Update.
4056 * mcore-tdep.c (mcore_pop_frame): Update.
4057 * sh64-tdep.c (sh64_pop_frame): Update.
4058 * h8300-tdep.c (h8300_pop_frame): Update.
4059
90ba813f
AC
40602004-03-22 Andrew Cagney <cagney@redhat.com>
4061
4062 * frame.h (deprecated_pc_in_call_dummy): Rename
4063 generic_pc_in_call_dummy.
4064 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
4065 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
4066 generic_pc_in_call_dummy.
4067 (pc_in_dummy_frame): Make static.
4068 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
4069 * gdbarch.h, gdbarch.c: Re-generate.
4070 * dummy-frame.c (dummy_frame_sniffer): Simplify.
4071 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
4072 (legacy_get_prev_frame): Ditto.
4073 * inferior.h: Delete reference to generic_pc_in_call_dummy in
4074 comment.
8718a420 4075
ca4bb888
AC
40762004-03-21 Andrew Cagney <cagney@redhat.com>
4077
244675f9
AC
4078 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
4079 declaration and out-of-date comment.
4080 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
4081 Delete function.
4082 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
4083 deprecated_pc_in_call_dummy.
4084
ca4bb888
AC
4085 * infrun.c (handle_inferior_event): For non legacy frames, use the
4086 frame ID and frame type to identify a signal trampoline. Update
4087 comments.
4088
1777c7b4
NW
40892004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
4090
4091 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
4092 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
4093
82417da5
AC
40942004-03-21 Andrew Cagney <cagney@redhat.com>
4095
4096 * frame-unwind.h: Update copyright.
4097 (struct frame_data): Add opaque declaration.
4098 (frame_sniffer_ftype): Declare.
4099 (struct frame_unwind): Add "unwind_data" and "sniffer".
4100 (frame_unwind_register_unwinder): Declare.
4101 (frame_unwind_find_by_frame): Add parameter "this_cache".
4102 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
4103 (legacy_get_prev_frame, legacy_get_prev_frame)
4104 (get_frame_type): Pass the prologue_cache to
4105 frame_unwind_find_by_frame.
4106 * frame-unwind.c (struct frame_unwind_table_entry): Add field
4107 "unwinder".
4108 (frame_unwind_register_unwinder): New function.
4109 (frame_unwind_find_by_frame): Handle an unwind sniffer.
4110
b2ba182e
PH
41112004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
4112
4113 * bcache.c (print_percentage): Use floating point to avoid
4114 incorrect results when portion*100 overflows.
4115
81332287
KB
41162004-03-19 Kevin Buettner <kevinb@redhat.com>
4117
4118 * ppc_tdep.h (ppc_linux_frame_saved_pc)
4119 (ppc_linux_init_extra_frame_info)
4120 (ppc_linux_frameless_function_invocation)
4121 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
4122 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
4123 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
4124 (rs6000_frame_chain): Delete declarations.
4125 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
4126 (ppc_linux_init_extra_frame_info)
4127 (ppc_linux_frameless_function_invocation)
4128 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
4129 (ppc_linux_init_abi): Remove registration of above deleted functions.
4130 * rs6000-tdep.c (rs6000_init_extra_frame_info)
4131 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
4132 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
4133 (rs6000_pop_frame, rs6000_frameless_function_invocation)
4134 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
4135 (rs6000_gdbarch_init): Remove registration of above deleted functions.
4136 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
4137 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
4138 frame management for all OSABIs.
4139
61a65099
KB
41402004-03-19 Andrew Cagney <cagney@redhat.com>
4141
4142 Committed by Kevin Buettner <kevinb@redhat.com>.
4143
4144 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
4145 Update copyright.
4146 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
4147 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
4148 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
4149 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
4150 unwinders. #ifdef legacy frame code.
4151 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
4152 "frame-base.h".
4153 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
4154 (struct rs6000_frame_cache, rs6000_frame_cache)
4155 (rs6000_frame_this_id, rs6000_frame_prev_register)
4156 (rs6000_frame_sniffer, rs6000_frame_unwind)
4157 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
4158 (rs6000_frame_base): Implement a traditional frame unwinder.
4159 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
4160 frame unwinder.
4161
88f7da05
KB
41622004-03-19 Kevin Buettner <kevinb@redhat.com>
4163
4164 * breakpoint.c (adjust_breakpoint_address): Don't adjust
4165 breakpoint address for watchpoints or the catch eventpoints.
4166 Add new paramter ``bptype''. Adjust all callers.
4167
f826dce1
AC
41682004-03-19 Andrew Cagney <cagney@redhat.com>
4169
33cb8b0f
AC
4170 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
4171
f826dce1
AC
4172 * PROBLEMS: Delete note that ARM does not use frame code, problem
4173 fixed.
4174
43b1ab88
AC
41752004-03-18 Andrew Cagney <cagney@redhat.com>
4176
292ab034
AC
4177 * stack.c (return_command): Delete code wrapped in #ifdef
4178 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
4179
43b1ab88
AC
4180 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
4181
dbfe4626
AC
41822004-03-18 Andrew Cagney <cagney@redhat.com>
4183
4184 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
4185 DEPRECATED_IN_SIGTRAMP.
4186 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4187 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
4188 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4189 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4190 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4191 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4192 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4193 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
4194 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
4195 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
4196
0cad6aec
AC
41972004-03-18 Andrew Cagney <cagney@redhat.com>
4198
4199 * frame-base.c: Update copyright. Include "gdb_obstack.h".
4200 (struct frame_base_table_entry): Define.
4201 (struct frame_base_table): Re-implement as a linked list.
4202 (frame_base_init): Re-implement.
4203 (frame_base_table): Delete function.
4204 (append_predicate): Delete function.
4205 (frame_base_append_sniffer): Update.
4206 (frame_base_set_default): Update.
4207 (frame_base_find_by_frame): Update.
4208 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
4209 * Makefile.in (frame-base.o): Update dependencies.
4210
9982c2e7
AC
42112004-03-17 Andrew Cagney <cagney@redhat.com>
4212
4213 * frame.c (legacy_get_prev_frame): Pass correct frame to
4214 frame_unwind_find_by_frame.
4215
8dfe8985
DC
42162004-03-17 David Carlton <carlton@kealia.com>
4217
4218 * NEWS: Mention C++ nested types and namespaces
4219
ed47347a
MC
42202004-03-16 Michael Chastain <mec.gnu@mindspring.com>
4221
4222 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
4223 and "Regressions since gdb 5.3.". Add known regressions since
4224 gdb 6.0.
4225
90aeadfc
DC
42262004-03-16 David Carlton <carlton@kealia.com>
4227
4228 * dwarf2read.c (process_structure_scope): Process children even
4229 when we're a declaration.
4230
73912b9b
AC
42312004-03-16 Andrew Cagney <cagney@redhat.com>
4232
4233 * symtab.h (find_pc_sect_partial_function): Delete declaration.
4234 * blockframe.c (find_pc_partial_function)
4235 (find_pc_sect_partial_function): Merge into a single
4236 find_pc_partial_function.
4237
283accbc
MK
42382004-03-16 Mark Kettenis <kettenis@gnu.org>
4239
4240 * i386bsd-nat.c: s/regno/regnum/g.
4241 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
4242 FP0_REGNUM.
4243 (store_inferior_registers): Likewise.
4244
f5b1afdf
MK
42452004-03-16 Mark Kettenis <kettenis@gnu.org>
4246
4247 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
4248 of i387_fill_fsave.
4249 (store_inferior_registers): Call i387_collect_fsave and
4250 i387_collect_fxsave instead of i387_fill_fsave and
4251 i387_fill_fxsave.
4252
41fe5eb3
AC
42532004-03-15 Andrew Cagney <cagney@redhat.com>
4254
4255 * Makefile.in (frame-unwind.o): Update dependencies.
4256 * frame-unwind.c: Include "gdb_obstack.h".
4257 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
4258 parameter.
4259 (append_predicate): Delete function.
4260 (struct frame_unwind_table_entry): New structure.
4261 (struct frame_unwind_table): Replace "sniffer" with "head" and
4262 "tail".
4263 (frame_unwind_append_sniffer): Update.
4264 (frame_unwind_find_by_frame): Update.
4265 (_initialize_frame_unwind): Registe frame_unwind_init using
4266 gdbarch_data_register_pre_init.
4267
3f63813d
MK
42682004-03-15 Mark Kettenis <kettenis@gnu.org>
4269
4270 * i386bsd-nat.c: Update copyright year.
4271 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
4272 define unconditionally.
4273
3248c325 42742004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
4275
4276 * i387-tdep.h (i387_collect_fsave): New prototype.
4277 * i387-tdep.c (i387_collect_fsave): New function containing most
4278 of the code from i387_fill_fsave.
3248c325 4279 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 4280
871fbe6a
MK
42812004-03-15 Mark Kettenis <kettenis@gnu.org>
4282
4283 * i386-linux-tdep.c: Update copyright year.
4284 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
4285 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
4286 svr4_ilp32_link_map_offsets instead of
4287 i386_linux_svr4_fetch_link_map_offsets.
4288
8176b9b8
DC
42892004-03-15 David Carlton <carlton@kealia.com>
4290
4291 Fix for PR c++/1553:
4292 * dwarf2read.c (read_structure_type): Determine type name by
4293 calling determine_class_name.
4294 (determine_class_name): New.
4295 (determine_prefix): Look at TYPE_TAG_NAME and call
4296 determine_class_name when appropriate.
4297 (determine_prefix_aux, class_name): Delete.
9d58e29d 4298 (read_namespace): Set die->type.
8176b9b8 4299
fe8bf7d7
KB
43002004-03-15 Kevin Buettner <kevinb@redhat.com>
4301
4302 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
4303 unused macro definition. The definition in target.h (or perhaps
4304 elsewhere) takes precedence.
4305
ed6edd9b
AC
43062004-03-15 Andrew Cagney <cagney@redhat.com>
4307
f9be684a
AC
4308 * ppc-tdep.h: Update copyright.
4309 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
4310 function signatures to match "regsets.h".
4311 * ppc-linux-tdep.c: Include "regset.h".
4312 (ELF_GREGSET_SIZE): Delete.
4313 (right_supply_register): New function.
4314 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
4315 using right_supply_register.
4316 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
4317 functions.
4318 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
4319 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
4320 (_initialize_ppc_linux_tdep): Do not register
4321 ppc_linux_regset_core_fns.
4322 (ppc_linux_regset_from_core_section): Replace
4323 fetch_core_registers.
4324 (ppc_linux_regset_core_fns): Delete.
4325 * ppc-linux-nat.c: (right_fill_reg): New function.
4326 (supply_gregset): Update call to ppc_linux_supply_gregset.
4327 (fill_gregset): Clear the register set, use right_fill_reg.
4328 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
4329 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
4330
ed6edd9b
AC
4331 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
4332 unsigned.
4333
030f20e1
AC
43342004-03-15 Andrew Cagney <cagney@redhat.com>
4335
4336 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
4337 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
4338 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
4339 and register_gdbarch_data.
4340 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
4341 (struct gdbarch_data): Replace "init" by "pre_init" and
4342 "post_init".
4343 * gdbarch.h, gdbarch.c: Re-generate.
4344 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
4345 with"obstack", use OBSTACK_ZALLOC.
4346 (dwarf2_frame_ops): Delete.
4347 (dwarf2_frame_set_init_reg): Use gdbarch_data.
4348 (dwarf2_frame_init_reg): Use gdbarch_data.
4349 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 4350 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
4351 (_initialize_svr4_solib): Update.
4352 * user-regs.c (_initialize_user_regs): Update.
4353 * reggroups.c (_initialize_reggroup): Update.
4354 * regcache.c (_initialize_regcache): Update.
4355 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
4356 * libunwind-frame.c (_initialize_libunwind_frame): Update.
4357 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4358 * frame-unwind.c (_initialize_frame_unwind): Update.
4359 * frame-base.c (_initialize_frame_base): Update.
4360 * user-regs.c (user_reg_add): Update.
4361 * reggroups.c (reggroup_add): Update.
4362 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
4363 * libunwind-frame.c (libunwind_frame_set_descr): Update.
4364 * frame-unwind.c (frame_unwind_append_sniffer): Update.
4365 * frame-base.c (frame_base_table): Update.
4366 * remote.c (_initialize_remote): Update.
4367 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 4368
3111a3fc
AC
43692004-03-15 Andrew Cagney <cagney@redhat.com>
4370
4371 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
4372
5ecb7103
KB
43732004-03-15 Kevin Buettner <kevinb@redhat.com>
4374
4375 * Makefile.in (frv-linux-tdep.o): Add dependencies.
4376 * frv-linux-tdep.c: New file.
4377 * frv-tdep.c (struct gdbarch_tdep): Add new field
4378 ``sigcontext_reg_addr''.
4379 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
4380 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4381 (frv_sigramp_frame_sniffer): New functions.
4382 (frv_sigtramp_frame_unwind): New static global.
4383 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
4384 sniffers.
4385 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
4386 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
4387
1ccda5e9
KB
43882004-03-15 Kevin Buettner <kevinb@redhat.com>
4389
4390 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
4391 but not via a call to error(), when unable to read memory.
4392
b375a0a5
KB
43932004-03-15 Kevin Buettner <kevinb@redhat.com>
4394
4395 * frv-tdep.c (frv_call_dummy_words): Delete.
4396 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
4397
4fdf6121
AC
43982004-03-15 Andrew Cagney <cagney@redhat.com>
4399
4400 * infrun.c (handle_step_into_function, step_over_function): Only
4401 update and use STEP_FRAME_ID when the system is using legacy
4402 frames. Update comments.
4403
34021503
MK
44042004-03-14 Mark Kettenis <kettenis@gnu.org>
4405
187e21d1
MK
4406 * amd64-linux-tdep.h: Remove file.
4407 * amd64-linux-tdep.c: Don't include "inferior.h" and
4408 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
4409 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
4410 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
4411 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
4412 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
4413 macros.
4414 (user_to_gdb_regmap): Remove variable.
4415 (amd64_linux_gregset_reg_offset): New variable.
4416 (amd64_core_fns): Remove variable.
4417 (fetch_core_registers): Remove function.
4418 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
4419 functions.
4420 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
4421 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
4422 * Makefile.in (amd64_linux_tdep_h): Remove.
4423 (amd64-linux-nat.o): Update dependencies.
4424 (amd64-linux-tdep.o): Update dependencies.
4425
99679982
MK
4426 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
4427 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
4428 functions.
4429 (fetch_inferior_registers, store_inferior_registers): Rewrite.
4430
34021503
MK
4431 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
4432 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
4433
134d01f1
DJ
44342004-03-14 Daniel Jacobowitz <drow@mvista.com>
4435
4436 * dwarf2read.c (read_structure_type): Rename from
8718a420 4437 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
4438 Return immediately if die->type is set. Call read_type_die before
4439 dwarf2_add_member_fn.
4440 (process_structure_scope): New function.
4441 (read_enumeration_type, process_enumeration_scope): New functions,
4442 broken out from read_enumeration. Don't create the enumeration
4443 type if it has already been created.
4444 (read_enumeration): Removed.
4445 (process_die): Call read_structure_type, process_structure_scope,
4446 read_enumeration_type, and process_enumeration_scope. Just call
4447 new_symbol for base and subrange types. Add a comment about other
4448 type dies.
4449 (read_type_die): Call read_enumeration_type.
4450 (add_partial_structure, new_symbol): Update comments.
4451
65760afb
SC
44522004-03-13 Stephane Carrez <stcarrez@nerim.fr>
4453
4454 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
4455
10f59415
SC
44562004-03-13 Stephane Carrez <stcarrez@nerim.fr>
4457
4458 * tui/tui-win.h (tui_get_cmd_list): Declare.
4459 * tui/tui-win.c (tui_command): New function.
4460 (tui_get_cmd_list): New function.
4461 (_initialize_tui_win): Moved initialization of tui command in
4462 tui_get_cmd_list.
4463
4464 * tui/tui-data.c (init_content_element): Setup new data members.
4465 (init_win_info): Likewise.
4466 (free_content_elements): Free it.
4467 * tui/tui-data.h (struct tui_data_element): Store the register
4468 content to print.
4469 (struct tui_data_info): Keep the current register group.
4470
4471 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
4472
4473 * tui/tui-regs.h (tui_show_registers): Update prototype.
4474 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
4475 (tui_resize_all): No need to calculate anything for register window.
4476 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
4477 (tui_set_register_element, tui_set_general_regs_content): Remove.
4478 (tui_set_special_regs_content): Remove.
4479 (tui_set_general_and_special_regs_content): Remove.
4480 (tui_set_float_regs_content): Remove.
4481 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
4482 (tui_set_regs_content): Remove.
4483 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
4484 (tui_v_show_registers_command_support): Remove.
4485 (tui_show_registers): Use a reggroup to specify the registers to show.
4486 (tui_show_register_group): New function.
4487 (tui_display_registers_from): Compute the layout of register window
4488 and refresh with new API; be sure to delete old register windows.
4489 (tui_check_register_values): Update to use tui_get_register and
4490 tui_display_data.
4491 (tui_display_register): Just refresh the register window part.
4492 (tui_register_format): Format registers and save in tui_data_element.
4493 (tui_get_register): New to combine tui_reg_value_has_changed and
4494 tui_get_register_raw_value; fix to use the new gdb API.
4495 (tui_show_float_command): Renamed tui_reg_float_command.
4496 (tui_show_general_command): Renamed tui_reg_general_command.
4497 (tui_show_special_command): Renamed tui_reg_system_command.
4498 (_initialize_tui_regs): Remove unused commands.
4499
c3364ea4
MK
45002004-03-13 Mark Kettenis <kettenis@gnu.org>
4501
27d1e716
MK
4502 * NEWS (New native configurations): Mention OpenBSD/amd64.
4503
c3364ea4
MK
4504 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
4505 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
4506 Remove defines.
4507 * config/i386/nm-fbsd64.h: Likewise.
4508 * config/i386/nm-obsd.h: Likewise.
4509 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
4510 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
4511
b2d6d697
KB
45122004-03-12 Kevin Buettner <kevinb@redhat.com>
4513
4514 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
4515 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
4516 New constants.
4517
76e43199
KB
4518 From Richard Sandiford <rsandifo@redhat.com>:
4519 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
4520
34ce532e
KB
45212004-03-12 Kevin Buettner <kevinb@redhat.com>
4522
4523 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
4524 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
4525 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
4526 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
4527 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
4528 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
4529 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
4530 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
4531 definitions from frv-tdep.c to frv-tdep.h.
4532
c4d10515
KB
45332004-03-12 Kevin Buettner <kevinb@redhat.com>
4534
4535 Add shared library support for FR-V FDPIC ABI:
4536 * Makefile.in (solib-frv.o): Add dependencies.
4537 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
4538 New functions.
4539 (frv_push_dummy_call): Add support for FDPIC ABI.
4540 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
4541 for FDPIC ABI.
4542 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
4543 (frv_fdpic_find_canonical_descriptor): Declare.
4544 * solib-frv.c: New file.
4545 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
4546 * config/frv/tm-frv.h (solib.h): Include.
4547
ed1bd989
KB
45482004-03-12 Kevin Buettner <kevinb@redhat.com>
4549
4550 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
4551 (frv-tdep.o): Update dependencies.
4552 * frv-tdep.h: New file.
4553 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
4554 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
4555 constants.
4556 (struct gdbarch_tdep): Add new member ``frv_abi''.
4557 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
4558 functions.
4559 (new_variant): Set ``frv_abi'' field.
4560 (gdb_arch_init): Detect FDPIC executables.
4561
82b38f72
MK
45622004-03-12 Mark Kettenis <kettenis@gnu.org>
4563
4564 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
4565 wrapper.
4566
db1ea9ba
AC
45672004-03-11 Andrew Cagney <cagney@redhat.com>
4568
4569 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
4570
f8766ec1
KB
45712004-03-11 Kevin Buettner <kevinb@redhat.com>
4572
4573 * solist.h (master_so_list): New function.
4574 * solib.c (master_so_list): Likewise.
4575 * solib-svr4.c (enable_break): Iterate over so_list entries
4576 obtained from master list instead of entries obtained directly
4577 via svr4_current_sos().
4578
523f6a27
BE
45792004-03-10 Ben Elliston <bje@gnu.org>
4580
4581 * MAINTAINERS: Update my mail address.
4582
37814c18
KI
45832004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4584
4585 * remote-m32r-sdi.c: Support hardware watchpoint.
4586
8b9740d8
DJ
45872004-03-09 Daniel Jacobowitz <drow@mvista.com>
4588
4589 * user-regs.c: Update copyright years.
4590 (struct user_regs): Rename to gdb_user_regs.
4591 (append_user_reg, builtin_user_regs, user_regs_init)
4592 (user_reg_add, user_reg_map_name_to_regnum)
4593 (usernum_to_user_reg): Update.
4594
4bb7a0a7
DJ
45952004-03-09 Daniel Jacobowitz <drow@mvista.com>
4596
4597 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
4598 (skip_children): New functions.
4599 (locate_pdi_sibling): Call skip_children.
4600
44e1a9eb
DJ
46012004-03-09 Daniel Jacobowitz <drow@mvista.com>
4602
4603 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
4604 * gdbtypes.c (check_typedef): Update comments.
4605
f3dd6933
DJ
46062004-03-09 Daniel Jacobowitz <drow@mvista.com>
4607
4608 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
4609 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
4610 pointer. Update comment about comp_unit_head.
4611 (struct abbrev_info): Shorten two int flags.
4612 (dwarf_alloc_abbrev): Take a CU argument.
4613 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
4614 each time through the loop. Update cleanup argument.
4615 (psymtab_to_symtab_1): Update cleanup call.
4616 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
4617 abbrev_obstack.
4618 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
4619 Just call obstack_free and clear the pointer.
4620
b40c7d58
DJ
46212004-03-09 Daniel Jacobowitz <drow@mvista.com>
4622
4623 * infrun.c (handle_inferior_event): Remove short-circuit code for
4624 events in a different thread.
4625
333dabeb
DJ
46262004-03-09 Daniel Jacobowitz <drow@mvista.com>
4627
4628 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
4629 print the whole transfer.
4630 (initialize_targets): Update description of "set debug target".
4631
aa17d93e
DJ
46322004-03-09 Daniel Jacobowitz <drow@mvista.com>
4633
4634 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
4635
0b71f08f
NW
46362004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
4637
4638 * MAINTAINERS (write after approval): Add myself.
4639
3930f270
CV
46402004-03-08 Corinna Vinschen <vinschen@redhat.com>
4641
4642 * sh-tdep.c (sh_print_registers_info): Use for loop.
4643 Don't skip multiple registers when a float register is encountered.
4644
a2b4a96c
CV
46452004-03-08 Corinna Vinschen <vinschen@redhat.com>
4646
4647 Fix PR tdep/1291.
4648 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
4649 to official SH documentation.
4650
f15a4bc0
AC
46512004-03-07 Andrew Cagney <cagney@redhat.com>
4652
4653 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
4654 unused function.
4655
9498281f
DJ
46562004-03-07 Daniel Jacobowitz <drow@mvista.com>
4657
4658 * arm-tdep.c (thumb_get_next_pc): Handle BX.
4659 (arm_get_next_pc): Handle BX and BLX.
4660
449e1137
AC
46612004-03-07 Andrew Cagney <cagney@redhat.com>
4662
eded0a31
AC
4663 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
4664 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
4665 HPPA_SP_REGNUM.
4666 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
4667 (hppa_target_read_fp): Delete.
4668 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
4669 register_virtual_size, max_register_raw_size,
4670 max_register_virtual_size, register_byte, register_size,
4671 target_read_fp, fp_regnum, and register_bytes. Set register_type
4672 instead of register_virtual_type.
4673 (hppa32_register_type, hppa64_register_type): Replace
4674 hppa32_register_virtual_type and hppa64_register_virtual_type.
4675 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
4676 (HPPA_FP_REGNUM): Define.
4677
f5f907e2
AC
4678 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
4679
69b4bbe4
AC
4680 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
4681 (pa_do_registers_info): Delete.
4682 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 4683 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 4684 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 4685
78161e48
AC
4686 * infcall.c (legacy_push_dummy_code): Delete #ifdef
4687 GDB_TARGET_IS_HPPA code.
4688 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 4689 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
4690 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
4691 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
4692 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
4693 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
4694 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 4695 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
4696 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
4697 (hppa_frameless_function_invocation, hppa64_store_return_value)
4698 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 4699 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 4700 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 4701 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
4702 (find_proc_framesize, deposit_21, restore_pc_queue)
4703 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 4704 (rp_saved, pc_in_linker_stub): Delete.
78161e48 4705
782eae8b
AC
4706 Unconditionally enable 64-bit frame and ABI code.
4707 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
4708 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
4709 push_dummy_frame, fix_call_dummy, push_arguments,
4710 call_dummy_location, extract_return_value, use_struct_convention,
4711 store_return_value, store_struct_return, saved_pc_after_call,
4712 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
4713 frame_chain, frame_chain_valid, frameless_function_invocation,
4714 frame_saved_pc, and pop_frame.
78161e48 4715
449e1137
AC
4716 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
4717 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
4718 (hppa_gdbarch_init): Do not set PC_REGNUM.
4719
12507572
MK
47202004-03-06 Mark Kettenis <kettenis@gnu.org>
4721
4722 * config/alpha/tm-fbsd.h: Remove file.
4723 * config/alpha/fbsd.mt: Tweak comment.
4724 (TM_FILE): Set to tm-alpha.h.
4725
c107cc1b
AC
47262004-03-05 Andrew Cagney <cagney@redhat.com>
4727
4728 * infrun.c (step_over_function): When non-legacy code, and no
4729 step_frame_id, use the unwinder to get the caller's frame ID.
4730
f2e7c15d
MK
47312004-03-05 Mark Kettenis <kettenis@gnu.org>
4732
8b0c3633
MK
4733 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
4734 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
4735 bfd_arch_unknown. Adjust comment.
4736
f2e7c15d
MK
4737 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
4738 * i386obsd-tdep.c: Correct spelling in comment.
4739 * i386nbsd-tdep.c: Correct spelling in comment.
4740 * sparc-tdep.c: Correct spelling in comments.
4741
1198ecbe
DC
47422004-03-05 David Carlton <carlton@kealia.com>
4743
4744 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
4745 bug.
4746
9eb42ed1
MK
47472004-03-05 Mark Kettenis <kettenis@gnu.org>
4748
4749 * sparc-tdep.c: Fix typo in comment.
4750
52b5e991
JB
47512004-03-04 J. Brobecker <brobecker@gnat.com>
4752
4753 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
4754
d8151005
DJ
47552004-03-04 Daniel Jacobowitz <drow@mvista.com>
4756
4757 * dwarf2read.c: Add comment describing memory lifetimes.
4758 (struct dwarf2_pinfo): Update comment.
4759 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
4760 (read_enumeration, new_symbol): Don't use obsavestring.
4761
cbeae229
MK
47622004-03-04 Mark Kettenis <kettenis@gnu.org>
4763
722d18c2
MK
4764 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
4765 instead of amd64_fill_fxsave.
4766 * amd64bsd-nat.c (store_inferior_registers): Likewise.
4767 * amd64fbsd-nat.c (fill_fpregset): Likewise.
4768
cbeae229
MK
4769 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
4770 Reorganize code a bit.
4771
b4206d25
OF
47722004-03-04 Orjan Friberg <orjanf@axis.com>
4773
4774 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
4775 when the frame pointer is pushed. Don't set the frame pointer's
4776 address on the stack unless it's actually located there.
b4206d25
OF
4777 Set the SRP's address on the stack correctly when the PC is still in
4778 the prologue.
4779 (cris_return_value): New function.
4780 (cris_gdbarch_init): Clear deprecated store_return_value,
4781 extract_return_value.
4782
49b0b195
JB
47832004-03-02 Jim Blandy <jimb@redhat.com>
4784
4785 * stabsread.c (reg_value_complaint): The maximum register number
4786 is one less than the number of registers.
4787
e9ff708b
AC
47882004-03-02 Andrew Cagney <cagney@redhat.com>
4789
4790 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
4791 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
4792 trailing comma and redundant assignment of I386_ST0_REGNUM.
4793 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
4794 32-bit segment registers.
4795
d4715e41
AC
47962004-03-01 Andrew Cagney <cagney@redhat.com>
4797
4798 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
4799 use frame_relative_level and get_next_frame.
4800
3ce2bf18
AC
48012004-02-29 Andrew Cagney <cagney@redhat.com>
4802
4803 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
4804 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
4805 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
4806 Delete macro.
4807
2da6aac3
DJ
48082004-02-29 Daniel Jacobowitz <drow@mvista.com>
4809
4810 * inflow.c (terminal_inferior): Don't give up the terminal if we
4811 previously couldn't get the inferior's terminal state.
4812
6ba34a8d
DJ
48132004-02-29 Daniel Jacobowitz <drow@mvista.com>
4814
4815 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
4816 PC_REGNUM.
4817
faae5abe
AC
48182004-02-28 Andrew Cagney <cagney@redhat.com>
4819
4820 * NEWS: Refer to GDB 6.1.
4821 * README: Refer to GDB 6.1.
4822 * PROBLEMS: Refer to GDB 6.1.
4823
2227a3c5
DJ
48242004-02-28 Daniel Jacobowitz <drow@mvista.com>
4825
4826 * thread-db.c (disable_thread_signals): Remove unused function.
4827
80571bff
MK
48282004-02-28 Mark Kettenis <kettenis@gnu.org>
4829
041bd74b
MK
4830 * amd64-nat.c: Include "gdb_string.h".
4831 (amd64_collect_native_gregset): Zero-extend the 32-bit
4832 general-purpose registers and %eip.
4833
3c017e40
MK
4834 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
4835 * amd64-tdep.c (amd64_collect_fxsave): New function.
4836 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
4837
80571bff
MK
4838 * i387-tdep.h: Update copyright year.
4839 (i387_collect_fxsave): New prototype.
4840 * i387-tdep.c: Update copyright year.
4841 (i387_collect_fxsave): New function containing most of the code
4842 from i387_fill_fxsave.
4843 (i387_fill_fxsave): Call i387_collect_fxsave.
4844
50d71875
AC
48452004-02-28 Andrew Cagney <cagney@redhat.com>
4846
4847 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
4848 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
4849
4a28816e
MK
48502004-02-28 Mark Kettenis <kettenis@gnu.org>
4851
4852 * amd64-tdep.c (amd64_frame_cache): Fix comment.
4853
dbda9972
AC
48542004-02-28 Andrew Cagney <cagney@redhat.com>
4855
4856 * utils.c: Use "", instead of <>, to include readline.
4857 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
4858 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
4859 * source.c, solib.c, exec.c, event-top.c: Ditto.
4860 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
4861 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
4862 * Makefile.in: Update all dependencies.
4863 (readline_tilde_h, readline_history_h): Define.
4864 (readline_headers): Delete.
4865
83277a99
MK
48662004-02-28 Mark Kettenis <kettenis@gnu.org>
4867
91ae4303
MK
4868 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
4869 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
4870 "config/i386/tm-lx64.h".
4871
83277a99
MK
4872 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
4873 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
4874 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
4875
6e1d7d6c
AC
48762004-02-28 Andrew Cagney <cagney@redhat.com>
4877
ecc9ac84
AC
4878 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
4879
6e1d7d6c
AC
4880 * breakpoint.c (_initialize_breakpoint): Use
4881 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
4882 Add help to show command.
4883
9671aeef
MK
48842004-02-28 Mark Kettenis <kettenis@gnu.org>
4885
7fa2737c
MK
4886 * i386-nat.c: Reformat to be closer to coding standards.
4887 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
4888 `retval'. Make variables `align' and `size' local to while-loop.
4889 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
4890 (_initialize_i386_nat): New prototype.
4891
9671aeef
MK
4892 * tui/tui.c: Include <readline/readline.h> instead of
4893 "readline/readline.h". Include it after <term.h> and
4894 "gdb_curses.h".
4895
fca7aa43
AC
48962004-02-27 Andrew Cagney <cagney@redhat.com>
4897
412275d5
AC
4898 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
4899 the new frame unwind code.
4900 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
4901 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
4902 PCOQ_HEAD_REGNUM.
4903
fca7aa43
AC
4904 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
4905 "return_value" and "push_dummy_call".
4906 (hppa32_use_struct_convention): Delete unused function.
4907 (hppa32_store_return_value): Delete unused function.
4908 (hppa32_extract_return_value): Delete unused function.
4909 (hppa32_stack_align): Delete function.
4910
e6a8a7d2
EZ
49112004-02-27 Eli Zaretskii <eliz@elta.co.il>
4912
4913 * coffread.c (enter_linenos): Don't let rawptr reference memory
4914 outside linetab[]'s limits.
4915
1797a8f6
AC
49162004-02-27 Andrew Cagney <cagney@redhat.com>
4917
4918 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
4919 inferior stack space - the stack needs to grow upwards.
4920 (hppa32_frame_align): New function.
4921 (hppa64_frame_align): Replace hppa_frame_align.
4922 (hppa_gdbarch_init): Update.
4923
2e4b5889
OF
49242004-02-26 Orjan Friberg <orjanf@axis.com>
4925
4926 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
4927 (dwarf2-frame.h): Include.
4928 (enum cris_regnums): New enum CRIS_FP_REGNUM.
4929 Remove static variables related to ABI setting.
4930 (struct gdbarch_tdep): Remove cris_abi member.
4931 (struct frame_extra_info): Remove.
4932 (cris_unwind_cache, stack_item): New structs.
4933 (cris_frame_unwind, cris_frame_base): New variables.
4934 (push_stack_item, pop_stack_item)
4935 (cris_frame_unwind_cache, cris_frame_this_id)
4936 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
4937 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
4938 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
4939 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
4940 (cris_reg_struct_has_addr): New functions.
4941 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 4942 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
4943 (cris_store_struct_return, cris_frameless_function_invocation)
4944 (cris_pop_frame, cris_skip_prologue_main)
4945 (cris_abi_original_store_return_value)
4946 (cris_abi_v2_store_return_value)
4947 (cris_abi_original_extract_return_value)
4948 (cris_abi_v2_extract_return_value)
4949 (cris_abi_original_reg_struct_has_addr)
4950 (cris_abi_v2_reg_struct_has_addr)
4951 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
4952 (cris_push_return_address, cris_abi_update): Remove.
4953 (_initialize_cris_tdep): Remove ABI command.
4954 (cris_dump_tdep): Ditto.
8718a420 4955 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
4956 Set store_return_value, extract_return_value, push_dummy_code,
4957 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
4958 frame_unwind_append_sniffer, frame_base_set_default.
4959 Clear deprecated init_frame_pc, push_arguments, store_return_value,
4960 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
4961 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 4962 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
4963 init_extra_frame_info, frameless_function_invocation, frame_chain,
4964 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
4965 dummy_write_sp.
8718a420 4966
6b9acc27
JJ
49672004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4968
4969 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
4970 * valprint.c (print_hex_chars): Change from static to external.
4971 (print_char_chars): New function.
4972 * printcmd.c (print_scalar_formatted): For integer and enum types
4973 that are longer than LONGEST, perform processing via appropriate
4974 print_*_chars routines.
4975
a431654a
AC
49762004-02-26 Andrew Cagney <cagney@redhat.com>
4977
4978 * Makefile.in: Update dependencies.
4979 Changes from Ulrich Weigand,
4980 * s390-tdep.c: Include "dwarf2-frame.h".
4981 (s390_dwarf2_frame_init_reg): New function.
4982 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
4983 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
4984
fa8d40ab
JJ
49852004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4986
4987 * breakpoint.c (pending_break_support): New setting variable.
4988 (break_command_1): Account for pending_break_support setting
4989 when creating pending breakpoints.
4990 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
4991 (_initialize_breakpoint): Add "set breakpoint pending" and
4992 "show breakpoint pending" commands.
4993
0dcd613f
AC
49942004-02-26 Andrew Cagney <cagney@redhat.com>
4995
4996 Fix PR i18n/1570.
4997 * charset.c (backslashable, backslashed, represented): Remove 'e'
4998 from list of escaped characters, not part of ISO-C.
4999
479272a3
JB
50002004-02-25 J. Brobecker <brobecker@gnat.com>
5001
5002 From Peter Schauer <schauer@pdf.de>:
5003 * tui/tui.c: Move system header includes after local includes.
5004 Fixes a build failure on solaris systems.
5005
7613d933
JB
50062004-02-25 J. Brobecker <brobecker@gnat.com>
5007
5008 * configure.in: Refine the previous change.
5009 * configure: Regenerate.
5010
9c1488cb
MK
50112004-02-25 Mark Kettenis <kettenis@gnu.org>
5012
5013 * amd64-tdep.h: Renamed from x86-64-tdep.h.
5014 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
5015 "amd64-tdep.h" instead of "x86-64-tdep.h".
5016 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
5017 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
5018 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
5019 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
5020 and "x86-64-tdep.c".
5021 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
5022 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
5023 and "x86-64-tdep.c".
5024 * amd64bsd-nat.c: Update copyright year.
5025 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
5026 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
5027 "x86-64-tdep.h".
5028 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
5029 "x86-64-tdep.h".
5030 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
5031 "x86-64-tdep.h".
5032 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
5033 "x86-64-tdep.h".
5034 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
5035 "x86-64-tdep.h".
5036 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
5037 "x86-64-tdep.h".
8718a420 5038 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
5039 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
5040 * Makefile.in (amd64_linux_tdep_h): Renamed from
5041 x86_64_linux_tdep_h.
5042 (amd64_tdep_h): Renamed from x86_64_tdep_h.
5043 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
5044 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
5045 (amd64obsd-tdep.o): Update dependencies.
5046 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
5047 dependencies.
5048 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
5049 dependencies.
5050 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
5051 amd64-linux-nat.c amd64-linux-tdep.c.
5052 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
5053 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
5054 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
5055 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
5056 amd64-tdep.o and amd64-linux-tdep.o.
5057 (TM_FILE): Set to tm-linux64.h.
5058 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
5059 (NAT_FILE): Set to nm-linux64.h.
5060 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
5061 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
5062 amd64-tdep.o.
5063 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
5064 amd64-tdep.o.
5065 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
5066 amd64-tdep.o.
5067
4b8dad4a
RM
50682004-02-25 Roland McGrath <roland@redhat.com>
5069
5070 * remote.c (remote_protocol_qPart_auxv): New variable.
5071 (init_all_packet_configs): Initialize it.
5072 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
5073 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
5074 (show_remote_cmd): Call it.
5075 (_initialize_remote): Initialize commands.
5076 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
5077 service TARGET_OBJECT_AUXV requests.
5078
66745969
JB
50792004-02-25 J. Brobecker <brobecker@gnat.com>
5080
5081 * configure.in: Make sure that the wborder function is available.
5082 Otherwise, search for it in the cur_colr library.
5083 * configure: Regenerate.
5084
79508e1e
AC
50852004-02-25 Andrew Cagney <cagney@redhat.com>
5086
5087 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
5088
571ee600
MK
50892004-02-25 Mark Kettenis <kettenis@gnu.org>
5090
5091 * config/i386/tm-x86-64linux.h: Tweak comments.
5092
2b1b322f 50932004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
5094
5095 * MAINTAINERS: Add self to write-after-approval list.
5096
4d2acc65
AC
50972004-02-25 Andrew Cagney <cagney@redhat.com>
5098
4b8dad4a 5099 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
5100 * cli/cli-script.c (execute_control_command): Unconditionally
5101 install a cleanup. Default "ret" to "invalid_control". Use
5102 "break" instead of "return" to escape from the switch.
5103
4cfcaf21
JB
51042004-02-24 J. Brobecker <brobecker@gnat.com>
5105
5106 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
5107 with the lines macro defined in term.h on AiX.
5108 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
5109 a collision with the label_width macro defined in term.h on AiX.
5110
54a5c8d8
KB
51112004-02-23 David Mosberger <davidm@hpl.hp.com>
5112
5113 Committed by Kevin Buettner <kevinb@redhat.com>.
5114
5115 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
5116 * ia64-tdep.c (ia64_write_pc): Make it a global function.
5117 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
5118 instead of ia64_write_pc().
5119 * ia64-linux-tdep.c (regcache.h): Include.
5120 (ia64_linux_write_pc): New function.
4b8dad4a 5121
8a1dac83
RM
51222004-02-23 Roland McGrath <roland@redhat.com>
5123
5124 * auxv.c (info_auxv_command): Fix typos in error messages.
5125
90f90721
MK
51262004-02-23 Mark Kettenis <kettenis@gnu.org>
5127
8a1dac83 5128 * x86-64-tdep.h: Tweak comment.
90f90721
MK
5129 (enum amd64_regnum): New.
5130 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
5131 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
5132 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
5133 (X86_64_XMM1_REGNUM): Removed.
5134 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
5135 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
5136 prototypes for renamed functions.
5137 * x86-64-tdep.c: Fix typo.
5138 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
5139 register numbers.
5140 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
5141 Use constants from `enum amd64_regnum' for register numbers.
5142 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
5143 (amd64_analyze_prologue, amd64_frame_cache,
5144 amd64_sigtramp_frame_cache): Use constants from `enum
5145 amd64_regnum' for register numbers.
5146 (amd64_supply_fpregset): Adjust for renamed functions.
5147 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
5148 `enum amd64_regnum' for register numbers.
5149 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
5150 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
5151 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
5152 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
5153 (amd64_linux_fill_gregset): Adjust for renamed macros.
5154 (fetch_core_registers): Adjust for renamed functions.
5155 (amd64_linux_init_abi): Adjust for renamed functions.
5156 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
5157 renamed functions.
5158 * amd64-nat.c: Adjust for renamed macros.
5159 * amd64bsd-nat.c (fetch_inferior_registers)
5160 (store_inferior_registers): Use constants from `enum amd64_regnum'
5161 for register numbers. Adjust for renamed variables.
5162 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
5163 renamed variables.
5164 (_initialize_amd64fbsd_nat): Use constants from `enum
5165 amd64_regnum' for register numbers.
5166 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
5167 `enum amd64_regnum' for register numbers.
5168 (amd64fbsd_init_abi): Adjust for renamed functions.
5169 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
5170 `enum amd64_regnum' for register numbers.
5171 (amd64nbsd_init_abi): Adjust for renamed functions.
5172 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
5173 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
5174 `enum amd64_regnum' for register numbers.
5175 (amd64obsd_init_abi): Adjust for renamed functions.
5176 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
5177
d5479188
JJ
51782004-02-23 Jeff Johnston <jjohnstn@redhat.com>
5179
5180 * breakpoint.c (print_one_breakpoint): Do not output spaces
5181 after printing <PENDING> for a pending breakpoint.
5182
81cb7cc9
JJ
51832004-02-23 Jeff Johnston <jjohnstn@redhat.com>
5184
5185 * printcmd.c (print_scalar_formatted): Initialize val_long
5186 to remove compiler warning message.
5187
cbdeadca
JJ
51882004-02-23 Jeff Johnston <jjohnstn@redhat.com>
5189
5190 * defs.h (nquery, yquery): New prototypes.
5191 * breakpoint.c (break_command_1): Use new nquery interface.
5192 * utils.c (defaulted_query, nquery, yquery): New functions.
5193
da6bab63
AC
51942004-02-23 Andrew Cagney <cagney@redhat.com>
5195
2f690297
AC
5196 * hppa-tdep.c (hppa_frame_align): New function.
5197 (hppa32_push_dummy_call): New function.
5198 (hppa64_push_dummy_call): New function.
5199 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
5200 disabled.
8a1dac83 5201
da6bab63
AC
5202 * infcall.c (legacy_push_dummy_code): Don't call deprecated
5203 FIX_CALL_DUMMY when push_dummy_call is available.
5204 (call_function_by_hand, push_dummy_code): Ditto.
5205
abf9b42d
AC
52062004-02-22 Andrew Cagney <cagney@redhat.com>
5207
5208 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
5209 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
5210 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
5211 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
5212 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
5213 call_dummy_location to ON_STACK.
5214
10fc94a4
MK
52152004-02-22 Mark Kettenis <kettenis@gnu.org>
5216
51433e4b
MK
5217 * x86-64-linux-tdep.c: Tweak comment.
5218 (amd64_linux_supply_gregset): Renamed from
5219 x86_64_linux_supply_gresget.
5220 (amd64_linux_fill_gregset): Renamed from
5221 x86_64_linux_fill_gregset.
5222 (fetch_core_registers): Adjust for renamed functions.
5223 (amd64_core_fns): Renamed from x86_64_core_fns.
5224 (amd64_linux_sigtramp_start): Renamed from
5225 x86_64_linux_sigtramp_start.
5226 (amd64_linux_pc_in_sigtramp): Renamed from
5227 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
5228 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
5229 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
5230 (amd64_linux_sigcontext_addr): Renamed from
5231 x86_64_linux_sigcontext_addr.
5232 (amd64_linux_sc_reg_offset): Renamed from
5233 x86_64_linux_sc_reg_offset.
5234 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
5235 Adjust for renamed functions and variables.
5236 (_initialize_amd64_linux_tdep): Renamed from
5237 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
5238 variables.
5239 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
5240 Adjust for renamed functions.
5241
430eaf2e
MK
5242 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
5243 from x86_64_linux_gregset64_reg_offset.
5244 (amd64_linux_gregset32_reg_offset): Rename from
5245 x86_64_linux_gregset64_reg_offset.
5246 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
5247 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
5248 (amd64_linux_dr_set_control): Renamed from
5249 x86_64_linux_dr_set_control. Adjust for renamed functions.
5250 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
5251 Adjust for renamed functions.
5252 (amd64_linux_dr_reset_addr): Renamed from
5253 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
5254 (amd64_linux_dr_get_status): Renamed from
5255 x86_64_linux_dr_get_status. Adjust for renamed functions.
5256 (_initialize_amd64_linux_nat): Renamed from
5257 _initialize_x86_64_linux_nat. Adjust for renamed variables and
5258 functions.
5259 * config/i386/nm-x86-64linux.h: Update copyright year.
5260 Adjust for renamed functions.
5261
10fc94a4
MK
5262 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
5263 amd64fbsd_sigtramp_start.
5264 (amd64fbsd_sigtramp_end_addr): Renamed from
5265 amd64fbsd_sigtramp_end.
5266 (amd64fbsd_init_abi): Adjust for renamed variables.
5267 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
5268 variables.
5269 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
5270 amd64fbsd_sigtramp_start.
5271 (amd64fbsd_sigtramp_end_addr): Renamed from
5272 amd64fbsd_sigtramp_end.
5273
343af405
AC
52742004-02-22 Andrew Cagney <cagney@redhat.com>
5275
537987fc
AC
5276 * hppa-tdep.c (hppa32_return_value): New function.
5277 (hppa64_return_value): New function.
5278 (hppa_gdbarch_init): Set return_value; keep disabled.
5279
fad850b2
AC
5280 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
5281 struct-return and inferior function call methods.
5282
26d08f08
AC
5283 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
5284 "frame-base.h".
5285 (struct hppa_frame_cache): Define.
5286 (hppa_frame_cache, hppa_frame_this_id): New functions.
5287 (hppa_frame_prev_register): New function.
5288 (hppa_frame_unwind, hppa_frame_base): New variables.
5289 (hppa_frame_unwind_sniffer): New function.
5290 (hppa_frame_base_address, hppa_unwind_pc): New function.
5291 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
5292 sniffer, and frame base sniffer; keep disabled.
5293 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
5294 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
5295
e7d7bd65
AC
5296 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
5297 to predicates for "seriously old code".
5298
e963316f
AC
5299 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
5300 runtime if(0).
5301
56132691
AC
5302 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
5303 unsigned.
5304 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 5305
343af405
AC
5306 * config/pa/tm-hppa.h: Update copyright.
5307 (DEPRECATED_INIT_FRAME_PC): Delete macro.
5308 (deprecated_init_frame_pc_default): Delete declaration.
5309 (hppa_frame_init_saved_regs): Delete declaration.
5310 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
5311 * hppa-tdep.c: Include "arch-utils.h".
5312 (hppa_gdbarch_init): Set deprecated init_frame_pc
5313 and deprecated frame_init_saved_regs.
5314 (hppa_frame_init_saved_regs): Make static.
5315
f5859b4d
MK
53162004-02-22 Mark Kettenis <kettenis@gnu.org>
5317
86f6f8e7 5318 Remove old 386BSD support.
cf7c5c23 5319 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
5320 * configure.host: Remove i[34567]86-*-bsd*.
5321 * configure.tgt: Remove i[34567]86-*-bsd*.
5322 * i386b-nat.c: Removed.
5323 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
5324 (i386b-nat.o): Remove dependencies.
5325
86f6f8e7
MK
5326 * config/i386/i386bsd.mh: Removed.
5327 * config/i386/i386bsd.mt: Removed.
5328 * config/i386/nm-i386bsd.h: Removed.
5329 * config/i386/tm-i386bsd.h: Removed.
5330 * config/i386/xm-i386bsd.h: Removed.
5331
971218cd
MK
5332 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
5333
7e654c37
MK
5334 * amd64fbsd-tdep.c: Include "solib-svr4.h".
5335 (amd64fbsd_init_abi): Set link map offsets.
5336 * amd64nbsd-tdep.c: Include "slib-svr4.h".
5337 (amd64nbsd_init_abi): Set link map offsets.
5338 * amd64obsd-tdep.c: Include "solib-svr4.h".
5339 (amd64obsd_init_abi): Set link map offsets.
5340 * i386fbsd-tdep.c: Include "solib-svr4.h".
5341 (i386fbsd_init_abi): Set link map offsets.
5342 * i386nbsd-tdep.c: Include "solib-svr4.h".
5343 (i386nbsdelf_init_abi): Set link map offsets.
5344 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
5345 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
5346 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
5347 solib-legacy.o and core-aout.o. Reformat.
5348 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
5349 solib-svr4.o, solib-legacy.o. Reformat.
5350 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
5351 * config/i386/nbsdelf.mh: Reformat.
5352 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
5353 solib-svr4.o, solib-legacy.o and corelow.o.
5354 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
5355 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
5356 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
5357 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
5358 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
5359 (TM_FILE): Set to tm-fbsd.h.
5360 * config/i386/nbsd.mt (TDEPFILES): Reformat.
5361 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
5362 solib-svr4.o.
5363 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
5364 solib-svr4.o.
5365 (TM_FILE): Set to nm-nbsd.h.
5366 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
5367 Simplify shared library support. Don't include "elf/common.h".
5368 (SVR4_SHARED_LIBS): Don't define.
5369 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
5370 "solib.h".
5371 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
5372 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
5373 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
5374 Don't include "i386/tm-i386.h". Include "solib.h".
5375 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
5376 Don't include "i386/tm-i386.h".
5377 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
5378 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
5379 Include "i386/xm-i386.h".
5380 (HOST_LONG_DOUBLE_FORMAT): Remove.
5381
5d93ae8c
MK
5382 Fix OpenBSD/i386 sigtramp recognition.
5383 * i386-tdep.h: Update copyright year.
5384 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
5385 (i386bsd_sigtramp_end): New prototypes.
5386 (i386fbsd_sigtramp_start_addr): Renamed from
5387 i386fbsd_sigtramp_start.
5388 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
5389 (i386obsd_sigtramp_start_addr): Renamed from
5390 i386obsd_sigtramp_start.
5391 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
5392 * i386bsd-tdep.c: Update copyright year.
5393 (i386bsd_pc_in_sigtramp): Make public.
5394 * i386fbsd-nat.c: Update copyright year.
5395 (_initialize_i386fbsd_nat): Adjust for renamed variables.
5396 * i386fbsd-tdep.c: Update copyright year.
5397 (i386fbsd_sigtramp_start_addr): Renamed from
5398 i386fbsd_sigtramp_start.
5399 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
5400 (i386fbsdaout_init_abi): Adjust for renamed variables.
5401 * i386obsd-nat.c: Update copyright year.
5402 (_initialize_i386obsd_nat): Adjust for renamed variables.
5403 * i386obsd-tdep.c: Include "target.h".
5404 (i386obsd_page_size): New variable.
5405 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
5406 (i386obsd_sigtramp_end): New functions.
5407 (i386obsd_sigtramp_start_addr): Renamed from
5408 i386obsd_sigtramp_start.
5409 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
5410 (i386obsd_init_abi): Adjust for renamed variables. Set
5411 pc_in_sigtramp, sigtramp_start and sigtramp_end.
5412 * Makefile.in (i386obsd-tdep.o): Update dependencies.
5413
84d04465
MK
5414 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
5415 trampoline change in OpenBSD kernel.
5416
b053aceb
MK
5417 * amd64-nat.c: Update copyright year.
5418 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
5419 architecture from REGCACHE.
5420
f5859b4d
MK
5421 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
5422 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
5423
e4bbbda8
MK
54242004-02-21 Mark Kettenis <kettenis@gnu.org>
5425
ba361932
MK
5426 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
5427 i[34567]86-*-openbsd3.[0-3].
5428 * config/i386/obsdaout.mh: New file.
5429
d3e48264
MK
5430 * config/i386/obsd.mh (MH_FLAGS): Remove.
5431
60a6eeb6
MK
5432 Fix PR build/1549.
5433 * i386obsd-tdep.c: Update copyright years. Include
5434 "solib-svr4.h".
5435 (i386obsd_init_abi): Don't set regset_from_core_section here.
5436 (i386obsd_aout_init_abi): New function. Set
5437 regset_from_core_section here.
5438 (i386obsd_elf_init_abi): New function.
5439 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
5440 * Makefile.in (i386obsd-tdep.o): Update dependecies.
5441 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
5442 (TM_FILE): Set to tm-nbsd.h.
5443
5444 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
5445 solib-sunos.o.
5446
e4bbbda8
MK
5447 * solib-svr4.h: Update copyright year.
5448 (svr4_ilp32_fetch_link_map_offsets)
5449 (svr4_lp64_fetch_link_map_offsets): New prototype.
5450 * solib-svr4.c: Update copyright year.
5451 (svr4_ilp32_fetch_link_map_offsets)
5452 (svr4_lp64_fetch_link_map_offsets): New function.
5453
f6fe98ef
DJ
54542004-02-20 Daniel Jacobowitz <drow@mvista.com>
5455
5456 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
5457 to the partial symbol table.
5458
589ca796
JB
54592004-02-20 J. brobecker <brobecker@gnat.com>
5460
5461 * PROBLEMS: Add description of problem documented under gdb/1560.
5462
2031c21a
MK
54632004-02-20 Mark Kettenis <kettenis@gnu.org>
5464
30b344b1
MK
5465 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
5466 comments.
5467 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
5468 functions.
5469 (amd64obsd_init_abi): Reorder initializations. Use
5470 amd64obsd_r_reg_offset to initialize the general-purpose register
5471 set details. Set regset_from_core_section.
5472 (_initialize_amd64obsd_tdep): Rename from
5473 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
5474 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
5475 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
5476
2031c21a
MK
5477 * NEWS (New native configurations): Mention OpenBSD/alpha.
5478 * configure.tgt: Add alpha*-*-openbsd*.
5479 * configure.host: Add alpha*-*-openbsd*.
5480 * alphanbsd-tdep.c: Update copyright year.
5481 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
5482
42471775
AC
54832004-02-20 Andrew Cagney <cagney@redhat.com>
5484
5485 Fix PR tdep/1372.
5486 * configure.tgt: Delete target "none-*-*".
5487 * configure.host: Delete host "none-*-*".
5488 * config/none/none.mh: Delete file.
5489 * config/none/none.mt: Delete file.
5490 * config/none/xm-none.h: Delete file.
5491 * config/none/tm-none.h: Delete file.
5492 * config/none/nm-none.h: Delete file.
5493
960ccd7d
FF
54942004-02-19 Fred Fish <fnf@redhat.com>
5495
5496 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
5497 cache->uses_fp prior to setting it.
5498
5f883edd
FF
54992004-02-19 Fred Fish <fnf@redhat.com>
5500
5501 Fix for PR breakpoint/1558.
5502 * sh-tdep.c (IS_JSR): New macro.
5503 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
5504
f98c22d5
JB
55052004-02-19 Jim Blandy <jimb@redhat.com>
5506
5507 * findvar.c (value_from_register): Doc fix.
5508
95051d27
JJ
55092004-02-19 Jeff Johnston <jjohnstn@redhat.com>
5510
5511 * printcmd.c (print_scalar_formatted): Do not check for sizeof
5512 type being greater than sizeof of host's LONGEST. Always use
5513 unpack_long() unless format 'f' chosen.
5514
ccefbec3
EZ
55152004-02-19 Joel Brobecker <brobecker@gnat.com>
5516
5517 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 5518
ccefbec3
EZ
5519 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
5520 contains a symbol wich is the best, non-exact match for the given
5521 pc. Update comments.
5522
55232004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 5524
2ede629f
EZ
5525 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
5526 macro, which was part of the now removed Mach 3 port.
5527 * utils.c (request_quit): Ditto.
5528
567ee972
MK
55292004-02-18 Mark Kettenis <kettenis@gnu.org>
5530
5531 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
5532 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
5533
50cca7bb
MK
55342004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5535
5536 Committed by Mark Kettenis <kettenis@gnu.org>.
5537
5538 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
5539 Define.
5540
226361c4
AC
55412004-02-18 Andrew Cagney <cagney@redhat.com>
5542
5543 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
5544 CONFIG_INSTALL and CONFIG_UNINSTALL.
5545 * configure: Re-generate.
5546 * interps.h (INTERP_TUI): Define.
5547 * Makefile.in: Update dependencies.
5548 (TUI): New macro.
5549 (tui-main.o): Specify dependencies.
5550 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
5551 * tui/tui-main.c: New file.
5552
49cfa46f
MK
55532004-02-18 Mark Kettenis <kettenis@gnu.org>
5554
e2879ccb
MK
5555 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
5556 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
5557 dependencies.
5558 * configure.host: Add x86_64-*-openbsd*.
5559 * configure.tgt: Add x86_64-*-openbsd*.
5560 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
5561
c43f4bec
MK
5562 * tui/tui.c: Don't include <malloc.h>.
5563
09ae75b6
MK
5564 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
5565 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
5566 amd64nbsd-tdep.c.
5567
49cfa46f 5568 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 5569 static. Remove extraneous whitespace.
49cfa46f
MK
5570 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
5571 static.
5572
05957fdb
JB
55732004-02-17 Jim Blandy <jimb@redhat.com>
5574
5575 * findvar.c (value_from_register): Doc fix.
5576
d0f54f9d
JB
55772004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5578
5579 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 5580
8a1dac83 5581 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
5582 CORE_ADDR as type for selectors. Correct types for GNU run time
5583 message lookup function to use double indirection.
5584 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
5585 * objc-lang.h (lookup_child_selector): Adapt prototype.
5586
9cbd5950
JB
5587 * s390-nat.c (SUBOFF): New macro.
5588 (supply_gregset, fill_gregset): Use it to handle debugging
5589 of 32-bit exectuables running under a 64-bit kernel.
5590 * s390-tdep.c: Include "solib-svr4.h".
5591 (s390_svr4_fetch_link_map_offset): New function.
5592 (s390x_svr_fetch_link_map_offset): Likewise.
5593 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
5594 * Makefile.in (s390-tdep.o): Update dependencies.
5595
a8c99f38
JB
5596 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
5597 "frame-unwind.h".
5598 (s390_readinstruction): Reformat. Use read_memory_nobpt.
5599 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
5600 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
5601 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
5602 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
5603 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 5604 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
5605 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
5606 (struct frame_extra_info): Remove.
5607 (s390_memset_extra_info): Remove.
f73b1eff
JB
5608 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
5609 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
5610 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
5611 (is_rse): Renamed to ...
5612 (is_rsy): ... this. Support long displacements.
5613 (is_rxe): Renamed to ...
5614 (is_rxy): ... this. Support long displacements.
5615 (compute_x_addr): Support long displacements.
5616 (struct s390_prologue_data): New data type.
5617 (s390_on_stack): Change API to use struct s390_prologue_data.
5618 (s390_store): Reimplement.
5619 (s390_load): New function.
5620 (s390_get_signal_frame_info): Remove.
5621 (s390_get_frame_info): Remove, replace by ...
5622 (s390_analyze_prolog): ... this new function.
5623 (s390_check_function_end): Remove.
5624 (s390_function_start): Remove.
5625 (s390_frameless_function_invokation): Remove.
5626 (s390_is_sigreturn): Remove.
5627 (s390_init_frame_pc_first): Remove.
5628 (s390_init_frame_extra_info): Remove.
5629 (s390_frame_init_saved_regs): Remove.
5630 (s390_frame_saved_pc_nofix): Remove.
5631 (s390_frame_saved_pc): Remove.
5632 (s390_frame_chain): Remove.
5633 (s390_fp_regnum, s390_read_fp): Remove.
5634 (s390_pop_frame_regular, s390_pop_frame): Remove.
5635 (s390_saved_pc_after_call): Remove.
5636 (s390_skip_prologue): Reimplement.
5637 (s390_in_function_epilogue_p): Support long displacements.
5638 (struct s390_unwind_cache): New data structure.
5639 (s390_frame_unwind_cache): New function.
5640 (s390_prologue_frame_unwind_cache): Likewise.
5641 (s390_backchain_frame_unwind_cache): Likewise.
5642 (s390_frame_this_id, s390_frame_prev_register): Likewise.
5643 (s390_frame_unwind): Define.
5644 (s390_frame_sniffer): New function.
5645 (struct s390_pltstub_unwind_cache): New data structure.
5646 (s390_pltstub_frame_unwind_cache): New function.
5647 (s390_pltstub_frame_this_id): Likewise.
5648 (s390_pltstub_frame_prev_register): Likewise.
5649 (s390_pltstub_frame_unwind): Define.
5650 (s390_pltstub_frame_sniffer): New function.
5651 (struct s390_sigtramp_unwind_cache): New data structure.
5652 (s390_sigtramp_frame_unwind_cache): New function.
5653 (s390_sigtramp_frame_this_id): Likewise.
5654 (s390_sigtramp_frame_prev_register): Likewise.
5655 (s390_sigtramp_frame_unwind): Define.
5656 (s390_sigtramp_frame_sniffer): New function.
5657 (s390_frame_base_address, s390_local_base_address): New functions.
5658 (s390_frame_base): Define.
5659 (s390_unwind_pc, s390_unwind_sp): New function.
5660 (s390_push_dummy_call): Use new frame base location.
5661 (s390_unwind_dummy_id): Likewise.
5662 (s390_gdbarch_init): Remove calls to:
5663 set_gdbarch_frameless_function_invocation,
5664 set_gdbarch_deprecated_init_frame_pc,
5665 set_gdbarch_deprecated_frame_chain,
5666 set_gdbarch_deprecated_frame_init_saved_regs,
5667 set_gdbarch_deprecated_pop_frame,
5668 set_gdbarch_deprecated_init_extra_frame_info,
5669 set_gdbarch_deprecated_init_frame_pc_first,
5670 set_gdbarch_deprecated_target_read_fp,
5671 set_gdbarch_deprecated_frame_saved_pc,
5672 set_gdbarch_deprecated_saved_pc_after_call,
5673 set_gdbarch_deprecated_fp_regnum.
5674 Add calls to:
5675 set_gdbarch_in_solib_call_trampoline,
5676 frame_unwind_append_sniffer,
5677 frame_base_set_default,
5678 set_gdbarch_unwind_pc,
5679 set_gdbarch_unwind_sp.
5680 * Makefile.in (s390-tdep.o): Update dependencies.
5681
b0cf273e
JB
5682 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
5683 (S390_STACK_FRAME_OVERHEAD): Remove.
5684 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
5685 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
5686 (s390_promote_integer_argument): Remove.
5687 (s390_cannot_extract_struct_value_address): Remove.
5688 (s390_use_struct_convention, s390_store_struct_return): Remove.
5689 (s390_extract_return_value, s390_store_return_value): Remove.
5690 (s390_return_value_convention, s390_return_value): New functions.
5691 (is_float_singleton): Handle typedefs.
8a1dac83 5692 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
5693 Remove, replace by ...
5694 (s390_function_arg_pass_by_reference, s390_function_arg_float,
5695 s390_function_arg_integer): ... these new functions.
5696 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
5697 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
5698 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
5699 Fill in tdep->abi.
5700 Remove calls to:
5701 set_gdbarch_deprecated_store_struct_return,
5702 set_gdbarch_deprecated_extract_return_value,
5703 set_gdbarch_deprecated_store_return_value,
5704 set_gdbarch_use_struct_convention,
5705 set_gdbarch_extract_struct_value_address,
5706 set_gdbarch_deprecated_pc_in_call_dummy,
5707 set_gdbarch_deprecated_push_arguments,
5708 set_gdbarch_deprecated_save_dummy_frame_tos,
5709 set_gdbarch_deprecated_push_return_address,
5710 set_gdbarch_deprecated_sizeof_call_dummy_words,
5711 set_gdbarch_deprecated_call_dummy_words,
5712 set_gdbarch_deprecated_dummy_write_sp.
5713 Add calls to:
5714 set_gdbarch_push_dummy_call,
5715 set_gdbarch_unwind_dummy_id,
5716 set_gdbarch_return_value.
8a1dac83 5717
e1457d83
JB
5718 * config/s390/nm-linux.h: Update comments.
5719 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
5720 (STOPPED_BY_WATCHPOINT): Redefine.
5721 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
5722 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
5723 (s390_stopped_by_watchpoint): Likewise.
5724 (watch_area_cnt): Remove.
5725 * s390-nat.c: Update comments.
5726 (watch_area): Remove typedef.
5727 Global replace watch_area by struct watch_area.
5728 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 5729 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
5730 use s390_inferior_tid. Add short-cut for the no watchpoint case.
5731 (s390_fix_watch_points): Remove pid argument,
5732 use s390_inferior_tid. Recompute area spanned by watchpoints.
5733 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
5734 argument. Reimplement.
5735
d0f54f9d
JB
5736 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
5737 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
5738 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 5739 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
5740 core-regset.o.
5741 * config/s390/s390x.mt: Remove.
5742 * config/s390/tm-s390.h: Remove.
5743 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
5744 (TARGET_ELF64): Remove.
5745 (SKIP_TRAMPOLINE_CODE): Do not undefine.
5746 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
5747 s390*-*-* case; always set gdb_target to s390.
5748 * regformats/reg-s390.dat: Remove control registers.
5749 * regformats/reg-s390x.dat: Likewise.
5750 * s390-tdep.h: New file.
8a1dac83 5751 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
5752 Include "inferior.h" and "s390-tdep.h".
5753 Remove private definition of offsetof.
5754 (s390_register_u_addr): Remove.
5755 (regmap_gregset, regmap_fpregset): Define.
5756 (supply_gregset, fill_gregset): Reimplement.
5757 (supply_fpregset, fill_fpregset): Likewise.
5758 (s390_inferior_tid): New function.
5759 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
5760 (fetch_inferior_registers, store_inferior_registers): Likewise.
5761 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
5762 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
5763 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
5764 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
5765 (struct gdbarch_tdep): Define.
5766 (struct s390_register_info): Define.
5767 (s390_register_info): New variable.
5768 (s390_register_name): Reimplement.
5769 (s390_register_type): New function.
5770 (s390_register_raw_size, s390x_register_raw_size): Remove.
5771 (s390_cannot_fetch_register): Remove.
5772 (s390_register_byte): Remove.
5773 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
5774 (s390_dwarf_regmap): New variable.
5775 (s390_dwarf_reg_to_regnum): New function.
5776 (s390_stab_reg_to_regnum): Remove.
5777 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
5778 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
5779 (s390_convert_register_p): Likewise.
5780 (s390_register_to_value, s390_value_to_register): Likewise.
5781 (s390_register_reggroup_p): Likewise.
5782 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
5783 s390_gregset, s390x_gregset, s390_fpregset): New variables.
5784 (s390_supply_regset, s390_regset_from_core_section): New functions.
5785 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
5786 (S390_FPR_SIZE): Likewise.
5787 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
5788 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
5789 (S390_NUM_GPRS): Move here from tm-s390.h.
5790 (S390_NUM_FPRS): Likewise.
5791 (s390_in_function_epilogue_p): New function.
5792 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
5793 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
5794 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
5795 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
5796 Replace S390_FP_REGNUM by S390_SP_REGNUM.
5797 Remove calls to:
5798 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
5799 set_gdbarch_deprecated_max_register_virtual_size,
5800 set_gdbarch_deprecated_register_byte,
d0f54f9d 5801 set_gdbarch_cannot_fetch_register,
8a1dac83 5802 set_gdbarch_cannot_store_register,
d0f54f9d
JB
5803 set_gdbarch_deprecated_register_size,
5804 set_gdbarch_deprecated_register_raw_size,
5805 set_gdbarch_deprecated_register_virtual_size,
5806 set_gdbarch_deprecated_register_virtual_type,
5807 set_gdbarch_deprecated_register_bytes.
5808 Add calls to:
5809 set_gdbarch_num_pseudo_regs,
5810 set_gdbarch_register_type,
5811 set_gdbarch_convert_register_p,
5812 set_gdbarch_register_to_value,
5813 set_gdbarch_value_to_register,
5814 set_gdbarch_register_reggroup_p,
5815 set_gdbarch_regset_from_core_section,
5816 set_gdbarch_pseudo_register_read,
5817 set_gdbarch_pseudo_register_write,
5818 set_gdbarch_in_function_epilogue_p.
5819 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
5820 (s390_tdep_h): New variable.
5821
8cfe231d
JB
58222004-02-17 Jim Blandy <jimb@redhat.com>
5823
4589a601
JB
5824 * findvar.c (value_from_register): If the type has no length, just
5825 return an acceptable value --- don't report an internal error.
5826
8cfe231d
JB
5827 * stabsread.c (read_type): If we find any type numbers that are
5828 forward references, complain if the references aren't resolved by
5829 the time we're finished reading.
5830 (cleanup_undefined_types): Make error message more appropriate for
5831 a complaint.
5832
5bf0017e
EZ
58332004-02-17 Elena Zannoni <ezannoni@redhat.com>
5834
9d62932d
EZ
5835 * Makefile.in (defs_h): Remove dependency on progress_h.
5836 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
5837 progress.h.
5838 * main.c (captured_main): Delete use of START_PROGRESS and
5839 END_PROGRESS.
5840
58412004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 5842
5bf0017e
EZ
5843 * objfiles.c (terminate_minimal_symbol_table): Add back
5844 initialization of MSYMBOL_TYPE.
5845
9fc9f5e2
AC
58462004-02-17 David Mosberger <davidm@hpl.hp.com>
5847
5848 Committed by Andrew Cagney.
5849 * Makefile.in (ia64_tdep_h): New macro.
5850 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
5851 (ia64-tdep.o): Likewise.
5852 * ia64-tdep.h: New file.
5853 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
5854 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
5855 (ia64_aix_sigcontext_register_address): Likewise.
5856 (ia64_linux_getunwind_table): Delete declaration.
5857 * ia64-linux-tdep.c: Likewise.
5858
76cd2bd9
CV
58592004-02-17 Corinna Vinschen <vinschen@redhat.com>
5860
5861 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
5862 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
5863 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
5864
634aa483
AC
58652004-02-17 Andrew Cagney <cagney@redhat.com>
5866
5867 * symtab.c (skip_prologue_using_sal): New function.
5868 * symtab.h (skip_prologue_using_sal): Declare.
5869 * frv-tdep.c: Include "symtab.h".
5870 (skip_prologue_using_sal): Delete function.
5871 * mips-tdep.c (skip_prologue_using_sal): Delete function.
5872 * rs6000-tdep.c (refine_prologue_limit): Mention
5873 skip_prologue_using_sal.
5874 * ia64-tdep.c (refine_prologue_limit): Ditto.
5875 * Makefile.in: Update dependencies.
5876
58772004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 5878
39ce7b3f
AC
5879 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
5880 START_INFERIOR_TRAPS_EXPECTED.
5881 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
5882 START_INFERIOR_TRAPS_EXPECTED.
5883 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
5884 Delete macro.
5885 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
5886 macro, moved to "nm-osf.h". Update copyright.
5887 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
5888 update copyright.
5889
19772a2c
AC
5890 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
5891 and function replacing FRAMELESS_FUNCTION_INVOCATION.
5892 * blockframe.c (legacy_frameless_look_for_prologue): Rename
5893 frameless_look_for_prologue.
5894 * frame.h (legacy_frameless_look_for_prologue): Rename
5895 frameless_look_for_prologue.
5896 * gdbarch.h, gdbarch.c: Re-generate.
5897 * sh64-tdep.c (sh64_gdbarch_init): Update.
5898 * sh-tdep.c (sh_gdbarch_init): Update.
5899 * s390-tdep.c (s390_gdbarch_init): Update.
5900 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5901 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5902 * m68k-tdep.c (m68k_gdbarch_init): Update.
5903 (delta68_frame_args_address): Update.
5904 * m32r-tdep.c (m32r_gdbarch_init): Update.
5905 * hppa-tdep.c (hppa_gdbarch_init): Update.
5906 * h8300-tdep.c (h8300_gdbarch_init): Update.
5907 * frv-tdep.c (frv_gdbarch_init): Update.
5908 (frv_frameless_function_invocation): Update.
5909 * cris-tdep.c (cris_gdbarch_init): Update.
5910 (cris_frameless_function_invocation): Update.
5911 * avr-tdep.c (avr_gdbarch_init): Update.
5912 * arm-tdep.c (arm_gdbarch_init): Update.
5913 * stack.c (frame_info): Update, call predicate.
5914 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
5915 * frame.c (legacy_get_prev_frame): Update, call predicate..
5916 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
5917 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
5918 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
5919 invocation.
5920 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5921 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5922 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
5923
5924 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
5925 function.
5926
7dcaac91
DJ
59272004-02-16 Daniel Jacobowitz <drow@mvista.com>
5928
5929 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
5930 initializations.
5931
88289b6e
AC
59322004-02-16 Andrew Cagney <cagney@redhat.com>
5933
5934 * tui/tui-windata.c: Include "gdb_string.h".
5935 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
5936 * tui/tui-layout.c, tui/tui-command.c: Ditto.
5937 * Makefile.in: Update dependencies.
5938
9f976b41
DJ
59392004-02-16 Daniel Jacobowitz <drow@mvista.com>
5940
5941 * Makefile.in (infrun.o): Add $(gdb_assert_h).
5942 * infrun.c: Include "gdb_assert.h".
5943 (singlestep_ptid, saved_singlestep_ptid)
5944 (stepping_past_singlestep_breakpoint): New variables.
5945 (resume): Set singlestep_ptid. Check for singlestep thread
5946 hop.
5947 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
5948 (handle_inferior_event): Handle singlestep thread hop.
5949
c324d747
AC
59502004-02-16 Andrew Cagney <cagney@redhat.com>
5951
f090b9b1
AC
5952 * dwarf2-frame.c (dwarf2_frame_ops): New function.
5953 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
5954 (dwarf2_frame_init_reg): Ditto.
5955
fd33e6cb
AC
5956 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
5957 suggested by Joshua Neuheisel
5958
c324d747
AC
5959 * configure.in: Always check for curses, including pdcurses.
5960 Warn, instead of error, when no curses are found. Enable TUI when
5961 curses is available.
5962 * configure: Re-generate.
5963
b66ba949
CV
59642004-02-16 Corinna Vinschen <vinschen@redhat.com>
5965
5966 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
5967 sh_sh4_register_convert_to_virtual.
5968 (sh_register_convert_to_raw): Rename from
5969 sh_sh4_register_convert_to_raw.
5970 (sh_pseudo_register_read): Accomodate above name change.
5971 (sh_pseudo_register_write): Ditto.
5972
b58cbbf2
CV
59732004-02-16 Corinna Vinschen <vinschen@redhat.com>
5974
5975 * sh-tdep.c (sh_generic_register_name): Remove.
5976 (sh_gdbarch_init): Use sh_sh_register_name in default case.
5977
5929a910
AC
59782004-02-15 Andrew Cagney <cagney@redhat.com>
5979
4566dfcf
AC
5980 * configure.in (build_warnings): Add -Wunused-function.
5981 * configure: Re-generate.
5982
db11ed55
AC
5983 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
5984 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
5985
46ac7a5d
AC
5986 * procfs.c (procfs_init_inferior): Assume that
5987 START_INFERIOR_TRAPS_EXPECTED is defined.
5988 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
5989 * config/ns32k/tm-nbsd.h: Delete file,
5990 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
5991
ba801595
AC
5992 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
5993 * config/vax/tm-vax.h: Delete file.
5994
5929a910
AC
5995 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5996 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5997 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5998 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5999 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
6000 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6001 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
6002
8f22cb90
MK
60032004-02-15 Mark Kettenis <kettenis@gnu.org>
6004
6005 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
6006 * dwarf2-frame.c (dwarf2_frame_data): New variable.
6007 (struct dwarf2_frame_ops): New.
6008 (dwarf2_frame_default_init_reg): New function, based on
6009 dwarf2_frame_init_reg.
6010 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
6011 (dwarf2_frame_init_reg): Call architecture-specific function.
6012 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
6013 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
6014 instead of dwarf2_frame_data.
6015 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
6016 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
6017
8132723e
AC
60182004-02-15 Andrew Cagney <cagney@redhat.com>
6019
046a4708
AC
6020 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
6021 register_gdbarch_swap.
6022 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
6023 * f-lang.c (_initialize_f_language): Update, use
6024 DEPRECATED_REGISTER_GDBARCH_SWAP.
6025 * remote.c (_initialize_remote): Ditto.
6026 * regcache.c (_initialize_regcache): Ditto.
6027 * parse.c (_initialize_parse): Ditto.
6028 * infrun.c (_initialize_infrun): Ditto.
6029 * mi/mi-main.c (_initialize_mi_main): Ditto.
6030 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 6031
549c1eea
AC
6032 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
6033 poking .cacheable directly.
6034 * symfile.c (symfile_bfd_open): Ditto.
6035
0c0b39de
AC
6036 * Makefile.in: Update all dependencies.
6037
8132723e
AC
6038 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
6039 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
6040 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
6041 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
6042 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 6043
b9d26eb9
AC
60442004-02-14 Andrew Cagney <cagney@redhat.com>
6045
8e1f669a
AC
6046 * arch-utils.c (legacy_convert_register_p): Check
6047 DEPRECATED_REGISTER_CONVERTIBLE_P.
6048 * findvar.c (value_of_register): Ditto.
6049
cd0bfa36
AC
6050 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
6051 * gdbarch.h, gdbarch.c: Re-generate.
6052 * arch-utils.c (deprecated_register_convertible_not): Delete.
6053 * arch-utils.h (deprecated_register_convertible_not): Delete.
6054 * mi/mi-main.c (get_register): Update. Update copyright.
6055 * infcmd.c (default_print_registers_info): Update.
6056
b9d26eb9
AC
6057 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6058 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
6059 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 6060 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
6061 * frame.c (deprecated_get_next_frame_hack): Delete function.
6062 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
6063 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6064 Update.
6065 * infcall.c (call_function_by_hand): Update.
6066
9ab9195f
EZ
60672004-02-14 Elena Zannoni <ezannoni@redhat.com>
6068
6069 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 6070 from here...
9ab9195f
EZ
6071 * objfiles.c (init_entry_point_info, entry_point_address):..to
6072 here.
6073 * symfile.h (init_entry_point_info, entry_point_address): Remove
6074 prototypes.
6075 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 6076 prototypes.
9ab9195f
EZ
6077 * cris-tdep.c: Remove include of symfile.h. Add include of
6078 objfiles.h.
6079 * infcall.c: Ditto.
6080 * mcore-tdep.c: Ditto.
6081 * mn10300-tdep.c: Ditto.
6082 * sh64-tdep.c: Ditto.
6083 * v850-tdep.c: Ditto.
6084 * arm-tdep.c: Remove include of symfile.h.
6085 * blockframe.c: Ditto.
6086 * coffread.c: Ditto.
6087 * dbxread.c: Ditto.
6088 * dwarf2read.c: Ditto.
6089 * dwarfread.c: Ditto.
8a1dac83 6090 * frv-tdep.c: Ditto.
9ab9195f
EZ
6091 * ia64-tdep.c: Ditto.
6092 * mdebugread.c: Ditto.
6093 * mipsread.c: Ditto.
8a1dac83 6094 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
6095 * s390-tdep.c: Ditto.
6096 * sh-tdep.c: Ditto.
8a1dac83 6097 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
6098 * gdbarch.sh: Remove include of symfile.h.
6099 * gdbarch.c: Regenerate.
6100 * solib-irix.c (enable_break): Use entry_point_address().
6101 Add comment about include file.
6102 * xcoffread.c: Add comment about include file.
8a1dac83
RM
6103 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
6104 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
6105 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
6106 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
6107 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
6108
c4c5b7ba
AC
61092004-02-13 Andrew Cagney <cagney@redhat.com>
6110
6111 * corelow.c (core_xfer_partial): Use "struct bfd_section".
6112 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
6113 copyright.
6114 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
6115
3e7879de
FF
61162004-02-12 Fred Fish <fnf@redhat.com>
6117
6118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
6119 set_gdbarch_store_return_value.
6120
6a7760b6
AC
61212004-02-12 Andrew Cagney <cagney@redhat.com>
6122
6123 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
6124 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
6125 (interrupt_query): Ditto.
6126 (ofunc): Delete unused variable.
6127 * cris-tdep.c (cris_abi): Delete unused function.
6128 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
6129 (cris_get_wide_opcode, cris_get_short_size): Ditto.
6130 (cris_get_asr_quick_shift_steps): Ditto.
6131 (cris_skip_prologue_frameless_p): Ditto.
6132 * arm-tdep.c (arm_push_return_address): Delete unused function.
6133 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
6134 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
6135 * s390-tdep.c (s390_function_start): Delete unused function.
6136
31687c3c
AC
61372004-02-12 Andrew Cagney <cagney@redhat.com>
6138
6139 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
6140 gdbarch.h, gdbarch.c: Re-generate.
6141 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
6142 to generic_prologue_frameless_p.
6143 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
6144 * arch-utils.c (generic_prologue_frameless_p): Delete function.
6145
6de918a6
DJ
61462004-02-11 Daniel Jacobowitz <drow@mvista.com>
6147
6148 * mips-linux-tdep.c: Include "frame.h".
6149 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
6150 (mips_linux_skip_resolver): New functions.
6151 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
6152 and set_gdbarch_in_solib_call_trampoline.
6153 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
6154 to after set_gdbarch_in_solib_return_trampoline. Only set the
6155 solib hooks to mips16 functions if the OS ABI is unknown.
6156 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
6157 including "config/tm-linux.h".
6158 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
6159 * Makefile.in (mips-linux-tdep.o): Update.
6160
87b3ede8
DC
61612004-02-11 David Carlton <carlton@kealia.com>
6162
6163 * linespec.c (decode_compound): Only look for a class symbol when
6164 considering all but the rightmost component.
6165
5979bc46
AC
61662004-02-11 Andrew Cagney <cagney@redhat.com>
6167
6168 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
6169 abi code are are separatly grouped.
6170
5867a2fb
AC
61712004-02-11 Andrew Cagney <cagney@redhat.com>
6172
6173 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
6174 * gdbarch.h, gdbarch.c: Re-generate.
6175 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6176 * v850-tdep.c (v850_gdbarch_init): Update.
6177 * sh64-tdep.c (sh64_gdbarch_init): Update.
6178 * sh-tdep.c (sh_gdbarch_init): Update.
6179 * s390-tdep.c (s390_gdbarch_init): Update.
6180 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6181 * mips-tdep.c (mips_gdbarch_init): Update.
6182 * mcore-tdep.c (mcore_gdbarch_init): Update.
6183 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6184 * m32r-tdep.c (m32r_gdbarch_init): Update.
6185 * ia64-tdep.c (ia64_gdbarch_init): Update.
6186 * hppa-tdep.c (hppa_gdbarch_init): Update.
6187 * h8300-tdep.c (h8300_gdbarch_init): Update.
6188 * frv-tdep.c (frv_gdbarch_init): Update.
6189 * d10v-tdep.c (d10v_gdbarch_init): Update.
6190 * cris-tdep.c (cris_gdbarch_init): Update.
6191 * avr-tdep.c (avr_gdbarch_init): Update.
6192 * arm-tdep.c (arm_gdbarch_init): Update.
6193 * alpha-tdep.c (alpha_gdbarch_init): Update.
6194
026a72f8
CV
61952004-02-11 Corinna Vinschen <vinschen@redhat.com>
6196
6197 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
6198 comma.
6199 (sh_sh4al_dsp_register_name): Ditto.
6200
3903d437
AC
62012004-02-10 Andrew Cagney <cagney@redhat.com>
6202
6203 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
6204 (mips_init_frame_pc_first): Delete function.
6205 (mips_frame_saved_pc): Delete function.
6206 (mips_frame_chain): Delete function.
6207 (mips_init_extra_frame_info): Delete function.
6208 (mips_xfer_register): Delete unused variable "reg".
6209 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
6210 (mips_n32n64_return_value): Delete unused variable "reg".
6211 (mips_n32n64_return_value): Delete unused variable "pos".
6212 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
6213 (mips_o32_return_value): Delete unused variable "pos".
6214 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
6215 (mips_print_fp_register): Delete unused variable "namelen"
6216 (mips_print_fp_register): Delete unused variable "flt2"
6217 (get_frame_pointer): Delete function.
6218 (cached_proc_desc): Delete static variable.
6219 (mips_pop_frame): Delete function.
6220 (mips_find_saved_regs): Delete function.
6221 (mips_get_saved_register): Delete function.
6222 (mips_saved_pc_after_call): Delete function.
6223 (SIGFRAME_BASE): Delete macro.
6224 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
6225 (SIGFRAME_PC_OFF): Delete macro.
6226 (SIGFRAME_REGSAVE_OFF): Delete macro.
6227 (mips_dump_tdep): Do not print deleted macro definitions.
6228
b9fb98bd
AC
62292004-02-10 Andrew Cagney <cagney@redhat.com>
6230
6231 * Makefile.in (SFILES): Remove explictly listed tui files.
6232 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
6233
78ced177 62342004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 6235
78ced177
JJ
6236 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
6237 to use paddr functions to format ia64 addresses and long values.
6238 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
6239 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
6240 (get_kernel_table, ia64_find_proc_info_x): Ditto.
6241 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
6242 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
6243
6a83354a
AC
62442004-02-10 Andrew Cagney <cagney@redhat.com>
6245
6246 * defs.h: Do not include "tui.h".
6247 * gdb_curses.h: New file.
6248 * tui/tui-hooks.h: New file.
6249 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
6250 (tui_install_hooks, tui_remove_hooks): Delete declarations.
6251 (tui_initialize_io): Delete declaration.
6252 (tui_initialize_readline: Delete redundant declaration.
6253 (struct tui_point): Delete definition.
6254 * tui/tui-data.h (struct tui_point): Define.
6255 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
6256 * utils.c: Include "tui/tui.h".
6257 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
6258 * printcmd.c [TUI]: Include "tui/tui.h".
6259 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
6260 * tui/tui-command.c: Include "gdb_curses.h".
6261 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
6262 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
6263 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
6264 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
6265 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
6266 * Makefile.in: Update all dependencies.
6267 (tui_hooks_h, gdb_curses_h): Define.
6268 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
6269
997470ef
EZ
62702004-02-10 Elena Zannoni <ezannoni@redhat.com>
6271
6272 * objfiles.h (struct objfile): Remove unused fields auxf1 and
6273 auxf2. Add comments about some other rarely used fields.
6274
4ff2cc4d
AC
62752004-02-10 Andrew Cagney <cagney@redhat.com>
6276
6277 * Makefile.in (init.c): Fix script removing duplicates. Problem
6278 reported by Peter Schauer.
6279
1ab21617
EZ
62802004-02-09 Elena Zannoni <ezannoni@redhat.com>
6281
6282 * bcache.c (bcache_xmalloc): Use obstack_init instead of
6283 obstack_specify_allocation.
6284 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 6285 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
6286 (allocate_rt_common_objfile): Ditto.
6287 * symfile.c (reread_symbols): Ditto.
6288 * gdb_obstack.h: Add comment.
6289
17763fd9
EZ
62902004-02-09 Elena Zannoni <ezannoni@redhat.com>
6291
6292 * linespec.c (decode_line_1, locate_first_half)
6293 (decode_compound, lookup_prefix_sym): Update comments. Delete old
6294 commented out code.
6295
ec5cdd75
DJ
62962004-02-09 Daniel Jacobowitz <drow@mvista.com>
6297
6298 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
6299 obstack_free.
6300
43b54b88
AC
63012004-02-09 Andrew Cagney <cagney@redhat.com>
6302
6303 * blockframe.c (find_pc_partial_function): If find_pc_overlay
6304 fails, try find_pc_section. Fix PR c++/1267.
6305 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
6306 instead of find_pc_mapped_section.
6307 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
6308 not default to the section containing PC. Fix PR symtab/1519.
6309
edfae063
AC
63102004-02-09 Andrew Cagney <cagney@redhat.com>
6311
6312 * Makefile.in (mips-tdep.o): Update dependencies.
6313 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
6314 "trad-frame.h".
6315 (mips_unwind_pc): Return the pseudo PC register.
6316 (mips_unwind_dummy_id): New function.
6317 (mips16_fetch_instruction): New function.
6318 (mips32_fetch_instruction): New function.
6319 (struct mips_frame_cache): Define.
6320 (mips_mdebug_frame_cache): New function.
6321 (mips_mdebug_frame_this_id): New function.
6322 (mips_mdebug_frame_prev_register): New function.
6323 (mips_mdebug_frame_unwind): Define.
6324 (mips_mdebug_frame_sniffer): New function.
6325 (mips_mdebug_frame_base_address): New function.
6326 (mips_mdebug_frame_base): Define.
6327 (mips_mdebug_frame_base_sniffer): New function.
6328 (mips_gdbarch_init): Append unwind and base sniffers. Set
6329 unwind_dummy_id.
6330
defc864c
AC
63312004-02-08 Andrew Cagney <cagney@redhat.com>
6332
6764ddad
AC
6333 * frame.c: Print both the register number and name.
6334
defc864c
AC
6335 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
6336 and a sed into a single sed. Make .c and .o patterns more robust.
6337 (OBS): Delete.
6338 (INIT_FILES): Replace OBS with COMMON_OBS.
6339 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
6340
645d6d10
MK
63412004-02-08 Mark Kettenis <kettenis@gnu.org>
6342
6343 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
6344 the PT_WCOOKIE request.
6345
23e3c3fc
AC
63462004-02-08 Andrew Cagney <cagney@redhat.com>
6347
58dfe9ff
AC
6348 * mips-tdep.c (mips_unwind_pc): New function.
6349 (mips_gdbarch_init): Set mips_unwind_pc.
6350
1152e35e
AC
6351 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
6352 (get_frame_id): Allow the UNKNOWN_FRAME.
6353 (frame_register_unwind, get_frame_type): Ditto.
6354
31b75dbf
AC
6355 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
6356 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
6357 unwind_dummy_id indicates a legacy frame.
6358
3483b318
AC
6359 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
6360 * configure: Re-generate.
6361
23e3c3fc
AC
6362 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
6363 methods.
6364
33f8ca73
AC
63652004-02-08 Andrew Cagney <cagney@redhat.com>
6366
6367 * configure.in (CONFIG_ALL): Set to Makefile target, and not
6368 makefile macro.
6369 * configure: Re-generate.
6370 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
6371 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
6372 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
6373 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
6374 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
6375 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
6376 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
6377 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
6378 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
6379 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
6380
6ba8e26f 63812004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 6382
20d286a5
AC
6383 * Makefile.in: Update all dependencies.
6384
d836ee13
AC
6385 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
6386 * configure: Re-generate.
6387 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
6388 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
6389 (COMMON_OBS): Add "main.o" and "annotate.o".
6390 (ANNOTATE_OBS): Delete.
6391 (OBS): Remove ANNOTATE_OBS.
6392 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
6393 CONFIG_INITS.
6394 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
6395 against CONFIG_OBS and "main.o".
6396 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
6397 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
6398
d02c80cd
AC
6399 * tui/tui-command.c: Include "gdb_string.h", delete register
6400 attribute, use ISO-C function signatures.
6401 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
6402 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
6403 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
6404 * tui/tui.c: Ditto.
6ba8e26f
AC
6405
6406 * tui/tui-command.c: Change variable and function names to lower
6407 case.
6408 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
6409 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
6410 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
6411 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
6412 * tui/tui-winsource.c, tui/tui.c: Ditto.
6413
4a146b47
EZ
64142004-02-07 Elena Zannoni <ezannoni@redhat.com>
6415
6416 * buildsym.c (free_pending_blocks, finish_block)
6417 (record_pending_block, make_blockvector, end_symtab): Replace
6418 symbol_obstack with objfile_obstack.
8a1dac83 6419 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 6420 (coff_read_enum_type): Ditto.
8a1dac83 6421 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 6422 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 6423 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
6424 (dwarf2_symbol_mark_computed): Ditto.
6425 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
6426 * elfread.c (elf_symtab_read): Ditto.
6427 * hpread.c (hpread_symfile_init, hpread_symfile_init)
6428 (hpread_read_enum_type, hpread_read_function_type)
6429 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
6430 Ditto.
8a1dac83 6431 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 6432 (java_link_class_type): Ditto.
8a1dac83 6433 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
6434 (new_symbol): Ditto.
6435 * minsyms.c (install_minimal_symbols): Ditto.
6436 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
6437 (terminate_minimal_symbol_table): Replace symbol_obstack with
6438 objfile_obstack.
6439 (free_objfile): Remove freeing of symbol_obstack.
6440 * objfiles.h: Remove symbol_obstack field.
6441 * pa64solib.c (add_to_solist): Replace symbol_obstack with
6442 objfile_obstack.
6443 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
6444 symbol_obstack.
6445 (solib_add_common_symbols): Replace symbol_obstack with
6446 objfile_obstack.
6447 * somsolib.c (som_solib_add): Ditto.
6448 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6449 (common_block_start, common_block_end): Ditto.
6450 * symfile.c (reread_symbols): Remove freeing and init of
6451 symbol_obstack.
6452 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
6453 * symfile.h: Update comment.
6454 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
6455 stats printing.
6456 * symtab.c (symbol_set_names): Replace symbol_obstack with
6457 objfile_obstack.
6458 * symtab.h (struct general_symbol_info, struct minimal_symbol):
6459 Update comments.
6460 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
6461 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
6462 objfile_obstack.
6463
6d012f14
AC
64642004-02-07 Andrew Cagney <cagney@redhat.com>
6465
6466 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
6467 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
6468 fields and variables.
6469 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
6470 (m_beInvisible): Delete macro.
6471 * tui/tui-data.h: Fix case case fields and variables.
6472 (m_genWinPtrIsNull): Delete macro.
6473 (tui_win_list): Rename winList.
6474 (TUI_SRC_WIN): Rename srcWin.
6475 (TUI_DISASM_WIN): Rename disassemWin.
6476 (TUI_DATA_WIN): Rename dataWin.
6477 (TUI_CMD_WIN): Rename cmdWin.
6478 (m_genWinPtrNotNull): Delete macro.
6479 (m_winPtrIsNull): Delete macro.
6480 (m_winPtrNotNull): Delete macro.
6481 (tui_win_is_source_type): Replace m_winIsSourceType
6482 (tui_win_is_auxillary): Replace m_winIsAuzillary.
6483 (tui_win_has_locator): Replace m_hasLocator.
6484 (tui_set_win_highlight): Replace m_setWinHighlightOn and
6485 m_setWinHighlightOff.
6486 * tui/tui-data.c: Update references.
6487 (tui_win_is_source_type, tui_set_win_highlight): New functions.
6488 (tui_win_has_locator, tui_win_is_auxillary): New functions.
6489 * tui/tui-command.c, tui/tui-disasm.c: Update references.
6490 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
6491 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
6492 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
6493 * tui/tui-winsource.c, tui/tui.c: Ditto.
6494
7d34766b
MK
64952004-02-07 Mark Kettenis <kettenis@gnu.org>
6496
1c800673
MK
6497 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
6498 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
6499 StackGhost.
6500
7d34766b
MK
6501 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
6502 variable `i6' to `i7'.
6503 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
6504
22940a24
AC
65052004-02-07 Andrew Cagney <cagney@redhat.com>
6506
6507 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
6508 (TuiPoint, TuiPointPtr): Ditto.
6509 (TuiStatus, TuiStatusPtr): Ditto.
6510 (TuiWinType, TuiWinTypePtr): Ditto.
6511 (struct tui_point): Rename _TuiPoint.
6512 (tui_get_low_disassembly_address): Rename
6513 tuiGetLowDisassemblyAddress.
6514 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
6515 (tuiFree): Delete declaration.
6516 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
6517 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
6518 * tui/tui.c (tuiFree): Delete function.
6519 * cli/cli-cmds.c (disassemble_command): Update references.
6520 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
6521 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
6522 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
6523 * tui/tui-winsource.c: Ditto.
6524
8b92e4d5
EZ
65252004-02-07 Elena Zannoni <ezannoni@redhat.com>
6526
6527 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
6528 coffstab_build_psymtabs, elfstab_build_psymtabs)
6529 (stabsect_build_psymtabs): Replace psymbol_obstack with
6530 objfile_obstack.
6531 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
6532 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
6533 Ditto.
6534 * dwarfread.c (scan_compilation_units): Ditto.
6535 * elfread.c (elfstab_offset_sections): Ditto.
6536 * hppa-tdep.c (read_unwind_info): Ditto.
6537 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
6538 (hpread_end_psymtab): Ditto.
6539 * mdebugread.c (mdebug_build_psymtabs, add_pending)
6540 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
6541 Ditto.
6542 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 6543 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
6544 (build_objfile_section_table): Ditto.
6545 (allocate_objfile): Remove init of psymbol_obstack.
6546 (free_objfile): Remove freeing of psymbol_obstack.
6547 * objfiles.h (struct objfile): Remove field
6548 psymbol_obstack. Update comments.
6549 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
6550 psymbol_obstack with objfile_obstack.
6551 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
6552 psymbol_obstack.
6553 * somread.c (som_symfile_offsets, init_import_symbols)
6554 (init_export_symbols): Replace psymbol_obstack with
6555 objfile_obstack.
6556 * somsolib.c (som_solib_add_solib_objfile): Ditto.
6557 * symfile.c (default_symfile_offsets, syms_from_objfile)
6558 (reread_symbols): Remove freeing and init of psymbol_obstack.
6559 (cashier_psymtab): Update comment.
6560 * symmisc.c (print_objfile_statistics): Don't report stats for
6561 psymbol obstack.
6562 * symtab.h (struct general_symbol_info, struct partial_symtab):
6563 Update comments.
6564 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
6565 (xcoff_symfile_offsets): Replace psymbol_obstack with
6566 objfile_obstack.
6567
b99607ea
EZ
65682004-02-07 Elena Zannoni <ezannoni@redhat.com>
6569
6570 * objfiles.h (struct objfile): Add objfile_obstack field.
6571 Remove type_obstack field.
6572
6573 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
6574 read_structure_scope read_enumeration, new_symbol): Replace
6575 type_obstack with objfile_obstack.
6576 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 6577 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
6578 (lookup_fundamental_type): Ditto.
6579 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
6580 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
6581 (hpread_read_doc_function_type, hpread_read_struct_type)
6582 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 6583 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 6584 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
6585 (java_link_class_type): Ditto.
6586 * mdebugread.c (parse_type): Ditto.
6587 * objfiles.c (allocate_objfile, free_objfile): Ditto.
6588 * solib-sunos.c (solib_add_common_symbols): Ditto.
6589 * stabsread.c (define_symbol, read_type, read_member_functions,
6590 read_cpp_abbrev, read_one_struct_field): Ditto.
6591 * symfile.c (reread_symbols): Ditto.
6592 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 6593
2a8854a7
AC
65942004-02-07 Andrew Cagney <cagney@redhat.com>
6595
6596 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
6597 (tui_exec_info_content): Rename TuiExecInfoContent.
6598 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
6599 (TuiWinInfo, TuiWinInfoPtr): Ditto.
6600 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
6601 (TuiList, TuiListPtr): Ditto.
6602 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
6603 (TuiDataType, TuiDataTypePtr): Ditto.
6604 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
6605 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
6606 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
6607 (TuiSourceElement, TuiSourceElementPtr): Ditto.
6608 (TuiDataElement, TuiDataElementPtr): Ditto.
6609 (TuiWinElement, TuiWinElementPtr): Ditto.
6610 (TuiDataInfo, TuiDataInfoPtr): Ditto.
6611 (TuiCommandElement, TuiCommandElementPtr): Ditto.
6612 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
6613 (TuiWhichElement, TuiWhichElementPtr): Ditto.
6614 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
6615 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
6616 * tui/tui-command.c, tui/tui-data.c: Update references.
6617 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
6618 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
6619 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
6620 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 6621
05cbe71a
MK
66222004-02-07 Mark Kettenis <kettenis@gnu.org>
6623
6624 * dwarf2-frame.h: Update copyright.
6625 (enum dwarf2_frame_reg_rule): New.
6626 (struct dwarf2_frame_state_reg): New.
6627 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
6628 * dwarf2-frame.c: Update copyright.
6629 (enum dwarf2_reg_rule): Remove.
6630 (struct dwarf2_frame_state): Remove defenition of `struct
6631 dwarf2_frame_state_reg'.
6632 (read_reg): Call get_frame_arch to get the architecture instead of
6633 using CURRENT_GDBARCH.
6634 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
6635 DWARF2_FRAME_.
6636 (dwarf2_frame_init_reg): New function.
6637 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
6638 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
6639 initialize the register state. Prefix old `enum dwarf2_reg_rule'
6640 tags with DWARF2_FRAME_.
6641 (dwarf2_frame_prev_register): Call get_frame_arch to get the
6642 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
6643 dwarf2_reg_rule' tags with DWARF2_FRAME_.
6644
ec7d9e56
AC
66452004-02-06 Andrew Cagney <cagney@redhat.com>
6646
dd1abb8c
AC
6647 * tui/tui-data.h (struct tui_list): Rename _TuiList.
6648 (enum tui_data_type): Rename _TuiDataType.
6649 (struct tui_layout_def): Rename _TuiLayoutDef.
6650 (struct tui_source_element): Rename _TuiSourceElement.
6651 (struct tui_data_element): Rename _TuiDataElement.
6652 (struct tui_command_element): Rename _TuiCommandElement.
6653 (struct tui_locator_element): Rename _TuiLocatorElement.
6654 (union tui_which_element): Define.
6655 (struct tui_win_element): Rename _TuiWinElement.
6656 (struct tui_data_info): Rename _TuiDataInfo.
6657 (struct tui_source_info): Rename _TuiSourceInfo.
6658 (struct tui_command_info): Rename _TuiCommandInfo.
6659 (tui_initialize_static_data): Rename initializeStaticData.
6660 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
6661 (tui_alloc_win_info): Rename allocWinInfo.
6662 (tui_init_generic_part): Rename initGenericPart.
6663 (tui_init_win_info): Rename initWinInfo.
6664 (tui_alloc_content): Rename allocContent.
6665 (tui_add_content_elements): Rename addContentElements.
6666 (tui_init_content_element): Rename initContentElement.
6667 (tui_free_window): Rename freeWindow.
6668 (tui_free_win_content): Rename freeWinContent.
6669 (tui_free_data_content): Rename freeDataContent.
6670 (tui_free_all_source_wins_content): Rename
6671 freeAllSourceWinsContent.
6672 (tui_del_window): Rename tuiDelWindow.
6673 (tui_del_data_windows): Rename tuiDelDataWindows.
6674 (tui_partial_win_by_name): Rename partialWinByName.
6675 (tui_win_name): Rename winName.
6676 (tui_current_layout): Rename currentLayout.
6677 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
6678 (tui_term_height): Rename termHeight.
6679 (tui_set_term_height_to): Rename setTermHeightTo.
6680 (tui_term_width): Rename termWidth.
6681 (tui_set_term_width_to): Rename setTermWidthTo.
6682 (tui_set_gen_win_origin): Rename setGenWinOrigin.
6683 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
6684 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
6685 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
6686 (tui_source_windows): Rename sourceWindows.
6687 (tui_clear_source_windows): Rename clearSourceWindows.
6688 (tui_clear_source_windows_detail): Rename
6689 clearSourceWindowsDetail.
6690 (tui_clear_win_detail): Rename clearWinDetail.
6691 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
6692 (tui_default_tab_len): Rename tuiDefaultTabLen.
6693 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
6694 (tui_win_with_focus): Rename tuiWinWithFocus.
6695 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
6696 (tui_layout_def): Rename tuiLayoutDef.
6697 (tui_win_resized): Rename tuiWinResized.
6698 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
6699 (tui_next_win): Rename tuiNextWin.
6700 (tui_prev_win): Rename tuiPrevWin.
6701 (tui_add_to_source_windows): Rename addToSourceWindows.
6702 * tui/tui-winsource.c, tui/tui-win.c: Update references.
6703 * tui/tui-layout.c, tui/tui-source.c: Ditto.
6704 * tui/tui-stack.c, tui/tui-io.c: Ditto.
6705 * tui/tui.c, tui/tui-data.c: Ditto.
6706 * tui/tui-interp.c, tui/tui-data.c: Ditto.
6707 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
6708
a358af15
AC
6709 * tui/tui-source.h: Update copyright. Include "tui-data.h".
6710 (struct symtab): Declare.
6711 (tui_set_source_content): Rename tuiSetSourceContent.
6712 (tui_show_symtab_source): Rename tuiShowSource.
6713 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
6714 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
6715 * tui/tui-source.c: Update copyright. Update references.
6716 * tui/tui-win.c, tui/tui-winsource.c: Update references.
6717 * tui/tui-stack.c: Update references.
6718
a21fcd8f
AC
6719 * tui/tui-win.h: Update copyright. Include "tui-data.h".
6720 (struct tui_win_info): Declare.
6721 (tui_scroll_forward): Rename tuiScrollForward.
6722 (tui_scroll_backward): Rename tuiScrollBackward.
6723 (tui_scroll_left): Rename tuiScrollLeft.
6724 (tui_scroll_right): Rename tuiScrollRight.
6725 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
6726 (tui_resize_all): Rename tuiResizeAll.
6727 (tui_refresh_all_win): Rename tuiRefreshAll.
6728 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
6729 * tui/tui-layout.c, * tui/tui-io.c: Update references.
6730 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
6731 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
6732
edae1ccf
AC
6733 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
6734 (tui_erase_data_content): Rename tuiEraseDataContent.
6735 (tui_display_all_data): Rename tuiDisplayAllData.
6736 (tui_check_data_values): Rename tuiCheckDataValues.
6737 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
6738 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
6739 (tui_first_data_element_no_in_line): Rename
6740 tuiFirstDataElementNoInLine.
6741 (tui_delete_data_content_windows): Rename
6742 tuiDeleteDataContentWindows.
6743 (tui_refresh_data_win): Rename tuiRefreshDataWin.
6744 (tui_display_data_from): Rename tuiDisplayDataFrom.
6745 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
6746 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
6747 * tui/tui-win.c, tui/tui-regs.c: Update references.
6748 * tui/tui-layout.c, tui/tui.c: Update references.
6749
ec7d9e56
AC
6750 * tui/tui-wingeneral.h: Update copyright.
6751 (m_allBeVisible): Delete macro.
8a1dac83 6752 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
6753 (struct tui_gen_win_info): Declare.
6754 (struct tui_win_info): Declare.
6755 (tui_unhighlight_win): Rename unhighlightWin.
6756 (tui_make_visible, tui_make_invisible): Replace makeVisible.
6757 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
6758 (tui_make_window): Rename makeWindow.
6759 (tui_copy_win): Rename copyWin.
6760 (tui_box_win): Rename boxWin.
6761 (tui_highlight_win): Rename highlightWin.
6762 (tui_check_and_display_highlight_if_needed): Rename
6763 checkAndDisplayHighlightIfNeeded.
6764 (tui_refresh_all): Rename refreshAll.
6765 (tui_delete_win): Rename tuiDelwin.
6766 (tui_refresh_win): Rename tuiRefreshWin.
6767 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
6768 (tui_make_visible, tui_make_invisible): New functions.
6769 (tui_make_all_visible, tui_make_all_invisible): New functions.
6770 (make_all_visible): Rename makeAllVisible.
6771 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
6772 * tui/tui-data.c, tui/tui-winsource.c: Update references.
6773 * tui/tui-windata.c, tui/tui-win.c: Update references.
6774 * tui/tui-regs.c, tui/tui-layout.c: Update references.
6775 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
6776
1e52e2eb
MK
67772004-02-06 Mark Kettenis <kettenis@gnu.org>
6778
6779 * proc-api.c (write_with_trace): Initialize local variable to
6780 silence compiler warning.
6781
f80bda8e
AC
67822004-02-06 Andrew Cagney <cagney@redhat.com>
6783
6784 * tui/tui-source.h: Do not include "defs.h".
6785 (struct tui_win_info): Declare.
6786 (tui_set_source_content_nil): Declare.
6787 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
6788 (union tui_line_or_address): Rename _TuiLineOrAddress.
6789 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
6790 (tui_update_source_window): Rename tuiUpdateSourceWindow.
6791 (tui_update_source_window_as_is): Rename
6792 tuiUpdateSourceWindowAsIs.
6793 (tui_update_source_windows_with_addr): Rename
6794 tuiUpdateSourceWindowsWithAddr.
6795 (tui_update_source_windows_with_line): Rename
6796 tuiUpdateSourceWindowsWithLine.
6797 (tui_clear_source_content): Rename tuiClearSourceContent.
6798 (tui_erase_source_content): Rename tuiEraseSourceContent.
6799 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
6800 (tui_show_source_content): Rename tuiShowSourceContent.
6801 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
6802 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
6803 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
6804 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
6805 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
6806 (tui_update_exec_info): Rename tuiUpdateExecInfo.
6807 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
6808 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
6809 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
6810 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
6811 (struct tui_win_info): Declare.
6812 * tui/tui-stack.c: Update references.
6813 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
6814 * tui/tui-win.c, tui/tui-source.c: Ditto.
6815 * tui/tui.c, tui/tui-disasm.c: Ditto.
6816
9fbfb822
MK
68172004-02-06 Mark Kettenis <kettenis@gnu.org>
6818
6819 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
6820 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
6821
03cebad2
MK
68222004-02-05 Mark Kettenis <kettenis@gnu.org>
6823
6824 * infrun.c (handle_inferior_event): Allow for breakpoint
6825 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
6826 and SIGEMT. Update comments.
6827 * NEWS (Revised SPARC target): Mention support for non-executable
6828 stack.
6829
290281b1
MK
68302004-02-04 Mark Kettenis <kettenis@gnu.org>
6831
6832 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
6833 * inftarg.c: Update copyright year.
6834 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
6835 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
6836 (sparc_xfer_wcookie): New function.
6837 * sparc-tdep.c (sparc_fetch_wcookie): New function.
6838 * Makefile.in (sparc-nat.o): Update dependencies.
6839 * config/sparc/nm-nbsd.h: Include "target.h".
6840 (NATIVE_XFER_WCOOKIE): New define.
6841 (sparc_xfer_wcookie): New prototype.
6842
212161df
AC
68432004-02-04 Andrew Cagney <cagney@redhat.com>
6844
6845 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
6846 SYSCALL_TRAP function.
6847 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
6848
6e4c6c91
DJ
68492004-02-04 Andrew Cagney <cagney@redhat.com>
6850 Daniel Jacobowitz <drow@mvista.com>
6851
6852 * objfiles.h: Delete comments refering to inside_entry_func and
6853 DEPRECATED_FRAME_CHAIN_VALID.
6854 * defs.h (inside_entry_func): Update prototype..
6855 * blockframe.c (inside_entry_func): Rename to
6856 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
6857 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
6858
cae688ec
JJ
68592004-02-03 Jeff Johnston <jjohnstn@redhat.com>
6860
6861 * breakpoint.c (struct captured_parse_breakpoint_args): Move
6862 outside of #ifdef SOLIB_ADD region.
6863 (do_restore_lang_radix_cleanup): Ditto.
6864 (resolve_pending_breakpoint): Ditto.
6865
19217676
AC
68662004-02-03 Andrew Cagney <cagney@redhat.com>
6867
6868 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
6869 (process_note_abi_tag_sections): Delete unused function.
6870 (ia64_read_fp): Delete unused function.
6871 (gdbarch_extract_struct_value_address): Delete declaration.
6872
876753be
AC
68732004-02-02 Andrew Cagney <cagney@redhat.com>
6874
6875 * vax-tdep.c (vax_frame_chain): Delete call to
6876 deprecated_inside_entry_file.
6877 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
6878
d4f10bf2
MK
68792004-02-02 Mark Kettenis <kettenis@gnu.org>
6880
6881 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
6882 column that's "empty" or "same value" when eliminating REG_RA
6883 rules.
6884
cae688ec
JJ
68852004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6886
6887 * NEWS: Add information about new pending breakpoint support.
6888
0101ce28
JJ
68892004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6890
6891 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
6892 and pending fields for pending breakpoint support.
6893 * breakpoint.c (breakpoint_enabled): Add check for not pending.
6894 (condition_command): Only parse condition if not a pending
6895 breakpoint.
6896 (print_one_breakpoint): Add support for pending breakpoints.
6897 (describe_other_breakpoints): Add checks to verify we are not
6898 dealing with pending breakpoints.
6899 (check_duplicates): Don't check pending breakpoints.
6900 (set_raw_breakpoint): Initialize pending flag.
6901 (do_restore_lang_radix_cleanup): New cleanup routine.
6902 (resolve_pending_breakpoint): New function.
6903 (re_enable_breakpoints_in_shlibs): Try and resolve any
6904 pending breakpoints via resolve_pending_breakpoint.
6905 (mention): Add pending breakpoint support.
6906 (parse_breakpoint_sals): Add new parameter to pass to
6907 decode_line_1 to indicate silent errors when files or functions
6908 are not found. Change all callers.
6909 (do_captured_parse_breakpoint): New function.
6910 (break_command_1): Change prototype to return an rc value and to
6911 take an optional pending breakpoint pointer. Support creating
6912 a pending breakpoint if a "not found" form of error occurs when
6913 parsing the breakpoint. Also support resolving an existing pending
6914 breakpoint and be silent if the resolution fails.
6915 (create_breakpoints): Change prototype to take pending breakpoint
6916 pointer. When resolving a pending breakpoint, use the new pointer
6917 to provide a conditional or commands added by the end-user.
6918 (delete_breakpoint): Add appropriate check for pending.
6919 (breakpoint_re_set_one): Ditto.
6920 (do_enable_breakpoint): Ditto.
6921
8d577d32
DC
69222004-02-02 David Carlton <carlton@kealia.com>
6923
6924 * valops.c (enum oload_classification): New.
6925 (find_overload_match): Break implementation into separate
6926 functions; delete #if 0'd code; look for symbols within
6927 namespaces.
6928 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
6929 (find_oload_champ,oload_method_static,classify_oload_match): New.
6930 * cp-support.h: Add declaration for cp_func_name; update
6931 declaration for make_symbol_overload_list.
6932 * cp-support.c (cp_func_name): New.
6933 (overload_list_add_symbol): Fix comment, use
6934 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
6935 (make_symbol_overload_list): Take a function name and a namespace
6936 instead of a symbol; change implementation.
6937 (make_symbol_overload_list_using): New.
6938 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
6939
22e8e3c7
FF
69402004-02-02 Fred Fish <fnf@redhat.com>
6941
6942 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 6943 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
6944 * remote-sim.c (gdb_os_write_stderr): Write output to
6945 gdb_stdtargerr stream instead of gdb_stdtarg stream.
6946 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 6947 gdb_stderr stream and update copyright years.
22e8e3c7 6948
6b753f60
DJ
69492004-02-01 Daniel Jacobowitz <drow@mvista.com>
6950
6951 * Makefile.in (mips-linux-nat.o): Update dependencies.
6952 * mips-linux-nat.c: Include mips-tdep.h.
6953
69542004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
6955
6956 * sol-thread.c (sol_thread_xfer_partial): New function.
6957 (init_sol_thread_ops): Use that for to_xfer_partial hook.
6958 (init_sol_core_ops): Likewise.
6959
6960 * procfs.c (procfs_xfer_partial): New function.
6961 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
6962 * Makefile.in (procfs.o): Add $(auxv_h) dep.
6963
6964 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
6965 procfs_xfer_auxv function.
6966
6967 * procfs.c (procfs_make_note_section): If we can read
6968 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
6969 * linux-proc.c (linux_make_note_section): Likewise.
6970
6971 * auxv.h: New file.
6972 * auxv.c: New file.
6973 * Makefile.in (auxv_h): New variable.
6974 (COMMON_OBS): Add auxv.o here.
6975 (auxv.o): New target.
6976
6977 * corelow.c (core_xfer_partial): New function.
6978 (init_core_ops): Use it for core_ops.to_xfer_partial.
6979
6980 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
6981 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
6982 macro if that is defined.
6983
fa5281d0
DJ
69842004-02-01 Daniel Jacobowitz <drow@mvista.com>
6985
6986 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
6987 and check the specified thread for each breakpoint.
6988 * breakpoint.h (bpstat_stop_status): Update prototype.
6989 * infrun.c (handle_inferior_event): Update calls to
6990 bpstat_stop_status.
6991
26ee262d
DJ
69922004-02-01 Daniel Jacobowitz <drow@mvista.com>
6993
6994 * Makefile.in (cli-cmds.o): Add $(readline_h).
6995
d9b52655
DJ
69962004-02-01 Daniel Jacobowitz <drow@mvista.com>
6997
6998 * cli/cli-cmds.c: Include readline.h.
6999 (complete_command): Pass the start of the last word to
7000 complete_line.
7001
9709f61c
DJ
70022004-01-31 Daniel Jacobowitz <drow@mvista.com>
7003
7004 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
7005 argument, and change first argument to a CORE_ADDR.
7006 * breakpoint.h (bpstat_stop_status): Update prototype.
7007 * infrun.c (adjust_pc_after_break): Add a new comment.
7008 (handle_inferior_event): Update calls to bpstat_stop_status.
7009
4f1280bb
DJ
70102004-01-31 Daniel Jacobowitz <drow@mvista.com>
7011
7012 * breakpoint.h: Update copyright years.
7013
4fa8626c
DJ
70142004-01-31 Daniel Jacobowitz <drow@mvista.com>
7015
7016 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
7017 (bpstat_stop_status): Don't decrement PC.
7018 * breakpoint.h (software_breakpoint_inserted_here_p): Add
7019 prototype.
7020 * infrun.c (adjust_pc_after_break): New function.
7021 (handle_inferior_event): Call it, early. Remove later references
7022 to DECR_PC_AFTER_BREAK.
7023 (normal_stop): Add commentary.
7024
fad0733a
DJ
70252004-01-31 Daniel Jacobowitz <drow@mvista.com>
7026
7027 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
7028 2004-01-27 double-free fix.
7029
42cdca6c
MK
70302004-01-31 Mark Kettenis <kettenis@gnu.org>
7031
7032 * sparc-tdep.c (sparc_fetch_wcookie): New function.
7033 (sparc32_frame_prev_register): Handle StackGhost.
7034 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
7035
932d5416
RM
70362004-01-29 Roland McGrath <roland@redhat.com>
7037
7038 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
7039 * configure: Regenerated.
7040
7041 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
7042 * Makefile.in (procfs.o): Add dep.
7043
47d3492a
AC
70442004-01-28 Andrew Cagney <cagney@redhat.com>
7045
7046 * tui/tui-stack.h: Update copyright.
7047 (struct frame_info): Add opaque declaration.
7048 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
7049 (tui_show_locator_content): Rename tuiShowLocatorContent.
7050 (tui_show_frame_info): Rename tuiShowFrameInfo.
7051 * tui/tui-stack.c: Update copyright. Update references.
7052 * tui/tui-winsource.c: Update references.
7053 * tui/tui-win.c: Update references.
7054 * tui/tui-layout.c: Update references.
7055 * tui/tui-hooks.c: Update copyright, update references.
7056 * tui/tui.c: Update copyright, update references.
7057 * tui/tui-disasm.c: Update references.
7058
5d51ca54
DC
70592004-01-28 David Carlton <carlton@kealia.com>
7060
7061 * dwarf2read.c (add_partial_structure): Use demangled name if
7062 namespace equals "".
7063
086ed43d
JB
70642004-01-27 Jim Blandy <jimb@redhat.com>
7065
7066 Clean up misapplied patch:
7067 * dwarf2read.c (determine_prefix): Change one of the two forward
7068 declarations for 'determine_prefix_aux' to a declaration for this.
7069 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
7070 argument to 'die_specification'.
7071
2a35147e
JB
7072 * dwarf2read.c (read_func_scope): Re-indent comment.
7073
a355c7de 70742004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 7075
a355c7de
AC
7076 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
7077 b->exp to NULL after freeing so that error during re-parsing or
7078 evaluation of expressions associated with breakpoint don't
7079 eventually lead to re-freeing of storage.
7080 Committed by Andrew Cagney.
7081
63ff5125
AC
70822004-01-27 Andrew Cagney <cagney@redhat.com>
7083
7084 * source.c (ambiguous_line_spec): Delete undefined declaration.
7085 * m32r-rom.c (m32r_set_board_address): Delete unused function.
7086 (m32r_set_server_address, m32r_set_download_path): Ditto.
7087 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
7088
e142c38c
DJ
70892004-01-27 Daniel Jacobowitz <drow@mvista.com>
7090
7091 * dwarf2read.c: Update calls to changed and renamed functions, and
7092 references to moved variables.
7093
7094 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
7095 language, language_defn, list_in_scope, and ftypes members.
7096 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
7097 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
7098 (baseaddr): Remove globals.
7099
7100 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
7101 (set_cu_language, die_is_declaration, die_specification)
7102 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
7103 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
7104 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
7105 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
7106
7107 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
7108 cu.list_in_scope. Don't initialize cu_header_offset.
7109 (add_partial_symbol): Add local baseaddr.
7110 (psymtab_to_symtab_1): Add local baseaddr. Use
7111 objfile->section_offsets for consistency. Don't initialize
7112 cu_header_offset; do initialize cu.header.offset and
7113 cu.list_in_scope.
7114 (read_file_scope, read_func_scope, read_lexical_block_scope)
7115 (dwarf_decode_lines, new_symbol): Add local baseaddr.
7116
c6e06ede
MC
71172004-01-27 Michael Chastain <mec.gnu@mindspring.com>
7118
fb328ecc 7119 * PROBLEMS: Add gdb/1516.
c6e06ede 7120
48184fd4
AC
71212003-12-29 Robert Millan <robertmh@gnu.org>
7122
7123 Patch committed by Andrw Cagney.
7124 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
7125 * configure.tgt: Match knetbsd*-gnu.
7126
c1321b30
AC
71272004-01-26 Andrew Cagney <cagney@redhat.com>
7128
f3699be3
AC
7129 * breakpoint.c (catch_command_1): Delete #ifdef code.
7130 (catch_fork_command_1): Delete #ifdef wrapper.
7131 (catch_exec_command_1): Ditto.
7132 (catch_load_command_1): Ditto.
7133 (catch_unload_command_1): Ditto.
7134
c1321b30
AC
7135 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
7136 (catch_breakpoint): Delete #if0ed function.
7137 (disable_catch_breakpoint): Ditto.
7138 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
7139 (disable_catch, enable_catch, delete_catch): Ditto.
7140
b4501125
AC
71412004-01-26 Andrew Cagney <cagney@redhat.com>
7142
7143 * remote.c (echo_check, quit_flag): Delete variables.
7144 (cisco_kernel_mode): Delete variable.
7145 (minitelnet_return, tty_input, escape_count): Delete variables.
7146 (remote_cisco_mode): Delete variable.
7147 (remote_cisco_open, remote_cisco_close): Delete function.
7148 (remote_cisco_mourn, remote_cisco_wait): Delete function.
7149 (init_remote_cisco_ops): Delete function.
7150 (_initialize_remote): Do not install "remote cisco" code.
7151 (read_frame): Delete cisco specific code.
7152 (remote_info_process): Delete function.
7153 (remote_wait): Delete cisco specific code.
7154 (remote_cisco_section_offsets): Delete function.
7155 (remote_cisco_objfile_relocate): Delete function.
7156 (remote_async_wait): Delete cisco specific code.
7157 (minitelnet, readtty, readsocket): Delete function.
7158
74055713
AC
71592004-01-26 Andrew Cagney <cagney@redhat.com>
7160
7161 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
7162 comments mentioning extract_returned_value_address.
7163 * infcmd.c (print_return_value): Update. Add comments on
7164 extract_returned_value_address.
7165 * stack.c (return_command): Add comments on
7166 extract_returned_value_address.
7167 * values.c: Update comment.
7168 * m32r-tdep.c: Update comment.
7169 * sparc-tdep.c: Update comment.
7170 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
7171 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7172 * sh64-tdep.c (sh64_gdbarch_init): Update.
7173 * sh-tdep.c (sh_gdbarch_init): Update.
7174 * s390-tdep.c (s390_gdbarch_init): Update.
7175 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7176 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7177 * m68k-tdep.c (m68k_gdbarch_init): Update.
7178 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7179 * m32r-tdep.c (m32r_gdbarch_init): Update.
7180 * ia64-tdep.c (ia64_gdbarch_init): Update.
7181 * h8300-tdep.c (h8300_gdbarch_init): Update.
7182 * frv-tdep.c (frv_gdbarch_init): Update.
7183 * arm-tdep.c (arm_gdbarch_init): Update.
7184 * alpha-tdep.c (alpha_gdbarch_init): Update.
7185
a67af2b9
AC
71862004-01-26 Andrew Cagney <cagney@redhat.com>
7187
7188 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
7189 SYMBOL_LOCATION_FUNCS
7190 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
7191 "struct symbol_ops".
7192 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
7193 type to "struct symbol_ops".
7194 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
7195 (struct symbol): Replace ".aux_value.loc.funcs" and
7196 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
7197 (SYMBOL_OBJFILE): Delete macro.
7198 (SYMBOL_LOCATION_FUNCS): Delete macro.
7199 (SYMBOL_LOCATION_BATON): Update.
7200 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
7201 intead of SYMBOL_LOCATION_FUNCS.
7202 * ax-gdb.c (gen_var_ref): Ditto.
7203 * printcmd.c (address_info): Ditto.
7204 * findvar.c (read_var_value): Ditto.
7205 (symbol_read_needs_frame): Ditto.
7206
c034e007
AC
72072004-01-26 Andrew Cagney <cagney@redhat.com>
7208
7209 * dwarf2read.c (read_func_scope): Document frame-base hack.
7210
bb472c1e
MK
72112004-01-25 Mark Kettenis <kettenis@gnu.org>
7212
7213 * infcmd.c (print_return_value): Plug memory leak; delete
7214 ui_stream object. Rename argument `structure_return' to
7215 `struct_return'.
7216
c8e737d5
MK
72172004-01-25 Mark Kettenis <kettenis@gnu.org>
7218
f941662f
MK
7219 * infcmd.c (print_return_value): Wrap long lines.
7220 (finish_command_continuation, finish_command): Remove unused
7221 variable `funcaddr'. Fix some coding-standards problems.
7222
c558d81a 7223 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 7224 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
7225 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
7226 TDEP->fpregset to zero.
7227
bf1e5861 7228 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
7229 floating-point registers for traditional NetBSD core files.
7230 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
7231 TDEP->sizeof_fpregset here.
7232
4c72d57a
MK
72332004-01-25 Mark Kettenis <kettenis@gnu.org>
7234
566626fa
MK
7235 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
7236 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
7237 function with code split out from
7238 sparc32nbsd_sigcontext_frame_cache.
7239 (sparc32nbsd_sigcontext_frame_cache): Use
7240 sparc32nbsd_sigcontext_saved_regs.
7241 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
7242 OpenBSD.
7243 * sparcobsd-tdep.c: New file.
7244 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
7245 (sparcobsd-tdep.o): New dependency.
7246 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
7247 * config/sparc/obsd.mt: New file.
7248
4c72d57a
MK
7249 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
7250 TDEP->fpregset to be initialized to enable core file register
7251 sets.
7252
7e5e9f88
MK
72532004-01-24 Mark Kettenis <kettenis@gnu.org>
7254
f0f207fd 7255 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
7256 Add opaque declarations.
7257 (sparc64nbsd_sigcontext_saved_regs): New prototype.
7258 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
7259 function with code split out from
7260 sparc64nbsd_sigcontext_frame_cache.
7261 (sparc64nbsd_sigcontext_frame_cache): Use
7262 sparc64nbsd_sigcontext_saved_regs.
7263 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
7264 OpenBSD.
7265 * sparc64obsd-tdep.c: New file.
7266 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
7267 (sparc64obsd-tdep.o): New dependency.
7268 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
7269 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
7270 * config/sparc/obsd64.mt: New file.
7271
690668cc
MK
7272 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
7273 read the instruction at PC.
7274
7e5e9f88
MK
7275 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
7276 value of GDB_OSABI_DEFAULT.
7277 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
7278 instead of GDB_OSABI_NETBSD_AOUT.
7279
68b6dce9
NR
72802004-01-24 Nick Roberts <nick@nick.uklinux.net>
7281
7282 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
7283 copyright.
7284
080ce8c0
AC
72852004-01-23 Andrew Cagney <cagney@redhat.com>
7286
7287 * printcmd.c (display_command): Replace tui_set_display call with
7288 tui_set_layout_for_display_command.
7289 * tui/tui.h (enum tui_win_type): Define.
7290 (tui_set_layout): Delete declaration.
7291 (tui_set_layout_for_display_command): Rename set_tui_layout.
7292 * tui/tui-data.h (enum tui_layout_type): Define.
7293 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
7294 "tui.h".
7295 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
7296 (tui_default_win_height): Rename tuiDefaultWinHeight.
7297 (tui_default_win_viewport_height): Rename
7298 tuiDefaultWinViewportHeight.
7299 (tui_set_layout): RenametuiSetLayout.
7300 * tui/tui-layout.c: Update references.
7301 * tui/tui.c: Update references.
7302 * tui/tui-disasm.c: Update references.
7303
b368761e
DC
73042004-01-23 David Carlton <carlton@kealia.com>
7305
7306 Partial workaround for PR c++/1511:
7307 * cp-namespace.c: Include frame.h.
7308 (cp_lookup_transparent_type): New
7309 (cp_lookup_transparent_type_loop): New.
7310 * cp-support.h: Declare cp_lookup_transparent_type.
7311 * symtab.c (basic_lookup_transparent_type): Renamed from
7312 lookup_transparent_type.
7313 (lookup_transparent_type): Replace old body by a call to
7314 current_language->la_lookup_transparent_type.
7315 * symtab.h: Update copyright. Declare
7316 basic_lookup_transparent_type.
7317 * language.h: Update copyright.
7318 (struct language_defn): Add la_lookup_transparent_type.
7319 * language.c: Update copyright.
7320 (unknown_language_defn): Add basic_lookup_transparent_type.
7321 (auto_language_defn): Add basic_lookup_transparent_type.
7322 (local_language_defn): Add basic_lookup_transparent_type.
7323 * ada-lang.c: Update copyright.
7324 (ada_language_defn): Add basic_lookup_transparent_type.
7325 * c-lang.c: Update copyright.
7326 (c_language_defn): Add basic_lookup_transparent_type.
7327 (cplus_language_defn): Add basic_lookup_transparent_type.
7328 (asm_language_defn): Add basic_lookup_transparent_type.
7329 (minimal_language_defn): Add basic_lookup_transparent_type.
7330 * f-lang.c: Update copyright.
7331 (f_language_defn): Add basic_lookup_transparent_type.
7332 * jv-lang.c: Update copyright.
7333 (java_language_defn): Add basic_lookup_transparent_type.
7334 * m2-lang.c: Update copyright.
7335 (m2_language_defn): Add basic_lookup_transparent_type.
7336 * objc-lang.c: Update copyright.
7337 (objc_language_defn): Add basic_lookup_transparent_type.
7338 * p-lang.c: Update copyright.
7339 (p_language_defn): Add basic_lookup_transparent_type.
7340 * scm-lang.c: Update copyright.
7341 (scm_language_defn): Add basic_lookup_transparent_type.
7342 * Makefile.in (cp-namespace.o): Depend on frame.h.
7343
fdde2d81
DC
73442004-01-23 David Carlton <carlton@kealia.com>
7345
7346 Patch for PR c++/1520:
7347 * dwarf2read.c (read_func_scope): Set processing_current_prefix
7348 properly if we have a specification die.
7349 (determine_prefix_aux): Rename from determine_prefix.
7350 (determine_prefix): Like the old determine_prefix, but never
7351 returns NULL.
7352
5b828b6b
TR
73532004-01-23 Theodore A. Roth <troth@openavr.org>
7354
7355 * avr-tdep.c: Update copyright.
7356 (avr_iaddr_p): Delete unused function.
7357 (avr_saddr_p): Delete unused function.
7358
a1b8c067
DC
73592004-01-23 David Carlton <carlton@kealia.com>
7360
7361 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
7362 Fix for PR symtab/1534.
7363
f2cab569
MK
73642004-01-23 Mark Kettenis <kettenis@gnu.org>
7365
7366 * NEWS (New native configurations): Mention OpenBSD/sparc and
7367 OpenBSD/sparc64.
7368 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
7369 * configure.host: Likewise.
7370 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
7371 handler for OpenBSD.
7372 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
7373
642d8300
MK
73742004-01-22 Mark Kettenis <kettenis@gnu.org>
7375
89aac506
MK
7376 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
7377 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
7378
36662fde
MK
7379 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
7380 * cli/cli-cmds.c (shell_escape): Likewise.
7381
642d8300
MK
7382 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
7383 OpenBSD .note.openbsd.ident sections.
7384
fae299cd
DC
73852004-01-22 David Carlton <carlton@kealia.com>
7386
7387 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
7388 get_scope_pc_bounds.
7389 (read_file_scope): Ditto.
7390 (get_scope_pc_bounds): New function, produced by extracting code
7391 from the above two functions, consolidating it, and adding support
7392 for DW_TAG_namespace.
7393
a49d618c
MK
73942004-01-22 Mark Kettenis <kettenis@gnu.org>
7395
7396 * osabi.c (MAX_NOTESZ): New define.
7397 (check_note): New function.
7398 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
7399 check_note.
7400
fe61caab
RM
74012004-01-21 Roland McGrath <roland@redhat.com>
7402
7403 * MAINTAINERS (write after approval): Add myself.
7404
ec145965
EZ
74052004-01-21 Eli Zaretskii <eliz@gnu.org>
7406
7407 * utils.c (init_page_info): Move declarations of `rows' and
7408 `cols' before the __GO32__-specific code. Move the closing brace
7409 outside the #ifdef __GO32__..#endif block.
7410 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
7411
877522db
PB
74122004-01-21 Paul Brook <paul@codesourcery.com>
7413
7414 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
7415 BPSTAT_WHAT_CHECK_SHLIBS.
7416
dbf5be1c
PB
74172004-01-21 Paul Brook <paul@codesourcery.com>
7418
7419 * MAINTAINERS: Add myself to write-after-approval.
7420
81f08b92
AC
74212004-01-20 Andrew Cagney <cagney@redhat.com>
7422
5a1efed7
AC
7423 * ax-gdb.c (print_axs_value): Delete unused function.
7424 * jv-lang.c (java_lookup_type): Delete unused function.
7425 * cli/cli-dump.c (dump_filetype): Delete unused function.
7426 * remote-mips.c (remote_mips_insert_hw_breakpoint)
7427 (remote_mips_remove_hw_breakpoint): Delete unused functions.
7428 (mips_getstring): Delete unused function.
7429 (pmon_insert_breakpoint): Delete #if0ed function.
7430 (PMON_MAX_BP): Delete #if0ed MACRO.
7431 (mips_pmon_bp_info): Delete #if0ed variable.
7432 (pmon_remove_breakpoint): Delete #if0ed function.
7433 * monitor.c (monitor_write_even_block): Delete unused function.
7434 (monitor_write_memory_block): Delete #if0ed code.
7435 * dink32-rom.c (dink32_load): Delete unused function.
7436 (_initialize_dink32_rom): Delete #if0ed code.
7437 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
7438
b0a30fce
AC
7439 * tui/tui-command.c: Update references.
7440 * tui/tui-io.c: Update references.
7441 * tui/tui-command.h: Update copyright.
7442 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
7443
81f08b92
AC
7444 * source.c (ambiguous_line_spec): Delete never-defined function.
7445 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
7446 * gdbtypes.c (add_name, add_mangled_type): Ditto.
7447 * cli/cli-cmds.c (validate_comname): Ditto.
7448
65f05602
AC
7449 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
7450 "tui-data.h".
7451 (tui_set_disassem_content): Rename tuiSetDisassemContent.
7452 (tui_show_disassem): Rename tuiShowDisassem.
7453 (tui_show_disassem_and_update_source): Rename
7454 tuiVerticalDisassemScroll.
7455 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
7456 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
7457 * tui/tui.h: Update copyright.
7458 (enum tui_status): Define.
7459 * tui/tui-data.h (enum tui_scroll_direction): Define.
7460 * tui/tui-disasm.c: Update copyright. Update references.
7461 * tui/tui-winsource.c: Update copyright. Update references.
7462 * tui/tui-win.c: Update references.
7463 * tui/tui-layout.c: Update references.
7464
6bb0384f
AC
74652004-01-20 Andrew Cagney <cagney@redhat.com>
7466
7467 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
7468 sym2 to start of block.
7469
9175c9a3
MC
74702004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7471
7472 * MAINTAINERS: Delete mmalloc.
7473 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
7474 * NEWS: Mention removal of --with-malloc.
7475 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
7476 * config.in: Regenerate.
7477 * configure: Regenerate.
6bb0384f
AC
7478 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
7479 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
7480 * gdbinit.in: Remove mmalloc.
7481 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
7482 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
7483 * config/i386/go32.mh: Likewise.
7484 * config/i386/interix.mh: Likewise.
7485 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7486
4fcef00a
JJ
74872004-01-19 Jeff Johnston <jjohnstn@redhat.com>
7488
7489 * linespec.c (decode_variable, symtab_from_filename): Call
7490 error_silent with error message instead of throwing an exception
7491 directly.
7492 * defs.h (error_silent, error_output_message): Add prototypes.
7493 (catch_exceptions_with_msg): Ditto.
7494 * utils.c (error_silent, error_output_message): New functions.
7495 * top.c (catch_exceptions_with_msg): New function.
7496
8e94b928
NR
74972004-01-20 Nick Roberts <nick@nick.uklinux.net>
7498
7499 * mi/mi-cmds.h (enum print_values): Add definition.
7500
7501 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
7502 type and value for simple data types and just the name and type
7503 for complex ones, if required.
7504
7505 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
7506 children, if required.
7507
a02d6af8
KB
75082004-01-19 Kevin Buettner <kevinb@redhat.com>
7509
7510 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
7511 unused declarations.
7512
78a4a9b9
AC
75132004-01-19 Andrew Cagney <cagney@redhat.com>
7514
7515 * top.h (mapped_symbol_files): Delete declaration.
7516 * main.c (captured_main): Delete option "m" and "mapped".
7517 * objfiles.c (mapped_symbol_files): Delete variable.
7518 * symfile.c (symbol_file_command): Delete mmap code.
7519 (symbol_file_add_with_addrs_or_offsets): Ditto.
7520 (add_symbol_file_command, reread_separate_symbols): Ditto.
7521 * objfiles.h (OBJF_MAPPED): Delete.
7522 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
7523 (free_objfile) [USE_MMALLOC]: Ditto.
7524 (open_existing_mapped_file): Delete function.
7525 (open_mapped_file): Delete function.
7526 (map_to_file): Delete function.
7527
2dbd5e30
KB
75282004-01-19 Kevin Buettner <kevinb@redhat.com>
7529
7530 * infrun.c (step_into_function): Account for possible breakpoint
7531 adjustment when computing ``stop_func_start''.
7532
437b434f
KB
75332004-01-19 Kevin Buettner <kevinb@redhat.com>
7534
7535 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
7536 the region size against the size of a pointer, not the size of
7537 a register as given by DEPRECATED_REGISTER_SIZE.
7538
55fb0713
AC
75392004-01-19 Andrew Cagney <cagney@redhat.com>
7540
7541 * tui/tui-regs.h: Include "tui-data.h".
7542 (tuiFirstRegElementNoInLine): Delete declaration.
7543 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
7544 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
7545 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
7546 (tui_calculate_regs_column_count): Rename
7547 tuiCalculateRegsColumnCount.
7548 (tui_check_register_values): Rename tuiCheckRegisterValues.
7549 (tui_show_registers): Rename tuiShowRegisters.
7550 (tui_display_registers_from_line): Rename
7551 tuiDisplayRegistersFromLine.
7552 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
7553 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
7554 (tui_first_reg_element_no_inline): Rename
7555 tuiFirstRegElementNoInLine.
7556 * tui/tui-data.h: Update copyright.
7557 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
7558 * tui/tui-windata.c: Update copyright, update references.
7559 * tui/tui-regs.c: Update copyright, update references.
7560 * tui/tui-win.c: Update copyright, update references.
7561 * tui/tui-layout.c: Update copyright, update references.
fe61caab 7562
cebe9500
AC
75632004-01-18 Andrew Cagney <cagney@redhat.com>
7564
bcdf1568
AC
7565 * tui/tui-io.c: Update copyright.
7566 (key_is_end_sequence, key_is_backspace): New functions.
7567 (key_is_command_char, key_is_start_sequence): New function.
7568 (tui_getc): Update references.
7569 * tui/tui-io.h: Update copyright.
7570 (m_tuiStartNewLine): Delete macro.
7571 (m_isBackspace, m_isDeleteChar): Delete macros.
7572 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
7573 (m_isNextPage, m_isPrevPage): Delete macros.
7574 (m_isLeftArrow, m_isRightArrow): Delete macros.
7575 (m_isXdbStyleCommandChar): Delete macro.
7576 (key_is_start_sequence): Declare, replace m_isStartSequence.
7577 (key_is_end_sequence): Declare, replace m_isEndSequence.
7578 (key_is_backspace): Declare ,replace m_isBackspace.
7579 (key_is_command_char): Declare, replace m_isCommandChar.
7580 * tui/tui-command.c: Update copyright.
7581 (tuiDispatchCtrlChar): Update references.
7582
130d87e6
AC
7583 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
7584 tuiSourceWin.h.
7585
d7b2e967
AC
7586 * tui/tui-command.c: Rename tui/tuiCommand.c.
7587 * tui/tui-command.h: Rename tui/tuiCommand.h.
7588 * tui/tui-data.c: Rename tui/tuiData.c.
7589 * tui/tui-data.h: Rename tui/tuiData.h.
7590 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
7591 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
7592 * tui/tui-io.c: Rename tui/tuiIO.c.
7593 * tui/tui-io.h: Rename tui/tuiIO.h.
7594 * tui/tui-layout.c: Rename tui/tuiLayout.c.
7595 * tui/tui-layout.h: Rename tui/tuiLayout.h.
7596 * tui/tui-regs.c: Rename tui/tuiRegs.c.
7597 * tui/tui-regs.h: Rename tui/tuiRegs.h.
7598 * tui/tui-source.c: Rename tui/tuiSource.c.
7599 * tui/tui-source.h: Rename tui/tuiSource.h.
7600 * tui/tui-stack.c: Rename tui/tuiStack.c.
7601 * tui/tui-stack.h: Rename tui/tuiStack.h.
7602 * tui/tui-win.c: Rename tui/tuiWin.c.
7603 * tui/tui-win.h: Rename tui/tuiWin.h.
7604 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
7605 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
7606 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
7607 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
7608 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
7609 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
7610 * tui/tui-file.c: Update includes.
7611 * tui/tui-hooks.c: Update includes.
7612 * tui/tui-interp.c: Update includes.
7613 * tui/tui.c: Update includes.
7614 * Makefile.in: Update all tui/ dependencies.
7615 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
7616
b2100910
AC
7617 * Makefile.in: Update copyright. Update dependencies.
7618
cebe9500
AC
7619 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
7620 problem.
7621
c6f0559b
AC
76222004-01-18 Andrew Cagney <cagney@redhat.com>
7623
43e9390b
AC
7624 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
7625 instead of register_gdbarch_init.
7626
c6f0559b
AC
7627 * remote-sds.c (tohex): Delete unused function. Update copyright.
7628 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
7629 * v850-tdep.c (v850_register_virtual_size): Ditto.
7630 * target.c (normal_target_post_startup_inferior): Ditto.
7631 * source.c (ambiguous_line_spec): Ditto.
7632 * remote.c (adapt_remote_get_threadinfo): Ditto.
7633 * mi/mi-out.c (out_field_fmt): Ditto.
7634 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
7635 (output_control_change_notification): Ditto.
7636 * m68k-tdep.c (m68k_register_byte): Ditto.
7637 (m68k_remote_breakpoint_from_pc): Ditto.
7638 * ui-out.c (init_ui_out_state): Delete unused declaration.
7639 * stabsread.c (search_value): Ditto.
7640 * mi/mi-cmd-env.c (env_cli_command): Ditto.
7641 * maint.c (print_section_table): Ditto.
7642 * infrun.c (set_follow_fork_mode_command): Ditto.
7643
a8504492
MK
76442004-01-18 Mark Kettenis <kettenis@gnu.org>
7645
7646 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
7647 DW_CFA_def_cfa_exporession. Add support for
7648 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
7649 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
7650
0bd8997e
AC
76512004-01-18 Andrew Cagney <cagney@redhat.com>
7652
7653 * ocd.c: Update copyright.
7654 (bdm_read_register_command): Delete unused function.
7655 (_initialize_remote_ocd): Delete commented out reference.
7656 (get_quoted_char, reset_packet): Delete #if0ed function.
7657 (output_packet, put_quoted_char): Delete #if0ed function.
7658 (stu_put_packet, stu_get_packet): Delete #if0ed function.
7659 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
7660 (BDM_BREAKPOINT): Delete #if0ed macro.
7661 (remote_timeout): Delete #if0ed variable.
7662
31bb40e4
MK
76632004-01-18 Mark Kettenis <kettenis@gnu.org>
7664
7665 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
7666 (core-sol2.o): Remove dependency.
7667 * core-sol2.c: Remove file.
7668
887432a5
AC
76692004-01-17 Andrew Cagney <cagney@redhat.com>
7670
7671 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
7672 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
7673 enums.
7674
29182b13
DJ
76752004-01-17 Daniel Jacobowitz <drow@mvista.com>
7676
7677 * remote.c: Update copyright years.
7678
2963ee1d
DJ
76792004-01-17 Daniel Jacobowitz <drow@mvista.com>
7680
7681 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
7682
79d45cd4
AC
76832004-01-17 Andrew Cagney <cagney@redhat.com>
7684
ee300cd4
AC
7685 * mdebugread.c: Update copyright.
7686 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
7687 (parse_type, parse_procedure): Ditto.
7688 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
7689
fcacc9c2
AC
7690 * cris-tdep.c (cris_store_struct_return): Put back accidently
7691 deleted function.
7692
79d45cd4
AC
7693 * gdbarch.sh: Update copyright year.
7694 * gdbarch.h, gdbarch.c: Re-generate.
7695
b263358a
DJ
76962004-01-17 Daniel Jacobowitz <drow@mvista.com>
7697
7698 Suggested by George Anzinger.
7699 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
7700 correct stack offset. Include unknown opcode numbers in the error
7701 message.
7702
931aecf5
AC
77032004-01-17 Andrew Cagney <cagney@redhat.com>
7704
7705 * x86-64-tdep.c (x86_64_init_abi): No need to clear
7706 extract_struct_value_address, i386 does not set it.
7707 * sparc64-tdep.c (sparc64_init_abi): Do not set
7708 extract_struct_value_address, never called.
7709 (sparc64_extract_struct_value_address): Delete function.
7710 * m68hc11-tdep.c: Update copyright.
7711 (m68hc11_gdbarch_init): Delete redundant assignment of
7712 extract_struct_value_address.
7713 * i386-tdep.c: Update copyright.
7714 (i386_gdbarch_init): Do not set extract_struct_value_address,
7715 never called.
7716 (i386_extract_struct_value_address): Delete function.
7717 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
7718 extract_struct_value_address, never called.
7719 (sparc32_extract_struct_value_address): #if 0 function. Add
7720 comments explaining its future.
7721
756fe439
DJ
77222004-01-17 Daniel Jacobowitz <drow@mvista.com>
7723
7724 * arm-tdep.c (arm_write_pc): New function.
7725 (arm_gdbarch_init): Call set_gdbarch_write_pc.
7726
e74f0f02
DJ
77272004-01-17 Daniel Jacobowitz <drow@mvista.com>
7728
7729 * breakpoint.c (must_shift_inst_regs): Delete.
7730 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
7731 and SHIFT_INST_REGS.
7732 * infcmd.c (step_1, step_1_continuation): Delete references to
7733 SHIFT_INST_REGS.
7734 * infrun.c (keep_going): Likewise.
7735 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
7736 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
7737
b6cb9035
AC
77382004-01-17 Andrew Cagney <cagney@redhat.com>
7739
444a1e2e
AC
7740 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
7741 * gdbarch.h, gdbarch.c: Re-generate.
7742 * infcmd.c (print_return_value): Delete reference to
7743 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7744
def7e6ed
AC
7745 * cris-tdep.c (cris_gdbarch_init): Do not set
7746 deprecated_extract_struct_value_address.
7747
07be497a
AC
7748 * xstormy16-tdep.c: Update copyright.
7749 (xstormy16_extract_struct_value_address): Update to current
7750 extract struct value address interface.
7751 (xstormy16_gdbarch_init): Set extract_struct_value_address.
7752 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
7753 current extract struct value address interface.
7754 (sh64_gdbarch_init): Set extract_struct_value_address.
7755
6b4d5c91
AC
7756 * cris-tdep.c: Update copyright.
7757 (cris_extract_struct_value_address): Delete function.
7758 (struct_return_address): Delete variable.
7759 (cris_store_struct_return): Do not set struct_return_address.
7760
464e0365
AC
7761 * mcore-tdep.c: Update copyright.
7762 (mcore_extract_struct_value_address): Delete function. Update
7763 comments.
7764 (mcore_gdbarch_init): Update.
7765 * mn10300-tdep.c: Update copyright.
7766 (mn10300_extract_struct_value_address): Delete function.
7767 (mn10300_gdbarch_init): Update.
7768 * v850-tdep.c: Update copyright.
7769 (v850_extract_struct_value_address): Delete.
7770 (v850_gdbarch_init): Update.
7771 * ns32k-tdep.c: Update copyright.
7772 (ns32k_extract_struct_value_address): Delete.
7773 (ns32k_gdbarch_init): Update.
7774 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
7775 (hppa_gdbarch_init): Update.
7776 * vax-tdep.c: Update copyright.
7777 (vax_extract_struct_value_address): Delete.
7778 (vax_gdbarch_init): Update.
7779
afb18d0f
AC
7780 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
7781 * gdbarch.h, gdbarch.c: Re-generate.
7782 * procfs.c (procfs_fetch_registers): Delete reference to
7783 DEPRECATED_NPC_REGNUM.
7784 (procfs_store_registers): Ditto.
7785 * regcache.c (generic_target_write_pc): Simplify.
7786 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
7787
a698f53e
AC
7788 * core-sol2.c (fetch_core_registers): Replace
7789 DEPRECATED_NPC_REGNUM with equivalent tdep value.
7790
adc11376
AC
7791 * hppa-tdep.c: Update copyright year.
7792 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
7793 NPC_REGNUM.
7794 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
7795
b6cb9035
AC
7796 * mips-tdep.c (mips_write_pc): New function.
7797 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
7798 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
7799 (mips_find_saved_regs, mips_software_single_step: Ditto.
7800 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
7801 mips_init_extra_frame_info, mips_pop_frame): Ditto.
7802
6d82d43b
AC
78032004-01-17 Andrew Cagney <cagney@redhat.com>
7804
7805 * mips-tdep.c: Re-indent. Group functions by ABI.
7806
71bd6bd4
AC
78072004-01-17 Andrew Cagney <cagney@redhat.com>
7808
7809 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
7810 * gdbarch.c: Re-generate.
7811 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7812 DECR_PC_AFTER_BREAK to zero.
7813 * vax-tdep.c (vax_gdbarch_init): Ditto.
7814 * v850-tdep.c (v850_gdbarch_init): Ditto.
7815 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
7816 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7817 * sh-tdep.c (sh_gdbarch_init): Ditto.
7818 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7819 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7820 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7821 * mips-tdep.c (mips_gdbarch_init): Ditto.
7822 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7823 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7824 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
7825 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7826 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7827 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7828 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7829 * frv-tdep.c (frv_gdbarch_init): Ditto.
7830 * cris-tdep.c (cris_gdbarch_init): Ditto.
7831 * avr-tdep.c (avr_gdbarch_init): Ditto.
7832 * arm-tdep.c (arm_gdbarch_init): Ditto.
7833 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
7834
a02abb62
JB
78352004-01-17 J. Brobecker <brobecker@gnat.com>
7836
7837 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
7838 Delete, no longer used.
7839 (read_subrange_type): New function, mostly extracted from
7840 read_array_type().
7841 (read_array_type): Replace extracted code by call to
7842 read_subrange_type().
7843 (dwarf2_get_attr_constant_value): New function.
7844 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
7845 (add_partial_symbol): Likewise.
7846 (process_die): Likewise.
7847 (new_symbol): Likewise.
7848 (read_type_die): Likewise.
7849
cf5b2f1b
AC
78502004-01-16 Andrew Cagney <cagney@redhat.com>
7851
7852 * symfile.c: Update copyright year.
7853 (compare_symbols): Delete unused function.
7854 * stabsread.c: Update copyright year.
7855 (lrs_general_complaint): Delete unused function.
7856 (ref_search_value): Ditto.
7857 (get_substring): Delete declaration.
7858 * sh64-tdep.c: Update copyright year.
7859 (sh64_get_gdb_regnum): Delete unused function.
7860 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
7861 Delete unused function.
7862
d33b9831
MK
78632004-01-17 Mark Kettenis <kettenis@gnu.org>
7864
7865 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
7866 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
7867
7aea86e6
AC
78682004-01-16 Andrew Cagney <cagney@redhat.com>
7869
7870 Changes from Peter Schauer.
7871 * rs6000-tdep.c: Update copyright year.
7872 (rs6000_push_dummy_call): Update the stack pointer before
7873 accessing the corresponding stack region.
7874 * rs6000-nat.c: Update copyright year.
7875 (set_host_arch): Set "info.abfd" to "exec_bfd".
7876
26b0da32
MK
78772004-01-15 Mark Kettenis <kettenis@gnu.org>
7878
7879 * blockframe.c: Update copyright year.
7880 (inside_entry_func): Don't treat a zero PC specially.
7881
86fbe6cc
EZ
78822004-01-14 Elena Zannoni <ezannoni@redhat.com>
7883
7884 * gcore.c (gcore_copy_callback): Use paddr_d to print size
7885 variable.
7886 (gcore_create_callback): Ditto. Skip any memory segment that has
7887 no permissions set.
7888
63d06c5c
DC
78892004-01-14 David Carlton <carlton@kealia.com>
7890
7891 Change symbols for C++ nested types to contain the fully qualified
7892 name, if possible. (At least in the DWARF-2 case.) Partial fix
7893 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
7894 c++/895.
7895 * c-exp.y (qualified_type): Handle types nested within classes.
7896 * cp-namespace.c: Update comments.
7897 (cp_set_block_scope): Delete #if 0.
7898 (cp_lookup_nested_type): Handle types nested within classes.
7899 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
7900 when appropriate.
7901 (add_partial_symbol): Add the name of the enclosing namespace to
7902 types.
7903 (pdi_needs_namespace): New.
7904 (add_partial_namespace): Tweak comment.
7905 (add_partial_structure): New.
7906 (psymtab_to_symtab_1): Initialize processing_current_prefix
7907 here...
7908 (process_die): instead of here.
7909 (read_structure_scope): Try to figure out the name of the class or
7910 namespace that the structure might be defined within.
7911 (read_enumeration): Generate fully-qualified names, if possible.
7912 (read_namespace): Don't set name to NULL.
7913 (die_specification): New.
7914 (new_symbol): Generate fully-qualified names for types.
7915 (read_type_die): Determine appropriate prefix.
7916 (determine_prefix): New.
7917 (typename_concat): New.
7918 (class_name): New.
7919 * valops.c (value_aggregate_elt): Pass NOSIDE to
7920 value_struct_elt_for_reference.
7921 (value_struct_elt_for_reference): Make static, add NOSIDE
7922 parameter, call value_maybe_namespace_elt as a last resort.
7923 (value_namespace_elt): Break out code into
7924 value_maybe_namespace_elt.
7925 (value_maybe_namespace_elt): New.
7926
87783b8b
AC
79272004-01-12 Andrew Cagney <cagney@redhat.com>
7928
7929 * mips-tdep.c (mips_convert_register_p): Handle both raw and
7930 cooked floating-point registers.
7931 (mips_gdbarch_init): Set convert_register_p, register_to_value,
7932 and value_to_register.
7933
6503b91e
AC
79342004-01-13 Andrew Cagney <cagney@redhat.com>
7935
7936 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
7937 * gdbarch.c: Re-generate.
7938 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7939 FUNCTION_START_OFFSET.
7940 * v850-tdep.c (v850_gdbarch_init): Ditto.
7941 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
7942 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7943 * sh-tdep.c (sh_gdbarch_init): Ditto.
7944 * s390-tdep.c (s390_gdbarch_init): Ditto.
7945 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7946 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7947 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7948 * mips-tdep.c (mips_gdbarch_init): Ditto.
7949 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7950 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7951 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7952 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
7953 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7954 * i386-tdep.c (i386_gdbarch_init): Ditto.
7955 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7956 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7957 * frv-tdep.c (frv_gdbarch_init): Ditto.
7958 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7959 * cris-tdep.c (cris_gdbarch_init): Ditto.
7960 * avr-tdep.c (avr_gdbarch_init): Ditto.
7961 * arm-tdep.c (arm_gdbarch_init): Ditto.
7962 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7963
ea1dd7bc
DJ
79642004-01-13 Daniel Jacobowitz <drow@mvista.com>
7965
7966 * infrun.c (follow_fork_mode_ask): Remove.
7967 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
7968 (follow_fork): Simplify and remove internal error for
7969 follow_fork_mode_ask.
7970 (_initialize_infrun): Update "set follow-fork-mode" help text.
7971
0f0cffd2
AC
79722004-01-13 Andrew Cagney <cagney@redhat.com>
7973
7974 * configure.in: Update copyright year.
7975 (build_warnings): Add -Wunused-label.
7976 * configure: Re-generate.
7977
de38af99
AC
79782004-01-12 Andrew Cagney <cagney@redhat.com>
7979
954a7fba
AC
7980 * exec.h (exec_ops): Make "extern".
7981
de38af99
AC
7982 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
7983 the function is void.
7984 (mips_pseudo_register_write): Ditto.
7985
1a111ce3
AC
79862004-01-12 Andrew Cagney <cagney@redhat.com>
7987
7988 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
7989 call. Never defined.
7990 * sparc-tdep.h (struct frame_info): Add opaque declaration.
7991 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
7992 (struct sparc_gregset, struct regcache): Ditto.
7993 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
7994
48efe704
AC
79952004-01-12 Andrew Cagney <cagney@redhat.com>
7996
7997 * mi/ChangeLog: Delete file. Renamed to ...
7998 * mi/ChangeLog-1999-2003: New file.
7999 * tui/ChangeLog: Delete file. Renamed to ...
8000 * tui/ChangeLog-1998-2003: New file.
fe61caab 8001
a54124c5
MK
80022004-01-11 Mark Kettenis <kettenis@gnu.org>
8003
2ca62865
MK
8004 * sparc64nbsd-tdep.c: Include "regset.h".
8005 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
8006 Remove variables.
8007 (fetch_core_registers): Remove function.
8008 (sparc64nbsd_core_fns): Remove variable.
8009 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
8010 functions.
8011 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
8012 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
8013 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
8014
ca9d58e9
MK
8015 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
8016 sparc_extract_struct_value_address.
8017 (sparc32_gdbarch_init): Set extract_struct_value_address.
8018 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
8019 function.
8020 (sparc64_init_abi): Set extract_struct_value_address. Don't set
8021 return_value_on_stack.
8022
3cc87ec0
MK
8023 * NEWS: Mention that %cs and %ss have been added to the AMD64
8024 configurations
8025
5bf00f29
MK
8026 * frame.c: Update copyright year.
8027 (get_prev_frame): Improve comment.
8028
4f7ec84e
MK
8029 * sparc64fbsd-tdep.c: Include "regset.h".
8030 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
8031 Remove variables.
8032 (fetch_core_registers): Remove function.
8033 (sparc64fbsd_core_fns): Remove variable.
8034 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
8035 functions.
8036 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
8037 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 8038 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 8039
4e7b0cd3
MK
8040 * sparcnbsd-tdep.c: Include "regset.h".
8041 (fetch_core_registers): Remove function.
8042 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
8043 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
8044 functions.
8045 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
8046 TDEP->fpregset.
46b58ce9 8047 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 8048
a54124c5
MK
8049 * sparc-tdep.h (struct regset): Provide opaque declaration.
8050 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
8051 fpregset and sizeof_fpregset members.
8052 * sparc-tdep.c (struct regset): Provide opaque declaration.
8053 (sparc_regset_from_core_section): New function.
8054 (sparc32_gdbarch_init): Initialize TDEP->gregset,
8055 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
8056 Set regset_from_core_section when appropriate.
8057
29ff87c5
MK
80582004-01-10 Mark Kettenis <kettenis@gnu.org>
8059
79b1ab3d
MK
8060 * x86-64-tdep.c (amd64_non_pod_p): New function.
8061 (amd64_classify_aggregate): Return class memory for non-POD
8062 C++ structure types.
8063
6470d250
MK
8064 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
8065 argument. Use it to reserve a register if necessary.
8066 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
8067 amd64_push_arguments.
8068
562c50c2
MK
8069 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
8070
af233647
MK
8071 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
8072 register numbers in comments.
8073 * x86-64-tdep.h: Update copyright year.
8074 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
8075 Adjust for addition of %cs and %ss.
8076 * amd64fbsd-nat.c: Update copyright year.
8077 (reg_offset): Add register offsets for %cs and %ss.
8078 * amd64fbsd-tdep.c: Update copyright year.
8079 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
8080 (amd64fbsd_sc_reg_offset): Likewise.
8081 * x86-64-linux-nat.c: Update copyright year.
8082 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
8083 and %ss.
8084 * amd64nbsd-nat.c: Update copyright year.
8085 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
8086 * amd64nbsd-tdep.c: Update copyright year.
8087 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
8088 * x86-64-linux-tdep.c: Update copyright year.
8089 (user_to_gdb_regmap): Add mapping for %cs and %ss.
8090 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
8091 * regformats/reg-x86-64.dat: Add %cs and %ss.
8092
29ff87c5
MK
8093 * blockframe.c (inside_entry_func): Reformat. Introduce new local
8094 variables to prevent long lines. Update comments to reflect
8095 reality.
8096
38d518c9
EZ
80972004-01-09 David Carlton <carlton@kealia.com>
8098
8099 Checked in by Elena Zannoni <ezannoni@redhat.com>.
8100 * dwarf2read.c (read_namespace): Pull out name-generating code
8101 into namespace_name. Rename previous_namespace to previous_prefix
8102 and processing_current_namespace to processing_current_prefix..
8103 (namespace_name): New function.
8104 (add_partial_symbol): Substitute uses of pdi->name with
8105 actual_name.
8106 * cp-support.h: Rename processing_current_namespace to
8107 processing_current_prefix.
8108 Update copyright year.
8109 * cp-namespace.c: Rename processing_current_namespace to
8110 processing_current_prefix.
8111 Update copyright year.
fe61caab 8112
1e4728e7
AC
81132004-01-09 Andrew Cagney <cagney@redhat.com>
8114
8115 * jv-valprint.c, ser-unix.c: Add missing copyright years.
8116
c77c642a
MK
81172004-01-09 Mark Kettenis <kettenis@gnu.org>
8118
8119 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
8120 complaining.
8121 (process_one_symbol): Deal with N_PATCH stabs.
8122
b44e9041
EZ
81232004-01-09 Elena Zannoni <ezannoni@redhat.com>
8124
8125 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
8126 ifdeffed code.
8127 Update copyright year.
38d518c9 8128
eccfb640
MC
81292004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8130
8131 * config/pa/tm-hppa.h: Update extern declarations for
8132 hppa32_hpux_frame_saved_pc_in_sigtramp,
8133 hppa32_hpux_frame_base_before_sigtramp, and
8134 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
8135
848c5feb
MC
81362004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8137
8138 * config/pa/tm-hppah.h: Update copyright years.
8139
3cc5d663
AC
81402004-01-08 Andrew Cagney <cagney@redhat.com>
8141
8142 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
8143 (mips_o32_reg_struct_has_addr): Delete function.
8144 (mips_gdbarch_init): Update.
8145 (mips_extract_struct_value_address): Delete function.
8146
bfec0b41
JJ
81472004-01-08 David Mosberger <davidm@hpl.hp.com>
8148
8149 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
8150 reality.
8151
16e109ca
AC
81522004-01-07 Andrew Cagney <cagney@redhat.com>
8153
6214a8a1
AC
8154 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
8155 architecture's elf flags (when available).
8156
8d5838b5
AC
8157 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
8158 FPU to the start, check the MIPS FPU when looking for an old
8159 architecture.
8160 (set_mipsfpu_single_command): Update the architecture.
8161 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
8162
480d3dd2
AC
8163 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
8164 (mips_mask_address_p): Add "tdep" parameter.
8165 (show_mask_address, mips_addr_bits_remove): Update.
8166 (mips_dump_tdep): Update.
8167 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
8168 (MIPS_STACK_ARGSIZE): Delete macro.
8169 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
8170 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
8171 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
8172 (mips_dump_tdep): Update.
8173 (MIPS_SAVED_REGSIZE): Delete macro.
8174 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
8175 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
8176 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
8177 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
8178 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
8179 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
8180 (mips_pop_frame, return_value_location): Update.
8181 (mips_n32n64_return_value, mips_dump_tdep): Update.
8182
ec03c1ac
AC
8183 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
8184 MIPS ABI.
8185
16e109ca
AC
8186 * mips-tdep.c: Update copyright.
8187 (mips_gdbarch_init): Merge two code blocks handling the register
8188 name and number layout.
8189
15255275
MS
81902004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
8191
8192 * tracepoint.c (validate_actionline): Fix segv at EOF
8193
9f9057da
MC
81942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8195
8196 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
8197 properly for static fields.
8198
0127c0d3 81992004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 8200 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
8201
8202 * disasm.c: Update copyright to include 2004.
8203 (do_mixed_source_and_assembly): For uiout asm list
8204 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 8205 NULL and do so prior to loop. Only reset when we close off
0127c0d3 8206 the tuple/list. Move check for whether to close off the
fe61caab 8207 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
8208 on each loop iteration.
8209
5269965e
AC
82102004-01-05 Andrew Cagney <cagney@redhat.com>
8211
54f1137d
AC
8212 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
8213 should be a switch case and not a label.
8214 * mips-tdep.c (mips32_next_pc): Delete unused labels
8215 "greater_equal_branch" and "less_zero_branch".
8216 * jv-valprint.c (java_print_value_fields): Delete unused label
8217 "flush_it".
8218
5269965e
AC
8219 * target.c (unpush_target): Only close a target that is in the
8220 target stack.
8221
dbc22fa1
MK
82222004-01-05 Mark Kettenis <kettenis@gnu.org>
8223
9515395e
MK
8224 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
8225 address from [sp + 64] instead of %o2.
8226
dbc22fa1
MK
8227 * frame.c (get_prev_frame): Don't try to unwind the PC. This
8228 fixes PR backtrace/1476.
8229
5439edaa
AC
82302004-01-05 Andrew Cagney <cagney@redhat.com>
8231
8232 * libunwind-frame.h (struct frame_id): Add opaque declaration,
8233 move to start of file.
8234 * i386-tdep.h (struct regcache): Add opaque declaration.
8235 * config/ia64/nm-linux.h (struct target_ops): Add opaque
8236 declaration.
8237 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
8238 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
8239 * win32-nat.c (fake_create_process): Use ISO C style definition.
8240 * stabsread.c (define_symbol): Delete #ifndef
8241 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
8242 stabs_argument_has_addr call, macro never defined.
8243
19061abe
MC
82442004-01-04 Michael Chastain <mec.gnu@mindspring.com>
8245
8246 * op50-rom.c: Delete.
8247 * w89k-rom.c: Delete.
8248 * Makefile.in: Remove references.
8249
e53bef9f
MK
82502004-01-04 Mark Kettenis <kettenis@gnu.org>
8251
8252 * x86-64-tdep.c: Update copyright year.
8253 (struct amd64_register_info): Rename from x86_64_register_info.
8254 (amd64_register_info): Rename from x86_64_register_info.
8255 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
8256 (amd64_register_name): Rename from x86_64_register_name.
8257 (amd64_register_type): Rename from x86_64_register_type.
8258 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
8259 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
8260 (amd64_dwarf_reg_to_regnum): Rename from
8261 x86_64_dwarf_reg_to_regnum.
8262 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
8263 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
8264 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
8265 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
8266 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
8267 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
8268 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
8269 (amd64_frame_cache): Rename from x86_64_frame_cache.
8270 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
8271 (amd64_frame_prev_register): Rename from
8272 x86_64_frame_prev_register.
8273 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
8274 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
8275 (amd64_sigtramp_frame_cache): Rename from
8276 x86_64_sigtramp_frame_cache.
8277 (amd64_sigtramp_frame_prev_register): Rename from
8278 x86_64_sigtramp_frame_prev_register.
8279 (amd64_sigtramp_frame_unwind): Rename from
8280 x86_64_sigtramp_frame_unwind.
8281 (amd64_sigtramp_frame_sniffer): Rename from
8282 x86_64_sigtramp_frame_sniffer.
8283 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
8284 (amd64_frame_base): Rename from x86_64_frame_base.
8285 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
8286 (amd64_frame_align): Rename from x86_64_frame_align.
8287 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
8288 (amd64_regset_from_core_section): Rename from
8289 x86_64_regset_from_core_section.
8290 (x86_64_init_abi): Update comments.
8291
fca6aa58
NR
82922004-01-04 Nick Roberts <nick@nick.uklinux.net>
8293
8294 * MAINTAINERS (write after approval): Add myself.
8295
8ada74e3
MK
82962004-01-04 Mark Kettenis <kettenis@gnu.org>
8297
8298 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8299 `float' arguments.
8300
5154b0cd
MK
83012004-01-04 Mark Kettenis <kettenis@gnu.org>
8302
8303 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
8304 such that it mentions a specific version of GCC that exhibits this
8305 bug.
8306
fb316966
MK
83072004-01-03 Mark Kettenis <kettenis@gnu.org>
8308
200cc553
MK
8309 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
8310 structure that has a single `float' member, store it in %f1 in
8311 addition to %f0.
8312
e226a4a0
MK
8313 * sparc-sol2-nat.c: Add missing '\'.
8314
b9d4c5ed
MK
8315 * sparc-tdep.c (sparc32_return_value): New function.
8316 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
8317 Remove functions.
8318 (sparc32_gdbarch_init): Set return_value, don't set
8319 extract_return_value, store_return_value, use_struct_convention
8320 and return_value_on_stack.
8321
fb316966
MK
8322 * sparc-sol2-nat.c: Add missing ')'.
8323
1af510a8
JB
83242004-01-03 J. Brobecker <brobecker@gnat.com>
8325
8326 * infrun.c (handle_step_into_function): New function.
8327 (handle_inferior_event): Extract out some code into the new
8328 function above.
8329
5cf4d23a
JB
83302004-01-03 J. Brobecker <brobecker@gnat.com>
8331
8332 * infrun.c (handle_inferior_event): Move the declaration of
8333 real_stop_pc inside the if blocks where it is used.
8334
60af1db2
MK
83352004-01-03 Mark Kettenis <kettenis@gnu.org>
8336
8337 * sparc64-tdep.c (sparc64_16_byte_align_p)
8338 (sparc64_store_floating_fields, sparc64_store_floating_fields):
8339 Use check_typedef to get subtypes of structures and unions.
8340 (sparc64_store_return_value): Fix calculation of the appropriate
8341 offset into VALBUF when storing a structure or union.
8342 (sparc64_return_value): New function.
8343 (sparc64_use_struct_convention): Remove function.
8344 (sparc64_init_abi): Set return_value, don't set
8345 extract_return_value, store_return_value and
8346 use_struct_convention.
8347
1a901d3f
EZ
83482004-01-03 Eli Zaretskii <eliz@elta.co.il>
8349
8350 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
8351 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
8352 gdb/config/alpha/xm-alphaosf.h,
8353 gdb/config/powerpc/tm-ppcle-eabi.h,
8354 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
8355 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
8356 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
8357 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
8358 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
8359 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
8360 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
8361 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
8362 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
8363 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
8364 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
8365 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
8366 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
8367 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
8368 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
8369 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
8370 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
8371 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
8372 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
8373 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
8374 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
8375 Remove lines for .cvsignore files.
8376
ef52e463
JB
83772004-01-03 J. Brobecker <brobecker@gnat.com>
8378
8379 * infrun.c: Back out the previous change.
8380
cb1bf9dc
MK
83812004-01-03 Mark Kettenis <kettenis@gnu.org>
8382
f0424ef6
MK
8383 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
8384 sparc-*-sunos4* to the list of REMOVED configurations.
8385
cb1bf9dc
MK
8386 * configure.tgt: Add back sparc-*-vxworks*.
8387 * remote-vxsparc.c: Remove all includes except for "defs.h",
8388 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
8389 Include "sparc-tdep.h".
8390 (SPARC_R_G1): New define.
8391 (vxsparc_gregset): New variable.
8392 (ext_format_sparc): Remove extern declaration.
8393 (vx_read_register): Rewrite to use sparc32_supply_gregset and
8394 sparc32_supply_fpregset.
8395 (vx_write_register): Rewrite to use sparc32_collect_gregset,
8396 sparc_collect_rwindow and sparc32_collect_fpregset.
8397 * config/sparc/tm-vxworks.h: New file, based on recently removed
8398 tm-vxsparc.h.
8399 * config/sparc/vxworks.mt: New file, based on recently removed
8400 vxworks.mt.
fe61caab 8401
5e938f9f
JB
84022004-01-03 J. Brobecker <brobecker@gnat.com>
8403
8404 * infrun.c (handle_step_into_function): New function.
8405 (handle_inferior_event): Extract out some code into the new
8406 function above.
8407
386c036b
MK
84082004-01-02 Mark Kettenis <kettenis@gnu.org>
8409
8410 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
8411 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
8412 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
8413 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
8414 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
8415 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
8416 (sparc_nat_h): New variable.
8417 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
8418 (tm-sun4os4.h): Remove dependency.
8419 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
8420 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
8421 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
8422 sparc-tdep.o): Update dependencies.
8423 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
8424 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
8425 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
8426 dependencies.
8427 * configure.host: Remove existing sparc-*-lynxos*,
8428 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
8429 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
8430 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
8431 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
8432 triplets.
8433 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
8434 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
8435 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
8436 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
8437 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
8438 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
8439 sparc64-*-solaris2* and sparc64-*-* triplets.
8440 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
8441 "symtab.h" and "objfiles.h".
8442 (BIAS): Remove define.
8443 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
8444 (X_DISP19): Remove macros.
8445 (sparc_fetch_instruction): Remove function.
8446 (struct gdbarch_tdep): Remove definition.
8447 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
8448 (sparc_breakpoint_from_pc): Remove function.
8449 (struct sparc64_frame_cache): Remove definition.
8450 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
8451 sparc64_unwind_pc): Remove functions.
8452 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
8453 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
8454 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
8455 (sparc64_frame_cache): Change return type to `struct
8456 sparc_frame_cache *'. Simply call sparc_frame_cache.
8457 (sparc64_frame_this_id, sparc64_frame_prev_register,
8458 sparc64_frame_base_address): Use `struct sparc_frame_cache'
8459 instead of `struct sparc64_frame_cache.
8460 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
8461 sparc_analyze_control_transfer, sparc_software_single_step,
8462 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
8463 _initialize_sparc64_tdep): Remove functions.
8464 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
8465 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
8466 macros.
8467 (sparc64_supply_gregset, sparc64_collect_gregset,
8468 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
8469 (sparc64_init_abi): New function.
8470 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
8471 inclusion guard. Include "sparc-tdep.h".
8472 (BIAS): Define.
8473 (r_tstate_offset, r_fprs_offset): New defines.
8474 (enum sparc_regnum): Remove defenition.
8475 (enum sparc64_regnum): Reformat.
8476 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
8477 (sparc64_init_abi, sparc64_supply_gregset,
8478 sparc64_collect_gregset, sparc64_supply_fpregset,
8479 sparc64_collect_fpregset): New prototypes.
8480 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
8481 Add extern declarations.
8482 (sparc64_sol2_init_abi): New prototype.
8483 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
8484 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
8485 prototypes.
8486 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
8487 "sparnbsd-nat.h".
8488 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
8489 functions.
8490 (_initialize_sparc64fbsd_nat): Remove initialization of
8491 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
8492 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 8493 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
8494 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
8495 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
8496 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
8497 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
8498 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
8499 (sparc64fbsd_r_y_offset): Remove variables.
8500 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
8501 Make static and const.
8502 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
8503 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
8504 functions.
8505 (sparc64fbsd_gregset): New variable.
8506 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
8507 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
8508 and sparc64_supply_fpregset.
8509 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
8510 (sparc64fbsd_sigtramp_frame_this_id)
8511 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
8512 (sparc64fbsd_sigtramp_frame_unwind): New variable.
8513 (sparc64fbsd_sigtramp_frame_sniffer): New function.
8514 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
8515 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
8516 * sparcnbsd-tdep.c: Update copyright year. Include
8517 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
8518 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
8519 "value.h" and "sparcnbsd-tdep.h".
8520 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
8521 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
8522 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
8523 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
8524 defines.
8525 (sparcnbsd_gregset): New variable.
8526 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
8527 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
8528 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
8529 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
8530 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
8531 variables.
8532 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
8533 (sparc32nbsd_sigcontext_frame_this_id)
8534 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
8535 (sparc32nbsd_sigcontext_frame_unwind): New variable.
8536 (sparc32nbsd_sigtramp_frame_sniffer): New function.
8537 (sparcnbsd_get_longjmp_target_32,
8538 sparcnbsd_get_longjmp_target_64): Remove functions.
8539 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
8540 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
8541 sparcnbsd_init_elf): Remove.
8542 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
8543 (sparcnbsd_elf_init_abi): New functions.
8544 (_initialize_sparcnbsd_tdep): New prototype.
8545 (_initialize_sparnbsd_tdep): Update.
8546 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
8547 corelow.o. Add sparc64-nat.o and sparc-nat.o.
8548 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
8549 * config/sparc/linux.mh: Update comment.
8550 (XM_FILE, HOST_IPC): Remove variables.
8551 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
8552 sparc-linux-nat.o.
8553 * config/sparc/linux.mt: Update comment.
8554 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
8555 * config/sparc/nbsd.mt: Reformat.
8556 * config/sparc/nbsd64.mh: Update comment.
8557 (NATDEPFILES): Add sparc-nat.o.
8558 * config/sparc/nbsd64.mt: Update comment.
8559 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
8560 (TM_FILE): Set to tm-nbsd.h.
8561 * config/sparc/nbsdelf.mh: Update comment.
8562 (NATDEPFILES): Add sparc-nat.o.
8563 (XM_FILE): Delete.
8564 * config/sparc/nbsdaout.mh: Update comment.
8565 (NATDEPFILES): Add sparc-nat.o
8566 (XM_FILE): Delete.
8567 * config/sparc/nm-linux.h: Update copyright year. Don't include
8568 "config/nm-svr4.h" and "solib.h". Add protection against multiple
8569 inclusion.
8570 (KERNEL_U_SIZE): Remove define.
8571 (kernel_u_size): Remove prototype.
8572 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
8573 * config/sparc/nm-nbsd.h: Update copyright. Don't include
8574 "regcache.h".
8575 (CHILD_PREPARE_TO_STORE): Remove define.
8576 * config/sparc/nm-nbsdaout.h: Tweak some comments.
8577 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
8578 sparcnbsd-nat.c: Rewrite files.
8579 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
8580 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
8581 sparcnbsd-tdep.h: Remove files.
8582 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
8583 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
8584 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
8585 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
8586 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
8587 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
8588 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
8589 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
8590 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
8591 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
8592 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
8593 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
8594 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
8595 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
8596 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
8597 * config/sparc/linux64.mh, config/sparc/linux64.mt,
8598 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
8599 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
8600 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
8601
ee84457a
AC
86022004-01-02 Andrew Cagney <cagney@redhat.com>
8603
8604 From 2003-12-18 Kazuhiro Inaoka:
8605 * configure.host: Add m32r-linux target.
8606
0bc2134e
MC
86072004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8608
8609 * top.c (print_gdb_version): Update year to 2004.
8610
89a72f9c
MM
86112004-01-02 Mark Mitchell <mark@codesourcery.com>
8612
8613 * MAINTAINERS: Add myself to the write-after-approval category.
8614
86b013ed
DJ
86152004-01-02 Daniel Jacobowitz <drow@mvista.com>
8616
8617 From Bernardo Innocenti <bernie@develer.com>:
8618 * configure.tgt: Add uClinux target.
8619
e42c9534
AC
86202004-01-02 Andrew Cagney <cagney@redhat.com>
8621
8622 * utils.c (do_my_cleanups): Make static, add forward declaration.
8623 * defs.h (do_my_cleanups): Delete declaration.
8624
162467d3
EZ
86252004-01-02 Eli Zaretskii <eliz@elta.co.il>
8626
8627 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
8628 bfd/ChangeLog-0203.
8629
78434e59
MK
86302004-01-02 Mark Kettenis <kettenis@gnu.org>
8631
8632 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
8633 in <machine/reg.h>.
8634 * configure, config.in: Regenerate.
8635
48efe704
AC
8636For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
8637tui/ChangeLog-1998-2003.
c906108c
SS
8638\f
8639Local Variables:
8640mode: change-log
8641left-margin: 8
8642fill-column: 74
8643version-control: never
8644End:
This page took 0.945988 seconds and 4 git commands to generate.