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