2003-11-07 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f168dd80
AC
12003-11-07 Andrew Cagney <cagney@redhat.com>
2
3 * inftarg.c (child_xfer_partial): New function
4 (init_child_ops): Set "to_xfer_partial".
5
05580c65
AC
62003-11-07 Andrew Cagney <cagney@redhat.com>
7
8 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
9 set "return_value" instead of "use_struct_convention".
10 (ppc_linux_use_struct_convention): Delete function.
11 (ppc_linux_return_value): New function.
12 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
13 (ppc_sysv_abi_broken_return_value): New function.
14 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
15 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
16 static.
17 (ppc_sysv_abi_extract_return_value): Delete function.
18 (ppc_sysv_abi_broken_extract_return_value): Delete function.
19 (ppc_sysv_abi_store_return_value): Delete function.
20 (ppc_sysv_abi_broken_store_return_value): Delete function.
21 (ppc_sysv_abi_use_struct_convention): Delete function.
22 (ppc64_sysv_abi_use_struct_convention): Delete function.
23 (ppc64_sysv_abi_extract_return_value): Delete function.
24 (ppc64_sysv_abi_store_return_value): Delete function.
25 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
26 (ppcnbsd_init_abi): Set "return_value", instead of
27 "use_struct_convention", "extract_return_value", and
28 "store_return_value".
29 (ppcnbsd_use_struct_convention): Delete function.
30 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
31 (ppc_sysv_abi_return_value): Declare.
32 (ppc_sysv_abi_broken_return_value): Declare.
33 (ppc_sysv_abi_use_struct_convention): Delete.
34 (ppc_sysv_abi_store_return_value): Delete.
35 (ppc_sysv_abi_extract_return_value): Delete.
36 (ppc_sysv_abi_broken_store_return_value): Delete.
37 (ppc_sysv_abi_broken_extract_return_value): Delete.
38 (ppc64_sysv_abi_use_struct_convention): Delete.
39 (ppc64_sysv_abi_extract_return_value): Delete.
40 (ppc64_sysv_abi_store_return_value): Delete.
41 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
42 set "return_value" instead of "extract_return_value",
43 "store_return_value", and "use_struct_convention".
44
1763fba4
MK
452003-11-07 Mark Kettenis <kettenis@gnu.org>
46
22c7ba1a
MK
47 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
48
1763fba4
MK
49 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
50 fscanf.
51
fc07cc2d
MK
522003-11-07 Mark Kettenis <kettenis@gnu.org>
53
54 * fbsd-proc.c: Fix formatting.
55
6a748db6
KB
562003-11-06 Kevin Buettner <kevinb@redhat.com>
57
58 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
59 Define.
60 (new_variant): Set name for iacc0_regnum.
61 (frv_register_name): Accommodate pseudo-registers.
62 (frv_register_type): Add case for iacc0_regnum.
63 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
64 (frv_gdbarch_init): Set number of pseudo registers. Establish
65 pseudo-register read/write methods.
66
bf896cb0
AC
672003-11-06 Andrew Cagney <cagney@redhat.com>
68
69 * valops.c (destructor_name_p): Replace STREQN with strncmp.
70 * top.c (command_line_input): Ditto.
71 * objc-exp.y (yylex): Ditto.
72 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
73 * jv-exp.y (yylex): Ditto.
74 * f-exp.y (yylex): Ditto.
75 * event-top.c (command_line_handler): Ditto.
76 * environ.c (get_in_environ): Ditto.
77 (set_in_environ): Ditto.
78 * dwarfread.c (handle_producer): Ditto.
79 * dbxread.c (process_one_symbol): Ditto.
80 * c-typeprint.c (c_type_print_base): Ditto.
81 * c-exp.y (yylex): Ditto.
82
0b603eba
AC
832003-11-06 Andrew Cagney <cagney@redhat.com>
84 Jeff Johnston <jjohnstn@redhat.com>
85
86 * target.c (add_target): Only set "to_xfer_partial" when NULL.
87 (init_dummy_target): Set "to_xfer_partial".
88
9cedbfec
AC
892003-11-06 Andrew Cagney <cagney@redhat.com>
90
91 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
92 REGISTER_CONVENTION.
93
26bb91f3
DJ
942003-11-06 Daniel Jacobowitz <drow@mvista.com>
95
96 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
97 static.
98
0bde7532
DJ
992003-11-06 Daniel Jacobowitz <drow@mvista.com>
100
101 * breakpoint.c (remove_breakpoint): Take an bp_location
102 instead of a breakpoint argument. Check the bp_location's type.
103 Fix a reversed condition for hardware breakpoints.
104
105 (insert_bp_location): Update call to remove_breakpoint.
106 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
107 (remove_hw_watchpoints): Likewise.
108 (reattach_breakpoints): Likewise.
109 (detach_breakpoints): Likewise.
110 (delete_breakpoint): Likewise.
111
075f6582
DJ
1122003-11-06 Daniel Jacobowitz <drow@mvista.com>
113
114 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
115 (beakpoint_init_inferior): Likewise.
116 (breakpoint_here_p): Likewise. Only check addresses for software
117 or hardware breakpoints.
118 (breakpoint_inserted_here_p): Likewise.
119 (breakpoint_thread_match): Likewise. Correct comment.
120 (bpstat_have_active_hw_watchpoints): Likewise.
121 (check_duplicates): Likewise.
122
879bfdc2
DJ
1232003-11-06 Daniel Jacobowitz <drow@mvista.com>
124
125 * breakpoints.c (insert_bp_location): New function, broken out
126 from insert_breakpoints. Work on an bp_location instead of a
127 breakpoint.
128 (insert_breakpoints): Use it.
129
cf3a9e5b
DJ
1302003-11-06 Daniel Jacobowitz <drow@mvista.com>
131
132 * breakpoint.h (struct bp_location): Add section.
133 (struct breakpoint): Remove section.
134 * breakpoint.c (insert_breakpoints, remove_breakpoint)
135 (breakpoint_here_p, breakpoint_inserted_here_p)
136 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
137 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
138 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
139 section through loc.
140
ffce0d52
DJ
1412003-11-06 Daniel Jacobowitz <drow@mvista.com>
142
143 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
144 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
145
e049a4b5
DJ
1462003-11-06 Daniel Jacobowitz <drow@mvista.com>
147
148 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
149 arguments. Initialize owner and type for the new breakpoint
150 location item.
151 (set_raw_breakpoint): Update call to allocate_bp_location.
152
7cc221ef
DJ
1532003-11-06 Daniel Jacobowitz <drow@mvista.com>
154
155 * breakpoint.h (struct bp_location): Add a chain pointer.
156 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
157 macros.
158 (bp_location_chain): New variable.
159 (allocate_bp_location): New function.
160 (set_raw_breakpoint): Use it.
161 (delete_breakpoint): Remove ->loc from the bp_location_chain.
162
5cab636d
DJ
1632003-11-06 Daniel Jacobowitz <drow@mvista.com>
164
165 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
166 (struct breakpoint): Remove address, shadow_contents, inserted,
adeee247 167 requested_address, and duplicate. Add a struct bp_location.
5cab636d
DJ
168 * breakpoint.c (condition_command, read_memory_nobpt)
169 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
170 (reattach_breakpoints, update_breakpoints_after_exec)
171 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
172 (breakpoint_init_inferior, breakpoint_here_p)
173 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
174 (breakpoint_thread_match, bpstat_stop_status)
175 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
176 (describe_other_breakpoints, check_duplicates)
177 (make_breakpoint_permanent, create_thread_event_breakpoint)
178 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
179 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
180 (watch_command_1, print_one_exception_catchpoint)
181 (clear_command, breakpoint_re_set_one): Adjust member accesses to
182 use the breakpoint's ->loc.
183 (set_raw_breakpoint): Likewise. Initialize ->loc.
184 (delete_breakpoint): Likewise. Free ->loc.
185
7be0c536
AC
1862003-11-05 Andrew Cagney <cagney@redhat.com>
187
4c7d882e
AC
188 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
189 macro.
190 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
191 * config/i386/tm-cygwin.h
192 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
193 * config/powerpc/tm-linux.h
194 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
195 (at_subroutine_call_instruction_target): Delete declaration.
196 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
197 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
198 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
199
7be0c536
AC
200 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
201 "struct bfd_section" and "struct bfd".
202 * target.h (struct section_table): Ditto.
203 * rs6000-nat.c (xcoff_relocate_core): Ditto.
204 * solib-svr4.c (elf_locate_base): Ditto.
205 * pa64solib.c (dld_cache_t): Ditto.
206 * objfiles.h (struct obj_section): Ditto.
207 * objfiles.c (add_to_objfile_sections): Ditto.
208 * exec.c (bfdsec_to_vmap): Ditto.
209 (add_to_section_table): Ditto.
210 (build_section_table): Ditto.
211 * corelow.c (get_core_register_section): Ditto.
212 * coffread.c (find_linenos): Ditto.
213 * elfread.c (elf_interpreter): Delete #if0'd function.
214
215 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
216 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
217 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
218 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
219
220 * arch-utils.h (generic_cannot_extract_struct_value_address):
221 Delete declaration.
222 * wince.c (_initialize_wince): Fix multi-line string.
223 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
224
d8fe84e3
EZ
2252003-11-05 Elena Zannoni <ezannoni@redhat.com>
226
227 * top.c (execute_command): Fix broken logic for command execution
228 while inferior is running in async mode.
229
cbdfc7c0
MK
2302003-11-06 Mark Kettenis <kettenis@gnu.org>
231
232 * dwarf2-frame.c (execute_cfa_program): Mark register as
233 REG_SAVED_REG for DW_CFA_register opcode.
234
dac94105
MK
2352003-11-05 Mark Kettenis <kettenis@gnu.org>
236
237 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
238 %rsp, %rip and %eflags to match ABI-change.
239
85bf2b91
JJ
2402003-11-05 Jeff Johnston <jjohnstn@redhat.com>
241
242 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
243 (ia64_gdbarch_init): Don't bother calculating the os.
244 Instead use the gdbarch_info struct and look at the osabi field.
245 Also use gdbarch_list_lookup_by_info() to look for a
246 candidate gdbarch.
247
cd31fb03
KB
2482003-11-05 Kevin Buettner <kevinb@redhat.com>
249
250 * frv-tdep.c (frv_register_byte): Delete.
251 (frv_extract_return_value, frv_store_return_value)
252 (frv_extract_struct_value_address): Don't call frv_register_byte().
253 Convert to non-deprecated form.
254 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
255 Convert calls to set_gdbarch_deprecated_extract_return_value(),
256 set_gdbarch_deprecated_store_return_value(), and
257 set_gdbarch_deprecated_extract_struct_value_address() into
258 non-deprecated forms.
259
0a056982
AC
2602003-11-05 Andrew Cagney <cagney@redhat.com>
261
262 * mips-tdep.c (mips_dump_tdep): Do not print
263 PRINT_EXTRA_FRAME_INFO.
264 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
265 Rename PRINT_EXTRA_FRAME_INFO.
266 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
267 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
268 (mips_print_extra_frame_info): Delete declaration.
269 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
270
29e0a062
EZ
2712003-11-05 Elena Zannoni <ezannoni@redhat.com>
272
273 * coffread.c (coff_symtab_read): Remove passing of info parameter
274 to prim_record_minimal_symbol_and_info.
275
8af580fc
EZ
2762003-11-05 Elena Zannoni <ezannoni@redhat.com>
277
278 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
279 (decode_base_type): Delete ifdeffed out code.
280
507836c0
AC
2812003-11-04 Andrew Cagney <cagney@redhat.com>
282
283 * symtab.c (find_active_alias): Delete function.
284 (lookup_block_symbol): Delete alias code.
285 * stabsread.c (resolve_live_range): Delete function.
286 (add_live_range): Delete function.
287 (resolve_symbol_reference): Delete function.
288 (define_symbol): Delete live range and alias code.
289 (scan_file_globals): Delete alias code.
290 * symtab.h (SYMBOL_RANGES): Delete macro.
291 (struct range_list): Delete structure.
292 (struct symbol): Delete field "ranges".
293 (SYMBOL_ALIASES): Delete macro.
294 (struct alias_list): Delete structure.
295 (struct symbol): Delete field "aliases".
296
1083b3bc
MS
2972003-11-04 Michael Snyder <msnyder@redhat.com>
298
299 * MAINTAINERS: Remove myself as owner of breakpoints and
300 of sparc/solaris.
301
474e5826
CV
3022003-11-03 Corinna Vinschen <vinschen@redhat.com>
303
304 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
305 (sh_sh4al_dsp_register_name): Ditto.
306 (sh4_nofpu_show_regs): Ditto.
307 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
308 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
309
2160782c
AC
3102003-11-03 Andrew Cagney <cagney@redhat.com>
311
312 * bcache.c: Include "gdb_assert.h".
313 (struct bcache): Add fields "expand_count" and
314 "expand_hash_count".
315 (expand_hash_table): Update the expand counts.
316 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
317 on object sizes and hashes.
318 * Makefile.in (bcache.o): Update dependencies.
319
85302095
AC
3202003-11-03 Andrew Cagney <cagney@redhat.com>
321
322 * exec.c (xfer_memory): Eliminate xfer_fn.
323
526eef89
KB
3242003-10-31 Kevin Buettner <kevinb@redhat.com>
325
326 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
327 (opcodes/frv-desc.h): Include.
328 (iacc0h_regnum, iacc0l_regnum): Define.
329 (last_spr_regnum, frv_num_regs): Update.
330 (new_variant): Don't supply default names for holes in the SPRs.
331 Supply names for iacc0h_regnum and iacc0l_regnum.
332 (frv_register_type): Use symbolic constants first_fpr_regnum and
333 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
334 builtin_type_int instead of builtin_type_int32.
335 (frv_register_sim_regno): New function.
336 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
337 * Makefile.in (gdb_sim_frv_h): Define.
338 (frv-tdep.o): Update dependencies.
339
9e815ec2
AC
3402003-10-31 Andrew Cagney <cagney@redhat.com>
341
342 * avr-tdep.c (avr_frame_this_id): Do not call
343 deprecated_inside_entry_file.
344 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
345 * m32r-tdep.c (m32r_frame_this_id): Ditto.
346 * d10v-tdep.c (d10v_frame_this_id): Ditto.
347 * arm-tdep.c (arm_prologue_this_id): Ditto.
348 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
349
e372db49
JB
3502003-10-31 Jim Blandy <jimb@redhat.com>
351
352 * elfread.c (elf_symtab_read): Allocate correct number of tail
353 elements to sectinfo structure. (Fix from Woody LaRue.)
354
e8bcf01f
AC
3552003-10-31 Andrew Cagney <cagney@redhat.com>
356
357 * stack.c (return_command): Use get_frame_type, instead of
358 CALL_DUMMY_HAS_COMPLETED.
359 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
360 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
361
4c05fe53
MK
3622003-10-31 Mark Kettenis <kettenis@gnu.org>
363
364 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
365 explicitly specify size of array.
366 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
367 TDEP->sc_num_regs.
368
c8b91b89
AC
3692003-10-31 Andrew Cagney <cagney@redhat.com>
370
371 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
372 function.
373 (s390_gdbarch_init): Set extract_struct_value_address.
374 * arch-utils.c (generic_cannot_extract_struct_value_address):
375 Delete function.
376 * arch-utils.h (generic_cannot_extract_struct_value_address):
377 Delete definition.
378
fdfb6fc8
MK
3792003-10-31 Mark Kettenis <kettenis@gnu.org>
380
381 * i386-linux-nat.c (fetch_core_registers): Remove.
382 (linux_elf_core_fns): Remove.
383 (_initialize_i386_linux_nat): Remove.
384
2f4950cd
AC
3852003-10-31 Andrew Cagney <cagney@redhat.com>
386
387 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
388 "exec.h".
389 (exec_entry_point): New function.
390 (enable_break): Create a "tmp_bfd_target", use that and
391 entry_point_address when computing the relocation offset.
392 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
393 * Makefile.in (solib-svr4.o): Update dependencies.
394
bba2d28d
AC
3952003-10-31 Andrew Cagney <cagney@redhat.com>
396
397 * defs.h (XZALLOC): Define.
398 * target.h (struct target_ops): Add "to_data";
399 * bfd-target.h, bfd-target.c: New files.
400 * Makefile.in (SFILES): Add "bfd-target.c".
401 (COMMON_OBS): Add "bfd-target.o".
402 (bfd-target.o): Specify dependencies.
403 (bfd_target_h): Define.
404 * defs.h (XZALLOC): Define.
405
6066c3de
AC
4062003-10-31 Andrew Cagney <cagney@redhat.com>
407
408 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
409 adjust_breakpoint_address.
410 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
411 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
412 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
413 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
414
4b8a223f
AC
4152003-10-31 Andrew Cagney <cagney@redhat.com>
416
417 * target.h (struct target_ops): Replace "to_read_partial" and
418 "to_write_partial" with "to_xfer_partial". Update comments.
419 * target.c (debug_to_write_partial): Delete function.
420 (debug_to_xfer_partial): Replace debug_to_read_partial.
421 (add_target, update_current_target, setup_target_debug): Set
422 "to_xfer_partial" instead of "to_read_partial" and
423 "to_write_partial".
424 (default_xfer_partial): Replace "default_write_partial".
425 (default_read_partial): Delete.
426 (target_read_partial, target_write_partial): Call
427 "to_xfer_partial".
428 * remote.c (init_remote_ops): Set "to_xfer_partial".
429 (init_remote_async_ops): Ditto.
430 (remote_xfer_partial): Replace "remote_read_partial".
431
66a72d25
MK
4322003-10-31 Mark Kettenis <kettenis@gnu.org>
433
434 * i386-tdep.c (i386_supply_fpregset): Support floating-point
435 registers in `fxsave' format.
436 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
437
9a12a2a0
MK
4382003-10-30 Mark Kettenis <kettenis@gnu.org>
439
e9f1aad5
MK
440 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
441 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
442 TDEP->gregset_num_regs and tdep->sizeof_gregset.
443
bb489b3c
MK
444 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
445 specify size of array.
446 (i386_linux_init_abi): Remove initialization of
447 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
448 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
449
da285bc4
MK
450 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
451 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
452 core-regset.o.
453
9a12a2a0
MK
454 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
455 the ELF header.
456
0e24ac5d
MK
4572003-10-29 Mark Kettenis <kettenis@gnu.org>
458
6d6d8e9c
MK
459 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
460 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
461 core-regset.o.
462
25e60c9b
MK
463 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
464
0e24ac5d
MK
465 * corelow.c: Include "arch-utils.h", "regset.h" and
466 "gdb_assert.h".
467 (core_gdbarch): New variable.
468 (sniff_core_bfd): Don't sniff if we have support for register sets
469 in CORE_GDBARCH.
470 (core_close): Reset CORE_GDBARCH.
471 (core_open): Initialize CORE_GDBARCH.
472 (get_core_register_section): Use register sets if they are
473 supported by CORE_GDBARCH.
474 (get_core_registers): Don't print error message if we have support
475 for register sets in CORE_GDBARCH.
476
0a0a4ac3
AC
4772003-10-29 Andrew Cagney <cagney@redhat.com>
478
479 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
480 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
481
7b097ae3
MK
4822003-10-29 Mark Kettenis <kettenis@gnu.org>
483
484 * objfiles.h (clear_objfile_data): New prototype.
485 * objfiles.c (clear_objfile_data): New function.
486 * symfile.c (reread_symbols): Clear per-objfile data.
487
46f45a4a
JJ
4882003-10-28 Jeff Johnston <jjohnstn@redhat.com>
489
490 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
491 printf_unfiltered instead of printf_filtered for output messages.
492 (add_symbol_file_command): Ditto.
493 (reread_symbols): Ditto.
494 (overlay_auto_command): Ditto.
495 (overlay_manual_command): Ditto.
496 (overlay_off_command): Ditto.
497
2b026650
MK
4982003-10-27 Mark Kettenis <kettenis@gnu.org>
499
500 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
501 (gdbarch_from_bfd): New function.
502 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
503 deprecated_select_gdbarch_hack.
504 * arch-utils.h (gdbarch_from_bfd): New prototype.
505
0bcad584 5062003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
507
508 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
509 arch_info. Use warning instead of fprintf_filtered. Do not use
510 deprecated bfd_printable_arch_mach.
511
7f398216
KB
5122003-10-26 Kevin Buettner <kevinb@redhat.com>
513
514 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
515 Delete.
516 (frv_register_type): Rename from frv_register_virtual_type. Add
517 ``struct gdbarch *'' parameter.
518 (frv_gdbarch_init): Delete calls to the following functions:
519 set_gdbarch_deprecated_size(),
520 set_gdbarch_deprecated_register_bytes(),
521 set_gdbarch_deprecated_register_raw_size(),
522 set_gdbarch_deprecated_max_register_raw_size(),
523 set_gdbarch_deprecated_register_virtual_size(),
524 set_gdbarch_deprecated_max_register_virtual_size(),
525 set_gdbarch_deprecated_register_virtual_size(),
526 set_gdbarch_deprecated_register_virtual_type().
527 Add call to function set_gdbarch_register_type().
528
bcf48cc7
MK
5292003-10-26 Mark Kettenis <kettenis@gnu.org>
530
6c7de422
MK
531 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
532 FDOFF_REGNUM): Remove defines.
533 * win32-nat.c (do_child_fetch_inferior_registers): Include
534 "i387-tdep.h".
3e685d41 535 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
536 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
537 undefine I387_ST0_REGNUM.
538
f783586b
MK
539 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
540 * x86-64-tdep.c (x86_64_store_return_value): Use
541 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
542
bcf48cc7
MK
543 Change register numbers to enumartion values.
544 * i386-tdep.h (enum i386_regnum): New.
545 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
546 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
547 I386_ST0_REGNUM): Remove defines.
548 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
549 I386_EDI_REGNUM): Remove defines.
550
b6591e8b
AC
5512003-10-24 Andrew Cagney <cagney@redhat.com>
552
553 * target.c: Include "gdbcore.h".
554 (get_target_memory, get_target_memory_unsigned): New functions.
555 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
556 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
557 Use get_target_memory_unsigned.
558 * Makefile.in (target.o): Update dependencies.
559
5f724446
AC
5602003-10-24 Andrew Cagney <cagney@redhat.com>
561
ce2826aa
AC
562 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
563 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
564 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
565 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
566 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
567
5f724446
AC
568 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
569 (can_run_code_for): Use the OO term "singleton".
570
fc70c2a0
AC
5712003-10-23 Andrew Cagney <cagney@redhat.com>
572
573 * Makefile.in (stack.o): Add $(regcache_h).
574 * stack.c: Include "regcache.h"
575 (return_command): Rewrite. Use get_frame_id and
576 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
577 about unhandled return-values.
578 * value.h (set_return_value): Delete declaration.
579 * values.c (set_return_value): Delete function.
580
4afcc598
JJ
5812003-10-23 Jeff Johnston <jjohnstn@redhat.com>
582
583 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
584 (pseudo_regs): Add comment regarding register stack registers.
585 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
586 (floatformat_valid): New static routine.
587 (floatformat_ia64_ext): Add name field and set up is_valid routine
588 to floatformat_valid().
589 (examine_prologue): For the previous cfm, use
590 frame_unwind_register()
591 if the cfm is not stored in a register-stack register. Save the
592 previous cfm value in the prev_cfm field. Add debug output.
593 (ia64_frame_this_id): Use frame_id_build_special() to also register
594 the bsp. Add debug output.
595 (ia64_sigtramp_frame_this_id): Ditto.
596 (ia64_frame_prev_register): Look at cache saved_regs for a few more
597 registers and also add some checks for framelessness before accepting
598 current register values for fields such as return address. For cfm,
599 use the cached prev_cfm field if available. Add comment to explain
600 PSR logic. Add debug output.
601 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
602 as part of initialization.
603 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
604 calculated. Cache the bsp and cfm values.
605 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
606 instead of using ia64_frame_prev_register() which doesn't expect most
607 registers to be saved. The saved values for bsp and sp
608 can be taken from the cache. Add debug output.
609 (ia64_push_dummy_call): Use frame_id_build_special() to also register
610 the bsp.
611
6cfae0bc
JB
6122003-10-23 Jim Blandy <jimb@redhat.com>
613
614 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
615 architecture the current arch can run code for --- but not if it's
616 a superset.
617 (can_run_code_for): New function.
618
fcd182f9
JW
6192003-10-22 James E Wilson <wilson@specifixinc.com>
620
621 * MAINTAINERS: Move myself from paper trail section back to write
622 after approval section.
623
4646aa9d
AC
6242003-10-22 Andrew Cagney <cagney@redhat.com>
625
626 * exec.h: New file.
627 * win32-nat.c: Include "exec.h".
628 * solib.c: Include "exec.h".
629 * target.h (build_section_table): Delete declaration.
630 * somsolib.c: Include "exec.h".
631 (exec_ops): Delete extern declaration.
632 * rs6000-nat.c: Update copyright. Include "exec.h".
633 (exec_ops): Delete extern declaration.
634 * pa64solib.c: Update copyright. Include "exec.h".
635 (exec_ops): Delete extern declaration.
636 * exec.c: Update copyright. Include "exec.h".
637 * corelow.c: Update dependencies. Include "exec.h".
638 * Makefile.in (exec_h): Define.
639 (exec.o, somsolib.o): Update dependencies.
640 (pa64solib.o, corelow.o): Update dependencies.
641
0088c768
AC
6422003-10-22 Andrew Cagney <cagney@redhat.com>
643
644 * target.c: Include "gdb_assert.h" (target_read): Call
645 "target_read_partial", not "target_write_partial".
646 (default_read_partial, default_write_partial): New function.
647 (target_read_partial, target_write_partial): Simplify, assume that
648 there is always a read/write method.
649 (update_current_target, add_target): Always set "to_read_partial"
650 and "to_write_partial".
651 (target_write, target_read): Fail on a zero byte transfer.
652 * Makefile.in (target.o): Update dependencies.
653 * target.h: Update copyright date.
654 (target_object): Fix typo.
655
e2d0e7eb
AC
6562003-10-22 Andrew Cagney <cagney@redhat.com>
657
658 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
659 multi-arch method, add "targ" parameter.
660 (struct target_ops): Declare.
661 * gdbarch.h, gdbarch.c: Re-generate.
662 * Makefile.in (c-valprint.o): Update dependencies.
663 * arch-utils.h: Update copyright.
664 (convert_from_func_ptr_addr_identity): Declare.
665 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
666 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
667 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
668 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
669 * infcall.c (find_function_addr, call_function_by_hand): Update.
670 * c-valprint.c: Include "target.h".
671 (print_function_pointer_address): Update.
672
f1c07ab0
AC
6732003-10-22 Andrew Cagney <cagney@redhat.com>
674
675 * target.c (target_close): New function.
676 (debug_to_close): Use "target_close".
677 (push_target): Use "target_close".
678 (unpush_target): Use "target_close".
679 (pop_target): Use "target_close".
680 * target.h (struct target_ops): Add "to_xclose".
681 (target_open): Delete macro. Move comment to "to_open".
682 (target_close): Replace macro with function that takes a target.
683 * top.c (quit_target): Pass "current_target" to "target_close".
684
5520a790
EZ
6852003-10-21 Elena Zannoni <ezannoni@redhat.com>
686
687 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
688 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
689 * symtab.h (lookup_minimal_symbol_text): Update.
690 * breakpoint.c (create_overlay_event_breakpoint,
691 create_longjmp_breakpoint): Update callers.
692 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
693 * symtab.c (find_pc_sect_line): Ditto.
694
caa92b73
AC
6952003-10-21 Andrew Cagney <cagney@redhat.com>
696
697 * target.c (errno): Delete extern declaration.
698
aa2a9a3c
JJ
6992003-10-20 Jeff Johnston <jjohnstn@redhat.com>
700
701 * ia64-tdep.c: Change all occurrences of
702 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
703 (ia64_frame_prev_register): Minor whitespace change.
704
4beec2b7
MC
7052003-10-20 Michael Chastain <mec@shout.net>
706
707 * config/djgpp/fnchange.lst: Add lines for:
708 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
709 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
710 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
711 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
712 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
713 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
714 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
715
92ad9cd9
AC
7162003-10-20 Andrew Cagney <cagney@redhat.com>
717
718 * values.c (register_value_being_returned): Update comments. Use
719 "gdbarch_return_value" when available.
720 (using_struct_return): Ditto.
721 (set_return_value): Ditto. Use "gdbarch_return_value" when
722 available.. Print a warning, and not an error, when an unhandled
723 return type is encountered.
724 * infcmd.c: Include "gdb_assert.h".
725 (print_return_value): When gdbarch_return_value_p, and using
726 struct return, assume that the value is not available.
727 * defs.h (return_value_convention): Define.
728 * gdbarch.sh (gdbarch_return_value): New predicate method.
729 * gdbarch.h, gdbarch.c: Re-generate
730 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
731
198beae2
AC
7322003-10-20 Andrew Cagney <cagney@redhat.com>
733
734 * symtab.c: Replace "struct sec" with "struct bfd_section".
735 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
736
24d693a6 7372003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
738
739 * config/djgpp/fnchange.lst: Add lines for:
740 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
741 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
742 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
743
21ad8dc3
MK
7442003-10-19 Mark Kettenis <kettenis@gnu.org>
745
746 * amd64fbsd-nat.c (fetch_inferior_registers,
747 store_inferior_registers): Remove functions.
748 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
749
cced5e27
MK
7502003-10-18 Mark Kettenis <kettenis@gnu.org>
751
752 Add NetBSD/amd64 native configuration:
753 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
754 * amd64nbsd-tdep.c: New file.
755 * amd64nbsd-nat.c: New file.
756 * amd64bsd-nat.c: New file.
757 * config/i386/nbsd64.mh: New file.
758 * config/i386/nbsd64.mt: New file.
759 * configure.host: Add x86_64-*-netbsd*.
760 * configure.tgt: Add x86_64-*-netbsd*.
761 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
762 New targets.
763 * NEWS (New native configurations): Mention NetBSD/amd64.
764
666de3fd
MC
7652003-10-17 Michael Chastain <mec@shout.net>
766
767 * config/djgpp/fnchange.lst: Remove dead lines for:
768 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
769 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
770 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
771 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
772 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
773 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
774 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
775 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
776 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
777 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
778 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
779 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
780 gdb/config/sparc/tm-sparclite.h,
781 gdb/gdbtk/generic/ChangeLog-2001,
782 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
783 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
784 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
785 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
786 gdb/testsuite/gdb.mi/mi0-var-block.exp,
787 gdb/testsuite/gdb.mi/mi0-var-child.exp,
788 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
789 gdb/testsuite/gdb.mi/mi0-var-display.exp,
790 itcl/iwidgets3.0.0/demos/extfileselectionbox,
791 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
792 itcl/iwidgets3.0.0/demos/fileselectionbox,
793 itcl/iwidgets3.0.0/demos/fileselectiondialog,
794 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
795 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
796 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
797 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
798 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
799 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
800 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
801 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
802 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
803 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
804 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
805 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
806 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
807 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
808 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
809 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
810 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
811 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
812 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
813 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
814 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
815 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
816 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
817 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
818 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
819 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
820 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
821 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
822 itcl/iwidgets3.0.0/demos/html/shell.n.html,
823 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
824 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
825 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
826 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
827 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
828 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
829 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
830 itcl/iwidgets3.0.0/demos/scrolledcanvas,
831 itcl/iwidgets3.0.0/demos/scrolledframe,
832 itcl/iwidgets3.0.0/demos/scrolledhtml,
833 itcl/iwidgets3.0.0/demos/scrolledlistbox,
834 itcl/iwidgets3.0.0/demos/scrolledtext,
835 itcl/iwidgets3.0.0/demos/selectionbox,
836 itcl/iwidgets3.0.0/demos/selectiondialog,
837 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
838 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
839 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
840 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
841 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
842 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
843 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
844 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
845 itcl/iwidgets3.0.0/doc/scrolledframe.n,
846 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
847 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
848 itcl/iwidgets3.0.0/doc/scrolledtext.n,
849 itcl/iwidgets3.0.0/doc/selectionbox.n,
850 itcl/iwidgets3.0.0/doc/selectiondialog.n,
851 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
852 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
853 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
854 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
855 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
856 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
857 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
858 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
859 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
860 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
861 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
862 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
863 itcl/iwidgets3.0.0/generic/selectionbox.itk,
864 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
865 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
866 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
867 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
868 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
869 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
870 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
871 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
872 itcl/iwidgets3.0.0/tests/scrolledframe.test,
873 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
874 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
875 itcl/iwidgets3.0.0/tests/scrolledtext.test,
876 itcl/iwidgets3.0.0/tests/selectionbox.test,
877 itcl/iwidgets3.0.0/tests/selectiondialog.test,
878 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
879 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
880 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
881 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
882 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
883 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
884 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
885 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
886 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
887 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
888 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
889 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
890 tk/mac/tkMacProjects.sit.hqx.
891
1e3ff5ad
AC
8922003-10-17 Andrew Cagney <cagney@redhat.com>
893
8db32d44
AC
894 * target.c (target_section_by_addr): New function.
895 (do_xfer_memory): Use "target_section_by_addr".
896 * target.h (target_section_by_addr): Declare.
897
1e3ff5ad
AC
898 * target.h (struct target_ops): Add "to_read_partial" and
899 "to_write_partial", delete "to_query".
900 (target_read_partial, target_write_partial): Declare.
901 (target_read, target_write): Declare.
902 (target_query): Delete macro.
903 * target.c (target_read_partial): New function.
904 (target_write_partial, target_read, target_write): New function.
905 (update_current_target): Delete inheritance of "to_query". Add
906 comments about "to_read_partial" and "to_write_partial".
907 (debug_to_partial_read, debug_to_partial_write): New functions.
908 (debug_to_query): Delete function.
909 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
910 instead of "to_query".
911 * remote.c (remote_read_partial): Replace "remote_query".
912 (init_remote_ops): Set "to_read_partial" instead of "to_query".
913 (init_remote_async_ops): Ditto.
914 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
915 "target_read_partial" instead of "target_query".
916 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
917 Use "target_read_partial" instead of "target_query".
918
48c66725
JJ
9192003-10-17 Jeff Johnston <jjohnstn@redhat.com>
920
921 * frame.h (struct frame_id): Add new field: special_addr.
922 (frame_id_build_special): New prototype.
923 * frame.c (frame_id_build_special): New function.
924 (frame_id_build): Change to call frame_id_build_special().
925 (frame_id_eq): Change to also test special_addr field.
926 (frame_id_inner): Update comment.
927
7998dfc3
AC
9282003-10-17 Andrew Cagney <cagney@redhat.com>
929
930 * target.c (update_current_target): Perform the target cleanup.
931 Put the target stack beneath the squashed "current_target".
932 (add_target): Delete disabled call to "cleanup_target".
933 (cleanup_target): Delete function.
934 (push_target, unpush_target): Do not call "cleanup_target".
935
9c04404e 9362003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
937
938 * target.c (target_stack): Change to a static target_ops.
939 (update_current_target): Walk the "struct target_ops" stack.
940 (pop_target, do_xfer_memory, target_info): Ditto.
941 (find_target_beneath): Ditto.
942 (push_target): Rewrite to use the "struct target_ops" stack.
943 (unpush_target): Ditto.
944 * target.h (struct target_stack_item): Delete definition.
945 (target_stack): Delete declaration.
946 (struct target_ops): Add field "beneath".
947
c98a2b49 9482003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
949
950 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
951 declaration.
952 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
953 (h8300_examine_prologue): Use h8300_normal_mode flag
954 (h8300_gdbarch_init): Set architecture info for normal mode
955
506fb367
DJ
9562003-10-16 Daniel Jacobowitz <drow@mvista.com>
957
958 * remote.c (remote_protocol_vcont): New variable.
959 (set_remote_protocol_vcont_packet_cmd): New function.
960 (show_remote_protocol_vcont_packet_cmd): New function.
961 (init_all_packet_configs): Handle remote_protocol_vcont.
962 (remote_vcont_probe): New function.
963 (remote_vcont_resume): New function.
964 (remote_resume): Use it.
965 (remote_async_resume): Call remote_resume.
966 (_initialize_remote): Add verbose-resume packet commands.
967
65815ea1
AC
9682003-10-16 Andrew Cagney <cagney@redhat.com>
969
970 * infrun.c (handle_inferior_event): Add comment about
971 "frame_id_inner" being too weak.
972
40324f1b
EZ
9732003-10-16 Elena Zannoni <ezannoni@redhat.com>
974
975 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
976 second parameter, which is always null. Remove
977 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
978 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
979 accordingly.
980 * somsolib.c (som_solib_create_inferior_hook,
981 som_solib_desire_dynamic_linker_symbols): Update callers.
982 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
983
9842003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
985
986 * remote-m32r-sdi.c : New file, interface to m32r on-chip
987 debug interface, SDI (Scalable Debug Interface).
988 * NEWS: Mention m32r SDI protocol was supported.
989 * Makefile.in (remote-m32r-sdi.o): Add build rule.
990 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
991
51931cbb
JJ
9922003-10-15 Jeff Johnston <jjohnstn@redhat.com>
993
994 * ia64-linux-tdep.c: Include gdbcore.h.
995 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
996 (ia64_linux_sigcontext_register_addr): Find the address of the
997 sigcontext area stored in the sigframe instead of using
998 a magic offset constant.
999
84e7fd53
AC
10002003-10-15 Andrew Cagney <cagney@redhat.com>
1001
1002 * remote.c (remote_search): Delete function.
1003 * target.h (target_search): Delete disabled macro.
1004 (struct target_ops): Delete disabled field "to_search".
1005
0f4d7c52
KB
10062003-10-14 Kevin Buettner <kevinb@redhat.com>
1007
1008 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1009 instead of deprecated_inside_entry_file().
1010
2e952408
CV
10112003-10-14 Corinna Vinschen <vinschen@redhat.com>
1012
1013 * sh-tdep.c: Fix copy/paste hangover in comment.
1014 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1015 mode.
1016 (sh3e_sh4_extract_return_value): Ditto.
1017
7e86466e
RH
10182003-10-13 Richard Henderson <rth@redhat.com>
1019
1020 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1021 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1022 match c_val_print a bit closer.
1023
46a16dba
KB
10242003-10-13 Kevin Buettner <kevinb@redhat.com>
1025
1026 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1027 (frv_gdbarch_adjust_breakpoint_address): New function.
1028 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1029 method.
1030
76897487
KB
10312003-10-13 Kevin Buettner <kevinb@redhat.com>
1032
1033 * breakpoint.h (struct breakpoint): Add new member
1034 ``requested_address''.
1035 * breakpoint.c (breakpoint_adjustment_warning)
1036 (adjust_breakpoint_address): New static functions.
1037 (print_it_typical): Issue warning if breakpoint's address is different
1038 from its requested address.
1039 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1040 (breakpoint_re_set_one): Set breakpoint's
1041 ``requested_address'' field. Set ``address'' field to the
1042 result of calling adjust_breakpoint_address() on the requested
1043 address.
1044
a1131521
KB
10452003-10-13 Kevin Buettner <kevinb@redhat.com>
1046
1047 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1048 * gdbarch.h, gdbarch.c: Regenerate.
1049
6ce6d90f
MK
10502003-10-11 Mark Kettenis <kettenis@gnu.org>
1051
155c1d33
MK
1052 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1053 TDEP->sc_num_regs.
1054
8a96bc77
MK
1055 * i386fbsd-tdep.c: New file.
1056 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1057 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1058 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1059 i386bsd-tdep.c.
1060 (_initialize_i386fbsd_tdep): New function.
1061 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1062 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1063 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1064 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1065 TDEP->sc_num_regs.
1066 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1067 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1068 to initialize TDEP->sc_num_regs.
1069 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1070 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1071 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1072 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1073 FreeBSD ELF OS/ABI's here.
1074 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1075 (i386fbsd-tdep.o): New target.
1076 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1077 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1078
477f40d1
MK
1079 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1080 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1081 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1082 in initialization of TDEP->sc_num_regs.
1083
c6b33596
MK
1084 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1085 (x86_64_init_abi): Initialize regset_from_core_section if
1086 appropriate.
1087
8446b36a
MK
1088 * i386-tdep.c (i386_regset_from_core_section): New function.
1089 (i386_gdbarch_init): Initialize regset_from_core_section if
1090 appropriate.
1091 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1092
c783cbd6
MK
1093 * i386-tdep.h (struct regset): Declare opaque.
1094
6ce6d90f
MK
1095 * gdbarch.sh (regset_from_core_section): New method.
1096 (struct regset): Declare opaque.
1097 * gdbarch.c, gdbarch.h: Regenerated.
1098
b98ed7be
AM
10992003-10-11 Alan Modra <amodra@bigpond.net.au>
1100
1101 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1102 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1103 Correct test for pc within section.
1104
f6214256
MK
11052003-10-11 Mark Kettenis <kettenis@gnu.org>
1106
1107 * gdbarch.sh: Remove trailing whitepsace from comments.
1108
a8f4cde1
RM
11092003-10-08 Roland McGrath <roland@redhat.com>
1110
1111 * gcore.c (make_mem_sec): Function removed, folded into ...
1112 (gcore_create_callback): ... here. To omit a section, clear its
1113 SEC_LOAD bit rather than zeroing its size.
1114 Omit read-only sections only if they correspond to a known disk file.
1115 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1116
74276724
MS
11172003-10-10 Michael Snyder <msnyder@redhat.com>
1118
1119 * d10v-tdep.c: Fix typo in comment.
1120
e754ae69
AC
11212003-10-10 Andrew Cagney <cagney@redhat.com>
1122
1123 * rs6000-tdep.c (e500_store_return_value): Delete function.
1124 (e500_extract_return_value): Delete function.
1125 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1126 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1127 "ppc_sysv_abi_restore_return_value" where applicable.
1128 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1129 (ppc_sysv_abi_extract_return_value): Declare.
1130 (ppc_sysv_abi_broken_store_return_value): Declare.
1131 (ppc_sysv_abi_broken_extract_return_value): Declare.
1132 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1133 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1134 start of file.
1135 (do_ppc_sysv_return_value): New function.
1136 (ppc_sysv_abi_extract_return_value): New function.
1137 (ppc_sysv_abi_store_return_value): New function.
1138 (ppc_sysv_abi_broken_extract_return_value): New function.
1139 (ppc_sysv_abi_broken_store_return_value): New function.
1140 (ppc_sysv_abi_use_struct_convention): Call
1141 do_ppc_sysv_return_value.
1142
8d4ce20a
JB
11432003-10-10 J. Brobecker <brobecker@gnat.com>
1144
1145 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1146 to lookup the main function symbol.
1147
afce3d2a
CV
11482003-10-10 Corinna Vinschen <vinschen@redhat.com>
1149
1150 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1151 types correctly.
1152 (sh_push_dummy_call_fpu): Fix argument passing rules.
1153 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1154 float types.
1155 (sh3e_sh4_store_return_value): Ditto.
1156
7fe958be
EZ
11572003-10-10 Elena Zannoni <ezannoni@redhat.com>
1158
1159 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1160 comment.
1161
3f997a97
CV
11622003-10-10 Corinna Vinschen <vinschen@redhat.com>
1163
1164 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1165 more readable code. Accomodate passing of bitfields.
1166
8be9034a
AC
11672003-10-10 Andrew Cagney <cagney@redhat.com>
1168
1169 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1170 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1171 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1172 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1173 (ppc64_sysv_abi_push_dummy_call): New function.
1174 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1175 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1176 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1177
85a453d5
KI
11782003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1179
1180 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1181 * README: Ditto.
1182 * d10v-tdep.c: Ditto.
1183 * h8300-tdep.c: Ditto.
1184 * remote-e7000.c: Ditto.
1185 * remote-hms.c: Ditto.
1186 * ser-e7kpc.c: Ditto.
1187 * sh-stub.c: Ditto.
1188 * sh-tdep.c: Ditto.
1189 * sh-tdep.h: Ditto.
1190 * sh3-rom.c: Ditto.
1191 * sh64-tdep.c: Ditto.
1192 * top.c: Ditto.
1193 * wince.c: Ditto.
1194 * config/d10v/d10v.mt: Ditto.
1195 * config/sh/embed.mt: Ditto.
1196 * config/sh/linux.mt: Ditto.
1197 * config/sh/tm-linux.h: Ditto.
1198 * config/sh/tm-sh.h: Ditto.
1199 * config/sh/wince.mt: Ditto.
1200
221c12ff
AC
12012003-10-09 Andrew Cagney <cagney@redhat.com>
1202
1203 * ppc-tdep.h (struct type): Declare opaque.
1204 * x86-64-tdep.h (struct regcache): Declare opaque.
1205 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1206 coding style.
1207
ef5200c1
AC
12082003-10-09 Andrew Cagney <cagney@redhat.com>
1209
1210 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1211 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1212 (SOFTWARE_SINGLE_STEP_P): Ditto.
1213 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1214 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1215 (SOFTWARE_SINGLE_STEP_P): Ditto.
1216 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1217 software_single_step to rs6000_software_single_step.
a8f4cde1 1218
9644bbdd
AC
12192003-10-09 Andrew Cagney <cagney@redhat.com>
1220
1221 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1222
db72fa6b
MS
12232003-10-09 Michael Snyder <msnyder@redhat.com>
1224
f3efb16c
MS
1225 * frame.h: Fix typo in comment.
1226 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
1227 * d10v-tdep.c: Random whitespace/comment tweaks.
1228
9a5cef92
EZ
12292003-10-09 Elena Zannoni <ezannoni@redhat.com>
1230
1231 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 1232 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 1233 on stack.
a8f4cde1 1234
9a5cef92
EZ
1235 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1236 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1237 in detail.
a8f4cde1 1238
0f317a0c
DJ
12392003-10-09 Daniel Jacobowitz <drow@mvista.com>
1240
1241 * remote-mips.c (mips_initialize): Remove unneeded call to
1242 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1243
bbab2f46
DJ
12442003-10-09 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1247 a memory pointer.
1248
550950b8
JJ
12492003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1250
1251 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1252 for any lwp we resume.
1253 (running_callback): Add lwps that have pending status events
1254 against them to be considered running.
1255
15c69bc7
KI
12562003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1257
1258 * m32r-tdep.c : Include "dis-asm.h".
1259 * Makefile.in (m32r-tdep.o): Update dependencies.
1260
51065942
JB
12612003-10-06 J. Brobecker <brobecker@gnat.com>
1262
1263 * completer.h (get_gdb_completer_word_break_characters): Delete.
1264 * completer.c: include language.h.
1265 (gdb_completer_word_break_characters): Delete.
1266 (get_gdb_completer_word_break_characters): Delete.
1267 (location_completer): Use the word break characters of the current
1268 language.
1269 (complete_line): Likewise.
1270 (line_completion_function): Likewise.
1271 (skip_quoted_chars): Likewise.
1272 * Makefile.in (completer.o): Add dependency on language.h.
1273 * top.c (init_main): Set the readline word break characters
1274 to GDB's default word break characters.
1275
6084f43a
JB
12762003-10-06 J. Brobecker <brobecker@gnat.com>
1277
1278 * language.h (language_defn): new field, la_word_break_characters.
1279 * language.c (unknown_language_defn): Set new field to
1280 default_word_break_characters.
1281 (auto_language_defn): Likewise.
1282 (local_language_defn): Likewise.
1283 * ada-lang.c (ada_language_defn): Likewise.
1284 * c-lang.c (c_language_defn): Likewise.
1285 (cplus_language_defn): Likewise.
1286 (asm_language_defn): Likewise.
1287 (minimal_language_defn): Likewise.
1288 * f-lang.c (f_language_defn): Likewise.
1289 * jv-lang.c (java_language_defn): Likewise.
1290 * m2-lang.c (m2_language_defn): Likewise.
1291 * objc-lang.c (objc_language_defn): Likewise.
1292 * p-lang.c (pascal_language_defn): Likewise.
1293 * scm-lang.c (scm_language_defn): Likewise.
1294
944fcfab
AC
12952003-10-06 Andrew Cagney <cagney@redhat.com>
1296
1297 * ppc-sysv-tdep.c: Re-indent.
1298
9f0a5303
JB
12992003-10-06 J. Brobecker <brobecker@gnat.com>
1300
1301 * language.h (default_word_break_characters): Add prototype.
1302 * language.c (default_word_break_characters): New function.
1303
7270b6ed
AS
13042003-10-06 Andreas Schwab <schwab@suse.de>
1305
1306 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1307 with %eax.
1308
a5d61f66
AC
13092003-10-06 Andrew Cagney <cagney@redhat.com>
1310
1311 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1312 "h8500-tdep.c".
1313 (z8k-tdep.o): Delete custom build rule.
1314
28a86f5c
AC
13152003-10-06 Andrew Cagney <cagney@redhat.com>
1316
1bfd8a83
AC
1317 * Makefile.in: Update all dependencies.
1318
17144ef8
AC
1319 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1320 No longer list PA as as obsolete candidate. List m32r as
1321 broken instead of obsolete.
a8f4cde1 1322
a5679ae5
AC
1323 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1324 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1325 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1326 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1327 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1328 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1329 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1330 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1331 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1332 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1333 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1334 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1335 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1336 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1337 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1338 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1339 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1340 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1341 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1342 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1343 * config/z8k/z8k.mt: Ditto.
1344
4a8269c0
AC
1345 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1346 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1347 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1348 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1349 sparclite were removed.
1350 * configure.host, configure.tgt: Remove corresponding tuples.
1351
41989fcd
AC
1352 * breakpoint.c, breakpoint.h: Remove obsolete code.
1353 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1354 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1355 * stabsread.h, xcoffread.c: Ditto.
1356
28a86f5c
AC
1357 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1358 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1359 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1360 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1361
4efdaa0d
DL
13622003-10-06 David Lecomber <dsl@sources.redhat.com>
1363
1364 * f-valprint.c: Reformatting
1365
ae53de43
MK
13662003-10-06 Mark Kettenis <kettenis@gnu.org>
1367
a8bb57e7
MK
1368 * x86-64-tdep.c: Remove duplicate comment.
1369
ae53de43
MK
1370 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1371 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1372 names for return values. This fixes a bug since we looked at %rbx
1373 instead of %rdx.
1374
473f17b0
MK
13752003-10-05 Mark Kettenis <kettenis@gnu.org>
1376
2c261fae
MK
1377 * x86-64-tdep.c: Include "regset.h".
1378
473f17b0
MK
1379 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1380 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1381 sizeof_fpregset.
1382 * i386-tdep.c: Include "regset.h".
1383 (i386_supply_gregset): New function.
1384 (i386_supply_fpregset): New function.
1385 (i386_gdbarch_init): Initialze register set-related members of
1386 TDEP.
1387 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1388 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1389
afd48b75
AC
13902003-10-03 Andrew Cagney <cagney@redhat.com>
1391
1392 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1393 set extract_return_value, store_return_value and
1394 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1395 ppc64_sysv_abi_store_return_value and
1396 ppc64_sysv_abi_use_struct_convention.
1397 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1398 (ppc64_sysv_abi_store_return_value): Declare.
1399 (ppc64_sysv_abi_use_struct_convention): Declare.
1400 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1401 (ppc64_sysv_abi_extract_return_value): New function.
1402 (ppc64_sysv_abi_store_return_value): New function.
1403 (ppc64_sysv_abi_use_struct_convention): New function.
1404 (ppc64_sysv_abi_return_value): New function.
1405
9b540880
AC
14062003-10-03 Andrew Cagney <cagney@redhat.com>
1407
1408 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1409 convert a descriptor to a function when it's in the ".opd"
1410 section.
1411
8748518b
CV
14122003-10-03 Corinna Vinschen <vinschen@redhat.com>
1413
1414 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1415 reg_size to keep GCC silent.
1416
0fd85043
CV
14172003-10-03 Corinna Vinschen <vinschen@redhat.com>
1418
1419 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1420 base for DW_EH_PE_textrel encodings.
1421 (read_encoded_value): Add a DW_EH_PE_textrel case.
1422 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1423 section.
1424
37b517aa
MK
14252003-10-03 Mark Kettenis <kettenis@gnu.org>
1426
1427 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1428
12c266ea
AC
14292003-10-02 Andrew Cagney <cagney@redhat.com>
1430
1431 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1432 REGISTER_RAW_SIZE.
1433 * gdbarch.h, gdbarch.c: Re-generate.
1434 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1435 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1436 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1437 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1438 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1439 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1440 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1441 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1442 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1443 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1444 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1445 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1446 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1447 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1448 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1449 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1450
78ba4af6
JB
14512003-10-02 Jim Blandy <jimb@redhat.com>
1452
1453 * dwarf2read.c (struct die_info): Doc fix.
1454
617daa0e
CV
14552003-10-02 Corinna Vinschen <vinschen@redhat.com>
1456
1457 * sh-tdep.c: Running thru gdb_indent.sh.
1458
e5e33cd9
CV
14592003-10-02 Corinna Vinschen <vinschen@redhat.com>
1460
1461 * sh-tdep.c (sh_justify_value_in_reg): New function.
1462 (sh_stack_allocsize): Ditto.
1463 (flt_argreg_array): New array used for floating point argument
1464 passing.
1465 (sh_init_flt_argreg): New function.
a8f4cde1 1466 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1467 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1468 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1469 Fix argument passing strategy.
1470 (sh_push_dummy_call_nofpu): Ditto.
1471
5fe830e4
AC
14722003-10-01 Andrew Cagney <cagney@redhat.com>
1473
1474 * value.h (register_value_being_returned): Declare. Replace
1475 "value_being_returned".
1476 * infcall.c (call_function_by_hand): Use
1477 register_value_being_returned.
1478 * infcmd.c (print_return_value): Call
1479 "register_value_being_returned", handle struct return locally.
1480 * values.c (register_value_being_returned): New function. Replace
1481 "value_being_returned".
a8f4cde1 1482
5fe830e4 14832003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1484
1485 * linux-proc.c (linux_do_registers): New function.
1486 (linux_make_note_section): Use linux_do_registers in case of
1487 single threaded inferior programs.
1488
64f395bf
AC
14892003-10-01 Andrew Cagney <cagney@redhat.com>
1490
1491 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1492 use STRUCT_ADDR. When not using "struct return convention", pass
1493 "0" to "value_being_returned". Add FIXMEs.
1494 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1495 value_being_returned. Add comments.
1496 * values.c (value_being_returned): Add fixme.
1497 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1498 (hppa_value_returned_from_stack): Add FIXME.
1499
639d11d3
DC
15002003-09-30 David Carlton <carlton@kealia.com>
1501
1502 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1503 'has_children' and 'next' by 'child' and 'sibling'.
1504 (read_comp_unit): Rework algorithm, breaking body into
1505 read_die_and_children and read_die_and_siblings.
1506 (read_die_and_children, read_die_and_siblings): New.
1507 (read_full_die): Add 'has_children' argument; set it instead of
1508 the die's 'has_children' field. Minor formatting cleanup.
1509 (free_die_list): Use die->child and die->sibling instead of
1510 die->next.
1511 (dump_die_list): Ditto.
1512 (sibling_die): Use die->sibling.
1513 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1514 'has_children' and 'next' fields.
a8f4cde1
RM
1515 (process_die, read_file_scope, read_func_scope)
1516 (read_lexical_block_scope, read_structure_scope)
1517 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1518 (read_namespace, read_subroutine_type, dump_die): Ditto.
1519
5bffac25
AC
15202003-09-30 Andrew Cagney <cagney@redhat.com>
1521
1522 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1523 to 224, not 220.
1524
f30992d4
AC
15252003-09-30 Andrew Cagney <cagney@redhat.com>
1526
1527 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1528 REGISTER_VIRTUAL_SIZE.
1529 * gdbarch.h, gdbarch.c: Regenerate.
1530 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1531 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1532 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1533
2e092625
AC
15342003-09-29 Andrew Cagney <cagney@redhat.com>
1535
1536 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1537 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1538 * gdbarch.h, gdbarch.c: Regenerate.
1539 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1540 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1541
1542 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1543 * remote-vxmips.c (vx_read_register): Ditto.
1544 * remote-vx68.c (vx_read_register): Ditto.
1545 * gnu-nat.c (inf_validate_procs): Ditto.
1546
7a5dd6ee
JB
15472003-09-29 J. Brobecker <brobecker@gnat.com>
1548
1549 * infcall.c (call_function_by_hand): Fix build failure
1550 introduced in the previous change to this file.
1551
1fe43d45
AC
15522003-09-29 Andrew Cagney <cagney@redhat.com>
1553
1554 * NEWS: Mention Objective-C.
1555
e28a332c
JG
15562003-09-29 Jerome Guitton <guitton@act-europe.fr>
1557
1558 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1559 test if the register has been saved on the stack.
1560 (arm_scan_prologue_cache): When analysing the instruction
1561 "str lr, [sp, #-4]", save the address where lr has been stored.
1562
9ff63c35
AC
15632003-09-28 Andrew Cagney <cagney@redhat.com>
1564
7f5f525d
AC
1565 * frame.c (frame_read_unsigned_register): Delete function.
1566 * frame.h (frame_read_unsigned_register): Delete declaration.
1567 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1568 get_frame_register_unsigned.
1569 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1570 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1571 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1572
7f5f525d
AC
1573 * frame.h (frame_read_register): Delete declaration.
1574 * frame.c (frame_read_register): Delete function.
1575 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1576 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1577 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1578 * mips-tdep.c (mips_register_to_value): Ditto.
1579 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1580 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1581
1582 * frame.c (frame_read_signed_register): Delete function.
1583 (frame_read_unsigned_register): Update comments.
1584 * frame.h (frame_read_signed_register): Delete declaration.
1585 * h8300-tdep.c (h8300_print_register): Use
1586 get_frame_register_signed.
1587 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1588
9ff63c35
AC
1589 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1590 Rename VALUE_RETURNED_FROM_STACK.
1591 * infcmd.c (print_return_value): Update.
1592 * infcall.c (call_function_by_hand): Update.
1593
41d041d6
MK
15942003-09-28 Mark Kettenis <kettenis@gnu.org>
1595
1596 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1597 regcache argument and reverse the order of the other two
1598 arguments. Remove local regcache variable. Determine
1599 architecture from REGCACHE. Update comments.
1600 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1601 reverse the order of the other two arguments. Remove local
1602 regcache variable. Determine architecture from REGCACHE. Update
1603 comments.
1604 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1605 prototypes. Update comments.
1606 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1607 comment.
1608 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1609 Update.
1610 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1611 * i386-interix-nat.c (supply_fpregset): Update.
1612 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1613 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1614 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1615 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1616 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1617 Update.
1618 * i386obsd-tdep.c (fetch_core_registers): Update.
1619 * i386v4-nat.c (supply_fpregset): Update.
1620 * x86-64-linux-nat.c (supply_fpregset): Update.
1621 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1622
1cb97e17
MK
16232003-09-27 Mark Kettenis <kettenis@gnu.org>
1624
5716833c
MK
1625 * i386-tdep.h: Put opaque declarations in alphabetical
1626 order. Remove spurious whitespace.
1627 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1628 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1629 * i386-tdep.c (MM0_REGNUM): Remove define.
1630 (i386_mmx_regnum_p): Add gdbarch argument.
1631 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1632 Rewrite using new macro definitions for FPU/SSE registers.
1633 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1634 definitions from i387-tdep.h.
1635 (i386_register_name): Update.
1636 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1637 new macro definitions for FPU/SSE registers.
1638 (i386_extract_return_value): Determine whether floating-point
1639 registers are present by examining REGCACHE's architecture.
1640 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1641 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1642 FPU/SSE registers.
1643 (i386_register_type): Update.
1644 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1645 definitions for FPU registers. Use REGCACHE's architecture to
1646 determine the appropriate register numbers.
1647 (i386_pseudo_register_read, i386_pseudo_register_write,
1648 i386_register_reggroup_p): Update.
1649 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1650 TDEP->mm0_regnum.
1651 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1652 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1653 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1654 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1655 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1656 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1657 *' to `void *'.
1658 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1659 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1660 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1661 definitions for FPU/SSE registers.
1662 (FXSAVE_MXCSR_ADDR): New define.
1663 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1664 TDEP->mm0_regnum.
1665 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1666 (I387_ST0_REGNUM): Define.
1667
41d35cb0
MK
1668 * regcache.h (get_regcache_arch): New prototype.
1669 * regcache.c (get_regcache_arch): New function.
1670
54e74f72
MK
1671 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1672 whitespace.
1673
1cb97e17
MK
1674 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1675 Initialize using ARRAY_SIZE.
1676
0968aa8c
AC
16772003-09-27 Andrew Cagney <cagney@redhat.com>
1678
1679 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1680 "init_frame_pc_default".
1681 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1682 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1683 * vax-tdep.c (vax_gdbarch_init): Update.
1684 * v850-tdep.c (v850_gdbarch_init): Update.
1685 * sh64-tdep.c (sh64_gdbarch_init): Update.
1686 * s390-tdep.c (s390_gdbarch_init): Update.
1687 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1688 * mcore-tdep.c (mcore_gdbarch_init): Update.
1689 * h8300-tdep.c (h8300_gdbarch_init): Update.
1690 * cris-tdep.c (cris_gdbarch_init): Update.
1691 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1692
54c84734
MK
16932003-09-26 Mark Kettenis <kettenis@gnu.org>
1694
1695 * regset.h: New file.
1696 * Makefile.in (regset_h): Add.
1697
1b1d3794
AC
16982003-09-25 Andrew Cagney <cagney@redhat.com>
1699
1700 * frame.h (deprecated_frame_saved_regs): Rename
1701 get_frame_saved_regs.
1702 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1703 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1704 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1705 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1706 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1707
e6beb428
AC
17082003-09-25 Andrew Cagney <cagney@redhat.com>
1709
1710 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1711 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1712 and Java.
1713 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1714 arm*-*-* do not use the new frame code.
1715
710122da
DC
17162003-09-25 David Carlton <carlton@kealia.com>
1717
1718 * c-exp.y: Remove 'register' declarations.
1719 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1720
79c2c32d
DC
17212003-09-25 David Carlton <carlton@kealia.com>
1722
1723 * c-exp.y: Include cp-support.h. Add qualified_type.
1724 (yylex): Delete nested type hack; add comments.
1725 * cp-namespace.c (cp_lookup_nested_type): New function.
1726 * cp-support.h: Declare cp_lookup_nested_type.
1727 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1728 instead of value_struct_elt_for_reference.
1729 * valops.c: Include cp-support.h.
1730 (value_aggregate_elt): New function.
1731 (value_namespace_elt): Ditto.
1732 (value_struct_elt_for_reference): Make static.
1733 * value.h: Delete declaration of value_struct_elt_for_reference;
1734 add declaration for value_aggregate_elt.
1735 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1736 (valops.o): Ditto.
1737
898c62f5
DJ
17382003-09-25 Daniel Jacobowitz <drow@mvista.com>
1739
1740 * stack.c: Include "reggroups.h".
1741 (frame_info): Only display registers in all_reggroup.
1742 * Makefile.in (stack.o): Update dependencies.
1743
28cd8767
JG
17442003-09-25 Jerome Guitton <guitton@act-europe.fr>
1745
1746 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1747 "add ip, sp #n" in the prologue.
1748 (arm_scan_prologue): Ditto.
1749
a4ab2b5d
JG
17502003-09-25 Jerome Guitton <guitton@act-europe.fr>
1751
1752 * MAINTAINERS (write after approval): Add myself.
1753
3f244638
AS
17542003-09-25 Andreas Schwab <schwab@suse.de>
1755
1756 * m68k-tdep.c: Include "dwarf2-frame.h".
1757 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1758 * Makefile.in (m68k-tdep.o): Update dependencies.
1759
1c0159e0
CV
17602003-09-25 Corinna Vinschen <vinschen@redhat.com>
1761
1762 * sh-tdep.c (struct frame_extra_info): Remove.
1763 (struct sh_frame_cache): New structure.
1764 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1765 (GET_TARGET_REG): Ditto but target register.
1766 (GET_PUSHED_REG): Remove.
1767 (IS_MOV_ARG_TO_REG): New macro.
1768 (IS_MOV_ARG_TO_IND_R14): New macro.
1769 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1770 (IS_MOVW_PCREL_TO_REG): New macro.
1771 (IS_MOVL_PCREL_TO_REG): New macro.
1772 (IS_SUB_REG_FROM_SP): New macro.
1773 (IS_ARG_MOV): Remove.
1774 (IS_MOV_TO_R14): Remove.
1775 (IS_RESTORE_FP): New macro.
1776 (IS_RTS): New macro.
1777 (IS_LDS): New macro.
1778 (IS_MOV_FP_SP): New macro.
1779 (IS_ADD_REG_TO_FP): New macro.
1780 (IS_ADD_IMM_FP): New macro.
1781 (sh_skip_prologue_hard_way): Remove.
1782 (sh_saved_pc_after_call): Remove.
1783 (sh_frame_chain): Remove.
1784 (sh_find_callers_reg): Remove.
a8f4cde1 1785 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1786 (sh_fp_frame_init_saved_regs): Remove.
1787 (sh_init_extra_frame_info): Remove.
1788 (sh_analyze_prologue): New function.
1789 (sh_skip_prologue): Remove deprecated code. Rely on new function
1790 sh_analyze_prologue when after_prologue fails.
1791 (sh_frame_saved_pc): Remove.
1792 (sh_alloc_frame_cache): New function.
1793 (sh_frame_cache): Ditto.
1794 (sh_frame_prev_register): Ditto.
1795 (sh_frame_this_id): Ditto.
1796 (sh_frame_unwind): New structure defining the heuristic frame
1797 sniffer interface.
1798 (sh_frame_sniffer): New function.
1799 (sh_unwind_sp): Ditto.
1800 (sh_unwind_pc): Ditto.
1801 (sh_unwind_dummy_id): Ditto.
1802 (sh_frame_base_address): Ditto.
1803 (sh_frame_base): New structure defining new frame base code.
1804 (sh_in_function_epilogue_p): New function.
1805 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1806 code and to call all new code instead. Initialize dwarf2 and
1807 heuristic frame sniffer.
1808
5f9769d1
PH
18092003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1810
a8f4cde1
RM
1811 * parser-defs.h (struct exp_descriptor): New definition, containing
1812 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
1813 evaluating expressions.
1814 (exp_descriptor_standard): Declare new variable.
1815 (print_subexp): Make global and declare here (from expprint.c).
1816 (dump_subexp): Ditto.
1817 (dump_subexp_body_standard): Declare.
1818 (operator_length_standard): Declare.
1819 (op_name_standard): Declare.
1820 (print_subexp): Declare.
1821 (print_subexp_standard): Declare.
1822
1823 * language.h (struct language_defn): Add la_exp_desc field to hold
1824 pointer to table for language-specific operators.
1825 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
1826
1827 * parse.c (operator_length): Move most code to new
5f9769d1 1828 operator_length_standard function. Use language-specific information.
a8f4cde1 1829 (operator_length_standard): New function taking most code from
5f9769d1
PH
1830 operator_length.
1831 (exp_descriptor_standard): New constant.
a8f4cde1
RM
1832
1833 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 1834 and OP_EXTENDED_LAST.
a8f4cde1
RM
1835
1836 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
1837 Make global; remove static declaration.
1838 Move most code to print_subexp_standard.
a8f4cde1 1839 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
1840 print_subexp.
1841 (op_name): Add expression to argument signature.
a8f4cde1 1842 Use langauge-specific op_name.
5f9769d1
PH
1843 Move most code to op_name_standard.
1844 (op_name_standard): New function, containing code formerly in op_name.
1845 (dump_subexp): Use new version of op_name function.
1846 Use language-specific dump_subexp_body, and move most existing code to
1847 dump_subexp_body_standard.
1848 (dump_raw_expression): Use new op_name interface.
1849 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1850 (dump_subexp_body_standard): New function, containing code formerly
1851 in dump_subexp_body.
a8f4cde1 1852
5f9769d1
PH
1853 * language.c (unknown_language): Add default la_exp_desc field and
1854 remove evaluate_exp field.
1855 (auto_language): Ditto.
1856 (local_language): Ditto.
1857 * f-lang.c (f_language_defn): Ditto.
1858 * c-lang.c (c_language_defn): Ditto.
1859 (cplus_language_defn): Ditto.
1860 (asm_language_defn): Ditto.
1861 (minimal_language_defn): Ditto.
1862 * p-lang.c (pascal_language_defn): Ditto.
1863 * m2-lang.c (m2_language_defn): Ditto.
1864 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
1865
1866 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
1867 Java-specific expression evaluator.
1868 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1869 field.
a8f4cde1 1870 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
1871 Scheme-specific expression evaluator.
1872 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1873 field.
1874 * objc-lang.c (print_object_command): Take evaluate_exp from the
1875 la_exp_desc field.
a8f4cde1 1876
5f9769d1 1877 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
1878
1879 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
1880 la_exp_desc's type.
1881 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 1882
24daaebc
PH
18832003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1884
1885 * parser-defs.h (operator_length): Declare.
a8f4cde1 1886
24daaebc
PH
1887 * parse.c (length_of_subexp): Use operator_length to get operator
1888 lengths and arities for operators.
1889 Move most code to new operator_length function.
a8f4cde1 1890 (operator_length): New function absorbing most code from
24daaebc
PH
1891 length_of_subexp.
1892 (prefixify_subexp): Remove large case and use operator_length instead.
1893 (parse_exp_1): Use renamings:
a8f4cde1 1894 dump_prefix_expression => dump_raw_expression and
24daaebc 1895 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1896
24daaebc
PH
1897 * expression.h (dump_prefix_expression): Rename to ...
1898 (dump_raw_expression): New name.
1899 (dump_postfix_expression): Rename to ...
1900 (dump_prefix_expression): New name.
a8f4cde1 1901
24daaebc
PH
1902 * expprint.c (dump_subexp): Make global. Add comment.
1903 Move most existing code to dump_subexp_body.
1904 (dump_subexp_body): New function.
1905 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1906 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1907 work before the expression is prefixified.
1908 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1909 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1910 that's what it does.
a8f4cde1 1911 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1912 prefixified expression.
1913 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1914
8c2957c4
JB
19152003-09-22 Jim Blandy <jimb@redhat.com>
1916
1917 * dwarf2read.c (read_array_type): When building the type for an
1918 array of unspecified length, make sure to choose the upper bound
1919 so that the array's total length comes out to be zero --- that's
1920 how we represent such arrays.
1921
592e3010
MC
19222003-09-22 Michael Chastain <mec@shout.net>
1923
1924 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1925
365c70b1
JJ
19262003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1927
1928 * top.c (quit_force): Fix indirect call to quit_target so
1929 a struct qt_args pointer is passed.
1930
5d6eb653
AC
19312003-09-22 Andrew Cagney <cagney@redhat.com>
1932
1933 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1934 * arch-utils.c (init_frame_pc_noop): Delete function.
1935 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1936 "init_frame_pc".
1937 * mips-tdep.c (mips_gdbarch_init): Ditto.
1938 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1939 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1940 declaration.
1941 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1942 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1943 declaration.
1944 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1945
b222a67f
AG
19462003-09-22 Anthony Green <green@redhat.com>
1947
1948 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1949 declaration.
1950
d5b5ac79
AC
19512003-09-20 Andrew Cagney <cagney@redhat.com>
1952
deafb061
AC
1953 * breakpoint.c: Eliminate ARGSUSED.
1954 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1955 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1956 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1957 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1958 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1959 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1960 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1961 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1962 * wince.c, remote-vx.c: Ditto.
1963
d5b5ac79
AC
1964 * cli/cli-script.c: Remove "register" attributes.
1965 * config/pa/tm-hppa.h: Ditto.
1966 * cli/cli-decode.c: Ditto.
1967 * cli/cli-cmds.c: Ditto.
1968
c6316faa
AC
19692003-09-19 Andrew Cagney <cagney@redhat.com>
1970
1971 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1972 DEPRECATED_NPC_REGNUM.
1973 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1974
f4f99b11
CF
19752003-09-19 Christopher Faylor <cgf@redhat.com>
1976
1977 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1978
1708f284
JB
19792003-09-19 Jim Blandy <jimb@redhat.com>
1980
1981 * macrotab.c (macro_include): Use the correct comparison to find
1982 the appropriate place for this inclusion in the list.
1983
b9fbf434
AC
19842003-09-19 Andrew Cagney <cagney@redhat.com>
1985
1986 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1987 (DEPRECATED_HPUX_TEXT_END): Define.
1988 (deprecated_hpux_text_end): Declare.
1989 (struct target_ops): Declare opaque.
1990 * hppah-nat.c (text_end): Make static.
1991 (deprecated_hpux_text_end): New function.
1992 * exec.c (text_end): Delete global variable.
1993 (NEED_TEXT_START_END): Do not define.
1994 (exec_file_attach): Replace code computing "text_end" code with
1995 call to DEPRECATED_HPUX_TEXT_END.
1996
5b03f266
AC
19972003-09-19 Andrew Cagney <cagney@redhat.com>
1998
1999 * utils.c (align_up, align_down): New functions.
2000 * defs.h (align_up, align_down): Declare.
2001 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2002 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2003 and "align_down".
2004 (round_up, round_down): Delete functions.
2005 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2006 "align_down".
2007 (ROUND_DOWN, ROUND_UP): Delete macros.
2008 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2009 * h8300-tdep.c: Replace "round_up" and "round_down" with
2010 "align_up" and "align_down".
2011 (round_up, round_down): Delete macros.
2012 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2013 "align_down".
2014 (ROUND_UP, ROUND_DOWN): Delete macros.
2015
51db5742
JB
20162003-09-18 J. Brobecker <brobecker@gnat.com>
2017
2018 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2019 hard-coded constant. Use the proper machine name instead.
2020
77949794
AC
20212003-09-17 Andrew Cagney <cagney@redhat.com>
2022
2023 * sparc-tdep.c (legacy_register_name): Delete function.
2024 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2025 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2026 * infcmd.c (gdb_register_name): Delete variable.
2027 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2028 REGISTER_NAME and "tm.h".
2029 * gdbarch.h, gdbarch.c: Regenerate.
2030 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2031 REGISTER_NAMES in comments.
2032 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2033 * m68klinux-nat.c (regmap): Ditto.
2034
b55c33cc
JB
20352003-09-17 Jim Blandy <jimb@redhat.com>
2036
2037 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2038
957e27ac
AC
20392003-09-17 Andrew Cagney <cagney@redhat.com>
2040
2041 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2042 (ppcnbsd_init_abi): Set "use_struct_convention" to
2043 "ppcnbsd_use_struct_convention".
2044
192cb3d4
MK
20452003-09-17 Mark Kettenis <kettenis@gnu.org>
2046
2047 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2048 * gdbarch.h, gdbarch.c: Regenerate.
2049 (stabs_argument_has_addr): New architecture method.
2050 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2051 * arch-utils.c: Include "buildsym.h".
2052 (default_stabs_argument_has_addr): New function.
2053 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2054 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2055
efe59759
AC
20562003-09-17 Andrew Cagney <cagney@redhat.com>
2057
2058 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2059 * gdbarch.h, gdbarch.c: Regenerate.
2060 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2061 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2062 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2063 * sparcnbsd-tdep.c: Update.
a8f4cde1 2064
62700349
AC
20652003-09-17 Andrew Cagney <cagney@redhat.com>
2066
2067 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2068 * gdbarch.h, gdbarch.c: Regenerate.
2069 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2070 * d10v-tdep.c, frame.c: Update.
2071 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2072 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2073 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2074 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2075 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2076 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2077 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2078 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2079 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2080 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2081 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2082 * config/pa/nm-hppah.h: Update.
2083
b9ff3018
AC
20842003-09-16 Andrew Cagney <cagney@redhat.com>
2085
2086 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2087 "use_struct_convention" to "ppc_linux_use_struct_convention".
2088 (ppc_linux_use_struct_convention): New function.
2089 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2090 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2091 "rs6000_use_struct_convention".
2092 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2093 declaration.
2094 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2095 Delete function.
2096
aa1ee363
AC
20972003-09-16 Andrew Cagney <cagney@redhat.com>
2098
2099 * buildsym.c: Remove more occurances of "register".
2100 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2101 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2102 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2103 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2104 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2105 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2106 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2107 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2108
f2ea0907
CV
21092003-09-16 Corinna Vinschen <vinschen@redhat.com>
2110
2111 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2112 numbers to enumeration values.
2113 * sh-tdep.c: Accomodate above change.
2114 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2115 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2116 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2117 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2118 (IS_FPUSH): Rename from IS_FMOV.
2119 (sh_extract_struct_value_address): Remove useless comment.
2120 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2121 instead of own local values.
2122 (sh_dump_tdep): Remove.
2123 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2124 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2125
1c704f11
AC
21262003-09-15 Andrew Cagney <cagney@redhat.com>
2127
2128 * doublest.c (convert_floatformat_to_doublest): No longer need to
2129 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2130
ac79b88b
DJ
21312003-09-15 Daniel Jacobowitz <drow@mvista.com>
2132
2133 * values.c (unpack_double): Call floatformat_is_valid.
2134
1c671366
MK
21352003-09-15 Mark Kettenis <kettenis@gnu.org>
2136
de5227fb
MK
2137 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2138 ps_strings into a long.
2139
1c671366
MK
2140 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2141 _initialize_am64fbsd_nat.
2142
a604369a
KB
21432003-09-15 Kevin Buettner <kevinb@redhat.com>
2144
2145 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2146 associated with DW_AT_ranges attribute is out of bounds.
2147
b3cacbee
DL
21482003-09-15 David Lecomber <dsl@sources.redhat.com>
2149
2150 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2151
d0f37bb2
MC
21522003-09-14 Michael Chastain <mec@shout.net>
2153
2154 * config/m68k/nm-apollo68v.h: Delete.
2155 * config/m68k/xm-apollo68v.h: Delete.
2156
69517000
AC
21572003-09-14 Andrew Cagney <cagney@redhat.com>
2158
2159 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2160 * dcache.c: Update copyrights and descriptions.
2161 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2162
ef8b349d
AC
21632003-09-14 Andrew Cagney <cagney@redhat.com>
2164
2165 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2166 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2167
52f0bd74
AC
21682003-09-14 Andrew Cagney <cagney@redhat.com>
2169
2170 * alpha-nat.c: Remove some occurances of "register".
2171 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2172 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2173 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2174 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2175 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2176 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2177 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2178 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2179 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2180 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2181 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2182 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2183 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2184 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2185 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2186 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2187 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2188 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2189 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2190 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2191 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2192 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 2193
4a4b3fed
AC
21942003-09-13 Andrew Cagney <cagney@redhat.com>
2195
2196 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2197 * ppc-tdep.h (struct regcache): Declare opaque.
2198 * objfiles.h (struct objfile_data): Declare opaque.
2199 * cp-support.h (struct objfile): Declare opaque.
2200 * linux-nat.h (target_waitstatus): Declare opaque.
2201
2110b94f
MK
22022003-09-14 Mark Kettenis <kettenis@gnu.org>
2203
1c671366
MK
2204 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2205 (stabs_argument_has_addr): New architecture method.
2206 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2207 * arch-utils.c: Include "buildsym.h".
2208 (default_stabs_argument_has_addr): New function.
2209 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2210 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2211
2110b94f
MK
2212 * cris-tdep.c (cris_gdbarch_init): Set
2213 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2214 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2215 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2216 * mips-tdep.c (mips_gdbarch_init): Likewise.
2217 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2218 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2219
48436ce6
AC
22202003-09-13 Andrew Cagney <cagney@redhat.com>
2221
2222 * values.c (using_struct_return): Delete "function" and "funcaddr"
2223 parameters.
2224 * value.h (using_struct_return): Update declaration.
2225 * infcmd.c (finish_command_continuation): Update.
2226 (finish_command): Update.
2227 * infcall.c (call_function_by_hand): Update.
2228 * eval.c (evaluate_subexp_standard): Update.
2229
403d9909
CF
22302003-09-13 Christopher Faylor <cgf@redhat.com>
2231
2232 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2233 SSE registers since gdb will not operate correctly without this.
2234 Restore include file ordering munged in previous change.
2235 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2236
ebf7d56b
MK
22372003-09-13 Mark Kettenis <kettenis@gnu.org>
2238
8e823e25
MK
2239 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2240 REG_STRUCT_HAS_ADDR.
2241 * gdbarch.c, gdbarch.h: Updated.
2242 * infcall.c (call_function_by_hand): Update.
2243 * stabsread.c (define_symbol): Updated.
a8f4cde1 2244
ebf7d56b
MK
2245 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2246
d3f13f72
CF
22472003-09-12 Christopher Faylor <cgf@redhat.com>
2248
2249 * win32-nat.c: Reorganize so that defines used by target headers are
2250 actually defined by the system headers.
2251 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2252 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2253
14f75137
JB
22542003-09-12 Jim Blandy <jimb@redhat.com>
2255
d646061f
JB
2256 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2257 the file has no .data, .bss, or .rodata sections. Instead wait
2258 until we see a variable alleged to live in one of those sections.
2259
2a13f9bc
JB
2260 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2261 .bss section, presume that any variables we find live in the
2262 .rodata section.
2263
4f49b26b
JB
2264 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2265 offsets for global and static variables.
2266
14f75137
JB
2267 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2268 symbol types are, by definition, in the .data section, so it is
2269 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2270 If there is no .data section, there should be no N_DATA or N_DATA
2271 | N_EXT symbols.
2272
212c460c
MK
22732003-09-12 Mark Kettenis <kettenis@gnu.org>
2274
2275 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2276 (amd64fbsd_sigcontext_addr): Rewrite.
2277 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2278 with correct values.
2279 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2280 (amd64fbsd_init_abi): Fix typo.
2281
68856ea3
AC
22822003-09-12 Andrew Cagney <cagney@redhat.com>
2283
2284 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2285 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2286
627b3ba2
AC
22872003-09-12 Andrew Cagney <cagney@redhat.com>
2288
2289 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2290 "entry_file_highpc". Update comments.
2291 * defs.h (deprecated_inside_entry_file): Rename
2292 "inside_entry_file".
2293 * blockframe.c (deprecated_inside_entry_file): Rename
2294 "inside_entry_file".
2295 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2296 * vax-tdep.c (vax_frame_chain): Update.
2297 * sh64-tdep.c (sh64_frame_chain): Update.
2298 * sh-tdep.c (sh_frame_chain): Update.
2299 * rs6000-tdep.c (rs6000_frame_chain): Update.
2300 * ns32k-tdep.c (ns32k_frame_chain): Update.
2301 * mips-tdep.c (mips_frame_chain): Update.
2302 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2303 * m32r-tdep.c (m32r_frame_this_id): Update.
2304 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2305 * frv-tdep.c (frv_frame_this_id): Update.
2306 * d10v-tdep.c (d10v_frame_this_id): Update.
2307 * cris-tdep.c (cris_frame_chain): Update.
2308 * blockframe.c (legacy_frame_chain_valid): Update.
2309 * avr-tdep.c (avr_frame_this_id): Update.
2310 * arm-tdep.c (arm_prologue_this_id): Update.
2311 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2312 * objfiles.c (objfile_relocate): Update.
2313 * mipsread.c (mipscoff_symfile_read): Update.
2314 (mipscoff_symfile_read): Update.
2315 * mdebugread.c (parse_partial_symbols): Update.
2316 * dwarfread.c (read_file_scope): Update.
2317 * dwarf2read.c (read_file_scope): Update.
2318 * dbxread.c (read_dbx_symtab): Update.
2319 (read_dbx_symtab): Update.
2320 * coffread.c (complete_symtab): Update.
2321
b0abbc58
JJ
23222003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2323
2324 * top.c (quit_target): New static helper function.
2325 (quit_force): Moved code to quit_target(). Call quit_target()
2326 via catch_errors() to catch errors during quit.
2327
a1632d59
DC
23282003-09-11 David Carlton <carlton@kealia.com>
2329
2330 * buildsym.c (finish_block): Use allocate_block to allocate the
2331 block.
2332 * mdebugread.c (new_block): Add FIXME.
2333
5c4e30ca
DC
23342003-09-11 David Carlton <carlton@kealia.com>
2335
2336 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2337 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2338 (recursive_dump_type): Ditto.
2339 * printcmd.c (print_formatted): Ditto.
2340 * typeprint.c (print_type_scalar): Ditto.
2341 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2342 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2343 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2344 maint_cplus_cmd_list.
2345 * cp-support.c: Make maint_cplus_cmd_list extern.
2346 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2347 command.h.
2348 (lookup_symbol_file): Look in possible namespace blocks when
2349 appropriate.
2350 (initialize_namespace_symtab): New.
2351 (get_possible_namespace_block, free_namespace_block)
2352 (check_possible_namespace_symbols)
2353 (check_possible_namespace_symbols_loop)
2354 (check_one_possible_namespace_symbol)
2355 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2356 (_initialize_cp_namespace): Ditto.
2357 * block.h: Declare allocate_block.
2358 * block.c (allocate_block): New.
2359 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2360 allocate_block.
2361 * symfile.h: Update declaration of add_psymbol_to_list.
2362 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2363 question.
2364 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2365 scan_partial_symbols_call.
2366 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2367 helper functions.
2368 (add_partial_symbol): If necessary, scan mangled names for names
2369 of namespaces.
2370 (add_partial_namespace): Add NAMESPACE argument; generate partial
2371 symbols associated to namespaces.
2372 (add_partial_enumeration): Add NAMESPACE argument.
2373 (new_symbol): Allow namespace syms.
2374 (read_namespace): Generate namespace syms.
2375 * objfiles.h: Add opaque declaration of struct symtab.
2376 (struct objfile): Add cp_namespace_symtab member.
2377 * objfiles.c (allocate_objfile): Set
2378 objfile->cp_namespace_symtab.
2379 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2380 dictionary_h, command_h.
2381
33a7c2fc
AC
23822003-09-11 Andrew Cagney <cagney@redhat.com>
2383
2384 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2385 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2386 near the function's end.
2387 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2388 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2389 regcache_raw_write_signed to set SP_REGNUM.
2390
63cd24fe
EZ
23912003-09-11 Elena Zannoni <ezannoni@redhat.com>
2392
2393 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2394 orig_addrs is set up properly.
2395
f27dd7fd
AC
23962003-09-11 Andrew Cagney <cagney@redhat.com>
2397
2398 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2399 * gdbarch.h, gdbarch.c: Re-generate.
2400 * infcall.c (call_function_by_hand): Update.
2401 * hppa-tdep.c (hppa_push_arguments): Update.
2402 * ada-lang.c (place_on_stack): Update.
2403 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2404 * sparc-tdep.c (sparc_gdbarch_init): Update.
2405 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2406 * hppa-tdep.c (hppa_gdbarch_init): Update.
2407 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2408 stack_align.
2409
f630a401
DJ
24102003-09-11 Daniel Jacobowitz <drow@mvista.com>
2411
2412 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2413 register do need a frame.
2414
0ddabb4c
AC
24152003-09-11 Andrew Cagney <cagney@redhat.com>
2416
2417 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2418 buildable since GDB 5.0.
2419 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2420 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2421 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2422 * irix4-nat.c: Delete file.
2423 * config/mips/irix4.mh: Delete file.
2424 * config/mips/irix3.mh: Delete file.
2425 * config/mips/irix3.mt: Delete file.
2426 * config/mips/tm-irix3.h: Delete file.
2427 * config/mips/nm-irix3.h: Delete file.
2428 * config/mips/xm-irix3.h: Delete file.
2429 * config/mips/nm-irix4.h: Delete file.
2430 * config/mips/xm-irix4.h: Delete file.
2431 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2432
fde2cceb
JB
24332003-09-10 J. Brobecker <brobecker@gnat.com>
2434
2435 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2436 * Makefile.in (hppa-tdep.o): Update dependencies.
2437
66f667f5
JW
24382003-09-10 James E Wilson <wilson@specifixinc.com>
2439
ef5fd69f
JW
2440 * MAINTAINERS: Change my e-mail address. Move to paper trail
2441 section.
66f667f5 2442
53e8aaea
KB
24432003-09-10 Kevin Buettner <kevinb@redhat.com>
2444
2445 * MAINTAINERS (frv): New ISA entry.
2446
dcc6aaff
KB
24472003-09-10 Kevin Buettner <kevinb@redhat.com>
2448
2449 * frv-tdep.c (dis-asm.h): Include.
2450 * Makefile.in (frv-tdep.o): Update dependencies.
2451
932644f0
JJ
24522003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2453
2454 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2455 Fix typo for high range of floating registers.
2456
91c24f0a
DC
24572003-09-09 David Carlton <carlton@kealia.com>
2458
2459 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2460 highpc initialization here out of scan_partial_symbols.
2461 (scan_partial_symbols): Restructure into a recursive version,
2462 calling add_partial_namespace and add_partial_enumeration when
2463 appropriate.
2464 (add_partial_namespace): New.
2465 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2466
c9263853
AC
24672003-09-09 Andrew Cagney <cagney@redhat.com>
2468
e56a0ecc
AC
2469 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2470 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2471 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2472 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2473
794a477a
AC
2474 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2475 (rs6000_push_dummy_call): Set the "TOC" register.
2476
c9263853
AC
2477 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2478 methods "max_register_raw_size", "max_register_virtual_size" or
2479 "register_virtual_size".
2480
afa7d0b2
ILT
24812003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2482
2483 * MAINTAINERS: Update my e-mail address.
2484
7a41266b
AC
24852003-09-09 Andrew Cagney <cagney@redhat.com>
2486
2487 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2488 (rs6000_push_dummy_call): Store the struct return address.
2489 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2490
77b2b6d4
AC
24912003-09-09 Andrew Cagney <cagney@redhat.com>
2492
2493 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2494 "ppc_sysv_abi_push_arguments".
2495 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2496 "ppc_sysv_abi_push_arguments".
2497 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2498 instead of "push_arguments".
2499 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2500
e8a7b686
AC
25012003-09-09 Andrew Cagney <cagney@redhat.com>
2502
2503 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2504 instead of CALL_DUMMY_ADDRESS.
2505
f86f5ca3
PH
25062003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2507
2508 * p-lang.c: Eliminate "register".
2509 * c-lang.c: Ditto.
2510 * expprint.c: Ditto.
2511 * f-lang.c: Ditto.
2512 * jv-lang.c: Ditto.
2513 * language.c: Ditto.
2514 * m2-lang.c: Ditto.
2515 * parse.c: Ditto.
2516 * scm-lang.c: Ditto.
2517 * objc-lang.c: Ditto.
2518
83ee270e
NC
25192003-09-09 Nick Clifton <nickc@redhat.com>
2520
2521 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2522
a89aa300
AC
25232003-09-04 Andrew Cagney <cagney@redhat.com>
2524
2525 * avr-tdep.c: Include "dis-asm.h".
2526 * cris-tdep.c: Include "dis-asm.h".
2527 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2528 instead of corresponding typedef.
2529 * h8300-tdep.c: Include "dis-asm.h".
2530 * ia64-tdep.c: Include "dis-asm.h".
2531 * i386-tdep.c: Include "dis-asm.h".
2532 (i386_print_insn): Use "struct disassemble_info" instead of
2533 corresponding typedef.
2534 * m68k-tdep.c: Include "dis-asm.h".
2535 * mcore-tdep.c: Include "dis-asm.h".
2536 * mips-tdep.c: Include "dis-asm.h".
2537 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2538 instead of corresponding typedef.
2539 * ns32k-tdep.c: Include "dis-asm.h".
2540 * s390-tdep.c: Include "dis-asm.h".
2541 * sparc-tdep.c: Include "dis-asm.h".
2542 * vax-tdep.c: Include "dis-asm.h".
2543 * v850-tdep.c: Include "dis-asm.h".
2544 * mn10300-tdep.c: Include "dis-asm.h".
2545 * rs6000-tdep.c: Include "dis-asm.h".
2546 * xstormy16-tdep.c: Include "dis-asm.h".
2547 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2548 print_insn_xstormy16.
2549 * Makefile.in (v850-tdep.o): Update dependencies.
2550 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2551 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2552 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2553 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2554 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2555 (gdbarch_h): Remove $(dis_asm_h).
2556 * disasm.c: Include "dis-asm.h".
2557 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2558 corresponding typedef.
2559 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2560 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2561 * gdbarch.sh: Do not include "dis-asm.h".
2562 (struct disassemble_info): Declare opaque.
2563 (TARGET_PRINT_INSN): Update declaration.
2564 * gdbarch.h, gdbarch.c: Re-generate.
2565
88a82a65
AC
25662003-09-08 Andrew Cagney <cagney@redhat.com>
2567
2568 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2569 CALL_DUMMY_ADDRESS, change to a predicate.
2570 * gdbarch.h, gdbarch.c: Re-generate.
2571 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2572 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2573 * infcall.c (call_function_by_hand): Ditto.
2574 * sparc-tdep.c (sparc_push_return_address): Ditto.
2575 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2576 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2577 CALL_DUMMY_ADDRESS with entry_point_address.
2578 * v850-tdep.c (v850_push_return_address): Ditto.
2579 * s390-tdep.c (s390_push_return_address): Ditto.
2580 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2581 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2582 * mcore-tdep.c (mcore_push_return_address): Ditto.
2583 * cris-tdep.c (cris_push_return_address): Ditto.
2584 * arm-tdep.c (arm_push_return_address): Ditto.
2585
3e2c4033
AC
25862003-09-08 Andrew Cagney <cagney@redhat.com>
2587
2588 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2589 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2590 and REG_UNMODIFIED to REG_SAME_VALUE.
2591 (execute_cfa_program): Update.
2592 (dwarf2_frame_cache): Update. Initialize table to
2593 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2594 location.
2595 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2596
39efb398
AC
25972003-09-08 Andrew Cagney <cagney@redhat.com>
2598
2599 * gnu-nat.c: Remove "inline" function attribute.
2600 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2601
f5cb5aca
KB
26022003-09-08 Kevin Buettner <kevinb@redhat.com>
2603
2604 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2605 target.
2606
1cb761c7
KB
26072003-09-08 Kevin Buettner <kevinb@redhat.com>
2608
2609 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2610 (frame_extra_info): Rename this struct to frv_unwind_cache.
2611 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2612 Add fields ``prev_sp'' and ``base''.
2613 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2614 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2615 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2616 Delete.
2617 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2618 Revise all callers. Fill in the unwind cache argument and make
2619 other adjustments to account for new frame mechanisms.
2620 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2621 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2622 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2623 (frv_frame_unwind, frv_frame_base): New structs.
2624 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2625 additional arguments expected by this method and adjust function
2626 body accordingly.
2627 (frv_gdbarch_init): Remove calls to the following functions:
2628 set_gdbarch_deprecated_init_frame_pc(),
2629 set_gdbarch_deprecated_saved_pc_after_call(),
2630 set_gdbarch_deprecated_frame_chain(),
2631 set_gdbarch_deprecated_frame_saved_pc(),
2632 set_gdbarch_deprecated_frame_init_saved_regs(),
2633 set_gdbarch_deprecated_push_arguments(),
2634 set_gdbarch_deprecated_push_return_address(),
2635 set_gdbarch_deprecated_pop_frame(),
2636 set_gdbarch_deprecated_call_dummy_words(),
2637 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2638 set_gdbarch_deprecated_init_extra_frame_info(),
2639 set_gdbarch_deprecated_dummy_write_sp(), and
2640 set_gdbarch_deprecated_pc_in_call_dummy().
2641 Add calls to the following functions:
2642 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2643 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2644 frame_base_set_default().
2645 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2646
68f6cf99
MK
26472003-09-09 Mark Kettenis <kettenis@gnu.org>
2648
2649 * dwarf2-frame.c (read_encoded_value): Add support for
2650 DW_EH_PE_aligned encoding.
2651
73b65bb0
DJ
26522003-09-08 Daniel Jacobowitz <drow@mvista.com>
2653
2654 * infrun.c (normal_stop): Don't print a message if the inferior
2655 has exited.
2656
7c8a5605
JB
26572003-09-08 Jim Blandy <jimb@redhat.com>
2658
2659 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2660 * dbxread.c: #include "gdb_assert.h".
2661 (read_dbx_symtab): If the objfile has no .data section, use the
2662 section index for the .bss section instead.
2663
7dd88986
DJ
26642003-09-08 Daniel Jacobowitz <drow@mvista.com>
2665
2666 * frame.c (deprecated_safe_get_selected_frame): New function.
2667 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2668 * findvar.c (read_var_value): Call it.
2669
55ff77ac
CV
26702003-09-08 Corinna Vinschen <vinschen@redhat.com>
2671
2672 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2673 (sh64-tdep.o): Add dependencies.
2674 * configure.tgt: Add FIXME to sh-*-linux*.
2675 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2676 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2677 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2678 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2679 * sh64-tdep.c: New file, containing all sh64 related code from
2680 sh-tdep.c.
2681 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2682 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2683 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2684 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2685 * config/sh/wince.mt (TDEPFILES): Ditto.
2686
bfb39158
DJ
26872003-09-07 Daniel Jacobowitz <drow@mvista.com>
2688
2689 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2690 (stop_wait_callback): Handle !lp->signalled also.
2691 (lin_lwp_has_pending, flush_callback): New functions.
2692 (lin_lwp_wait): Call flush_callback.
2693 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2694 (linux_proc_pending_signals): New function.
2695 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2696
9407de8e
DJ
26972003-09-07 Daniel Jacobowitz <drow@mvista.com>
2698
2699 From Nick Kelsey <nickk@ubicom.com>:
2700 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2701 when the stop PC is at the beginning of a function also.
2702
2ef47cd0
DJ
27032003-09-06 Daniel Jacobowitz <drow@mvista.com>
2704
2705 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2706 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2707
6f4492c8
MK
27082003-09-06 Mark Kettenis <kettenis@gnu.org>
2709
2710 * sol-thread.c: Include "gdb_string.h".
2711
d3420b2f
MK
27122003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2713
2714 * gcore.c: Reorder include files in alphabetical order. Include
2715 "gdb_assert.h". Various coding style fixes.
2716 (derive_stack_segment, derive_heap_segment): Replace check for
2717 non-null BOTTOM and TOP with gdb_assert.
2718 (derive_heap_segment): Replace check for successful creation of
2719 ZERO with gdb_assert.
2720 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2721
5220ea4c
AC
27222003-09-04 Andrew Cagney <cagney@redhat.com>
2723
2724 * thread-db.c (verbose_dlsym): New function.
2725 (thread_db_load): Use verbose_dlsym
2726 (thread_db_new_objfile): Print that libthread_db was loaded, and
2727 that thread debugging was enabled.
2728
6e8c2c06
AC
27292003-09-04 Andrew Cagney <cagney@redhat.com>
2730
2731 * configure.tgt: Add "mips64*-*-*" target. Delete
2732 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2733 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2734 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2735 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2736 mips*-sony-*, and mips64*-*-elf* targets.
2737 * config/mips/embedl.mt: Delete file.
2738 * config/mips/embedl64.mt: Delete file.
2739 * config/mips/mips.mt: Delete file.
2740 * config/mips/mips64.mt: Delete file.
2741 * config/mips/tm-embed.h: Delete file.
2742 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2743 * config/mips/embed64.mt: Delete out-of-date comment.
2744
3a3bc038
AC
27452003-09-04 Andrew Cagney <cagney@redhat.com>
2746
2747 * hppa-tdep.c (hppa_gdbarch_init): Set
2748 "have_nonsteppable_watchpoint".
2749 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2750 * mips-tdep.c (mips_dump_tdep): Do not print
2751 HAVE_NONSTEPPABLE_WATCHPOINT.
2752 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2753 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2754 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2755 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2756
a957e642
CV
27572003-09-04 Corinna Vinschen <vinschen@redhat.com>
2758
2759 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2760 unused code. Add comment.
2761
a6fbcf2f
CV
27622003-09-04 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * breakpoint.c (watchpoint_check): Check for pc being in an
2765 epilogue if watchpoint frame couldn't be found.
2766
c14a44d5
AC
27672003-09-04 Andrew Cagney <cagney@redhat.com>
2768
2769 * Makefile.in: Re-generate all dependencies.
2770
f6c40618
AC
27712003-09-03 Andrew Cagney <cagney@redhat.com>
2772
2773 * arch-utils.h (legacy_print_insn): Delete declaration.
2774 * arch-utils.c (legacy_print_insn): Delete function.
2775 * disasm.c (deprecated_tm_print_insn_info): Delete.
2776 (_initialize_disasm): Delete function, contained code initializing
2777 deprecated_tm_print_insn_info.
2778 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2779 (deprecated_tm_print_insn_info): Delete.
2780 (TARGET_PRINT_INSN): Do not provide a default.
2781 * gdbarch.h, gdbarch.c: Re-generate.
2782
242e8be5
AC
27832003-09-03 Andrew Cagney <cagney@redhat.com>
2784
2785 * disasm.c (fprintf_disasm): New function.
2786 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2787 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2788 reverts 2003-08-14 change.
2789 (_initialize_disasm): Call "init_disassemble_info", instead of
2790 INIT_DISASSEMBLE_INFO_NO_ARCH.
2791
3ffc3dda
MS
27922003-09-03 Michael Snyder <msnyder@redhat.com>
2793
2794 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2795
52d16ba8
AC
27962003-09-03 Andrew Cagney <cagney@redhat.com>
2797
2798 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2799 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2800 * symfile.c (syms_from_objfile): Update.
2801 (reread_symbols): `Update
2802 * exec.c (exec_file_attach): Update.
2803 (exec_file_attach): Update.
2804 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2805 2003-08-29 change.
2806 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2807
eb5492fa
DJ
28082003-09-03 Daniel Jacobowitz <drow@mvista.com>
2809
2810 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2811 trad-frame.h.
2812 (arm_get_cache): Delete macro.
2813 (struct arm_prologue_cache): Update comments. Make saved_regs into
2814 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2815 to prev_sp.
2816 (thumb_scan_prologue): Update for cache changes. Don't call
2817 DEPRECATED_PC_IN_CALL_DUMMY.
2818 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2819 argument and use it in desperation search for our prologue. Do not
2820 search past the specified PC.
2821 (arm_make_prologue_cache): Simplify.
2822
2823 (arm_prologue_this_id, arm_prologue_prev_register)
2824 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2825 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2826 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2827 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2828 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2829
2830 (arm_frame_chain_valid, arm_find_callers_reg)
2831 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2832 (arm_pop_frame): Delete obsolete methods.
2833 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2834
2835 (arm_gdbarch_init): Update for new frame methods. Register prologue
2836 and sigtramp unwinders. Set the default frame base method.
2837
2838 * Makefile.in (arm-tdep.o): Update dependencies.
2839 * varobj.c (find_frame_addr_in_frame_chain): Call
2840 get_frame_base_address.
2841 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2842
24de872b
DJ
28432003-09-03 Daniel Jacobowitz <drow@mvista.com>
2844
2845 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2846 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2847 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2848 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2849 Take NEXT_FRAME and CACHE arguments. Call
2850 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2851 Set unwound_pc in CACHE instead of modifying the frame argument.
2852 Don't bother checking the frame type when looking for sigtramp
2853 frames.
2854 (arm_make_prologue_cache, arm_frame_chain)
2855 (arm_init_extra_frame_info): New functions.
2856
9b8d791a
DJ
28572003-09-03 Daniel Jacobowitz <drow@mvista.com>
2858
2859 * arm-tdep.c (arm_get_cache): Define.
2860 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2861 unwound_sp, unwound_pc, and saved_regs.
2862 (thumb_scan_prologue): Take a cache instead of the frame.
2863 (arm_scan_prologue): Likewise.
2864 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2865 instead of a temporary frame.
2866 (arm_init_extra_frame_info): Allocate and use a cache.
2867 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2868
7ee3275f
AC
28692003-09-03 Andrew Cagney <cagney@redhat.com>
2870
2871 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2872 * config/mips/wince.mt (TM_CLIBS): Ditto.
2873 * config/sh/wince.mt (TM_CLIBS): Ditto.
2874 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2875 * config/sparc/sp64.mt (CC): Delete.
2876
57b29be7
AC
28772003-09-03 Andrew Cagney <cagney@redhat.com>
2878
2879 * defs.h: Do not include "arch-utils.h".
2880 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2881 GDB_MULTI_ARCH_PURE.
2882 * configure.in (GDB_MULTI_ARCH): Do not define.
2883 * configure, config.in: Regenerate.
2884 * configure.tgt: Do not set variable "gdb_multi_arch".
2885 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2886 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2887 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2888 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2889 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2890 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2891 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2892 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2893 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2894 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2895 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2896 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2897 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2898 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2899 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2900 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2901 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2902 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2903
12e035e2
MC
29042003-08-30 Michael Chastain <mec@shout.net>
2905
2906 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2907 * config/m68k/nm-hp300hpux.h: Delete.
2908 * config/m68k/tm-hp300hpux.h: Delete.
2909 * config/m68k/xm-hp300hpux.h: Delete.
2910 * config/m68k/xm-hp300bsd.h: Delete.
2911 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2912 tm-hp300hpux.h, xm-hp300hpux.h.
2913 * somsolib.c: Remove comment about hp300 shared libraries.
2914
bda34dc2
MK
29152003-08-31 Mark Kettenis <kettenis@gnu.org>
2916
5bca7895
MK
2917 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2918 Only define PTRACE_GET_THREAD_AREA is not already defined.
2919 Various style fixes in code and comments and some additional
2920 spelling fixes in comments. Move after functions dealing with
2921 debug registers.
2922 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2923 Fix coding-style.
2924
bda34dc2
MK
2925 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2926 frame_unwind_register_unsigned instead of
2927 frame_unwind_unsigned_register.
2928
c890192f
MK
29292003-08-30 Mark Kettenis <kettenis@gnu.org>
2930
2931 * configure.in: Search for gethostbyname in libnsl.
2932 * configure: Regenerated.
2933
60fac5b8
MK
29342003-08-29 Mark Kettenis <kettenis@gnu.org>
2935
e294916c
MK
2936 * configure.in: Remove redundant AC_MSG_RESULT in check for
2937 uintptr_t in stdint.h.
2938 * configure: Regenerated.
2939
c40d267a
MK
2940 * amd64-nat.h (struct regcache): Add opaque declaration.
2941
60fac5b8
MK
2942 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2943 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2944 Change "register array" to "register cache" in comments.
2945 (x86_64_linux_gregset64_reg_offset): New variable.
2946 (GETREGS_SUPPLIES): Remove macro.
2947 (supply_gregset): Call amd64_supply_native_gregset instead of
2948 x86_64_linux_supply_gregset.
2949 (fill_gregset): Rename `regno' to `regnum'. Call
2950 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2951 (store_regs): Rename `regno' to `regnum'.
2952 (store_fpregs): Rename `regno' to `regnum'.
2953 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2954 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2955 Reorganize function a bit.
2956 (store_inferior_registers): Rename `regno' to `regnum'. Use
2957 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2958 Reorganize function a bit.
2959 (_initialize_x86_64_linux_nat): New function.
2960 * config/i386/x86-64linux.mh.
2961
546143b6
AC
29622003-08-29 Andrew Cagney <cagney@redhat.com>
2963
2964 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2965 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2966 (target_remove_watchpoint): Delete macro.
2967 (target_insert_watchpoint): Delete macro.
2968 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2969 (remote_mips_stopped_by_watchpoint): Delete declaration.
2970 (remote_mips_remove_watchpoint): Delete declaration.
2971 (remote_mips_set_watchpoint): Delete declaration.
2972 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2973 * remote-mips.c (_initialize_remote_mips): Set
2974 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2975 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2976 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2977 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2978 (mips_stopped_by_watchpoint): Rename
2979 remote_mips_stopped_by_watchpoint.
2980 (mips_can_hardware_watchpoint): Rename
2981 remote_mips_can_use_hardware_watchpoint, update function
2982 signature.
2983
7bace51b
MK
29842003-08-29 Mark Kettenis <kettenis@gnu.org>
2985
b0f5c6f2
MK
2986 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2987 USER_DS. We haven't given them a register number yet.
2988
2a6d284d
MK
2989 * amd64-nat.h: New file.
2990 * amd64-nat.c: New file.
2991 * amd64fbsd-nat.c: Include "amd64-nat.h".
2992 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2993 (amd64fbsd32_r_reg_offset): New variable.
2994 (supply_gregset): Simply call amd64_supply_native_gregset.
2995 (fill_gregset): Rename `regno' to `regnum'. Simply call
2996 amd64_collect_native_gregset.
2997 (fill_fpregset): Rename `regno' to `regnum'.
2998 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2999 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3000 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3001 `fpregset_t'. Call amd64_supply_native_gregset instead of
3002 supply_gregset. Call x86_64_supply_fxsave instead of
3003 supply_fpregset.
3004 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3005 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3006 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3007 `fpregset_t'. Call amd64_collect_native_gregset instead of
3008 fill_gregset. Call x86_64_collect_fxsave instead of
3009 fill_fpregset.
3010 (_initialize_am64fbsd_nat): Initialize
3011 amd64_native_gregset32_reg_offset and
3012 amd64_native_gregset64_reg_offset.
3013 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3014
a16d75cc
MK
3015 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3016 null pointer. Fix typo in comment.
3017
7bace51b
MK
3018 * regcache.c (supply_register): Reimplement to call
3019 regcache_raw_supply.
3020 (regcache_collect): Reimplement by calling regcache_raw_collect.
3021
9a661b68
MK
30222003-08-28 Mark Kettenis <kettenis@gnu.org>
3023
3024 * regcache.c (register_buffer): Consitify first argument.
3025 (regcache_raw_supply, regcache_raw_collect): New
3026 functions.
3027
e94cc8fa
DJ
30282003-08-28 Daniel Jacobowitz <drow@mvista.com>
3029
3030 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3031 by Nathan J. Williams.
3032
c64bd0ce
DJ
30332003-08-28 Daniel Jacobowitz <drow@mvista.com>
3034
3035 * lin-lwp.c (wait_lwp): New function, copied from
3036 stop_wait_callback. Clean up.
3037 (stop_wait_callback): Use wait_lwp.
3038
e5ab0dce
AC
30392003-08-28 Andrew Cagney <cagney@redhat.com>
3040
3041 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3042 flavour and disassembler options.
3043 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3044 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3045 deprecated_tm_print_insn_info.
a8f4cde1 3046
a788de9b
AC
30472003-08-27 Andrew Cagney <cagney@redhat.com>
3048
3049 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3050 Use target_read_memory.
3051 (s390_get_frame_info): Update. Do not reference
3052 deprecated_tm_print_insn_info.
3053 (s390_check_function_end, s390_is_sigreturn): Ditto.
3054
36482093
AC
30552003-08-27 Andrew Cagney <cagney@redhat.com>
3056
3057 * Makefile.in (cris-tdep.o): Update dependencies.
3058 * cris-tdep.c: Include "gdb_assert.h".
3059 (cris_gdbarch_init): Set print_insn.
3060 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3061 (cris_delayed_get_disassembler): Simplify, directly call the
3062 disassembler returned by cris_get_disassembler.
3063 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3064 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3065 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3066 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3067 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3068 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3069 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3070 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3071 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3072 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3073 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3074 (gdb_print_insn_sparc): Delete function.
3075 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3076 deprecated_tm_print_insn_info.
3077 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3078 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3079 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3080 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3081 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3082 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3083 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3084 (s390_gdbarch_init): Set print_insn.
3085
0285512f
AC
30862003-08-27 Andrew Cagney <cagney@redhat.com>
3087
3088 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3089 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3090 * infcall.c (call_function_by_hand): Convert the entry point
3091 address into a code address.
3092
cdcd5552
AC
30932003-08-27 Andrew Cagney <cagney@redhat.com>
3094
3095 * dsrec.c: Include "gdb_string.h".
3096 * Makefile.in (dsrec.o): Update dependencies.
3097
e85cddad
MC
30982003-08-27 Michael Chastain <mec@shout.net>
3099
3100 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3101
8bbfbb23
AC
31022003-08-27 Andrew Cagney <cagney@redhat.com>
3103
3104 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3105 (alpha_osf1_init_abi): Do not set call_dummy_address.
3106
ba058b66
DC
31072003-08-27 David Carlton <carlton@kealia.com>
3108
3109 From Randolph Chung <tausq@debian.org>:
3110 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3111 compiles with -Wformat-nonliteral -Werror.
3112
87f84c9d
JB
31132003-08-26 Jim Blandy <jimb@redhat.com>
3114
3115 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3116 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3117 bfd_lookup_symbol, since we only want symbols in code sections.
3118 (look_for_base): Pass zero as the SECT_FLAGS argument to
3119 bfd_lookup_symbol, since we're not concerned about which section
3120 the symbol is in.
3121
102d615a
JJ
31222003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3123
3124 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 3125 we are frameless or the return address register is already known.
102d615a 3126
cc7ad3ea
AC
31272003-08-26 Andrew Cagney <cagney@redhat.com>
3128
3129 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3130 in size. Add comments.
3131
af8b88dd
JJ
31322003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3133
3134 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 3135 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 3136
e0a4f5a1
JM
31372003-08-26 Jason Merrill <jason@redhat.com>
3138
3139 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3140 case out of #ifdef MIPS block.
3141
4ae9ee8e
DJ
31422003-08-25 Daniel Jacobowitz <drow@mvista.com>
3143
3144 PR java/1322
3145 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3146 available before calling SECT_OFF_TEXT.
3c164570 3147 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 3148
004d836a
JJ
31492003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3150
a8f4cde1 3151 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
3152 bof, and nat0-nat127 as pseudo-registers.
3153 (ia64_frame_cache): New struct used to cache frame info.
3154 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 3155 register grouping so registers without names are still saved and
004d836a 3156 restored.
a8f4cde1 3157 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
3158 pseudo values.
3159 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3160 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 3161 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
3162 ia64_frame_cache.
3163 (examine_prologue): Change prototype to add next_frame pointer.
3164 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 3165 current frame matches the cfm that should occur for the prologues
004d836a
JJ
3166 alloc insn and if equal, mark as not frameless. At end of routine,
3167 if not frameless, calculate registers for the previous frame and store
3168 in the cache, if a cache is provided.
3169 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3170 and pass 0 for next_frame.
3171 (ia64_store_return_value): Change to use convert_typed_floating()
3172 instead of calling ia64_convert_to_raw().
3173 (ia64_extract_return_value): Change to use convert_typed_floating()
3174 instead of calling ia64_convert_to_virtual().
3175 (ia64_frame_cache): New routine to support new frame model.
3176 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3177 (ia64_frame_sniffer): Ditto.
3178 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3179 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3180 (ia64_sigtramp_frame_prev_register): Ditto.
3181 (ia64_sigtramp_frame_sniffer): Ditto.
3182 (ia64_frame_base_address): Ditto.
3183 (ia64_extract_struct_value_address): Change to issue error message.
3184 (ia64_frame_align): New routine to align sp.
3185 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 3186 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
3187 ia64_push_dummy_call().
3188 (ia64_push_return_address): Ditto.
3189 (ia64_unwind_dummy_id): New function.
3190 (ia64_unwind_pc): Ditto.
3191 (ia64_convert_register_p): Ditto.
3192 (ia64_register_to_value): Ditto.
3193 (ia64_value_to_register): Ditto.
3194 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3195 (ia64_register_byte, ia64_register_raw_size): Ditto.
3196 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3197 (ia64_saved_pc_after_call): Ditto.
3198 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3199 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3200 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3201 (ia64_register_convert_to_raw): Ditto.
3202 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3203 (ia64_init_extra_frame_info): Ditto.
3204 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3205 (ia64_gdbarch_init): Remove registering of deprecated functions that
3206 are no longer used. Add registration of new gdbarch functions.
3207 Remove registering deprecated_write_sp. Replace
3208 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3209 Delete set_gdbarch_deprecated_register_convertible(),
3210 set_gdbarch_deprecated_register_convert_to_virtual(), and
3211 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3212 set_gdbarch_deprecated_register_size(),
3213 set_gdbarch_deprecated_register_bytes(),
3214 set_gdbarch_pcregnum(),
3215 set_gdbarch_deprecated_register_byte(),
3216 set_gdbarch_deprecated_register_raw_size(),
3217 set_gdbarch_deprecated_max_register_raw_size(),
3218 set_gdbarch_deprecated_register_virtual_size(),
3219 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3220 Replace set_gdbarch_deprecated_extract_return_value() with
3221 set_gdbarch_extract_return_value(). Remove calls to:
3222 set_gdbarch_deprecated_saved_pc_after_call();
3223 set_gdbarch_deprecated_frame_chain(),
3224 set_gdbarch_deprecated_frame_saved_pc(),
3225 set_gdbarch_deprecated_frame_init_saved_regs(),
3226 set_gdbarch_deprecated_get_saved_register(),
3227 set_gdbarch_deprecated_call_dummy_words(),
3228 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3229 set_gdbarch_deprecated_init_extra_frame_info(),
3230 set_gdbarch_deprecated_frame_args_address(),
3231 set_gdbarch_deprecated_frame_locals_address(),
3232 and set_gdbarch_deprecated_dummy_write_sp().
3233 Add set_gdbarch_convert_register_p(),
3234 set_gdbarch_register_to_value(),
3235 set_gdbarch_value_to_register(),
3236 set_gdbarch_push_dummy_call(),
3237 set_gdbarch_frame_align(),
3238 set_gdbarch_unwind_dummy_id(),
3239 set_gdbarch_unwind_pc(),
3240 frame_unwind_append_sniffer(),
3241 frame_unwind_append_sniffer(),
3242 and frame_base_set_default().
3243
aede7613
CD
32442003-08-25 Chris Demetriou <cgd@broadcom.com>
3245
3246 * configure.tgt: Document need for special "mipsisa64" handling.
3247 (mipsisa64*-*-linux64): Handle as target linux64.
3248 (mipsisa64*-*-*): Handle as target embed64.
3249
43c3a82e
MC
32502003-08-18 Michael Chastain <mec@shout.net>
3251
3252 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3253 objfile bug.
3254
6564f77d
MK
32552003-08-24 Mark Kettenis <kettenis@gnu.org>
3256
2de139ba
MK
3257 * i387-tdep.h: Update copyright date.
3258 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3259
6564f77d
MK
3260 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3261 CFLAGS games to reflect reality.
3262
42cf1509
AC
32632003-08-24 Andrew Cagney <cagney@redhat.com>
3264
3265 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3266 GDB_MULTI_ARCH is always non-zero.
3267 * osabi.c (_initialize_gdb_osabi): Ditto.
3268 (gdbarch_init_osabi): Ditto.
3269 * sparc-tdep.c: Ditto for #if code.
3270
0485f6ad
MK
32712003-08-23 Mark Kettenis <kettenis@gnu.org>
3272
3273 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3274 Update comments.
3275 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3276 comments.
3277 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3278 x86_64_supply_fxsave.
3279 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3280 x86_64_supply_fxsave.
3281 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3282 x86_64_supply_fxsave.
3283
c7716133
AJ
32842003-08-23 Andreas Jaeger <aj@suse.de>
3285
3286 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3287 i387_supply_fxsave.
3288
ed504bdf
MK
32892003-08-23 Mark Kettenis <kettenis@gnu.org>
3290
3291 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3292 i387_supply_register.
3293 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3294 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3295 i387_supply_fsave.
3296 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3297 i387_supply_fxsave.
3298 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3299 i387_supply_fsave.
3300 * i386bsd-nat.c (supply_fpregset): Adjust call to
3301 i387_supply_fsave.
3302 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3303 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3304 supply_fpregset.
3305 (store_inferior_registers): Remove extraneous whitespace. Call
3306 i387_fill_fsave instead of fill_fpregset.
3307 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3308 (supply_fpregset): Likewise.
3309 * i386v4-nat.c (supply_fpregset): Adjust call to
3310 i387_supply_fsave.
3311 * i386-interix-nat.c (supply_fpregset): Adjust call to
3312 i387_supply_fsave.
3313 * i386-linux-nat.c (supply_fpregset): Adjust call to
3314 i387_supply_fsave.
3315 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3316 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3317 i387supply_fsave and i387_supply_fxsave.
3318 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3319 Incorporate code from `i387_supply_register.
3320 (i387_supply_register): Remove.
3321 (i387_supply_fxsave): Add `regnum' argument.
3322 Update comments.
3323 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3324 prototype.
3325 (i387_supply_register): remove prototype.
3326 Update comments.
a8f4cde1 3327
4be5d520
MC
33282003-08-22 Michael Chastain <mec@shout.net>
3329
3330 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3331 Add lines for files in gdb/testsuite/gdb.cp/* that are
3332 still not 8.3 unique.
3333
7ed85d26
DJ
33342003-08-22 Daniel Jacobowitz <drow@mvista.com>
3335
3336 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3337 TYPE_VPTR_FIELDNO is valid.
3338
eb0d3137
MK
33392003-08-19 Mark Kettenis <kettenis@gnu.org>
3340
3341 * utils.c (set_width_command): Remove prototypes.
3342 (set_screen_size): New prototype.
3343 (init_page_info): Simplify by fetching the screen size from
3344 Readline. Call set_screen_size.
3345 (set_screen_size): New function.
3346 (set_width): Add missing whitespace in comment.
3347 (set_width_command): Call set_screen_size.
3348 (set_height_command): New function.
3349 (initialize_utils): Fix formatting. Make "set height" command
3350 call set_height_command. Remove redundant code that turns off
3351 pagination if output isn't a terminal. Remove redundant call to
3352 set_width_command.
a8f4cde1 3353
7e6d0ac8
MK
33542003-08-22 Mark Kettenis <kettenis@gnu.org>
3355
3567a8ea
MK
3356 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3357 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3358 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3359 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3360 `case' keyword.
3361 (sparc64_register_info): Give the reister with number
3362 SPARC64_STATE_REGNUM a name.
3363 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3364 %asi and %ccr.
3365 (sparc64_push_dummy_call): Take BIAS into account when checking
3366 stcak alignment.
3367 (sparc_software_single_step): Remove assertions that check whether
3368 NPC and NNPC were zero.
3369 (sparc_supply_rwindow): Make public. Merge functionality with
3370 sparc64_supply_rwindow.
3371 (sparc_fill_rwindow): Make public. Merge functionality with
3372 sparc64_fill_rwindow.
3373 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3374 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3375 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3376 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3377 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3378
7e6d0ac8
MK
3379 * reggroups.c: Add whitespace after declarations of local
3380 variables in functions.
3381
72e5f484
MC
33822003-08-21 Michael Chastain <mec@shout.net>
3383
3384 * gdbtypes.h: Change array bound type from an int to enum.
3385
435ac228
AC
33862003-08-21 Andrew Cagney <cagney@redhat.com>
3387
3388 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3389 * config/sparc/tm-sparc.h: Ditto.
3390 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3391 unconditionally.
3392 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3393
0d0e1a63
MK
33942003-07-13 Mark Kettenis <kettenis@gnu.org>
3395
3396 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3397 (register_objfile_data, set_objfile_data, objfile_data): New
3398 prototypes.
3399 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3400 prototypes.
3401 (allocate_objfile): Call objfile_alloc_data.
3402 (free_objfile): Call objfile_free_data.
3403 (struct objfile_data): New.
3404 (struct objfile_data_registration): New.
3405 (struct objfile_data_registry): New.
3406 (objfile_data_registry): New variable.
3407 (register_objfile_data): New function.
3408 (objfile_alloc_data, objfile_free_data): New functions.
3409 (set_objfile_data, objfile_data): New functions.
3410 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3411 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3412 (_initialize_dwarf2_frame): New function and prototype.
3413
d90cf509
AC
34142003-08-21 Andrew Cagney <cagney@redhat.com>
3415
3416 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3417 a specific architecture.
3418 * arch-utils.h (set_architecture_from_arch_mach): Delete
3419 declaration.
3420 (target_architecture_hook): Delete declaration.
3421 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3422 (default_float_format): Assume GDB_MULTI_ARCH.
3423 (default_double_format): Assume GDB_MULTI_ARCH.
3424 (set_endian_from_file): Delete function.
3425 (arch_ok): Delete function.
3426 (set_arch): Delete function.
3427 (set_architecture_from_arch_mach): Delete function.
3428 (set_architecture_from_file): Delete function.
3429 (set_architecture): Assume GDB_MULTI_ARCH.
3430 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3431
8b39fe56
MK
34322003-08-21 Mark Kettenis <kettenis@gnu.org>
3433
3434 Rewrite FreeBSD/sparc64 native configuration.
3435 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3436 * sparc64fbsd-nat.c: New file.
3437 * sparc64fbsd-tdep.c: New file.
3438 * sparc64-tdep.c sparc64-tdep.h: New files.
3439 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3440 sparc64fbsd-tdep.o): New dependencies.
3441 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3442 and sparc64fbsd-tdep.c.
3443 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3444 * config/sparc/fbsd.mh: Remove copyright notice.
3445 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3446 sparcbsd-nat.o.
3447 * config/sparc/fbsd.mt: Remove copyright notice.
3448 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3449 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3450 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3451 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3452 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3453 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3454 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3455 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3456 "sparc/tm-sp64.h".
3457 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3458 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3459
a7f19c79
MC
34602003-08-21 Michael Chastain <mec@shout.net>
3461
3462 * symtab.h: Add doco on the space critical structures and
3463 some measurements of space usage.
3464
da08ea5b
MS
34652003-08-21 Michael Snyder <msnyder@redhat.com>
3466
3467 * tracepoint.c (trace_dump_command): Trace break address
3468 is subject to DECR_PC_AFTER_BREAK.
3469 (set_traceframe_context): Make "trace_line" an int.
3470 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3471
6df2bf50
MS
34722003-08-20 Michael Snyder <msnyder@redhat.com>
3473
3474 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3475 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3476 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3477 argument passing.
a8f4cde1 3478 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3479 functions, replace sh_push_dummy_call.
3480 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3481
0955bbf0
MC
34822003-08-20 Michael Chastain <mec@shout.net>
3483
3484 * gdbtypes.h (struct main_type): Rearrange to save space.
3485
260a4188
MS
34862003-08-20 Michael Snyder <msnyder@redhat.com>
3487
3488 * trad-frame.c: Comment typo fix.
3489
8baa6f92
KB
34902003-08-20 Michael Snyder <msnyder@redhat.com>
3491 Kevin Buettner <kevinb@redhat.com>
3492
3493 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3494 (frv_frame_init_saved_regs): Add declaration.
3495 (frame_extra_info): Add new field ``saved_regs''.
3496 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3497 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3498 Update frame related code.
3499 (frv_extract_struct_value_address): Adjust formatting.
3500 * Makefile.in (frv-tdep.o): Update dependencies.
3501 * config/frv/tm-frv.h (target_insert_watchpoint)
3502 (target_remove_watchpoint, target_insert_hw_breakpoint)
3503 (target_remove_hw_breakpoint): Delete these macros.
3504 (remote_insert_watchpoint, remote_remove_watchpoint)
3505 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3506 these declarations.
3507
87193939
MC
35082003-08-20 Michael Chastain <mec@shout.net>
3509
3510 * defs.h (ENUM_BITFIELD): New macro.
3511 * symtab.h (ENUM_BITFIELD): Use it.
3512 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3513
062103ba
SA
35142003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3515
3516 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3517
8b148df9
AC
35182003-08-18 Andrew Cagney <cagney@redhat.com>
3519
3520 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3521 * gdbarch.h, gdbarch.c: Re-generate.
3522 * infcall.c (call_function_by_hand): Adjust the SP by
3523 frame_red_zone_size before allocating any stack space.
3524 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3525 * x86-64-tdep.c (x86_64_frame_align): New function.
3526 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3527
3528 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3529 Remove code adjusting SP so that it skips over the Red Zone.
3530
954a4db8
MK
35312003-08-18 Mark Kettenis <kettenis@gnu.org>
3532
3533 * NEWS (New native configurations): Mention FreeBSD/amd64.
3534
1a241548
AC
35352003-08-18 Andrew Cagney <cagney@redhat.com>
3536
3537 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3538 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3539 "m68k_frame_p".
3540 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3541
f82b2acd
MK
35422003-08-18 Mark Kettenis <kettenis@gnu.org>
3543
3544 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3545
4056d258
ML
35462003-08-18 Michal Ludvig <mludvig@suse.cz>
3547
3548 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3549 Define.
3550 * i386-linux-nat.c: Include "linux-nat.h".
3551 (child_post_startup_inferior): New function.
a8f4cde1 3552
99ab4326
MK
35532003-08-18 Mark Kettenis <kettenis@gnu.org>
3554
3555 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3556 at the start of a frameless function. This probably fixes PR
3557 backtrace/1338.
3558
c8d5f0d6
MC
35592003-08-17 Michael Chastain <mec@shout.net>
3560
3561 * symfile.c (find_sym_fns): Remove special case for apollo target.
3562
9016a515
DJ
35632003-08-17 Daniel Jacobowitz <drow@mvista.com>
3564
3565 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3566 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3567 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3568 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3569 (linux_supports_tracevforkdone): New function.
3570 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3571 TRACEVFORKDONE.
3572 (child_follow_fork): Handle vfork.
3573 (linux_handle_extended_wait): Likewise. Also handle exec.
3574 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3575 * NEWS: Mention fork tracing.
3576
c538c11c
DJ
35772003-08-17 Daniel Jacobowitz <drow@mvista.com>
3578
3579 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3580
4de4c07c
DJ
35812003-08-17 Daniel Jacobowitz <drow@mvista.com>
3582
3583 * Makefile.in (i386-linux-nat.o): Update dependencies.
3584 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3585 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3586 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3587 * i386-linux-nat.c: Include "linux-nat.h".
3588 (child_post_startup_inferior): New function.
3589 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3590 * infptrace.c (kill_inferior): Wrap in #ifdef.
3591 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3592 attaching to each LWP.
3593 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3594 (init_lin_lwp_ops): Fill in some more operations.
3595 * linux-nat.h (linux_enable_event_reporting)
3596 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3597 prototypes.
3598 * linux-nat.c (linux_enable_event_reporting): New function.
3599 (child_post_attach, linux_child_post_startup_inferior)
3600 (child_post_startup_inferior, child_follow_fork)
3601 (linux_handle_extended_wait, kill_inferior): New functions.
3602
7996bcec
AC
36032003-08-16 Andrew Cagney <cagney@redhat.com>
3604
3605 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3606 * gdbarch.h, gdbarch.c: Re-generate.
3607
3d48a7a0
MK
36082003-08-16 Mark Kettenis <kettenis@gnu.org>
3609
3610 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3611
7989c619
AC
36122003-08-16 Andrew Cagney <cagney@redhat.com>
3613
3614 * NEWS: Mention that "set prompt-escape-char" was deleted.
3615 * top.c (get_prompt_1): Delete function.
3616 (gdb_prompt_escape):
3617 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3618 prompt-escape-char" command.
3619 (MAX_PROMPT_SIZE): Delete macro.
3620 (get_prompt): Simplify, do not call get_prompt_1.
3621
07978cd8
AC
36222003-08-16 Andrew Cagney <cagney@redhat.com>
3623
3624 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3625 -Werror. -Wformat-nonliteral problems.
3626
3ff7cf9e
JB
36272003-08-15 J. Brobecker <brobecker@gnat.com>
3628
3629 Further multiarching work mostly for hppa64-*-hpux11:
3630 * hppa-tdep.h: New file.
3631 * hppa-tdep.c: #include hppa-tdep.c.
3632 (hppa32_num_regs): Renamed from hppa_num_regs.
3633 (hppa64_num_regs): New constant.
3634 (hppa64_call_dummy_breakpoint_offset): New constant.
3635 (hppa32_call_dummy_length): New constant.
3636 (hppa64_call_dummy_length): New constant.
3637 (hppa32_stack_align): Make name 32bit explicit.
3638 (hppa32_register_virtual_type): Likewise.
3639 (hppa32_extract_return_value): Likewise.
3640 (hppa32_use_struct_convention): Likewise.
3641 (hppa32_store_return_value): Likewise.
3642 (hppa64_register_virtual_type): New function.
3643 (hppa64_extract_return_value): New function.
3644 (hppa64_use_struct_convention): New function.
3645 (hppa64_store_return_value): New function.
3646 (hppa_frame_locals_address): Remove declaration, function does
3647 not exist anymore.
3648 (hppa_register_byte): Add support for PA64 ABI.
3649 (hppa_gdbarch_init): Add support for PA64 ABI.
3650 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3651 Make name 32bit explicit.
3652 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3653 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3654 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3655 (hppa64_hpux_frame_base_before_sigtramp): New function.
3656 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3657 * config/pa/tm-hppa64.h: Remove macros that are no longer
3658 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3659 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3660 * config/pa/tm-hppah.h: Update function calls in macros
3661 following the function renaming in hppa-hpux-tdep.c.
3662 * Makefile.in (hppa_tdep_h): New variable.
3663 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3664
5d05ca6d
MS
36652003-08-14 Michael Snyder <msnyder@redhat.com>
3666
3667 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3668
37ba2569
JB
36692003-08-13 J. Brobecker <brobecker@gnat.com>
3670
3671 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3672 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3673 routine.
3674
aed7f26a
MS
36752003-08-13 Michael Snyder <msnyder@redhat.com>
3676
3677 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3678 (frv_saved_pc_after_call): Use deprecated ftype.
3679 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3680 (frv_remote_translate_xfer_address): Remove.
3681 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3682
752d4ac1
JB
36832003-08-13 J. Brobecker <brobecker@gnat.com>
3684
3685 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3686 initialization after the common gdbarch initialization, not before.
3687
1426ac1d
JB
36882003-08-13 J. Brobecker <brobecker@gnat.com>
3689
3690 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3691 (ADDR_BITS_REMOVE): Remove, redundant.
3692
b6fbdd1d
JB
36932003-08-13 J. Brobecker <brobecker@gnat.com>
3694
3695 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3696 gdbarch method to clear the 2 low bits of text addresses.
3697
44160db3
AC
36982003-08-12 Andrew Cagney <cagney@redhat.com>
3699
3700 * Makefile.in (dsrec.o): Update dependencies.
3701 * dsrec.c: Include "gdb_assert.h".
3702 (make_srec): Use snprintf instead of sprintf, use a literal format
3703 string.
3704
bcf7d3ca
AC
37052003-08-12 Andrew Cagney <cagney@redhat.com>
3706
3707 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3708 FRAME_OBSTACK_ZALLOC.
3709
49ed40de
KB
37102003-08-12 Kevin Buettner <kevinb@redhat.com>
3711
3712 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3713 SSE registers.
3714
b246147c
MK
37152003-08-10 Mark Kettenis <kettenis@gnu.org>
3716
3717 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3718 amd64fbsd_sc_reg_offset): Add extern declarations.
3719 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3720 declarations.
3721
d95fdc0d
BE
37222003-08-11 Ben Elliston <bje@wasabisystems.com>
3723
3724 * MAINTAINERS (write after approval): Update my mail address.
3725
cf6a0e73
AC
37262003-08-10 Andrew Cagney <cagney@redhat.com>
3727
3728 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3729
f837910f
MK
37302003-08-10 Mark Kettenis <kettenis@gnu.org>
3731
e2dbbd2d
MK
3732 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3733 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3734 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3735 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3736 i386bsd_sc_reg_offset): Add extern declarations.
3737 * i386obsd-nat.c: Include "i386-tdep.h"
3738 (_initialize_i386obsd_nat): Remove extern declarations.
3739 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3740 declarations.
3741 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3742 declarations.
3743
f837910f
MK
3744 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3745 instead of frame_read_register.
3746 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3747 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3748 SP_REGNUM.
3749 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3750 instead of frame_unwind_unsigned_register. Use
3751 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3752 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3753 instead of read_register. Use builtin_type_void_data_ptr instead
3754 of builtin_type_void_func_ptr when extracting the address of the
3755 jmp_buf.
3756 (i386_extract_return_value, i386_store_return_value,
3757 i386_pseudo_register_read, i386_pseudo_register_write): Use
3758 register_size instead REGISTER_RAW_SIZE.
3759
edcf254d
AC
37602003-08-10 Andrew Cagney <cagney@redhat.com>
3761
3762 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3763 sprintf. Make "name" constant.
3764
26604a34
MK
37652003-08-10 Mark Kettenis <kettenis@gnu.org>
3766
192285c6
MK
3767 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3768 instead of frame_read_register.
f837910f
MK
3769 (i387_print_float_info): Use get_frame_register and
3770 get_frame_register_unsigned instead of frame_register_read.
192285c6 3771
f0925262
MK
3772 * i386fbsd-nat.c: Include "i386-tdep.h".
3773 (child_resume): Make `eflags' an ULONGEST. Use
3774 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3775 instead of register_read and register_write.
3776
a144416f
MK
3777 * i386bsd-nat.c (fetch_inferior_registers,
3778 store_inferior_registers): Don't use && at the end of a line.
3779 (_initialize_i386bsd_nat): Fix typo.
3780
fec74868
MK
3781 * frame.c (_initialize_frame): Add missing backslash.
3782
87232496
MK
3783 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3784 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3785 and supply_register instead of manipulating the register buffer
3786 directly.
3787
c9b9de0b
MK
3788 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3789 * config/i386/nm-i386sol2.h
3790 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3791
26604a34
MK
3792 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3793 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3794 instructions that GCC likes to mingle into the prologue. Fixes
3795 gdb/1253 and gdb/1255.
3796
25d29d70
AC
37972003-08-09 Andrew Cagney <cagney@redhat.com>
3798
3799 Fix GDB PR cli/926.
3800 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3801 * command.h (add_setshow_uinteger_cmd): Declare.
3802 * frame.c (set_backtrace_cmd): New function.
3803 (show_backtrace_cmd): New function.
3804 * frame.c (_initialize_frame): Replace "set/show
3805 backtrace-below-main" with "set/show backtrace past-main". Add
3806 command "set/show backtrace limit".
3807 (backtrace_past_main): Rename "backtrace_below_main".
3808 (backtrace_limit): New variable.
3809 (get_prev_frame): Update. Check the backtrace_limit.
3810
9ebf4acf
AC
38112003-08-09 Andrew Cagney <cagney@redhat.com>
3812
3813 * defs.h (xstrprintf): Declare.
3814 * utils.c (xstrprintf): New function.
3815 * breakpoint.c (insert_breakpoints): Replace sprintf and
3816 non-literal format strings, with xstrprintf and cleanups.
3817 (delete_breakpoint,breakpoint_re_set): Ditto.
3818 (commands_command, insert_breakpoints): Ditto.
3819 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3820 (break_at_finish_command_1): Ditto.
3821
3771659b
AC
38222003-08-09 Andrew Cagney <cagney@redhat.com>
3823
3824 * MAINTAINERS (language support): List Adam Fedor as Objective C
3825 maintainer.
3826
b4263afa
JB
38272003-08-08 J. Brobecker <brobecker@gnat.com>
3828
3829 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3830 are now multiarched.
3831
d84defb1
JB
38322003-08-08 J. Brobecker <brobecker@gnat.com>
3833
3834 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3835 longer necessary now that hppa64 is partially multiarch'ed.
3836
f786f615
AC
38372003-08-08 Andrew Cagney <cagney@redhat.com>
3838
3839 * interps.c (interp_set): Check for a NULL "old_interp".
3840
c938e9b0
L
38412003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3842
3843 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3844 (install-only): Support DESTDIR.
3845 (uninstall): Likewise.
3846 (install-gdbtk): Likewise.
3847
9a146a11
EZ
38482003-08-08 Elena Zannoni <ezannoni@redhat.com>
3849
3850 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3851 contains something meaningful at all times.
3852
3853Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 3854
62599e99 3855 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 3856
56296155
BC
3857Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3858
62599e99 3859 * MAINTAINERS (write after approval): Added self.
56296155 3860
9710e734
AC
38612003-08-07 Andrew Cagney <cagney@redhat.com>
3862
3863 * inferior.h (AT_SYMBOL): Define.
3864 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3865 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3866 * mips-tdep.c (mips_call_dummy_address): Delete function.
3867 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3868 set call_dummy_address.
3869
98b3ab73
AC
38702003-08-07 Andrew Cagney <cagney@redhat.com>
3871
3872 * language.c (op_error): Delete function.
3873 (binop_type_check): Delete function.
3874 * language.h (type_op_error, range_op_error): Delete macros.
3875 (op_error): Delete declaration.
3876
2fcf52f0
AC
38772003-08-07 Andrew Cagney <cagney@redhat.com>
3878
3879 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3880
abd4220e 38812003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 3882
abd4220e 3883 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 3884 (x86_64_push_arguments): Skip the red zone.
abd4220e 3885
9dd5f34f
AC
38862003-08-05 Andrew Cagney <cagney@redhat.com>
3887
3888 * reggroups.c (reggroup_next): Check for the final entry.
3889
e5e78edc
AC
38902003-08-04 Andrew Cagney <cagney@redhat.com>
3891
ab4e3d93
AC
3892 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3893 * cli/cli-script.c (define_command): Call query directly, instead
3894 of passing it a buffer.
3895 * ocd.c (ocd_error): Pass error a constant format string.
3896 * remote-mips.c (mips_error): Use fputs_filtered.
3897
1062ca82
AC
3898 * solib-svr4.c (_initialize_svr4_solib): Update
3899 register_gdbarch_data call.
3900 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3901
fcc1c85c
AC
3902 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3903 (register_gdbarch_data): Delete "free" parameter. Update
3904 comments.
3905 * gdbarch.h, gdbarch.c: Re-generate.
3906 * reggroups.c (_initialize_reggroup): Update.
3907 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3908 * frame-base.c (_initialize_frame_base): Update.
3909 * frame-unwind.c (_initialize_frame_unwind): Update.
3910 * user-regs.c (_initialize_user_regs): Update.
3911 * remote.c (_initialize_remote): Update.
3912 * regcache.c (_initialize_regcache): Update.
3913
116f06ea
AC
3914 * regcache.c (xfree_regcache_descr): Delete function.
3915 (_initialize_regcache): Update call to register_gdbarch_data.
3916 (init_regcache_descr, init_legacy_regcache_descr): Use
3917 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3918
e5e78edc
AC
3919 * remote.c (free_remote_state): Delete function.
3920 (_initialize_remote): Update register_gdbarch_data.
3921 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3922 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3923
6c7d17ba
AC
39242003-08-04 Andrew Cagney <cagney@redhat.com>
3925
3926 * reggroups.c (struct reggroup_el): Define.
3927 (struct reggroups): Delete field "nr_group". Replace array
3928 "group" with a "first" to "last" linked list.
3929 (reggroups_init): Update. Allocate using gdbarch's obstack.
3930 (reggroups_free): Delete function.
3931 (add_group): Update. Add "el" parameter.
3932 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3933 (default_groups): Update.
3934 (reggroup_next): Replace reggroups.
3935 (reggroups_dump): Update.
3936 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3937 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3938 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3939
89b7795b
DJ
39402003-08-04 Daniel Jacobowitz <drow@mvista.com>
3941
3942 * Makefile.in (tui-interp.o): Update dependencies.
3943
306d9ac5
DC
39442003-08-04 David Carlton <carlton@kealia.com>
3945
3946 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3947 to internal_error call.
3948 * source.c (forward_search_command): Add "%s" format argument.
3949 (reverse_search_command): Ditto.
3950 * top.c (quit_confirm): Ditto.
3951 * cli/cli-setshow.c (do_setshow_command): Ditto.
3952 * cp-valprint.c (cp_print_class_method): Replace
3953 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3954 (cp_print_class_member): Ditto.
3955 * event-top.c (command_line_handler): Ditto.
3956 * linux-proc.c (linux_info_proc_cmd): Ditto.
3957 * p-typeprint.c (pascal_type_print_base): Ditto.
3958 * p-valprint.c (pascal_object_print_class_method): Ditto.
3959 (pascal_object_print_class_member): Ditto.
3960 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3961 * remote.c (remote_cisco_section_offsets): Ditto.
3962 * top.c (command_line_input): Ditto.
3963 * utils.c (vwarning,error_stream,quit): Ditto.
3964 * valprint.c (print_floating,print_binary_chars)
3965 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3966
57bfe177
AC
39672003-08-04 Andrew Cagney <cagney@redhat.com>
3968
3969 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3970
e546b999
AC
39712003-08-02 Andrew Cagney <cagney@redhat.com>
3972
3973 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3974 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3975 amd64fbsd-nat.c.
3976
91092ee5
AC
39772003-08-02 Andrew Cagney <cagney@redhat.com>
3978
3979 * Makefile.in: Update all dependencies and definitions.
3980
889f28e2
AF
39812003-08-02 Adam Fedor <fedor@gnu.org>
3982
3983 * linespec.c (is_objc_method_format): New function
3984 (decode_line_1, locate_first_half): Use it.
3985 Fixes PR objc/1298
3986
880bc914
AC
39872003-08-01 Andrew Cagney <cagney@redhat.com>
3988
3989 * NEWS: Mention that m32r is multi-arch.
3990 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3991 * configure.tgt: Recognize m32r-*-*.
3992 * config/m32r/tm-m32r.h: Delete file.
3993 * config/m32r/m32r.mt: New file.
a8f4cde1 3994 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3995 gethostname succeeds, in order to avoid a compilation
3996 warning.
3997 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3998 compiler warning.
3999
19f59343
MS
40002003-08-01 Michael Snyder <msnyder@redhat.com>
4001
4002 * sh-tdep.c (sh_frame_align): New gdbarch method.
4003 (sh_gdbarch_init): Set up frame_align method.
4004
4e7d7511
MS
40052003-07-31 Michael Snyder <msnyder@redhat.com>
4006
4007 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4008 which is already covered by the new frames infrastructure.
4009
63022984
AC
40102003-07-31 Andrew Cagney <cagney@redhat.com>
4011
4012 * user-regs.c (struct user_reg): Add "next" link.
4013 (struct user_regs): Replace "user" with "first" and "last" links.
4014 (append_user_reg): Add pre-allocated "reg" parameter.
4015 (builtin_user_regs): Provide initial value for "last".
4016 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4017 (user_regs_init): Allocate memory from the gdbarch obstack.
4018 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4019 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4020 linked list.
4021 (usernum_to_user_reg): New function.
4022 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4023 (value_of_user_reg): Use usernum_to_user_reg.
4024 (user_regs_free): Delete function.
4025 (_initialize_user_regs): Update register_gdbarch_data call.
4026
7cf6e574
DJ
40272003-07-31 Daniel Jacobowitz <drow@mvista.com>
4028
4029 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4030
c48a845b
MS
40312003-07-30 Michael Snyder <msnyder@redhat.com>
4032
4e7d7511 4033 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 4034 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
4035 value_being_returned.
4036 * infcmd.c (print_return_value): Pass zero as struct_addr.
4037 * values.c (value_being_returned): If struct_addr is passed,
4038 use it instead of trying to recover it from the inferior.
4039
f0d8db19
KB
40402003-07-30 Kevin Buettner <kevinb@redhat.com>
4041
4042 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4043 the prologue analyzer won't need to attempt to extract the pc
4044 value from the woefully incomplete dummy frame.
4045 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4046 possible. Disable code which modifies the frame.
4047
e5c113a1
AC
40482003-07-28 Andrew Cagney <cagney@redhat.com>
4049
4050 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4051 to level 2.
4052 (annotate_breakpoints_table, annotate_record): Ditto.
4053 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4054 (annotate_field_name_end, annotate_field_value): Ditto.
4055 (annotate_field_end, annotate_frame_source_begin): Ditto.
4056 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4057 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4058 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4059 (annotate_frame_address_end, annotate_frame_address): Ditto.
4060 (annotate_frame_args, annotate_frame_end): Ditto.
4061 (annotate_frame_where, annotate_arg_begin): Ditto.
4062 (annotate_arg_name_end, annotate_arg_value): Ditto.
4063 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4064 (annotate_function_call, annotate_signal_name): Ditto.
4065 (annotate_signal_string, annotate_signal_name_end): Ditto.
4066 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4067 (annotate_value_begin, annotate_value_history_value): Ditto.
4068 (annotate_value_history_end, annotate_value_end): Ditto.
4069 (annotate_display_begin, annotate_display_number_end): Ditto.
4070 (annotate_display_format, annotate_display_expression): Ditto.
4071 (annotate_display_expression_end, annotate_display_value): Ditto.
4072 (annotate_display_end, annotate_array_section_begin): Ditto.
4073 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4074 (annotate_elt, annotate_array_section_end): Ditto.
4075
bb1db049
AC
40762003-07-28 Andrew Cagney <cagney@redhat.com>
4077
4078 * regcache.c (struct regcache_descr): Update comments on
4079 nr_raw_registers.
4080 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4081 sizeof_raw_register_valid_p.
4082 (init_regcache_descr): Set nr_raw_registers and
4083 sizeof_raw_register_valid_p before calling
4084 init_legacy_regcache_descr.
4085
20e6603c
AC
40862003-07-28 Andrew Cagney <cagney@redhat.com>
4087
4088 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4089 MOD NUM_REGS.
4090
db742940
DJ
40912003-07-28 Daniel Jacobowitz <drow@mvista.com>
4092
4093 * thread.c (info_threads_command): Use get_selected_frame ().
4094 Check that there is at least one non-sentinel frame.
4095
ce7f4371
SC
40962003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4097
4098 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4099 (m68hc11_pop_frame): Remove.
4100 (m68hc11_frame_saved_pc): Remove.
4101 (m68hc11_frame_chain): Remove.
4102 (m68hc11_frame_init_saved_regs): Remove.
4103 (m68hc11_init_extra_frame_info): Remove.
4104 (m68hc11_store_struct_return): Remove.
4105 (m68hc11_saved_pc_after_call): Remove.
4106
1ea653ae
SC
41072003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4108
4109 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4110 frame unwind information.
4111 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4112 and adapted for frame unwinding.
4113 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4114 (m68hc11_unwind_pc): New function.
4115 (m68hc11_frame_unwind_cache): New function to analyze frames.
4116 (m68hc11_frame_this_id): New function to create new frame struct.
4117 (m68hc11_frame_prev_register): New function to unwind a register from
4118 the frame.
4119 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4120 (m68hc11_frame_p): New function for the above.
4121 (m68hc11_frame_base_address): New function to return fp of frame.
4122 (m68hc11_frame_args_address): Update for frame.
4123 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4124 (m68hc11_unwind_sp): New function.
4125 (m68hc11_unwind_dummy_id): New function.
4126 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4127 calls.
4128
c8a7f6ac
SC
41292003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4130
4131 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4132 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4133 when we are beyond the current pc.
4134
3dc990bf
SC
41352003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4136
4137 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4138 from m68hc11_push_arguments.
4139 (m68hc11_push_arguments): Remove.
4140 (m68hc11_push_return_address): Remove.
4141 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4142 handlers; remove deprecated_extra_stack_alignment_needed.
4143
222e5d1d
AC
41442003-07-27 Andrew Cagney <cagney@redhat.com>
4145
4146 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4147 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4148 REAL_PC and not the pointer.
4149 * hppa-hpux-tdep.c: Include frame.h
4150
a7e9a47e
AC
41512003-07-27 Andrew Cagney <cagney@redhat.com>
4152
4153 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4154 GDB_MULTI_ACH_PARTIAL.
4155
7e3dd49e
AC
41562003-07-27 Andrew Cagney <cagney@redhat.com>
4157
4158 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4159 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4160 operator at start and not end of line.
4161 (decode_prologue): Ditto.
4162 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4163 frame_unwind_register_unsigned instead of
4164 frame_unwind_unsigned_register.
4165 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4166 read_register.
4167 (m32r_push_dummy_call): Use register_size instead of
4168 REGISTER_RAW_SIZE.
4169 (m32r_frame_sniffer): Replace m32r_frame_p.
4170 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4171 * m32r-rom.c (report_transfer_performance): Delete extern
4172 declaration.
4173 (m32r_load, m32r_upload_command): Use print_transfer_performance
4174 instead of report_transfer_performance.
4175 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4176 / add_show_from_set.
4177
0880807f
AC
41782003-07-26 Andrew Cagney <cagney@redhat.com>
4179
4180 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4181 store_return_value and extract_struct_value_address.
4182
64ae9269
DJ
41832003-07-26 Daniel Jacobowitz <drow@mvista.com>
4184
4185 PR c++/1267
4186 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4187 NULL, default to the section containing PC.
4188
e286caf2
SC
41892003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4190
4191 * NEWS: Mention "regs" deprecated for m68hc11 too.
4192
4193 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4194 (m68hc11_print_register): New function to print out one register.
4195 (m68hc11_print_registers_info): New function to print registers.
4196 (show_regs): Deprecate and use the above.
4197 (m68hc11_gdbarch_init): Install the print_registers_info.
4198
705b278b
JJ
41992003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4200
4201 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4202 that we have a SIGTRAP before returning non-zero.
4203
63cd4198
EZ
42042003-07-23 Michal Ludvig <mludvig@suse.cz>
4205 Elena Zannoni <ezannoni@redhat.com>
4206
a8f4cde1 4207 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
4208 find_function_start_sal() returns empty record.
4209
6926787d
AS
42102003-07-23 Andreas Schwab <schwab@suse.de>
4211
4212 * ia64-tdep.c (ia64_print_insn): New function.
4213 (ia64_gdbarch_init): Set print_insn to it.
4214 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4215 deprecated_tm_print_insn_info.
4216
708cc1b6
MS
42172003-07-22 Michael Snyder <msnyder@redhat.com>
4218
4219 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4220 handle 8-bit returns (long long).
4221 (h8300h_extract_return_value): Ditto.
4222 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4223
aebd7893
AC
42242003-07-22 Andrew Cagney <cagney@redhat.com>
4225
4226 * gdbarch.c Include "gdb_obstack.h".
4227 (struct gdbarch): Add an "obstack".
4228 (alloc_gdbarch_data): Allocate the gdbarch data using
4229 GDBARCH_OBSTACK_CALLOC.
4230 (free_gdbarch_data): Delete function.
4231 (gdbarch_obstack_zalloc): New function.
4232 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4233 Assert that the architecture is not initialized.
4234 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4235 vector from the obstack.
4236 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4237 architecture obstack.
4238 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4239 (set_gdbarch_data): Assert that the data is not initialized.
4240 (struct gdbarch_data): Delete member "free".
4241 (register_gdbarch_data): Do not initialize "free".
4242 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 4243
153721e6
AC
42442003-07-22 Andrew Cagney <cagney@redhat.com>
4245
4246 * configure.in (build_warnings): Add -Wformat-nonliteral.
4247 * configure: Re-generate.
4248
c193f044 42492003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
4250
4251 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 4252
c3228f12
EZ
42532003-07-22 Elena Zannoni <ezannoni@redhat.com>
4254
4255 * findvar.c (read_var_value): Remove case for thread local storage
4256 variables. It is now entirely handled by the dwarf2 location
4257 expression code.
4258 * printcmd.c (address_info): Ditto.
4259 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4260 enumeration value.
4261 (struct symbol): Remove objfile field, which was used by
4262 LOC_THREAD_LOCAL_STATIC only.
4263 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4264 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4265 usage of objfile pointer.
4266 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4267 thread local variables.
4268 Add include of objfiles.h.
4269 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4270 storage variables.
4271 * Makefile.in (dwarf2loc.o): Update dependencies.
4272
aef9bcd2
AC
42732003-07-22 Andrew Cagney <cagney@redhat.com>
4274
4275 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4276 get_frame_base.
4277 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4278 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4279 (struct value): Add opaque declaration.
4280 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4281
d95a8903
AC
42822003-07-21 Andrew Cagney <cagney@redhat.com>
4283
4284 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4285 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4286
4db73d49
SC
42872003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4288
a8f4cde1 4289 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
4290 regcache_cooked_read_unsigned instead of read_register.
4291 (m68hc11_saved_pc_after_call): Likewise.
4292 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4293 instead of write_register.
4294 (m68hc11_register_type): New function.
4295 (m68hc11_register_virtual_type): Remove.
4296 (m68hc11_store_return_value): Convert to use the regcache.
4297 (m68hc11_extract_struct_value_address): Likewise.
4298 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4299 m68hc11_register_type; undeprecate store_return_value and
4300 extract_struct_value_address.
4301
ef2b8fcd
SC
43022003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4303
4304 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4305 and translate to use regcache.
4306 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4307
625b0b97
AC
43082003-07-18 Andrew Cagney <cagney@redhat.com>
4309
4310 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4311 * gdbarch.h, gdbarch.c: Re-generate.
4312 * i386-tdep.c (i386_gdbarch_init): Do not set
4313 DWARF2_BUILD_FRAME_INFO.
4314 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4315 unconditionally.
4316 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4317 DWARF2_BUILD_FRAME_INFO.
4318
22b0d388
AC
43192003-07-18 Andrew Cagney <cagney@redhat.com>
4320
4321 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4322 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4323
1ce5d6dd
AC
43242003-07-18 Andrew Cagney <cagney@redhat.com>
4325
4326 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4327 frame_unwind_address_in_block, instead of frame_pc_unwind.
4328 (dwarf2_frame_cache): Ditto.
4329
e6e5e94c
AC
43302003-07-18 Andrew Cagney <cagney@redhat.com>
4331
4332 * user-regs.h (struct gdbarch): Declare opaque.
4333 * ui-out.h (struct ui_file): Declare opaque.
4334 * dwarf2-frame.h (struct frame_info): Declare opaque.
4335
5483d879
KW
43362003-07-18 Kris Warkentin <kewarken@qnx.com>
4337
4338 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4339 #include "...".
4340 (procfs_meminfo): Change strerror to safe_strerror.
4341 (procfs_can_run): Remove K&R badness.
4342
278a7cf7
MS
43432003-07-17 Michael Snyder <msnyder@redhat.com>
4344
4345 * remote-sim.c: Comment typo fix.
4346
606e3b82
AC
43472003-07-17 Andrew Cagney <cagney@redhat.com>
4348
4349 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4350 configure.
4351 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4352 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4353 GDB_MULTI_ARCH_PARTIAL.
4354
c43af07c
EZ
43552003-07-17 Elena Zannoni <ezannoni@redhat.com>
4356
4357 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4358 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4359 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4360
3b85b0f1
TR
43612003-07-16 Theodore A. Roth <troth@openavr.org>
4362
4363 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4364 found.
4365 (avr_frame_unwind_cache): Don't unwind FP for main.
4366 Update a comment.
4367 Save the computed prev_sp.
4368 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 4369 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
4370 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4371
336d1bba
AC
43722003-07-16 Andrew Cagney <cagney@redhat.com>
4373
4374 * frame-base.h (frame_base_p_ftype): Delete definition.
4375 (frame_base_append_predicate): Delete declaration.
4376 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4377 (frame_unwind_append_predicate): Delete declaration.
4378 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4379 (append_predicate): Delete parameter "p".
4380 (frame_unwind_append_predicate): Delete function.
4381 (frame_unwind_append_sniffer): Update call to append_predicate.
4382 (frame_unwind_free): Delete function.
4383 (_initialize_frame_unwind): Pass NULL as "free" to
4384 register_gdbarch_data.
4385 (frame_unwind_init): Append the dummy_frame_sniffer.
4386 (frame_unwind_find_by_frame): Simplify.
4387 * frame-base.c (struct frame_base_table): Delete field "p".
4388 (append_predicate): Delete parameter "p".
4389 (frame_base_append_predicate): Delete function.
4390 (frame_base_append_sniffer): Update call to append_predicate.
4391 (frame_base_free): Delete function.
4392 (frame_base_find_by_frame): Simplify.
4393 (_initialize_frame_base): Pass NULL as "free" to
4394 register_gdbarch_data.
4395 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4396 (x86_64_sigtramp_frame_sniffer): Replace
4397 "x86_64_sigtramp_frame_p".
4398 (x86_64_init_abi): Set the frame unwind sniffers.
4399 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4400 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4401 (m68k_gdbarch_init): Set the frame unwind sniffers.
4402 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4403 "i386_sigtramp_frame_p".
4404 (i386_frame_sniffer): Replace "i386_frame_p".
4405 (i386_gdbarch_init): Set the frame unwind sniffers.
4406 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4407 (avr_gdbarch_init): Set the frame unwind sniffers.
4408 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4409 "alpha_sigtramp_frame_p"
4410 (alpha_heuristic_frame_sniffer): Replace
4411 "alpha_heuristic_frame_p".
4412 (alpha_gdbarch_init): Set the frame unwind sniffers.
4413 (alpha_dwarf2_init_abi): Ditto.
4414 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4415 "alpha_debug_frame_p".
4416 (alpha_mdebug_frame_base_sniffer): Replace
4417 "alpha_mdebug_frame_base_p".
4418 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4419 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4420 (d10v_gdbarch_init): Set the frame unwind sniffer.
4421 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4422 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4423 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4424 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4425 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4426 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4427
48db5a3c
CV
44282003-07-16 Michael Snyder <msnyder@redhat.com>
4429
4430 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4431 should go thru sh_dsp_register_sim_regno, else the dsp regs
4432 will not get the right values.
4433
44342003-07-16 Corinna Vinschen <vinschen@redhat.com>
4435
4436 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4437 deprecated_store_floating by call to store_typed_floating.
4438 (sh_sh4_register_convert_to_raw): Substitute call to
4439 deprecated_extract_floating by call to extract_typed_floating.
4440
44412003-07-16 Corinna Vinschen <vinschen@redhat.com>
4442
4443 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4444
44452003-07-16 Corinna Vinschen <vinschen@redhat.com>
4446
4447 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4448 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4449 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4450 as possible.
4451 (do_pseudo_register): Remove.
4452 (sh_push_dummy_code): New function.
4453 (sh64_store_struct_return): Rename from sh_store_struct_return.
4454 Only called for sh64 now.
4455 (sh_extract_struct_value_address): Regcache'ify.
4456 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4457 and accomodate new tasks.
4458 (sh64_push_return_address): Rename from sh_push_return_address.
4459 Only called for sh64 now.
4460 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4461 Regcache'ify.
4462 (sh3e_sh4_extract_return_value): Regcache'ify.
4463 (sh_default_store_return_value): Ditto.
4464 (sh3e_sh4_store_return_value): Ditto.
4465 (sh_default_register_byte): Remove.
4466 (sh_sh4_register_byte): Remove.
4467 (sh_default_register_raw_size): Remove.
4468 (sh_sh4_register_raw_size): Remove.
4469 (sh_register_virtual_size): Remove.
4470 (sh_sh3e_register_virtual_type): Remove.
4471 (sh_sh3e_register_type): New function.
4472 (sh_sh4_register_virtual_type): Remove.
4473 (sh_sh4_register_type): New function.
4474 (sh_default_register_virtual_type): Remove.
4475 (sh_default_register_type): New function.
4476 (do_fv_register_info): Add parameters to accomodate call from
4477 sh_print_registers_info.
4478 (do_dr_register_info): Ditto.
4479 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4480 Add parameters to accomodate call from sh_print_registers_info.
4481 (sh_do_fp_register): Ditto.
4482 (sh64_do_pseudo_register): Call do_dr_register_info,
4483 do_fv_register_info and sh_do_fp_register with default parameters.
4484 (sh_do_register): Add parameters to accomodate call from
4485 sh_print_registers_info.
4486 (sh_print_register): Ditto.
4487 (sh_print_registers_info): Rename from sh_do_registers_info.
4488 Add parameters to be used as gdbarch_print_registers_info
4489 implementation. Accomodate removed do_pseudo_register function
4490 pointer.
4491 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4492 function pointer. Call sh_print_register with default parameters.
4493 (sh64_do_registers_info): Call sh_print_registers_info instead of
4494 sh_do_registers_info.
4495 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4496 detection of deprecated vs. non-deprecated functionality.
4497 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4498 function pointer assignments by direct function calls.
4499
e8a89fe2
AC
45002003-07-15 Andrew Cagney <cagney@redhat.com>
4501
4502 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4503 (frame_register_unwind, create_new_frame): Ditto.
4504 (legacy_get_prev_frame, get_frame_type): Ditto.
4505 (get_frame_base_address): Use frame_base_find_by_frame.
4506 (get_frame_locals_address): Use frame_base_find_by_frame.
4507 (get_frame_args_address): Use frame_base_find_by_frame.
4508 * frame-base.h (frame_base_sniffer_ftype): Declare.
4509 (frame_base_append_sniffer): Declare.
4510 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4511 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4512 (frame_base_append_sniffer): New function.
4513 (frame_base_append_predicate): Add a NULL sniffer.
4514 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4515 (struct frame_base_table): Add "sniffer".
4516 (frame_base_free): Free the "sniffer" table.
4517 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4518 (frame_unwind_append_sniffer): Declare.
4519 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4520 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4521 (struct frame_unwind_table): Add "sniffer", delete "middle".
4522 (append_predicate): Add "sniffer" parameter, append the sniffer.
4523 (frame_unwind_init): Update append_predicate call.
4524 (frame_unwind_append_sniffer): New function.
4525 (frame_unwind_append_predicate): Update append_predicate call.
4526 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4527
0714963c
AC
45282003-07-15 Andrew Cagney <cagney@redhat.com>
4529
4530 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4531 before code inhibiting repeated unwind attempts. Add to
4532 commentary on that test's problems.
4533 * blockframe.c (inside_main_func): Look for "main" in the minimal
4534 symbol table.
4535 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4536 identical.
4537
d9170e22
AC
45382003-07-15 Andrew Cagney <cagney@redhat.com>
4539
4540 * complaints.c (struct explanation): Define.
4541 (struct complaints): Change type of "explanation" to "struct
4542 explanation".
4543 (symfile_explanations): Convert to a "struct explanation" table.
4544 (vcomplaint): Update.
4545
eba29c8c
ML
45462003-07-15 Michal Ludvig <mludvig@suse.cz>
4547
4548 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4549 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4550 x86_64_linux_(fill,supply)_gregset functions.
4551 * x86-64-linux-tdep.c (USER_*): New defines.
4552 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4553 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4554 New functions.
4555 (fetch_core_registers): Ditto.
4556 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4557 * x86-64-linux-tdep.h: New file.
4558 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4559 and core-regset.o.
4560 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4561
68cc0bfb
MK
45622003-07-13 Mark Kettenis <kettenis@gnu.org>
4563
88a115f7
MK
4564 * x86-64-tdep.c (x86_64_store_return_value): Use
4565 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4566
68cc0bfb
MK
4567 * configure.host: Add x86_64-*-freebsd*.
4568 * configure.tgt: Add x86_64-*-freebsd*.
4569 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4570 * amd64fbsd-nat.c: New file.
4571 * amd64fbsd-tdep.c: New file.
4572 * config/i386/nm-fbsd64.h: New file.
4573 * config/i386/fbsd64.mh: New file.
4574 * config/i386/fbsd64.mt: New file.
4575
138e7be5
MK
45762003-07-11 Mark Kettenis <kettenis@gnu.org>
4577
4578 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4579 `sc_regs_offset' and `sc_fpregs_offset'.
4580 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4581 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4582 (alpha_sigtramp_register_address): Rewrite to use new members of
4583 `struct gdbarch_tdep'.
4584 (alpha_gdbarch_init): Initialize new members of struct
4585 gdbarch_tdep'.
4586 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4587 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4588 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4589 (alphafbsd_pc_in_sigtramp): Implement.
4590 (alphafbsd_sigtramp_offset): New function.
4591 (alphafbsd_sigcontext_addr): New function.
4592 (alphafbsd_init_abi): Initialize signal trampoline related members
4593 of `struct gdbarch_tdep'.
4594 (_initialize_alphafbsd_tdep): Add prototype.
4595
95303a68
TR
45962003-07-11 Theodore A. Roth <troth@openavr.org>
4597
ba292e4c
TR
4598 * Makefile.in (install-only): Quote sed expression when generating
4599 transformed_name.
95303a68 4600
6896c0c7
RH
46012003-07-11 Richard Henderson <rth@redhat.com>
4602
4603 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4604 * dwarf2-frame.c: Include complaints.h.
4605 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4606 variable initialization; return NULL on error.
4607 (decode_frame_entry): New.
4608
8edd5d01
AC
46092003-07-11 Andrew Cagney <cagney@redhat.com>
4610
c4a09524
AC
4611 * frame.h (frame_address_in_block): Delete declaration.
4612 * blockframe.c (frame_address_in_block): Delete function.
4613 (get_frame_block): Use get_frame_address_in_block.
4614 (block_innermost_frame): Ditto.
4615 * stack.c (print_frame, backtrace_command_1): Ditto.
4616
8edd5d01
AC
4617 * frame.h (get_frame_address_in_block): Declare.
4618 (frame_unwind_address_in_block): Declare.
4619 * frame.c (frame_unwind_address_in_block): New function.
4620 (get_frame_address_in_block): New function.
4621
f7968451
AC
46222003-07-10 Andrew Cagney <cagney@redhat.com>
4623
4624 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4625 pre-default. Note: re-generate has no effect.
a8f4cde1 4626
ae99b398
AC
46272003-07-10 Andrew Cagney <cagney@redhat.com>
4628
4629 * gdbarch.sh: When a variable, but not a function, compare against
4630 0. Fix problem in previous patch.
4631 * gdbarch.c: Re-generate.
a8f4cde1 4632
956ac328
AC
46332003-07-10 Andrew Cagney <cagney@redhat.com>
4634
4635 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4636 functions against NULL, not 0.
4637 * gdbarch.c: Re-generate.
a8f4cde1 4638
287c3240
FF
46392003-07-10 Fred Fish <fnf@ninemoons.com>
4640
4641 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4642 null string instead of a null pointer.
4643 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4644
32f63c4b
MS
46452003-07-09 Michael Snyder <msnyder@redhat.com>
4646
4647 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4648
402ecd56
MK
46492003-07-09 Mark Kettenis <kettenis@gnu.org>
4650
4651 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4652 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4653 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4654 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4655 * x86-64-tdep.c: ... from here.
4656
c481dac7
AS
46572003-07-09 Andreas Schwab <schwab@suse.de>
4658
4659 * m68k-tdep.h (enum struct_return): Define.
4660 (struct gdbarch_tdep): Add struct_return.
4661 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4662 bytes are padded to the right, not to the left. Pass struct value
4663 address in register %a1, not on stack.
4664 (m68k_use_struct_convention): New function.
4665 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4666 struct_return in tdep to pcc_struct_return.
4667 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4668 reg_struct_return.
4669
a8f4cde1 46702003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4671
a8f4cde1 4672 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4673
96a4ee76
AC
46742003-07-09 Andrew Cagney <cagney@redhat.com>
4675
4676 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4677 Add comments about the checks.
4678
1517c6d1
AC
46792003-07-08 Andrew Cagney <cagney@redhat.com>
4680
4681 * Makefile.in: Make dependency section headers consistent.
4682 (config_h): Move to $BUILD headers section.
4683 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4684 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4685 (ada-exp.tab.c): Move to YACC/LEX section.
4686 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4687 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4688
dc5dd1eb
KW
46892003-07-08 Kris Warkentin <kewarken@qnx.com>
4690
4691 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4692 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4693 of strerror with safe_strerror, use ISO C function definitions,
4694 and replace instances of sprintf with snprintf.
dc5dd1eb 4695
612dde91
AC
46962003-07-07 Andrew Cagney <cagney@redhat.com>
4697
4698 * frame.c (get_prev_frame): Enable check for identical frames.
4699 Update comments. Update error messages.
4700
492c11d3
JB
47012003-07-07 Joel Brobecker <brobecker@gnat.com>
4702
4703 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4704
376a5a49
JB
47052003-07-07 Joel Brobecker <brobecker@gnat.com>
4706
4707 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4708 sort_symtab_syms, no longer necessary.
4709
22b4a9ad
JB
47102003-07-07 Joel Brobecker <brobecker@gnat.com>
4711
4712 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4713
5bbcb741
JB
47142003-07-07 Joel Brobecker <brobecker@gnat.com>
4715
4716 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4717 (mips_register_byte): Likewise.
4718
c139e7d9
DJ
47192003-07-07 Daniel Jacobowitz <drow@mvista.com>
4720
4721 * Makefile.in (sparc_tdep_h): New.
4722 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4723 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4724 * sparc-linux-nat.c: Include "sparc-tdep.h".
4725 * sparc-nat.c: Likewise.
4726 * sparc-tdep.c: Likewise.
4727 * sparc64nbsd-nat.c: Likewise.
4728 * sparcnbsd-nat.c: Likewise.
4729 * sparcnbsd-tdep.c: Likewise.
4730 * sparc-tdep.h: New file.
4731 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4732 and sparc_npc_regnum.
4733
fd8f87c5
DJ
47342003-07-07 Daniel Jacobowitz <drow@mvista.com>
4735
4736 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4737 (mips_linux_cannot_store_register): List supported instead of
4738 unsupported registers.
4739
13adf674
DJ
47402003-07-07 Daniel Jacobowitz <drow@mvista.com>
4741
4742 * disasm.c (dump_insns): Separate instructions from addresses.
4743
8de307e0
AS
47442003-07-07 Andreas Schwab <schwab@suse.de>
4745
4746 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4747 dependencies.
4748 * m68k-tdep.c (NUM_FREGS): Delete.
4749 (SIG_PC_FP_OFFSET): Delete.
4750 (TARGET_M68K): Delete.
4751 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4752 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4753 P_MOVEL_SP, P_MOVEML_SP): Define.
4754 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4755 P_TRAP): Delete.
4756 (m68k_register_raw_size): Delete.
4757 (m68k_register_virtual_size): Delete.
4758 (m68k_register_type): Renamed from m68k_register_virtual_type and
4759 add gdbarch argument.
4760 (m68k_store_struct_return): Delete.
4761 (m68k_deprecated_extract_return_value): Delete.
4762 (m68k_deprecated_extract_struct_value_address): Delete.
4763 (m68k_frame_chain): Delete.
4764 (m68k_frame_saved_pc): Delete.
4765 (m68k_fix_call_dummy): Delete.
4766 (m68k_push_dummy_frame): Delete.
4767 (m68k_pop_frame): Delete.
4768 (m68k_extract_return_value): New function.
4769 (m68k_store_return_value): Rewrite using regcache.
4770 (m68k_extract_struct_value_address): Rewrite using regcache.
4771 (m68k_push_dummy_call): New function.
4772 (struct m68k_frame_cache): Define.
4773 (m68k_alloc_frame_cache): New function.
4774 (m68k_analyze_frame_setup): New function.
4775 (m68k_analyze_register_saves): New function.
4776 (m68k_analyze_prologue): New function.
4777 (m68k_skip_prologue): Rewrite using above functions.
4778 (m68k_unwind_pc): New function.
4779 (m68k_frame_cache): New function.
4780 (m68k_frame_this_id): New function.
4781 (m68k_frame_prev_register): New function.
4782 (m68k_frame_unwind): New variable.
4783 (m68k_frame_p): New function.
4784 (m68k_sigtramp_frame_cache): New function.
4785 (m68k_sigtramp_frame_this_id): New function.
4786 (m68k_sigtramp_frame_prev_register): New function.
4787 (m68k_sigtramp_frame_unwind): New variable.
4788 (m68k_sigtramp_frame_p): New function.
4789 (m68k_frame_base_address): New function.
4790 (m68k_frame_base): New function.
4791 (m68k_unwind_dummy_id): New function.
4792 (fill_gregset): Use regcache_collect.
4793 (fill_fpregset): Likewise.
4794 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4795 defined.
4796 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4797 deprecated_init_frame_pc, deprecated_store_struct_return,
4798 deprecated_extract_return_value, deprecated_store_return_value,
4799 deprecated_frame_chain, deprecated_frame_saved_pc,
4800 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4801 deprecated_register_virtual_size,
4802 deprecated_max_register_raw_size,
4803 deprecated_max_register_virtual_size,
4804 deprecated_register_virtual_type, deprecated_register_size,
4805 deprecated_register_byte, deprecated_register_bytes,
4806 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4807 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4808 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4809 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4810 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4811 deprecated_push_dummy_frame, deprecated_pop_frame,
4812 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4813 only if SYSCALL_TRAP is defined. Set extract_return_value,
4814 store_return_value, extract_struct_value_address, register_type,
4815 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4816 predicates.
4817 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4818 M68K_MAX_REGISTER_SIZE): Define.
4819 (struct m68k_sigtramp_info): Define.
4820 (struct gdbarch_tdep): Add get_sigtramp_info.
4821 * m68klinux-nat.c (fetch_register): Use register_size instead of
4822 REGISTER_RAW_SIZE. Don't put assignment in if.
4823 (store_register): Likewise.
4824 (fetch_inferior_registers): Likewise.
4825 (store_inferior_registers): Likewise.
4826 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4827 (m68k_linux_frame_saved_pc): Delete.
4828 (m68k_linux_sigcontext_reg_offset,
4829 m68k_linux_ucontext_reg_offset): Define.
4830 (m68k_linux_get_sigtramp_info): New function.
4831 (m68k_linux_extract_return_value): Rewrite using regcache.
4832 (m68k_linux_store_return_value): Likewise.
4833 (m68k_linux_extract_struct_value_address): Likewise.
4834 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4835 Don't set deprecated_frame_saved_pc,
4836 deprecated_extract_return_value, deprecated_store_return_value,
4837 deprecated_extract_struct_value_address. Set
4838 extract_return_value, store_return_value,
4839 extract_struct_value_address.
4840
eb8bc282
AC
48412003-07-07 Andrew Cagney <cagney@redhat.com>
4842
4843 * expprint.c: Include "user-regs.h" instead of "frame.h".
4844 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4845 frame_map_regnum_to_name.
4846 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4847 (frame_map_name_to_regnum): Simplify, call
4848 user_reg_map_name_to_regnum.
4849 (frame_map_regnum_to_name): Simplify, call
4850 user_reg_map_regnum_to_name.
4851 (frame_register_unwind): Update.
4852 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4853 (_initialize_frame_reg): Call user_reg_add_builtin.
4854 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4855 (value_of_register): Use value_of_user_reg.
4856 * eval.c (evaluate_subexp_standard): Update.
4857 * parse.c (write_dollar_variable): Update.
4858 * d10v-tdep.c (d10v_print_registers_info): Update.
4859 * infcmd.c (registers_info): Update.
4860 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4861 (builtin_regs_h): Delete macro.
4862 (user_regs_h): Define.
4863 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4864 (builtin-regs.o): Delete target.
4865 (user-regs.o): Specify dependencies.
4866 (expprint.o): Update dependencies.
4867 (findvar.o): Update dependencies.
4868 (frame.o): Update dependencies.
4869 (std-regs.o): Update dependencies.
4870
9f476a01
CF
48712003-07-06 Christopher Faylor <cgf@redhat.com>
4872
4873 * win32-nat.c (solib_symbols_add): Use one variable for all section
4874 address stuff. Pass variable rather than address of variable to
4875 safe_symbol_file_add.
4876
a731b831
AS
48772003-07-06 Andreas Schwab <schwab@suse.de>
4878
4879 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4880
9f83329d
JB
48812003-07-04 Joel Brobecker <brobecker@gnat.com>
4882
4883 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4884
27e28cc5
KW
48852003-07-04 Kris Warkentin <kewarken@qnx.com>
4886
4887 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4888
48892003-07-04 Kris Warkentin <kewarken@qnx.com>
4890
4891 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4892 * config/i386/nto.mh: New file.
4893 * config/i386/nm-nto.h: New file.
4894 * configure.host: Add i[3456]86-*-nto*.
4895
100f2e98
JB
48962003-07-03 Joel Brobecker <brobecker@gnat.com>
4897
4898 * remote-vx.c (vx_add_symbols): Fix compilation error.
4899
e23457df
AC
49002003-07-03 Andrew Cagney <cagney@redhat.com>
4901
4902 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4903 * gdbarch.h, gdbarch.c: Re-generate.
4904 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4905 (legacy_register_name): Declare.
4906 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4907 (REGISTER_NAME): Define.
4908 * sparc-tdep.c (legacy_register_name): New function.
4909 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4910 (REGISTER_NAME): Define.
4911 (hppa64_register_name): Declare.
4912 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4913 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4914 (hppa64_register_name): New function.
4915 (hppa_register_name): New function.
4916 * arch-utils.c (legacy_register_name): Delete.
4917 * arch-utils.h (legacy_register_name): Delete.
4918
38caaeec
DJ
49192003-07-03 Daniel Jacobowitz <drow@mvista.com>
4920
4921 * cli/cli-interp.c (cli_interpreter_resume): Update the
4922 cli_uiout's stream to gdb_stdout.
4923
dadd712e
AC
49242003-07-03 Andrew Cagney <cagney@redhat.com>
4925
4926 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4927 predicate.
4928 * gdbarch.h, gdbarch.c: Re-generate.
4929 * regcache.c (init_regcache_descr): Use legacy code when either
4930 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4931
c7f1390e
DJ
49322003-07-02 Daniel Jacobowitz <drow@mvista.com>
4933
4934 * NEWS: Move "set logging" entry into GDB 6.0 section.
4935
4bc8c588
JB
49362003-07-02 Jim Blandy <jimb@redhat.com>
4937
a9dd42f1
JB
4938 * s390-tdep.c (struct frame_extra_info): new member:
4939 'stack_bought_valid'.
4940 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4941 initialize fextra_info->stack_bought.
4942 (s390_frameless_function_invocation): Don't trust the value of
4943 fextra_info_ptr->stack_bought unless
4944 fextra_info->stack_bought_valid is set.
4945
4bc8c588
JB
4946 New S390 prologue analyzer.
4947 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4948 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4949 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4950 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4951 compute_x_addr, s390_on_stack, s390_store,
4952 s390_get_signal_frame_info): New functions.
4953 (S390_NUM_SPILL_SLOTS): New macro.
4954 (s390_get_frame_info): Rewritten.
4955 (is_arg_reg): Deleted.
4956
4957 Break out the decoding of S/390 instructions into separate
4958 functions, to make it more legible, and easier to check
4959 against the spec.
4960 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4961 is_rx, is_rxe): New functions.
4962 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4963 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4964 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4965 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4966 enums for opcode values. (Is this an improvement?)
4967
fd13a04a
AC
49682003-07-02 Andrew Cagney <cagney@redhat.com>
4969
4970 * i386-tdep.c: Revert change committed as part of trad-frame code
4971 below.
4972
3f8091c1
DJ
49732003-07-02 Daniel Jacobowitz <drow@mvista.com>
4974
4975 * breakpoint.c (insert_catchpoint): Make static.
4976
8dd5115e
AS
49772003-07-02 Andreas Schwab <schwab@suse.de>
4978
4979 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4980 former ia64_push_arguments and ia64_push_return_address, and use
4981 regcache functions instead of read/write_register.
4982 (ia64_gdbarch_init): Set push_dummy_call instead of
4983 deprecated_push_arguments and deprecated_push_return_address.
4984
a2229c23
AJ
49852003-07-01 Andreas Jaeger <aj@suse.de>
4986
4987 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4988 before the call.
4989 Set %rax only to number of SSE registers used.
4990
3b3850e8
AC
49912003-07-01 Andrew Cagney <cagney@redhat.com>
4992
4993 * trad-frame.h: Update comments, a -1 .addr is reserved.
4994 (trad_frame_value_p, trad_frame_addr_p): Declare.
4995 (trad_frame_reg_p): Declare.
4996 (trad_frame_set_value): Rename trad_frame_register_value.
4997 (trad_frame_set_unknown): Declare.
4998 * trad-frame.c (trad_frame_realreg_p): New function.
4999 (trad_frame_addr_p, trad_frame_value_p): New function.
5000 (trad_frame_set_unknown): New function.
5001 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5002 (trad_frame_prev_register): Use trad_frame_realreg_p,
5003 trad_frame_addr_p and trad_frame_value_p.
5004 (trad_frame_set_value): Rename trad_frame_register_value.
5005 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5006 and trad_frame_set_value.
a2229c23 5007
4d819d0e
JB
50082003-06-30 Jim Blandy <jimb@redhat.com>
5009
5010 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5011 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5012 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5013 for 16 registers, and then 32 more bytes.
5014 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5015 New macros.
5016 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5017 Move up in the file, since it's now used by is_simple_arg.
5018 (is_simple_arg): Don't assume registers are four bytes long.
5019 Exclude all double arguments. Extended floats are not simple
5020 args.
5021 (is_power_of_two): New function.
5022 (pass_by_copy_ref): Call is_power_of_two, and check that the
5023 length fits in a register, rather than listing all the acceptable
5024 sizes. Extended floats are not passed by reference.
5025 (s390_push_arguments): Don't assume registers are four bytes long.
5026 Reserve an argument register to point to the buffer for structures
5027 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5028 S390_STACK_FRAME_OVERHEAD.
5029
1ad828f1
AS
50302003-06-30 Andreas Schwab <schwab@suse.de>
5031
5032 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5033 format error message.
5034
39b00981
JB
50352003-06-30 Joel Brobecker <brobecker@gnat.com>
5036
5037 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5038
b2a7f303
DC
50392003-06-30 David Carlton <carlton@kealia.com>
5040
5041 Band-aid for PR c++/1245.
5042 * Makefile.in (cp-support.o): Depend on complaints_h.
5043 * cp-support.c: Include complaints.h. Add declaration for
5044 find_last_component.
5045 (cp_find_first_component): Separate code into
5046 cp_find_first_component_aux.
5047 (cp_find_first_component_aux): Call demangled_name_complaint.
5048 (demangled_name_complaint): New.
5049
a257b5bb
AC
50502003-06-30 Andrew Cagney <cagney@redhat.com>
5051
5052 * remote.c (remote_write_bytes): Explicitly compute and then use
5053 the payload size. Update comments to reflect. Fixes problem of
5054 GDB not sending small packets as found by Fred Fish.
5055
0a2cfde4
AC
50562003-06-30 Andrew Cagney <cagney@redhat.com>
5057
5058 * remote.c (remote_async_wait): Fix -Wformat problem.
5059
3fcb8548
AC
50602003-06-29 Andrew Cagney <cagney@redhat.com>
5061
5062 * remote.c (remote_wait): Call error, and not warning, when the
5063 packet is corrupt.
5064 (remote_async_wait): Ditto.
5065
9f9970a3
DJ
50662003-06-29 Daniel Jacobowitz <drow@mvista.com>
5067
5068 * sparc-tdep.c (sparc_y_regnum): Make external again.
5069
83a8ccca
DJ
50702003-06-29 Daniel Jacobowitz <drow@mvista.com>
5071
5072 * cli/cli-logging.c (pop_output_files): Add void to function
5073 definition.
5074
d2cf594a
AC
50752003-06-29 Andrew Cagney <cagney@redhat.com>
5076
5077 * frame.c (frame_register_unwind): Use unsigned char when dumping
5078 the buffer contents.
5079
0fac0b41
DJ
50802003-06-28 Daniel Jacobowitz <drow@mvista.com>
5081
5082 * cli/cli-logging.c: New file.
5083 * cli-out.c (struct ui_out_data): Add original_stream.
5084 (cli_redirect): New function.
5085 (cli_ui_out_impl): Add cli_redirect.
5086 (cli_out_new): Initialize original_stream.
5087 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5088 (uo_redirect, ui_out_redirect): New.
5089 * ui-out.h (struct ui_out_impl): Add redirect member.
5090 (redirect_ftype): New.
5091 (ui_out_redirect): Add prototype.
5092 * Makefile.in: Add rules for cli-logging.c.
5093 * NEWS: Mention "set logging".
5094
88a07d7c
EZ
50952003-06-27 Elena Zannoni <ezannoni@redhat.com>
5096
5097 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5098
4eb58876
AC
50992003-06-27 Andrew Cagney <cagney@redhat.com>
5100
5101 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5102 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5103 * avr-tdep.c (avr_call_dummy_address): Delete function.
5104 (avr_gdbarch_init): Do not set call_dummy_address.
5105
1549f619
EZ
51062003-06-27 Elena Zannoni <ezannoni@redhat.com>
5107
5108 * symfile.c (syms_from_objfile): Move variables to inner block.
5109 Move the checks for the non-mainline case a bit earlier to avoid
5110 doing some useless computations.
5111
3cb3398d
EZ
51122003-06-27 Elena Zannoni <ezannoni@redhat.com>
5113
5114 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5115
3799ccc6
EZ
51162003-06-26 Elena Zannoni <ezannoni@redhat.com>
5117
5118 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5119 sections.
5120
ce1f6491
MC
51212003-06-26 Michael Chastain <mec@shout.net>
5122
5123 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5124 gdb/testsuite/gdb.c++/pr-1210.exp.
5125
d958dfd0
AC
51262003-06-26 Andrew Cagney <cagney@redhat.com>
5127
5128 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5129 altivec_expression.h and altivec_registers.h.
5130
d31431ed
AC
51312003-06-26 Andrew Cagney <cagney@redhat.com>
5132
5133 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5134 info->mach when MIPS16. Patch suggested by Fred Fish.
5135
714b1282
AC
51362003-06-26 Andrew Cagney <cagney@redhat.com>
5137
5138 * utils.c (internal_vproblem): Print the problem to a reason
5139 buffer and then pass to query. Make the msg variable more local.
5140
42efa47a
AC
51412003-06-26 Andrew Cagney <cagney@redhat.com>
5142
5143 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5144 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5145 * gdbarch.h, gdbarch.c: Re-generate.
5146 * frame-base.c (default_frame_args_address): Update. Use
5147 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5148 not available.
5149 (default_frame_locals_address): Ditto for
5150 DEPRECATED_FRAME_LOCALS_ADDRESS.
5151 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5152 (vax_frame_num_args): Update.
5153 (vax_gdbarch_init): Update.
5154 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5155 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5156 * mcore-tdep.c (mcore_gdbarch_init): Update.
5157 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5158 * ia64-tdep.c (ia64_gdbarch_init): Update.
5159 * symtab.h (address_class): Update comments.
5160 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5161 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5162 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5163 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5164 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5165 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5166 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5167 * alpha-mdebug-tdep.c: Update.
5168 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5169
8ffd9b1b
AJ
51702003-06-26 Andreas Jaeger <aj@suse.de>
5171
5172 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5173 of SSE registers so that varargs functions work. Rework handling
5174 of passing arguments on the stack.
5175 (x86_64_store_return_value): Return double and float values in SSE
5176 register.
5177
e8ac10a6
MC
51782003-06-24 Michael Chastain <mec@shout.net>
5179
5180 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5181 the "constructor breakpoints ignored" bug.
5182
986af8e6
DC
51832003-06-25 David Carlton <carlton@kealia.com>
5184
5185 * MAINTAINERS: Update e-mail address.
5186
d64558a5
JB
51872003-06-24 Jim Blandy <jimb@redhat.com>
5188
e538d2d7
JB
5189 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5190
02631ec0
JB
5191 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5192 function.
5193 (ppc_linux_init_abi): Register it as the
5194 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5195
e716d87a
JB
5196 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5197 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5198 method.
5199
d64558a5
JB
5200 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5201 (ppc64_standard_linkage_target): Use it.
5202
449a5da4
AC
52032003-06-23 Andrew Cagney <cagney@redhat.com>
5204
5205 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5206 for 0 "int0" and 4 "int32" sized registers.
5207 * gdbtypes.c (builtin_type_int0): Define.
5208 (build_gdbtypes): Initialize builtin_type_int0.
5209 * gdbtypes.h (builtin_type_int0): Declare.
5210
b2a02dda
SC
52112003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5212
5213 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5214 as characters are unsigned.
5215
fba3138e
DJ
52162003-06-22 Daniel Jacobowitz <drow@mvista.com>
5217
5218 PR gdb/1179
5219 * dwarfread.c (struct_type): Skip static fields without crashing.
5220
f6c8180b
AC
52212003-06-22 Andrew Cagney <cagney@redhat.com>
5222
5223 GDB 6.0 branch created.
f2c06f52
AC
5224 * README: Update.
5225 * PROBLEMS: Update. Empty.
5226 * NEWS: Update.
f6c8180b 5227
ae822768
DJ
52282003-06-22 Daniel Jacobowitz <drow@mvista.com>
5229
5230 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5231 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5232
261de166
AC
52332003-06-22 Andrew Cagney <cagney@redhat.com>
5234
5235 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5236 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5237 Velikov.
5238
30e94205
DJ
52392003-06-22 Daniel Jacobowitz <drow@mvista.com>
5240
5241 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5242 compilers.
5243
9e14d721
DJ
52442003-06-21 Daniel Jacobowitz <drow@mvista.com>
5245
5246 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5247 argument of val_print.
5248 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5249 to the address argument of baseclass_offset or target_read_memory.
5250 Do add it to the argument of cp_print_value_fields.
5251
a4b8ebc8
AC
52522003-06-21 Andrew Cagney <cagney@redhat.com>
5253
5254 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5255 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5256 instead of 0..NUM_REGS.
5257 (mips_register_reggroup_p): New function.
5258 (mips_pseudo_register_write): New function.
5259 (mips_pseudo_register_read): New function.
5260 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5261 based on the register's type.
5262 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5263 cooked.
5264 (mips_get_saved_register): Simplify. Assert that REGNO is a
5265 pseudo / cooked.
5266 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5267 (mips_register_type): Replace mips_register_virtual_type. Map
5268 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5269 when available.
5270 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5271 that the register is cooked / virtual.
5272 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5273 Only get the extra info when needed.
5274 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5275 (mips32_heuristic_proc_desc): Fetch the cooked register.
5276 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5277 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5278 (mips_print_register): Use gdbarch_register_type, instead of
5279 REGISTER_VIRTUAL_TYPE.
5280 (print_gp_register_row): Use gdbarch_register_type, instead of
5281 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5282 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5283 Print the pseudo / cooked registers.
5284 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5285 Print the pseudo / cooked registers.
5286 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5287 REG_NUM is pseudo / cooked.
5288 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5289 (mips_n32n64_xfer_return_value): Ditto.
5290 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5291 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5292 (mips_register_sim_regno): New function.
5293 (mips_gdbarch_init): Set deprecated_register_byte,
5294 register_group_p, pseudo_register_write, pseudo_register_read,
5295 register_sim_regno, and num_pseudo_regs. Set register_type,
5296 instead of register_virtual_type.
5297 * Makefile.in (mips-tdep.o): Update dependencies.
5298 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5299 REGISTER_VIRTUAL_TYPE.
5300 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5301 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5302 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5303 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5304 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5305
325ed089
DJ
53062003-06-21 Daniel Jacobowitz <drow@mvista.com>
5307
5308 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5309 * cli/cli-cmds.c: Include "gdb_vfork.h".
5310 (shell_escape): Use vfork.
5311
f0e7d0e8
AC
53122003-06-21 Andrew Cagney <cagney@redhat.com>
5313
c57bb9fa
AC
5314 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5315 32 bit floating-point register saves.
5316
6e51443a
AC
5317 * frame.h (deprecated_unwind_get_saved_register): Delete.
5318 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5319 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5320 and deprecated_get_next_frame_hack instead of
5321 deprecated_unwind_get_saved_register.
5322
ed183c7c
AC
5323 * mips-tdep.c (mips_dump_tdep): Do not print
5324 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5325
f0e7d0e8
AC
5326 * frame.c (get_frame_register): New function.
5327 (frame_unwind_register_signed): New function.
5328 (get_frame_register_signed): New function.
5329 (frame_unwind_register_unsigned): New function.
5330 (get_frame_register_unsigned): New function.
5331 * frame.h: Add comments on naming schema.
5332 (get_frame_register, frame_unwind_register_signed): Declare.
5333 (get_frame_register_signed, get_frame_register_signed): Declare.
5334 (frame_unwind_register_unsigned): Declare.
5335 (get_frame_register_unsigned): Declare.
5336
2224d941
TR
53372003-06-20 Theodore A. Roth <troth@openavr.org>
5338
5339 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5340
8619218d
TR
53412003-06-20 Theodore A. Roth <troth@openavr.org>
5342
5343 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5344 (avr_read_sp): Ditto.
5345
0b1b50c0
DJ
53462003-06-20 Daniel Jacobowitz <drow@mvista.com>
5347
5348 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5349 * config/arm/nm-linux.h: Likewise.
5350 * config/arm/tm-linux.h: Likewise.
5351 * config/ia64/nm-linux.h: Likewise.
5352 * config/ia64/tm-ia64.h: Likewise.
5353 * config/s390/tm-linux.h: Likewise.
5354 * config/s390/tm-s390.h: Likewise.
5355 * s390-nat.c: Likewise.
5356 * s390-tdep.c: Likewise.
5357
5358 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5359 * config/ia64/linux.mt: Likewise.
5360 * config/m68k/linux.mh: Likewise.
5361 * config/mips/linux.mt: Likewise.
5362 * config/powerpc/linux.mh: Likewise.
5363 * config/sh/linux.mt: Likewise.
5364
c8c18e65
KW
53652003-06-19 Kris Warkentin <kewarken@qnx.com>
5366
5367 * solib.c (solib_open): Change tests for whether to search
5368 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5369 comments.
5370
dcccef2e
TR
53712003-06-19 Theodore A. Roth <troth@openavr.org>
5372
5373 * avr-tdep.c (avr_frame_address): Delete function.
5374 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5375 set_gdbarch_frame_args_address.
5376
5861a190
AC
53772003-06-19 Andrew Cagney <cagney@redhat.com>
5378
5379 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5380 (REGISTER_CONVERT_FROM_TYPE): Delete.
5381 (mips_register_convert_to_type): Delete declaration.
5382 (mips_register_convert_from_type): Delete declaration.
5383 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5384 kernel/.
5385
0274a8ce
MS
53862003-06-19 Michael Snyder <msnyder@redhat.com>
5387
5388 * linux-nat.h: New file.
5389 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 5390 * lin-lwp.c: Include linux-nat.h.
0274a8ce 5391 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 5392 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
5393 (linux_make_note_section): Iterate over lwps instead of threads.
5394 (linux_do_thread_registers): Use lwp instead of merged pid.
5395 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 5396 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
5397 Add dependency on linux_nat_h.
5398
adf5f719
TR
53992003-06-19 Theodore A. Roth <troth@openavr.org>
5400
5401 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5402
6766a268
DJ
54032003-06-19 Daniel Jacobowitz <drow@mvista.com>
5404
5405 * varobj.c (get_type, get_target_type): Use check_typedef.
5406
1171114a
DJ
54072003-06-19 Daniel Jacobowitz <drow@mvista.com>
5408
5409 * breakpoint.c (insert_catchpoint): Call internal_error.
5410
adcf68a2
TR
54112003-06-19 Theodore A. Roth <troth@openavr.org>
5412
5413 * avr-tdep.c (avr_push_dummy_code): Delete function.
5414 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5415
ea67f13b
DJ
54162003-06-19 Daniel Jacobowitz <drow@mvista.com>
5417
5418 * arch-utils.c (default_prepare_to_proceed): Remove.
5419 (generic_prepare_to_proceed): Remove.
5420 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5421 (generic_prepare_to_proceed): Remove prototype.
5422 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5423 * gdbarch.c: Regenerate.
5424 * gdbarch.h: Regenerate.
5425 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5426 * hppah-nat.c (hppa_switched_threads): Remove.
5427 * infrun.c (prepare_to_proceed): New static function, copied from
5428 generic_prepare_to_proceed. Remove select_it argument.
5429 (proceed): Call prepare_to_proceed.
5430 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5431 variables.
5432 (ptrace_wait): Don't set the removed variables.
5433 (hppa_switched_threads): Remove.
5434 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5435 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5436 (lin_lwp_prepare_to_proceed): Remove prototype.
5437 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5438 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5439
4add8633
TR
54402003-06-18 Theodore A. Roth <troth@openavr.org>
5441
5442 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5443 trad-frame.h.
5444 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5445 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5446 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5447 (AVR_PROLOGUE_*): Enumerate prologue types.
5448 (struct frame_extra_info): Remove.
5449 (struct avr_unwind_cache): Define.
5450 (avr_write_sp): Delete function.
5451 (avr_read_fp): Ditto.
5452 (avr_init_extra_frame_info): Ditto.
5453 (avr_pop_frame): Ditto.
5454 (avr_frame_saved_pc): Ditto.
5455 (avr_saved_pc_after_call): Ditto.
5456 (avr_push_return_address): Ditto.
5457 (avr_frame_chain): Ditto.
5458 (avr_store_struct_return): Ditto.
5459 (avr_push_arguments): Ditto.
5460 (avr_scan_prologue): Update comments. Changed to set up the info for
5461 cache unwinding. Now returns end of prologue PC.
5462 (avr_skip_prologue): Better handling of functions lacking a prologue
5463 by using avr_scan_prologue.
5464 (avr_scan_arg_moves): New function.
5465 (avr_saved_regs_unwinder): Ditto.
5466 (avr_frame_unwind_cache): Ditto.
5467 (avr_unwind_pc): Ditto.
5468 (avr_frame_this_id): Ditto.
5469 (avr_frame_prev_register): Ditto.
5470 (avr_frame_p): Ditto.
5471 (avr_frame_base_address ): Ditto.
5472 (avr_unwind_dummy_id): Ditto.
5473 (avr_push_dummy_code): Ditto.
5474 (push_stack_item): Ditto.
5475 (pop_stack_item): Ditto.
5476 (avr_push_dummy_call): Ditto.
5477 (struct stack_item): Define.
5478 (avr_frame_unwind): Declare structure.
5479 (avr_frame_base): Ditto.
5480 (avr_gdbarch_init): Remove calls to
5481 set_gdbarch_deprecated_init_frame_pc,
5482 set_gdbarch_deprecated_target_read_fp,
5483 set_gdbarch_deprecated_dummy_write_sp,
5484 set_gdbarch_deprecated_fp_regnum,
5485 set_gdbarch_deprecated_push_arguments,
5486 set_gdbarch_deprecated_push_return_address,
5487 set_gdbarch_deprecated_pop_frame,
5488 set_gdbarch_deprecated_store_struct_return,
5489 set_gdbarch_deprecated_frame_init_saved_regs,
5490 set_gdbarch_deprecated_init_extra_frame_info,
5491 set_gdbarch_deprecated_frame_chain,
5492 set_gdbarch_deprecated_frame_saved_pc,
5493 set_gdbarch_deprecated_saved_pc_after_call.
5494 Add calls to set_gdbarch_push_dummy_call,
5495 set_gdbarch_push_dummy_code,
5496 frame_unwind_append_predicate,
5497 frame_base_set_default,
5498 set_gdbarch_unwind_dummy_id,
5499 set_gdbarch_unwind_pc.
5500 Wrap a long line.
5501
7be04a68
MS
55022003-06-18 Corinna Vinschen <vinschen@redhat.com>
5503
5504 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5505 registers for H8/300S.
5506 (h8300_print_registers_info): Ditto.
8ffd9b1b 5507 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5508
ae087d01
DJ
55092003-06-18 Daniel Jacobowitz <drow@mvista.com>
5510
5511 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5512 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5513 (lin_lwp_wait): Likewise. Update comments.
5514 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5515 (pull_pid_from_list, linux_record_stopped_pid): New.
5516
07d8f827
SC
55172003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5518
5519 * ada-lang.c (scan_discrim_bound): Name first argument.
5520 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5521 declared by ALL_BLOCK_SYMBOLS.
5522
7cb47b14
SC
55232003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5524
5525 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5526 ("regcache.h"): Include it.
5527 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5528
6ad8ae5c
DJ
55292003-06-17 Daniel Jacobowitz <drow@mvista.com>
5530
5531 * NEWS: Mention gdbserver detach change and "disconnect" command.
5532 * infcmd.c (disconnect_command): New function.
5533 (_initialize_infcmd): Add ``disconnect'' command.
5534 * remote.c (remote_async_detach): Delete.
5535 (remote_detach): Merge remote_async_detach.
5536 (remote_disconnect): New.
5537 (init_remote_ops): Set to_disconnect.
5538 (init_remote_cisco_ops): Likewise.
5539 (init_remote_async_ops): Likewise. Use remote_detach.
5540 * target.c (cleanup_target): Default to_disconnect.
5541 (update_current_target): Inherit to_disconnect.
5542 (target_disconnect, debug_to_disconnect): New functions.
5543 (setup_target_debug): Set to_disconnect.
5544 * target.h (struct target_ops): Add to_disconnect.
5545 (target_disconnect): Add prototype.
5546
687595f9
DJ
55472003-06-17 Daniel Jacobowitz <drow@mvista.com>
5548
5549 * breakpoint.c (insert_catchpoint): New function.
5550 (insert_breakpoints): Use catch_exceptions to call
5551 insert_catchpoint. Disable catchpoints if they fail to insert.
5552
29239a8f
DJ
55532003-06-17 Daniel Jacobowitz <drow@mvista.com>
5554
5555 * symfile.c (reread_symbols): Clear sym_private.
5556
2cdf3c63
AC
55572003-06-17 Andrew Cagney <cagney@redhat.com>
5558
5559 * trad-frame.h (struct frame_info): Add opaque declaration.
5560 * remote-fileio.h (struct cmd_list_element): Add opaque
5561 declaration.
5562 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5563 comments.
5564
cf0e1e0d
DJ
55652003-06-17 Daniel Jacobowitz <drow@mvista.com>
5566
5567 * remote.c (remote_prepare_to_store): Replace call to
5568 deprecated_read_register_bytes with multiple regcache_raw_read
5569 calls.
5570
192cdb19
KW
55712003-06-17 Kris Warkentin <kewarken@qnx.com>
5572
5573 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5574 (nto_find_and_open_solib): Likewise.
5575 (nto_init_solib_absolute_prefix): Likewise.
5576 (_initialize_nto_tdep): Fix indentation.
5577
89929b45
KW
55782003-06-17 Kris Warkentin <kewarken@qnx.com>
5579
5580 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5581
46019f27
KW
55822003-06-17 Kris Warkentin <kewarken@qnx.com>
5583
5584 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5585
1a38736e
JB
55862003-06-17 Jim Blandy <jimb@redhat.com>
5587
5588 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5589
3605c34a
TR
55902003-06-16 Theodore A. Roth <troth@openavr.org>
5591
5592 * avr-tdep.c (avr_extract_return_value): New function.
5593 (avr_gdbarch_init): Set extract_return_value method.
5594
870b3035
AC
55952003-06-16 Andrew Cagney <cagney@redhat.com>
5596
5597 * frame.h (deprecated_get_next_frame_hack): Declare.
5598 * frame.c (legacy_saved_regs_prev_register): Only require
5599 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5600 there are always saved regs.
5601 (deprecated_generic_get_saved_register): Do not require
5602 DEPRECATED_FRAME_INIT_SAVED_REGS.
5603 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5604 use frame ID unwind instead.
5605 (deprecated_get_next_frame_hack): New function.
5606
63d47a7d
CV
56072003-06-16 Corinna Vinschen <vinschen@redhat.com>
5608
5609 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5610 (h8300_push_dummy_call): ...this function. Some minor optimization.
5611 (h8300_push_return_address): Remove.
5612 (h8300_gdbarch_init): Remove calls to
5613 set_gdbarch_deprecated_dummy_write_sp,
5614 set_gdbarch_deprecated_push_arguments and
5615 set_gdbarch_deprecated_push_return_address.
5616 Add call to set_gdbarch_push_dummy_call.
5617
4bb1dc5e
CV
56182003-06-16 Corinna Vinschen <vinschen@redhat.com>
5619
5620 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5621 (E_PSEUDO_EXR_REGNUM): Ditto.
5622 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5623 registers into safe registers.
4bb1dc5e
CV
5624 (h8300_skip_prologue): Check for stm instruction to push registers
5625 used for register variables onto stack.
5626 (gdb_print_insn_h8300): Remove.
5627 (h8300_examine_prologue): Add a comment.
5628 (h8300_register_name): Take pseudo registers into account.
5629 (h8300s_register_name): Ditto.
5630 (h8300sx_register_name): Ditto.
5631 (h8300_print_register): Ditto.
5632 (h8300_print_registers_info): Define "nice" printing order.
5633 (h8300_saved_pc_after_call): Take pseudo registers into account.
5634 (h8300_register_type): Ditto. Return type used for remote connection
5635 when requesting real CCR or EXR register, return actual type when
5636 requesting pseudo CCR or EXR.
5637 (h8300_pseudo_register_read): New function.
5638 (h8300_pseudo_register_write): Ditto.
5639 (h8300_dbg_reg_to_regnum): Ditto.
5640 (h8300s_dbg_reg_to_regnum): Ditto.
5641 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5642 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5643 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5644 set_gdbarch_print_insn architecture dependent.
5645 Call set_gdbarch_pseudo_register_read and
5646 set_gdbarch_pseudo_register_write.
5647 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5648
a59fe496
AC
56492003-06-16 Andrew Cagney <cagney@redhat.com>
5650
5651 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5652 * gdbarch.h, gdbarch.c: Re-generate.
5653 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5654 * s390-tdep.c (s390_gdbarch_init): Update.
5655 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5656 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5657 * mips-tdep.c (mips_gdbarch_init): Update.
5658 * mcore-tdep.c (mcore_gdbarch_init): Update.
5659 * cris-tdep.c (cris_gdbarch_init): Update.
5660 * infcall.c (call_function_by_hand): Update.
5661 * ia64-tdep.c (ia64_push_arguments): Update comment.
5662 * frame.c (legacy_get_prev_frame): Do not assume
5663 SAVE_DUMMY_FRAME_TOS_P.
5664 * dummy-frame.c (find_dummy_frame): Update comment.
5665
6f4e5a41
AC
56662003-06-16 Andrew Cagney <cagney@redhat.com>
5667
5668 * regcache.c (do_cooked_read): Do not use register_valid_p.
5669
72fab697
TR
56702003-06-15 Theodore A. Roth <troth@openavr.org>
5671
5672 * avr-tdep.c (avr_register_type): Remove a blank line.
5673 (avr_scan_prologue): Correct some comments.
5674
e3d8b004
TR
56752003-06-15 Theodore A. Roth <troth@openavr.org>
5676
5677 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5678 prologue types.
8ffd9b1b 5679 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5680 option.
5681 Add code to scan -mcall-prologues for mega devices.
5682
866b76ea
TR
56832003-06-15 Theodore A. Roth <troth@openavr.org>
5684
5685 * avr-tdep.c (avr_register_byte): Delete function.
5686 (avr_register_raw_size): Delete function.
5687 (avr_register_virtual_size): Delete function.
5688 (avr_register_virtual_type): Delete function.
5689 (avr_register_type): New function.
5690 (avr_address_to_pointer): Remove unused code.
5691 (avr_read_fp): Need to read FP as two separate bytes due to change to
5692 avr_register_type() usage.
5693 (avr_gdbarch_init): Don't set deprecated_register_size.
5694 Don't set deprecated_register_bytes.
5695 Don't set deprecated_register_byte.
5696 Don't set deprecated_register_raw_size.
5697 Don't set deprecated_max_register_raw_size.
5698 Don't set deprecated_register_virtual_size.
5699 Don't set deprecated_max_register_virtual_size.
5700 Don't set deprecated_register_virtual_type.
5701 Set register_type method.
5702
3993f6b1
DJ
57032003-06-15 Daniel Jacobowitz <drow@mvista.com>
5704
5705 * Makefile.in (linux-nat.o): Add rule.
5706 * linux-nat.c: New file.
5707 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5708 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5709 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5710 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5711 * config/arm/linux.mh (NATDEPFILES): Likewise.
5712 * config/i386/linux.mh (NATDEPFILES): Likewise.
5713 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5714 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5715 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5716 * config/mips/linux.mh (NATDEPFILES): Likewise.
5717 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5718 * config/s390/s390.mh (NATDEPFILES): Likewise.
5719 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5720
786a90bb
MK
57212003-06-15 Mark Kettenis <kettenis@gnu.org>
5722
5723 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5724 replace out-of-date comment.
5725
3bd3f01e
AC
57262003-06-15 Andrew Cagney <cagney@redhat.com>
5727
5728 * rdi-share/host.h (Fail): Change to a varargs function.
5729 * remote-rdi.c (Fail): Update.
8ffd9b1b 5730
de5b9bb9
MK
57312003-06-15 Mark Kettenis <kettenis@gnu.org>
5732
5733 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5734 (i386_convert_register_p, i386_register_to_value,
5735 i386_register_from_value): Handle types longer than 8 bytes.
5736
d532c08f
MK
57372003-06-15 Mark Kettenis <kettenis@gnu.org>
5738
5739 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5740 Move floating-point code to new function in i387-tdep.c.
5741 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5742 New functions containing code moved here from i386-tdep.c.
5743 * i387-tdep.h: Add opaque declaration for `struct type'.
5744 (i387_register_to_value, i387_value_to_register): New prototypes.
5745 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5746 (x86_64_init_abi): Set convert_register_p, register_to_value and
5747 value_to_register here.
8ffd9b1b 5748
42c466d7
AC
57492003-06-14 Andrew Cagney <cagney@redhat.com>
5750
5751 * mips-tdep.c (mips_register_to_value): Make static.
5752 (mips_value_to_register): Make static.
5753 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5754 * ia64-tdep.c (ia64_register_raw_size): Make static.
5755 (ia64_register_virtual_size): Make static.
5756 (ia64_register_byte): Make static.
5757 * i387-tdep.c: Include "i387-tdep.h".
5758 (print_387_control_word): Delete function.
5759 (print_387_status_word): Delete function.
5760 (print_387_status_bits): Delete function.
5761 (print_387_control_bits): Delete function.
5762 * Makefile.in (i387-tdep.o): Update dependencies.
5763 * rdi-share/host.h (Fail): Declare.
5764 * remote-rdi.c (Fail): Update to match declaration.
5765
2a9cda49
AC
57662003-06-14 Andrew Cagney <cagney@redhat.com>
5767
5768 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5769 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5770 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5771 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5772 * README: Delete reference to remote-array.
5773 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5774 (remote-array.o): Delete target.
5775 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5776 * remote-array.c: Delete file.
5777
ff2e87ac
AC
57782003-06-14 Andrew Cagney <cagney@redhat.com>
5779 Mark Kettenis <kettenis@gnu.org>
5780
5781 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5782 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5783 parameter with "frame".
5784 * gdbarch.h, gdbarch.c: Re-generate.
5785 * frame.h (put_frame_register): Declare.
5786 * frame.c (put_frame_register): New function.
5787 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5788 (legacy_register_to_value): Rewrite, use "frame" to get the
5789 register value.
5790 (legacy_value_to_register): Rewrite, use "frame" to find the
5791 register's location before storing.
5792 * arch-utils.h (legacy_convert_register_p): Update.
5793 (legacy_register_to_value, legacy_value_to_register): Update.
5794 * findvar.c (value_from_register): Rewrite, eliminate use of
5795 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5796 "frame" to REGISTER_TO_VALUE.
5797 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5798 lval_reg_frame_relative + lval_register branch of the switch. Do
5799 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5800 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5801 I386_EDI_REGNUM): New defines.
5802 (i386_next_regnum, i386_convert_register_p,
5803 i386_register_to_value, i386_value_to_register): New functions.
5804 (i386_register_convertible, i386_register_convert_to_virtual,
5805 i386_convert_to_raw): Remove functions.
5806 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5807 value_to_register instead of register_convertible,
5808 register_convert_to_virtual and register_convert_to_raw.
5809 * mips-tdep.c (mips_convert_register_p): New function.
5810 (mips_value_to_register): Replace mips_register_convert_from_type.
5811 (mips_register_to_value): Replace mips_register_convert_to_type.
5812 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5813 register_to_value.
5814 * alpha-tdep.c (alpha_convert_register_p): Update.
5815 (alpha_value_to_register): Update, store the register.
5816 (alpha_register_to_value): Update, fetch the register.
5817
98be1e77
TR
58182003-06-14 Theodore A. Roth <troth@openavr.org>
5819
5820 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5821 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5822 Don't set deprecated_call_dummy_words.
5823 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5824 Don't set remote_translate_xfer_address.
5825 (avr_io_reg_read_command): Remove commented out debug printf.
5826 Wrap a long line.
5827
57bc6122
TR
58282003-06-14 Theodore A. Roth <troth@openavr.org>
5829
5830 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5831 causes gdb to seg fault.
5832
eb01fc62
DJ
58332003-06-14 Daniel Jacobowitz <drow@mvista.com>
5834
5835 * sparc-nat.c (fetch_inferior_registers): Correct
5836 a reference to "registers".
5837
3b3e6bee
DJ
58382003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5839
5840 * Makefile.in (exc_request_U_h): Define
5841 (exc_request_S_h): Likewise.
5842 (msg_reply_S_h): Likewise.
5843 (msg_U_h): Likewise.
5844 (notify_S_h): Likewise.
5845 (process_reply_S_h): Likewise.
5846 (gnu-nat.o): Depend on gdb_obstack_h
5847 * gnu-nat.c: Include "gdb_obstack.h".
5848
b8de8283
AC
58492003-06-13 Andrew Cagney <cagney@redhat.com>
5850
5851 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5852 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 5853
f3be58bc
AC
58542003-06-13 Andrew Cagney <cagney@redhat.com>
5855
5856 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5857 when deprecated REGISTER macros can be deleted.
5858 * gdbarch.h, gdbarch.c: Re-generate.
5859
4c0122c8
JB
58602003-06-13 Jim Blandy <jimb@redhat.com>
5861
5862 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5863 Linux entry point symbols for _dl_debug_state, too.
5864
3e210248
AC
58652003-06-13 Andrew Cagney <cagney@redhat.com>
5866
5867 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5868 available, do not use the FP register, and always save the TOS.
5869 * dummy-frame.c (dummy_frame_this_id): Do not assert
5870 SAVE_DUMMY_FRAME_TOS.
5871 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5872 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5873 (i386_push_dummy_call): Add 8 to the returned SP.
5874 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5875 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5876 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5877 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5878 (x86_64_push_dummy_call): Return "sp + 16".
5879 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5880 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5881 save_dummy_frame_tos.
5882
0b65af49
JB
58832003-06-13 Jim Blandy <jimb@redhat.com>
5884
5885 * frv-tdep.c (frv_use_struct_convention): Delete static
5886 declaration for function deleted in my change of 2003-06-12.
5887
4ea2465e
TR
58882003-06-13 Theodore A. Roth <troth@openavr.org>
5889
5890 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5891 (avr_pointer_to_address): Shift code addrs left 1 bit.
5892 (avr_convert_from_func_ptr_addr): Delete function since operation is
5893 better handled by avr_address_to_pointer and avr_pointer_to_address.
5894 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5895
1581182a
MK
58962003-06-13 Mark Kettenis <kettenis@gnu.org>
5897
5898 From Kelley Cook <kelleycook@wideopenwest.com>:
5899 * configure.host: Accept i[34567]86 variants.
5900 * configure.tgt: Likewise.
5901 * nlm/configure.in: Likewise.
5902 * nlm/configure: Regenerated.
5903
7aa1783e
RE
59042003-06-13 Richard Earnshaw <rearnsha@arm.com>
5905
5906 * arm-tdep.c (solib-svr4.h): Dont' include it.
5907 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5908 * arm-linux-tdep.c: ... here. Make static.
5909 (arm_linux_init_abi): Register it.
5910 (solib-svr4.h): Include it.
5911 * Makefile.in: Update dependencies.
5912 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5913 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5914
0261a0d0
CV
59152003-06-13 Corinna Vinschen <vinschen@redhat.com>
5916
5917 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5918 indicate registers used for return values.
5919 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5920 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5921 members.
5922 (h8300_init_extra_frame_info): Ditto.
5923 (h8300_frame_locals_address): Removed.
5924 (h8300_frame_args_address): Removed.
5925 (h8300_extract_return_value): Use new regcache structure. Only care
5926 for 16 bit CPUs.
5927 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5928 (h8300_store_return_value): Use new regcache structure. Only care
5929 for 16 bit CPUs.
5930 (h8300h_store_return_value): Same function for 32 bit CPUs.
5931 (h8300_store_struct_return): Removed.
5932 (h8300_extract_struct_value_address): Use new regcache structure.
5933 (h8300h_extract_struct_value_address): Removed.
5934 (h8300_push_dummy_code): New function.
5935 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5936 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5937 set_gdbarch_store_return_value architecture dependent.
5938 Call set_gdbarch_push_dummy_code and
5939 set_gdbarch_extract_struct_value_address.
5940 Remove calls to set_gdbarch_frame_args_address,
5941 set_gdbarch_frame_locals_address,
5942 set_gdbarch_deprecated_store_struct_return,
5943 set_gdbarch_deprecated_extract_return_value,
5944 set_gdbarch_deprecated_extract_struct_value_address,
5945 set_gdbarch_deprecated_call_dummy_words and
5946 set_gdbarch_deprecated_sizeof_call_dummy_words.
5947
055c394a
CV
59482003-06-13 Corinna Vinschen <vinschen@redhat.com>
5949
5950 * h8300-tdep.c (h8300_register_byte): Remove.
5951 (h8300h_register_byte): Remove.
5952 (h8300_register_virtual_type): Remove. Substitute by...
5953 (h8300_register_type): New function.
5954 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5955 (h8300h_extract_struct_value_address): Ditto.
5956 (h8300_gdbarch_init): Drop calls to
5957 set_gdbarch_deprecated_register_byte and
5958 set_gdbarch_deprecated_register_virtual_type.
5959 Add call to set_gdbarch_register_type.
5960
9c04cab7
AC
59612003-06-13 Andrew Cagney <cagney@redhat.com>
5962
5963 * gdbarch.sh: Update comments on registers.
5964 (deprecated_register_byte): Rename register_byte.
5965 (deprecated_register_raw_size): Rename register_raw_size.
5966 (deprecated_register_virtual_size): Rename register_virtual_size.
5967 (deprecated_register_virtual_type): Rename register_virtual_type.
5968 * gdbarch.h, gdbarch.c: Re-generate.
5969 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5970 * vax-tdep.c (vax_gdbarch_init): Update.
5971 * v850-tdep.c (v850_gdbarch_init): Update.
5972 * sparc-tdep.c (sparc_gdbarch_init): Update.
5973 * sh-tdep.c (sh_gdbarch_init): Update.
5974 * s390-tdep.c (s390_gdbarch_init): Update.
5975 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5976 * ns32k-tdep.c: Update.
5977 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5978 * mips-tdep.c (mips_gdbarch_init): Update.
5979 * mcore-tdep.c (mcore_gdbarch_init): Update.
5980 * m68k-tdep.c (m68k_gdbarch_init): Update.
5981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5982 * ia64-tdep.c (ia64_gdbarch_init): Update.
5983 * hppa-tdep.c (hppa_gdbarch_init): Update.
5984 * h8300-tdep.c (h8300_gdbarch_init): Update.
5985 * frv-tdep.c (frv_gdbarch_init): Update.
5986 * cris-tdep.c (cris_gdbarch_init): Update.
5987 * avr-tdep.c (avr_gdbarch_init): Update.
5988 * alpha-tdep.c (alpha_gdbarch_init): Update.
5989 * arm-tdep.c (arm_gdbarch_init): Update.
5990
b060cbea
AC
59912003-06-13 Andrew Cagney <cagney@redhat.com>
5992
5993 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5994 mips_o32_use_struct_convention with always_use_struct_convention.
5995
0fc9922a
DC
59962003-06-12 David Carlton <carlton@kealia.com>
5997
5998 * cp-namespace.c (cp_set_block_scope): Comment out
5999 processing_has_namespace_info branch.
6000
1fd35568
JB
60012003-06-12 Jim Blandy <jimb@redhat.com>
6002
f470a70a
JB
6003 Recognize and skip 64-bit PowerPC Linux linkage functions.
6004 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6005 insn_pattern, insns_match_pattern, d_field, ds_field): New
6006 functions, macros, and types for working with PPC instructions.
6007 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6008 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6009 ppc64_skip_trampoline_code): New functions, variables, and macros
6010 for recognizing and skipping linkage functions.
6011 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6012 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6013
49ff75ad
JB
6014 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6015 register offsets for both the 32- and 64-bit interfaces.
6016
bd918c83
JB
6017 Actually finish the job started by my change of 2003-05-29.
6018 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6019 other #definition of this.
6020 (ppc_linux_skip_trampoline_code): Remove declaration.
6021 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6022 static.
6023 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6024 method for GDBARCH.
6025
6026 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6027 'long' on ppc64-*-linux*.
6028
f8c59253
JB
6029 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6030 isn't #defined, assume the register doesn't exist: act as if
6031 tdep->ppc_mq_regnum were -1.
6032
8fbb30b1
JB
6033 * configure.host, configure.tgt: Add entries for
6034 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6035 powerpc/linux.mt.
6036 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6037 New files.
6038
1fd35568
JB
6039 * arch-utils.c (always_use_struct_convention): New function.
6040 * arch-utils.h (always_use_struct_convention): New prototype.
6041 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6042 (alpha_gdbarch_init): Register always_use_struct_convention,
6043 instead of alpha_use_struct_convention.
6044 * cris-tdep.c (cris_use_struct_convention): Delete.
6045 (cris_gdbarch_init): Register always_use_struct_convention,
6046 instead of cris_use_struct_convention.
6047 * frv-tdep.c (frv_use_struct_convention): Delete.
6048 (frv_gdbarch_init): Register always_use_struct_convention,
6049 instead of frv_use_struct_convention.
6050 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6051 (h8300_gdbarch_init): Register always_use_struct_convention,
6052 instead of h8300_use_struct_convention.
e3305dd9 6053 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
6054 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6055 instead of mips_o32_use_struct_convention.
6056
e14e6e9c
AC
60572003-06-12 Andrew Cagney <cagney@redhat.com>
6058
6059 * wince.c: Include "mips-tdep.h".
6060 * mips-tdep.h (mips_next_pc): Declare.
6061 * mcore-tdep.c: Make more local functions static.
6062 * Makefile.in (wince.o): Update dependencies.
6063
2335f48e
DC
60642003-06-12 David Carlton <carlton@kealia.com>
6065
6066 * symtab.c (lookup_symbol_aux_minsyms): Replace
6067 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6068 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6069 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6070 SYMBOL_NATURAL_NAME.
6071
f70a7d61
AS
60722003-06-12 Andreas Schwab <schwab@suse.de>
6073
6074 * Makefile.in (tuiDisassem.o): Update dependencies.
6075
b6429628
DC
60762003-06-12 David Carlton <carlton@bactrian.org>
6077
6078 * symtab.h: Delete declaration of make_symbol_overload_list.
6079 Add declaration of lookup_partial_symbol.
6080 * symtab.c (remove_params): Move to cp-support.c.
6081 (overload_list_add_symbol, make_symbol_overload_list)
6082 (sym_return_val_size, sym_return_val_index): Ditto.
6083 (lookup_partial_symbol): Make extern.
6084 * cp-support.h: Add declaration of make_symbol_overload_list.
6085 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6086 symtab.h, and block.h.
6087 (remove_params): Move here from symtab.c.
6088 (overload_list_add_symbol, make_symbol_overload_list)
6089 (sym_return_val_size, sym_return_val_index): Ditto.
6090 * valops.c: Include cp-support.h.
6091 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6092 frame_h, and block_h.
6093 (valops.o): Depend on cp_support_h.
6094
084edea5
CV
60952003-06-12 Corinna Vinschen <vinschen@redhat.com>
6096
6097 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6098 substitute by NUM_REGS throughout.
6099 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6100 (h8300s_register_name): New function for H8S registers.
6101 (h8300sx_register_name): Ditto for H8SX registers.
6102 (h8300_print_register): Revise register printing, avoid depending
6103 on 32 bit long.
0261a0d0 6104 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
6105 (h8300h_register_byte): New function for any other architecture.
6106 (h8300_register_raw_size): Remove.
6107 (h8300_register_virtual_type): Revise to return actually useful
6108 type.
6109 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6110 (h8300h_extract_struct_value_address): New function for any other
6111 architecture.
6112 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6113 set_gdbarch_register_name, set_gdbarch_register_byte,
6114 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6115 Remove calls to set_gdbarch_deprecated_register_size,
6116 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6117 set_gdbarch_deprecated_max_register_raw_size,
6118 set_gdbarch_register_virtual_size and
6119 set_gdbarch_deprecated_max_register_virtual_size entirely.
6120 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6121 set_gdbarch_long_double_bit.
6122
06194148
JJ
61232003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6124
8ffd9b1b
AJ
6125 * doublest.c (convert_doublest_to_floatformat): When dealing
6126 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
6127 processing a full 32 bits of mantissa.
6128
de4f826b
DC
61292003-06-11 David Carlton <carlton@bactrian.org>
6130
6131 * dictionary.h: New.
6132 * dictionary.c: New.
6133 * block.h: Add opaque declaration for struct dictionary.
6134 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6135 'sym' members.
6136 (BLOCK_DICT): New macro.
6137 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6138 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6139 BLOCK_SHOULD_SORT.
6140 (ALL_BLOCK_SYMBOLS): Update definition.
6141 * Makefile.in (SFILES): Add dictionary.c.
6142 (dictionary_h): New.
6143 (COMMON_OBS): Add dictionary.o.
6144 (dictionary.o): New.
6145 (ada-lang.o): Depend on dictionary_h.
6146 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6147 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6148 (mi-cmd-stack.o): Ditto.
6149 (gdbtk-cmds.o): Update dependencies.
6150 (gdbtk-stack.o): Ditto.
6151 * ada-lang.c: Include dictionary.h.
6152 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6153 (fill_in_ada_prototype, debug_print_block): Ditto.
6154 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6155 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6156 'is_sorted'.
6157 * mdebugread.c: Include dictionary.h.
6158 (struct parse_stack): Delete 'maxsyms' member.
6159 (parse_symbol): Update calls to new_block. Delete calls to
6160 shrink_block. Use dictionary methods.
6161 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6162 Update calls to new_symtab. Don't maintain maxsyms data.
6163 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6164 (add_symbol): Just call dict_add_symbol.
6165 (new_symtab): Delete 'maxsyms' argument.
6166 (new_symtab): Update calls to new_block.
6167 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6168 (shrink_block): Delete function.
6169 (fixup_sigtramp): Update call to new_block. Add symbol via
6170 dict_add_symbol.
6171 * jv-lang.c: Include dictionary.h.
6172 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6173 appropriately. Set class_symtab->free_func. Make sure the
6174 blockvector is big enough to hold two blocks.
6175 (add_class_symtab_symbol): Use dictionary methods.
6176 (free_class_block): New function.
6177 (type_from_class): Replace explicit iteration by
6178 ALL_BLOCK_SYMBOLS.
6179 * symtab.h (struct symtab): Replace 'free_ptr' method by
6180 'free_func'.
6181 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6182 sort_symtab_syms.
6183 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6184 sort_symtab_syms.
6185 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6186 Include dictionary.h.
6187 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6188 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6189 sort_symtab_syms.
6190 * objfiles.c: Include dictionary.h.
6191 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6192 * buildsym.c: Include dictionary.h.
6193 (finish_block): Use dictionary methods.
6194 (end_symtab): Set free_func to NULL, not free_ptr.
6195 * tracepoint.c: Include dictionary.h.
6196 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6197 (scope_info): Ditto.
6198 * stack.c: Include dictionary.h.
6199 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6200 (print_block_frame_labels, print_frame_arg_vars)
6201 (print_frame_args): Ditto.
6202 * symmisc.c (free_symtab_block): Use dictionary methods.
6203 (dump_symtab): Ditto.
6204 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6205 Include dictionary.h.
6206 * symfile.h: Delete declarations of sort_block_syms,
6207 sort_symtab_syms.
6208 * symfile.c (sort_block_syms): Delete.
6209 (sort_symtab_syms): Delete.
6210 * symtab.c: Include dictionary.h.
6211 (lookup_block_symbol): Use dictionary iterators.
6212 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6213 (search_symbols, make_symbol_completion_list): Ditto.
6214 (make_symbol_overload_list): Ditto.
6215 * valops.c (value_of_local): Use dict_empty.
6216 Include dictionary.h.
6217
a31f978c
JB
62182003-06-11 J. Brobecker <brobecker@gnat.com>
6219
6220 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6221
526e70c0
DC
62222003-06-11 David Carlton <carlton@bactrian.org>
6223
6224 * block.h (BLOCK_SHOULD_SORT): Delete.
6225 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6226 blocks.
6227 * ada-lang.c (ada_add_block_symbols): Ditto.
6228 * symfile.c (sort_block_syms): Delete.
6229 (sort_symtab_syms): Ditto.
6230 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6231 declarations.
6232 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6233 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6234 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6235 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6236 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6237 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6238 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6239
33c08150
JJ
62402003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6241
8ffd9b1b 6242 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
6243 bits to 128.
6244
781a750d
AC
62452003-06-11 Andrew Cagney <cagney@redhat.com>
6246
6247 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6248 REGISTER_CONVERTIBLE.
6249 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6250 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6251 * gdbarch.h, gdbarch.c: Re-generate.
6252 * arch-utils.h (deprecated_register_convertible_not): Rename
6253 generic_register_convertible_not.
6254 * arch-utils.c (deprecated_register_convertible_not): Rename
6255 generic_register_convertible.
6256 (legacy_convert_register_p, legacy_register_to_value): Update.
6257 * sh-tdep.c (sh64_push_arguments): Update.
6258 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6259 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6260 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6261 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6262 * arch-utils.c (legacy_value_to_register): Update.
6263 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6264 (rs6000_register_convert_to_raw): Make parameter "from" const.
6265 * mips-tdep.c (mips_gdbarch_init): Update.
6266 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6267 * infcmd.c (default_print_registers_info): Update.
6268 * ia64-tdep.c (ia64_gdbarch_init): Update.
6269 (ia64_register_convert_to_raw): Make parameter "from" const.
6270 * i386-tdep.c (i386_gdbarch_init): Update.
6271 (i386_register_convert_to_raw): Update.
6272
cd90e54f
AC
62732003-06-11 Andrew Cagney <cagney@redhat.com>
6274
6275 * remote-fileio.c: Include "remote-fileio.h".
6276 * Makefile.in (remote-fileio.o): Update dependencies.
6277 (remote_fileio_h): Fix typo.
6278
a78f21af
AC
62792003-06-11 Andrew Cagney <cagney@redhat.com>
6280
6281 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6282 (xstormy16_save_dummy_frame_tos): Make static.
6283 (_initialize_xstormy16_tdep): Add declaration.
6284 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6285 * v850-tdep.c: Make local functions static.
6286 (_initialize_v850_tdep): Add declaration.
6287 * sparc-tdep.c: Make local functions static.
6288 (_initialize_sparc_tdep): Add declaration.
6289 * sh-tdep.c: Make local functions static.
6290 (_initialize_sh_tdep): Add declaration.
6291 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6292 * s390-tdep.c: Make local functions static.
6293 (_initialize_s390_tdep): Add declaration.
6294 * dbxread.c (find_stab_function_addr): Make static.
6295 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6296 * ocd.c (_initialize_remote_ocd): Add declaration.
6297 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6298 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6299 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6300 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6301 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6302 * remote-array.c (_initialize_array): Add declaration.
6303 (_initialize_remote_monitors): Add declaration.
6304 * remote-mips.c: Make local functions static.
6305 (_initialize_remote_mips): Add declaration.
6306 * mcore-tdep.c: Make all local functions static.
6307 (_initialize_mcore_tdep): Add declaration.
6308 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6309 * abug-rom.c (_initialize_abug_rom): Add declaration.
6310 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6311 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6312 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6313 * remote-est.c (_initialize_est): Add declaration.
6314 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6315 (m68hc11_call_dummy_address): Make static.
6316 * ia64-tdep.c: Make local functions static.
6317 (_initialize_ia64_tdep): Add declaration.
6318 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6319 * monitor.c (monitor_wait_filter): Make static.
6320 (_initialize_remote_monitors): Add declaration.
6321 * remote-hms.c (_initialize_remote_hms): Add declaration.
6322 * remote-e7000.c (fetch_regs_from_dump): Make static.
6323 (expect_n): Make static.
6324 (_initialize_remote_e7000): Add declaration.
6325 * ser-e7kpc.c: Always include "defs.h".
6326 (_initialize_ser_e7000pc): Add declaration.
6327 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6328 * cris-tdep.c: Make all but one function static.
6329 (_initialize_cris_tdep): Add declaration.
6330 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6331 * solib.c (update_solib_list): Make static.
6332 (_initialize_solib): Add declaration.
6333 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6334 (_initialize_avr_tdep): Add declaration.
6335 * remote-rdi.c (voiddummy): Make static.
6336 (_initialize_remote_rdi): Add declaration.
6337 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6338 * remote-rdp.c (send_rdp): Make static.
6339 (_initialize_remote_rdp): Add declaration.
6340 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6341
cbcdb1f5
CV
63422003-06-11 Corinna Vinschen <vinschen@redhat.com>
6343
6344 * remote-fileio.c: Make ari happy.
6345
a191ea8d
JB
63462003-06-10 J. Brobecker <brobecker@gnat.com>
6347
6348 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6349 fetching the trailing bytes of the buffer we are about to write.
6350
0ef75e11
AC
63512003-06-10 Andrew Cagney <cagney@redhat.com>
6352
6353 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6354 * Makefile.in (remote-fileio.o): Update dependencies.
6355 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6356 include <setjmp.h>, or <sys/types.h> conditional on USG.
6357 (remote_fio_jmp_buf): Delete global variable.
6358
449092f6 63592003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 6360 Martin M. Hunt <hunt@redhat.com>
449092f6 6361
559fa028
AC
6362 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6363 (SFILES): Add remote-fileio.c.
6364 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6365 dependencies for building remote.o.
449092f6
CV
6366 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6367 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 6368 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
6369 static storage class.
6370 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6371 'F' packet.
6372 (_initialize_remote): Call initialize_remote_fileio().
6373 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
6374 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6375 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6376 (captured_main): Initialize new ui_files.
6377 * ui-file.c: Add read and fgets input functions.
6378 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6379 (null_file_read): New function.
6380 (ui_file_read): New function.
6381 (set_ui_file_read): New function.
6382 (stdio_file_read): New function.
6383 * ui-file.h: New type ui_file_read_ftype.
6384 (set_ui_file_read): Declare.
6385 (ui_file_read): Declare.
6386
248de703
AC
63872003-06-09 Andrew Cagney <cagney@redhat.com>
6388
6389 * frame.h (deprecated_unwind_get_saved_register): Rename
6390 generic_unwind_get_saved_register, update comments.
6391 * mips-tdep.c (mips_get_saved_register): Update.
6392 * frame.c (deprecated_unwind_get_saved_register): Update.
6393
0ed8aa57
AC
63942003-06-09 Andrew Cagney <cagney@redhat.com>
6395
6396 * vax-tdep.c (vax_frame_locals_address): Delete function.
6397 (vax_gdbarch_init): Do not set frame_locals_address.
6398 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6399 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6400 * s390-tdep.c (s390_frame_args_address): Delete function.
6401 (s390_gdbarch_init): Do not set frame_args_address or
6402 frame_locals_address.
6403 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6404 (ns32k_gdbarch_init): Do not set frame_locals_address.
6405 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6406 (hppa_frame_locals_address): Delete function.
6407 (hppa_gdbarch_init): Do not set frame_args_address, or
6408 frame_locals_address.
6409 * arm-tdep.c (arm_frame_args_address): Delete.
6410 (arm_frame_locals_address): Delete.
6411 (arm_gdbarch_init): Do not set frame_args_address, or
6412 frame_locals_address.
6413
983a287a
AC
64142003-06-09 Andrew Cagney <cagney@redhat.com>
6415
6416 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6417 * gdbarch.h, gdbarch.c: Re-generate.
6418 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6419 * arch-utils.c (frame_num_args_unknown): Delete function.
6420 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6421 (frame_info): Use FRAME_NUM_ARGS_P.
6422 * arm-tdep.c (arm_frame_num_args): Delete function.
6423 (arm_gdbarch_init): Do not set frame_num_args.
6424 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6425 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6426 (hppa_gdbarch_init): Do not set frame_num_args.
6427 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6428 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6429 frame_num_args to default frame_num_args_unknown.
6430 * v850-tdep.c (v850_gdbarch_init): Ditto.
6431 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6432 * sh-tdep.c (sh_gdbarch_init): Ditto.
6433 * s390-tdep.c (s390_gdbarch_init): Ditto.
6434 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6435 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6436 * mips-tdep.c (mips_gdbarch_init): Ditto.
6437 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6438 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6440 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6441 * i386-tdep.c (i386_gdbarch_init): Ditto.
6442 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6443 * frv-tdep.c (frv_gdbarch_init): Ditto.
6444 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6445 * cris-tdep.c (cris_gdbarch_init): Ditto.
6446 * avr-tdep.c (avr_gdbarch_init): Ditto.
6447 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6448
8d3b0994
AC
64492003-06-09 Andrew Cagney <cagney@redhat.com>
6450
6451 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6452 (print_frame_args): Moved to "stack.c".
6453 * stack.c: Include "gdb_assert.h".
6454 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6455 (print_frame_args): Moved from "printcmd.c".
6456 * frame.h (print_frame_args): Delete declaration.
6457 * Makefile.in (stack.o): Update dependencies.
6458
25e3a86b
AC
64592003-06-08 Andrew Cagney <cagney@redhat.com>
6460
6461 * frame.c (get_prev_frame): Remove reference to
6462 frame_args_address_correct in comments.
6463 * frame-base.c (default_frame_args_address): Delete code
6464 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6465 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6466 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6467 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6468 (vax_frame_args_address_correct): Delete declaration.
6469
a9e5fdc2
AC
64702003-06-08 Andrew Cagney <cagney@redhat.com>
6471
6472 * gdbarch.sh (UNWIND_SP): Add.
6473 * gdbarch.h, gdbarch.c: Re-generate.
6474 * frame.c (frame_sp_unwind): New function.
6475 (get_frame_sp): New function.
6476 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6477 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6478 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6479 value.
6480 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6481 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6482
8983bd83
AC
64832003-06-08 Andrew Cagney <cagney@redhat.com>
6484
7fec2c59
AC
6485 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6486 REMOTE_BREAKPOINT.
6487 * remote.c: Update.
6488 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6489 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6490 * config/m68k/tm-sun3.h: Update.
6491 * config/m68k/tm-m68klynx.h: Update.
6492 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6493
8983bd83
AC
6494 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6495 trad_frame". Update comments.
6496 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6497 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6498 (trad_frame_register_value, trad_frame_prev_register): Update.
6499
b9362cc7
AC
65002003-06-08 Andrew Cagney <cagney@redhat.com>
6501
6502 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6503 from GCC's acinclude.m4.
6504 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6505 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6506 * main.c (error_init): Delete declaration.
6507 * defs.h (error_init): Declare.
6508 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6509 (rs6000_convert_from_func_ptr_addr): Make static.
6510 (_initialize_rs6000_tdep): Add declaration.
6511 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6512 (show_commands, set_verbose, show_history): Delete declaration.
6513 * top.h (set_verbose): Add declaration.
6514 (show_history, set_history, show_commands): Add declaration.
6515 (do_restore_instream_cleanup): Add declaration.
6516 * objc-lang.c (specialcmp): Make static.
6517 (print_object_command): Make static.
6518 (find_objc_msgsend): Make static.
6519 (find_objc_msgcall_submethod_helper): Make static.
6520 (find_objc_msgcall_submethod): Make static.
6521 (_initialize_objc_language): Add declaration.
6522 (find_implementation_from_class): Make static.
6523 (find_implementation): Make static.
6524 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6525 * objc-lang.h (lookup_struct_typedef): Add declaration.
6526 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6527 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6528 (do_restore_user_call_depth): Make static.
6529 (do_restore_instream_cleanup): Delete declaration.
6530 (dont_repeat): Delete declaration.
6531 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6532 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6533 * reggroups.c (_initialize_reggroup): Add declaration.
6534 * cp-support.c (_initialize_cp_support): Add declaration.
6535 * cp-abi.c (_initialize_cp_abi): Add declaration.
6536 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6537 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6538 (_initialize_gnu_v3_abi): Add declaration.
6539 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6540 (_initialize_gnu_v2_abi): Add declaration.
6541 * frame-base.c (_initialize_frame_base): Add declaration.
6542 * doublest.c (floatformat_from_length): Make static.
6543 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6544 * frame.c (create_sentinel_frame): Make static.
6545 (_initialize_frame): Add declaration.
6546 * top.c (do_catch_errors): Make static.
6547 (gdb_rl_operate_and_get_next_completion): Make static.
6548 * typeprint.c: Include "typeprint.h".
6549 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6550 (sentinel_frame_this_id): Make static.
6551 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6552 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6553 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6554 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6555 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6556 * maint.c (maintenance_print_architecture): Make static.
6557 * signals/signals.c (_initialize_signals): Add declaration.
6558 * std-regs.c (_initialize_frame_reg): Add declaration.
6559 * jv-exp.y (push_variable): ISO C definition.
6560 (push_qualified_expression_name): Ditto.
6561 * memattr.c (_initialize_mem): Add declaration.
6562 * remote.c (remote_check_watch_resources): Make static.
6563 (remote_stopped_by_watchpoint): Make static.
6564 (remote_stopped_data_address): Make static.
6565 * d10v-tdep.c (nr_dmap_regs): Make static.
6566 (a0_regnum): Make static.
6567 (d10v_frame_unwind_cache): Make static.
6568 (d10v_frame_p): Make static.
6569 * osabi.c (show_osabi): Make static.
6570 (_initialize_gdb_osabi): Add extern declaration.
6571 * gdbtypes.c (make_qualified_type): Make static.
6572 (safe_parse_type): Make static.
6573 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6574 * macrotab.c (macro_bcache_free): Make static.
6575 * interps.c (interp_set_quiet): Make static.
6576 (interpreter_exec_cmd): Make static.
6577 * stack.h (select_frame_command): New file.
6578 * stack.c: Include "stack.h".
6579 (select_frame_command_wrapper): Delete function.
6580 (select_frame_command): Make global.
6581 * infcall.c: Include "infcall.h".
6582 * linespec.c: Include "linespec.h".
6583 * symfile.c (sections_overlap): Make static.
6584 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6585 * charset.c (_initialize_charset): Add missing prototype.
6586 * regcache.c (init_legacy_regcache_descr): Make static.
6587 (do_regcache_xfree): Make static.
6588 (regcache_xfer_part): Make static.
6589 (_initialize_regcache): Add missing prototype.
6590 * breakpoint.c (parse_breakpoint_sals): Make static.
6591 (breakpoint_sals_to_pc): Make static.
6592 * interps.h (clear_interpreter_hooks): ISO C declaration.
6593 * Makefile.in (stack_h): Define.
6594 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6595 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6596
a0f267c7
AC
65972003-06-08 Andrew Cagney <cagney@redhat.com>
6598
6599 * Makefile.in (d10v-tdep.o): Update dependencies.
6600 (SFILES): Add trad-frame.c.
6601 (trad_frame_h): Define.
6602 (COMMON_OBS): Add trad-frame.o.
6603 (trad-frame.o): Specify dependencies.
6604 * d10v-tdep.c: Include "trad-frame.h".
6605 (saved_regs_unwinder): Delete function.
6606 (d10v_frame_prev_register): Use trad_frame_prev_register.
6607 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6608 trad_frame", delete "regs" and "prev_sp".
6609 (prologue_find_regs): Use trad-frame.
6610 * trad-frame.h, trad-frame.c: New files.
6611
4538b4f4
MK
66122003-06-08 Mark Kettenis <kettenis@gnu.org>
6613
6614 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6615
a0273b2f
AF
66162003-06-07 Adam Fedor <fedor@gnu.org>
6617
6618 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6619 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6620 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6621 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6622 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6623 Use it.
6624
3a6c3343
AC
66252003-06-07 Andrew Cagney <cagney@redhat.com>
6626
6627 * symfile.h: Re-indent, clean up comments.
6628
b46e02f6
AC
66292003-06-07 Andrew Cagney <cagney@redhat.com>
6630
6631 * inferior.h (deprecated_write_sp): Replace
6632 generic_target_write_sp.
6633 * regcache.c (deprecated_write_sp): Replace
6634 generic_target_write_sp.
6635 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6636 * vax-tdep.c (vax_gdbarch_init): Update.
6637 * v850-tdep.c (v850_gdbarch_init): Update.
6638 * sparc-tdep.c (sparc_gdbarch_init): Update.
6639 * sh-tdep.c (sh_gdbarch_init): Update.
6640 * s390-tdep.c (s390_gdbarch_init): Update.
6641 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6642 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6643 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6644 * mcore-tdep.c (mcore_gdbarch_init): Update.
6645 * m68k-tdep.c (m68k_gdbarch_init): Update.
6646 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6647 * ia64-tdep.c (ia64_gdbarch_init): Update.
6648 * h8300-tdep.c (h8300_gdbarch_init): Update.
6649 * frv-tdep.c (frv_gdbarch_init): Update.
6650 * cris-tdep.c (cris_gdbarch_init): Update.
6651 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6652
a42e117c
AC
66532003-06-07 Andrew Cagney <cagney@redhat.com>
6654
6655 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6656 Assert that PC_REGNUM is valid.
6657 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6658
bd1ce8ba
AC
66592003-06-07 Andrew Cagney <cagney@redhat.com>
6660
6661 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6662 * gdbarch.h, gdbarch.c: Regenerate.
6663 * mn10300-tdep.c: Include "gdb_assert.h".
6664 (mn10300_read_fp): New function.
6665 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6666 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6667 * ia64-tdep.c: Include "gdb_assert.h".
6668 (ia64_read_fp): New function.
6669 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6670 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6671 * regcache.c (generic_target_read_sp): Delete function.
6672 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6673 * inferior.h (generic_target_read_sp): Delete declaration.
6674 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6675 generic_target_read_sp.
6676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6677 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6678 * sh-tdep.c (sh_gdbarch_init): Ditto.
6679 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6680 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6681
ec5cbaec
AC
66822003-06-07 Andrew Cagney <cagney@redhat.com>
6683
6684 * gdbarch.sh: Comment each field of startup_gdbarch.
6685 * gdbarch.h, gdbarch.c: Re-generate.
6686
cde9ea48
AC
66872003-06-07 Andrew Cagney <cagney@redhat.com>
6688
6689 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6690 * gdbarch.h, gdbarch.c: Re-generate.
6691 * regcache.c: Update comments on read_pc et.al.
6692 (generic_target_read_pc): Delete function.
6693 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6694 * inferior.h (generic_target_read_pc): Delete declaration.
6695 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6696 generic_target_read_pc.
6697 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6698 * sh-tdep.c (sh_gdbarch_init): Ditto.
6699 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6700 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6701
9a90a780
AC
67022003-06-07 Andrew Cagney <cagney@redhat.com>
6703
6704 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6705 "index" with "special_local_sect". Use strcmp instead of STREQ.
6706 Append period to coments.
6707
a39a16c4
MM
67082003-06-06 Mark Mitchell <mark@codesourcery.com>
6709
6710 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6711 (elfstab_offset_sections): Likewise.
6712 * gdb-stabs.h (stab_section_info): Likewise.
6713 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6714 * objfiles.c (objfile_relocate): Likewise.
6715 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6716 * remote.c (get_offsets): Likewise.
6717 (remote_cisco_objfile_relocate): Likewise.
6718 * somread.c (som_symfile_offsets): Likewise.
6719 * symfile.c (alloc_section_addr_info): New function.
6720 (build_section_addr_info_from_section_tab): Use it.
6721 (free_section_addr_info): Adjust.
6722 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6723 (syms_from_objfile): Allocate local_addr dynamically.
6724 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6725 dynamically.
6726 (add_symbol_file_command): Allocate sect_opts dynamically.
6727 (reread_symbols): Avoid use of SECT_OFF_MAX.
6728 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6729 (alloc_section_addr_info): Declare it.
6730 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6731 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6732 dynamically.
6733 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6734
20c6c2f8
AC
67352003-06-06 Andrew Cagney <cagney@redhat.com>
6736
6737 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6738 (d10v_frame_unwind_cache): Do not set "return_pc".
6739
884a26c8
MS
67402003-06-06 Michael Snyder <msnyder@redhat.com>
6741
6742 * h8300-tdep.c: Make tidy (long lines).
6743
088ce440
ML
67442003-06-06 Michal Ludvig <mludvig@suse.cz>
6745
8ffd9b1b 6746 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6747 to regcache_collect().
6748
7d773d96
JB
67492003-06-05 J. Brobecker <brobecker@gnat.com>
6750
6751 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6752 pc_in_sigtramp multiarch method.
6753 (hppa_hpux_som_init_abi): Use it.
6754 (hppa_hpux_elf_init_abi): Likewise.
6755 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6756 macro has been multiarched.
6757 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6758 macro here, as hppa64 isn't multiarched yet.
6759
1df6926e
AC
67602003-06-05 Andrew Cagney <cagney@redhat.com>
6761
6762 * Makefile.in (value_h): Add $(frame_h).
6763 * value.h: Include "frame.h".
6764 (struct value): Replace "frame_addr" with "frame_id".
6765 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6766 * values.c (allocate_value): Use VALUE_FRAME_ID.
6767 (value_copy): Use VALUE_FRAME_ID.
6768 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6769 * valops.c (value_assign): Update. Use frame_find_by_id.
6770
6b53acc6
ML
67712003-06-05 Michal Ludvig <mludvig@suse.cz>
6772
6773 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6774 in each pass.
6775
4d9850d3
JJ
67762003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6777
6778 * thread-db.c (check_event): For create/death event breakpoints,
6779 loop through all messages to ensure that we read the message
6780 corresponding to the breakpoint we are at.
6781
8efca6ba
MS
67822003-06-04 Michael Snyder <msnyder@redhat.com>
6783
6784 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6785
0912c7f2
MK
67862003-06-04 Mark Kettenis <kettenis@gnu.org>
6787
6788 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6789 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6790 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6791 when handling .eh_frame sections.
6792
4e370325
JB
67932003-06-04 J. Brobecker <brobecker@gnat.com>
6794
6795 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6796 prepare_to_proceed procedure instead of the hppa-specific one.
6797 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6798
b757528f 67992003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6800
b757528f
JJ
6801 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6802 * config.in: Regenerated.
6803 * configure.in: Add test for syscall function and check for
6804 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6805 * configure: Regenerated.
6806 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6807 <sys/syscall.h>.
6808 (kill_lwp): New function that uses tkill syscall or
6809 uses kill, depending on whether threading model is nptl or not.
6810 All callers of kill() changed to use kill_lwp().
6811 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6812 see if all threads have already exited in the nptl model.
6813 (stop_and_resume_callback): New callback function used by the
6814 lin_lwp_wait thread exit handling code.
6815 (stop_wait_callback): Check for threads already having exited and
6816 delete such threads fromt the lwp list when discovered.
6817 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 6818
b757528f
JJ
6819 Roland McGrath <roland@redhat.com>
6820 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6821 nptl libthread_db.
6822
087779b1
RH
68232003-06-03 Richard Henderson <rth@redhat.com>
6824
b21fd293
RH
6825 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6826 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6827 (alpha_sigtramp_frame_prev_register): Likewise.
6828 (alpha_heuristic_frame_prev_register): Likewise.
6829 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6830
8ffd9b1b 6831 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
6832 alpha-specific register id names.
6833 (alpha_mdebug_frame_unwind_cache): Likewise.
6834 (alpha_mdebug_frame_prev_register): Likewise.
6835
baa490c4
RH
68362003-06-03 Richard Henderson <rth@redhat.com>
6837
6838 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6839 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6840 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6841 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6842 unwind routines.
6843 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6844 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6845 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6846
6847 * alpha-linux-tdep.c: Remove unnecessary includes.
6848 * Makefile.in (alpha-linux-tdep.o): Update.
6849
68502003-06-03 Richard Henderson <rth@redhat.com>
6851
6852 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6853 (alphabsd_fill_fpreg): Likewise.
6854
f534e522
JB
68552003-06-03 J. Brobecker <brobecker@gnat.com>
6856
6857 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6858 references to struct frame_info fields by calls to the equivalent
6859 accessors. Necessary now that frame_info is opaque.
6860
4035536b
JB
68612003-06-03 J. Brobecker <brobecker@gnat.com>
6862
6863 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6864 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6865 structure, field no longer exists.
6866
0bd79c5c
JB
68672003-06-03 J. Brobecker <brobecker@gnat.com>
6868
6869 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6870 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6871
37bb6d9f
JB
68722003-06-03 J. Brobecker <brobecker@gnat.com>
6873
6874 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6875 references to struct frame_info fields by calls to the equivalent
6876 accessors. Necessary now that frame_info is opaque.
6877
852ee05c
JB
68782003-06-03 J. Brobecker <brobecker@gnat.com>
6879
6880 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6881 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6882 structure, field no longer exists.
6883
7d58c67d
TR
68842003-06-03 Theodore A. Roth <troth@openavr.org>
6885
8ffd9b1b 6886 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
6887 accumulation of the size of all registers instead of blindly using
6888 DEPRECATED_REGISTER_BYTES.
6889
0a48e7e8
MS
68902003-06-03 Michael Snyder <msnyder@redhat.com>
6891
6892 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6893 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6894 for h8300sx.
6895
9798ab0d
JB
68962003-06-03 J. Brobecker <brobecker@gnat.com>
6897
6898 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6899 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6900
00b037e2
AC
69012003-06-03 Andrew Cagney <cagney@redhat.com>
6902
6903 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6904 (sparc_convert_to_raw): Delete function.
6905 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6906 register_convert_to_virtual.
6907
043b2f77
JJ
69082003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6909
6910 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6911 layer if not dealing with a statically-linked threaded program.
6912
f43caff8
KW
69132003-06-03 Kris Warkentin <kewarken@qnx.com>
6914
6915 * solib.c (solib_open): Update comment to reflect actual search order.
6916
ae1e7417
AC
69172003-06-03 Andrew Cagney <cagney@redhat.com>
6918
6919 * frame.c (get_frame_memory_signed): New function.
6920 (get_frame_memory, get_frame_memory_unsigned): New function.
6921 (get_frame_arch): New function.
6922 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6923 (get_frame_memory, get_frame_unsigned_memory): Declare.
6924 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6925 get_frame_memory_unsigned and get_frame_arch.
6926 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6927
cb123844
RG
69282003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6929
6930 * MAINTAINERS (write after approval): Add myself.
6931
1bb792e9
JB
69322003-06-03 Jim Blandy <jimb@redhat.com>
6933
6934 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6935 elements of gregset_t are 64 bits each, but access registers
6936 are still 32 bits, so they're packed two per gregset_t
6937 element. Unpack/pack them properly.
6938
aee8d8ba
DC
69392003-06-02 David Carlton <carlton@bactrian.org>
6940
6941 * linespec.c (find_methods): Break out code into
6942 add_matching_methods and add_constructors.
6943 (add_matching_methods): New.
6944 (add_constructors): Ditto.
6945
bf7488d2
AC
69462003-06-02 Andrew Cagney <cagney@redhat.com>
6947
bf7488d2
AC
6948 * sparc-tdep.c (sparc_print_registers): Delete call to
6949 REGISTER_CONVERTIBLE.
6950 (sparc_gdbarch_init): Do not set register_convertible.
6951 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6952 * frv-tdep.c (frv_gdbarch_init): Ditto.
6953 * cris-tdep.c (cris_gdbarch_init): Ditto.
6954
adedef68
EZ
69552003-06-02 Elena Zannoni <ezannoni@redhat.com>
6956
8ffd9b1b 6957 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6958 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6959 (syms_from_objfile): Ditto.
6960
650fcc91
AS
69612003-06-03 Andreas Schwab <schwab@suse.de>
6962
6963 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6964 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6965
df4a182b
RH
69662003-06-02 Richard Henderson <rth@redhat.com>
6967
6968 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6969 a member of all_reggroup.
6970
c483c494
RH
69712003-06-02 Richard Henderson <rth@redhat.com>
6972
6973 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6974 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6975 (alpha_lds, alpha_sts): New.
6976 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6977 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6978 restructure and fail for type sizes other than 4 or 8.
6979 (alpha_value_to_register): Similarly.
6980 (alpha_extract_return_value): Use alpha_sts.
6981 (alpha_store_return_value): Use alpha_lds.
6982 (alpha_gdbarch_init): Update hooks.
6983
b38b6be2
RH
69842003-06-02 Richard Henderson <rth@redhat.com>
6985
6986 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6987 regnum identifiers.
6988 (alpha_sigtramp_register_address): Likewise.
6989
98a8e1e5
RH
69902003-06-02 Richard Henderson <rth@redhat.com>
6991
6992 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6993 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6994 * alpha-tdep.h: Declare them.
6995
6996 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6997 Remove zerobuf. Don't error on UNIQUE.
6998 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6999 (ALPHA_REGSET_UNIQUE): Provide default.
7000 (supply_gregset): Use alpha_supply_int_regs.
7001 (fill_gregset): Use alpha_fill_int_regs.
7002 (supply_fpregset): Use alpha_supply_fp_regs.
7003 (fill_fpregset): Use alpha_fill_fp_regs.
7004 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7005 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7006 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7007 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7008 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7009 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7010
67dfac52
RH
70112003-06-02 Richard Henderson <rth@redhat.com>
7012
f75d70cc
RH
7013 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7014
67dfac52
RH
7015 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7016 (alpha_store_return_value): Likewise.
7017
0cf566ec
DC
70182003-06-02 David Carlton <carlton@math.stanford.edu>
7019
7020 * block.c (contained_in): Add 'const' to arguments.
7021 (block_function): Ditto.
7022 * block.h: Update declarations for block_function and
7023 contained_in.
7024
cdef89d0
DC
70252003-06-02 David Carlton <carlton@math.stanford.edu>
7026
7027 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7028 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7029 * p-valprint.c (pascal_val_print): Ditto.
7030 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7031
72667056
RH
70322003-06-02 Richard Henderson <rth@redhat.com>
7033
98a8e1e5
RH
7034 * alpha-tdep.c (alpha_push_dummy_call): Use
7035 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 7036
8ffd9b1b 7037 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
7038 sign-extension of 32-bit values.
7039 (alpha_store_return_value): Similarly.
0ede8eca 7040
98a8e1e5
RH
7041 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7042 (alpha_extract_return_value): Likewise.
7043 (alpha_store_return_value): Likewise.
7b5e1cb3 7044
98a8e1e5
RH
7045 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7046 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 7047
98a8e1e5
RH
7048 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7049 (alpha_extract_struct_value_address): Likewise.
7050 (alpha_store_return_value): Likewise.
7051 (alpha_store_struct_return): Remove.
7052 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 7053
98a8e1e5
RH
7054 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7055 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7056 macros where appropriate.
7057 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7058 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 7059
98a8e1e5
RH
7060 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7061 for SP, GP; void_func_ptr for PC; non-language-specific types
7062 for all others.
7063 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 7064
6dd77b81
RH
70652003-06-02 Richard Henderson <rth@redhat.com>
7066
7067 * top.h (lim_at_start): Declare.
7068 * main.c (captured_main): Set it.
7069 * top.c (lim_at_start): Define.
7070 (command_loop): Use it instead of &environ.
7071 * event-top.c (command_handler): Likewise.
7072
f4dbdb54
JT
70732003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7074
7075 * mipsnbsd-tdep.c: Update copyright years.
7076 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7077
8f285956
RH
70782003-06-01 Richard Henderson <rth@redhat.com>
7079
98a8e1e5
RH
7080 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7081 (alpha-linux-tdep.o): Update dependencies.
7082 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7083 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 7084
615967cb
RH
70852003-06-01 Richard Henderson <rth@redhat.com>
7086
98a8e1e5
RH
7087 * alpha-tdep.c (alpha_register_reggroup_p): New.
7088 (alpha_gdbarch_init): Register it.
615967cb 7089
b59661bd
AC
70902003-06-02 Andrew Cagney <cagney@redhat.com>
7091
7092 * dwarfread.c: Eliminate "register"
7093 (decode_die_type): Eliminate assignment within "if".
7094 (struct_type, decode_array_element_type): Ditto.
7095 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7096 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7097 (decode_modified_type, completedieinfo): Ditto.
7098 * block.c: Eliminate "register".
7099 (blockvector_for_pc_sect): Eliminate assignment within "if".
7100 * cp-support.h (struct symbol): Opaque declaration.
7101 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7102
5ef165c2
RH
71032003-06-01 Richard Henderson <rth@redhat.com>
7104
98a8e1e5
RH
7105 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7106 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 7107
143985b7
AF
71082003-06-01 Adam Fedor <fedor@gnu.org>
7109
7110 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7111 * gdbarch.[ch]: Regenerate.
7112 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7113 (hppa_gdbarch_init): Set it in the gdbarch vector.
7114 * i386-tdep.c (i386_fetch_pointer_argument): New
7115 (i386_gdbarch_init): Set it into gdbarch.
7116 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7117 (rs6000_gdbarch_init): Set it in gdbarch.
7118 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7119 (sparc_gdbarch_init): Set it in gdbarch.
7120
ae0167b9
AC
71212003-06-01 Andrew Cagney <cagney@redhat.com>
7122
7c0b4a20
AC
7123 * defs.h (extract_address): Delete declaration.
7124 * findvar.c (extract_address): Delete function.
7125 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7126 extract_address with the inline equivalent,
7127 extract_unsigned_integer.
7128 (xstormy16_extract_struct_value_address): Ditto.
7129 (xstormy16_pointer_to_address): Ditto.
7130 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7131 * v850-tdep.c (v850_push_arguments): Ditto.
7132 (v850_extract_return_value): Ditto.
7133 (v850_extract_struct_value_address): Ditto.
7134 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7135 (sparcnbsd_get_longjmp_target_64): Ditto.
7136 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7137 (get_longjmp_target): Ditto.
7138 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7139 (sh64_extract_struct_value_address): Ditto.
7140 (sh_push_arguments): Ditto.
7141 (sh64_push_arguments): Ditto.
7142 * remote-vxsparc.c (vx_read_register): Ditto.
7143 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7144 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7145 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7146 * mipsv4-nat.c (get_longjmp_target): Ditto.
7147 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7148 * mips-nat.c (get_longjmp_target): Ditto.
7149 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7150 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7151 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7152 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7153 * irix5-nat.c (get_longjmp_target): Ditto.
7154 * irix4-nat.c (get_longjmp_target): Ditto.
7155 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7156 (ia64_push_arguments): Ditto.
7157 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7158 * h8300-tdep.c (h8300_push_arguments): Ditto.
7159 (h8300_store_return_value): Ditto.
7160 (h8300_extract_struct_value_address): Ditto.
7161 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7162 (frv_push_arguments): Ditto.
7163 * avr-tdep.c (avr_pointer_to_address): Ditto.
7164 (avr_push_arguments): Ditto.
7165 * arm-tdep.c (arm_push_dummy_call): Ditto.
7166 (arm_get_longjmp_target): Ditto.
7167 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7168 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7169 (alpha_get_longjmp_target): Ditto.
7170
ae0167b9
AC
7171 * solib-irix.c (extract_mips_address): Inline extract_address,
7172 replacing it with extract_signed_integer.
7173 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7174 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7175 (first_link_map_member, open_symbol_file_object): Ditto.
7176 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7177 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7178 (LM_NEXT, LM_NAME): Ditto.
7179
44d88583
RH
71802003-06-01 Richard Henderson <rth@redhat.com>
7181
98a8e1e5
RH
7182 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7183 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7184 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7185 (alpha_cannot_store_register): Likewise.
7186 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7187 * alpha-nat.c (supply_gregset): Likewise.
7188 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 7189
310e9b6a
AC
71902003-06-01 Andrew Cagney <cagney@redhat.com>
7191
7192 * infcall.c (call_function_by_hand): Update comment on
7193 DEPRECATED_DUMMY_WRITE_SP.
7194
7195 * mips-tdep.c (mips_gdbarch_init): Do not set
7196 deprecated_dummy_write_sp.
7197 (mips_eabi_push_dummy_call): Set the SP register.
7198 (mips_o64_push_dummy_call): Set the SP register.
7199 (mips_o32_push_dummy_call): Set the SP register.
7200 (mips_n32n64_push_dummy_call): Set the SP register.
7201
5ab84872
RH
72022003-06-01 Richard Henderson <rth@redhat.com>
7203
98a8e1e5
RH
7204 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7205 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7206 (supply_gregset): Likewise.
7207 * alpha-tdep.c (alpha_store_return_value): Likewise.
7208 (alpha_get_longjmp_target): Likewise.
7209 (alpha_register_name): Constify array.
7210 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7211 deprecated_register_size, deprecated_register_bytes,
7212 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7213 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7214 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 7215
09cc52fd
RH
72162003-06-01 Richard Henderson <rth@redhat.com>
7217
7218 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7219 from arg_reg_buffer to regcache to avoid double conversion.
7220
c7f16359
MK
72212003-06-01 Mark Kettenis <kettenis@gnu.org>
7222
7223 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7224 SP_REGNUM.
7225 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7226 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7227
7131cb6e
RH
72282003-06-01 Richard Henderson <rth@redhat.com>
7229
98a8e1e5
RH
7230 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7231 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 7232
f3e0f90b
RH
72332003-06-01 Richard Henderson <rth@redhat.com>
7234
98a8e1e5
RH
7235 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7236 not overlapping PC_REGNUM.
f3e0f90b 7237
c88e30c0
RH
72382003-06-01 Richard Henderson <rth@redhat.com>
7239
98a8e1e5
RH
7240 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7241 alpha_push_arguments. Don't dump argument register data to
7242 the target stack. Fix float and 128-bit long double semantics.
7243 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7244 (alpha_fix_call_dummy): Remove.
7245 (alpha_call_dummy_words): Remove.
7246 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 7247
f1a559ae
RH
72482003-06-01 Richard Henderson <rth@redhat.com>
7249
7250 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7251
5e045346
AC
72522003-06-01 Andrew Cagney <cagney@redhat.com>
7253
95404a3e
AC
7254 * mips-tdep.c (is_mips16_addr): New function.
7255 (make_mips16_addr, unmake_mips16_addr): New functions.
7256 (pc_is_mips16, mips_fetch_instruction): Use.
7257 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7258 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7259 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7260 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7261 TARGET_MIPS.
7262 * config/mips/tm-mips.h: Update copyright.
7263 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7264 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7265 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7266 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7267 (TM_PRINT_INSN_MACH): Delete.
7268 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7269
5e045346
AC
7270 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7271 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7272 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7273 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7274 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7275 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7276 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7277 mips*-*-riscos* and mips*-*-sysv* onto mips.
7278 * config/mips/mips64.mt: New file.
7279 * config/mips/mips.mt: New file.
7280 * config/mips/littlemips.mt: Delete file.
7281 * config/mips/decstation.mt: Delete file.
7282 * config/mips/vr4300el.mt: Delete file.
7283 * config/mips/vr5000el.mt: Delete file.
7284 * config/mips/vr5000.mt: Delete file.
7285 * config/mips/vr4100.mt: Delete file.
7286 * config/mips/vr4xxxel.mt: Delete file.
7287 * config/mips/vr4300.mt: Delete file.
7288 * config/mips/vr4xxx.mt: Delete file.
7289 * config/mips/bigmips.mt: Delete file.
7290 * config/mips/bigmips64.mt: Delete file.
7291 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7292 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7293 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7294 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7295 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7296 "tm-bigmips.h".
7297 * config/mips/tm-irix3.h: Ditto.
7298 * config/mips/tm-mipsv4.h: Ditto.
7299 * config/mips/tm-embed.h: Ditto.
7300 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7301 "tm-bigmips64.h".
7302 * config/mips/tm-vr5000el.h: Delete file.
7303 * config/mips/tm-tx39l.h: Delete file.
7304 * config/mips/tm-vr4300el.h: Delete file.
7305 * config/mips/tm-vr4xxxel.h: Delete file.
7306 * config/mips/tm-vr4300.h: Delete file.
7307 * config/mips/tm-vr4100.h: Delete file.
7308 * config/mips/tm-vr4xxx.h: Delete file.
7309 * config/mips/tm-vr5000.h: Delete file.
7310 * config/mips/tm-embedl64.h: Delete file.
7311 * config/mips/tm-embedl.h: Delete file.
7312 * config/mips/tm-embed64.h: Delete file.
7313 * config/mips/tm-bigmips64.h: Delete file.
7314 * config/mips/tm-bigmips.h: Delete file.
7315
2473a4a9
MK
73162003-06-01 Mark Kettenis <kettenis@gnu.org>
7317
97a5b208
MK
7318 Fix gdb/1216.
7319 * shnbsd-nat.c: Include "sh-tdep.h".
7320
2473a4a9
MK
7321 From Richard Henderson <rth@redhat.com>:
7322 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7323
e0f7ec59
AC
73242003-05-31 Andrew Cagney <cagney@redhat.com>
7325
7326 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7327 forward declaration.
7328 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7329 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7330 (mips_find_saved_regs): Use set_reg_offset.
7331 (mips_frame_init_saved_regs): Delete function.
7332 (mips_pop_frame): Call mips_find_saved_regs instead of
7333 DEPRECATED_FRAME_INIT_SAVED_REGS.
7334
68dcc709
AC
73352003-05-31 Andrew Cagney <cagney@redhat.com>
7336
7337 * mips-tdep.c (mips_gdbarch_init): Do not set
7338 deprecated_max_register_raw_size, register_virtual_size, and
7339 deprecated_max_register_virtual_size.
7340
cfc14b3a
MK
73412003-05-31 Mark Kettenis <kettenis@gnu.org>
7342
6405b0a6
MK
7343 * i386-tdep.c: Include "dwarf2-frame.h".
7344 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7345 * Makefile.in (i386-tdep.o): Update dependencies.
7346
cfc14b3a
MK
7347 * dwarf2-frame.c, dwarf2-frame.h: New files.
7348 * Makefile.in (SFILES): Add dwarf2-frame.c.
7349 (dwarf2_frame_h): Define.
7350 (COMMON_OBS): Add dwarf2-frame.o.
7351 (dwarf2-frame.o): Add dependencies.
7352
6a2751d2
AJ
73532003-05-31 Andreas Jaeger <aj@suse.de>
7354
7355 * x86-64-linux-nat.c: Fix comment.
7356
1c3545ae
MK
73572003-05-31 Mark Kettenis <kettenis@gnu.org>
7358
10f93086
MK
7359 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7360 function signature.
7361
1c3545ae
MK
7362 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7363 have a sigcontext_addr handler.
7364 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7365 sigcontext_addr handler.
7366
e11c53d2
AC
73672003-05-31 Andrew Cagney <cagney@redhat.com>
7368
7369 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7370 (print_fp_register_row): Replace do_fp_register_row.
7371 (mips_print_fp_register): Add "file" and "frame" parameters.
7372 (mips_print_register): Add "file" and "frame" parameters.
7373 (mips_print_registers_info): Replace mips_do_registers_info.
7374 (mips_gdbarch_init): Set print_registers_info instead of
7375 deprecated_do_registers_info.
7376 (mips_read_fp_register_single): Add "frame" parameter.
7377 (mips_read_fp_register_double): Add "frame" parameter.
7378
a3386186
MK
73792003-05-31 Mark Kettenis <kettenis@gnu.org>
7380
70913449
MK
7381 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7382 Fixes a bug where GDB would print the wrong register names for
7383 targets without SSE.
7384
2b5e0749
MK
7385 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7386 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7387 registers.
7388
7389 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7390 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7391 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7392 TDEP->sc_sp_offset.
7393
a3386186
MK
7394 From Michal Ludvig <mludvig@suse.cz>:
7395 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7396 and `sc_num_regs'.
7397 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7398 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7399 I386_ST0_REGNUM): Move here from...
7400 * i386-tdep.c: ... here.
7401 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7402 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7403 registers if possible.
7404 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7405 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7406 Remove variables.
7407 (i386bsd_sc_reg_offset): New variable.
7408 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7409 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7410 TDEP->sc_sp_offset.
7411 (i386fbsd_sc_reg_offset): New variable.
7412 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7413 TDEP->sc_num_regs.
7414 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7415 variables.
7416 (i386fbsd4_sc_reg_offset): New variable.
7417 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7418 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7419 TDEP->sc_sp_offset.
7420 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7421 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7422 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7423 Remove variables.
7424 (i386nbsd_sc_reg_offset): New variable.
7425 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7426 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7427 TDEP->sc_sp_offset.
7428 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7429 Remove variables.
7430 (i386obsd_sc_reg_offset): New variable.
7431 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7432 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7433 TDEP->sc_sp_offset.
7434 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7435 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7436 for frame pointer offset in `struct sigcontext'.
7437
25ab4790
AC
74382003-05-31 Andrew Cagney <cagney@redhat.com>
7439
7440 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7441 architecture methods call_dummy_words, sizeof_call_dummy_words,
7442 push_return_address, store_struct_return, and fix_call_dummy. Set
7443 push_dummy_call instead of deprecated_push_arguments.
7444 (mips_store_struct_return): Delete function.
7445 (mips_fix_call_dummy): Delete function.
7446 (mips_push_return_address): Delete function.
7447 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7448 RA_REGNUM and T9_REGNUM.
7449 (mips_n32n64_push_dummy_call): Ditto for
7450 mips_n32n64_push_arguments.
7451 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7452 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7453
6a65450a
AC
74542003-05-31 Andrew Cagney <cagney@redhat.com>
7455
7456 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7457 "dummy_addr" to "bp_addr".
7458 * infcall.c (call_function_by_hand): Pass "funaddr" to
7459 gdbarch_push_dummy_call.
7460 * gdbarch.h, gdbarch.c: Re-generate.
7461 * i386-tdep.c (i386_push_dummy_call): Update.
7462 * arm-tdep.c (arm_push_dummy_call): Update.
7463 * d10v-tdep.c (d10v_push_dummy_call): Update.
7464
c4f35dd8
MK
74652003-05-31 Mark Kettenis <kettenis@gnu.org>
7466
7467 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7468 variable declarations.
7469 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7470 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7471 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7472 x86_64_init_frame_pc, x86_64_init_frame_pc,
7473 x86_64_function_has_prologue): Remove prototypes.
7474 (X86_64_NUM_GREGS): New define.
7475 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7476 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7477 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7478 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7479 XMM1_REGNUM): Remove defines.
7480 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7481 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7482 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7483 X86_64_XMM1_REGNUM): New defines.
7484 (struct x86_64_register_info): Renamed from `struct
7485 register_info'. Remove `size' member.
7486 (x86_64_register_info_table): Remove variable.
7487 (x86_64_register_info): New variable.
7488 (X86_64_NUM_REGS): New define.
7489 (X86_64_NUM_GREGS): Remove define.
7490 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7491 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7492 Remove variables.
7493 (x86_54_dwarf2_reg_to_regnum): Remove function.
7494 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7495 (x86_64_dwarf_reg_to_regnum): New function.
7496 (x86_64_register_name): Rewrite.
7497 (x86_64_register_raw_size): Remove function.
7498 (x86_64_register_byte_table): Remove variable.
7499 (x86_64_register_byte): Remove function.
7500 (x86_64_register_virtual_type): Remove function.
7501 (x86_64_register_type): New function.
7502 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7503 x86_64_register_convert_to_raw): Remove functions.
7504 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7505 (x86_64_use_struct_convention): Make static. Adjust for renamed
7506 defines.
7507 (x86_64_frame_init_saved_regs): Remove function.
7508 (x86_64_push_arguments): Make static. Change to accept a regcache
7509 as argument.
7510 (x86_64_store_return_value, x86_64_extract_return_value): Make
7511 static. Rewrite based on i386 counterparts.
7512 (x86_64_push_dummy_call): New function.
7513 (X86_64_NUM_SAVED_REGS): New define.
7514 (x86_64_register_number): Remove function.
7515 (x86_64_store_struct_return): Remove function.
7516 (x86_64_frameless_function_invocation,
7517 x86_64_function_has_prologue): Remove functions.
7518 (PROLOG_BUFSIZE): Remove define.
7519 (struct x86_64_frame_cache): New structure.
7520 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7521 x86_64_frame_cache, x86_64_frame_this_id,
7522 x86_64_frame_prev_register, x86_64_frame_p,
7523 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7524 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7525 functions.
7526 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7527 variables.
7528 (x86_64_skip_prologue): Rewrite in terms of
7529 x86_64_analyze_prologue.
7530 (x86_64_frame_base_address): New function.
7531 (x86_64_frame_base): New variable.
7532 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7533 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7534 set deprecated_fp_regnum, deprecated_register_size,
7535 deprecated_register_bytes, register_raw_size, register_byte,
7536 register_virtual_type, register_convertiable,
7537 register_convert_to_virtual, convert_to_raw,
7538 deprecated_get_saved_register, deprecated_target_read_fp,
7539 deprecated_push_arguments, deprecated_push_return_address,
7540 deprecated_pop_frame, deprecated_store_struct_return,
7541 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7542 frameless_function_invocation, deprecated_frame_saved_pc,
7543 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7544 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7545 deprecated_init_frame_pc and virtual_frame_pointer. Call
7546 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7547 and x86_64_frame_p. Call frame_base_set_default to register
7548 x86_64_frame_base.
7549 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7550 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7551 (_initialize_x86_64_tdep): Remove function.
7552 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7553 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7554 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7555 define.
7556 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7557 (x86_64_linux_sigcontext_addr): Rewrite.
7558 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7559 x86_64_linux_frame_saved_pc): Remove functions.
7560 (x86_64_linux_pc_in_sigtramp): Renamed from
7561 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7562 trampoline.
7563 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7564 Remove_functions.
7565 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7566 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7567 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7568 (x86_64_regmap): Rename to regmap.
7569 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7570 x86_64_num_gregs.
7571 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7572 x86_64_regmap.
7573 (x86_64_fxsave_offset): Remove function.
7574 (supply_fpregset): Simply call x86_64_supply_fxsave.
7575 (fill_fpregset): Simply call x86_64_fill_fxsave.
7576 (fetch_inferior_registers, store_inferior_registers): Avoid
7577 asignment in if-statement.
7578 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7579 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7580 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7581 (fetch_core_registers): Remove function.
7582 (linux_elf_core_fns): Remove.
7583 (offsetoff): Don't define.
7584 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7585 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7586 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7587 add core-regset.o.
7588 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7589 protection against multiple includes instead of NM_X86_64_h. Add
7590 various comments. Include "config/nm-linux.h". Don't include
7591 <signal.h>.
7592 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7593 GET_THREAD_SIGNALS): Remove defines.
7594 (x86_64_register_u_addr, kernel_u_size,
7595 lin_thread_get_thread_signals): Remove prototypes.
7596 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7597 [HAVE_LINK_H]: Don't include "solib.h".
7598 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7599 * config/i386/tm-x86-64linux.h: Fix comments.
7600 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7601 x86-64-tdep.o): Update dependencies.
7602
c25083af
AC
76032003-05-30 Andrew Cagney <cagney@redhat.com>
7604
c8f55a7b
AC
7605 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7606 Change parameter type to a "struct regcache *".
7607
c25083af
AC
7608 * gdbarch.sh: Regardless of the multi-arch level, always define
7609 the macro when not already defined.
7610 * gdbarch.h, gdbarch.c: Re-generate.
7611
fbe586ae
RH
76122003-05-30 Richard Henderson <rth@redhat.com>
7613
7614 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7615 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7616 (alpha_mdebug_frame_this_id): Likewise.
7617 (alpha_mdebug_frame_prev_register): Likewise.
7618 (alpha_mdebug_frame_base_address): Likewise.
7619 (alpha_mdebug_frame_locals_address): Likewise.
7620 (alpha_mdebug_frame_args_address): Likewise.
7621 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7622 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7623 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7624 loop increment.
7625 (alpha_heuristic_frame_this_id): Make static.
7626 (alpha_heuristic_frame_prev_register): Likewise.
7627 (alpha_heuristic_frame_base_address): Likewise.
7628 * alpha-tdep.h: Update.
7629
acd5c798
MK
76302003-05-30 Mark Kettenis <kettenis@gnu.org>
7631
7632 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7633 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7634 defenitions.
7635 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7636 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7637 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7638 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7639 I386_ST0_REGNUM): New defines.
7640 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7641 codestream_get): Remove define.
7642 (codestream_next_addr, condestream_addr, condestream_buf,
7643 codestream_off, codestream_cnt): Remove variables.
7644 (codestream_fill, codestream_seek, codestream_read): Remove
7645 functions.
7646 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7647 functionality.
7648 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7649 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7650 i386_frame_saved_pc, i386_saved_pc_after_call,
7651 i386_frame_num_args, i386_frame_init_saved_regs,
7652 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7653 i386_push_arguments): Remove functions.
7654 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7655 functionality. Use i386_analyze_prologue instead of
7656 i386_get_frame_setup.
7657 (I386_NUM_SAVED_REGS): New define.
7658 (struct i386_frame_cache): New structure.
7659 (i386_alloc_frame_cache, i386_analyze_struct_return,
7660 i386_skip_probe, i386_analyze_frame_setup,
7661 i386_analyze_register_saves, i386_analyze_prologue,
7662 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7663 i386_frame_prev_register, i386_sigtramp_frame_cache,
7664 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7665 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7666 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7667 New functions.
7668 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7669 New variables.
7670 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7671 I386_EAX_REGNUM and I386_EDX_REGNUM.
7672 (i386_extract_return_value, i386_store_return_value): Use
7673 I386_ST0_REGNUM where appropriate.
7674 (i386_extract_struct_value_address): Rewrite to use extract_address.
7675 (i386_svr4_pc_in_sigtramp): Add comment.
7676 (i386_svr4_sigcontext_addr): Rewrite.
7677 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7678 TDEP->sc_sp_offset.
7679 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7680 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7681 of new defines. Set push_dummy_call, don't set
7682 deprecated_push_arguments, deprecated_push_return_address,
7683 deprecated_pop_frame. Don't set parm_boundary. Don't set
7684 deprecated_frame_chain, deprecated_frame_saved_pc,
7685 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7686 save_dummy_frame_tos, unwind_pc. Call
7687 frame_unwind_append_predicate and frame_base_set_default. Don't
7688 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7689 Don't set frameless_function_invocation. Don't set
7690 deprecated_register_bytes, deprecated_register_size,
7691 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7692 * i386-linux-tdep.c: Fix formatting in some comments.
7693 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7694 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7695 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7696 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7697 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7698 redundant parentheses.
7699 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7700 (i386_linux_sigcontext_addr): Use it. Rewrite.
7701 (find_minsym_and_objfile): Change name of second argument.
7702 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7703 changed. Use frame_pc_unwind instead of
7704 DEPRECATED_SAVED_PC_AFTER_CALL.
7705 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7706 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7707 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7708 unwinder.
7709 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7710 "dummy-frame.h".
7711 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7712 (_initialize_i386_cygwin_tdep): New prototype.
7713 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7714 deprecated_frame_chain_valid.
7715 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7716 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7717 Rely on the SVR4 defaults.
7718 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7719 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7720
c89b70f1
AC
77212003-05-30 Andrew Cagney <cagney@redhat.com>
7722
7723 * infcall.c (call_function_by_hand): Always call
7724 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7725
85b32d22
RH
77262003-05-30 Richard Henderson <rth@redhat.com>
7727
c89b70f1
AC
7728 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7729 increment.
85b32d22 7730
bfe51b1e
JB
77312003-05-29 Jim Blandy <jimb@redhat.com>
7732
7733 Use gdbarch methods for solib stuff on PowerPC Linux.
7734 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7735 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7736 show through.
7737 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7738 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7739 giving the same effect as the #definitions above.
7740
1abf022c
AF
77412003-05-29 Adam Fedor <fedor@gnu.org>
7742
7743 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7744 (find_implementation_from_class): Replace it with the standard
7745 case i.e. do nothing.
7746
d2427a71
RH
77472003-05-29 Richard Henderson <rth@redhat.com>
7748
7749 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7750 (alpha_linux_sigtramp_offset): Use it. Make static.
7751 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7752 update for new frame model.
7753 * alpha-mdebug-tdep.c: New file.
7754 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7755 (alpha_osf1_init_abi): Install it.
7756 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7757 (linked_proc_desc_table): Remove.
7758 (alpha_frame_past_sigtramp_frame): Remove.
7759 (alpha_dynamic_sigtramp_offset): Remove.
7760 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7761 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7762 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7763 (push_sigtramp_desc): Remove.
7764 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7765 (alpha_cannot_store_register): Likewise.
7766 (alpha_sigcontext_addr): Remove.
7767 (alpha_find_saved_regs): Remove.
7768 (alpha_frame_init_saved_regs): Remove.
7769 (alpha_init_frame_pc_first): Remove.
7770 (read_next_frame_reg): Remove.
7771 (alpha_frame_saved_pc): Remove.
7772 (alpha_saved_pc_after_call): Remove.
7773 (temp_proc_desc, temp_saved_regs): Remove.
7774 (alpha_about_to_return): Remove.
7775 (cached_proc_desc): Remove.
7776 (alpha_frame_chain): Remove.
7777 (alpha_print_extra_frame_info): Remove.
7778 (alpha_init_extra_frame_info): Remove.
7779 (alpha_frame_locals_address): Remove.
7780 (alpha_frame_args_address): Remove.
7781 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7782 (alpha_push_dummy_frame): Remove.
7783 (alpha_pop_frame): Remove.
7784 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7785 (alpha_read_insn): New.
7786 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7787 for different insn encodings.
7788 (alpha_in_lenient_prologue): Remove.
7789 (struct alpha_sigtramp_unwind_cache): New.
7790 (alpha_sigtramp_frame_unwind_cache): New.
7791 (alpha_sigtramp_register_address): New.
7792 (alpha_sigtramp_frame_this_id): New.
7793 (alpha_sigtramp_frame_prev_register): New.
7794 (alpha_sigtramp_frame_unwind): New.
7795 (alpha_sigtramp_frame_p): New.
7796 (struct alpha_heuristic_unwind_cache): New.
7797 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7798 don't count nop insns that occur between functions.
7799 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7800 heuristic_proc_desc, but without the mdebug wrapping.
7801 (alpha_heuristic_frame_this_id): New.
7802 (alpha_heuristic_frame_prev_register): New.
7803 (alpha_heuristic_frame_unwind): New.
7804 (alpha_heuristic_frame_p): New.
7805 (alpha_heuristic_frame_base_address): New.
7806 (alpha_heuristic_frame_base): New.
7807 (alpha_unwind_dummy_id): New.
7808 (alpha_unwind_pc): New.
7809 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7810 frame related deprecated initializations; install replacements.
7811 (alpha_dump_tdep): Remove.
7812 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7813 (alpha_read_insn, alpha_after_prologue,
7814 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7815 alpha_heuristic_frame_prev_register,
7816 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7817 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7818 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7819 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7820
93ec1121
AC
78212003-05-29 Andrew Cagney <cagney@redhat.com>
7822
7823 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7824 dependant on the availability of ASSERT_FUNCTION.
7825 (ASSERT_FUNCTION): Do not define when there is no function name.
7826
98f08d3d
KB
78272003-05-29 Kevin Buettner <kevinb@redhat.com>
7828
7829 From Jimi X <jimix@watson.ibm.com>:
7830 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7831
0897f59b
JB
78322003-05-28 Jim Blandy <jimb@redhat.com>
7833
7834 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7835 argument to ptrace to int; the system headers should give it the
7836 right type, and pointers don't fit in ints on powerpc64-*-*.
7837
14898363
L
78382003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7839
7840 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7841 DW_TAG_catch_block.
7842
a7a48797
EZ
78432003-05-26 Elena Zannoni <ezannoni@redhat.com>
7844
7845 * stabsread.c (dbx_lookup_type): Make static.
7846 (read_type): Ditto.
7847 (add_undefined_type): Ditto.
7848 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7849 not export.
7850
f5479e9c
EZ
78512003-05-26 Elena Zannoni <ezannoni@redhat.com>
7852
7853 * hpread.c (hpread_has_name): Make static.
7854 (hpread_psymtab_to_symtab): Ditto.
7855 (file_exists): Ditto.
7856 (hpread_call_pxdb): Ditto.
7857 (hpread_pxdb_needed): Ditto.
7858 (hpread_quick_traverse): Ditto.
7859 (hpread_get_header): Ditto.
7860 (hpread_get_lntt): Ditto.
7861 (hpread_get_slt): Ditto.
7862 (class_of): Ditto.
7863
eb2e12d7
AS
78642003-05-25 Andreas Schwab <schwab@suse.de>
7865
78bf922a
AS
7866 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7867 stack_align and deprecated_extra_stack_alignment_needed.
7868 (m68k_stack_align): Delete.
7869
eb2e12d7
AS
7870 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7871 (m68k_register_virtual_size): Likewise.
7872 (altos_skip_prologue): Remove obsolete function.
7873 (isi_frame_num_args): Likewise.
7874 (news_frame_num_args): Likewise.
7875 (m68k_fix_call_dummy): Make static.
7876 (m68k_push_dummy_frame): Likewise.
7877 (m68k_pop_frame): Likewise.
7878 (m68k_skip_prologue): Likewise.
7879 (m68k_frame_init_saved_regs): Likewise.
7880 (m68k_saved_pc_after_call): Likewise.
7881 (m68k_get_longjmp_target): Make multi-arch.
7882 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7883 structure. Register m68k_get_longjmp_target if enabled.
7884 * m68k-tdep.h (struct gdbarch_tdep): Define.
7885 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7886
7887 * Makefile.in (config.status): Also depend on configure.tgt
7888 and configure.host.
7889 (m68klinux-tdep.o): Update dependencies.
7890 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7891 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7892 (M68K_LINUX_JB_PC): Define.
7893 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7894 and take additional parameter.
7895 (m68k_linux_sigtramp_saved_pc): Update.
7896 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7897 m68k_linux_pc_in_sigtramp, in_plt_section,
7898 find_solib_trampoline_target.
7899 * config/m68k/tm-linux.h: Don't include any tm headers.
7900 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7901 (JB_ELEMENT_SIZE): Likewise.
7902 (JB_PC): Likewise.
7903 (GET_LONGJMP_TARGET): Likewise.
7904 (IN_SIGTRAMP): Likewise.
7905 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7906
eb2c22dc
MK
79072003-05-25 Mark Kettenis <kettenis@gnu.org>
7908
7909 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7910 (sparc32_push_arguments): Re-implement by calling
7911 sparc32_do_push_arguments.
7912
44b7b84e
MK
79132003-05-25 Mark Kettenis <kettenis@gnu.org>
7914
7915 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7916 SPARC_O1_REGNUM): New defines.
7917 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7918 (sparc32_store_return_value): New function.
7919 (sparc_extract_struct_value_address): Rewrite to operate on a
7920 regcache.
7921 (sparc_gdbarch_init): Don't set
7922 deprecated_extract_struct_value_address. Set
7923 extract_struct_value_address instead. Don't set
7924 deprecated_extract_return_value and deprecated_store_return_value
7925 for 32-bit targets. Set extract_return_value and
7926 store_return_value instead.
7927 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7928 DEPRECTAED_EXTRACT_RETURN_VALUE,
7929 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7930 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7931 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7932 (sparc_store_return_value): Remove prototype.
7933 (sparc32_store_return_value): New prototype.
7934 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7935 Adjust prototypes.
7936
f6ad61e3
MK
79372003-05-24 Mark Kettenis <kettenis@gnu.org>
7938
7939 * sparcnbsd-tdep.c: Include "gdb_string.h".
7940
b276f1bb
AC
79412003-05-23 Andrew Cagney <cagney@redhat.com>
7942
7943 * p-valprint.c (pascal_val_print): Replace extract_address with
7944 the inline equivalent extract_unsigned_integer.
7945 * jv-valprint.c (java_value_print): Ditto.
7946 * ada-valprint.c (ada_val_print_1): Ditto.
7947 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7948
e76c5fcc
TR
79492003-05-23 Theodore A. Roth <troth@openavr.org>
7950
7951 * blockframe.c (frameless_look_for_prologue): Remove unused
7952 after_prologue variable.
7953
2cdd89cb
MK
79542003-05-23 Mark Kettenis <kettenis@gnu.org>
7955
7956 * blockframe.c (get_pc_function_start): Rewrite to avoid
7957 asignments in if-statements.
7958
182d43bc
EZ
79592003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7960
7961 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 7962 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7963 files, don't relocate absolute symbols (and do use mst_abs).
7964
e8f3fcdd
AC
79652003-05-23 Andrew Cagney <cagney@redhat.com>
7966
7967 * objc-lang.c: Include "gdb_assert.h".
7968 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7969 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7970 (gdb_check, gdb_check_fatal): Delete functions.
7971 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7972 gdb_assert.
7973 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7974 * Makefile.in (objc-lang.o): Update dependencies.
7975
3c23e6fb
ILT
79762003-05-22 Ian Lance Taylor <ian@airs.com>
7977
7978 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7979 with fprintf_filtered, not fprintf_unfiltered.
7980
af1342ab
AC
79812003-05-22 Andrew Cagney <cagney@redhat.com>
7982
7983 * stack.c (frame_info): Inline extract_address, replacing it with
7984 extract_unsigned_integer.
7985 * findvar.c (unsigned_pointer_to_address): Ditto.
7986 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7987 * dwarf2expr.c (dwarf2_read_address): Ditto.
7988 * frame.c (frame_pc_unwind): Update comment.
7989 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7990
47e242ec
JJ
79912003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7992
7993 * infptrace.c (detach): Call print_sys_errmsg rather than
7994 perror_with_name to issue warning message when errno is non-zero
7995 after calling ptrace detach.
7996
e2ac8128
JB
79972003-05-21 J. Brobecker <brobecker@gnat.com>
7998
7999 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8000 macro definitions from here...
8001 * hppa-tdep.c: ...to there.
8002
92b3541e
KB
80032003-05-20 Kevin Buettner <kevinb@redhat.com>
8004
8005 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8006 register_ptrace_addr(). Fix all callers.
8007
55809acb
AS
80082003-05-21 Andreas Schwab <schwab@suse.de>
8009
8010 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8011 dependencies.
8012 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8013 end.
8014 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8015 (_initialize_m68k_linux_tdep): New function.
8016 (m68k_linux_frame_saved_pc): Make static.
8017 (m68k_linux_extract_return_value): Likewise.
8018 (m68k_linux_store_return_value): Likewise.
8019 (m68k_linux_extract_struct_value_address): Likewise.
8020 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8021 Remove.
8022 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8023 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8024 (DEPRECATED_FRAME_SAVED_PC): Remove.
8025
0fbc10f7
KW
80262003-05-20 Kris Warkentin <kewarken@qnx.com>
8027
8028 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8029 regset numbering rather than our own.
8030
58da2eb2
DC
80312003-05-19 David Carlton <carlton@bactrian.org>
8032
8033 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8034
1fcb5155
DC
80352003-05-19 David Carlton <carlton@bactrian.org>
8036
8037 Partial fix for PR c++/827.
8038 * cp-support.h: Include symtab.h.
8039 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8040 * cp-namespace.c: Update contributors.
8041 (cp_lookup_symbol_nonlocal): New.
8042 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8043 (lookup_symbol_file): Ditto.
8044 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8045 * block.h: Declare block_scope, block_using, block_global_block.
8046 * block.c (block_scope): New.
8047 (block_using, block_global_block): Ditto.
8048 * Makefile.in (cp_support_h): Depend on symtab_h.
8049 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8050
5f9a71c3
DC
80512003-05-19 David Carlton <carlton@bactrian.org>
8052
8053 * language.h (struct language_defn): Add 'la_value_of_this'
8054 and 'la_lookup_symbol_nonlocal' members.
8055 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8056 lookup_symbol_static, lookup_symbol_global,
8057 lookup_symbol_aux_block.
8058 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8059 if we should search fields of this and how to do static/global
8060 lookup.
8061 (lookup_symbol_aux_block): Make extern.
8062 (basic_lookup_symbol_nonlocal): New.
8063 (lookup_symbol_static, lookup_symbol_global): Ditto.
8064 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8065 'la_lookup_symbol_nonlocal' members.
8066 * c-lang.c (c_language_defn, cplus_language_defn)
8067 (asm_language_defn, minimal_language_defn): Ditto.
8068 * jv-lang.c (java_language_defn): Ditto.
8069 * language.c (unknown_language_defn, auto_language_defn)
8070 (local_language_defn): Ditto.
8071 * m2-lang.c (m2_language_defn): Ditto.
8072 * objc-lang.c (objc_language_defn): Ditto.
8073 * scm-lang.c (scm_language_defn): Ditto.
8074 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8075 * p-lang.c (pascal_language_defn): Ditto for both.
8076 * Makefile.in (f-lang.o): Depend on value_h.
8077 (p-lang.o): Ditto.
8078
89a9d1b1
DC
80792003-05-19 David Carlton <carlton@bactrian.org>
8080
8081 * block.h: Declare block_static_block.
8082 * block.c (block_static_block): New.
8083 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8084 lookup_symbol_aux_local, calling block_static_block instead.
8085 (lookup_symbol_aux_local): Delete 'static_block' argument.
8086
eed3f8ab
DC
80872003-05-19 David Carlton <carlton@bactrian.org>
8088
8089 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8090
a09d8bda
ML
80912003-05-19 Michal Ludvig <mludvig@suse.cz>
8092
8093 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8094 register numbers mapping.
8095
69636828
AF
80962003-05-18 Adam Fedor <fedor@gnu.org>
8097
8098 * symtab.c (completion_list_objc_symbol): New function.
8099 (make_symbol_completion_list): Use it to add ObjC symbols
8100 when looking though the list.
8101 (language_search_unquoted_string): New function.
8102 (make_file_symbol_completion_list): Use it.
8103
55baeb84
AS
81042003-05-18 Andreas Schwab <schwab@suse.de>
8105
d0b45d99
AS
8106 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8107 dependencies.
8108 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8109 as m68k_linux_extract_return_value.
8110 (DEPRECATED_STORE_RETURN_VALUE): Define as
8111 m68k_linux_store_return_value.
8112 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8113 m68k_linux_extract_struct_value_address.
8114 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8115 get_next_frame, get_frame_base, get_frame_pc.
8116 (m68k_linux_frame_saved_pc): Use get_frame_base.
8117 (m68k_linux_extract_return_value): New function.
8118 (m68k_linux_store_return_value): New function.
8119 (m68k_linux_extract_struct_value_address): New function.
8120 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8121
55baeb84
AS
8122 * c-exp.y (typebase): Remove duplicate occurence of
8123 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 8124 of lookup_signed_typename.
55baeb84 8125
b6b08ebf
MK
81262003-05-18 Mark Kettenis <kettenis@gnu.org>
8127
8128 * dwarf2loc.c (find_location_expression): Change type of second
8129 argument to `size_t *'.
8130 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8131 for size variable.
8132
5ad1c190
DC
81332003-05-18 David Carlton <carlton@bactrian.org>
8134
8135 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8136 'linkage_name'. Add comment.
8137 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8138 'linkage_name'.
8139 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8140 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8141 (lookup_block_symbol): Ditto.
8142
b8b527c5
AC
81432003-05-16 Andrew Cagney <cagney@redhat.com>
8144
8145 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8146 * gdbarch.h, gdbarch.c: Re-generate.
8147 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8148 * TODO (REGISTER_BYTES): Delete reference.
8149 * alpha-tdep.c (alpha_gdbarch_init): Update.
8150 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8151 * x86-64-tdep.c (x86_64_init_abi): Update.
8152 * vax-tdep.c (vax_gdbarch_init): Update.
8153 * v850-tdep.c (v850_gdbarch_init): Update.
8154 * sparc-tdep.c (sparc_gdbarch_init): Update.
8155 * sh-tdep.c (sh_gdbarch_init): Update.
8156 * s390-tdep.c (s390_gdbarch_init): Update.
8157 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8158 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8159 (ns32k_gdbarch_init_32382): Update.
8160 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8161 * mcore-tdep.c (mcore_gdbarch_init): Update.
8162 * m68k-tdep.c (m68k_gdbarch_init): Update.
8163 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8164 * ia64-tdep.c (ia64_gdbarch_init): Update.
8165 * i386-tdep.c (i386_gdbarch_init): Update.
8166 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8167 * hppa-tdep.c (hppa_gdbarch_init): Update.
8168 * h8300-tdep.c (h8300_gdbarch_init): Update.
8169 * frv-tdep.c (frv_gdbarch_init): Update.
8170 * cris-tdep.c (cris_gdbarch_init): Update.
8171 * avr-tdep.c (avr_gdbarch_init): Update.
8172 * arm-tdep.c (arm_gdbarch_init): Update.
8173 * sparc-tdep.c (sparc_pop_frame): Update.
8174 * rs6000-tdep.c (rs6000_pop_frame): Update.
8175 * remote.c (init_remote_state): Update.
8176 (remote_prepare_to_store): Update.
8177 * remote-vx.c (vx_prepare_to_store): Update.
8178 * remote-sds.c (sds_fetch_registers): Update.
8179 (sds_prepare_to_store): Update.
8180 * remote-array.c: Update.
8181 * regcache.c (init_legacy_regcache_descr): Update.
8182 (init_regcache_descr): Update.
8183 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8184 (mips_o64_extract_return_value): Update.
8185 * irix5-nat.c (fetch_core_registers): Update.
8186 * irix4-nat.c (fetch_core_registers): Update.
8187 * i386-tdep.h: Update.
8188 * hppa-tdep.c (pa_do_registers_info): Update.
8189 (pa_do_strcat_registers_info): Update.
8190 * cris-tdep.c (cris_register_bytes_ok): Update.
8191 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8192 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8193 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8194 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8195 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8196 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8197 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8198 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8199 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8200 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8201 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8202 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8203 (REGISTER_BYTES_OK): Update.
8204 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8205 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8206
ee2842e2
ILT
82072003-05-16 Ian Lance Taylor <ian@airs.com>
8208
8209 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8210 (vax_print_insn, print_insn_arg): Remove static functions.
8211 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8212 print_insn_vax from opcodes library.
8213 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8214
973177d3
AC
82152003-05-15 Andrew Cagney <cagney@redhat.com>
8216
aaab4dba
AC
8217 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8218 * target.h (memory_breakpoint_from_pc): Delete declaration.
8219 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8220 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8221 * monitor.c (monitor_insert_breakpoint): Use
8222 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8223 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8224 * gdbarch.h, gdbarch.c: Re-generate.
8225 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8226 (sparc_gdbarch_init): Set breakpoint_from_pc to
8227 sparc_breakpoint_from_pc.
8228 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8229 (BREAKPOINT_FROM_PC): Define.
8230 (sparc_breakpoint_from_pc): Declare.
8231 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8232 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8233 (BREAKPOINT_FROM_PC): Define.
8234 (BREAKPOINT): Delete macro.
8235 * target.h: Update comment.
8236 * s390-tdep.c (s390_gdbarch_init): Update comments.
8237 * remote.c: Update comments.
8238 * remote-mips.c: Update comments.
8239 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8240 * mem-break.c: Update comment.
8241 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8242 (ia64_memory_insert_breakpoint): Update.
8243 * config/sparc/tm-sparc.h: Update comment.
8244 * config/pa/tm-hppa64.h: Update comment.
8245 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8246 (rs6000_breakpoint_from_pc): Update.
8247 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8248 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8249 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8250 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8251 (mips_breakpoint_from_pc): Update.
8252 (mips_dump_tdep): Update.
8253
e06963ff
AC
8254 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8255 * minsyms.c (lookup_minimal_symbol): Inline
8256 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8257
973177d3
AC
8258 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8259 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8260 * p-lang.c (pascal_printstr): Ditto.
8261 * objc-lang.c (objc_printstr): Ditto.
8262 * m2-lang.c (m2_printstr): Ditto.
8263 * jv-valprint.c (java_print_value_fields): Ditto.
8264 * f-lang.c (f_printstr): Ditto.
8265 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8266 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8267 for repeat_count_threshold.
8268 * Makefile.in (cp-valprint.o): Update dependencies.
8269
5ea2bd7f 82702003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8271
5ea2bd7f
JJ
8272 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8273 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
8274 they start with mov r2,r12. Support skipping over indirect stores
8275 of the input registers. Upon hitting a non-nop branch instruction
8276 or predicated instruction, bail out by setting lim_pc to the current
8277 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
8278 beyond our calculated value and we have trust_limit set,
8279 use the lim_pc value.
8280
cc8c88f3
AC
82812003-05-15 Andrew Cagney <cagney@redhat.com>
8282
8283 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8284 generic_find_dummy_frame.
8285 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8286 (deprecated_generic_find_dummy_frame): Update.
8287 (deprecated_read_register_dummy): Update.
8288 * frame.c (deprecated_generic_get_saved_register): Update.
8289
909cd28e
TR
82902003-05-15 Theodore A. Roth <troth@openavr.org>
8291
8292 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8293 (avr_gdbarch_init): Set breakpoint_from_pc method.
8294
b923b08d
AC
82952003-05-15 Andrew Cagney <cagney@redhat.com>
8296
8297 * regcache.c (build_regcache): Set deprecated_register_valid
8298 directly.
8299 (deprecated_grub_regcache_for_register_valid): Delete function.
8300 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8301 declaration.
8302
ae2f03ac 83032003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
8304
8305 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
8306 * symtab.c (lookup_symbol_aux): Delete calls to
8307 lookup_symbol_aux_minsyms.
8308 (lookup_symbol_aux_minsyms): Comment out function and
8309 prototype. Delete lookup by mangled name.
ae2f03ac 8310
18ec9831
KB
83112003-05-14 Kevin Buettner <kevinb@redhat.com>
8312
8313 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8314 correctly indicate an empty stack and ``stack_allocated'' to the
8315 indicate the number of elements initially allocated.
8316 (dwarf_expr_grow_stack): Simplify method for computing new
8317 stack size. Don't loop infinitely if ``stack_len'' is zero.
8318 (execute_stack_op): Move ``ctx->in_reg'' initialization
8319 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8320 be used in conjuction with DW_OP_piece. Revise error message
8321 accordingly.
8322
de18ac1f
TR
83232003-05-14 Theodore A. Roth <troth@openavr.org>
8324
8325 * MAINTAINERS: Update my email address.
8326 * avr-tdep.c: Ditto.
8327
176620f1
EZ
83282003-05-14 Elena Zannoni <ezannoni@redhat.com>
8329
8330 * symtab.h (enum domain_enum): Rename from namespace_enum.
8331 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8332 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8333 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8334 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8335 TYPES_NAMESPACE, METHODS_NAMESPACE.
8336 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8337 (struct symbol, struct partial_symbol): Rename field
8338 'namespace_enum namespace' to 'domain_enum domain'.
8339 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8340 Delete old define kludge for namespace.
8341
8342 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8343 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8344 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8345 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8346 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8347 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8348 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8349 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8350 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8351 occurrences of the above.
8352
b7f31508
ILT
83532003-05-14 Ian Lance Taylor <ian@airs.com>
8354
8355 * Makefile.in (install-only): Use $(SHELL) when running
8356 mkinstalldirs.
8357
2fdbdd39
ILT
83582003-05-13 Ian Lance Taylor <ian@airs.com>
8359
a208d82c
ILT
8360 * MAINTAINERS (write after approval): Add myself.
8361
2fdbdd39
ILT
8362 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8363 second and third arguments.
8364 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8365 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8366
fbd9dcd3
AC
83672003-05-13 Andrew Cagney <cagney@redhat.com>
8368
8369 * defs.h (store_address): Delete declaration.
8370 findvar.c (store_address): Delete function.
8371 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8372 store_unsigned_integer.
8373 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8374 * v850-tdep.c (v850_push_arguments): Ditto.
8375 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8376 * sh-tdep.c (sh64_get_saved_register): Ditto.
8377 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8378 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8379 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8380 (mips_get_saved_register): Ditto.
8381 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8382 (find_func_descr, ia64_push_arguments): Ditto.
8383 * i386-tdep.c (i386_push_arguments): Ditto.
8384 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8385 * frv-tdep.c (frv_push_arguments): Ditto.
8386 * frame.c (legacy_saved_regs_prev_register): Ditto.
8387 (deprecated_generic_get_saved_register): Ditto.
8388 * findvar.c (unsigned_address_to_pointer): Ditto.
8389 * dwarf2read.c (dwarf2_const_value): Ditto.
8390 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8391 * alpha-tdep.c (alpha_push_arguments): Ditto.
8392
6760f9e6
JB
83932003-05-12 J. Brobecker <brobecker@gnat.com>
8394
8395 * NEWS: Mention that the hppa-hpux port has been partially
8396 multiarched (32bit ABIT only, so far).
8397
30e221b4
AC
83982003-05-11 Andrew Cagney <cagney@redhat.com>
8399
8400 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8401 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8402 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8403 sim/testsuite/sim/arm/misaligned2.ms, and
8404 sim/testsuite/sim/arm/misaligned3.ms.
8405 * disasm.h (struct ui_file): Add opaque struct declaration.
8406 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8407 * frame.h (struct ui_file): Ditto.
8408
dea7f9ba
MK
84092003-05-11 Mark Kettenis <kettenis@gnu.org>
8410
8411 * value.h: Pretty print.
8412
01986c48
MK
84132003-05-10 Mark Kettenis <kettenis@gnu.org>
8414
8415 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8416
123a958e
AC
84172003-05-08 Andrew Cagney <cagney@redhat.com>
8418
8419 * regcache.h (max_register_size): Delete declaration.
8420 * regcache.c (max_register_size): Delete function.
8421 (struct regcache_descr): Delete field "max_register_size".
8422 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8423 registers fit in MAX_REGISTER_SIZE.
8424 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8425 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8426 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8427 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8428 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8429 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8430 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8431 * dve3900-rom.c, hppa-tdep.c: Ditto.
8432
eb294659
DC
84332003-05-08 David Carlton <carlton@math.stanford.edu>
8434
8435 * valops.c (push_word): Fix typo.
8436
d9d9c31f
AC
84372003-05-08 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8440 * gdbarch.h: Re-generate.
8441 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8442 (legacy_max_register_raw_size): Delete declaration.
8443 * regcache.c (legacy_max_register_raw_size): Delete function.
8444 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8445 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8446 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8447 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8448 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8449 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8450 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8451 * findvar.c, dwarf2cfi.c: Ditto.
8452
22540ece
AC
84532003-05-08 Andrew Cagney <cagney@redhat.com>
8454
8455 * mips-tdep.c (read_signed_register): New function, moved to here
8456 from "regcache.c".
8457 (read_signed_register_pid): Ditto.
8458 * regcache.c (read_signed_register_pid): Delete function, moved to
8459 "mips-tdep.c".
8460 (read_signed_register): Ditto.
8461 * regcache.h (read_signed_register): Delete declaration.
8462 (read_signed_register_pid): Delete declaration.
8463
0c92afe8
AC
84642003-05-08 Andrew Cagney <cagney@redhat.com>
8465
8466 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8467 * gdbarch.h: Re-generate.
8468 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8469 (legacy_max_register_virtual_size): Delete declaration.
8470 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8471 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8472 * tracepoint.c (memrange_sortmerge): Ditto.
8473 * sparc-tdep.c (sparc_print_registers): Ditto.
8474 * regcache.c (legacy_max_register_virtual_size): Delete function.
8475
6037b830
JB
84762002-05-08 J. Brobecker <brobecker@gnat.com>
8477
8478 * fork-child.c (escape_bang_in_quoted_argument): New function.
8479 (fork_inferior): Escape '!' characters in quoted arguments
8480 only when needed.
8481
5d62c8b1
JB
84822003-05-08 J. Brobecker <brobecker@gnat.com>
8483
8484 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8485 the language of the CU is not currently supported by GDB.
8486
20a0e81d
JB
84872003-05-08 J. Brobecker <brobecker@gnat.com>
8488
8489 * defs.h (language): Add language_minimal enum value.
8490 * c-lang.c (minimal_language_defn): New language definition.
8491 (_initialize_c_language): Add the new minimal language to the list
8492 of languages known to GDB.
8493
710ee10a
KB
84942003-05-08 Kevin Buettner <kevinb@redhat.com>
8495
8496 * frame.c (get_frame_type): Don't attempt to lazily initialize
8497 frame's unwinder for legacy frames.
8498
1750fa04
AC
84992003-05-07 Andrew Cagney <cagney@redhat.com>
8500
8501 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8502 and "regcache" parameters.
8503 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8504
ddf9f258 85052003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8506
8507 * dwarf2read.c (dwarf_decode_lines): Only use output of
8508 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8509 the current address.
8510
87767c29
AC
85112003-05-07 Andrew Cagney <cagney@redhat.com>
8512
8513 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8514 code.
8515
5e7b2f39
JB
85162003-05-07 Jim Blandy <jimb@redhat.com>
8517
8518 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8519 'maint info symtabs' and 'maint info psymtabs'.
8520 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8521 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8522 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8523 Declarations updated.
8524 * maint.c (maintenance_list_command): Delete.
8525 (_initialize_maint_cmds): Update calls to add_cmd.
8526 * gdbcmd.h (maintenancelistlist): Delete declaration.
8527 * cli/cli-cmds.c (maintenancelistlist): Delete.
8528 (init_cmd_lists): Don't initialize it.
8529 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8530
f6684c31
AC
85312003-05-07 Andrew Cagney <cagney@redhat.com>
8532
8533 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8534 "regcache".
8535 (d10v_print_registers_info): Update.
8536 (d10v_dmap_register, d10v_imap_register): Delete functions.
8537 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8538 and "imap_register".
8539 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8540 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8541 * arch-utils.c (generic_remote_translate_xfer_address): Add
8542 "regcache" and "gdbarch" parameters.
8543 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8544 parameter. Change class to multi-arch.
8545 * gdbarch.h, gdbarch.c: Re-generate.
8546 * remote.c (remote_xfer_memory): Use
8547 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8548
e4846b08
JJ
85492003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8550
8551 * infrun.c (prev_pc): Move declaration ahead of proceed().
8552 (proceed): Refresh prev_pc value before resuming.
8553 (stop_stepping): Remove code to refresh prev_pc.
8554
6b71b8ac
KW
85552003-05-06 Kris Warkentin <kewarken@qnx.com>
8556
8557 * nto-tdep.c: Removed stray comment.
8558
47979a4b
KW
85592003-05-06 Kris Warkentin <kewarken@qnx.com>
8560
8561 * i386-nto-tdep.c: Fix old K&R function definitions.
8562 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8563 Also change add_show_from_set() call to add_setshow_cmd().
8564 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8565
00905d52
AC
85662003-05-05 Andrew Cagney <cagney@redhat.com>
8567
8568 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8569 (fprint_dummy_frames): New function.
8570 (maintenance_print_dummy_frames): New function.
8571 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8572 * frame.c (fprint_frame_id): Make global.
8573 * frame.h (fprint_frame_id): Declare.
8574 * Makefile.in (dummy-frame.o): Update dependencies.
8575
b1e29e33
AC
85762003-05-05 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8579 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8580 SIZEOF_CALL_DUMMY_WORDS.
8581 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8582 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8583 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8584 CALL_DUMMY_BREAKPOINT_OFFSET.
8585 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8586 CALL_DUMMY_START_OFFSET.
8587 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8588 * gdbarch.h, gdbarch.c: Re-generate.
8589 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8590 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8591 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8592 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8593 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8594 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8595 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8596 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8597 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8598 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8599 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8600 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8601 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8602 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8603 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8604
86052003-05-05 Kris Warkentin <kewarken@qnx.com>
8606
8607 * configure.tgt: Add i[3456]86-*-nto*.
8608 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8609 * nto-tdep.c: New file. Neutrino target support routines.
8610 * nto-tdep.h: New file. Neutrino target header.
8611 * config/tm-qnxnto.h: New file.
8612 * config/i386/i386nto.mt: New file.
8613 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8614
0ce3d317
AC
86152003-05-04 Andrew Cagney <cagney@redhat.com>
8616
8617 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8618 (load_infrun_state): Ditto.
8619 (struct thread_info): Drop "prev_func_name" field.
8620 * thread.c (load_infrun_state): Update.
8621 (save_infrun_state): Update.
8622 * infrun.c (prev_func_name): Delete variable.
8623 (init_wait_for_inferior): Do not clear prev_func_name.
8624 (stop_stepping, keep_going, context_switch): Do not swap
8625 prev_func_name.
8626 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8627 instead of PC_IN_SIGTRAMP.
8628
46654a5b
AC
86292003-05-04 Andrew Cagney <cagney@redhat.com>
8630
8631 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8632 REGISTER_BYTE with register_offset_hack.
8633 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8634 that REGISTER_BYTE is consistent with the regcache.
8635 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8636 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8637
14b08c1b
MK
86382003-05-04 Mark Kettenis <kettenis@gnu.org>
8639
04c8243f
MK
8640 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8641 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8642
14b08c1b
MK
8643 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8644
c7a11e01
JB
86452003-05-03 J. Brobecker <brobecker@gnat.com>
8646
8647 From Thierry Schneider <tpschneider1@yahoo.com>
8648 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8649 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8650 (mi-cmd-symbol.o): Add rule.
8651
7043d8dc
AC
86522003-05-03 Andrew Cagney <cagney@redhat.com>
8653
8654 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8655 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8656 * gdbarch.h, gdbarch.c: Re-generate.
8657 * d10v-tdep.c (d10v_push_dummy_code): New function.
8658 (d10v_gdbarch_init): Set push_dummy_code.
8659 * infcall.c (legacy_push_dummy_code): New function.
8660 (generic_push_dummy_code): New function.
8661 (push_dummy_code): New function.
8662 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8663 instead of dummy_addr, to push_dummy_call. Move call to
8664 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8665 switch.
8666 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8667
92bf2b80
AC
86682003-05-03 Andrew Cagney <cagney@redhat.com>
8669
8670 * disasm.h (print_insn): Declare.
8671 * disasm.c (init_gdb_disassemble_info): New function.
8672 (gdb_disassembly): Call init_gdb_disassemble_info.
8673 (gdb_print_insn): New function.
8674 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8675 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8676 * mcore-tdep.c: Include "disasm.h"
8677 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8678 * d10v-tdep.c: Include "disasm.h".
8679 (display_trace): Call gdb_print_insn, instead of print_insn.
8680 (print_insn): Delete function.
8681 * printcmd.c: Include "disasm.h".
8682 (print_insn): Delete function.
8683 (print_formatted): Call gdb_print_insn, instead of print_insn.
8684 * Makefile.in (printcmd.o): Update dependencies.
8685 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8686
27d94c49
AC
86872003-05-02 Andrew Cagney <cagney@redhat.com>
8688
82de1e5b
AC
8689 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8690 PC_REGNUM, re-indent.
8691 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8692 PC_REGNUM isn't set.
8693
27d94c49
AC
8694 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8695 * gdbarch.h, gdbarch.c: Re-generate.
8696 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8697 register_virtual_size, pc_regnum, or register_bytes.
8698 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8699 (d10v_register_type): Use D10V_PC_REGNUM.
8700 (d10v_print_registers_info, d10v_read_pc): Ditto.
8701 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8702 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8703
a9c0dc7f
DC
87042003-05-02 David Carlton <carlton@bactrian.org>
8705
8706 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8707 the name with mstrsave.
8708
e33d66ec
EZ
87092003-05-02 Elena Zannoni <ezannoni@redhat.com>
8710
8711 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8712 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8713 (host_charset_name, target_charset_name): New vars for use by
8714 set/show commands.
8715 (host_charset_enum, target_charset_enum): New enums for set/show
8716 commands.
8717 (set_charset_sfunc, set_host_charset_sfunc,
8718 set_target_charset_sfunc): New functions.
8719 (set_host_charset, set_target_charset): Make static.
8720 (list_charsets, set_host_charset_command,
8721 set_target_charset_command): Delete functions.
8722 (show_charset_command): Rewrite as....
8723 (show_charset): Hook this up with the set/show command mechanism.
8724 (_initialize_charset): Change names of charsets to match the
8725 set/show enums. Use host_charset_name and target_charset_name.
8726 Use set/show mechanism for charset, host-charset, target-charset
8727 commands. Do not make 'show host-charset' and 'show
8728 target-charset' be aliases of 'show charset'.
8729
8730 * charset.h (set_host_charset, set_target_charset): Don't export,
8731 they are not used outside the file.
8732
2b6fd0d8
AC
87332003-05-01 Andrew Cagney <cagney@redhat.com>
8734
8735 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8736 (gdb_disassembly): Make "di" non static, always initialize and
8737 cleanup. Always use dis_asm_read_memory.
8738 (gdb_dis_asm_read_memory): Delete function.
8739
6ae2f580
AC
87402003-05-01 Andrew Cagney <cagney@redhat.com>
8741
8742 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8743 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8744
810ecf9f
AC
87452003-04-30 Andrew Cagney <cagney@redhat.com>
8746
8747 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8748 "tm_print_insn_info".
8749 (TARGET_PRINT_INSN_INFO): Delete macro.
8750 (dis_asm_read_memory): Delete function declaration.
8751 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8752 (tm_print_insn_info): Delete variable definition.
8753 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8754 * gdbarch.h, gdbarch.c: Re-generate.
8755 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8756 "deprecated_tm_print_insn_info".
8757 * mcore-tdep.c (mcore_dump_insn): Ditto.
8758 * mips-tdep.c (mips_gdbarch_init): Ditto.
8759 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8760 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8761 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8762 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8763 instead of TARGET_PRINT_INSN_INFO, add comment.
8764 * s390-tdep.c (s390_get_frame_info): Instead of
8765 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8766 (s390_check_function_end, s390_is_sigreturn): Ditto.
8767 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8768 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8769 * disasm.c: Include "gdbcore.h".
8770 (_initialize_disasm): New function, initialize
8771 "deprecated_tm_print_insn_info".
8772 (deprecated_tm_print_insn_info): New variable.
8773 (dis_asm_read_memory): Moved from "corefile.c", made static.
8774 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8775 * Makefile.in (disasm.o): Update dependencies.
8776
07020390
AC
87772003-04-30 Andrew Cagney <cagney@redhat.com>
8778
8779 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8780
a9fa03de
AF
87812003-04-29 Adam Fedor <fedor@gnu.org>
8782
8783 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8784 * infcall.c (find_function_addr): Make non-static.
8785 * infcall.h (find_function_addr): Declare.
8786 * Makefile.in (eval.o): Update dependencies.
8787
1bae87b9
AF
87882003-04-28 Adam Fedor <fedor@gnu.org>
8789
8790 * symtab.c (symbol_find_demangled_name): Check for and demangle
8791 ObjC symbols.
8792 (symbol_init_demangled_name): Init for language_objc as well.
8793
0ba6dca9
AC
87942003-04-28 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8797 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8798 * gdbarch.h, gdbarch.c: Re-generate.
8799 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8800 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8801 * inferior.h (deprecated_read_fp): Rename read_fp.
8802 (generic_target_read_fp): Delete declaration.
8803 * regcache.c (generic_target_read_fp): Delete function.
8804 (deprecated_read_fp): Replace read_fp, use
8805 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8806 * d10v-tdep.c (d10v_read_fp): Delete function.
8807 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8808
8809 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8810 deprecated_target_read_fp to generic_target_read_fp.
8811 * sh-tdep.c (sh_gdbarch_init): Ditto.
8812 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8813 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8814 * frv-tdep.c (frv_gdbarch_init): Ditto.
8815
8816 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8817 deprecated_fp_regnum.
8818 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8819 * vax-tdep.c (vax_gdbarch_init): Ditto.
8820 * v850-tdep.c (v850_gdbarch_init): Ditto.
8821 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8822 * sh-tdep.c (sh_gdbarch_init): Ditto.
8823 * s390-tdep.c (s390_gdbarch_init): Ditto.
8824 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8825 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8826 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8827 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8828 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8829 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8830 * i386-tdep.c (i386_gdbarch_init): Ditto.
8831 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8832 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8833 * frv-tdep.c (frv_gdbarch_init): Ditto.
8834 * cris-tdep.c (cris_gdbarch_init): Ditto.
8835 * avr-tdep.c (avr_gdbarch_init): Ditto.
8836 * arm-tdep.c (arm_gdbarch_init): Ditto.
8837 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8838
8839 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8840 * v850-tdep.c (v850_gdbarch_init): Ditto.
8841 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8842 * sh-tdep.c (sh_gdbarch_init): Ditto.
8843 * s390-tdep.c (s390_gdbarch_init): Ditto.
8844 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8845 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8846 * mips-tdep.c (mips_gdbarch_init): Ditto.
8847 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8848 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8849 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8850 * frv-tdep.c (frv_gdbarch_init): Ditto.
8851 * avr-tdep.c (avr_gdbarch_init): Ditto.
8852 * arm-tdep.c (arm_gdbarch_init): Ditto.
8853
8854 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8855 DEPRECATED_FP_REGNUM.
8856 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8857 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8858 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8859 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8860 (sparc32_register_virtual_type): Ditto.
8861 * sh-tdep.c (sh64_frame_chain): Ditto.
8862 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8863 (sh_nofp_frame_init_saved_regs): Ditto.
8864 (sh64_nofp_frame_init_saved_regs): Ditto.
8865 (sh_fp_frame_init_saved_regs): Ditto.
8866 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8867 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8868 * procfs.c (procfs_fetch_registers): Ditto.
8869 (procfs_store_registers): Ditto.
8870 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8871 (store_inferior_registers, fetch_core_registers): Ditto.
8872 (fetch_kcore_registers, clear_regs): Ditto.
8873 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8874 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8875 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8876 * nlm/i386.c (do_status): Ditto.
8877 * mipsv4-nat.c (supply_gregset): Ditto.
8878 * mips-tdep.c: Ditto for comments.
8879 * mips-nat.c (fetch_inferior_registers): Ditto.
8880 (store_inferior_registers, fetch_core_registers): Ditto.
8881 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8882 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8883 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8884 (i386_do_pop_frame, i386_register_type): Ditto.
8885 * hppa-tdep.c (hppa_frame_chain): Ditto.
8886 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8887 (hppa_pop_frame, hppa_read_fp): Ditto.
8888 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8889 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8890 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8891 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8892 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8893 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8894 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8895 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8896 * blockframe.c: Ditto for comments.
8897 * arch-utils.h: Ditto for comments.
8898 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8899 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8900 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8901 * alpha-tdep.h: Ditto for comments.
8902 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8903 (alpha_cannot_store_register): Ditto.
8904 (alpha_push_dummy_frame): Ditto.
8905 * alpha-nat.c (supply_gregset): Ditto.
8906
8907 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8908 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8909 * config/sparc/tm-sparc.h: Update comment.
8910
8911 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8912 deprecated_read_fp instead of TARGET_READ_FP.
8913 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8914 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8915 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8916 deprecated_read_fp instead of read_fp.
8917 * s390-tdep.c (s390_push_arguments): Ditto.
8918 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8919 * frame.h: Ditto in comments.
8920 * frame.c (legacy_get_prev_frame): Ditto.
8921 * dummy-frame.c (dummy_frame_this_id): Ditto.
8922 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8923
d7a27068
AC
89242003-04-28 Andrew Cagney <cagney@redhat.com>
8925
8926 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8927 * gdbarch.h, gdbarch.c: Re-generate.
8928 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8929 * vax-tdep.c (_initialize_vax_tdep): Update.
8930 * v850-tdep.c (_initialize_v850_tdep): Update.
8931 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8932 * s390-tdep.c (_initialize_s390_tdep): Update.
8933 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8934 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8935 * mips-tdep.c (_initialize_mips_tdep): Update.
8936 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8937 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8938 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8939 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8940 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8941 * frv-tdep.c (_initialize_frv_tdep): Update.
8942 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8943 (_initialize_cris_tdep): Update.
8944 * arch-utils.c (legacy_print_insn): Update.
8945 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8946
d2630e69
AF
89472003-04-26 Adam Fedor <fedor@gnu.org>
8948
8949 * linespec.c (decode_objc): New function to decode ObjC calls
8950 (decode_line_1): Check for ObjC calls (using decode_objc)
8951 * Makefile (linespec.o): Update dependencies.
8952
3086aeae
DJ
89532003-04-26 Daniel Jacobowitz <drow@mvista.com>
8954
8955 * breakpoint.h (struct breakpoint_ops): New.
8956 (struct breakpoint): Add ops member.
8957
8958 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8959 (mention): Use new breakpoint ops member.
8960 (set_raw_breakpoint): Initialize ops field to NULL.
8961 (print_exception_catchpoint, print_one_exception_catchpoint)
8962 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8963 (gnu_v3_exception_catchpoint_ops): New.
8964 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8965
1fbec6c3
AF
89662003-04-25 Adam Fedor <fedor@gnu.org>
8967
8968 * Makefile.in (COMMON_OBS): Add objc-lang.o
8969
0ef21242
AC
89702003-04-25 Andrew Cagney <cagney@redhat.com>
8971
8972 * d10v-tdep.c (print_insn): Delete function.
8973 (display_trace): Use TARGET_PRINT_INSN.
8974 (_initialize_d10v_tdep): Do not set tm_print_insn.
8975 (d10v_gdbarch_init): Set print_insn.
8976
f75493ed
AC
89772003-04-25 Andrew Cagney <cagney@redhat.com>
8978
8979 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8980 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8981 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8982 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8983 (nr_dmap_regs, a0_regnum): ... new functions.
8984 (d10v_print_registers_info): Use a0_regnum, use register_size.
8985 (d10v_register_byte): Delete function.
8986 (d10v_register_raw_size): Delete function.
8987 (d10v_register_type): Use a0_regnum.
8988 (d10v_print_registers_info): Use a0_regnum.
8989 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8990 (d10v_gdbarch_init): Do not set register_byte or
8991 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8992 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8993 extract_address.
8994 (trace_command): Use XCALLOC.
8995 (print_insn): Delete reference to tm_print_insn.
8996 (saved_regs_unwinder): Use store_unsigned_integer instead of
8997 store_address.
8998 * frame.h (FRAME_OBSTACK_CALLOC): Define
8999
2202b100
DC
90002003-04-25 David Carlton <carlton@bactrian.org>
9001
9002 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9003
4e45ca2e
AF
90042003-04-24 Adam Fedor <fedor@gnu.org>
9005
9006 * objc-lang.c: Include "valprint.h"
9007 * Makefile.in (objc-lang.o): Update dependencies.
9008
93de3e7f
AF
90092003-04-24 Adam Fedor <fedor@gnu.org>
9010
8ffd9b1b 9011 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
9012 architecture dependant compilation and mark as unimplemented
9013 (until they get put in the gdbarch vector).
9014
0f20eeea
DC
90152003-04-23 David Carlton <carlton@bactrian.org>
9016
9017 * cp-support.c (cp_find_first_component): Accept 'operator' in
9018 more locations.
9019
74cfe982
AC
90202003-04-23 Andrew Cagney <cagney@redhat.com>
9021
9022 * infcall.c (call_function_by_hand): Eliminate redundant
9023 indentation. Move "saved_async" and "old_cleanups" to where they
9024 are needed.
8ffd9b1b 9025
52557533
AC
90262003-04-23 Andrew Cagney <cagney@redhat.com>
9027
9028 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9029 and "buffer". Move the "name" code to where it is needed.
9030
158775de
AC
90312003-04-23 Andrew Cagney <cagney@redhat.com>
9032
9033 * infcall.c (call_function_by_hand): Move variables "start_sp",
9034 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9035 code to ON_STACK switch branch.
8ffd9b1b 9036
ebc7896c
AC
90372003-04-23 Andrew Cagney <cagney@redhat.com>
9038
9039 * infcall.c (call_function_by_hand): Make declaration of "i",
9040 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9041 lint.
9042
d727590f
AC
90432003-04-23 Andrew Cagney <cagney@redhat.com>
9044
9045 * infcall.c (call_function_by_hand): Delete variable
9046 "n_method_args". Localize "param_type"'s declaration to the loop
9047 that it is used. Reinstate code assigning to said variable -
9048 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9049 Rationalize code using "param_type".
9050
d585e13a
AC
90512003-04-22 Andrew Cagney <cagney@redhat.com>
9052
9053 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9054 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9055 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9056 to DEPRECATED_PUSH_RETURN_ADDRESS.
9057
051caad9
KB
90582003-04-22 Kevin Buettner <kevinb@redhat.com>
9059
9060 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9061 on the DWARF2 register number prior to fetching a register.
9062
77296879
JB
90632003-04-22 J. Brobecker <brobecker@gnat.com>
9064
9065 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9066 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 9067 this macro was always set to 0.
77296879
JB
9068 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9069 considering the fact that this macro was always set to 0.
9070 * hppa-tdep.h (hppa_store_return_value): Likewise.
9071 (hppa_extract_return_value): Likewise.
9072
4252f1df
JB
90732003-04-22 J. Brobecker <brobecker@gnat.com>
9074
9075 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9076 the hppa-pro target only.
9077
14604c6b
JB
90782003-04-21 J. Brobecker <brobecker@gnat.com>
9079
9080 Ongoing multi-arch conversion effort for HP/UX:
9081 * config/pa/tm-hppa.h: Move all macro that are no longer
9082 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9083 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9084
77eb01d1
JB
90852003-04-21 J. Brobecker <brobecker@gnat.com>
9086
9087 * config/pa/tm-hppa.h: Obsolete a section that was only used
9088 for hppa-pro.
9089
61995b3b
JB
90902003-04-21 J. Brobecker <brobecker@gnat.com>
9091
9092 Ongoing multi-arch conversion for HP/UX.
9093 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9094 if already defined (allows hppa64 to stay non-multiarched for now).
9095 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9096
4aa79dcc
AC
90972003-04-21 Andrew Cagney <cagney@redhat.com>
9098
9099 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9100
0f751ff2
AC
91012003-04-21 Andrew Cagney <cagney@redhat.com>
9102
9103 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9104 "i386_num_mmx_regs".
9105
04714b91
AC
91062003-04-21 Andrew Cagney <cagney@redhat.com>
9107
9108 * infcall.c: New file.
9109 * infcall.h: New file.
9110 * valarith.c: Include "infcall.h".
9111 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9112 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9113 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9114 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9115 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9116 (SFILES): Add "infcall.c"
9117 (COMMON_OBS): Add "infcall.o".
9118 (infcall.o): Specify dependencies.
9119 * value.h (call_function_by_hand): Delete declaration.
9120 * inferior.h (run_stack_dummy): Delete declaration.
9121 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9122 (run_stack_dummy): Move to "infcall.c", merged into
9123 call_function_by_hand.
9124 * valops.c (call_function_by_hand): Moved to "infcall.c".
9125 (find_function_addr, value_arg_coerce): Ditto.
9126 (unwindonsignal_p, coerce_float_to_double): Ditto.
9127 (_initialize_valops): Move "set/show coerce-float-to-double", and
9128 "set/show unwindonsignal" commands to "infcall.c".
9129 * v850-tdep.c, target.h: Update comments.
9130 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9131 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9132 (sh64_init_extra_frame_info): Update comments.
9133 * mn10300-tdep.c: Update comments.
9134 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9135 * config/sparc/tm-sparc.h: Update comments.
9136 * breakpoint.h: Update comments.
9137 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9138 * arm-tdep.c: Update comment.
9139
f9d3c2a8
MK
91402003-04-19 Mark Kettenis <kettenis@gnu.org>
9141
c40e1eab
MK
9142 * i386-tdep.c (i386_num_register_names): New variable.
9143 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9144 (MM0_REGNUM): Remove redundant parentheses in define.
9145 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9146 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9147 i386_mxcsr_regnum_p): Remove redundant parentheses.
9148 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 9149
94ea66b3
MK
9150 * i386-tdep.c (i386_extract_return_value,
9151 i386_store_return_value): Correct check for availability of
9152 floating-point registers.
9153
54299a1d
MK
9154 * i386-tdep.c (i386_frame_num_args): Remove function.
9155 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9156
c86c27af
MK
9157 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9158 mmx_regnum_to_fp_regnum. Adjust all callers.
9159
f9d3c2a8
MK
9160 * i386-tdep.c (i386_get_longjmp_target): Use
9161 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9162 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9163 extract_address.
9164
94ba74a9
MK
91652003-04-19 Mark Kettenis <kettenis@gnu.org>
9166
9167 * core-regset.c: Update comments to reflect reality. Re-order
9168 includes.
9169 (fetch_core_registers): Use switch instead of if. Remove
9170 redundant prototype.
9171
4074e13c
JB
91722003-04-18 Jim Blandy <jimb@redhat.com>
9173
9174 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 9175 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 9176
e3ab4aba
RH
91772003-04-17 Richard Henderson <rth@redhat.com>
9178
9179 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9180
627bf7c1
EZ
91812003-04-17 Michael Snyder <msnyder@redhat.com>
9182 Karen Bennet <bennet@redhat.com>
9183
9184 Committed by Elena Zannoni <ezannoni@redhat.com>
9185 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 9186
514621a9
EZ
91872003-04-17 Elena Zannoni <ezannoni@redhat.com>
9188
9189 * values.c (value_being_returned): Don't fetch the return
fbe586ae 9190 value if the return type is void.
514621a9 9191
b4acd559
JJ
91922003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9193
9194 * thread-db.c: Reindented.
8ffd9b1b 9195
530b167e 91962003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
9197
9198 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9199 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
9200 as types.
9201
0a48e7e8
MS
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
9212
9213
9214
9215
9216
9217
9218
9219
9220
9221
9222
9223
9224
8ffd9b1b 9225
ab9fe00e
KB
92262003-04-16 Kevin Buettner <kevinb@redhat.com>
9227
610a3745 9228 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
9229 the size of ``long double'' to 16, instead of 8.
9230
e64a344c
MK
92312003-04-16 Mark Kettenis <kettenis@gnu.org>
9232
9233 * i386-linux-nat.c: Add some whitespace to make things more
9234 readable.
9235 (fetch_register, store_register, fetch_inferior_registers,
9236 store_inferior_registers): Get rid of assignment in if-statement.
9237 (store_register): Fix typo in error message.
9238
25d41031
AC
92392003-04-16 Andrew Cagney <cagney@redhat.com>
9240
9241 * utils.c (xmmalloc): Always allocate something, matches
9242 libiberty/xmalloc's semantics.
9243 (xmrealloc, xmcalloc): Ditto.
9244
c50901fd
AC
92452003-04-16 Andrew Cagney <cagney@redhat.com>
9246
9247 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9248 update comments.
9249 (get_frame_type): Initialize unwind and type when needed.
9250 (get_frame_id, frame_register_unwind): Ditto.
9251
f81824a9
AC
92522003-04-16 Andrew Cagney <cagney@redhat.com>
9253
9254 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9255 obsolete.
9256 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9257 * sparcl-stub.c: Obsolete file.
9258 * config/sparc/tm-sparclet.h: Obsolete file.
9259 * sparclet-stub.c: Obsolete file.
9260 * sparclet-rom.c: Obsolete file.
9261 * sparcl-tdep.c: Obsolete file.
9262 * config/sparc/tm-sparclite.h: Obsolete file.
9263 * config/sparc/sparclite.mt: Obsolete file.
9264 * config/sparc/sparclet.mt: Obsolete file.
9265 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9266 sparc86x-*-* obsolete.
9267
9219021c
DC
92682003-04-15 David Carlton <carlton@math.stanford.edu>
9269
9270 * Makefile.in (SFILES): Add cp-namespace.c.
9271 (COMMON_OBS): Add cp-namespace.o.
9272 (block.o): Depend on gdb_obstack_h and cp_support_h.
9273 (buildsym.o): Depend on cp_support_h.
9274 (cp-namespace.o): New.
9275 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9276 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9277 (dwarf2read.o): Depend on cp_support_h.
9278 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9279 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9280 processing_current_namespace.
9281 (read_namespace): Update processing_current_namespace; check for
9282 anonymous namespaces.
9283 (dwarf2_name): New function.
9284 (dwarf2_extension): Ditto.
9285 * cp-support.h: Update copyright, contributors.
9286 Add inclusion guards.
9287 Add opaque declaration for structs obstack, block, symbol.
9288 (struct using_direct): New struct.
9289 Add declarations for cp_find_first_component,
9290 cp_entire_prefix_len, processing_has_namespace_info,
9291 processing_current_namespace, cp_is_anonymous,
9292 cp_add_using_directive, cp_initialize_namespace,
9293 cp_finalize_namespace, cp_set_block_scope,
9294 cp_scan_for_anonymous_namespaces.
9295 * cp-namespace.c: New file.
9296 * cp-support.c: Update copyright.
9297 Include ctype.h, gdb_assert.h, gdbcmd.h.
9298 New variable maint_cplus_cmd_list.
9299 (cp_find_first_component): New function.
9300 (cp_entire_prefix_len, maint_cplus_command)
9301 (first_component_command, _initialize_cp_support): Ditto.
9302 * buildsym.c: Include cp-support.h.
9303 New variable using_list.
9304 (add_symbol_to_list): Check for anonymous namespaces.
9305 (finish_block): Set block's scope.
9306 (start_symtab): Initialize C++ namespace support.
9307 (end_symtab): Finalize C++ namespace support.
9308 * block.h: Add opaque declarations for structs
9309 block_namespace_info, using_direct, and obstack.
9310 Add declarations for block_set_scope and block_set_using.
9311 (struct block): Add 'language_specific' member.
9312 (BLOCK_NAMESPACE): New macro.
9313 * block.c: Include gdb_obstack.h and cp-support.h.
9314 (struct block_namespace_info): New struct.
9315 (block_set_scope): New function.
9316 (block_set_using, block_initialize_namespace): Ditto.
9317
d5a921c9
KB
93182003-04-14 Kevin Buettner <kevinb@redhat.com>
9319
9320 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9321 (locate_base): Return early if there aren't any link map offsets.
9322 (svr4_solib_create_inferior_hook): Warn if shared library support
9323 is unavailable.
9324
d2a52b27
DC
93252003-04-14 David Carlton <carlton@math.stanford.edu>
9326
9327 * symtab.c (symbol_set_names): Add prefix when storing Java names
9328 in hash table. Fix for PR java/1039.
9329
980cae7a
DC
93302003-04-14 David Carlton <carlton@math.stanford.edu>
9331
9332 * symtab.c (symbol_set_names): Rename 'name' arg to
9333 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9334 * symtab.h: Change 'name' argument in declaration of
9335 symbol_set_names to 'linkage_name'.
9336 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9337
e227b13c
AC
93382003-04-14 Andrew Cagney <cagney@redhat.com>
9339
9340 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9341 return the fully sign-extended register value.
9342 (get_frame_pointer): Ditto.
9343 (mips_pop_frame): Initialize "proc_desc" after checking for a
9344 dummy frame.
9345
36712a20
AC
93462003-04-14 Andrew Cagney <cagney@redhat.com>
9347
9348 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9349 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9350 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9351 (mips_push_register): Delete function.
9352 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9353 PUSH_FP_REGNUM.
9354
44ea7b70
JB
93552003-04-14 Jim Blandy <jimb@redhat.com>
9356
9357 * symmisc.c: #include "gdb_regex.h".
9358 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9359 functions.
9360 * maint.c (maintenance_list_command): New function.
9361 (_initialize_maint_cmds): Register the above as commands.
9362 * symtab.h (maintenance_list_symtabs,
9363 maintenance_list_psymtabs): New declarations.
9364 * cli/cli-cmds.c (maintenancelistlist): New variable.
9365 (init_cmd_lists): Initialize it.
9366 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9367 * gdbcmd.h (maintenancelistlist): New declaration.
9368 * Makefile.in (symmisc.o): Update dependencies.
9369
2d0c7962
EZ
93702003-04-14 Elena Zannoni <ezannoni@redhat.com>
9371
9372 * s390-nat.c: Include asm/types.h for addr_t.
9373
1947a811
CV
93742003-04-14 Corinna Vinschen <vinschen@redhat.com>
9375
9376 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9377 actually incoming type.
9378
adb616d7
AC
93792003-04-13 Andrew Cagney <cagney@redhat.com>
9380
9381 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9382 get_next_frame and get_frame_saved_regs.
9383
9b5e151c
AC
93842003-04-13 Andrew Cagney <cagney@redhat.com>
9385
9386 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9387 of gdbarch_num_regs.
9388
ef6e7e13
AC
93892003-04-13 Andrew Cagney <cagney@redhat.com>
9390
9391 * frame.h: Mention what replaced what in "struct frame_info".
9392 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9393 deprecated_update_frame_base_hack and
9394 deprecated_update_frame_pc_hack.
9395 * hppa-tdep.c: Ditto.
9396
61fbb938
DJ
93972003-04-13 Daniel Jacobowitz <drow@mvista.com>
9398
9399 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9400 to read_reg and update its comment. Remove regnum member.
9401 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9402 Don't call read_reg when setting in_reg. Call read_reg to get
9403 the frame base if it's in a register. Return the register number
9404 on the stack instead of in the context. Remove extra arguments
9405 to read_reg.
9406 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9407 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9408 the register number on the expression stack.
9409 (needs_frame_read_reg): Remove extra arguments.
9410
0d53c4c4
DJ
94112003-04-13 Daniel Jacobowitz <drow@mvista.com>
9412
9413 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9414 made non-static.
9415 (execute_stack_op): All callers updated.
9416 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9417 * dwarf2loc.c (find_location_expression): New function.
9418 (dwarf_expr_frame_base): Call it.
9419 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9420 (dwarf2_tracepoint_var_ref): New function, broken out from
9421 locexpr_tracepoint_var_ref.
9422 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9423 Make static.
9424 (loclist_read_variable, loclist_read_needs_frame): New functions.
9425 (loclist_describe_location, loclist_tracepoint_var_ref): New
9426 functions.
9427 (dwarf2_loclist_funcs): New struct location_funcs.
9428 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9429 (struct dwarf2_locexpr_baton): Add comments.
9430 (dwarf2_loclist_funcs): New extern.
9431 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9432 base_address and base_known.
9433 (dwarf_loc_buffer): New variable.
9434 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9435 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9436 (dwarf2_has_info): Initialize dwarf_loc_offset.
9437 (dwarf2_build_psymtabs): Read in .debug_loc.
9438 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9439 DWARF_LOC_SIZE.
9440 (psymtab_to_symtab_1): Likewise. Move base address calculation
9441 here, from...
9442 (dwarf2_get_pc_bounds): ... here. Use the base address from
9443 cu_header.
9444 (dwarf2_symbol_mark_computed): Handle location lists.
9445
6aca59a3
DJ
94462003-04-13 Daniel Jacobowitz <drow@mvista.com>
9447
9448 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9449 if the linkage name demangled successfully.
9450
aca1fcd0
MK
94512003-04-13 Mark Kettenis <kettenis@gnu.org>
9452
97095916
MK
9453 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9454 disassmbly_flavour): Removed.
9455
aca1fcd0
MK
9456 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9457
562a961f
MK
94582003-04-13 Mark Kettenis <kettenis@gnu.org>
9459
9460 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9461
bd013d54
AC
94622003-04-12 Andrew Cagney <cagney@redhat.com>
9463
9464 * frame.h (struct frame_info): Move definition from here ...
9465 * frame.c (struct frame_info): ... to here.
9466
167ef8b1
AC
94672003-04-12 Andrew Cagney <cagney@redhat.com>
9468
9469 * gdbthread.h (save_infrun_state): Delete parameter
9470 "prev_func_start".
9471 (struct thread_info): Delete field "prev_func_start".
9472 (load_infrun_state): Ditto.
9473 * thread.c (load_infrun_state, save_infrun_state): Update.
9474 * infrun.c (prev_func_start): Delete variable.
9475 (context_switch, init_wait_for_inferior): Update.
9476 (stop_stepping, keep_going): Update.
9477
da3331ec
AC
94782003-04-12 Andrew Cagney <cagney@redhat.com>
9479
9480 * gdbarch.sh: Add missing opaque declarations.
9481 * gdbarch.h: Regnerate.
9482 * symtab.h: Add missing opaque declarations.
9483 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9484 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9485 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9486 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9487 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9488 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9489 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9490 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9491 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9492 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9493 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9494 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9495 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9496
18adea3f
AC
94972003-04-11 Andrew Cagney <cagney@redhat.com>
9498
9499 * frame.c (get_frame_id): Return this frame's "id".
9500 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9501 function start.
9502 (legacy_saved_regs_this_id): Replace function body with
9503 internal-error.
9504 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9505 FRAME_OBSTACK_ZALLOC.
9506 (create_new_frame): Mark the frame ID as valid.
9507
2252e863
AO
95082003-04-11 Alexandre Oliva <aoliva@redhat.com>
9509
9510 * Makefile.in (libbfd_h): Added missing setting.
9511 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9512 according to the selected ABI.
9513
a8245ab8
JJ
95142003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9515
9516 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9517
6913c89a
AC
95182003-04-11 Andrew Cagney <cagney@redhat.com>
9519
9520 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9521 SAVED_PC_AFTER_CALL.
9522 * gdbarch.h, gdbarch.c: Regenerate.
9523 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9524 * x86-64-tdep.c (x86_64_init_abi): Update.
9525 * vax-tdep.c (vax_gdbarch_init): Update.
9526 * v850-tdep.c (v850_gdbarch_init): Update.
9527 * sparc-tdep.c (sparc_gdbarch_init): Update.
9528 * sh-tdep.c (sh_gdbarch_init): Update.
9529 * s390-tdep.c (s390_gdbarch_init): Update.
9530 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9531 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9532 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9533 * mips-tdep.c (mips_gdbarch_init): Update.
9534 * mcore-tdep.c (mcore_gdbarch_init): Update.
9535 * m68k-tdep.c (m68k_gdbarch_init): Update.
9536 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9537 * ia64-tdep.c (ia64_gdbarch_init): Update.
9538 (ia64_saved_pc_after_call): Update declaration.
9539 * i386ly-tdep.c (i386lynx_init_abi): Update.
9540 * i386-tdep.c (i386_gdbarch_init): Update.
9541 * hppa-tdep.c (hppa_gdbarch_init): Update.
9542 * h8300-tdep.c (h8300_gdbarch_init): Update.
9543 * frv-tdep.c (frv_gdbarch_init): Update.
9544 * cris-tdep.c (cris_gdbarch_init): Update.
9545 * avr-tdep.c (avr_gdbarch_init): Update.
9546 * arm-tdep.c (arm_gdbarch_init): Update.
9547 * alpha-tdep.c (alpha_gdbarch_init): Update.
9548 * ns32knbsd-nat.c (frame_num_args): Update.
9549 * ns32k-tdep.c (umax_frame_num_args): Update.
9550 * mips-tdep.c (mips_init_frame_pc_first): Update.
9551 * infrun.c (step_over_function): Update.
9552 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9553 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9554 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9555 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9556 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9557 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9558 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9559 * arch-utils.c (init_frame_pc_default): Update.
9560 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9561 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9562 declaration.
8ffd9b1b 9563
38edeab8
AC
95642003-04-11 Andrew Cagney <cagney@redhat.com>
9565
9566 * i387-tdep.c: Update copyright.
9567 (i387_to_double): Delete function.
9568 (double_to_i387): Delete function.
9569
81f8a206
AC
95702003-04-10 Andrew Cagney <cagney@redhat.com>
9571
9572 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9573 frame's function's address. Simplify.
9574 (d10v_frame_unwind_cache): Check that the frame's function is
9575 non-zero.
9576
6e691f7a
JB
95772003-04-10 Jim Blandy <jimb@redhat.com>
9578
9579 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9580 call to set_gdbarch_deprecated_push_arguments.
9581
7f78e237
AC
95822003-04-10 Andrew Cagney <cagney@redhat.com>
9583
9584 * frame.c (fprint_frame_id): New function.
9585 (fprint_frame_type, fprint_frame): New function.
9586 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9587 (create_sentinel_frame, get_frame_id): Ditto.
9588 (frame_id_p, frame_id_eq): Ditto.
9589 (frame_id_inner, create_new_frame): Ditto.
9590 (legacy_get_prev_frame, get_prev_frame): Ditto.
9591 (deprecated_update_frame_pc_hack): Ditto.
9592 (frame_register_unwind): Ditto.
9593 (deprecated_update_frame_base_hack): Ditto.
9594
f870b49b
CV
95952003-04-10 Corinna Vinschen <vinschen@redhat.com>
9596
9597 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9598 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9599 frame_chain function.
9600 * Makefile.in: Add dependencies due to above change.
9601
7c86889b
CV
96022003-04-10 Corinna Vinschen <vinschen@redhat.com>
9603
9604 * blockframe.c (legacy_frame_chain_valid): Move call to
9605 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9606 inside_entry_file.
9607
d0a55772
AC
96082003-04-09 Andrew Cagney <cagney@redhat.com>
9609
9610 * frame.h (struct frame_id): Replace "pc" and "base" with
9611 "stack_addr" and "code_addr". Update comments.
9612 (frame_id_build): Update parameter names and comment.
9613 (struct frame_info): Replace "id_p" and "id" with "this_id".
9614 * dummy-frame.c (dummy_frame_this_id): Update.
9615 * breakpoint.c (print_one_breakpoint): Update.
9616 * frame.c (get_frame_id): Update.
9617 (get_frame_base, frame_id_build): Update.
9618 (create_sentinel_frame, legacy_get_prev_frame): Update.
9619 (deprecated_update_frame_base_hack): Update.
9620 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9621 (frame_id_inner): Ditto.
9622
ac16bf07
AC
96232003-04-09 Andrew Cagney <cagney@redhat.com>
9624
9625 * defs.h (gdb_print_host_address): Make "addr" parameter a
9626 pointer constant.
9627 * utils.c (gdb_print_host_address): Update.
9628
366cfc9e
KB
96292003-04-09 Kevin Buettner <kevinb@redhat.com>
9630
9631 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9632 register number for R0 is 0.
9633
cd983b5c
JB
96342003-04-09 J. Brobecker <brobecker@gnat.com>
9635
9636 * frame.h (struct gdbarch): Add opaque structure definition
9637 to avoid a compilation warning on LynxOS 4.0.
9638
d1340264
AC
96392003-04-09 Andrew Cagney <cagney@redhat.com>
9640
9641 * frame.h (struct frame_info): Delete field "pc". Replace
9642 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9643 structure.
9644 * frame.c (frame_pc_unwind): Update.
9645 (create_sentinel_frame): Do not set "pc".
9646 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9647 (get_frame_pc): Call frame_pc_unwind.
9648 (deprecated_update_frame_pc_hack): Update.
9649 (create_new_frame): Use "pc" not "->pc".
9650
90a6fffb
AC
96512003-04-09 Andrew Cagney <cagney@redhat.com>
9652
9653 * frame.c (get_frame_id): Eliminate code updating "frame".
9654 (legacy_get_prev_frame): Ditto.
9655 (get_frame_base): Return id.base directly.
9656 (deprecated_update_frame_base_hack): Update "id.base".
9657 * frame.h (struct frame_info): Delete field "frame".
9658
2fbce691
AC
96592003-04-09 Andrew Cagney <cagney@redhat.com>
9660
9661 * NEWS: Mention that the "Sequent family" is obsolete.
9662 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9663 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9664 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9665 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9666 * config/i386/tm-ptx4.h: Obsolete file.
9667 * config/i386/tm-ptx.h: Obsolete file.
9668 * symm-tdep.c: Obsolete file.
9669 * config/i386/symmetry.mt: Obsolete file.
9670 * config/i386/tm-symmetry.h: Obsolete file.
9671 * symm-nat.c: Obsolete file.
9672 * config/i386/nm-symmetry.h: Obsolete file.
9673 * config/i386/xm-symmetry.h: Obsolete file.
9674 * config/i386/symmetry.mh: Obsolete file.
9675 * config/i386/nm-ptx4.h: Obsolete file.
9676 * config/i386/ptx4.mh: Obsolete file.
9677 * config/i386/ptx.mt: Obsolete file.
9678 * config/i386/ptx.mh: Obsolete file.
9679 * config/i386/xm-ptx4.h: Obsolete file.
9680 * config/i386/xm-ptx.h: Obsolete file.
9681
78c43945
AC
96822003-04-09 Andrew Cagney <cagney@redhat.com>
9683
9684 Obsolete mips*-*-mach3*.
9685 * NEWS: Mention that mips*-*-mach3* is obsolete.
9686 * m3-nat.c: Obsolete file.
9687 * config/nm-m3.h: Obsolete file.
9688 * config/mips/tm-mipsm3.h: Obsolete file.
9689 * config/mips/mipsm3.mt: Obsolete file.
9690 * config/mips/mipsm3.mh: Obsolete file.
9691 * config/mips/xm-mipsm3.h: Obsolete file.
9692 * mipsm3-nat.c: Obsolete file.
9693 * configure.host: Obsolete mips-dec-mach3*.
9694 * configure.tgt: Obsolete mips*-*-mach3*.
9695
f1908289
AC
96962003-04-09 Andrew Cagney <cagney@redhat.com>
9697
9698 * doublest.h: Update copyright.
9699 (deprecated_store_floating, deprecated_extract_floating): Rename
9700 store_floating and extract_floating. Update comments.
9701 * doublest.c: Update copyright.
9702 (extract_floating_by_length): Replace extract_floating.
9703 (store_floating_by_length): Replace store_floating.
9704 (deprecated_extract_floating): New function.
9705 (deprecated_store_floating): New function.
9706 (extract_typed_floating): Call extract_floating_by_length.
9707 (store_typed_floating): Call store_floating_by_length.
9708 * x86-64-tdep.c (x86_64_store_return_value): Update.
9709 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9710 (sh64_extract_return_value): Update.
9711 (sh_sh4_register_convert_to_virtual): Update.
9712 (sh_sh64_register_convert_to_virtual): Update.
9713 (sh_sh4_register_convert_to_raw): Update.
9714 (sh_sh64_register_convert_to_raw): Update.
9715 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9716 (rs6000_register_convert_to_raw): Update.
9717 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9718 (ia64_register_convert_to_raw): Update.
9719 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9720 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9721 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9722 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9723 (alpha_register_convert_to_raw): Update.
9724
4443bd83
AC
97252003-04-08 Andrew Cagney <cagney@redhat.com>
9726
9727 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9728 * gdbarch.h, gdbarch.c: Re-generate.
9729 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9730 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9731 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9732 conditionally, use frame_pc_unwind as an alternative. Add
9733 comments.
9734 * arch-utils.c (init_frame_pc_default): Only call
9735 SAVED_PC_AFTER_CALL when available.
9736
c0236d92
EZ
97372003-04-08 Elena Zannoni <ezannoni@redhat.com>
9738
fbe586ae 9739 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9740 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9741 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9742 (start_remote): Ditto.
9743 (handle_inferior_event): Ditto.
9744 (save_inferior_status): Ditto.
9745 (restore_inferior_status): Ditto.
9746 * infcmd.c (attach_command): Ditto.
9747 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9748 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9749 * alpha-tdep.c (heuristic_proc_start): Ditto.
9750 * mips-tdep.c (heuristic_proc_start): Ditto.
9751 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9752 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9753 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9754 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9755 * remote-vx.c (vx_create_inferior): Ditto.
9756
97572003-04-08 Elena Zannoni <ezannoni@redhat.com>
9758
9759 * infrun.c (stop_soon_quietly): Make it an enum, to better
9760 override the default behavior of handle_inferior_event.
9761 (clear_proceed_status): Update uses of stop_soon_quietly to
9762 reflect that it is now an enum.
9763 (start_remote): Ditto.
9764 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9765 is set to handle the new GNU/Linux kernel behavior for
9766 attach/sigstop. Update uses of stop_soon_quietly.
9767 * inferior.h (enum stop_kind): New enum.
9768 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9769 Reset normal handle_inferior_event behavior, afterwards.
9770 * fork-child.c (startup_inferior): Update.
9771 * alpha-tdep.c (heuristic_proc_start): Update.
9772 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9773 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9774 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9775 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9776 * remote-vx.c (vx_create_inferior): Update.
9777 * mips-tdep.c (heuristic_proc_start): Update.
9778
1211bce3
EZ
97792003-04-07 Elena Zannoni <ezannoni@redhat.com>
9780
9781 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9782 be freed more than once, causing wild memory corruptions.
1211bce3 9783 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9784 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9785 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9786 with the "core" target.
1211bce3 9787
f0ef6b29
KB
97882003-04-07 Kevin Buettner <kevinb@redhat.com>
9789
9790 * mips-tdep.c (mips_print_fp_register): New function, created from
9791 do_fp_register_row(). Registers are now (also) printed as hex.
9792 Only one register is printed per row.
9793 (mips_print_register, do_fp_register_row): Print floating point
9794 registers with mips_print_fp_register().
9795
8cf71652
AC
97962003-04-06 Andrew Cagney <cagney@redhat.com>
9797
5e488a7b
AC
9798 * valprint.h (inspect_it): Add extern declaration.
9799 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9800 (selectors_info, classes_info): Ditto.
9801 (find_objc_msgcall): Fix indentation.
9802 (objc_printstr): Delete extern declarations.
9803
8cf71652
AC
9804 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9805
e6ba3bc9
AC
98062003-04-06 Andrew Cagney <cagney@redhat.com>
9807
9808 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9809 Update comment.
9810 * frame.c (legacy_saved_regs_this_id): Update.
9811 (legacy_get_prev_frame): Update.
9812 * xstormy16-tdep.c: Update comment.
9813 * sparc-tdep.c (sparc_frame_chain): Update comment.
9814 * blockframe.c (legacy_frame_chain_valid): Update.
9815
55e1d7e7
AC
98162003-04-06 Andrew Cagney <cagney@redhat.com>
9817
996179ee
AC
9818 * valprint.c (val_print_type_code_int): Delete #ifdef
9819 PRINT_TYPELESS_INTEGER code.
9820
55e1d7e7
AC
9821 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9822 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9823 multi-arch definition.
9824 * gdbarch.h: Re-generate.
9825
43bd9a9e
AC
98262003-04-05 Andrew Cagney <cagney@redhat.com>
9827
9828 Eliminate FRAME_FIND_SAVED_REGS.
9829 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9830 Change FSR parameter to a pointer.
9831 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9832 Assume FSR parameter is a pointer.
9833 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9834 Make fsr a pointer.
9835 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9836 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9837 saved_regs a pointer.
9838 (hppa_frame_saved_pc): Ditto.
9839 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9840 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9841 pointer.
9842 (restore_pc_queue): Make fsr a pointer.
9843 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9844 (hppa_frame_chain): Make saved_regs a pointer, call
9845 hppa_frame_init_saved_regs.
9846 * sparc-tdep.c: Include "gdb_assert.h".
9847 (sparc_frame_find_saved_regs): Replace internal_error with
9848 gdb_assert.
9849 * remote-vxsparc.c (vx_read_register): Delete reference to
9850 FRAME_FIND_SAVED_REGS.
9851 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9852 * gdbarch.h: Regenerate.
9853 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9854 (deprecated_get_frame_saved_regs): Delete declaration.
9855 (struct frame_saved_regs): Delete definition.
9856 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9857 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9858 (hppa_frame_find_saved_regs): Delete declaration.
9859 (FRAME_FIND_SAVED_REGS): Delete macro.
9860 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9861 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9862 FRAME_FIND_SAVED_REGS in comment.
9863
be41e9f4
AC
98642003-04-05 Andrew Cagney <cagney@redhat.com>
9865
9866 * frame.c (frame_func_unwind, get_frame_func): New functions.
9867 * frame.h (get_frame_func, frame_func_unwind): Declare.
9868 (struct frame_info): Add field "prev_func" for caching the
9869 previous frame's function address.
9870 * arm-tdep.c (arm_frameless_function_invocation): Combine
9871 get_pc_function_start and get_frame_pc into get_frame_func.
9872 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9873 (sh64_nofp_frame_init_saved_regs): Ditto.
9874 * s390-tdep.c (s390_function_start): Ditto.
9875 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9876 (rs6000_frameless_function_invocation): Ditto.
9877 (rs6000_frame_saved_pc): Ditto.
9878 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9879 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9880 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9881 (i386_frame_init_saved_regs): Ditto.
9882 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9883 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9884 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9885 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9886 * blockframe.c (frameless_look_for_prologue): Ditto.
9887
a01dd7cc
AC
98882003-04-05 Andrew Cagney <cagney@redhat.com>
9889
9890 * frame.c (legacy_get_prev_frame): Link prev to next at the
9891 function start. Update comments.
9892
5e5592e6
AC
98932003-04-05 Andrew Cagney <cagney@redhat.com>
9894
9895 * frame.c (get_frame_id): Update comment.
9896 (legacy_get_prev_frame): Update comment.
9897 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9898 * gdbarch.h: Regenerate.
9899 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9900 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9901
6fba5002
AC
99022003-04-05 Andrew Cagney <cagney@redhat.com>
9903
9904 * stack.c (print_frame_info): Use get_frame_pc.
9905
7df05f2b
AC
99062003-04-04 Andrew Cagney <cagney@redhat.com>
9907
9908 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9909 the frame's type from the unwinder.
9910 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9911 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9912 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9913 (get_frame_base_address): Use get_frame_type.
9914 (get_frame_locals_address, get_frame_args_address): Ditto.
9915 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9916 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9917 (struct frame_info): Add comment explaining why the frame contains
9918 a "type" field.
9919 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9920 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9921 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9922 NORMAL_FRAME.
9923 * frame-unwind.h: Include "frame.h".
9924 (struct frame_unwind): Add "type" field.
9925 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9926
11889732
AC
99272003-04-04 Andrew Cagney <cagney@redhat.com>
9928
9929 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9930 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9931 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9932 get_frame_base.
9933 (d10v_unwind_dummy_id): Use frame_id_build.
9934 * frame.c (find_frame_sal): Use get_frame_pc.
9935 (create_new_frame): Use deprecated_update_frame_pc_hack and
9936 deprecated_update_frame_base_hack.
9937 (create_sentinel_frame): Add comment about ->pc going away.
9938 (get_prev_frame): Add comment about ->pc going away.
9939 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9940 frame_id_build, deprecated_update_frame_pc_hack and
9941 deprecated_update_frame_base_hack.
9942 (select_frame): Use get_frame_pc.
9943 (legacy_saved_regs_this_id): Use frame_id_build.
9944
50c46a0d
EZ
99452003-04-04 Elena Zannoni <ezannoni@redhat.com>
9946
fbe586ae
RH
9947 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9948 signed integer case.
9949 (classify_argument): Handle enumerations and references.
50c46a0d 9950
50bbdbd9
AC
99512003-04-04 Andrew Cagney <cagney@redhat.com>
9952
9953 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9954 ID to NULL.
9955
36018d2e
AF
99562003-04-01 Adam Fedor <fedor@gnu.org>
9957
9958 * gdb/objc-lang.c (selectors_info): Replace calls to
9959 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9960 SYMBOL_NATURAL_NAME.
9961 (classes_info, find_methods): Likewise.
9962
35cec841
KB
99632003-04-03 Kevin Buettner <kevinb@redhat.com>
9964
9965 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9966 ``mach'' to the value determined by bfd_default_set_arch_mach().
9967
43136899
BR
99682003-04-02 Bob Rossi <bob_rossi@cox.net>
9969
9970 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9971 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9972 (mi-cmd-file.o): Update dependencies.
9973
040b99fd
KB
99742003-04-01 Kevin Buettner <kevinb@redhat.com>
9975
9976 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9977 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9978
9a3d7dfd
AF
99792003-04-01 Adam Fedor <fedor@gnu.org>
9980
9981 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9982 * language.h (struct language_defn): Add la_demangle.
9983 (language_demangle): Declare.
9984 * language.c (language_demangle): New function.
9985 (unk_lang_demangle): Likewise.
9986 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9987 Add ukn_lang_demangle.
9a3d7dfd 9988 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9989 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9990 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9991 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9992 * jv-lang.c (java_demangle): New function
9993 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9994 * objc-lang.c (objc_demangle): Add options argument
9995 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9996 * maint.c (maintenance_demangle): Replace switch with
9997 call to language_demangle.
9998 * utils.c (fprintf_symbol_filtered): Likewise.
9999
5e074003
AC
100002003-04-01 Andrew Cagney <cagney@redhat.com>
10001
10002 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10003 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10004 PRINT_TYPELESS_INTEGER.
10005 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10006 PUSH_RETURN_ADDRESS.
10007
270cb5d6
AC
100082003-04-01 Andrew Cagney <cagney@redhat.com>
10009
10010 * Makefile.in (d10v-tdep.o): Update dependencies.
10011 * d10v-tdep.c: Include "frame-base.h".
10012 (d10v_frame_unwind): Make constant.
10013 (d10v_frame_base_address): New function.
10014 (d10v_frame_base): New variable.
10015 (d10v_gdbarch_init): Set frame_base default.
10016 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10017 comment for base.
10018 (d10v_frame_unwind_cache): Set and use "prev_sp".
10019 (d10v_frame_this_id): Use the previous frame's inner most stack
10020 address and this frame's func address for the frame ID. Use
10021 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 10022
6bfb3e36
AC
100232003-04-01 Andrew Cagney <cagney@redhat.com>
10024
10025 * frame.h (get_frame_locals_address, get_frame_args_address):
10026 Refer to the base address, instead of the address of the first
10027 local or parameter.
8ffd9b1b 10028
da62e633
AC
100292003-04-01 Andrew Cagney <cagney@redhat.com>
10030
10031 Add frame debug info addresses:
10032 * frame-base.c: New file.
10033 * frame-base.h: New file.
10034 * frame.h (struct frame_base): Add opaque declaration.
10035 (get_frame_base): Update comment.
10036 (get_frame_base_address): Declare.
10037 (get_frame_locals_address): Declare.
10038 (get_frame_args_address): Declare.
10039 (struct frame_info): Add "base" and "base_cache". Update
10040 comments on the unwinder.
10041 * frame.c: Include "frame-base.h".
10042 (get_frame_locals_address): New function.
10043 (get_frame_base_address): New function.
10044 (get_frame_args_address): New function.
10045 * findvar.c (read_var_value): Use get_frame_locals_address and
10046 get_frame_args_address.
10047 * stack.c (frame_info): Use get_frame_locals_address and
10048 get_frame_args_address.
10049 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10050 moved to "frame-base.c".
10051 * printcmd.c (print_frame_nameless_args): Ditto.
10052 * symtab.h (address_class): Update comments.
10053 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10054 get_frame_base_address.
10055 * dwarf2expr.c (execute_stack_op): Ditto.
10056 * Makefile.in (frame_base_h): Define.
10057 (frame.o): Update dependencies.
10058 (frame-base.o): Add dependencies.
10059 (SFILES): Add frame-base.c.
10060 (COMMON_OBS): Add frame-base.o.
10061
3d30e9c2
AC
100622003-04-01 Andrew Cagney <cagney@redhat.com>
10063
10064 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10065 CALL_DUMMY_LENGTH): Ditto.
10066 * gdbarch.c: Re-generate.
10067 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10068 (CALL_DUMMY_LENGTH): Delete macro.
10069 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10070 * arm-tdep.c (arm_gdbarch_init): Ditto.
10071 * avr-tdep.c (avr_gdbarch_init): Ditto.
10072 * cris-tdep.c (cris_gdbarch_init): Ditto.
10073 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10074 * frv-tdep.c (frv_gdbarch_init): Ditto.
10075 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10076 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10077 * i386-tdep.c (i386_gdbarch_init): Ditto.
10078 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10080 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10081 * mips-tdep.c (mips_gdbarch_init): Ditto.
10082 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10083 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10084 * s390-tdep.c (s390_gdbarch_init): Ditto.
10085 * sh-tdep.c (sh_gdbarch_init): Ditto.
10086 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10087 * v850-tdep.c (v850_gdbarch_init): Ditto.
10088 * vax-tdep.c (vax_gdbarch_init): Ditto.
10089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10090
ce0c7262
CV
100912003-04-01 Corinna Vinschen <vinschen@redhat.com>
10092
10093 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10094
73dd234f
AC
100952003-04-01 Andrew Cagney <cagney@redhat.com>
10096
10097 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10098 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10099 * gdbarch.h, gdbarch.c: Re-generate.
10100 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10101 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10102 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10103 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10104 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10105 * infcmd.c (run_stack_dummy): Simplify assuming
10106 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10107 * infrun.c (handle_inferior_event): Ditto.
10108 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10109 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10110 * arm-tdep.c (arm_gdbarch_init): Ditto.
10111 * avr-tdep.c (avr_gdbarch_init): Ditto.
10112 * cris-tdep.c (cris_gdbarch_init): Ditto.
10113 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10114 * frv-tdep.c (frv_gdbarch_init): Ditto.
10115 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10116 * i386-tdep.c (i386_gdbarch_init): Ditto.
10117 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10119 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10120 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10121 * mips-tdep.c (mips_gdbarch_init): Ditto.
10122 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10123 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10124 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10125 * s390-tdep.c (s390_gdbarch_init): Ditto.
10126 * sh-tdep.c (sh_gdbarch_init): Ditto.
10127 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10128 * v850-tdep.c (v850_gdbarch_init): Ditto.
10129 * vax-tdep.c (vax_gdbarch_init): Ditto.
10130 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10131
97606a13
DJ
101322003-04-01 Daniel Jacobowitz <drow@mvista.com>
10133
10134 * symfile.c (symfile_relocate_debug_section): Update call to
10135 bfd_simple_get_relocated_section_contents.
10136
e8ab51f7
AC
101372003-03-31 Andrew Cagney <cagney@redhat.com>
10138
10139 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10140 * gdbarch.h, gdbarch.c: Regenerate.
10141 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10142 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10143 available.
10144 * frame.h (generic_fix_call_dummy): Delete declaration.
10145 * dummy-frame.h: Update comment.
10146 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10147 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10148 fix_call_dummy.
10149 * sh-tdep.c (sh_gdbarch_init): Ditto.
10150 * s390-tdep.c (s390_gdbarch_init): Ditto.
10151 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10152 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10153 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10154 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10155 * i386-tdep.c (i386_gdbarch_init): Ditto.
10156 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10157 * frv-tdep.c (frv_gdbarch_init): Ditto.
10158 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10159 * cris-tdep.c (cris_gdbarch_init): Ditto.
10160 * avr-tdep.c (avr_gdbarch_init): Ditto.
10161 * arm-tdep.c (arm_gdbarch_init): Ditto.
10162
018d1b48
JB
101632003-03-31 J. Brobecker <brobecker@gnat.com>
10164
10165 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10166 (INIT_FRAME_AP): Likewise.
10167 (EXTRA_FRAME_INFO): Likewise.
10168
e9a2674e
AC
101692003-03-31 Andrew Cagney <cagney@redhat.com>
10170
10171 * gdbarch.sh: Include "symfile.h".
10172 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10173 * gdbarch.h, gdbarch.c: Re-generate.
10174 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10175 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10176 call_dummy_address, the default is at entry_point_address.
10177 * v850-tdep.c (v850_gdbarch_init): Ditto.
10178 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10179 * sh-tdep.c (sh_gdbarch_init): Ditto.
10180 * s390-tdep.c (s390_gdbarch_init): Ditto.
10181 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10182 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10183 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10184 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10185 * i386-tdep.c (i386_gdbarch_init): Ditto.
10186 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10187 * frv-tdep.c (frv_gdbarch_init): Ditto.
10188 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10189 * cris-tdep.c (cris_gdbarch_init): Ditto.
10190 * arm-tdep.c (arm_gdbarch_init): Ditto.
10191
e8a8712a
AC
101922003-03-31 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbarch.sh (CALL_DUMMY_P): Delete.
10195 * gdbarch.h, gdbarch.c: Re-generate.
10196 * inferior.h (CALL_DUMMY_P): Delete macro.
10197 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10198 * vax-tdep.c (vax_gdbarch_init): Update.
10199 * v850-tdep.c (v850_gdbarch_init): Update.
10200 * sparc-tdep.c (sparc_gdbarch_init): Update.
10201 * sh-tdep.c (sh_gdbarch_init): Update.
10202 * s390-tdep.c (s390_gdbarch_init): Update.
10203 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10204 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10205 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10206 * mips-tdep.c (mips_gdbarch_init): Update.
10207 * mcore-tdep.c (mcore_gdbarch_init): Update.
10208 * m68k-tdep.c (m68k_gdbarch_init): Update.
10209 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10210 * ia64-tdep.c (ia64_gdbarch_init): Update.
10211 * i386-tdep.c (i386_gdbarch_init): Update.
10212 * h8300-tdep.c (h8300_gdbarch_init): Update.
10213 * frv-tdep.c (frv_gdbarch_init): Update.
10214 * d10v-tdep.c (d10v_gdbarch_init): Update.
10215 * cris-tdep.c (cris_gdbarch_init): Update.
10216 * breakpoint.c (deprecated_frame_in_dummy): Update.
10217 * avr-tdep.c (avr_gdbarch_init): Update.
10218 * alpha-tdep.c (alpha_gdbarch_init): Update.
10219 * arm-tdep.c (arm_gdbarch_init): Update.
10220 * dummy-frame.c (dummy_frame_this_id): Update comments.
10221 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10222 * frame.c (legacy_get_prev_frame): Ditto.
10223 * valops.c (call_function_by_hand): Delete function.
10224 (hand_function_call): Rename to call_function_by_hand
10225
ed234cf8
AC
102262003-03-30 Andrew Cagney <cagney@redhat.com>
10227
10228 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 10229 * value.h (struct value): Update comment.
ed234cf8 10230
06c77151
AC
102312003-03-30 Andrew Cagney <cagney@redhat.com>
10232
6c2b5168
AC
10233 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10234 D10V_FP_REGNUM.
10235 (d10v_gdbarch_init): Do not set fp_regnum.
10236
06c77151
AC
10237 * frame.c (get_frame_base): Force ID initialization.
10238 (get_prev_frame): Move computation of the frame ID from here ...
10239 (get_frame_id): ... to here.
10240 (legacy_get_prev_frame): Mark the frame ID as valid.
10241 * frame.h (struct frame_info): Add field "id_p".
10242
97a1a11c
MK
102432003-03-30 Mark Kettenis <kettenis@gnu.org>
10244
10245 * i386-tdep.c (i386_store_struct_return): Removed.
10246 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10247
6c0e89ed
AC
102482003-03-30 Andrew Cagney <cagney@redhat.com>
10249
10250 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10251 * gdbarch.h, gdbarch.c: Regenerate.
10252 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10253 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10254 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10255 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10256 * i386-tdep.c (i386_gdbarch_init): Ditto.
10257 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10258 * cris-tdep.c (cris_gdbarch_init): Ditto.
10259 * vax-tdep.c (vax_gdbarch_init): Ditto.
10260 * s390-tdep.c (s390_gdbarch_init): Ditto.
10261 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10262 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10263 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10264 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10265 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10266 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10267 * sparc-tdep.c (sparc_gdbarch_init): Update.
10268 * sh-tdep.c (sh_gdbarch_init): Update.
10269 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10270 * mips-tdep.c (mips_gdbarch_init): Update.
10271 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10272 * ia64-tdep.c (ia64_gdbarch_init): Update.
10273 * frv-tdep.c (frv_gdbarch_init): Update.
10274 * avr-tdep.c (avr_gdbarch_init): Update.
10275 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10276 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10277 instead of when push_dummy_call is not available.
8ffd9b1b 10278
f7dd6af2
AC
102792003-03-30 Andrew Cagney <cagney@redhat.com>
10280
10281 * infttrace.c: Include "gdbthread.h".
10282 (parent_attach_all): Fix function signature.
10283 (call_ptrace): Update call.
10284 * Makefile.in (infttrace.o): Update dependencies.
10285
28f617b3
AC
102862003-03-30 Andrew Cagney <cagney@redhat.com>
10287
10288 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10289 PUSH_RETURN_ADDRESS.
10290 * gdbarch.h, gdbarch.c: Regenerate.
10291 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10292 * x86-64-tdep.c (x86_64_init_abi): Update.
10293 * v850-tdep.c (v850_gdbarch_init): Update.
10294 * sparc-tdep.c (sparc_gdbarch_init): Update.
10295 * sh-tdep.c (sh_gdbarch_init): Update.
10296 * s390-tdep.c (s390_gdbarch_init): Update.
10297 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10298 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10299 * mips-tdep.c (mips_gdbarch_init): Update.
10300 * mcore-tdep.c (mcore_gdbarch_init): Update.
10301 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10302 * ia64-tdep.c (ia64_gdbarch_init): Update.
10303 * i386-tdep.c (i386_gdbarch_init): Update.
10304 * h8300-tdep.c (h8300_gdbarch_init): Update.
10305 * frv-tdep.c (frv_gdbarch_init): Update.
10306 * cris-tdep.c (cris_gdbarch_init): Update.
10307 * avr-tdep.c (avr_gdbarch_init): Update.
10308 * arm-tdep.c (arm_gdbarch_init): Update.
10309 * valops.c (hand_function_call): Update.
10310
4d628cd7
AC
103112003-03-29 Andrew Cagney <cagney@redhat.com>
10312
10313 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10314 sizeof_call_dummy_words.
10315 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10316 define.
10317 * gdbarch.h: Regenerate.
8ffd9b1b 10318
65e82032
AC
103192003-03-29 Andrew Cagney <cagney@redhat.com>
10320
10321 * infttrace.h: New file.
10322 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10323 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10324 (hpread_read_doc_function_type): Detect an initialized type1.
10325 (hpread_quick_traverse): Initialize mod_name_string.
10326 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10327 (som_solib_get_solib_by_pc): Declare.
10328 (so_lib_thread_start_addr): Declare.
10329 (no_shared_libraries): Declare.
10330 * somread.c (init_import_symbols): Make static. Add forward
10331 declaration.
10332 * config/pa/nm-hppah.h: Include "infttrace.h" for
10333 parent_attach_all.
10334 (hppa_insert_hw_watchpoint): Declare.
10335 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10336 * hppah-nat.c: Include "gdb_string.h".
10337 (parent_attach_all): Delete extern declaration, moved to
10338 "infttrace.h".
10339 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10340 int.
10341 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10342 * Makefile.in (infttrace_h): Define.
10343 (hpread.o): Update dependencies.
10344 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10345 * hppa-hpux-tdep.c: Include "gdb_string.h".
10346 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10347 * infrun.c (handle_inferior_event): Always initialize
10348 stepped_after_stopped_by_watchpoint. Add default and remove
10349 fallthrough in switch statement.
10350 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10351 parameter to int.
10352 (hppa_remove_hw_watchpoint): Ditto.
10353
2c3bbe77
AC
103542003-03-29 Andrew Cagney <cagney@redhat.com>
10355
10356 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10357 offset.
10358
2dd604e7
RE
103592003-03-29 Richard Earnshaw <rearnsha@arm.com>
10360
10361 * arm-tdep.c (arm_push_arguments): Delete.
10362 (struct stack_item): New type.
10363 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10364 (arm_store_struct_return): Delte.
10365 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10366 arm_push_arguments or arm_store_struct_return.
10367
e8933a55
AC
103682003-03-28 Andrew Cagney <cagney@redhat.com>
10369
10370 * Makefile.in (d10v-tdep.o): Update dependencies.
10371 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10372 * d10v-tdep.c: Include "remote.h".
10373 (target_resume_hook): Delete extern declaration.
10374 (target_wait_loop_hook): Ditto.
10375 (tdisassemble_command): Eliminate assignment in "if" conditional.
10376 (d10v_ts2_register_sim_regno): Eliminate call to
10377 legacy_register_sim_regno.
10378 (d10v_ts3_register_sim_regno): Ditto.
10379
6949171e
JJ
103802003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10381
10382 * thread.c: Reindented.
10383 * lin-lwp.c: Ditto.
10384 * linux-proc.c: Ditto.
10385
98c7071f
BR
103862003-03-28 Bob Rossi <bob_rossi@cox.net>
10387
fbe586ae 10388 * MAINTAINERS (write after approval): Add myself.
98c7071f 10389
5edc9ca6
TR
103902003-03-27 Theodore A. Roth <troth@openavr.org>
10391
10392 * objc-exp.y: Add missing semi-colons.
10393
378bfd1b
AC
103942003-03-27 Andrew Cagney <cagney@redhat.com>
10395
10396 * regcache.c (write_sp): Delete function and references.
10397 * inferior.h (write_sp): Delete declaration.
10398 * valops.c (hand_function_call): Replace write_sp with
10399 TARGET_WRITE_SP.
10400 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10401 (sparc_pop_frame): Ditto.
8ffd9b1b 10402
56056df7
AC
104032003-03-27 Andrew Cagney <cagney@redhat.com>
10404
10405 * NEWS: Mention removal of support for hppa*-*-bsd* and
10406 hppa*-*-osf* natives, and hppa*-*-pro* target.
10407 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10408 * config/pa/xm-pa.h: Obsolete file.
10409 * config/pa/xm-hppab.h: Obsolete file.
10410 * config/pa/nm-hppab.h: Obsolete file.
10411 * config/pa/tm-hppab.h: Obsolete file.
10412 * config/pa/tm-hppao.h: Obsolete file.
10413 * config/pa/nm-hppao.h: Obsolete file.
10414 * config/pa/tm-pro.h: Obsolete file.
10415 * config/pa/hppaosf.mt: Obsolete file.
10416 * config/pa/hppaosf.mh: Obsolete file.
10417 * config/pa/hppapro.mt: Obsolete file.
10418 * config/pa/hppabsd.mt: Obsolete file.
10419 * config/pa/hppabsd.mh: Obsolete file.
10420 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10421 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10422 hppa*-*-osf*.
10423
5873a88d
AC
104242003-03-27 Andrew Cagney <cagney@redhat.com>
10425
10426 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10427 push_arguments. Don't set push_return_address or write_sp.
10428 (d10v_push_dummy_call): Replace d10v_push_arguments.
10429 (d10v_push_return_address, d10v_write_sp): Delete function,
10430 handled by push_dummy_call.
10431
b81774d8
AC
104322003-03-26 Andrew Cagney <cagney@redhat.com>
10433
10434 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10435 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10436 regcache and dummy_addr parameters.
10437 * gdbarch.h, gdbarch.c: Re-generate.
10438 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10439 available; assume it will handle stack alignment and return
10440 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10441 legacy_push_arguments.
10442 (legacy_push_arguments): Rename default_push_arguments.
10443 * value.h (legacy_push_arguments): Rename default_push_arguments.
10444 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10445 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10446 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10447 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10448 * config/i386/tm-symmetry.h: Update.
10449 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10450 * x86-64-tdep.c (x86_64_init_abi): Update.
10451 * v850-tdep.c (v850_gdbarch_init): Update.
10452 * sparc-tdep.c (sparc_gdbarch_init): Update.
10453 * sh-tdep.c (sh_gdbarch_init): Update.
10454 * s390-tdep.c (s390_gdbarch_init): Update.
10455 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10456 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10457 * mips-tdep.c (mips_gdbarch_init): Update.
10458 * mcore-tdep.c (mcore_gdbarch_init): Update.
10459 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10460 * ia64-tdep.c (ia64_gdbarch_init): Update.
10461 * i386-tdep.c (i386_gdbarch_init): Update.
10462 * hppa-tdep.c (hppa_gdbarch_init): Update.
10463 * h8300-tdep.c (h8300_gdbarch_init): Update.
10464 * frv-tdep.c (frv_gdbarch_init): Update.
10465 * d10v-tdep.c (d10v_gdbarch_init): Update.
10466 * cris-tdep.c (cris_gdbarch_init): Update.
10467 * avr-tdep.c (avr_gdbarch_init): Update.
10468 * arm-tdep.c (arm_gdbarch_init): Update.
10469 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10470 * alpha-tdep.c (alpha_gdbarch_init): Update.
10471
f541410f
DJ
104722003-03-26 Daniel Jacobowitz <drow@mvista.com>
10473
10474 * signals/signals.c (do_target_signal_to_host): Correct realtime
10475 signal range test.
10476
69f567ae
DJ
104772003-03-26 Daniel Jacobowitz <drow@mvista.com>
10478
10479 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10480 (struct sal_chain, map_catch_names): Remove.
10481 (catch_exception_command_1): Don't call
10482 handle_gnu_4_16_catch_command.
10483
d5d14a5a
DJ
104842003-03-26 Daniel Jacobowitz <drow@mvista.com>
10485
10486 From Mark Dettinger <dettinge@de.ibm.com>:
10487 * dwarf2cfi.c (read_2u): Increment pointer by two.
10488
bdd73e22
DJ
104892003-03-26 Daniel Jacobowitz <drow@mvista.com>
10490
10491 * signals/signals.c: Fix typos in last change.
10492
960cb555
DJ
104932003-03-26 Daniel Jacobowitz <drow@mvista.com>
10494
10495 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10496 not already defined. Use __SIGRTMIN if available.
10497 (target_signal_from_host): Remove SIGRTMIN block.
10498 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10499 the signal is within the realtime range.
10500
f636b87d
AF
105012003-03-25 Adam Fedor <fedor@gnu.org>
10502
10503 * Makefile.in (infrun.o): Add $(language_h)
10504 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10505 for language specific trampolines.
10506 * language.h (struct language_defn): Add skip_trampoline.
10507 (skip_language_trampoline): Declare.
10508 * language.c (unk_lang_trampoline, skip_language_trampoline):
10509 New functions.
10510 (unknown_language_defn, auto_language_defn, local_language_defn):
10511 Add ukn_lang_trampoline.
10512 * ada-lang.c (ada_language_defn): Add NULL for language
10513 specific skip_trampoline.
10514 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10515 scm-lang.c: Likewise.
10516 * objc-lang.c (objc_skip_trampoline): New function.
10517 (objc_language_defn): Add objc_skip_trampoline.
10518
28f617b3 105192003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10520
10521 * frame.c (get_prev_frame): Delay validating a frame's ID -
10522 non-NULL, didn't go backwards - until an attempt to unwind it to
10523 the previous frame.
10524
f933a9c5
AC
105252003-03-25 Andrew Cagney <cagney@redhat.com>
10526
10527 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10528 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10529 * gdbarch.h, gdbarch.c: Re-generate.
10530 * config/sparc/tm-sparc.h
10531 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10532 * sparc-tdep.c (sparc_gdbarch_init): Set
10533 deprecated_extra_stack_alignment_needed.
10534 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10535 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10536 extra_stack_alignment_needed.
10537 * v850-tdep.c (v850_gdbarch_init): Ditto.
10538 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10539 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10540 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10541 * cris-tdep.c (cris_gdbarch_init): Ditto.
10542 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10543 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10544
4183d812
AC
105452003-03-25 Andrew Cagney <cagney@redhat.com>
10546
10547 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10548 STORE_STRUCT_RETURN.
10549 * gdbarch.h, gdbarch.c: Regenerate.
10550 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10551 (d10v_push_arguments): Set the struct return register.
10552 (d10v_gdbarch_init): Update.
10553 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10554 * x86-64-tdep.c (x86_64_init_abi): Update.
10555 * vax-tdep.c (vax_gdbarch_init): Update.
10556 * v850-tdep.c (v850_gdbarch_init): Update.
10557 * sparc-tdep.c (sparc_gdbarch_init): Update.
10558 * sh-tdep.c (sh_gdbarch_init): Update.
10559 * s390-tdep.c (s390_gdbarch_init): Update.
10560 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10561 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10562 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10563 * mips-tdep.c (mips_gdbarch_init): Update.
10564 * mcore-tdep.c (mcore_gdbarch_init): Update.
10565 * m68k-tdep.c (m68k_gdbarch_init): Update.
10566 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10567 * ia64-tdep.c (ia64_gdbarch_init): Update.
10568 * i386-tdep.c (i386_gdbarch_init): Update.
10569 * hppa-tdep.c (hppa_gdbarch_init): Update.
10570 * h8300-tdep.c (h8300_gdbarch_init): Update.
10571 * frv-tdep.c (frv_gdbarch_init): Update.
10572 * cris-tdep.c (cris_gdbarch_init): Update.
10573 * avr-tdep.c (avr_gdbarch_init): Update.
10574 * arm-tdep.c (arm_gdbarch_init): Update.
10575 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10576
1bf6d5cc
AC
105772003-03-25 Andrew Cagney <cagney@redhat.com>
10578
10579 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10580 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10581 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10582 * gdbarch.h, gdbarch.c: Regenerate.
10583 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10584 call_dummy_stack_adjust_p.
10585 * vax-tdep.c (vax_gdbarch_init): Ditto.
10586 * v850-tdep.c (v850_gdbarch_init): Ditto.
10587 * sh-tdep.c (sh_gdbarch_init): Ditto.
10588 * s390-tdep.c (s390_gdbarch_init): Ditto.
10589 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10590 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10591 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10592 * mips-tdep.c (mips_gdbarch_init): Ditto.
10593 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10594 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10595 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10596 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10597 * i386-tdep.c (i386_gdbarch_init): Ditto.
10598 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10599 * frv-tdep.c (frv_gdbarch_init): Ditto.
10600 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10601 * cris-tdep.c (cris_gdbarch_init): Ditto.
10602 * avr-tdep.c (avr_gdbarch_init): Ditto.
10603 * arm-tdep.c (arm_gdbarch_init): Ditto.
10604 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10605 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10606 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10607 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10608 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10609 call_dummy_stack_adjust_p.
10610 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10611 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10612 * sparc-tdep.c (sparc32_push_arguments): Update.
10613 * valops.c (hand_function_call): Update.
10614
71c08af0
CV
106152003-03-25 Corinna Vinschen <vinschen@redhat.com>
10616
10617 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10618 set_gdbarch_char_signed.
10619
30757f90
RE
106202003-03-25 Richard Earnshaw <rearnsha@arm.com>
10621
10622 PR cli/548
10623 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10624
03d48a7d
RE
106252003-03-25 Richard Earnshaw <rearnsha@arm.com>
10626
10627 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10628 (_initialize_arm_tdep): Don't set tm_print_insn.
10629
2cf6873c
AF
106302003-03-24 Adam Fedor <fedor@gnu.org>
10631
10632 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10633 * objc-lang.h: Add multiple inclusion protection.
10634 (start_msglist, add_msglist, end_msglist): Additional declarations.
10635
17c0759e
RE
106362003-03-24 Richard Earnshaw <rearnsha@arm.com>
10637
10638 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10639 value was renamed to ARM_FLOAT_SOFT_FPA.
10640
618ce49f
AC
106412003-03-23 Andrew Cagney <cagney@redhat.com>
10642
10643 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10644 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10645 * gdbarch.h, gdbarch.c: Regenerate.
10646 * valops.c (hand_function_call): Update.
10647 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10648 * frame.c (legacy_saved_regs_this_id): Update.
10649 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10650 * dummy-frame.h: Update.
10651 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10652 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10653 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10654 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10655 * config/m68k/tm-sun3.h: Update.
10656 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10657 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10658 * x86-64-tdep.c (x86_64_init_abi): Update.
10659 * vax-tdep.c (vax_gdbarch_init): Update.
10660 * v850-tdep.c (v850_gdbarch_init): Update.
10661 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10662 * sh-tdep.c (sh_gdbarch_init): Update.
10663 * s390-tdep.c (s390_gdbarch_init): Update.
10664 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10665 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10666 (frame_get_saved_regs): Update.
10667 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10668 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10669 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10670 * mips-tdep.c (mips_gdbarch_init): Update.
10671 * mcore-tdep.c (mcore_gdbarch_init): Update.
10672 * m68k-tdep.c (m68k_gdbarch_init): Update.
10673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10674 * ia64-tdep.c (ia64_gdbarch_init): Update.
10675 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10676 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10677 (i386_interix_back_one_frame): Update.
10678 * hppa-tdep.c (hppa_gdbarch_init): Update.
10679 (hppa_init_extra_frame_info): Update.
10680 * h8300-tdep.c (h8300_gdbarch_init): Update.
10681 * frv-tdep.c (frv_gdbarch_init): Update.
10682 * cris-tdep.c (cris_gdbarch_init): Update.
10683 * avr-tdep.c (avr_gdbarch_init): Update.
10684 * arm-tdep.c (arm_gdbarch_init): Update.
10685 * alpha-tdep.c (alpha_gdbarch_init): Update.
10686
fd50bc42
RE
106872003-03-22 Richard Earnshaw <rearnsha@arm.com>
10688
10689 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10690 (arm_get_fp_model): Declare.
10691 * arm-tdep.c (fp_model_strings): New string array.
10692 (arm_fp_model, current_fp_model): New variables.
10693 (arm_get_fp_model): New function.
10694 (arm_set_fp): New function.
10695 (set_fp_model_sfunc): New function.
10696 (show_fp_model): New function.
10697 (_initialize_arm_tdep): Add new command to set/show the FPU.
10698 (arm_extract_return_value): Use arm_get_fp_model.
10699 (arm_store_return_value): Likewise.
10700 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10701 to initialize the floating-point data types.
10702 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10703 model is FPA.
10704
26304000
RE
107052003-03-22 Richard Earnshaw <rearnsha@arm.com>
10706
10707 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10708 the current setting of each value.
10709 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10710 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10711 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10712 commands and add new version as subcommands of "set/show arm".
10713
afd7eef0
RE
107142003-03-22 Richard Earnshaw <rearnsha@arm.com>
10715
10716 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10717 (set_arm_command, show_arm_command): New functions.
10718 (_initialize_arm_tdep): Add them.
10719 (num_disassembly_options): Renamed from num_flavor_options.
10720 (valid_disassembly_styles): Renamed from valid_flavors.
10721 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10722 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10723 set_disassembly_flavor_sfunc.
10724 (set_disassembly_style): Renamed from set_disassembly_flavor.
10725 (arm_othernames): Updated.
10726 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10727 command. Add "set/show arm disassembly" commands. Deprecate
10728 "othernames" command.
10729
299a7944
RE
107302003-03-22 Richard Earnshaw <rearnsha@arm.com>
10731
10732 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10733 (arm-tdep.o): Depend on elf_arm_h.
10734
c1dac9e6
RE
107352003-03-22 Richard Earnshaw <rearnsha@arm.com>
10736
10737 * Makefile.in (coff_internal_h): Define.
10738 (arm-tdep.o): Update dependencies.
10739
2702d96c
RE
107402003-03-22 Richard Earnshaw <rearnsha@arm.com>
10741
10742 * arm-tdep.c (prologue_cache): Delete.
10743 (check_prologue_cache, save_prologue_cache): Delete.
10744 (arm_scan_prologue): Don't check or update the prologue_cache.
10745 (arm_gdb_arch_init): Don't initialize it.
10746 (_initialize_arm_tdep): Likewise.
10747
27d5d74b
SC
107482003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10749
10750 * MAINTAINERS (tui): Maintainer of tui code.
10751
1762d96d
CV
107522003-03-21 Corinna Vinschen <vinschen@redhat.com>
10753
10754 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10755 (i386-cygwin-tdep.o): Add dependencies.
10756 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10757 * i386-cygwin-tdep.c: New file.
10758 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10759 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10760
4c2e2391
AC
107612003-03-20 Andrew Cagney <cagney@redhat.com>
10762
f20d38b7
AC
10763 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10764 (handle_inferior_event): Remove code calling
10765 DYNAMIC_TRAMPOLINE_NEXTPC.
10766
0022b738
AC
10767 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10768 already has a full path.
10769
864dbc90
AC
10770 * main.c (gdb_main): Return 1.
10771 (captured_main): Call error to report an invalid interpreter.
10772
4c2e2391
AC
10773 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10774 * alpha-osf1-tdep.c: Include "gdb_string.h".
10775
5ef7553b
JB
107762003-03-19 J. Brobecker <brobecker@gnat.com>
10777
10778 Continuing work to convert the hppa targets to multiarch partial.
10779
10780 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10781 method, now that hppa_push_dummy_frame has a conformant prototype.
10782 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10783 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10784 for the switch to multiarch partial.
10785
7bde8967
KB
107862003-03-19 Kevin Buettner <kevinb@redhat.com>
10787
10788 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10789 when iss is issNull.
10790
b006a9e9
KB
107912003-03-18 Kevin Buettner <kevinb@redhat.com>
10792
10793 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10794 NUM_REGS bounds check.
10795
5e2e9765
KB
107962003-03-18 Kevin Buettner <kevinb@redhat.com>
10797
10798 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10799 * mips-tdep.c (gdb_assert.h): Include.
10800 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10801 (mips_register_name): Handle integer registers explicitly. Add
10802 bounds checking.
10803 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10804 (mips_lsi33k_reg_names): Don't list integer registers; they're
10805 handled by mips_register_name() now.
10806 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10807 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10808 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10809 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10810 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10811
a2867626
AC
108122003-03-18 Andrew Cagney <cagney@redhat.com>
10813
10814 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10815 a void pointer.
10816 * gdbtypes.h (print_scalar_formatted): Update declaration.
10817 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10818
06600e06
JB
108192003-03-18 J. Brobecker <brobecker@gnat.com>
10820
10821 * infrun.c (observer.h): Add #include.
10822 (normal_stop): Add call to observer_notify_normal_stop.
10823 * Makefile.in (infrun.o): Add dependency on observer.h.
10824
7daf4f5b
JB
108252003-03-18 J. Brobecker <brobecker@gnat.com>
10826
10827 Continuing work to convert the hppa targets to multiarch partial.
10828 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10829 parameter. Reformat comment.
10830 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10831 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10832 to match new profile.
10833
3371ccc0
JB
108342003-03-18 J. Brobecker <brobecker@gnat.com>
10835
10836 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10837 appear to be working in any case.
10838
4fbe891e
JB
108392003-03-18 J. Brobecker <brobecker@gnat.com>
10840
10841 * observer.c (observer_test_first_observer): New static variable.
10842 (observer_test_second_observer): Likewise.
10843 (observer_test_third_observer): Likewise.
10844 (observer_test_first_notification_function): New static function.
10845 (observer_test_second_notification_function): Likewise.
10846 (observer_test_third_notification_function): Likewise.
10847
a7ff40e7
JB
108482003-03-17 J. Brobecker <brobecker@gnat.com>
10849
10850 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10851 * somsolib.c (gdb_assert.h): Likewise.
10852 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10853 (somsolib.o): Likewise.
10854
26ca4152
AC
108552003-03-17 Andrew Cagney <cagney@redhat.com>
10856
10857 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10858 BFD. Simplify setting of di.endian.
10859
0a613259
AC
108602003-03-17 Andrew Cagney <cagney@redhat.com>
10861
10862 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10863 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10864
10865 From Elena Zannoni <ezannoni@redhat.com>
10866 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10867 vector and floating-point parameters.
10868 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10869 convention.
10870 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10871
1132738f
FN
108722003-03-17 Fernando Nasser <fnasser@redhat.com>
10873
10874 * MAINTAINERS: Remove my name from several maintainership roles.
10875
6dc42492
AC
108762003-03-17 Andrew Cagney <cagney@redhat.com>
10877
10878 Fix frame off-by-one bug.
10879 * frame-unwind.h (frame_this_id_ftype): Replace
10880 frame_unwind_id_ftype.
10881 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10882 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10883 with "prev_register".
10884 * frame-unwind.c (frame_unwind_find_by_pc): Return
10885 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10886 comment.
10887 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10888 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10889 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10890 (dummy_frame_unwind): Update.
10891 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10892 sentinel_frame_register_unwind.
10893 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10894 (sentinel_frame_unwinder): Update.
10895 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10896 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10897 * frame.c (create_sentinel_frame): Update. Initialize
10898 "prologue_cache" instead of "unwind_cache".
10899 (frame_register_unwind): Call this frame's prev_register with the
10900 next frame and this frame's prologue cache.
10901 (get_prev_frame): Simplify. Always call prev frame's this_id with
10902 this frame and prev frame's prologue cache. Document that this
10903 call is shifted one to the left when compared to the
10904 frame_register_unwind call.
10905 (legacy_saved_regs_prev_register): Replace
10906 frame_saved_regs_register_unwind.
10907 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10908 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10909 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10910 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10911 (d10v_frame_unwind): Update.
10912 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10913 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10914 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10915 "saved_regs" with "this_saved_regs".
10916
efd710d6
AC
109172003-03-16 Andrew Cagney <cagney@redhat.com>
10918
10919 * frame.c (frame_pop): Don't call target_store_registers. Fix
10920 problem reported by Mark Kettenis.
10921
4e259f09
MK
109222003-03-16 Mark Kettenis <kettenis@gnu.org>
10923
10924 * i386-tdep.c (i386_register_type): Renamed from
10925 i386_register_virtual_type. Adjust function signature.
10926 (i386_gdbarch_init): Set register_type instead of
10927 deprecated_max_register_raw_size,
10928 deprecated_max_register_virtual_size and register_virtual_type.
10929
055bb976
AC
109302003-03-14 Andrew Cagney <cagney@redhat.com>
10931
10932 * frame.c (get_prev_frame): When a legacy frame, always call
10933 legacy_get_prev_frame. Simplify unwind code using assumption that
10934 the unwinder is new.
10935 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10936 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10937 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10938
ac2adee5
AC
109392003-03-14 Andrew Cagney <cagney@redhat.com>
10940
10941 * frame.c (get_saved_register): Delete function.
10942 * frame.h (get_saved_register): Delete declaration.
10943 * xstormy16-tdep.c: Update comment.
10944 * regcache.h: Update comments.
10945 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10946 get_saved_register and extract_address, use
10947 frame_read_unsigned_register.
10948 (sparc_frame_saved_pc): Ditto.
10949 (sparc_get_saved_register): Instead of get_saved_register, use
10950 frame_register.
10951 (sparc_pop_frame): Ditto.
10952 * findvar.c: Update comments.
10953 (value_of_register): Call frame_register instead of
10954 get_saved_register.
10955 (value_from_register): Ditto.
10956 * config/sparc/tm-sparc.h: Update comment.
10957 * breakpoint.c: Update comment.
10958
129c1cd6
AC
109592003-03-14 Andrew Cagney <cagney@redhat.com>
10960
10961 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10962 GET_SAVED_REGISTER.
10963 * gdbarch.h, gdbarch.c: Re-generate.
10964 * frame.h: Update comments.
10965 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10966 * x86-64-tdep.c (x86_64_init_abi): Update.
10967 * sparc-tdep.c (sparc_gdbarch_init): Update.
10968 * sh-tdep.c (sh_gdbarch_init): Update.
10969 * mips-tdep.c (mips_gdbarch_init): Update.
10970 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10971 * cris-tdep.c (cris_gdbarch_init): Update.
10972 * ia64-tdep.c (ia64_gdbarch_init): Update.
10973 * frame.c (frame_register): Update.
10974 (get_saved_register): Update.
10975 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10976
749b82f6
AC
109772003-03-13 Andrew Cagney <cagney@redhat.com>
10978
10979 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10980 * gdbarch.h, gdbarch.c: Regenerate.
10981 * valops.c (hand_function_call): Update comment.
10982 * stack.c (return_command): Update comment.
10983 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10984 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10985 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10986 * x86-64-tdep.c (x86_64_init_abi): Update.
10987 * vax-tdep.c (vax_gdbarch_init): Update.
10988 * v850-tdep.c (v850_gdbarch_init): Update.
10989 * sparc-tdep.c (sparc_gdbarch_init): Update.
10990 * sh-tdep.c (sh_gdbarch_init): Update.
10991 * s390-tdep.c (s390_gdbarch_init): Update.
10992 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10993 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10994 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10995 * mips-tdep.c (mips_gdbarch_init): Update.
10996 * mcore-tdep.c (mcore_gdbarch_init): Update.
10997 * m68k-tdep.c (m68k_gdbarch_init): Update.
10998 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10999 * ia64-tdep.c (ia64_gdbarch_init): Update.
11000 * i386-tdep.c (i386_gdbarch_init): Update.
11001 * hppa-tdep.c (hppa_gdbarch_init): Update.
11002 * h8300-tdep.c (h8300_gdbarch_init): Update.
11003 * frv-tdep.c (frv_gdbarch_init): Update.
11004 * cris-tdep.c (cris_gdbarch_init): Update.
11005 * avr-tdep.c (avr_gdbarch_init): Update.
11006 * arm-tdep.c (arm_gdbarch_init): Update.
11007 * alpha-tdep.c (alpha_gdbarch_init): Update.
11008
1594fa56
AC
110092003-03-13 Andrew Cagney <cagney@redhat.com>
11010
11011 * frame.c (legacy_frame_p): New function.
11012 (get_prev_frame): Use legacy_frame_p.
11013 * frame.h (legacy_frame_p): Declare.
11014
7717fda3
V
110152003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11016
fbe586ae 11017 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
11018 listing corrected.
11019
0c67cbe9
V
110202003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11021
fbe586ae 11022 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 11023
03febf99
AC
110242003-03-12 Andrew Cagney <cagney@redhat.com>
11025
11026 * frame.c (get_prev_frame): Rename the frame parameter to
11027 "this_frame".
11028 (get_next_frame, legacy_get_prev_frame): Ditto.
11029
0a1e1ca1
AC
110302003-03-12 Andrew Cagney <cagney@redhat.com>
11031
11032 * frame.c (get_current_frame): Check target_has_registers before
11033 checking target_has_stack.
11034 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11035 instead of deprecated_selected_frame.
11036 * findvar.c (value_of_register): Pass "frame", not
11037 deprecated_selected_frame, to value_of_builtin_reg.
11038
a66a9c23
AC
110392003-03-12 Andrew Cagney <cagney@redhat.com>
11040
11041 * regcache.c (regcache_cooked_write_signed): New function.
11042 (regcache_cooked_write_unsigned): New function.
11043 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11044 (regcache_cooked_read_signed): Fix regnum in range assertion.
11045 * regcache.h (regcache_cooked_write_signed): Declare.
11046 (regcache_cooked_write_unsigned): Declare.
11047
8bedc050
AC
110482003-03-12 Andrew Cagney <cagney@redhat.com>
11049
11050 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11051 * gdbarch.h, gdbarch.c: Re-generate.
11052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11053 * x86-64-tdep.h: Update.
11054 * x86-64-tdep.c (x86_64_init_abi): Update.
11055 * v850-tdep.c (v850_gdbarch_init): Update.
11056 * sparc-tdep.c (sparc_gdbarch_init): Update.
11057 * sh-tdep.c (sh_gdbarch_init): Update.
11058 * s390-tdep.c (s390_gdbarch_init): Update.
11059 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11060 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11061 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11063 * mips-tdep.c (mips_gdbarch_init): Update.
11064 * mcore-tdep.c (mcore_gdbarch_init): Update.
11065 * m68k-tdep.c (m68k_gdbarch_init): Update.
11066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11067 * ia64-tdep.c (ia64_gdbarch_init): Update.
11068 * i386-tdep.c (i386_gdbarch_init): Update.
11069 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11070 * hppa-tdep.c (hppa_gdbarch_init): Update.
11071 * h8300-tdep.c (h8300_gdbarch_init): Update.
11072 * frv-tdep.c (frv_gdbarch_init): Update.
11073 * cris-tdep.c (cris_gdbarch_init): Update.
11074 * avr-tdep.c (avr_gdbarch_init): Update.
11075 * arm-tdep.c (arm_gdbarch_init): Update.
11076 * alpha-tdep.c (alpha_gdbarch_init): Update.
11077 * sh-tdep.c (sh_init_extra_frame_info): Update.
11078 (sh64_init_extra_frame_info): Update.
11079 * ns32knbsd-nat.c (frame_num_args): Update.
11080 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11081 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11082 (xstormy16_frame_chain_valid): Update.
11083 * vax-tdep.c (vax_saved_pc_after_call): Update.
11084 * v850-tdep.c (v850_frame_chain): Update.
11085 (v850_pop_frame): Update.
11086 (v850_init_extra_frame_info): Update.
11087 * sparc-tdep.c (setup_arbitrary_frame): Update.
11088 * ns32k-tdep.c (umax_frame_num_args): Update.
11089 * s390-tdep.c (s390_pop_frame_regular): Update.
11090 * mn10300-tdep.c (mn10300_frame_chain): Update.
11091 (mn10300_pop_frame_regular): Update.
11092 (mn10300_init_extra_frame_info): Update.
11093 * mips-tdep.c (mips_init_frame_pc_first): Update.
11094 (mips_frame_chain): Update.
11095 (mips_pop_frame): Update.
11096 * mcore-tdep.c (mcore_frame_chain): Update.
11097 (mcore_pop_frame): Update.
11098 (mcore_init_extra_frame_info): Update.
11099 * arch-utils.c (init_frame_pc_default): Update.
11100 * m68k-tdep.c (isi_frame_num_args): Update.
11101 (delta68_frame_num_args): Update.
11102 (news_frame_num_args): Update.
11103 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11104 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11105 (alpha_frame_chain): Update.
11106 (alpha_pop_frame): Update.
11107 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11108 (hppa_init_extra_frame_info): Update.
11109 (hppa_frame_chain): Update.
11110 (hppa_frame_chain_valid): Update.
11111 * cris-tdep.c (cris_init_extra_frame_info): Update.
11112 * avr-tdep.c (avr_init_extra_frame_info): Update.
11113 * arm-tdep.c (arm_frame_chain_valid): Update.
11114 (arm_init_extra_frame_info): Update.
11115 (arm_pop_frame): Update.
11116 * frame.c (frame_pc_unwind): Update.
11117 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11118 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11119 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11120 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11121 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11122 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11123
7a25a7c1
AC
111242003-03-12 Andrew Cagney <cagney@redhat.com>
11125
11126 Eliminate the need for POP_FRAME.
11127 * frame.c (do_frame_unwind_register): New function.
11128 (frame_pop): When no POP_FRAME, pop the frame using register
11129 unwind and a scratch regcache.
11130 (frame_saved_regs_pop): Delete function.
11131 (trad_frame_unwinder): Update.
11132 * d10v-tdep.c (d10v_frame_pop): Delete function.
11133 (d10v_frame_unwind): Update.
11134 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11135 (sentinel_frame_unwinder): Update.
11136 * dummy-frame.c (dummy_frame_pop): Delete function.
11137 (dummy_frame_unwind): Update.
11138 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11139 (struct frame_unwind): Update.
11140
2f38ef89
KB
111412003-03-11 Kevin Buettner <kevinb@redhat.com>
11142
11143 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11144 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11145 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11146 Do range checks on register number obtained from debugging info.
11147 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11148 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11149 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11150 mapping function.
11151 (do_fp_register_row): Fix typo which caused double type to be
11152 used when attempting to unpack a float.
11153
552f4abf
JB
111542003-03-11 J. Brobecker <brobecker@gnat.com>
11155
11156 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11157
e0d2ae16
AC
111582003-03-11 Andrew Cagney <cagney@redhat.com>
11159
11160 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11161 frame. Problem found by Corinna Vinschen.
11162
ddbfdd06
PM
111632003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11164
11165 * doublest.c (floatformat_from_length): Accept also
11166 the real size of 'long double' type.
11167
088b2ddc 111682003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 11169
088b2ddc 11170 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
11171 * breakpoint.c (bpstat_copy): Copy the command lines as well
11172 as the old value, to match what is freed in bpstat_clear.
11173
f56f77c1
DC
111742003-03-10 David Carlton <carlton@math.stanford.edu>
11175
11176 * minsyms.c (add_minsym_to_hash_table): Replace
11177 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11178 (compare_minimal_symbols, compact_minimal_symbols)
11179 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11180 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11181 of DEPRECATED_SYMBOL_MATCHES_NAME.
11182 (lookup_minimal_symbol_solib_trampoline): Ditto.
11183
5602984a
AC
111842003-03-10 Andrew Cagney <cagney@redhat.com>
11185
11186 * regcache.h (regcache_cooked_read_ftype): Define.
11187 (regcache_save, regcache_restore): Add a cooked_read parameter.
11188 * regcache.c (regcache_save, regcache_restore): Update.
11189 (do_cooked_read): New function.
11190 (regcache_cpy): Pass do_cooked_read to regcache_save and
11191 regcache_restore.
11192
8bedc050
AC
111932003-03-10 Andrew Cagney <cagney@redhat.com>
11194
11195 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11196 * gdbarch.h, gdbarch.c: Re-generate.
11197 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11198 * x86-64-tdep.h: Update.
11199 * x86-64-tdep.c (x86_64_init_abi): Update.
11200 * v850-tdep.c (v850_gdbarch_init): Update.
11201 * sparc-tdep.c (sparc_gdbarch_init): Update.
11202 * sh-tdep.c (sh_gdbarch_init): Update.
11203 * s390-tdep.c (s390_gdbarch_init): Update.
11204 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11205 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11206 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11207 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11208 * mips-tdep.c (mips_gdbarch_init): Update.
11209 * mcore-tdep.c (mcore_gdbarch_init): Update.
11210 * m68k-tdep.c (m68k_gdbarch_init): Update.
11211 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11212 * ia64-tdep.c (ia64_gdbarch_init): Update.
11213 * i386-tdep.c (i386_gdbarch_init): Update.
11214 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11215 * hppa-tdep.c (hppa_gdbarch_init): Update.
11216 * h8300-tdep.c (h8300_gdbarch_init): Update.
11217 * frv-tdep.c (frv_gdbarch_init): Update.
11218 * cris-tdep.c (cris_gdbarch_init): Update.
11219 * avr-tdep.c (avr_gdbarch_init): Update.
11220 * arm-tdep.c (arm_gdbarch_init): Update.
11221 * alpha-tdep.c (alpha_gdbarch_init): Update.
11222 * sh-tdep.c (sh_init_extra_frame_info): Update.
11223 (sh64_init_extra_frame_info): Update.
11224 * ns32knbsd-nat.c (frame_num_args): Update.
11225 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11226 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11227 (xstormy16_frame_chain_valid): Update.
11228 * vax-tdep.c (vax_saved_pc_after_call): Update.
11229 * v850-tdep.c (v850_frame_chain): Update.
11230 (v850_pop_frame): Update.
11231 (v850_init_extra_frame_info): Update.
11232 * sparc-tdep.c (setup_arbitrary_frame): Update.
11233 * ns32k-tdep.c (umax_frame_num_args): Update.
11234 * s390-tdep.c (s390_pop_frame_regular): Update.
11235 * mn10300-tdep.c (mn10300_frame_chain): Update.
11236 (mn10300_pop_frame_regular): Update.
11237 (mn10300_init_extra_frame_info): Update.
11238 * mips-tdep.c (mips_init_frame_pc_first): Update.
11239 (mips_frame_chain): Update.
11240 (mips_pop_frame): Update.
11241 * mcore-tdep.c (mcore_frame_chain): Update.
11242 (mcore_pop_frame): Update.
11243 (mcore_init_extra_frame_info): Update.
11244 * arch-utils.c (init_frame_pc_default): Update.
11245 * m68k-tdep.c (isi_frame_num_args): Update.
11246 (delta68_frame_num_args): Update.
11247 (news_frame_num_args): Update.
11248 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11249 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11250 (alpha_frame_chain): Update.
11251 (alpha_pop_frame): Update.
11252 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11253 (hppa_init_extra_frame_info): Update.
11254 (hppa_frame_chain): Update.
11255 (hppa_frame_chain_valid): Update.
11256 * cris-tdep.c (cris_init_extra_frame_info): Update.
11257 * avr-tdep.c (avr_init_extra_frame_info): Update.
11258 * arm-tdep.c (arm_frame_chain_valid): Update.
11259 (arm_init_extra_frame_info): Update.
11260 (arm_pop_frame): Update.
11261 * frame.c (frame_pc_unwind): Update.
11262 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11263 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11264 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11265 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11266 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11267 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11268
12cc2063
AC
112692003-03-10 Andrew Cagney <cagney@redhat.com>
11270
11271 * gdbarch.sh (gdbarch_unwind_pc): New method.
11272 * gdbarch.h, gdbarch.c: Regenerate.
11273 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11274 but use read_pc and FRAME_SAVED_PC as fall backs.
11275 (frame_saved_regs_pc_unwind): Delete function.
11276 (trad_frame_unwinder): Update.
11277 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11278 (struct frame_unwind): Update.
11279 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11280 (dummy_frame_unwind): Update.
11281 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11282 (sentinel_frame_unwinder): Update.
11283 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11284 (d10v_frame_unwind): Update.
11285 (d10v_unwind_pc): New function.
11286 (d10v_gdbarch_init): Set unwind_pc.
11287
ef840a37
AC
112882003-03-10 Andrew Cagney <cagney@redhat.com>
11289
a2ce2e56
AC
11290 * gdbarch.h: Re-generate.
11291
ef840a37
AC
11292 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11293 PC.
11294 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11295 the PC register.
11296
08f3424b
MK
112972003-03-08 Mark Kettenis <kettenis@gnu.org>
11298
11299 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11300
1248ede2
AC
113012003-03-08 Andrew Cagney <cagney@redhat.com>
11302
11303 * cli-out.c: Update copyright.
11304 (cli_out_data): Define typedef. Use instead of ui_out_data.
11305
f49bacc8
AC
113062003-03-08 Andrew Cagney <cagney@redhat.com>
11307
11308 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11309 the result.
11310
9b05f993
AC
113112003-03-07 Andrew Cagney <cagney@redhat.com>
11312
11313 * gdbarch.sh: Don't generate two macro definitions when an
11314 undefined macro taking no arguments.
11315 * gdbarch.h: Regenerate.
8ffd9b1b 11316
166f4c7b
ML
113172002-03-07 Michal Ludvig <mludvig@suse.cz>
11318
11319 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11320 (x86_64_unwind_dummy_id): New functions.
11321 (x86_64_init_abi): Register these two new functions.
11322
6d686a84
ML
113232003-03-07 Michal Ludvig <mludvig@suse.cz>
11324
11325 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 11326 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
11327 separate function.
11328 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11329
6314f104
AC
113302003-03-05 Andrew Cagney <cagney@redhat.com>
11331
11332 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11333 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11334 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11335 to use unwind_dummy_id when a dummy frame.
11336 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11337 predicate.
11338 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 11339
ceea5145
AC
113402003-03-05 Andrew Cagney <cagney@redhat.com>
11341
11342 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11343 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11344 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11345 values.
11346
0d843116
AC
113472003-03-05 Andrew Cagney <cagney@redhat.com>
11348
11349 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11350 (struct d10v_unwind_cache): Delete field "frameless". Replace
11351 "next_addr" with "sp_offset". Add "r11_offset".
11352 (d10v_frame_unwind_cache): Update.
11353 (prologue_find_regs): Update. When "mv r11, sp", save the
11354 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11355 RN was saved in r11_offset.
11356
b2579786
AC
113572003-03-05 Andrew Cagney <cagney@redhat.com>
11358
11359 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11360 cached PC value in the next frame.
11361
218e5956
AC
113622003-03-05 Andrew Cagney <cagney@redhat.com>
11363
11364 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11365 "id_unwind_cache" with "id".
11366 (frame_id_unwind): Delete declaration.
11367 * frame.c (frame_id_unwind): Delete function.
11368 (get_prev_frame): Call the frame id unwind method directly. Store
11369 the returned next frame's ID value in NEXT_FRAME. Note that there
11370 is a problem with the wrong unwind ID being called with the wrong
11371 unwind cache.
11372
ed363b1b
DJ
113732003-03-05 Daniel Jacobowitz <drow@mvista.com>
11374
11375 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11376
fe1f4a5e
DJ
113772003-03-05 James Ingham <jingham@apple.com>
11378 Daniel Jacobowitz <drow@mvista.com>
11379
11380 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11381 (auto_cp_abi): New variable.
11382 (current_cp_abi, num_cp_abis): Make static.
11383 (CP_ABI_MAX): Define.
11384 (cp_abis): Turn into an array.
11385 (value_virtual_fn_field): Fix formatting.
11386 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11387 takes a pointer.
11388 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11389 (list_cp_abis, _initialize_cp_abi): New functions.
11390 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11391 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11392 switch_to_cp_abi. Update prototype for register_cp_abi.
11393 * Makefile.in (cp-abi.o): Update dependencies.
11394 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11395 instead of switch_to_cp_abi.
11396 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11397 register_cp_abi.
11398 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11399 register_cp_abi.
11400 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11401
e4adbba9
DJ
114022003-03-05 Daniel Jacobowitz <drow@mvista.com>
11403
11404 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11405 * dwarf2loc.c: Include "regcache.h".
11406 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11407 register_size.
11408 * Makefile.in (dwarf2loc.o): Update dependencies.
11409
91ccbfc1
TR
114102003-03-04 Theodore A. Roth <troth@openavr.org>
11411
11412 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11413 number of io registers reported by remote target is not a multiple of
11414 step.
11415
3d4e8fd2
DC
114162003-03-04 David Carlton <carlton@math.stanford.edu>
11417
11418 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11419 (lookup_symbol_aux_psymtabs): Update call to
11420 lookup_partial_symbol.
11421 (lookup_transparent_type, find_main_psymtab)
11422 (make_symbol_overload_list): Ditto.
11423
ed42d87b
KH
114242003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11425
11426 * MAINTAINERS (Write after approval): Update my email address.
11427
a0ed5532
AC
114282003-03-03 Andrew Cagney <cagney@redhat.com>
11429
11430 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11431 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11432 predicate. Replace MAX_REGISTER_RAW_SIZE.
11433 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11434 MAX_REGISTER_VIRTUAL_SIZE.
11435 * regcache.c (legacy_max_register_raw_size): New function.
11436 (legacy_max_register_virtual_size): New function.
11437 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11438 (MAX_REGISTER_RAW_SIZE): Define.
11439 (legacy_max_register_raw_size): Declare.
11440 (legacy_max_register_virtual_size): Declare.
11441 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11442 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11443 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11444 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11445 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11446 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11447 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11448 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11449 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11450 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11451 * vax-tdep.c (vax_gdbarch_init): Update.
11452 * v850-tdep.c (v850_gdbarch_init): Update.
11453 * sparc-tdep.c (sparc_gdbarch_init): Update.
11454 * sh-tdep.c (sh_gdbarch_init): Update.
11455 * s390-tdep.c (s390_gdbarch_init): Update.
11456 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11457 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11458 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11459 * mips-tdep.c (mips_gdbarch_init): Update.
11460 * mcore-tdep.c (mcore_gdbarch_init): Update.
11461 * m68k-tdep.c (m68k_gdbarch_init): Update.
11462 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11463 * ia64-tdep.c (ia64_gdbarch_init): Update.
11464 * i386-tdep.c (i386_gdbarch_init): Update.
11465 * hppa-tdep.c (hppa_gdbarch_init): Update.
11466 * h8300-tdep.c (h8300_gdbarch_init): Update.
11467 * frv-tdep.c (frv_gdbarch_init): Update.
11468 * cris-tdep.c (cris_gdbarch_init): Update.
11469 * avr-tdep.c (avr_gdbarch_init): Update.
11470 * arm-tdep.c (arm_gdbarch_init): Update.
11471 * alpha-tdep.c (alpha_gdbarch_init): Update.
11472 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11473 max_register_raw_size or max_register_virtual_size.
11474
8e437497
DC
114752003-03-03 David Carlton <carlton@math.stanford.edu>
11476
11477 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11478 SYMBOL_MATCHES_NAME, add comment.
11479 (SYMBOL_MATCHES_NATURAL_NAME): New.
11480 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11481 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11482 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11483 * symtab.c (lookup_partial_symbol): Use
11484 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11485 unhelpful comment.
11486 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11487 SYMBOL_MATCHES_NAME.
11488 Fix for PR c++/33.
11489
25120b0d
DC
114902003-03-03 David Carlton <carlton@math.stanford.edu>
11491
11492 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11493 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11494 by regexp matching against SYMBOL_NATURAL_NAME.
11495
78a11fb4
DC
114962003-03-03 David Carlton <carlton@math.stanford.edu>
11497
11498 * linespec.c (find_method): Extract code into collect_methods.
11499 (collect_methods): New.
11500
645dd519
MK
115012003-03-02 Mark Kettenis <kettenis@gnu.org>
11502
b4700d91
MK
11503 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11504 get_frame_base.
11505
645dd519
MK
11506 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11507 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11508
0aa7e1aa
SC
115092003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11510
8ffd9b1b 11511 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11512 and not regnum when summing the size of all registers up to regnum.
11513
f30ee0bc
AC
115142003-03-01 Andrew Cagney <cagney@redhat.com>
11515
11516 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11517 FRAME_INIT_SAVED_REGS.
11518 * gdbarch.h, gdbarch.c: Regenerate.
11519 * stack.c (frame_info): Update.
11520 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11521 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11522 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11523 * ns32k-tdep.c (ns32k_pop_frame): Update.
11524 * mips-tdep.c (mips_pop_frame): Update.
11525 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11526 * ia64-tdep.c (ia64_frame_chain): Update.
11527 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11528 (ia64_frameless_function_invocation): Update.
11529 (ia64_init_extra_frame_info): Update.
11530 (ia64_pop_frame_regular): Update.
11531 * frame.h (struct frame_info): Update comment.
11532 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11533 * frame.c (frame_saved_regs_register_unwind): Update.
11534 (frame_saved_regs_register_unwind): Update.
11535 (deprecated_generic_get_saved_register): Update.
11536 * cris-tdep.c: Update comment.
11537 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11538 Rename macro.
11539 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11540 * x86-64-tdep.c (x86_64_init_abi): Update.
11541 * vax-tdep.c (vax_gdbarch_init): Update.
11542 * v850-tdep.c (v850_gdbarch_init): Update.
11543 * sparc-tdep.c (sparc_gdbarch_init): Update.
11544 * sh-tdep.c (sh_gdbarch_init): Update.
11545 * s390-tdep.c (s390_gdbarch_init): Update.
11546 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11547 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11548 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11549 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11550 * mips-tdep.c (mips_gdbarch_init): Update.
11551 * mcore-tdep.c (mcore_gdbarch_init): Update.
11552 * m68k-tdep.c (m68k_gdbarch_init): Update.
11553 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11554 * ia64-tdep.c (ia64_gdbarch_init): Update.
11555 * i386-tdep.c (i386_gdbarch_init): Update.
11556 * frv-tdep.c (frv_gdbarch_init): Update.
11557 * avr-tdep.c (avr_gdbarch_init): Update.
11558 * arm-tdep.c (arm_gdbarch_init): Update.
11559 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11560
42fa7c0f
AC
115612003-03-01 Andrew Cagney <cagney@redhat.com>
11562
11563 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11564 option enum and switch. When no windows, set the interpreter to
11565 INTERP_CONSOLE.
8ffd9b1b 11566
49c7e338
AC
115672003-03-01 Andrew Cagney <cagney@redhat.com>
11568
11569 * main.c (captured_main): Replace magic option characters with an
11570 enum.
11571
e9582e71
AC
115722003-03-01 Andrew Cagney <cagney@redhat.com>
11573
11574 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11575 INIT_EXTRA_FRAME_INFO.
11576 * gdbarch.h, gdbarch.c: Regenerate.
11577 * arm-tdep.c: Update comments.
11578 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11579 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11580 * frame.h, avr-tdep.c: Ditto.
11581 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11582 (create_new_frame, legacy_get_prev_frame): Ditto.
11583 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11584 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11585 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11586 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11587 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11588 * v850-tdep.c (v850_gdbarch_init): Ditto.
11589 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11590 * sh-tdep.c (sh_gdbarch_init): Ditto.
11591 * s390-tdep.c (s390_gdbarch_init): Ditto.
11592 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11593 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11594 * mips-tdep.c (mips_gdbarch_init): Ditto.
11595 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11596 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11597 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11598 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11599 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11600 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11601 * frv-tdep.c (frv_gdbarch_init): Ditto.
11602 * cris-tdep.c (cris_gdbarch_init): Ditto.
11603 * avr-tdep.c (avr_gdbarch_init): Ditto.
11604 * arm-tdep.c (arm_gdbarch_init): Ditto.
11605 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11606 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11607
35cac7cf
AC
116082003-03-01 Andrew Cagney <cagney@redhat.com>
11609
11610 * gdbarch.sh (register_type): New function with predicate.
11611 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11612 * gdbarch.h, gdbarch.c: Re-generate.
11613 * arch-utils.c (generic_register_byte): Use generic_register_size.
11614 (generic_register_size): When available, use
11615 gdbarch_register_type.
11616 * regcache.c (init_regcache_descr): When available, initialize the
11617 register type array using gdbarch_register_type. If the
11618 architecture supplies gdbarch_register_type, do not use the legacy
11619 regcache layout.
11620 * d10v-tdep.c (d10v_register_type): Replace
11621 d10v_register_virtual_type.
11622 (d10v_gdbarch_init): Set register_type instead of
11623 register_virtual_type.
11624
7b83296f
AC
116252003-03-01 Andrew Cagney <cagney@redhat.com>
11626
11627 * Makefile.in (ax-gdb.o): Update dependencies.
11628 * ax-gdb.c: Include "regcache.h".
11629 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11630 * findvar.c (value_of_register): Ditto.
11631 * infcmd.c (default_print_registers_info): Ditto.
11632
eadc1c87
MK
116332003-03-01 Mark Kettenis <kettenis@gnu.org>
11634
11635 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11636 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11637
14143612
MK
116382003-03-01 Mark Kettenis <kettenis@gnu.org>
11639
11640 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11641 of STREQ.
11642
a55cc764
DJ
116432003-02-28 Daniel Jacobowitz <drow@mvista.com>
11644
11645 * Makefile.in (dwarf2loc.o): Update dependencies.
11646 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11647 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11648 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11649 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11650 (locexpr_tracepoint_var_ref): New function.
11651 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11652
08a617da
AC
116532003-02-28 Andrew Cagney <cagney@redhat.com>
11654
11655 * regcache.c (register_size): New function.
11656 * regcache.h (register_size): Declare
11657 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11658 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11659
4224873a
DC
116602003-02-28 David Carlton <carlton@math.stanford.edu>
11661
11662 * linespec.c (decode_compound): Extract code into find_method.
11663 (find_method): New.
11664
ccdc5d7f
JB
116652003-02-28 J. Brobecker <brobecker@gnat.com>
11666
11667 * Makefile.in: Add rules to build and link in observer.o.
11668
974e8ced
JB
116692003-02-27 J. Brobecker <brobecker@gnat.com>
11670
11671 * observer.c: Minor comments edits.
11672
7a28f973
JB
116732003-02-27 J. Brobecker <brobecker@gnat.com>
11674
11675 * observer.h, observer.c: New file.
11676
27cddce2
AC
116772003-02-27 Andrew Cagney <cagney@redhat.com>
11678
11679 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11680
b94a41a1
SC
116812003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11682
11683 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11684 (M6812_OP_STS_EXT): Likewise.
11685 (m6811_prologue): Use the above to recognize prologue.
11686 (m6812_prologue): Likewise.
11687
c8be8951
DC
116882003-02-27 David Carlton <carlton@math.stanford.edu>
11689
11690 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11691 SYMBOL_PRINT_NAME.
11692 (compare_psymbols): Ditto.
11693 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11694
d05bb1fc
MS
116952003-02-27 Michael Snyder <msnyder@redhat.com>
11696
4e845cd3
MS
11697 * f-lang.c (build_fortran_types): New function.
11698 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11699 * doublest.c (extract_floating): Fix warning text.
11700
f3824013
AC
117012003-02-27 Andrew Cagney <cagney@redhat.com>
11702
11703 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11704 predicate. Replaces PUSH_DUMMY_FRAME.
11705 * gdbarch.h, gdbarch.c: Regnerate.
11706 * valops.c (hand_function_call): Update. Call
11707 generic_push_dummy_frame directly.
11708 * vax-tdep.c (vax_gdbarch_init): Update.
11709 * sparc-tdep.c (sparc_gdbarch_init): Update.
11710 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11711 * m68k-tdep.c (m68k_gdbarch_init): Update.
11712 * hppa-tdep.c (hppa_gdbarch_init): Update.
11713 * alpha-tdep.c (alpha_gdbarch_init): Update.
11714 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11715 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11716 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11717 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11718 push_dummy_frame to generic_push_dummy_frame.
11719 * v850-tdep.c (v850_gdbarch_init): Ditto.
11720 * sh-tdep.c (sh_gdbarch_init): Ditto.
11721 * s390-tdep.c (s390_gdbarch_init): Ditto.
11722 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11723 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11724 * mips-tdep.c (mips_gdbarch_init): Ditto.
11725 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11727 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11728 * i386-tdep.c (i386_gdbarch_init): Ditto.
11729 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11730 * frv-tdep.c (frv_gdbarch_init): Ditto.
11731 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11732 * cris-tdep.c (cris_gdbarch_init): Ditto.
11733 * avr-tdep.c (avr_gdbarch_init): Ditto.
11734 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11735
ad188201
KB
117362003-02-26 Kevin Buettner <kevinb@redhat.com>
11737
11738 * mips-tdep.c (show_mips_abi): New function.
11739 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11740 command ``show mips abi''.
11741
6b37567a 117422003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 11743
6b37567a 11744 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 11745 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11746 more sline entries have been seen for the function.
11747
d3e0a5bf
MC
117482003-02-26 Michael Chastain <mec@shout.net>
11749
11750 * configure: Regenerate with autoconf 000227.
11751
18972eea
MC
117522003-02-26 Michael Chastain <mec@shout.net>
11753
11754 Close PR build/660.
11755 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11756 for old libc5/glibc.
11757 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11758
0bbde931
KW
117592003-02-26 Kris Warkentin <kewarken@qnx.com>
11760
11761 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11762 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11763
27ca5dad
MC
117642003-02-26 Michael Chastain <mec@shout.net>
11765
11766 * configure.in: New variable HAVE_UINTPTR_T.
11767 * configure, config.in: Regenerated.
11768
6f88d630
DJ
117692003-02-26 Daniel Jacobowitz <drow@mvista.com>
11770
11771 Fix PR build/1097.
11772 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11773
b14185ce
AC
117742003-02-25 Andrew Cagney <cagney@redhat.com>
11775
11776 * frame.c (get_prev_frame): Add comment on check for
11777 inside_entry_func. Only check for inside_entry_file when not a
11778 dummy and not a sentinel. Check that the new frame is not inner
11779 to the old frame.
11780
ac2bd0a9
AC
117812003-02-25 Andrew Cagney <cagney@redhat.com>
11782
11783 * frame.c (frame_debug): New variable.
11784 (_initialize_frame): Add "set/show debug frame" command.
11785 (get_prev_frame): When frame_debug, print reason why unwind
11786 failed.
11787
b18a0fd2
MC
117882003-02-25 Michael Chastain <mec@shout.net>
11789
11790 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11791 to avoid uintptr_t definition problems.
11792
22abf04a
DC
117932003-02-25 David Carlton <carlton@math.stanford.edu>
11794
11795 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11796 (SYMBOL_LINKAGE_NAME): Ditto.
11797 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11798 SYMBOL_LINKAGE_NAME.
11799 (struct general_symbol_info): Expand comment.
11800 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11801 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11802 (SYMBOL_MATCHES_REGEXP): Ditto.
11803 * symtab.c (symbol_natural_name): New function.
11804 * objfiles.h: Replace all uses of SYMBOL_NAME by
11805 DEPRECATED_SYMBOL_NAME.
11806 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11807 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11808 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11809 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11810 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11811 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11812 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11813 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11814 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11815 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11816 * ada-exp.y: Ditto.
11817 * ada-exp.y: Update copyright.
11818 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11819 * cp-valprint.c: Ditto.
11820
1a5848f6
JJ
118212003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11822
11823 * infptrace.c (detach): Do not flag error if ptrace detach fails
11824 and errno is set to ESRCH.
11825
7343d46a
AC
118262003-02-24 Andrew Cagney <cagney@redhat.com>
11827
11828 * infptrace.c (udot_info): Change type of udot_off to long. Use
11829 paddr when printing udot_off's value.
11830
49fa1dc2
DC
118312003-02-24 David Carlton <carlton@math.stanford.edu>
11832
11833 * symtab.c (make_symbol_overload_list): Only read in partial
11834 symtabs containing a matching partial symbol.
11835
0fe19209
DC
118362003-02-24 David Carlton <carlton@math.stanford.edu>
11837
11838 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11839 do the comparison, not strcmp.
11840 * symfile.c (compare_psymbols): Ditto.
11841 * defs.h: Declare strcmp_iw_ordered.
11842 * utils.c (strcmp_iw_ordered): New function.
11843
8e3ee7b5
JB
118442003-02-24 Jim Blandy <jimb@redhat.com>
11845
11846 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11847 support, shared libs): Remove my name from here, to better reflect
11848 reality.
11849
7df1a324
KW
118502003-02-24 Kris Warkentin <kewarken@qnx.com>
11851
11852 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11853 (target_ops): Add to_have_continuable_watchpoint.
11854 * target.c (update_current_target): Add INHERIT line for
11855 to_have_continuable_watchpoint.
11856 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11857 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11858 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11859 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11860
d1c76907
EZ
118612003-02-24 Elena Zannoni <ezannoni@redhat.com>
11862
11863 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11864 maintainership.
11865
2610b0bf
KW
118662003-02-24 Kris Warkentin <kewarken@qnx.com>
11867
f46169db
KW
11868 * solib.c (solib_open): Call target defined search function after
11869 failing with solib-search-path.
11870 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11871 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 11872
9a3c34fe
KW
118732003-02-24 Kris Warkentin <kewarken@qnx.com>
11874
f46169db 11875 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 11876
2417dd25
SC
118772003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11878
11879 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11880
b631436b
SC
118812003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11882
11883 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11884 (m68hc11_add_reggroups): New function.
11885 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11886 (m68hc11_gdbarch_init): Install the reggroups.
11887 (_initialize_m68hc11_tdep): Initialize them.
11888
0aa8c1e4
JW
118892003-02-21 James E Wilson <wilson@tuliptree.org>
11890
11891 * MAINTAINERS: Update my email address.
11892
50ceaba5
DC
118932003-02-21 David Carlton <carlton@math.stanford.edu>
11894
11895 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11896
4c2df51b
DJ
118972003-02-21 Daniel Jacobowitz <drow@mvista.com>
11898
11899 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11900 * symtab.h: Add opaque declarations of struct axs_value and
11901 struct agent_expr.
11902 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11903 (struct location_funcs): New type.
11904 (struct symbol): Add "loc" to aux_value.
11905 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11906 * dwarf2read.c: Include "dwarf2expr.h".
11907 (dwarf2_symbol_mark_computed): New function.
11908 (read_func_scope): Use it.
11909 (var_decode_location): New function.
11910 (new_symbol): Use it.
11911 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11912
11913 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11914 (dwarf2expr_h, dwarf2loc_h): New variables.
11915 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11916 (dwarf2expr.o, dwarf2loc.o): New rules.
11917 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11918 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11919 LOC_COMPUTED_ARG.
11920 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11921 * m2-exp.y (yylex): Likewise.
11922 * printcmd.c (address_info, print_frame_args): Likewise.
11923 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11924 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11925 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11926 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11927 * symtab.c (lookup_block_symbol): Likewise.
11928
5784d15e
AF
119292003-02-20 Adam Fedor <fedor@gnu.org>
11930
11931 * symtab.h: Remove objc_specific struct
11932 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11933 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11934 Have language_objc use cplus_specific struct.
11935
d4cad8db
TT
119362003-02-20 Tom Tromey <tromey@redhat.com>
11937
11938 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11939 TYPE_NAME, when printing a String value. PR java/1075.
11940
2f9a90b4
AF
119412003-02-20 Adam Fedor <fedor@gnu.org>
11942
d38074a8 11943 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11944 * objc-lang.c (find_methods): Make static.
2f9a90b4 11945
6f17862b
CF
119462003-02-20 Christopher Faylor <cgf@redhat.com>
11947
11948 * win32-nat.c (get_image_name): Check return value from
11949 ReadProcessMemory.
11950 (child_xfer_memory): Ditto.
11951
715d1656
AO
119522003-02-20 Alexandre Oliva <aoliva@redhat.com>
11953
11954 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11955 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11956 '${exec_prefix}' (in addition to the expansion thereof) as
11957 relocatable.
11958 * configure: Rebuilt.
11959
b1262a02
DC
119602003-02-20 David Carlton <carlton@math.stanford.edu>
11961
11962 * symtab.c (search_symbols): Revert the search_symbols part of my
11963 2002-12-23 patch. Add comment.
11964
7134143f
DJ
119652002-02-20 Daniel Jacobowitz <drow@mvista.com>
11966
11967 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11968 * dbxread.c (elfstab_build_psymtabs): Don't call
11969 install_minimal_symbols.
11970 (stabsect_build_psymtabs): Likewise.
11971 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11972 earlier.
11973 * somread.c (som_symfile_read): Call install_minimal_symbols
11974 and do_cleanups earlier.
11975 * nlmread.c (nlm_symfile_read): Likewise.
11976 * mdebugread.c (elfmdebug_build_psymtabs): Call
11977 install_minimal_symbols and make appropriate cleanups.
11978
cf466558
KB
119792003-02-20 Kevin Buettner <kevinb@redhat.com>
11980
11981 * solib.c (reload_shared_libraries): New function.
11982 (_initialize_solib): Add callbacks for ``set solib-search-path''
11983 and ``set solib-absolute-prefix''.
11984
de5ad195
DC
119852003-02-20 David Carlton <carlton@math.stanford.edu>
11986
11987 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11988 expand comment.
11989 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11990 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11991 * ada-typeprint.c (ada_typedef_print): Ditto.
11992 * ax-gdb.c (gen_var_ref): Ditto.
11993 * breakpoint.c (print_one_breakpoint): Ditto.
11994 * buildsym.c (finish_block): Ditto.
11995 * c-valprint.c (c_val_print): Ditto.
11996 * expprint.c (print_subexp): Ditto.
11997 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11998 * infcmd.c (jump_command): Ditto.
11999 * linespec.c (decode_line_2, decode_compound): Ditto.
12000 * maint.c (maintenance_translate_address): Ditto.
12001 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
12002 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12003 Ditto.
8ffd9b1b
AJ
12004 * p-valprint.c (pascal_val_print): Ditto.
12005 * stabsread.c (define_symbol): Ditto.
de5ad195 12006 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
12007 (print_frame_arg_vars, return_command): Ditto.
12008 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12009 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
12010 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12011 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
12012 (rbreak_command): Ditto.
12013 * tracepoint.c (tracepoints_info): Ditto.
12014 * typeprint.c (typedef_print): Ditto.
12015 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
12016 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12017 * ada-typeprint.c: Update Copyright.
12018 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12019 * tracepoint.c, cli/cli-cmds.c: Ditto.
12020
f796e4be
KB
120212003-02-20 Kevin Buettner <kevinb@redhat.com>
12022
12023 * frame.c (generic_unwind_get_saved_register): Make non-static.
12024 * frame.h (generic_unwind_get_saved_register): Declare.
12025 * mips-tdep.c (read_next_frame_reg): Fetch register from
12026 current regcache when frame is NULL.
12027 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12028 that must be NULL.
12029 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12030 instead of frame_register_unwind().
12031
836cc9f4
AC
120322003-02-20 Andrew Cagney <ac131313@redhat.com>
12033
12034 * remote-sim.c (gdbsim_insert_breakpoint)
12035 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12036 code.
12037
501eef12
AC
120382003-02-20 Andrew Cagney <ac131313@redhat.com>
12039
12040 * remote.c (_initialize_remote): Add commands "set/show remote
12041 hardware-watchpoint-limit" and "set/show remote
12042 hardware-breakpoint-limit".
12043 (remote_hw_watchpoint_limit): Initialize to -1.
12044 (remote_hw_breakpoint_limit): Ditto.
12045 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12046
1b6bc7e0
CF
120472003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12048
12049 * coff-pe-read.c: New file - support reading of minimal symbols from a
12050 portable executable using the export table.
12051 * coff-pe-read.h: New file.
12052 * coffread.c: Include coff-pe-read.h.
12053 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12054 debugging symbols found.
12055 * Makefile.in (SFILES): Add coff-pe-read.o.
12056 (coff_pe_read_h): Define.
12057 (COMMON_OBS): Add coff-pe-read.o.
12058 (coffread.o): Add coff_pe_read_h dependency.
12059 (coff-pe-read.o): New target.
12060
fe898f56
DC
120612003-02-19 David Carlton <carlton@math.stanford.edu>
12062
12063 * Makefile.in (SFILES): Add block.c.
12064 (block_h): New.
12065 (COMMON_OBS): Add block.o.
12066 (block.o): New.
12067 (x86-64-tdep.o): Add $(block_h).
12068 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12069 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12070 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12071 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12072 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12073 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12074 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12075 * value.h: Add opaque declaration for struct block.
12076 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12077 * ada-lang.h: Ditto.
12078 * x86-64-tdep.c: #include "block.h"
12079 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12080 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12081 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12082 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12083 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12084 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12085 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12086 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12087 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12088 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12089 * symtab.c (block_function): Ditto.
12090 (contained_in): Ditto.
12091 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12092 block.h. Add opaque declaration for struct block.
12093 * symtab.h: Move block_function and contained_in declarations to
12094 block.h. Add opaque declarations for struct block, struct
12095 blockvector.
12096 (struct block): Move to block.h.
12097 (struct blockvector): Ditto.
12098 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12099 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12100 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12101 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12102 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12103 Ditto.
12104 * block.c: New file.
12105 * block.h: New file.
12106
173345b5
TR
121072003-02-19 Theodore A. Roth <troth@openavr.org>
12108
12109 * avr-tdep.c (avr_extract_return_value): Remove function.
12110 (avr_store_return_value): Remove function.
12111 (avr_extract_struct_value_address): Remove function.
12112 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12113
338ef23d
AC
121142003-02-19 Andrew Cagney <ac131313@redhat.com>
12115
12116 * rs6000-tdep.c: Include "gdb_assert.h".
12117 (registers_e500): Add "acc" and "spefscr".
12118 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12119 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12120 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12121 really is "r0".
12122 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12123
5412f5f3
KS
121242003-02-18 Keith Seitz <keiths@redhat.com>
12125
12126 * Makefile.in: Add gdbtk-interps.c.
12127
881324eb
KB
121282003-02-18 Kevin Buettner <kevinb@redhat.com>
12129
12130 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12131 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12132
6a2f5abf
AC
121332003-02-18 Andrew Cagney <cagney@redhat.com>
12134
12135 * symtab.h (struct objfile): Add opaque declaration.
12136
54c7009d
EZ
121372003-02-18 Elena Zannoni <ezannoni@redhat.com>
12138
12139 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
12140 * dbxread.c (process_one_symbol): Use last_function_start rather
12141 than function_start_offset to find the real beginning of the
12142 current function. The latter is just the text section offset on
12143 some systems, the former is always the real function start.
54c7009d 12144
7ee6d7eb
AC
121452003-02-17 Andrew Cagney <cagney@redhat.com>
12146
12147 * configure.in: Revert ${target} != ${host}.
12148
2846da9b
AC
121492003-02-17 Andrew Cagney <ac131313@redhat.com>
12150
12151 * configure.in (Makefile): Use the test ${target} != ${host},
12152 instead of the absence of the "nm.h" file, to determine of the
12153 configuration non-native.
12154 * configure: Regenerate.
8ffd9b1b 12155
3b27aeea
EZ
121562003-02-14 Elena Zannoni <ezannoni@redhat.com>
12157
fbe586ae 12158 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
12159
12160 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12161 conditionalize tui_active test.
12162 (lookup_cmd_1): Ditto.
12163
b0b1c2c0
MK
121642003-02-14 Mark Kettenis <kettenis@gnu.org>
12165
12166 * configure.in: Add check for _etext.
12167 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12168 available.
12169 * config.in, configure: regenerated.
12170
8f05cde5
DJ
121712003-02-14 Daniel Jacobowitz <drow@mvista.com>
12172
12173 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12174
021e7609
AC
121752003-02-14 Andrew Cagney <ac131313@redhat.com>
12176
12177 * main.c (tui_version): Delete variable.
12178 (captured_main): When --tui, set interpreter_p to "tui" instead of
12179 enabling tui_version.
12180 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12181 tui_version.
12182 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12183 * cli/cli-cmds.c (disassemble_command): Ditto.
12184 * defs.h (tui_version): Delete declaration.
12185 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12186 (tui-interp.o): Add rules.
12187 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12188
e325dcec
CF
121892003-02-14 Christopher Faylor <cgf@redhat.com>
12190
36ffb041 12191 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
12192 just-loaded dll.
12193
c4f90d87
JM
121942003-02-12 Jason Molenda (jmolenda@apple.com)
12195
fbe586ae
RH
12196 * symmisc.c (print_objfile_statistics): Include information about
12197 the number of psymtabs and symtabs in each object file.
c4f90d87 12198
e46e5ccd
KS
121992003-02-13 Keith R Seitz <keiths@redhat.com>
12200
12201 * main.h (struct captured_main_args): Add interpreter_p.
12202 * main.c (captured_main): Initialize interpreter_p from context.
12203 * gdb.c (main): Set interpreter_p argument.
12204 * Makefile.in (gdb.o): Add dependency for interps.h.
12205
fe97fe9c
AC
122062003-02-12 Andrew Cagney <ac131313@redhat.com>
12207
12208 * event-top.c (cli_command_loop): Delete declaration.
12209 (_initialize_event_loop): Delete function setting event_loop_hook.
12210 * event-top.h (cli_command_loop): Declare. Update copyright.
12211 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12212 * interps.c (current_interp_command_loop): When event_loop_p, call
12213 cli_command_loop.
12214
1cdac4ef
AC
122152003-02-12 Andrew Cagney <ac131313@redhat.com>
12216
12217 * interps.h (interp_command_loop_ftype): Change return type to
12218 void.
12219
48037ead
ML
122202003-02-12 Michal Ludvig <mludvig@suse.cz>
12221
12222 * x86-64-tdep.c (x86_64_extract_return_value)
12223 (x86_64_store_return_value): Use regcache instead of regbuf.
12224 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12225 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12226
033afc63
AC
122272003-02-11 Andrew Cagney <ac131313@redhat.com>
12228
12229 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12230 * aclocal.m4: Regenerate.
12231 * configure: Regenerate.
12232
12233 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12234 TCL_LD_SEARCH_FLAGS.
12235
40d02bca
ML
122362003-02-10 Michal Ludvig <mludvig@suse.cz>
12237
12238 * dwarf2cfi.c: Reindented.
12239
11308a41
AC
122402003-02-09 Andrew Cagney <ac131313@redhat.com>
12241
12242 * interps.c (clear_interpreter_hooks): Convert function definition
12243 to ISO C.
12244
e1c1c0f6
DC
122452003-02-07 David Carlton <carlton@math.stanford.edu>
12246
12247 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12248
ab5d3da6
KB
122492003-02-07 Kevin Buettner <kevinb@redhat.com>
12250
12251 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12252 (struct type): ...to here.
12253 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12254 field.
12255 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12256 (replace_type): Set length on all type variants for a given type.
12257
b8a92b82
AC
122582003-02-07 Andrew Cagney <ac131313@redhat.com>
12259
12260 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12261 <sys/stat.h>.
12262 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 12263
5cb316ef
AC
122642003-02-06 Andrew Cagney <ac131313@redhat.com>
12265
2555fe1a
AC
12266 * Makefile.in (symm-nat.o): Update dependencies.
12267 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12268 (lynx-nat.o, ia64-linux-nat.): Ditto.
12269 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12270 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12271 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12272
44270758
AC
12273 * Makefile.in (inflow_h): Define.
12274 (procfs.o, inflow.o, procfs.o): Update dependencies.
12275 * inftarg.c (child_stop): Delete extern declaration of
12276 inferior_process_group. Include "inflow.h".
12277 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12278 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12279 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12280 (our_process_group, inferior_process_group): Extern declarations.
12281
df8f7274
AC
12282 * procfs.c: Include "gdb_assert.h".
12283
5cb316ef
AC
12284 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12285 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12286 * jv-typeprint.c (java_type_print_base): Ditto.
12287 * typeprint.c (typedef_print): Eliminate STREQ.
12288 * cli/cli-script.c (define_command, define_command): Ditto.
12289 * main.c (captured_main): Ditto.
12290 * values.c (lookup_internalvar): Ditto.
12291 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12292 within `if' conditional.
12293 * linespec.c (decode_line_2): Ditto.
12294 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12295 (bfd_openw_with_cleanup): Ditto.
12296
2a28ccea
MK
122972003-02-07 Mark Kettenis <kettenis@gnu.org>
12298
12299 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12300 legacy_extract_return_value and store_return_value to
12301 legacy_return_value.
12302
786b8124
CF
123032003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12304
12305 * win32-nat.c (get_relocated_section_addrs): New function. Find
12306 section load addresses for symbol handling in relocated DLLs.
12307 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12308
b871e4ec
FF
123092003-02-05 Fred Fish <fnf@intrinsity.com>
12310
12311 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12312 '=' and '!='.
12313 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12314 with '&' and '=='.
12315 (angel_RDI_info): Ditto.
12316 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12317 with '&' and '!='.
12318 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 12319
4389a95a 123202003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
12321 Keith Seitz <keiths@redhat.com>
12322 Elena Zannoni <ezannoni@redhat.com>
12323 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
12324
12325 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12326 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12327 (SUBDIR_MI_OBS): Add "mi-interp.o".
12328 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12329 (SFILES): Add "interps.c".
12330 (COMMON_OBS): Add "interps.o".
12331 (interps_h, mi_main_h): Define.
12332 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12333 (mi-main.o, main.o, event-top.o): Update dependencies.
12334 * cli/cli-interp.c: New file.
12335 * interps.h, interps.c: New files.
12336 * top.c: (gdb_init): Don't install the default interpreter, handed
12337 by captured_main.
12338 * main.c: Include "interps.h".
12339 (interpreter_p): Note that it should malloc'ed.
12340 (captured_command_loop): Call current_interp_command_loop.
12341 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12342 xfree and xstrdup when updating interpreter_p. Install the
12343 default interpreter. Add hack to stop mi1's copyright notice
12344 being encoded.
12345 * event-top.h (gdb_setup_readline): Declare.
12346 (gdb_disable_readline): Declare.
12347 * event-top.c: Include "interps.h".
12348 (display_gdb_prompt): Call current_interp_display_prompt_p.
12349 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12350 gdb_stdlog, and gdb_stdtarg.
12351 (_initialize_event_loop): Don't call gdb_setup_readline.
12352 * cli-out.c (cli_out_set_stream): New function.
12353 * cli-out.h (cli_out_set_stream): Declare.
12354
ff3b5810
MK
123552003-02-06 Mark Kettenis <kettenis@gnu.org>
12356
12357 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12358 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12359 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12360 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12361 config/i386/i386v42mp.mt: Removed.
12362
5b729aa5
MK
123632003-02-05 Mark Kettenis <kettenis@gnu.org>
12364
12365 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12366 GDB_OSABI_SOLARIS.
12367
8cc15142
MC
123682003-02-05 Michael Chastain <mec@shout.net>
12369
12370 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12371 2.12.1 and earlier versions.
12372
5aa5d4b9
AC
123732003-02-05 Andrew Cagney <ac131313@redhat.com>
12374
12375 Remove orphaned hosts, targets and files.
12376 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12377 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12378 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12379 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12380 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12381 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12382 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12383 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12384 * config/sparc/tm-sp64sim.h: Delete.
12385 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12386 hosts.
12387 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12388 mips*-dec-mach3* targets.
12389
b68767c1
MC
123902003-02-04 Michael Chastain <mec@shout.net>
12391
12392 * NEWS: Fix typo: sepcifying -> specifying.
12393
5ae7ca1d
MC
123942003-02-04 Michael Chastain <mec@shout.net>
12395
12396 * dwarfread.c: Add documentation on the state of dwarf-1,
12397 looking towards obsoletion.
12398
d08a4280
MC
123992003-02-03 Michael Chastain <mec@shout.net>
12400
12401 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12402 gdb/testsuite/gdb.c++/pr-1023.exp.
12403
e9be73e4
AC
124042003-02-04 Andrew Cagney <ac131313@redhat.com>
12405
12406 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12407 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12408
12409 * utils.c (init_page_info): Delete reference to MPW in comments.
12410 * main.c (captured_main): Delete #ifdef MPW.
12411
05d57f6f
AC
124122003-02-04 Andrew Cagney <ac131313@redhat.com>
12413
8ffd9b1b 12414 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12415 * monitor.c (monitor_expect): Obsolete reference to m32r.
12416 * configure.tgt: Mark m32r-*-elf* as obsolete.
12417 * MAINTAINERS: Mark m32k as obsolete.
12418 * m32r-rom.c: Obsolete file.
12419 * config/m32r/m32r.mt: Obsolete file.
12420 * config/m32r/tm-m32r.h: Obsolete file.
12421 * m32r-stub.c: Obsolete file.
12422 * m32r-tdep.c: Obsolete file.
12423
8b0e5691
AC
124242003-02-04 Andrew Cagney <ac131313@redhat.com>
12425
12426 * NEWS: Mention that the z8k-zilog-none is obsolete.
12427 * MAINTAINERS: Mark z8k as obsolete.
12428 * configure.tgt: Obsolete the z8k-*-coff* target.
12429 * config/z8k/z8k.mt: Obsolete file.
12430 * config/z8k/tm-z8k.h: Obsolete file.
12431 * z8k-tdep.c: Obsolete file.
12432
67f16606
AC
124332003-02-04 Andrew Cagney <ac131313@redhat.com>
12434
12435 * NEWS: Mention that the mn10200-elf is obsolete.
12436 * configure.tgt: Obsolete mn10200-*-* target.
12437 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12438 mention that the mn10200 is obsolete.
12439 * breakpoint.h: Ditto.
12440 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12441 * config/mn10200/mn10200.mt: Obsolete file.
12442 * config/mn10200/tm-mn10200.h: Obsolete file.
12443 * mn10200-tdep.c: Obsolete file.
12444
fd2299bd
AC
124452003-02-04 Andrew Cagney <ac131313@redhat.com>
12446
12447 * MAINTAINERS: Mark h8500 as obsolete.
12448 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12449 * findvar.c (value_from_register): Ditto.
12450 * h8500-tdep.c: Mark file as obsolete.
12451 * config/h8500/h8500.mt: Ditto.
12452 * config/h8500/tm-h8500.h: Ditto.
12453 * NEWS: Mention that h8500 is obsolete.
12454
eb9a305d
DC
124552003-02-04 David Carlton <carlton@math.stanford.edu>
12456
12457 * objfiles.c (allocate_objfile): Always set name. Add comment at
12458 start of function.
12459 * jv-lang.c (get_dynamics_objfile): Add comment.
12460
406fc7fb
DC
124612003-02-04 David Carlton <carlton@math.stanford.edu>
12462
12463 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12464 * printcmd.c (build_address_symbolic): Replace uses of
12465 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12466 SYMBOL_NAME, and asm_demangle.
12467 Update copyright.
12468
93d91629
DC
124692003-02-04 David Carlton <carlton@math.stanford.edu>
12470
12471 * linespec.c (decode_compound): Extract code into
12472 lookup_prefix_sym.
12473 (lookup_prefix_sym): New function.
12474
1c5cb38e
DC
124752003-02-04 David Carlton <carlton@math.stanford.edu>
12476
12477 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12478 FLOAT_COERCION_BADNESS.
12479 * gdbtypes.c (rank_one_type): Replace all uses of
12480 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12481
0cf824c9
JB
124822003-02-04 Jim Blandy <jimb@redhat.com>
12483
12484 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12485 section, let dwarf_macinfo_section point to it, not
12486 dwarf_loc_section.
12487
a2d356b0
DJ
124882003-02-04 Daniel Jacobowitz <drow@mvista.com>
12489
12490 Pointed out by Anton Blanchard <anton@samba.org>.
12491 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12492 (ppc_linux_at_sigtramp_return_path): Use it.
12493
2de7ced7
DJ
124942003-02-04 Daniel Jacobowitz <drow@mvista.com>
12495
12496 * defs.h (streq): Add prototype.
12497 * utils.c (streq): New function.
12498
12499 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12500 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12501 * mdebugread.c (new_symbol): Likewise.
12502 * stabsread.c (define_symbol): Likewise.
12503 * coffread.c (process_coff_symbol): Likewise.
12504 * dwarfread.c (new_symbol): Likewise.
12505
12506 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12507 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12508 here.
12509 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12510 SYMBOL_INIT_DEMANGLED_NAME.
12511 * objfiles.c: Include "hashtab.h".
12512 (allocate_objfile): Call htab_set_functions_ex for the
12513 demangled_names_hash.
12514 (free_objfile): Call htab_delete for the demangled_names_hash.
12515 * objfiles.h (struct htab): Add declaration.
12516 (struct objfile): Add demangled_names_hash.
12517 * symfile.c: Include "hashtab.h".
12518 (reread_symbols): Call htab_delete for the demangled_names_hash.
12519 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12520 SYMBOL_NAME in the bcache.
12521 * symtab.c: Include "hashtab.h". Update comments.
12522 (create_demangled_names_hash, symbol_set_names): New functions.
12523 (symbol_find_demangled_name): New function, broken out from
12524 symbol_init_demangled_names.
12525 (symbol_init_demangled_names): Use it.
12526 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12527 (SYMBOL_SET_NAMES): New macro.
12528 (symbol_set_names): Add prototype.
12529
15831452
JB
125302003-02-03 Jim Blandy <jimb@redhat.com>
12531
12532 Use a single, consistent representation for an empty minimal
12533 symbol table in an objfile.
12534 * objfiles.c (terminate_minimal_symbol_table): New function.
12535 (allocate_objfile): Call it.
12536 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12537 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12538 non-NULL.
15831452
JB
12539 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12540 objfile has minimal symbols, compare minimal_symbol_count to zero,
12541 instead of comparing msymbols with NULL.
12542 * objfiles.c (have_minimal_symbols): Same.
12543 * solib-sunos.c (solib_add_common_symbols): Call
12544 terminate_minimal_symbol_table.
12545 * symfile.c (reread_symbols): Same.
8ffd9b1b 12546
ffc65945
KB
125472003-02-03 Kevin Buettner <kevinb@redhat.com>
12548
12549 * s390-tdep.c (s390_address_class_type_flags)
12550 (s390_address_class_type_flags_to_name)
12551 (s390_address_class_name_to_type_flags): New functions.
12552 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12553 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12554
f211c6d4
MS
125552003-02-03 Michael Snyder <msnyder@redhat.com>
12556
12557 * arm-tdep.c: Fix spell-o in comment.
12558
659b0389
ML
125592003-02-03 Michal Ludvig <mludvig@suse.cz>
12560
12561 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12562 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12563 error messages to contain BFD filename.
659b0389 12564
3b31d625
EZ
125652003-02-02 Elena Zannoni <ezannoni@redhat.com>
12566
997b089a 12567 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12568 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12569 (do_mixed_source_and_assembly): Use
12570 make_cleanup_ui_out_tuple_begin_end and
12571 make_cleanup_ui_out_tuple_begin_end.
12572 (do_mixed_source_and_assembly): Ditto.
12573 * thread.c (do_captured_list_thread_ids): Ditto.
12574 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12575 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12576 ui_out_tuple_end): Delete prototypes.
12577 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12578 ui_out_list_end, ui_out_tuple_end): Delete.
12579
12580 From Kevin Buettner <kevinb@redhat.com>:
12581 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12582 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12583 (do_cleanup_table_end): New functions.
12584 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12585 Use cleanups to invoke_ui_out_tuple_end().
12586 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12587 * cli/cli-setshow.c (cmd_show_list): Use
12588 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12589
5b181d62
AC
125902003-02-02 Andrew Cagney <ac131313@redhat.com>
12591
12592 * frame.c (frame_unwind_register): New function.
12593 (frame_unwind_unsigned_register): Use.
12594 (frame_unwind_signed_register): Use.
12595 (frame_read_register): New function.
12596 * frame.h (frame_unwind_register): Declare.
12597 (frame_read_register): Declare.
12598
12599 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12600 and frame_unwind_register instead of read_memory, write_register
12601 and deprecated_write_register_bytes.
12602
5f601589
AC
126032003-02-02 Andrew Cagney <ac131313@redhat.com>
12604
12605 * frame.h: Note that namelen can be negative.
12606 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12607 NAME's length.
12608
12609 * NEWS: Mention that the d10v's `regs' command is deprecated.
12610 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12611 (d10v_print_registers_info): New function.
12612 (show_regs): Call d10v_print_registers_info.
12613 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12614
6a3fe0a4
MK
126152003-02-02 Mark Kettenis <kettenis@gnu.org>
12616
12617 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12618 lost in the previous patch.
12619
075559bc
AC
126202003-02-01 Andrew Cagney <ac131313@redhat.com>
12621
12622 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12623 * stack.c (print_frame_info_base): Output complete FRAME tuple
12624 for synthesized frames.
075559bc 12625
6789195b
AC
126262003-02-02 Andrew Cagney <ac131313@redhat.com>
12627
12628 * mips-nat.c (zerobuf): Delete.
12629 (fetch_inferior_registers): Alloc local zerobuf.
12630 (fetch_core_registers): Alloc local zerobuf.
12631 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12632 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12633 * thread-db.c (thread_db_store_registers): Ditto.
12634 * sh-tdep.c (sh_do_register): Ditto.
12635 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12636 * remote-sim.c (gdbsim_store_register): Ditto.
12637 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12638 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12639 * monitor.c (monitor_supply_register): Ditto.
12640 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12641 * mips-nat.c (fetch_inferior_registers): Ditto.
12642 * m68klinux-nat.c (fetch_register): Ditto.
12643 * lynx-nat.c (fetch_inferior_registers): Ditto.
12644 (fetch_inferior_registers): Ditto.
12645 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12646 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12647 (hpux_thread_store_registers): Ditto.
12648 * hppah-nat.c (fetch_register): Ditto.
12649 * hppab-nat.c (fetch_register): Ditto.
12650 * hppa-tdep.c (pa_register_look_aside): Ditto.
12651 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12652 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12653
e669114a
AC
126542003-02-01 Andrew Cagney <ac131313@redhat.com>
12655
12656 * gdbarch.sh: Explictly specify all method levels. When a
12657 variable with an empty level, provide a non-multi-arch default.
12658 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12659 * gdbarch.h: Re-generate.
12660 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12661 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12662
9a043c1d
AC
126632003-02-01 Andrew Cagney <ac131313@redhat.com>
12664
12665 * defs.h (host_pointer_to_address): Delete declaration.
12666 (address_to_host_pointer): Delete declaration.
12667 * utils.c (host_pointer_to_address): Delete function.
12668 (address_to_host_pointer): Delete function.
12669 * procfs.c (procfs_address_to_host_pointer): New function.
12670 * procfs.c (proc_set_watchpoint): Use.
12671 (procfs_can_use_hw_breakpoint): Update comments.
12672 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12673 (som_solib_add): Use.
12674 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12675 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12676
7ca9f392
AC
126772003-02-01 Andrew Cagney <ac131313@redhat.com>
12678
94bbfd30
AC
12679 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12680 strlen d_name.
12681
7ca9f392
AC
12682 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12683 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12684 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12685 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12686 (define_symbol): Update.
12687 * symfile.c (generic_load): Remove references to nindy.
12688 * symtab.c: Remove references to nindy.
12689
31a85ea2
AC
126902003-02-01 Andrew Cagney <ac131313@redhat.com>
12691
12692 * infcmd.c (print_float_info): Delete code conditional on
12693 FLOAT_INFO.
12694 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12695 * config/m68k/nm-apollo68b.h: Ditto.
12696 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12697 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12698 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12699
f6e85fc8
MK
127002003-02-01 Mark Kettenis <kettenis@gnu.org>
12701
6015b6a0
MK
12702 * config/i386/tm-i386os9k.h: Removed.
12703
f7a30bdf
MK
12704 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12705 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12706 they're identical to i[3456]86-*-sysv* now.
12707 * config/i386/i386v32.mh: Removed.
12708 * config/i386/xm-i386v32.h: Removed.
12709 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12710
28d52111
MK
12711 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12712
4d3f6bce
MK
12713 * config/i386/i386dgux.mh: Removed.
12714 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12715
f6e85fc8
MK
12716 * configure.in: Fix typo.
12717 * configure: Regenerated.
12718
53955967
DC
127192003-01-31 David Carlton <carlton@math.stanford.edu>
12720
12721 * dwarf2read.c (dwarf2_locate_sections): Set
12722 dwarf_ranges_section.
12723
b1364885
AC
127242003-01-31 Andrew Cagney <ac131313@redhat.com>
12725
8dbb1c65
AC
12726 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12727 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12728
8731e58e
AC
12729 * utils.c: Re-indent.
12730
b1364885
AC
12731 * config/djgpp/fnchange.lst: Delete nindy files.
12732 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12733 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12734 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12735 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12736 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12737 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12738 * Makefile.in (init.c): Remove nindy references.
12739 (saber_gdb): Delete rule.
12740 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12741 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12742 and a68v-nat.c.
12743 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12744 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12745 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12746 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12747 nindy-share/stop.h.
12748 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12749 * saber.suppress: Delete file.
12750
086df311
DJ
127512003-01-31 Daniel Jacobowitz <drow@mvista.com>
12752
12753 * dbxread.c (stabs_data): New static variable.
12754 (fill_symbuf): Support an in-memory buffer for stabs data.
12755 (stabs_seek): New function.
12756 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12757 (read_ofile_symtab): Use stabs_seek.
12758 (elfstab_build_psymtabs): Take an asection* instead of
12759 an offset and size. Relocate the stabs data if necessary.
12760 Save the section* for dbx_psymtab_to_symtab.
12761 * dwarf2read.c: Add section variables for each debug section.
12762 (dwarf2_locate_sections): Fill them in.
12763 (dwarf2_read_section): Take an asection* argument.
12764 Relocate the section contents if necessary.
12765 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12766 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12767 it to dwarf2_read_section.
12768 (dwarf2_build_frame_info): Update callers.
12769 * elfread.c (elf_symfile_read): Update call to
12770 elfstab_build_psymtabs.
12771 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12772 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12773 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12774 * symfile.c (symfile_dummy_outputs): New function.
12775 (symfile_relocate_debug_section): New function.
12776 * symfile.h (symfile_relocate_debug_section): Add prototype.
12777
87d1b352
RH
127782003-01-31 Richard Henderson <rth@redhat.com>
12779
12780 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12781 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12782 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12783 * alpha-tdep.c (alpha_register_name): Add "unique".
12784 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12785 (ALPHA_UNIQUE_REGNUM): New.
12786 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12787
c48861fb
AC
127882003-01-31 Andrew Cagney <ac131313@redhat.com>
12789
12790 * README: Remove reference to Ericsson 1800 monitor.
12791 * Makefile.in (remote-es.o): Delete rule.
12792 (ALLDEPFILES): Delete remote-es.c.
12793 * remote-es.c: Delete file.
12794 * config/m68k/es1800.mt: Delete file.
12795 * config/djgpp/fnchange.lst: Update.
12796 * configure.tgt: Delete m68*-ericsson-* target.
12797
d764a824
AF
127982003-01-31 Adam Fedor <fedor@gnu.org>
12799
12800 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12801 Remove duplicate/shadowing variable of same name.
12802
fe36c4f4
JB
128032003-01-30 Jim Blandy <jimb@redhat.com>
12804
12805 * symfile.c (find_separate_debug_file): Assert that the objfile's
12806 directory name we compute ends with a slash, and then assume that
12807 that's so everywhere we use it.
12808
cb741690
DJ
128092003-01-30 Daniel Jacobowitz <drow@mvista.com>
12810
12811 * valops.c (value_assign): Flush frame cache after stores to memory
12812 also.
12813
96ee5227
AC
128142003-01-30 Andrew Cagney <ac131313@redhat.com>
12815
12816 * Makefile.in (mon960-rom.o): Delete rule.
12817 * mon960-rom.c: Delete file.
12818
7f6104a9
AC
128192003-01-30 Andrew Cagney <ac131313@redhat.com>
12820
12821 * d10v-tdep.c: Include "frame-unwind.h".
12822 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12823 list.
12824 (next_addr, uses_frame): Delete.
12825 (struct d10v_unwind_cache): Define.
12826 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12827 Use info instead of next_addr and uses_frame globals.
12828 (d10v_frame_init_saved_regs): Delete function.
12829 (d10v_init_extra_frame_info): Delete function.
12830 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12831 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12832 init_frame_pc or frame_saved_pc.
12833 (d10v_pop_frame): Delete function.
12834 (do_d10v_pop_frame): Delete function.
12835 (d10v_frame_chain): Delete function.
12836 (d10v_frame_chain_valid): Delete function.
12837 (d10v_frame_pc_unwind): New function.
12838 (d10v_frame_id_unwind): New function.
12839 (saved_regs_unwinder): New function.
12840 (d10v_frame_register_unwind): New function.
12841 (d10v_frame_pop): New function.
12842 (d10v_frame_unwind): New variable.
12843 (d10v_frame_p): New function.
12844 (d10v_frame_saved_pc): Delete function.
12845 * Makefile.in (d10v-tdep.o): Update dependencies.
12846
cad2e848
JB
128472003-01-30 J. Brobecker <brobecker@gnat.com>
12848
12849 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12850 causing some regressions due to a change in the default value
12851 for this macro.
12852
af34e669
DJ
128532003-01-29 Richard Henderson <rth@redhat.com>
12854 Elena Zannoni <ezannoni@redhat.com>
12855 Daniel Jacobowitz <drow@mvista.com>
12856
12857 Fix PR gdb/961.
8ffd9b1b 12858 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
12859 variables.
12860 (RANGES_SECTION): New.
12861 (dwarf_ranges_buffer): New variable.
12862 (struct comp_unit_head): Add member "die".
12863 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12864 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12865 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12866 (dwarf2_locate_sections): Likewise.
12867 (dwarf2_build_psymtabs): Read .debug_ranges.
12868 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12869 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12870 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12871 Look for DW_AT_ranges and return the bounding box.
12872
baa93fa6
CF
128732003-01-29 Brian Ford <ford@vss.fsi.com>
12874
12875 * win32-nat.c (cygwin_pid): Removed as unused.
12876 (child_attach): Try fall back to Cygwin pid.
12877
c63f977f
JB
128782003-01-29 Jim Blandy <jimb@redhat.com>
12879
12880 * objfiles.h (struct objfile): Doc fix.
12881
d62d1979
AC
128822003-01-29 Andrew Cagney <ac131313@redhat.com>
12883
12884 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12885 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12886 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12887 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12888 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12889 (FRAME_SAVED_PC): Change to a function with predicate.
12890 * gdbarch.h, gdbarch.c: Re-generate.
12891
1ae18a04
AC
128922003-01-28 Andrew Cagney <ac131313@redhat.com>
12893
52287340
AC
12894 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12895
1ae18a04
AC
12896 * complaints.c (complain): Delete function.
12897 * complaints.h (struct deprecated_complaint): Delete definition.
12898 (complain): Delete declaration.
12899
f2c16bd6
KB
129002003-01-28 Kevin Buettner <kevinb@redhat.com>
12901
12902 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12903 dummy frames.
12904
a94dd1fd
AC
129052003-01-27 Andrew Cagney <ac131313@redhat.com>
12906
12907 * sentinel-frame.h, sentinel-frame.c: New files.
12908 * Makefile.in (frame.o): Update dependencies.
12909 (SFILES): Add sentinel-frame.c.
12910 (sentinel_frame_h): Define.
12911 (COMMON_OBS): Add sentinel-frame.o.
12912 (sentinel-frame.o): Specify dependencies.
12913 * frame.c: Include "sentinel-frame.h".
12914 (frame_register_unwind): Rewrite assuming that there is always a a
12915 ->next frame.
12916 (frame_register, generic_unwind_get_saved_register): Ditto.
12917 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12918 (create_sentinel_frame, unwind_to_current_frame): New functions.
12919 (get_current_frame): Rewrite using create_sentinel_frame and
12920 unwind_to_current_frame. When possible, always create a frame.
12921 (create_new_frame): Set next to the sentinel frame.
12922 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12923 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12924 ID cache when necessary.
12925 (frame_saved_regs_id_unwind): Use frame_relative_level.
12926 (deprecated_generic_get_saved_register): Use frame_relative_level,
12927 get_frame_saved_regs, get_frame_pc, get_frame_base and
12928 get_next_frame.
12929 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12930 frame_register.
12931
5378adc4
DJ
129322003-01-27 Daniel Jacobowitz <drow@mvista.com>
12933
12934 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12935
51ee2ddc
DJ
129362003-01-27 Daniel Jacobowitz <drow@mvista.com>
12937
12938 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12939 (maintenance_set_profile_cmd): Use error () instead of warning ().
12940
d9feb4e7
DJ
129412003-01-27 Daniel Jacobowitz <drow@mvista.com>
12942
12943 * configure.in: Check that -pg works if using --enable-profiling.
12944 Check for monstartup and _mcleanup regardless of --enable-profiling.
12945 * maint.c: Check for monstartup and _mcleanup before using them.
12946 * config.in: Regenerated.
12947 * configure: Regenerated.
12948
2d188dd3
NC
129492003-01-24 Nick Clifton <nickc@redhat.com>
12950
12951 * Add sh2e support:
12952
12953 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12954
12955 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12956 (sh2e_show_regs): New.
12957 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12958 * config/sh/tm-sh.h: Added sh2e to comments.
12959
cb3c37b2
JB
129602003-01-23 Jim Blandy <jimb@redhat.com>
12961
12962 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12963 symbols found)" message here; we haven't checked for a separate
12964 debug info file yet, so we don't know yet.
12965 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12966 we've looked everywhere. Also, there's no need to print a special
12967 message when we're loading the separate debug info file: the one
12968 symbol_file_add prints is fine.
12969
5b5d99cf
JB
129702003-01-23 Alexander Larsson <alexl@redhat.com>
12971 Jim Blandy <jimb@redhat.com>
12972
12973 Add support for executables whose debug info has been separated
12974 out into a separate file, leaving only a link behind.
12975 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12976 and separate_debug_objfile_backlink.
12977 (put_objfile_before): New declaration.
12978 * symfile.c: #include "filenames.h".
12979 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12980 debug info in a separate file, read that, too. Save the addrs
12981 argument, so we can use it again to read the separated debug info;
12982 syms_from_objfile modifies the table we pass it.
12983 (reread_symbols): After re-reading an objfile, call
12984 reread_separate_symbols to refresh its separate debug info
12985 objfile, if it has one.
12986 (reread_separate_symbols, find_separate_debug_file,
12987 get_debug_link_info, separate_debug_file_exists): New functions.
12988 (debug_file_directory): New global var.
12989 (_initialize_symfile): Initialize debug_file_directory, and
12990 provide the new `set debug-file-directory' command to let the user
12991 change it.
12992 * objfiles.c (free_objfile): If this objfile has its debug info in
12993 a separate objfile, free that one too. If this is itself a
12994 separate debug info objfile, clear our parent's backlink.
12995 (put_objfile_before): New function.
12996 * utils.c (gnu_debuglink_crc32): New function.
12997 * defs.h (gnu_debuglink_crc32): New declaration.
12998 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12999 * configure.in: Handle --with-separate-debug-dir config option.
13000 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13001 * acconfig.h (DEBUGDIR): New macro.
13002 * configure, aclocal.m4, config.in: Regenerated.
13003
7e8580c1
JB
130042003-01-22 Jim Blandy <jimb@redhat.com>
13005
7904e09f
JB
13006 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13007 like the old symbol_file_add, but taking new arguments: you can
13008 now pass in either a `struct section_addr_info' list to say where
13009 each section is loaded, or a `struct section_offsets' table. Pass
13010 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 13011 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
13012 with the appropriate quiescent values for the new arguments.
13013
7e8580c1
JB
13014 * symfile.c: #include "gdb_assert.h".
13015 (syms_from_objfile): Add the ability to pass in a section offset
13016 table directly, as an alternative to the section_addr_info table.
13017 Document arguments better.
13018 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13019 * symfile.h (syms_from_objfile): Update declaration.
13020 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13021 syms_from_objfile.
13022 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13023
d28f9cdf
DJ
130242003-01-22 Daniel Jacobowitz <drow@mvista.com>
13025
13026 Original patch by Tom Tromey <tromey@cygnus.com> and
13027 Jason Molenda <jmolenda@apple.com>.
13028 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13029 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13030 * NEWS: Mention profiling.
13031 * configure.in (--enable-gdbtk): Fix typo.
13032 (--enable-profiling): New. Set PROFILE_CFLAGS.
13033 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13034 Fill in function.
13035 (profiling_state): New variable.
13036 (mcleanup_wrapper): New function.
13037 (_initialize_maint): Remove NOTYET, fix call to
13038 add_setshow_boolean_cmd for "maint set profile".
13039 * configure: Regenerated.
13040
df21e465
MH
130412003-01-21 Martin M. Hunt <hunt@redhat.com>
13042
13043 * Makefile.in (install-gdbtk): Install PNG images too.
13044
73c1f219
AC
130452003-01-21 Andrew Cagney <ac131313@redhat.com>
13046
13047 * exec.c (text_start): Delete global variable.
13048 (exec_file_attach): Make text_start local to the function.
13049 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13050 * valops.c (hand_function_call): Delete code that handles
13051 BEFORE_TEXT_END and AFTER_TEXT_END.
13052 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13053 of CALL_DUMMY_LOCATION.
13054 * gdbarch.c: Regenerate.
13055 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13056 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13057 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13058 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13059 (text_end): Delete extern declaration.
13060
eb4f72c5
AC
130612003-01-21 Andrew Cagney <ac131313@redhat.com>
13062
13063 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13064 * blockframe.c (backtrace_below_main): Move to "frame.c".
13065 (frame_chain_valid): Delete check for backtrace_below_main.
13066 (_initialize_blockframe): Delete initialization, move ``set
13067 backtrace-below-main'' command to "frame.c".
13068 (do_flush_frames_sfunc): Delete function.
13069 * frame.c: Include "command.h" and "gdbcmd.h".
13070 (frame_type_from_pc): New function.
13071 (create_new_frame): Use frame_type_from_pc.
13072 (legacy_get_prev_frame): New function.
13073 (get_prev_frame): Rewrite. When an old style frame, call
13074 legacy_get_prev_frame. Otherwize, unwind the PC first.
13075 (_initialize_frame): Add ``set backtrace-below-main'' command.
13076 * Makefile.in (frame.o): Update dependencies.
13077
778ce8cc
AC
130782003-01-19 Andrew Cagney <ac131313@redhat.com>
13079
13080 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13081 DEPRECATED_REGISTERS_INFO.
13082
01c193c8
AC
130832003-01-19 Andrew Cagney <ac131313@redhat.com>
13084
13085 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13086 Maintainers'. Update `Various Maintainers'.
13087
dedc2a2b
AC
130882003-01-19 Andrew Cagney <ac131313@redhat.com>
13089
13090 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13091 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13092 Suppress actual parameters when `-'.
13093 * gdbarch.h, gdbarch.c: Regenerate.
13094
b7261c70
AC
130952003-01-19 Andrew Cagney <ac131313@redhat.com>
13096
13097 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13098 code handling dummy frames.
13099
dbe9fe58
AC
131002003-01-19 Andrew Cagney <ac131313@redhat.com>
13101
13102 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13103 (struct frame_unwind): Add field pop.
13104 * frame.h (frame_pop): Declare.
13105 * frame.c (frame_saved_regs_pop): New function.
13106 (trad_frame_unwinder): Add frame_saved_regs_pop.
13107 (frame_pop): New function.
13108 * dummy-frame.c (dummy_frame_pop): New function.
13109 (discard_innermost_dummy): New function.
13110 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13111 (dummy_frame_unwind): Add dummy_frame_pop.
13112 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13113 * valops.c (hand_function_call): Ditto.
13114 * stack.c (return_command): Ditto.
13115
570b8f7c
AC
131162003-01-18 Andrew Cagney <ac131313@redhat.com>
13117
13118 * cris-tdep.c: Fix function declaration indentation.
13119 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13120 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13121 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13122 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13123 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13124 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13125
131262003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
13127
13128 * README (Unpacking and Installation -- quick overview):
13129 Warn against ".../gdb-5.3/gdb/configure".
13130
494cca16
AC
131312003-01-18 Andrew Cagney <ac131313@redhat.com>
13132
13133 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13134 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13135 (struct frame_unwind): Declare opaque.
13136 (dummy_frame_p): Declare function.
13137 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13138 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13139 * dummy-frame.c: Include "frame-unwind.h".
13140 (dummy_frame_p): New function.
13141 (dummy_frame_unwind): New variable.
13142 * frame.c: Include "frame-unwind.h".
13143 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13144 to use the new unwind field.
13145 (set_unwind_by_pc): Delete function.
13146 (create_new_frame, get_prev_frame): Set unwind field using
13147 frame_unwind_find_by_pc.
13148 (trad_frame_unwind, trad_frame_unwinder): New variables.
13149 * frame.h (trad_frame_unwind): Declare variable.
13150 (frame_id_unwind_ftype): Delete declaration.
13151 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13152 (struct frame_unwind): Declare opaque.
13153 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13154 register_unwind with a single unwind pointer.
13155 * frame-unwind.h, frame-unwind.c: New files.
13156 * Makefile.in (SFILES): Add frame-unwind.c.
13157 (frame_unwind_h): Define.
13158 (COMMON_OBS): Add frame-unwind.o.
13159 (frame-unwind.o): Specify dependencies.
13160 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 13161
4efb68b1
AC
131622003-01-18 Andrew Cagney <ac131313@redhat.com>
13163
13164 * ada-valprint.c: Eliminate PTR.
13165 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13166 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13167 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13168 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13169 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13170 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13171 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 13172
a84d24ee
AC
131732003-01-17 Andrew Cagney <ac131313@redhat.com>
13174
762f08a3
AC
13175 * main.c (captured_main): Don't use PTR.
13176 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13177 * gdbtypes.c (lookup_primitive_typename): Ditto.
13178 (lookup_struct_elt_type): Ditto.
13179 * f-valprint.c (info_common_command): Ditto.
13180 (list_all_visible_commons): Ditto.
13181 * jv-typeprint.c (java_type_print_base): Ditto.
13182
a84d24ee
AC
13183 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13184 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13185 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13186 i386-interix-nat.c and i386-interix-tdep.c. Rename
13187 m68klinux-nat.c and m68klinux-tdep.c. Rename
13188 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13189 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13190 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13191 * main.c (captured_main): Use xfree, not free.
13192
c170fb60
AC
131932003-01-16 Andrew Cagney <ac131313@redhat.com>
13194
13195 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13196 ID back using a parameter.
13197 * frame.c (frame_id_unwind): Update call.
13198 (frame_saved_regs_id_unwind): Update.
13199 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13200 * dummy-frame.h (struct frame_id): Add opaque declaration.
13201 (dummy_frame_id_unwind): Update declaration.
13202
867f3898
AC
132032003-01-15 Andrew Cagney <ac131313@redhat.com>
13204
13205 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13206
40622be8 132072003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 13208
40622be8 13209 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 13210
ae66c1fc
EZ
132112003-01-14 Elena Zannoni <ezannoni@redhat.com>
13212
997b089a 13213 Fix PR gdb/898
ae66c1fc
EZ
13214 * breakpoint.c (until_break_command): Add new argument. Use it to
13215 decide whether to stop only at the current frame or not.
13216 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 13217 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
13218 call.
13219 (advance_command): New function.
13220 (_initialize_infcmd): Update help string for 'until' command.
13221 Add new 'advance' command.
13222
a04257e6
DC
132232003-01-14 David Carlton <carlton@math.stanford.edu>
13224
13225 * linespec.c (decode_line_1): Normalize comments.
13226 (set_flags): Ditto.
13227 (locate_first_half): Ditto.
13228 (decode_compound): Ditto.
13229 (symtab_from_filename): Ditto.
13230 (decode_all_digits): Ditto.
13231 (decode_dollar): Ditto.
13232 (find_methods): Ditto.
13233 (find_toplevel_char): Ditto.
13234
1bac305b
AC
132352003-01-13 Andrew Cagney <ac131313@redhat.com>
13236
13237 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13238 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13239 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13240 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13241 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13242 * language.c, language.h, m32r-tdep.c: Update copyright.
13243 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13244 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13245 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13246 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13247 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13248 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13249
25caa7a8
EZ
132502003-01-13 Elena Zannoni <ezannoni@redhat.com>
13251
13252 * stabsread.h (process_later, resolve_cfront_continuation):
13253 Obsolete.
13254 Update copyright years.
13255 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13256 Update copyright year.
13257 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 13258 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
13259 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13260 Update copyright year.
13261 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13262 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13263 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13264 (parse_partial_symbols): Obsolete cfront support.
13265 * stabsread.c
13266 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13267 macros.
13268 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13269 read_cfront_baseclasses, read_cfront_member_functions,
13270 resolve_cfront_continuation,read_cfront_static_fields,
13271 copy_cfront_struct_fields): Obsolete functions.
13272 (define_symbol, read_one_struct_field): Obsolete cfront support.
13273 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13274 Update Copyright year.
13275
7789c6f5
EZ
132762003-01-13 Elena Zannoni <ezannoni@redhat.com>
13277
13278 * stack.c (print_frame_info, print_stack_frame_base_stub,
13279 print_stack_frame_base, show_and_print_stack_frame_stub,
13280 show_and_print_stack_frame, print_only_stack_frame_stub,
13281 print_only_stack_frame): Delete functions.
13282 (print_stack_frame_stub): Call print_frame_info instead of
13283 print_frame_info_base.
13284 (print_frame_info_base): Rename to print_frame_info.
13285 (backtrace_command_1): Call print_frame_info, instead of
13286 print_frame_info_base.
13287 (current_frame_command): Call print_stack_frame, instead of
13288 print_only_stack_frame.
13289 (frame_command): Call print_stack_frame, instead of
13290 show_and_print_stack_frame.
13291 (up_command): Ditto.
13292 (down_command): Ditto.
13293 * frame.h (print_only_stack_frame): Delete prototype.
13294 * infrun.c (normal_stop): Call print_stack_frame, instead of
13295 show_and_print_stack_frame.
13296 * thread.c (info_threads_command): Call print_stack_frame, instead
13297 of print_only_stack_frame.
13298
3f5a3016
AC
132992003-01-13 Andrew Cagney <ac131313@redhat.com>
13300
d99ba314
AC
13301 * README (Graphical interface to GDB): Update URL. Point at
13302 gdb/links/.
13303
3f5a3016
AC
13304 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13305 version match.
13306
083ae935
DJ
133072003-01-13 Daniel Jacobowitz <drow@mvista.com>
13308
13309 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13310 lines.
13311
5365276c
DJ
133122003-01-13 Daniel Jacobowitz <drow@mvista.com>
13313
13314 * thread-db.c (attach_thread): Prototype.
13315 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13316 thread information (ti), and valid flags (th_valid, ti_valid).
13317 (attach_thread): Move target_pid_to_str call to after the thread
13318 is added to GDB's list. Initialize the cache.
13319 (thread_get_info_callback, thread_db_map_id2thr)
13320 (thread_db_get_info): New functions.
13321 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13322 (thread_db_store_registers, thread_db_thread_alive)
13323 (thread_db_get_thread_local_address): Use them.
13324 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13325 of calling error() for threads in unknown state.
13326
13327 (clear_lwpid_callback): New function.
13328 (thread_db_resume): Use it to clear the cache.
13329
9fc30b6b
DJ
133302003-01-13 Daniel Jacobowitz <drow@mvista.com>
13331
13332 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13333 (resume_callback): Remove dead code.
13334
8f871025
AC
133352003-01-13 Andrew Cagney <ac131313@redhat.com>
13336
13337 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13338 predicate.
13339 * gdbarch.h, gdbarch.c: Regenerate.
13340 * stack.c (frame_info): Only initialize the saved registers when
13341 FRAME_INIT_SAVED_REGS_P.
13342 * frame.c (frame_saved_regs_register_unwind): Assert
13343 FRAME_INIT_SAVED_REGS_P.
13344 (deprecated_generic_get_saved_register): Ditto.
13345
3f565f1e
DJ
133462003-01-13 Daniel Jacobowitz <drow@mvista.com>
13347
13348 * source.c (openp): Squelch warning about "filename".
13349
072b1022
DJ
133502003-01-13 Daniel Jacobowitz <drow@mvista.com>
13351
13352 * source.c (openp): If the file does not exist don't necessarily
13353 search the path.
13354
973ccf8b
DJ
133552003-01-13 Daniel Jacobowitz <drow@mvista.com>
13356
13357 Fix PR gdb/872.
13358 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13359 (integer_types_same_name_p): New function.
13360 (rank_one_type): Use it.
13361 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13362
030292b7
DJ
133632003-01-13 Daniel Jacobowitz <drow@mvista.com>
13364
13365 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13366 variables.
13367 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13368 * configure.in: Add --with-sysroot.
13369 * configure: Regenerated.
13370 * main.c (gdb_sysroot): New variable.
13371 (captured_main): Initialize gdb_sysroot.
13372 * defs.h (gdb_sysroot): New extern declaration.
13373 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13374
afb5d334
MC
133752003-01-12 Michael Chastain <mec@shout.net>
13376
13377 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13378
751ceeb4
MC
133792003-01-12 Michael Chastain <mec@shout.net>
13380
13381 * top.c (print_gdb_version): Bump copyright year to 2003.
13382
94cd26f8
DC
133832003-01-12 David Carlton <carlton@bactrian.org>
13384
13385 * linespec.c (symtab_from_filename): Rename variable 's' to
13386 'file_symtab'.
13387
1ce79225
AC
133882003-01-12 Andrew Cagney <ac131313@redhat.com>
13389
13390 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13391 dummy frame.
13392 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13393
fa1fd571
AC
133942003-01-12 Andrew Cagney <ac131313@redhat.com>
13395
13396 * d10v-tdep.c: Include "gdb_assert.h".
13397 (d10v_store_return_value): Rewrite to match current interface.
13398 (d10v_extract_struct_value_address): Ditto.
13399 (d10v_extract_return_value): Ditto.
13400 (d10v_gdbarch_init): Set store_restore_value,
13401 extract_struct_value_address and extract_return_value.
13402
68b8d23e
JB
134032003-01-12 J. Brobecker <brobecker@gnat.com>
13404
13405 * hpread.c (set_namestring): New procedure replacing the
13406 SET_NAMESTRING macro.
13407 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13408 by calls to set_namestring.
13409
134102003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
13411
13412 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13413 a compilation warning.
13414 (hpread_process_one_debug_symbol): Likewise.
13415
88d262ca
DC
134162003-01-10 David Carlton <carlton@math.stanford.edu>
13417
13418 * linespec.c (decode_line_1): Rename variable 's' to
13419 'file_symtab'.
13420 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13421 (decode_dollar): Ditto.
13422 (decode_variable): Ditto.
13423 (symbol_found): Ditto.
13424
86669319
MC
134252003-01-09 Michael Chastain <mec@shout.net>
13426
13427 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13428
616a9dc4
CV
134292003-01-07 Corinna Vinschen <vinschen@redhat.com>
13430
13431 * win32-nat.c (set_process_privilege): New function.
13432 (child_attach): Call set_process_privilege() to enable the
13433 SE_DEBUG_NAME user privilege if available in process token.
13434
3269bcfa
JB
134352003-01-10 J. Brobecker <brobecker@gnat.com>
13436
13437 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13438 compilation error in the previous revision.
13439
2b0ee454
DC
134402003-01-09 David Carlton <carlton@math.stanford.edu>
13441
13442 * linespec.c: Update copyright.
13443
b3ba1b44
DJ
134442003-01-09 Daniel Jacobowitz <drow@mvista.com>
13445
13446 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13447 than inferior_ptid.
13448 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13449
4ef3f3be
AC
134502003-01-09 Andrew Cagney <ac131313@redhat.com>
13451
479ab5a0
AC
13452 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13453 Update comments.
13454 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13455 (frame_saved_regs_zalloc): Update.
13456 (frame_saved_regs_register_unwind): Update.
13457 (create_new_frame): Update.
13458 (get_prev_frame): Update.
13459 (frame_extra_info_zalloc): Update.
13460 (deprecated_get_frame_saved_regs): Update.
13461 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13462 * cris-tdep.c: Update comment.
13463
bde58177
AC
13464 * somsolib.h: Fix function indentation.
13465 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13466 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13467 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13468 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13469 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13470
4ef3f3be
AC
13471 * infrun.c (follow_fork): Use ISO C definition.
13472 * expprint.c (print_subexp): Use xfree instead of free.
13473 * charset.c: Include "gdb_string.h" instead of <string.h>.
13474 (register_iconv_charsets): Use ISO C definition.
13475 (host_charset, target_charset): Ditto.
13476 * Makefile.in (charset.o): Update dependencies.
13477 (mi-cmd-env.o): Update dependencies.
13478
1c615f7a
AC
134792003-01-08 Andrew Cagney <cagney@redhat.com>
13480
13481 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13482 get_frame_base.
13483
c9a1dc08
AC
134842003-01-08 Andrew Cagney <ac131313@redhat.com>
13485
13486 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13487 build directories. Save edited gdb output in Mbuild.log. If a
13488 build fails, remove any final GDB executable.
13489
dbad9d94
AC
134902003-01-08 Andrew Cagney <ac131313@redhat.com>
13491
13492 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13493 replacing hex constants with function names and stripping leading
13494 file name directory prefixes.
13495
8d357cca
AC
134962003-01-08 Andrew Cagney <cagney@redhat.com>
13497
13498 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13499 get_frame_base.
13500
bca02a8a
DC
135012003-01-08 David Carlton <carlton@math.stanford.edu>
13502
13503 * linespec.c (decode_line_1): Move code into decode_variable.
13504 (decode_variable): New function.
13505
7f8ab3a0
AC
135062003-01-08 Andrew Cagney <ac131313@redhat.com>
13507
13508 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13509
7b5849cc
AC
135102003-01-08 Andrew Cagney <cagney@redhat.com>
13511
13512 * cris-tdep.c (cris_frame_init_saved_regs): Use
13513 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13514 saved_regs buffer.
13515 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13516 (sh64_nofp_frame_init_saved_regs): Ditto.
13517 (sh_fp_frame_init_saved_regs): Ditto.
13518 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13519 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13520 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13521 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13522
72a5efb3
DJ
135232003-01-08 Daniel Jacobowitz <drow@mvista.com>
13524
13525 * minsyms.c (lookup_minimal_symbol): Update comment.
13526 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13527 (lookup_minimal_symbol_solib_trampoline): Likewise.
13528
11c02a10
AC
135292003-01-08 Andrew Cagney <cagney@redhat.com>
13530
aab3ea25
AC
13531 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13532 frame_relative_level.
13533
da50a4b7
AC
13534 * alpha-tdep.c: Use get_frame_extra_info.
13535 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13536 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13537 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13538 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13539
11c02a10
AC
13540 * alpha-tdep.c: Use get_next_frame.
13541 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13542 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13543 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13544 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13545 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13546 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13547 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13548
1e2330ba
AC
135492003-01-07 Andrew Cagney <cagney@redhat.com>
13550
13551 * alpha-tdep.c: Use get_frame_base.
13552 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13553 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13554 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13555 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13556 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13557 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13558 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13559 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13560
2d75187b
AC
135612003-01-07 Andrew Cagney <cagney@redhat.com>
13562
13563 * frame.c (deprecated_get_frame_context): New function.
13564 (deprecated_set_frame_context): New function.
13565 * frame.h (deprecated_get_frame_context): Declare.
13566 (deprecated_set_frame_context): Declare.
13567 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13568 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13569
483d36b2
AC
135702003-01-07 Andrew Cagney <cagney@redhat.com>
13571
13572 * frame.c (deprecated_set_frame_next_hack): New function.
13573 (deprecated_set_frame_prev_hack): New function.
13574 * frame.h (deprecated_set_frame_next_hack): Declare.
13575 (deprecated_set_frame_prev_hack): Declare.
13576 * mcore-tdep.c (analyze_dummy_frame): Use
13577 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13578 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13579
14e91ac5
DC
135802003-01-07 David Carlton <carlton@math.stanford.edu>
13581
13582 * linespec.c (decode_line_1): Move code into decode_dollar.
13583 (decode_dollar): New function.
13584
b0c6b05c
AC
135852003-01-07 Andrew Cagney <cagney@redhat.com>
13586
13587 * arm-tdep.c (arm_init_extra_frame_info): Use
13588 deprecated_update_frame_base_hack.
13589 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13590 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13591 (fix_frame_pointer): Ditto.
13592 (mn10300_analyze_prologue): Ditto.
13593
a00a19e9
AC
135942003-01-07 Andrew Cagney <cagney@redhat.com>
13595
13596 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13597 extra_info using frame_extra_info_zalloc.
13598 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13599 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13600 (sh64_init_extra_frame_info): Ditto.
13601 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13602 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13603 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13604 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13605 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13606 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13607 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13608 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13609 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13610 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13611 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13612 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13613
13614 * mn10300-tdep.c (analyze_dummy_frame): Use
13615 deprecated_set_frame_extra_info_hack.
13616 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13617
1fb4c65b
JB
136182003-01-07 J. Brobecker <brobecker@gnat.com>
13619
13620 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13621 class is not scText. These do not define "real" procedures.
13622 (parse_partial_symbols): Likewise.
13623
9fe7d6bf
MS
136242003-01-06 Michael Snyder <msnyder@redhat.com>
13625
13626 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13627
f6c609c4
AC
136282003-01-06 Andrew Cagney <ac131313@redhat.com>
13629
13630 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13631 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13632 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13633 deprecated_frame_xmalloc_with_cleanup.
13634 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13635 deprecated_frame_xmalloc.
13636 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13637 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13638
d995ff4b
AC
136392003-01-06 Andrew Cagney <cagney@redhat.com>
13640
84dc46cb
AC
13641 * x86-64-linux-tdep.c: Include "osabi.h".
13642 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13643
d995ff4b
AC
13644 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13645
66140c26
AC
136462003-01-06 Andrew Cagney <cagney@redhat.com>
13647
13648 * MAINTAINERS (Target Instruction Set Architectures): Update
13649 arm-elf. Can be built with -Werror, has been multiarched.
13650
13651 * value.h (unpack_long): Make buffer parameter constant.
13652 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13653 * scm-lang.h (scm_parse): Ditto.
13654 * defs.h (extract_typed_address, extract_address): Ditto.
13655 (extract_long_unsigned_integer): Ditto.
13656 * inferior.h (unsigned_pointer_to_address): Ditto.
13657 (signed_pointer_to_address): Ditto.
13658 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13659 * gdbarch.h, gdbarch.c: Regenerate.
13660 * findvar.c (extract_long_unsigned_integer): Update.
13661 (extract_address): Update.
13662 (extract_typed_address): Update.
13663 (unsigned_pointer_to_address): Update.
13664 * values.c (unpack_long): Update.
13665 (unpack_double): Update.
13666 (unpack_pointer): Update.
13667 (unpack_field_as_long): Update.
13668 * d10v-tdep.c (d10v_pointer_to_address): Update.
13669 * avr-tdep.c (avr_pointer_to_address): Update.
13670 * scm-lang.c (scm_unpack): Update.
13671 * findvar.c (signed_pointer_to_address): Update.
13672
b089b3da
ML
136732003-01-06 Michal Ludvig <mludvig@suse.cz>
13674
8ffd9b1b 13675 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13676 since it is in i386-tdep.c.
13677
aff87235
JB
136782003-01-06 J. Brobecker <brobecker@gnat.com>
13679
13680 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13681 failure introduced in the previous change.
13682
34f5e845
MC
136832003-01-05 Michael Chastain <mec@shout.net>
13684
13685 * README: Remove references to deleted remote-*.c files:
13686 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13687 remote-nrom.c, remote-os9k.c, remote-udi.c.
13688
28bcfd30
MK
136892003-01-05 Mark Kettenis <kettenis@gnu.org>
13690
13691 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13692 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13693 i386_get_longjmp_target.
13694
15a5b3ee
AC
136952003-01-05 Andrew Cagney <ac131313@redhat.com>
13696
13697 * arm-tdep.c (prologue_cache): Change to a pointer.
13698 (_initialize_arm_tdep): Allocate prologue_cache.
13699 (check_prologue_cache): Update.
13700 (save_prologue_cache): Update.
13701 (arm_gdbarch_init): Update.
13702
c263362b
DJ
137032003-01-04 Daniel Jacobowitz <drow@mvista.com>
13704
13705 * stabsread.c (update_method_name_from_physname): Call complaint()
13706 instead of error.
13707
51603483
DJ
137082003-01-04 Daniel Jacobowitz <drow@mvista.com>
13709
13710 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13711 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13712 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13713
13714 * blockframe.c: Include "gdbcmd.h" and "command.h".
13715 (backtrace_below_main): New variable.
13716 (file_frame_chain_valid, func_frame_chain_valid)
13717 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13718 (generic_func_frame_chain_valid): Remove functions.
13719 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13720 (_initialize_blockframe): New function.
13721 * Makefile.in (blockframe.o): Update dependencies.
13722 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13723 comment. Call frame_chain_valid ().
13724 * frame.h: Remove old prototypes. Add prototype for
13725 frame_chain_valid and update comments to match.
13726 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13727 Remove old comment.
13728 * gdbarch.h: Regenerated.
13729 * gdbarch.c: Regenerated.
13730
13731 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13732 set_gdbarch_frame_chain_valid.
13733 * avr-tdep.c (avr_gdbarch_init): Likewise.
13734 * cris-tdep.c (cris_gdbarch_init): Likewise.
13735 * frv-tdep.c (frv_gdbarch_init): Likewise.
13736 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13737 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13738 (i386_nw_init_abi): Likewise.
13739 (i386_gdbarch_init): Likewise.
13740 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13741 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13742 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13743 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13744 * mips-tdep.c (mips_gdbarch_init): Likewise.
13745 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13746 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13747 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13748 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13749 * s390-tdep.c (s390_gdbarch_init): Likewise.
13750 * sh-tdep.c (sh_gdbarch_init): Likewise.
13751 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13752 * v850-tdep.c (v850_gdbarch_init): Likewise.
13753 * vax-tdep.c (vax_gdbarch_init): Likewise.
13754 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13755
13756 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13757 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13758 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13759 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13760 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13761 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13762 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13763 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13764
b00a8037
DJ
137652002-01-04 Daniel Jacobowitz <drow@mvista.com>
13766
13767 * Makefile.in (acconfig_h): Remove incorrect macro.
13768 (config_h): Define.
13769 (osabi.o): Update dependencies.
13770 * configure.tgt: Set gdb_osabi based on target triplet.
13771 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13772 * configure: Regenerated.
13773 * config.in: Regenerated.
13774 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13775 (GDB_OSABI_DEFAULT): Define if not already defined.
13776 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13777 (set_osabi_string): New variables.
13778 (gdbarch_register_osabi): Add new OS ABI to
13779 gdb_osabi_available_names.
13780 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13781 (set_osabi, show_osabi): New functions.
13782 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13783
4be87837
DJ
137842003-01-04 Daniel Jacobowitz <drow@mvista.com>
13785
13786 * arch-utils.c (gdbarch_info_init): Set osabi to
13787 GDB_OSABI_UNINITIALIZED.
13788 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13789 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13790 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13791 * gdbarch.c: Regenerated.
13792 * gdbarch.h: Regenerated.
13793 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13794 there's no BFD.
13795 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13796 * osabi.h (enum gdb_osabi): Move to defs.h.
13797 (gdbarch_init_osabi): Update prototype.
13798 * defs.h (enum gdb_osabi): Moved here.
13799 * Makefile.in: Update dependencies.
13800
13801 * alpha-tdep.h: Don't include "osabi.h".
13802 (struct gdbarch_tdep): Remove osabi member.
13803 * alpha-tdep.c: Include "osabi.h".
13804 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13805 iterate over arches. Update call to gdbarch_init_osabi.
13806 (alpha_dump_tdep): Don't dump osabi.
13807 * alpha-linux-tdep.c: Include "osabi.h".
13808 * alpha-osf1-tdep.c: Include "osabi.h".
13809 * alphafbsd-tdep.c: Include "osabi.h".
13810 * alphanbsd-tdep.c: Include "osabi.h".
13811
13812 * arm-tdep.h: Don't include "osabi.h".
13813 (struct gdbarch_tdep): Remove osabi member.
13814 * arm-tdep.c: Include "osabi.h".
13815 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13816 iterate over arches. Update call to gdbarch_init_osabi.
13817 (arm_dump_tdep): Don't dump osabi.
13818 * arm-linux-tdep.c: Include "osabi.h".
13819 * armnbsd-tdep.c: Include "osabi.h".
13820
13821 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13822 Update call to gdbarch_init_osabi.
13823
13824 * i386-tdep.h: Don't include "osabi.h".
13825 (struct gdbarch_tdep): Remove osabi member.
13826 * i386-tdep.c: Include "osabi.h".
13827 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13828 iterate over arches. Update call to gdbarch_init_osabi.
13829 (i386_dump_tdep): Don't dump osabi.
13830 * i386-linux-tdep.c: Include "osabi.h".
13831 * i386-sol2-tdep.c: Include "osabi.h".
13832 * i386bsd-tdep.c: Include "osabi.h".
13833 * i386gnu-tdep.c: Include "osabi.h".
13834 * i386ly-tdep.c: Include "osabi.h".
13835 * i386nbsd-tdep.c: Include "osabi.h".
13836 * i386obsd-tdep.c: Include "osabi.h".
13837
13838 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13839 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13840 check osabi when iterating over arches. Update call to
13841 gdbarch_init_osabi.
13842 (mips_dump_tdep): Don't dump osabi.
13843
13844 * ns32k-tdep.h: Don't include "osabi.h".
13845 (struct gdbarch_tdep): Remove.
13846 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13847 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13848 allocate tdep. Update call to gdbarch_init_osabi.
13849 (ns32k_dump_tdep): Remove.
13850 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13851 * ns32knbsd-tdep.c: Include "osabi.h".
13852
13853 * ppc-tdep.h: Don't include "osabi.h".
13854 (struct gdbarch_tdep): Remove osabi member.
13855 * rs6000-tdep.c: Include "osabi.h".
13856 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13857 osabi when iterating over arches. Update call to
13858 gdbarch_init_osabi.
13859 (rs6000_dump_tdep): Don't dump osabi.
13860 * ppc-linux-tdep.c: Include "osabi.h".
13861 * ppcnbsd-tdep.c: Include "osabi.h".
13862
13863 * sh-tdep.h: Don't include "osabi.h".
13864 (struct gdbarch_tdep): Remove osabi member.
13865 * sh-tdep.c: Include "osabi.h".
13866 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13867 iterate over arches. Update call to gdbarch_init_osabi.
13868 (sh_dump_tdep): Don't dump osabi.
13869 * shnbsd-tdep.c: Include "osabi.h".
13870
13871 * sparc-tdep.c: Include "osabi.h".
13872 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13873 iterate over arches. Update call to gdbarch_init_osabi.
13874 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13875 tdep structure.
13876
13877 * vax-tdep.h: Don't include "osabi.h".
13878 (struct gdbarch_tdep): Remove.
13879 * vax-tdep.c: Include "osabi.h".
13880 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13881 iterate over arches. Don't allocate tdep. Update call
13882 to gdbarch_init_osabi.
13883 (vax_dump_tdep): Remove.
13884 (_initialize_vax_tdep): Update call to gdbarch_register.
13885
a881cf8e
DJ
138862003-01-04 Daniel Jacobowitz <drow@mvista.com>
13887
13888 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13889 entirely.
13890 (breakpoint_re_set_one): Don't fetch the value for a disabled
13891 watchpoint.
13892
1e698235
DJ
138932003-01-04 Daniel Jacobowitz <drow@mvista.com>
13894
13895 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13896 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13897 (COERCE_FLOAT_TO_DOUBLE): Remove.
13898 * gdbarch.c: Regenerate.
13899 * gdbarch.h: Regenerate.
13900 * Makefile.in: Remove value_h from gdbarch_h.
13901 * valops.c (coerce_float_to_double): New variable.
13902 (default_coerce_float_to_double): Remove.
13903 (standard_coerce_float_to_double): Remove.
13904 (value_arg_coerce): Use coerce_float_to_double.
13905 (_initialize_valops): Add "set coerce-float-to-double".
13906 * value.h (default_coerce_float_to_double): Remove prototype.
13907 (standard_coerce_float_to_double): Remove prototype.
13908
13909 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13910 prototyped.
13911 * mdebugread.c (parse_symbol): Likewise.
13912 * stabsread.c (define_symbol): Mark all functions as prototyped.
13913
13914 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13915 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13916 set_gdbarch_coerce_float_to_double.
13917 * arm-tdep.c (arm_gdbarch_init): Likewise.
13918 * frv-tdep.c (frv_gdbarch_init): Likewise.
13919 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13920 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13921 * mips-tdep.c (mips_gdbarch_init): Likewise.
13922 (mips_coerce_float_to_double): Remove.
13923 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13924 (rs6000_coerce_float_to_double): Remove.
13925 * s390-tdep.c (s390_gdbarch_init): Likewise.
13926 * sh-tdep.c (sh_gdbarch_init): Likewise.
13927 (sh_coerce_float_to_double): Remove.
13928 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13929 (sparc_coerce_float_to_double): Remove.
13930 * v850-tdep.c (v850_gdbarch_init): Likewise.
13931 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13932 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13933 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13934 (hppa_coerce_float_to_double): Remove prototype.
13935 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13936
f436a26a
DJ
139372003-01-04 Daniel Jacobowitz <drow@mvista.com>
13938
13939 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13940
248f8055
DJ
139412003-01-04 Daniel Jacobowitz <drow@mvista.com>
13942
13943 Suggested by Stewart Brown <sb24@avaya.com>:
13944 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13945 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13946 (c_type_print_varspec_suffix): Likewise.
13947
72cfdc76
MK
139482003-01-04 Mark Kettenis <kettenis@gnu.org>
13949
bfd260bb
MK
13950 * configure.in: Don't set and AC_SUBST SUBDIRS.
13951 * configure: Regenerated.
13952
72cfdc76
MK
13953 * configure.in: Remove code dealing with shared libraries.
13954 * Makefile.in: Remove HLDFLAGS and HLDENV.
13955 * configure: Regenerated.
13956
c8b8a898
AC
139572003-01-04 Andrew Cagney <ac131313@redhat.com>
13958
13959 * frame.c (deprecated_frame_xmalloc): New function.
13960 (deprecated_set_frame_saved_regs_hack): New function.
13961 (deprecated_set_frame_extra_info_hack): New function.
13962 * frame.h (deprecated_frame_xmalloc): Declare.
13963 (deprecated_set_frame_saved_regs_hack): Declare.
13964 (deprecated_set_frame_extra_info_hack): Declare.
13965
14abd0fb
MK
139662003-01-04 Mark Kettenis <kettenis@gnu.org>
13967
8ee53726
MK
13968 * configure.in: Move code that provides the --enable-gdbtk option
13969 right after the code that handles the --enable-tui option, and
13970 polish it somewhat.
13971 * configure: Regenerated.
13972
14abd0fb
MK
13973 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13974 AC_CHECK_FUNCS and remove the old check for pread64.
13975 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13976 * acconfig.h (_GNU_SOURCE): Add.
13977 (HAVE_PREAD64): Remove.
13978 * configure, aclocal.m4, config.in: Regenerated.
13979
b2fb4676
AC
139802003-01-03 Andrew Cagney <ac131313@redhat.com>
13981
13982 * alpha-tdep.c: Use get_frame_saved_regs.
13983 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13984 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13985 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13986 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13987 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13988
8dcde887
MK
139892003-01-03 Mark Kettenis <kettenis@gnu.org>
13990
13991 * configure.in: Remove all use of the SUBDIRS variable; add
13992 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13993 code providing the --enable-multi-ice option, and move it right in
13994 front of the code that checks whether gdbserver is supported.
13995 Polish that too.
13996 * configure: Regenerated.
13997 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13998 @SUBDIRS@.
13999
8ccd593b
AC
140002003-01-03 Andrew Cagney <cagney@redhat.com>
14001
14002 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14003 * avr-tdep.c, cris-tdep.c: Ditto.
14004 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14005 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 14006
91151a06
MK
140072003-01-03 Mark Kettenis <kettenis@gnu.org>
14008
14009 * configure.in: Remove --enable-netrom option.
14010 * configure: Regenerated.
14011
8fe84d01
MK
140122003-01-03 Mark Kettenis <kettenis@gnu.org>
14013
14014 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14015 declaration for `struct re_pattern_buffer' instead.
14016 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14017
f0394be6
JB
140182003-01-03 J. Brobecker <brobecker@gnat.com>
14019
14020 * mdebugread.c (parse_symbol): Count until the stEnd matching
14021 the structure name.
14022
27e9bf90
MK
140232003-01-02 Mark Kettenis <kettenis@gnu.org>
14024
93d331ba
MK
14025 * configure.in: Remove --with-cpu option.
14026 subscripts. Remove evil changequotes here.
14027 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14028 * config.in, configure: Regenerated.
8ffd9b1b 14029
27e9bf90
MK
14030 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14031 * configure.in: Cleanup section that sources GDB and BFD configure
14032 subscripts. Remove evil changequotes here.
14033 * config.in, configure: Regenerated.
14034
50abf9e5
AC
140352003-01-02 Andrew Cagney <ac131313@redhat.com>
14036
14037 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14038 frame accessor methods.
14039 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14040 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14041 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14042 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14043 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14044 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14045 * z8k-tdep.c: Ditto.
8ffd9b1b 14046
287c1a40
MK
140472003-01-02 Mark Kettenis <kettenis@gnu.org>
14048
f5dbc56d
MK
14049 * configure.in: Remove UI_OUT configuration code.
14050 * ada-lang.c: Update assuming UI_OUT is always true.
14051 * Makefile.in (UIOUT_CFLAGS): Remove.
14052 * configure: Regenerated.
14053 * TODO: Remove blurb about elimination of -DUI_OUT.
14054
627af7ea
MK
14055 * configure.in: Move code that provides the --enable-gdbcli,
14056 --enable-gdbmi options right before the code that handles the
14057 --enable-tui option. Polish a bit.
14058 * configure: Regenerated.
14059
06825bd1
MK
14060 * configure.in: Rewrite check for GNU regex and the
14061 --without-included regex option, and move it into the "Checks for
14062 library functions" section. This makes us use the system regex
14063 again by default on systems with version 2 of the GNU C library.
14064 This was apparently broken.
14065 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14066 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14067 * config.in, configure: Regenerated.
14068
287c1a40
MK
14069 * configure.in: Move code that provides the --enable-tui option
14070 before the "Checks for libraries" section. Polish the code
14071 somewhat and set need_curses to yes if we build the TUI. Rewrite
14072 code that looks for a library providing termcap functionality to
14073 match more closely what's done in the Readline library, and move
14074 it into to the "Checks for libraries" section.
14075 * configure: Regenerated.
14076 * Makefile.in (TERMCAP): Remove variable.
14077 * config/i386/go32.mh (TERMCAP): Remove variable.
14078
684e56bf
AC
140792003-01-02 Andrew Cagney <ac131313@redhat.com>
14080
14081 * MAINTAINERS: Mention gdb_mbuild.sh.
14082 * gdb_mbuild.sh: Rewrite.
14083
e1ea1d75
MK
140842003-01-02 Mark Kettenis <kettenis@gnu.org>
14085
14086 * configure.in: Fix typo in last change.
14087 * config.in, configure: Regenerated.
14088
1b831c93
AC
140892003-01-02 Andrew Cagney <ac131313@redhat.com>
14090
14091 * valarith.c (value_binop): Delete obsolete code and comments.
14092 * configure.host: Ditto.
14093 * buildsym.h (make_blockvector): Ditto.
14094 * buildsym.c (make_blockvector): Ditto.
14095 * defs.h (enum language): Ditto.
14096 (chill_demangle): Ditto.
14097 * elfread.c (elf_symtab_read): Ditto.
14098 * dwarfread.c (CHILL_PRODUCER): Ditto.
14099 (set_cu_language): Ditto.
14100 (handle_producer): Ditto.
14101 * expprint.c (print_subexp): Ditto.
14102 * gdbtypes.c (chill_varying_type): Ditto.
14103 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14104 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14105 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14106 (chill_varying_type): Ditto.
14107 * language.h (_LANG_chill): Ditto.
14108 * language.c (binop_result_type, integral_type): Ditto.
14109 (character_type, string_type, structured_type): Ditto.
14110 (lang_bool_type, binop_type_check): Ditto.
14111 * stabsread.h (os9k_stabs): Ditto.
14112 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14113 (define_symbol, read_type, read_struct_fields): Ditto.
14114 (read_array_type, read_enum_type, read_huge_number): Ditto.
14115 (read_range_type, start_stabs): Ditto.
14116 * symfile.c (init_filename_language_table): Ditto.
14117 (add_psymbol_with_dem_name_to_list): Ditto.
14118 * symtab.c (symbol_init_language_specific): Ditto.
14119 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14120 * symtab.h (struct general_symbol_info): Ditto.
14121 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14122 * typeprint.c (typedef_print): Ditto.
14123 * utils.c (fprintf_symbol_filtered): Ditto.
14124 * valops.c (value_cast, search_struct_field, value_slice): Delete
14125 obsolete code.
14126 (varying_to_slice): Delete function.
14127 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14128 (varying_to_slice): Delete declaration.
14129 * MAINTAINERS: Update.
14130
8bb2c122
MK
141312003-01-02 Mark Kettenis <kettenis@gnu.org>
14132
97bf5e38
MK
14133 * configure.in: Reorganize "Checks for library functions section"
14134 a bit. Remove check for `btowc' and `isascii' functions.
14135 * configure: Regenerated.
14136
5ee754fc
MK
14137 * acconfig.h (_MSE_INT_H): Remove.
14138 * configure.in: Create "Checks for header files" section, and move
14139 appropriate tests there. Don't check for objlist.h, wchar.h,
14140 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14141 misdetection fix. Also add "Checks for types", "Checks for
14142 compiler characteristics" and "Checks for library functions"
14143 sections.
14144 * config.in, configure: Regenerated.
14145
8bb2c122
MK
14146 * configure.in: Create "Checks for programs" section, and move
14147 appropriate tests there.
14148
9a156167
MK
141492003-01-01 Mark Kettenis <kettenis@gnu.org>
14150
14151 * configure.in: Create "Checks for libraries" section, and move
14152 appropriate tests there. Cleanup check for wctype in libw. Use
14153 AC_SEARCH_LIBS to see whether we need libsocket.
14154 * configure: Regenerated.
14155
a80e2bcb 14156For older changes see ChangeLog-2002
c906108c
SS
14157\f
14158Local Variables:
14159mode: change-log
14160left-margin: 8
14161fill-column: 74
14162version-control: never
14163End:
This page took 1.094484 seconds and 4 git commands to generate.