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